@charset "utf-8";
/* CSS Document */

/******************************

[Table of Contents]

1. Fonts
2. Body and some general stuff
3. sidebar
4. sticky-header
5. page-wrapper
6. dev-page

******************************/

/***********
1. Fonts
***********/

/*********************************
2. Body and some general stuff
*********************************/

html, body {
  font-family: roboto condensed,sans-serif;
  font-size: 100%;
  overflow-x: hidden;
  background: #f4f7f9;
}

body a{
  transition: .5s all ease;
  -webkit-transition: .5s all ease;
  -moz-transition: .5s all ease;
  -o-transition: .5s all ease;
  -ms-transition: .5s all ease;
  text-decoration: none;
}

h1, h2, h3,h4,h5,h6{
  margin: 0;
}

p{
  margin: 0;
}

ul,label{
  margin: 0;
  padding: 0;
}

body a:hover{
  text-decoration: none;
}

.cbp-spmenu-push {
  overflow-x: hidden;
  position: relative;
}

.main-content{
  position: relative;
}

/***********
3. sidebar
***********/

.sidebar ul li{
  margin-bottom: 0;
}

.sidebar ul li{
  margin-bottom: 1em;
}

.sidebar ul li a{
  color: #fff;
  font-size: 1em;
}

.sidebar ul li a:focus,
.sidebar ul li a:hover {
  color: #2b82ff;
  background-color: transparent;
}

.sidebar .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
}

.sidebar .navbar-collapse.collapse{
  display:block
}

.sidebar .arrow{
  float:right
}

i.nav_icon{
  margin-right:1em;
  font-size:1.1em
}

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

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

.sidebar .nav-second-level li a {
    padding-left: 53px;
    font-size: .9em;
}

.fa{
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.cbp-spmenu{
  position:fixed
}

.cbp-spmenu-vertical{
  width:150px;
  top:77px
}

.cbp-spmenu-vertical{
  width:150px;
  height:100%;
  top:76px;
  background-color:#2a2f43;
  padding:2em 0
}

.cbp-spmenu-right{
  right:0
}

.scrollbar{
  height:95%!important
}

.scrollbar{
  height:87%!important;
  z-index:99;
  overflow-y:scroll
}

/***********
4. sticky-header
***********/

.sticky-header{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 111;
}

.header-section{
  background: #fff;
  box-shadow: 1px 1px 4px rgba(0,0,0,.21);
  -webkit-box-shadow: 1px 1px 4px rgba(0,0,0,.21);
  -moz-box-shadow: 1px 1px 4px rgba(0,0,0,.21);
  -o-box-shadow: 1px 1px 4px rgba(0,0,0,.21);
}

.header-section::after{
  clear: both;
  display: block;
  content: '';
}

.header-left{
  float: left;
  width: 29%;
}

.logo{
  text-align: center;
  float: left;
}
.logo a{
  padding: 1.2em 2.03em;
  display: block;
  text-decoration: none;
}
.logo ul{
  padding: 0;
  margin: 0;
}
.logo ul li{
  display:inline-block;
  float:left
}
.logo ul li img{
  width: 50px;
  height: 50px;
}
.header-right{
  float: right;
}
.profile_details{
  float: left;
}
.profile_details ul li{
  list-style-type: none;
  position: relative;
}

.profile_details_drop{
  display: none;
}

.profile_details_drop a.dropdown-toggle{
  display: block;
  padding: .8em 1em 0 0;
}

.profile_img span.prfil-img{
  float: left;
}

.profile_details ul li ul.dropdown-menu.drp-mnu{
  padding: 1em;
  min-width: 135px;
  top: 122%;
  left: 0;
}

ul.dropdown-menu.drp-mnu li{
  list-style-type: none;
  padding: 3px 0;
}

.dropdown-menu{
  box-shadow:2px 3px 4px rgba(0,0,0,.175);
  -webkit-box-shadow:2px 3px 4px rgba(0,0,0,.175);
  -moz-box-shadow:2px 3px 4px rgba(0,0,0,.175);
  border-radius:0
}

ul.dropdown-menu li{
  margin-left:0;
  width:100%;
  padding:0;
  background:#fff
}

button#showLeftPush{
  font-size: 1.5em;
  width: 80px;
  padding: .87em 0;
  text-align: center;
  cursor: pointer;
  float: left;
  color: #6f6f6f;
  -moz-transition: all .2s ease-out 0s;
  -webkit-transition: all .2s ease-out 0s;
  transition: all .2s ease-out 0s;
  border: 0;
  background-color: #fff;
  outline: 0;
}

.cbp-spmenu-right.cbp-spmenu-open{
  right:-150px
}

.cbp-spmenu-push-toright{
  right:0
}

.cbp-spmenu, .cbp-spmenu-push{
  -webkit-transition:all .3s ease;
  -moz-transition:all .3s ease;
  transition:all .3s ease
}
.cbp-spmenu-push div#page-wrapper{
  margin: 0 150px 0 0;
  transition: .3s all;
  -webkit-transition: .3s all;
  -moz-transition: .3s all;
  transition: .3s all;
}

.cbp-spmenu-push.cbp-spmenu-push-toright div#page-wrapper{
  margin: 0;
}
/***********
5. page-wrapper
***********/

#wrapper {
    width: 100%;
}
#page-wrapper {
    padding: 6em .5em 2.5em;
}

.carousel{height: auto;}
/*.carousel .item{height: 490px;}
.carousel img{width: 100%;} */
.carousel .item {
  height: 430px;
  background-color: #777;
}
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 430px;
}

/***********
6. dev-page
***********/

.dev-page .dev-page-footer{
  position: absolute;
  z-index: 5;
  width: 100%;
  height: 40px;
  background: #222636;
  left: 0;
  bottom: 0;
}

.dev-page-footer.dev-page-footer-fixed{
  position:fixed;
  z-index:9999
}

.dev-page-footer.dev-page-footer-fixed p{
  color:#fff;
  font-size:1em!important;
  margin:.5em 0 0
}

.copyright p{
  color: #fff;
  font-size: 1em;
  margin: .5em 0 0;
  text-align: right;
}

.copyright p a{
  color: #fff;
  text-decoration: none;
}

@media(max-width:800px){
  .header-left{
    width:50%!important
  }
  .logo a{
    padding: 1.2em 1.03em;
  }
  .logo ul {
    display: inline;
    white-space: nowrap;
  }
  .logo ul li {
    display: inline;
    list-style-type: none;
    padding: 5px 5px;
  }

  .cbp-spmenu-right.cbp-spmenu-open{
    right: 0;
    z-index: 990;
  }
  .cbp-spmenu-vertical{
    right: -150px
  }
  .cbp-spmenu-vertical{
    padding: 1em 0;
    width: 201px;
    top: 69px;
  }
  .cbp-spmenu-push div#page-wrapper{
    margin: 0 0px 0 0;
  }
}
@media (max-width:640px) {
  .header-left{
    width:50%!important
  }
  .logo a{
    padding:1.2em 1.03em
  }
  .header-right-grid{
    float:right!important;
    margin:0 .5em 0 0
  }

  .sidebar .navbar-collapse.collapse{
    display:block
  }
  .cbp-spmenu-vertical{
    width:150px;
    top:77px
  }
  .sidebar ul li{
    margin-bottom:0
  }
}
