@charset "UTF-8";
/* CSS Document */
.error { 
	background: #fff; 
	color: #dd4b39; 
	padding-top:4px; 
}

.title {
	
	/*color:#DD4B39;*/
	color:#FFF;
}

.easyTitle {
	color:#ffffff;
}

.small-box-footer {
	padding-right: 8px !important;
	text-align: right !important;
}

.text-danger {
	padding-top: 5px !important;
}
.login-page {
	
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background: url('../img/loginBG.jpg') !important;
    background-repeat: repeat;
    background-attachment: fixed;
    background-size: 100%;
    opacity: 0.9;
    filter:alpha(opacity=90);*/

}

/* dashboard info start */
/* centered columns styles */
.row-centered {
text-align:center;
}
.col-centered {
display:inline-block;
float:none;
/* reset the text-align */
text-align:left;
/* inline-block space fix */
margin-right:-4px;
}
.huge {
    font-size: 40px;
}	
.panel-primary > .panel-heading {
    color: #fff;
}	
.panel-red {
	background: #d9534f;
}
.panel-red > .panel-heading {
    color: #fff;
}
.panel-red > a {
    color: #d9534f;
}		
.panel-red > a:hover {
    color:#4E1819;
}

	
	
	
.panel-yellow {
	background: #f0ad4e;
}
.panel-yellow > .panel-heading {
    color: #fff;
}
.panel-yellow > a {
    color: #f0ad4e;
}		
.panel-yellow > a:hover {
    color: #B87826;
}

/* dashboard info end  */

/*.skin-red .main-header .logo {
    background-color: #F56B25 !important;
}

.skin-red .sidebar-menu > li.active > a {
    border-left-color: #F56B25 !important;
}

.sidebar-toggle a:hover {
	background-color: #F56B25 !important;
}

.skin-red .main-header .navbar {
    background-color: #E56325 !important;
}
.skin-red .main-header .navbar .sidebar-toggle:hover {
    background-color:rgba(201, 76, 76, 0.3)!important;
}*/



/*.slidewap {
    border: solid #ccc 1px;
	padding-bottom: 10px;
	text-align: center;
    padding: 9px 9px;
    background: #fff;
    width: 100%;
    border-radius: 5px;
    -moz-border-radius: 5px;
}*/

.sidebar-menu {
     padding: 15px 0 0 0 !important;
}
.content-header {
    padding: 40px 30px 15px 30px !important;
}

.content {
    
    padding-left: 30px !important;
    padding-right: 25px !important;

}

table {
	text-align: left !important;
}

th {
	border-top : solid 1px #D2D6DD !important;
	border-bottom : solid 1px #D2D6DD !important;
}

td {
	border-top :solid 1px  #EEEEEE !important;
	/*border-bottom : solid 1px  #EEEEEE !important;*/
}

.slimScrollBar {
    background: rgb(190, 190, 190) !important;
    width: 7px!important;
}
