
/*=============================================================
    Authour URI: www.binarytheme.com
    License: Commons Attribution 3.0

    http://creativecommons.org/licenses/by/3.0/

    100% To use For Personal And Commercial Use.
    IN EXCHANGE JUST GIVE US CREDITS AND TELL YOUR FRIENDS ABOUT US
   
    ========================================================  */


/*==============================================
    BASIC  STYLES    
    =============================================*/
body {
    font-family: 'Open Sans', sans-serif;
    line-height:25px;
}

#wrapper {
    width: 100%;
    background: #202020;
}

#page-wrapper {
    padding: 15px 15px;
    min-height: 600px;
    background: #F3F3F3;
	background-image: url(/files/imgs/bg/bg4.jpg);
	background-size: cover;
	background-attachment: fixed;
}

#page-inner {
  width: 100%;
  margin: 0;
  background-color: rgba(255, 255, 255, 0.96)!important;
  padding: 15px;
  min-height: 1200px;
  box-shadow: 0px 0px 15px #d0d0d0;
}

.contentDiv h1 { margin-bottom: 25px; }
.contentDiv h2 { margin-bottom: 15px; }
.contentDiv h3 { margin-bottom: 10px; }

.page-head-line {
    font-size: 30px;
    text-transform: uppercase;
    color: #000;
    font-weight: 800;
    padding-bottom: 20px;
    border-bottom: 2px solid #00CA79;
    margin-bottom: 10px;
}

.page-subhead-line {
    font-size: 14px;
    padding-top: 5px;
    padding-bottom: 20px;
    font-style:italic;
    margin-bottom:30px;
    border-bottom:1px dashed #00CA79;

}


/*==============================================
    MENU STYLES    
    =============================================*/


.navbar-cls-top .navbar-brand {
  color: #fff;
  background: #202020;
  width: 260px;
  text-align: center;
  height: auto;
  font-size: 20px;
  letter-spacing: 1px;
  font-weight: 900;
  padding-top: 0px;
  text-transform: uppercase;
  padding: 0;
}

.header-right {
  color: #fff;
  padding: 0;
    padding-right: 0px;
    padding-left: 0px;
  float: right;
  font-size: 16px;
  background-color: #fff;
  padding-left: 50px;
  padding-right: 15px;
  width:100%;
}
.navbar-cls-top .navbar-brand:hover {
    background: #202020;
    color: #fff;
}

.user-img-div {
  min-height: 50px;
  padding: 9px 0px;
  background-color: #fff;
  text-align: right;
  width: 100%;
}
.user-img-div a { color:#000; }
.user-img-div a:hover { color:#000; }

    .user-img-div img {
        max-height: 60px;
    }

    .user-img-div .inner-text {
        text-align: right;
        position: relative;
        color: #000;
        font-weight: 800;
        line-height: 25px;
    }

.active-menu {
    background-color: #00CA79!important;
}
.active-menu-top {
    background-color: #000!important;
}

.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: #fff;
            background: #202020;
            text-shadow: none;
            padding: 15px 40px;
            border-bottom: 1px solid #2F2E31;
        }

    .sidebar-collapse > .nav > li > a {
        padding: 15px 10px;
    }

    .sidebar-collapse .nav > li > a:hover,
    .sidebar-collapse .nav > li > a:focus {
        background: #6fc041;
        outline: 0;
		color: #000;
    }



.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;
}

.navbar-cls-top {
  background: #6fc041;
  border-bottom: none;
}


.navbar-default {
    border: 0px solid black;
}

.navbar-header {
    background: #fff;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #6fc041;
}

.navbar-default .navbar-toggle:hover  .bars, .navbar-default .navbar-toggle:focus .bars { 
	color: #fff;
}

.navbar-default .navbar-toggle:visited  {
    background-color: #fff;
}

.navbar-default .navbar-toggle:visited  .bars { 
	color: #6fc041;
}

.navbar-default .navbar-toggle {
  border-color: #6fc041;
  font-size: 25px;
  padding: 10px 15px;
}

.navbar-default .navbar-toggle .bars {
	color: #6fc041;
}

.nav > li > a > i {
    margin-right: 10px;
}
/*==============================================
    FOOTER  STYLES    
    =============================================*/
#footer-sec {
    background-color:#000;
    padding:20px 50px;
    color:#fff;
    font-size:12px;
}

    #footer-sec a {
        color:#fff;
    }
    #footer-sec a:hover,a:focus {
        color:#fff;
        text-decoration:none;
    }
/*==============================================
    MEDIA QUERIES     
    =============================================*/

@media (min-width:768px) {
    #page-wrapper {
        margin: 0 0 0 260px;
        padding: 15px 15px;
        min-height: 1200px;
    }


    .navbar-side {
        z-index: 1;
        position: absolute;
        width: 260px;
    }

    .navbar {
        border-radius: 0px;
    }
	
	.header-right { width:auto; }

}
