
html {
	max-width: 100%;
    overflow-x: hidden;
}

body {        
	padding-top: 76px;
	font-family: Arial, Arial, Arial;
	max-width: 100%;
    overflow-x: hidden;
}

.fixed-header {
	width: 100%;
	position: fixed;
	top: 0;
	background-color: #3385ff;	
	color: white;
    z-index: 1000;
}

.menu-active {
	border: 3px solid white;
	border-radius: 25px;	
}

.sub-header {
	background-color: #b3d1ff;		
	color: #666666;
}
 
.div-footer {
	background-color: #3385ff; 	    
    color: white;
    font-size: 108% !important;
}
 
.tbold {
	font-weight: bold;
}

.tbold2 {
	font-weight: bold;
	color: #808080;
}

.tlogo {
	font-size: 118%;
	font-family: "Bauhaus 93", Arial, Arial;
}

.tcolor1 {
	color: #666666;
}

.tcolor2 {
	color: #008ae6;
}

.tcolor3 {
	color: #00cc7a;
}

.tcolor4 {
	color: #999999;
}

.tcolor6 {
	color: #4d4d4d;
}

.tcolor7 {
	color: #009900;
}

.tcolor8 {
	color: #ff8000;
}

.tcolor9 {
	color: #ff0000;
}

.tcolor10 {
	color: #b3b300;
}

.tcolor11 {
	color: #cc6600;
}

select:disabled {
	color: #4d4d4d !important;
}

input[type='checkbox']:disabled+label {
	color: #4d4d4d !important;
}

.tspan {
	background-color: #3385ff;
	color: white;
	border-radius: 10px;
}

.bgcolor1 {
	background-color: #f2e6ff !important;
}

.bgcolor2 {
	background-color: #e6fff7;
}

.bgcolor3 {
	background-color: white;
}

.cursor-pointer {
	cursor: pointer;
}

.btn-custom1 {
	background-color: #b3d1ff !important;		
	color: #666666 !important;
    font-weight: bold !important;
    font-size: 94% !important;    
}

.btn-custom1:hover {
	background-color: #3385ff !important;    
    color: white !important;
}

.select-custom1 {
	background-color: #9933ff !important;    
    color: white !important;
    font-weight: bold !important;
}

.select-custom1:hover {
	cursor: pointer !important;
}

.notification-area {
	border: 6px solid #ccffee;
	border-radius: 20px;	
	/*background-color: #ccffee;*/
}

.img-logo-1 {
	width: 60px;		
	border-radius: 10px;
}

.img-logo-2 {
	width: 170px;		
	border-radius: 10px;
}

.img-logo-3 {
	width: 200px;		
	border-radius: 10px;
}

.border-logout {
	border: 2px solid white;
	border-radius: 8px;
}

.table-header {
	background-color: #00cc88;
	color: white;		
}

.table-header-border {
	border-right: 3px solid white;
}

.table-row {
	background-color: white !important;
	border-bottom: 2px solid #b3b3b3;
	cursor: pointer;	
}

.row-border-bottom {
	border-bottom: 2px solid #b3b3b3;
	/*border-bottom: 2px solid #00cc88;*/
}

.section-header {
	background-color: #00cc88;
	color: white;
	text-align: center;
	font-weight: bold;	
}


