/*@import "/css/font-awesome.min.css";*/

/*-------------------------------*/


/*           VARIABLES           */


/*-------------------------------*/

body {
    position: relative;
    overflow-x: hidden;
}

body,
html {
    height: 100%;
}

.nav .open>a {
    background-color: transparent;
}

.nav .open>a:hover {
    background-color: transparent;
}

.nav .open>a:focus {
    background-color: transparent;
}


/*-------------------------------*/


/*           Wrappers            */


/*-------------------------------*/

#wrapper {
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    padding-left: 0;
    transition: all 0.5s ease;
}


/* #wrapper.toggled {
    padding-right: 190px;
} */

#wrapper.toggled #sidebar-wrapper {
    width: 190px;
}

#wrapper.toggled #page-content-wrapper {
    margin-left: -210px;
    position: absolute;
    top: 0;
}

#sidebar-wrapper {
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    background: #333;
    height: 100%;
    right: 190px;
    margin-right: -190px;
    overflow-x: hidden;
    overflow-y: auto;
    transition: all 0.5s ease;
    width: 0;
    z-index: 1000;
}

#sidebar-wrapper i {
    width: 17px;
    height: 17px;
    background: url(/common/gb.png) no-repeat;
    float: right;
    margin: 20px 20px 0 0;
    cursor: pointer;
}

#sidebar-wrapper i:hover {
    background: url(/commons/gb-h.png) no-repeat;
}

#sidebar-wrapper::-webkit-scrollbar {
    display: none;
}

#page-content-wrapper {
    padding-top: 70px;
    width: 100%;
    display: none;
}


/*-------------------------------*/


/*     Sidebar nav styles        */


/*-------------------------------*/

.sidebar-nav {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 190px;
}

.navbar-inverse ul:first-child li {
    width: 80%;
    margin-top: 10px;
}

.navbar-inverse ul:nth-child(2n) {
    padding-top: 22px;
    width: 190px;
    border-top: 1px solid #474747;
    margin-top: 20px;
    padding-left: 20px;
}

.navbar-inverse ul:nth-child(2n) li {
    float: left;
    margin-left: 10px;
}

.navbar-inverse .head_portrait span {
    width: 18px;
    height: 18px;
    vertical-align: text-bottom;
    display: inline-block;
    background: url(/common/wdl.png) no-repeat;
    margin-right: -4px;
}

.navbar-inverse .entera {
    color: #b9b7b4;
    position: relative;
    height: 58px;
    border-top: 1px solid #474747;
    margin-top: 20px;
    padding-top: 20px;
    width: 190px;
}

.navbar-inverse .entera .portrait {
    margin-left: 45px;
    width: 190px;
    display: block;
}

.navbar-inverse .entera .portrait .user {
    vertical-align: middle;
    display: inline-block;
    width: 70px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    font-size :14px;
}

.navbar-inverse .entera .Personal_dropa {
    z-index: 5;
    text-align: center;
    margin: 0;
    padding: 0;
    width: 190px;
    margin-top: 10px;
}

.navbar-inverse .entera .Personal_dropa li {
    height: 36px;
    line-height: 36px;
    width: 100%;
    margin: 0;
}

.navbar-inverse .entera .Personal_dropa li a {
    font-size: 14px;
    display: block;
    height: 36px;
    width: 100%;
}

.navbar-inverse .entera .Personal_dropa li a:hover {
    color: #f29600;
}

.navbar-inverse .entera .Personal_dropa li:nth-child(2) {
    border-top: 1px solid #474747;
}

.sidebar-nav li {
    display: inline-block;
    line-height: 20px;
    position: relative;
    width: 100%;
}

.sidebar-nav li:before {
    background-color: #333;
    content: '';
    height: 100%;
    right: 0;
    position: absolute;
    top: 0;
    -webkit-transition: width 0.2s ease-in;
    transition: width 0.2s ease-in;
    width: 3px;
    z-index: -1;
}

.sidebar-nav li:hover:before {
    -webkit-transition: width 0.2s ease-in;
    transition: width 0.2s ease-in;
    width: 100%;
}

.sidebar-nav li a {
    color: #dddddd;
    display: block;
    padding: 10px 15px 10px 30px;
    text-decoration: none;
    font-size: 17px;
}

.sidebar-nav li:first-child a {
    margin-top: 11px;
}

.sidebar-nav li.open:hover before {
    -webkit-transition: width 0.2s ease-in;
    transition: width 0.2s ease-in;
    width: 100%;
}

.sidebar-nav .dropdown-menu {
    background-color: #222222;
    border-radius: 0;
    border: none;
    box-shadow: none;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
}

.sidebar-nav li a:hover,
.sidebar-nav li a:active,
.sidebar-nav li a:focus,
.sidebar-nav li.open a:hover,
.sidebar-nav li.open a:active,
.sidebar-nav li.open a:focus {
    background-color: transparent;
    color: #f29600;
    text-decoration: none;
    border-bottom: none;
}

.sidebar-nav>.sidebar-brand {
    font-size: 20px;
    height: 65px;
    line-height: 44px;
}


/*-------------------------------*/


/*       Hamburger-Cross         */


/*-------------------------------*/

.hamburger {
    background: transparent;
    border: none;
    display: block;
    height: 23px;
    margin-left: 15px;
    position: absolute;
    top: 24px;
    width: 23px;
    z-index: 999;
    right: 10px;
    transition: all 1s ease-in-out;
    background: url(/common/HB.png) no-repeat;
}

.hamburger:hover {
    outline: none;
    background: url(/common/HB-H.png) no-repeat;
}

.hamburger:focus {
    outline: none;
}

.hamburger:active {
    outline: none;
}

.hamburger.is-closed:before {
    transform: translate3d(0, 0, 0);
    transition: all 0.35s ease-in-out;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transition: all 0.35s ease-in-out;
    color: #ffffff;
    content: '';
    display: block;
    font-size: 14px;
    line-height: 32px;
    opacity: 0;
    text-align: center;
    width: 100px;
}

.hamburger.is-closed:hover before {
    -webkit-transform: translate3d(-100px, 0, 0);
    -webkit-transition: all 0.35s ease-in-out;
    display: block;
    opacity: 1;
}

.hamburger.is-closed:hover .hamb-top {
    -webkit-transition: all 0.35s ease-in-out;
    top: 0;
}

.hamburger.is-closed:hover .hamb-bottom {
    -webkit-transition: all 0.35s ease-in-out;
    bottom: 0;
}

.hamburger.is-closed .hamb-top {
    -webkit-transition: all 0.35s ease-in-out;
    background-color: rgba(255, 255, 255, 0.7);
    top: 5px;
}

.hamburger.is-closed .hamb-middle {
    background-color: rgba(255, 255, 255, 0.7);
    margin-top: -2px;
    top: 50%;
}

.hamburger.is-closed .hamb-bottom {
    -webkit-transition: all 0.35s ease-in-out;
    background-color: rgba(255, 255, 255, 0.7);
    bottom: 5px;
}

.hamburger.is-closed .hamb-top,
.hamburger.is-closed .hamb-middle,
.hamburger.is-closed .hamb-bottom,
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-middle,
.hamburger.is-open .hamb-bottom {
    height: 4px;
    left: 0;
    position: absolute;
    width: 100%;
}

.hamburger.is-open .hamb-top {
    -webkit-transform: rotate(45deg);
    -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
    background-color: #ffffff;
    margin-top: -2px;
    top: 50%;
}

.hamburger.is-open .hamb-middle {
    background-color: #ffffff;
    display: none;
}

.hamburger.is-open .hamb-bottom {
    -webkit-transform: rotate(-45deg);
    -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
    background-color: #ffffff;
    margin-top: -2px;
    top: 50%;
}

.hamburger.is-open:before {
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transition: all 0.35s ease-in-out;
    color: #ffffff;
    content: '';
    display: block;
    font-size: 14px;
    line-height: 32px;
    opacity: 0;
    text-align: center;
    width: 100px;
}

.hamburger.is-open:hover before {
    -webkit-transform: translate3d(-100px, 0, 0);
    -webkit-transition: all 0.35s ease-in-out;
    display: block;
    opacity: 1;
}


/*-------------------------------*/


/*          Dark Overlay         */


/*-------------------------------*/

.overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 999;
}