.app-header{background:#070A21; border-bottom:2px solid red;}
.app-sidebar{background:#070A21;}
.menu-profile{background:#070A21;}
.menu-text{color:#E3F2FD;}
.menu-icon{color:#90CAF9;}
.menu-caret{color:#90CAF9;font-weight:bold;}
.menu-item:hover{background:#003333;}
.menu-submenu > .menu-item:hover{background:#00838F;}

#loginname{color:#E3F2FD;}
#loginrole{color:#E3F2FD;}
.page-header{color:#000066;}
.btn{border-radius:0;}
.btn-primary{background:#1565C0;}

.messagered{text-align:center; color:#E91E63;}
.messageredbold{text-align:center; font-weight:bold; color:#E91E63;}
.messagegreen{text-align:center; color:#2E7D32;}
.messagegreenbold{text-align:center; font-weight:bold; color:#2E7D32;}
.resulttable td, th{border:.1px solid #273746;}
.resulttable thead{background: #1C2833; color:white;}
.form-control{border-radius:0px;}
.form-select{border-radius:0px;}
.mandatoryfield{font-weight:bold;color:#C2185B;}
.input-uppercase{text-transform:uppercase;}
.input-lowercase{text-transform:lowercase;}
.table th {border:0px;}
.table td {border:0px;}
 /*============ Modified Alert Starts========*/ 
.alert {
  border-radius: 0;
  -webkit-border-radius: 0;
  box-shadow: 0 1px 2px rgba(0,0,0,0.11);
  display: table;
  font-size:110%;  
}

.alert-white {  
  color: #404040;
  padding-left: 61px;
  position: relative;
}

.alert-white.rounded {
  border-radius: 3px;
  -webkit-border-radius: 3px;
}

.alert-white.rounded .icon {
  border-radius: 3px 0 0 3px;
  -webkit-border-radius: 3px 0 0 3px;
}

.alert-white .icon {
  text-align: center;
  width: 45px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #bdbdbd;
  padding-top: 15px;
}


.alert-white .icon:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  display: block;
  content: '';
  width: 10px;
  height: 10px;
  border: 1px solid #bdbdbd;
  position: absolute;
  border-left: 0;
  border-bottom: 0;
  top: 50%;
  right: -6px;
  margin-top: -3px;
  background: #fff;
}

.alert-white .icon i {
  font-size: 20px;
  color: #fff;
  left: 12px;
  margin-top: -10px;
  position: absolute;
  top: 50%;
}

.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.alert-white.alert-success .icon, 
.alert-white.alert-success .icon:after {
  border-color: #54a754;
  background: #60c060;
}

.alert-info {
  background-color: #d9edf7;
  border-color: #98cce6;
  color: #3a87ad;
}

.alert-white.alert-info .icon, 
.alert-white.alert-info .icon:after {
  border-color: #3a8ace;
  background: #4d90fd;
}


.alert-white.alert-warning .icon, 
.alert-white.alert-warning .icon:after {
  border-color: #d68000;
  background: #fc9700;
}

.alert-warning {
  background-color: #fcf8e3;
  border-color: #f1daab;
  color: #c09853;
}

.alert-danger {
  background-color: #F48FB1;
  border-color: #AD1457;
  color: #AD1457;
}

.alert-white.alert-danger .icon, 
.alert-white.alert-danger .icon:after {
  border-color: #ca452e;
  background: #da4932;
}

.alert > i{
	font-size:20px;
	float:left;	
	margin-right:20px;
}

.resulttable th, td{
	border:.1px solid #ABB2B9;
}
 /*============ Modified Alert END========*/