@import url('StyleFonts.css');

body {
    font-family: Verdana;
    font-size: 0.8em;
	background-color: #aaa;
	background-image: url('../Images/back.png');
}

/* ========== Cpanel Main Menu ========== */

#mainMenu {
	border-bottom: 1px solid #000;
	/*
	min-height: 56px;
	max-height: 56px;
	overflow-y: hidden;*/
}

.navbar-brand {
	font-size: 1.6rem;
	font-weight: 600;
	font-family: Calibri;
	padding-left: 15px;
}

/* ========== General Purpose ========== */

.no-radius {
	border-radius: 0px;
}

.table {
	font-size: 12px;
}

.table td,
.table th {
	padding: 5px;
	font-family: Tahoma;
	text-align: center;
}


.menu{
    float: left;
    width: 150px;
    font-family: 'Microsoft Sans Serif'; 
}

.thread {
    padding-top: 15px;
}

a {
    color:  #0000ff;
}

#home{
    clear: both;
}

/* ========== General Purpose ========== */

.bg-teal { background-color: Teal; }
.border-teal { border-color: Teal; }
.alert-teal {
    color: DarkCyan;
    background-color:  #39cccc; opacity: .65;
filter: alpha(opacity=65);
    border-color: #39cccc;
}

/* ========== Custom Fine Tuning! ========== */

div.card-header h6 { margin-bottom: .2rem; } 