/*
/---------------------------------------------------------------------------
/ Login css
/---------------------------------------------------------------------------
*/

.login {
    background-color: #E5E5E5 !important;
}

.login .content {
    background: url('../img/bg-white-lock.png') repeat scroll 0% 0% #777;
}

.login-form .help-block {
	color:#5f050b;
}

.login-form .has-error .form-control {
    border-color: #5f050b;
    box-shadow: none;
}

.login-form .has-error .input-icon > i {
    color: #5f050b;
}

.forget-form .help-block {
	color:#5f050b;
}

.forget-form .has-error .form-control {
    border-color: #5f050b;
    box-shadow: none;
}

.forget-form .has-error .input-icon > i {
    color: #5f050b;
}

/*
/---------------------------------------------------------------------------
/ Admin logo
/---------------------------------------------------------------------------
*/
@media (min-width: 992px) {
	.header .navbar-brand img {
	    margin-top: -9px;
	}
}

.header .navbar-brand img {
    background: #fff;
}

/*
/---------------------------------------------------------------------------
/ Logout
/---------------------------------------------------------------------------
*/

.navbar-nav > li > a {
    /*line-height: 63px;*/
	color:#ffffff;
}

/*
/---------------------------------------------------------------------------
/ Alert
/---------------------------------------------------------------------------
*/

.alert {
	/*padding: 5px !important;*/
}

/*
/---------------------------------------------------------------------------
/ Datatable processing
/---------------------------------------------------------------------------
*/

.dataTables_processing {
    border: 1px solid #cccccc;
    color: #333333;
    font-size: 16px;
    left: 50%;
    margin-left: -125px;
    margin-top: -15px;
    padding: 15px 0px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 250px;    
    background: url(../img/loading.gif) 80% 50% no-repeat #FCFCFC;
}

/*
/---------------------------------------------------------------------------
/ Turn null button to red
/---------------------------------------------------------------------------
*/
.btn.null {
  color: white;  
  text-shadow: none;	
  background-color: #d84a38;
}
.btn.null:hover, 
.btn.null:focus, 
.btn.null:active, 
.btn.null.active,
.btn.null[disabled], 
.btn.null.disabled {    
  background-color: #bb2413 !important;
  color: #fff !important;
  outline: none !important;
}

/*
/---------------------------------------------------------------------------
/ Sidebar active class
/---------------------------------------------------------------------------
*/

ul.page-sidebar-menu > li.active > a {
	background: #e7191b !important;
	border-top-color: transparent !important;
	color: #ffffff;
    font-weight: bold;
}

/*
/---------------------------------------------------------------------------
/ Brand name
/---------------------------------------------------------------------------
*/

ul.page-sidebar-menu > li.brand > a {
    background: #fff !important;
    border-top-color: transparent !important;
    color: #000 !important;
    font-size: 20px;
    font-weight: bold;
}

/*
/---------------------------------------------------------------------------
/ Dashboard clock
/---------------------------------------------------------------------------
*/

.dashboard-clock {
    text-align: center !important;
}

/*
/---------------------------------------------------------------------------
/ Dashboard calender
/---------------------------------------------------------------------------
*/

.calendar-portlate {
    border: 0px !important;
}

#calendar {
    margin-bottom: 18px !important;
}

/*
/---------------------------------------------------------------------------
/ Dashboard signin stat
/---------------------------------------------------------------------------
*/

.dashboard-signin-stat {
    margin-bottom: 58px !important;
}

/*
/---------------------------------------------------------------------------
/ Dashboard portal custom height
/---------------------------------------------------------------------------
*/

.dashboard-custom-portlate {
	height:350px !important;
}

#checkboxes li {
	list-style:none;
}
