
/*=============================================================
    Authour URL: www.designbootstrap.com
    
    http://www.designbootstrap.com/

    License: MIT

    http://opensource.org/licenses/MIT

    100% Free To use For Personal And Commercial Use.

    IN EXCHANGE JUST TELL PEOPLE ABOUT THIS WEBSITE
   
========================================================  */



/*==============================================
    GENERAL  STYLES    
 =============================================*/

@import url(http://fonts.googleapis.com/css?family=Raleway);

body {
   font-family: 'Raleway', sans-serif;
    line-height:25px;
    font-size:14px;
	
}

#wrapper {
    width: 100%;
    background: #BFBFBF;
}

#page-wrapper {
    padding: 15px 15px;
    min-height: 1200px;
    background: #fff;
}

#page-inner {
    width: 100%;
    margin: 10px 20px 10px 0px;
    background-color: #fff!important;
    padding: 10px;
    min-height: 800px;
	
}
#page-wrapper-index {
    padding: 15px 15px;
    min-height: 400px;
    background: #fff;
}
#page-inner-index {
    width: 100%;
    margin: 50px 20px 10px 0px;
    background-color: #fff!important;
    padding: 10px;
	min-height: 400px;
}

.page-head-line {
    font-size: 30px;
    text-transform: uppercase;
    color: #BFBFBF;
    font-weight: 800;
    padding-bottom: 20px;
    border-bottom: 2px solid #d2d2d2;
    margin-bottom: 10px;
	padding-left: 15px;
}
.page-head-line1 {
    font-size: 30px;
    text-transform: uppercase;
    color: #2A80B9;
    font-weight: 800;
    padding-bottom: 20px;
    border-bottom: 2px solid #d2d2d2;
    margin-bottom: 30px;
	padding-left: 150px;
}
.loginOuter {
	width: 60%;
	text-align:center;
	 
	
	min-height: 20px;
	padding: 19px;
	margin-bottom: 20px;
	background-color: #f5f5f5;
	border: 1px solid #e3e3e3;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
	
	
	
	
	
	
	
	
}
.login-box .btn {
  margin-top: 5px;
  margin-left: 35px;
  width: 100%;
}
.btn {
    border-radius:0px!important;
    -moz-border-radius:0px!important;
    -webkit-border-radius:0px!important;
}

.progress {
    height: 5px;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #A3A3A3!important;
}


/*==============================================
    MENU STYLES    
 =============================================*/

.navbar-cls-top .navbar-brand-logo {
    width: 371px;
   /* height: 177px;*/
	float:left;
}
.navbar-cls-top .navbar-brand {
    color: #fff;
    width: 280px;
    text-align: left;
    height: 150px;
    font-size: 18px;
    letter-spacing: 1px;
    padding-top: 60px;
	font-weight:bold;
}
.navbar-cls-top .navbar-brand:hover {
    /*background: #DD1533;*/
    color: #fff;

}
.header-right {
    color: #fff;
    padding: 15px 50px 5px 50px;
    float: right;
    font-size: 16px;
}
.user-img-div {
    min-height: 130px;
    padding: 20px;
    background-color: #DEE1EA;
    text-align:center;
}

    .user-img-div img {
        height: 130px;
        border: 5px solid #DD1533;
    }

   
.active-menu {
    background-color: #DEE1EA!important;
    border-left: 5px solid #2A8EFF;
	color: #000000;
}
.active-menu-top {
    background-color: #000!important;
	color: #DEE1EA;
}

.arrow {
    float: right;
}

.fa.arrow:before {
    content: "\f104";
}

.active > a > .fa.arrow:before {
    content: "\f107";
}


.nav-second-level li,
.nav-third-level li {
    border-bottom: none !important;
}

    .nav-second-level li a {
        padding-left: 37px;
    }

    .nav-third-level li a {
        padding-left: 55px;
    }

.sidebar-collapse, .sidebar-collapse .nav {
    background: none;
}

    .sidebar-collapse .nav {
        padding: 0;
    }

.sidebar-collapse .nav > li > a {
	color: #000;
	background: #BFBFBF;
	text-shadow: none;
	border-bottom: 1px solid #bce8f1;
}

    .sidebar-collapse > .nav > li > a {
        padding: 15px 10px;
    }

    .sidebar-collapse .nav > li > a:hover,
    .sidebar-collapse .nav > li > a:focus {
        background: #ECEDF1;
		color:#000000;
        outline: 0;
     }



.nav-second-level > li:last-child > a:after,
.nav-third-level > li:last-child > a:after {
    height: 50%;
}

.nav-third-level > li > a:after,
.nav-third-level > li > a:before {
    left: 40px;
}

.navbar-side {
    border: none;
   /* background-color: #202020;*/
	background-color: #BFBFBF !important;
	color:#31708f;
}

.navbar-cls-top {
  	background-image:url(../img/menubg.jpg);
	background-repeat:repeat;
	background-position:center top;
	color:#31708f;
    border-bottom: none;
}


.navbar-default {
    border: 0px solid black;
}

.navbar-header {
    /* background: #DEE1EA; 
    background: #393F3F; 
	background-image:url(../img/menubg.jpg);
	background-repeat:repeat;
	background-position:center top;*/
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #ECEDF1;
			color:#31708f;
}

.navbar-default .navbar-toggle {
    border-color: #fff;
	 
}

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #FFF;
		color:#31708f;
        
    }

.nav > li > a > i {
    margin-right: 10px;
}

/*==============================================
    NOTIFICATION  STYLES    
 =============================================*/
.notifications-wrapper {
	margin-right:100px;
	float:right;
}
/*
.notifications-wrapper .nav > li > a {
    background-color: #FFFFFF;
    color:#000;
} */

.notifications-wrapper .nav {
    background-color: #BFBFBF;
}

.notifications-wrapper li {
display: inline-block;
}

.notifications-wrapper li a {

min-height: 50px;
color: #000;
}

.notifications-wrapper .dropdown-tasks {
width: 250px;
min-width: 0;
}

.notifications-wrapper .dropdown-menu li {
display: block;

}

.notifications-wrapper .dropdown-menu li a {
	padding: 3px 20px;
	min-height: 0;
	color:#000;
}

.notifications-wrapper .nav > li > a:hover, .nav > li > a:focus {
	text-decoration: none;
	background-color: #FFFFFF!important;
    color:#BFBFBF;
}

.notifications-wrapper .dropdown-menu {
    margin:0px; 
     border-radius:0px!important;
    -moz-border-radius:0px!important;
    -webkit-border-radius:0px!important;
}

/*==============================================
    FOOTER  STYLES    
 =============================================*/
footer {
  
	background-image:url(../img/menubg.jpg);
	background-repeat:repeat;
	background-position:center top;
    padding:20px 50px;
	color:#000;
    font-size:12px;
}

    footer a {
        color:#000;
    }
   footer a:hover, footer a:focus {
        color:#000000;
        text-decoration:none;
    }

/*===============================================================================================
    DASHBOARD STYLES
 ===============================================================================================*/

.style-box-one {
   /* text-align: center;
    //padding: 20px;
    // margin-bottom: 40px;
    //border-left: 10px solid #262626;
	*/
	
  border-radius: 20px;
  font-size: 14px;
  text-align: center;
  padding: 15px 5px 5px 5px;
  
  margin-bottom: 40px;
  font-weight: bold;
  position: relative;
  display: block;
  line-height: 22px;
  text-shadow: 0 0 1px #DDD;
  text-decoration: none;
  -webkit-box-shadow: inset 0 0 0 1px #FAFAFA;
  -moz-box-shadow: inset 0 0 0 1px #FAFAFA;
  box-shadow: inset 0 0 0 1px #FAFAFA;
  background: -moz-linear-gradient(top, rgba(30, 87, 153, 0.2) 0%, rgba(125, 185, 232, 0) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(30, 87, 153, 0.2)), color-stop(100%, rgba(125, 185, 232, 0)));
  background: -webkit-linear-gradient(top, rgba(30, 87, 153, 0.2) 0%, rgba(125, 185, 232, 0) 100%);
  background: -o-linear-gradient(top, rgba(30, 87, 153, 0.2) 0%, rgba(125, 185, 232, 0) 100%);
  background: -ms-linear-gradient(top, rgba(30, 87, 153, 0.2) 0%, rgba(125, 185, 232, 0) 100%);
  background: linear-gradient(to bottom, rgba(30, 87, 153, 0.2) 0%, rgba(125, 185, 232, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#331e5799', endColorstr='#007db9e8', GradientType=0);
	
	
	
	
	
	
	
	
	
	
	
	
}

    .style-box-one a, .style-box-one a:hover {
        color: #fff;
        text-decoration: none;
    }

    .style-box-one span {
        font-size: 25px;
        padding-bottom: 10px;
    }

.Style-one-clr-one {
    /*background-color: #d96614;*/
}

.Style-one-clr-two {
    /*background-color: #2bbeb5;*/
}

.Style-one-clr-three {
   /*background-color: #e83dab;*/
}

.Style-one-clr-four {
    /*background-color: #adab36;*/
}

.current-notices ul {
    padding-left:20px;
    list-style:decimal-leading-zero;
    line-height:30px;
}

/*==============================================
    MEDIA QUERIES     
  =============================================*/

@media (min-width:768px) {
    .page-wrapper-cls {
        margin: 0 0 0 180px;
    }


    .navbar-side {
        z-index: 1;
        position: absolute;
        width: 180px;
		background-color: #BFBFBF !important;
    }

    .navbar {
        border-radius: 0px;
    }
}
@media (min-width:280px) and (max-width:767px ){
    #menuClose {
        visibility:hidden;
    }
}

/*sz*/
.errorText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
}
.formButton  {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size:12px;
	font-weight:bold;
	background-color: #3B7EC0;
	border: solid #2A9DD6 1px;
}
.red {
  color: #B94846;
}
.blue {
  color: #3986AC;
}
#listItems .glyphicon {
	 font-size:15px;
}
.navbar-brand-logo img {
	border-radius: 0%;
}
 
.alert-info {
	/*background-color: #CCCCCC;
	border-color: #fff;	*/
}

/*sz*/
.errorText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
}
.formButton  {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size:12px;
	font-weight:bold;
	background-color: #3B7EC0;
	border: solid #2A9DD6 1px;
}
.red {
  color: #B94846;
}
.blue {
  color: #3986AC;
}
#listItems .glyphicon {
	 font-size:15px;
}
.navbar-brand-logo img {
	border-radius: 0%;
}
 
.alert-info {
	/*background-color: #BFBFBF;
	border-color: #fff;	*/
}
.entranceDiv1, .entranceDiv2, .entranceDiv3
{
	/*width: 420px;*/
	height:155px;
	border:1px solid #CCCCCC;
	background-image:url(../img/menubg.jpg);
	background-repeat:repeat;
	background-position:right top;
	margin:30px 100px 10px 90px;
	padding-top:60px;
	text-align:center;
}
.entranceDiv1 a, .entranceDiv2 a, .entranceDiv3 a
{
	text-decoration: none;
	color:#000000;
	font-family:"Trebuchet MS",Arial, Helvetica, sans-serif;
	font-size:25px;
	font-weight:bold;
	
}
.multiselect {
	width: 800px;
	height: 200px;
}
span.icons i {
    font-size: 41px;
    margin-bottom: 20px;
    float: left;

 