.ewHeaderRow {
    /*background-color: rgba(252, 244, 8, 1);#0088cc;*/
    color: inherit;
}

.navbar-inner{
background-color: #fff;
background-image:none!important;
border-bottom: 1px solid #d6d6d6;
}
/* .ewAdd{
   color: #fff;
    background-color: #00c07e;
    border-color: #00c07e;
	    background: #e0e8f3;
	}*/
	.ewAddEdit, .ewAdd {
    background: #e0e8f3;
}
	.ewAddEdit:hover, .ewAdd:hover {
    background: #007bff;
    color: #fff;
}
	
	.ewContentColumn{
		  /*  background: #eef1f5;#f5fafe;#f3f9ff;background: #1792d1;*/
			background: #003366;
	}
	.ewSiteTitle{
		    color: #fff;
			display:none;
	}
	.button{
		/*background-color: #003366 !important;*/
	}
	.ewGrid .ewGridContent{
		background: #fff;
		    border: 1px solid #f1f1f1;
	}
	
	.accordion{
		    background: #fff;
	}
	
	.ewTableAltRow {
    background-color: rgba(0,0,0,.05) !important;
    color: inherit;
}

.breadcrumb{
	background-color: #fff;
}
.ewTableSelectRow
{background-color:#ffffcc; }

.ewTable .ewTableHeader, .ewTable .ewTableHeader td{
	
background-color: #1c65c9;
background-image: none !important;

}

.control-group.ITMaster_ITMTIncidentStatusCodeITSTATUS{
	/*background: #00c07e;
    border-radius: 3px;
    color: #fff;
	padding: 3px 3px 5px 3px;
	*/
    font-size: 85%;
    line-height: 1.3;
}
.navbar .nav>li>a{
	    color: #000;
}

.ewTable>tbody>tr>td, .ewTable>tfoot>tr>td{
	border-color: #bbb;
}

.ewButtonGroup .btn{
	border: 1px solid #bbb !important;
}
.ewForm .table-striped{
background: #fff;
}
.ewGrid .table-striped{
background: #fff;
}
#flogin{
	background: #fff;
    padding: 3rem;
	max-width: 768px;
}
.action-dropdown{
	margin:0;
}
.action-dropdown li{
	list-style: none;
	padding: 5px 10px;
}
.action-dropdown li:hover{
	background: #eee;
}
.action-dropdown li a{
	display:block;
	    font-size: 0.8rem;
}
.dropdownbtn:after{
	    text-align: center;
    display: inline;
    font-size: 0.6rem;
    vertical-align: middle;
    position: relative;
    opacity: 0.7;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    content: "\25BC";
    border-width: 0px;
    border-style: initial;
    border-color: initial;
    border-image: initial;
    font-variant: normal;
    text-decoration: inherit;
}
.dropdownbtn{
	background-color: #444 !important;
}
.dropdownbtn:hover{
	background-color: #222 !important;
}
.dropdown-pane{
	box-shadow: 0px 0px 50px 0px rgba(82,63,105,0.15);
	padding:5px 0  !important;
	border:0;
	width: 200px !important;
	
	
}

form #TotalRow{
	background: #888 !important;
}

.calendar .button{
	display: table-cell;
    margin: initial;
    color: #333;
}