/*body, html {
    background: #ecedf0;
    width: 100%
}*/

html {
    /*font-size: 10px;*/
}

/*body {
    color: #777;
    font-family: Open Sans, Arial, sans-serif;
    line-height: 22px;
    margin: 0;
    font-size: 13px;
    overflow-x: hidden;
    overflow-y: scroll
}*/

/*a {
    color: #ccc
}

a:focus, a:hover {
    color: #d9d9d9
}

a:active {
    color: #bfbfbf
}

.body {
    min-height: 100vh;
    width: 100%
}*/

.header {
    height: 60px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.inner-wrapper {
    display: table;
    min-height: 100vh;
    padding-top: 60px;
    table-layout: fixed;
    overflow: hidden;
    width: 100%
}

.content-body {
    display: table-cell;
    padding: 40px;
    position: relative;
    vertical-align: top
}

.content-body > .row + .row {
    padding-top: 10px
}

.page-header {
    background: #171717;
    border-bottom: none;
    border-left: 1px solid #3a3a3a;
    box-shadow: 1px 3px 0 1px #ccc;
    height: 50px;
    margin: -40px -40px 40px;
    padding: 0
}

.sidebar-left {
    background: none;
    /*background: #1d2127;*/
    /*box-shadow: inset -5px 0 0 #2f3139;*/
    color: #777;
    display: table-cell;
    position: relative;
    vertical-align: top;
    width: 300px
}

@media only screen and (min-width: 768px) {
    html.sidebar-left-collapsed .sidebar-left {
        width: 73px
    }
}

.sidebar-right {
    background: #171717;
    bottom: 0;
    margin-right: -300px;
    min-height: 100vh;
    position: fixed;
    right: 0;
    top: 0;
    width: 300px
}

@media only screen and (min-width: 768px) {
    html.sidebar-right-opened .header {
        margin-left: -300px;
        margin-right: 300px
    }

    html.sidebar-right-opened .inner-wrapper {
        margin-left: -300px
    }

    html.sidebar-right-opened .sidebar-right {
        margin-right: 0
    }
}

@media only screen and (min-width: 768px) {
    html.flexbox .inner-wrapper, html.flexboxlegacy .inner-wrapper {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex
    }

    html.flexbox .content-body, html.flexbox .sidebar-left, html.flexboxlegacy .content-body, html.flexboxlegacy .sidebar-left {
        display: block;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        flex-shrink: 0;
        -ms-flex-negative: 0
    }

    html.flexbox .content-body, html.flexboxlegacy .content-body {
        -webkit-box-flex: 2;
        -moz-box-flex: 2;
        box-flex: 2;
        -webkit-flex: 2;
        -moz-flex: 2;
        -ms-flex: 2;
        flex: 2
    }
}

@media only screen and (min-width: 768px) {
    html.fixed .content-body, html.fixed .inner-wrapper, html.fixed .sidebar-left {
        display: block
    }

    html.fixed .header {
        position: fixed;
        z-index: 1020
    }

    html.fixed .inner-wrapper {
        /*padding-top: 110px;*/
        padding-top: 50px;
    }

    html.fixed .content-body {
        margin-left: 300px
    }

    html.fixed .content-body.has-toolbar {
        padding-top: 92px
    }

    html.fixed .page-header {
        left: 300px;
        margin: 0;
        position: fixed;
        right: 0;
        top: 60px
    }

    html.fixed .sidebar-left {
        width: 3.4%;
        bottom: 0;
        left: 10px;
        padding-bottom: 50px;
        position: fixed;
        /* top: 60px; */
        top: 10px;
    }

    html.fixed .sidebar-left .nano-content {
        padding-bottom: 50px
    }

    html.fixed.sidebar-left-collapsed .page-header {
        left: 73px
    }

    html.fixed.sidebar-left-collapsed .content-body {
        /*margin-left: 73px;*/
        margin-left: 4%;
    }

    html.fixed.sidebar-right-opened .page-header {
        left: 0;
        margin-right: 300px
    }

    html.fixed.sidebar-left-collapsed.sidebar-right-opened .page-header, html.fixed.sidebar-right-opened .sidebar-left {
        left: -300px
    }
}

@media only screen and (max-width: 1199px) {
    html.boxed .header {
        border-color: #ccc
    }
}

@media only screen and (min-width: 1200px) {
    html.boxed body {
        background: url(/spainbox-crm/public/build/images/denim.6e7e8992.png) repeat
    }

    html.boxed .body {
        position: relative;
        max-width: 1200px;
        margin: 0 auto;
        background-color: transparent
    }

    html.boxed .header {
        border-top: 3px solid #ccc;
        height: 63px;
        position: absolute;
        top: 25px
    }

    html.boxed .inner-wrapper {
        padding-top: 88px;
        padding-bottom: 25px
    }

    html.boxed .content-body {
        background-color: #ecedf0
    }

    html.boxed .header {
        border-radius: 5px 5px 0 0
    }

    html.boxed .sidebar-left {
        border-radius: 0 0 0 5px
    }

    html.boxed .content-body {
        border-radius: 0 0 5px 0
    }

    html.boxed .sidebar-right {
        border-radius: 0 5px 5px 0;
        border-top: 3px solid #ccc;
        min-height: 0
    }

    html.boxed.sidebar-right-opened .body {
        overflow: hidden
    }

    html.boxed.sidebar-right-opened .header {
        border-radius: 5px 0 0 0
    }

    html.boxed.sidebar-right-opened .content-body {
        border-radius: 0 0 0 5px
    }

    html.boxed.sidebar-right-opened .sidebar-right {
        bottom: 25px;
        position: absolute;
        top: 25px
    }
}

@media only screen and (max-width: 767px) {
    body, html {
        /*background: #ecedf0;*/
        background: white;
    }

    html.mobile-device .sidebar-left, html.mobile-device .sidebar-right {
        overflow-y: scroll;
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch
    }

    body {
        min-height: 100vh
    }

    .content-body, .inner-wrapper, .sidebar-left {
        display: block
    }

    .body {
        min-height: 0;
        overflow: visible
    }

    .header {
        background: none;
        border: none;
        height: auto;
        position: static
    }

    .header .logo-container {
        height: 60px;
        left: 0;
        position: fixed;
        right: 0;
        top: 0;
        z-index: 99
    }

    .header .header-right {
        background: #fff;
        float: none !important;
        height: 60px;
        margin-top: 60px;
        width: 100%
    }

    .inner-wrapper {
        min-height: 0;
        padding-top: 0
    }

    .content-body {
        padding: 0 15px 15px
    }

    .page-header {
        margin: 0 -15px 20px
    }

    .sidebar-left {
        left: -100%;
        padding-top: 60px;
        padding-bottom: 50px;
        position: fixed;
        overflow: hidden;
        z-index: 98 !important
    }

    .sidebar-left, .sidebar-right {
        bottom: 0;
        min-height: 0;
        min-width: 100%;
        min-width: 100vw;
        top: 0
    }

    .sidebar-right {
        left: auto;
        right: -100%;
        margin-right: 0;
        z-index: 100
    }

    html.csstransforms .sidebar-left, html.csstransforms .sidebar-right {
        -webkit-transition-property: margin;
        -moz-transition-property: margin;
        transition-property: margin;
        -webkit-transition-duration: .25s;
        -moz-transition-duration: .25s;
        transition-duration: .25s;
        -webkit-transition-timing-function: ease-out;
        -moz-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
        -webkit-transition-delay: 0;
        -moz-transition-delay: 0;
        transition-delay: 0
    }

    html.csstransforms .sidebar-left {
        margin-left: -25px
    }

    html.csstransforms .sidebar-right {
        margin-right: -25px
    }

    html.no-mobile-device body {
        min-height: 0
    }

    html.no-mobile-device .body {
        min-height: 100vh;
        overflow: hidden
    }

    html.no-mobile-device .inner-wrapper {
        overflow-y: auto
    }

    html.no-mobile-device.sidebar-left-opened, html.no-mobile-device.sidebar-left-opened body, html.no-mobile-device.sidebar-right-opened, html.no-mobile-device.sidebar-right-opened body {
        overflow: hidden
    }

    html.sidebar-left-opened.no-csstransforms .sidebar-left {
        left: 0
    }

    html.sidebar-left-opened.csstransforms .sidebar-left {
        margin-left: 100%;
        background-color: white;
    }

    html.sidebar-right-opened.no-csstransforms .sidebar-right {
        right: 0
    }

    html.sidebar-right-opened.csstransforms .sidebar-right {
        margin-right: 100%
    }

    html.sidebar-left-collapsed.sidebar-right-opened .sidebar-left {
        margin-left: -300px
    }
}

@media only screen and (min-width: 1200px) {
    html.boxed .content-with-menu {
        margin-bottom: -40px
    }
}

@media only screen and (min-width: 768px) {
    .content-with-menu-container {
        display: table;
        table-layout: fixed;
        width: 100%
    }
}

@media only screen and (min-width: 768px) {
    html.boxed .content-with-menu:before, html.scroll .content-with-menu:before {
        bottom: -47px;
        content: "";
        display: block;
        left: 0;
        position: absolute;
        top: 54px;
        width: 300px
    }

    html.boxed .content-with-menu:after, html.scroll .content-with-menu:after {
        bottom: -46px;
        content: "";
        display: block;
        left: -1px;
        position: absolute;
        top: 54px;
        width: 1px;
        z-index: 3
    }

    html.boxed .content-with-menu:before {
        bottom: 0
    }

    html.boxed .content-with-menu:after {
        bottom: 2px
    }
}

.content-with-menu {
    margin: -20px -15px 0
}

@media only screen and (max-width: 767px) {
    .content-with-menu {
        clear: both
    }

    .inner-body {
        padding: 40px 15px 0
    }
}

@media only screen and (min-width: 768px) {
    .content-with-menu {
        border-top: 110px solid transparent;
        margin: -150px -40px -53px;
        min-height: 100vh
    }

    .inner-body, .inner-menu {
        display: table-cell;
        vertical-align: top
    }

    .inner-body {
        padding: 40px
    }

    .inner-toolbar {
        height: 52px;
        overflow: hidden
    }

    .content-with-menu-has-toolbar .inner-menu-toggle {
        border-radius: 0
    }

    .content-with-menu-has-toolbar .inner-toolbar {
        padding-left: 140px
    }
}

@media only screen and (min-width: 768px) {
    html.flexbox .content-with-menu-container, html.flexboxlegacy .content-with-menu-container {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex
    }

    html.flexbox .inner-body, html.flexbox .inner-menu, html.flexboxlegacy .inner-body, html.flexboxlegacy .inner-menu {
        display: block;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        flex-shrink: 0;
        -ms-flex-negative: 0
    }

    html.flexbox .inner-body, html.flexboxlegacy .inner-body {
        -webkit-box-flex: 2;
        -moz-box-flex: 2;
        box-flex: 2;
        -webkit-flex: 2;
        -moz-flex: 2;
        -ms-flex: 2;
        flex: 2
    }
}

@media only screen and (min-width: 768px) {
    html.fixed .content-with-menu-container, html.fixed .inner-body, html.fixed .inner-menu {
        display: block
    }

    html.fixed .content-with-menu-container {
        position: relative
    }

    html.fixed .inner-menu-toggle {
        position: absolute;
        top: 114px;
        border-radius: 0 0 5px 0;
        width: 140px;
        z-index: 1002
    }

    html.fixed .inner-menu {
        bottom: 0;
        display: block;
        left: 300px;
        position: fixed;
        margin: 0;
        top: 114px;
        width: 300px;
        padding: 35px;
        z-index: 1002
    }

    html.fixed .inner-menu-content {
        display: block
    }

    html.fixed .inner-body {
        margin-left: 300px;
        border-top: 113px solid transparent;
        margin-top: -110px;
        min-height: 100vh;
        position: relative
    }

    html.fixed .content-with-menu-has-toolbar .inner-body {
        border-top-width: 165px
    }
}

@media only screen and (min-width: 768px) {
    html.boxed .inner-body, html.boxed .inner-menu, html.scroll .inner-body, html.scroll .inner-menu {
        display: block
    }

    html.boxed .content-with-menu-container, html.scroll .content-with-menu-container {
        position: relative
    }

    html.boxed .inner-menu-toggle, html.scroll .inner-menu-toggle {
        position: absolute;
        top: 0;
        border-radius: 0 0 5px 0;
        width: 140px;
        z-index: 3
    }

    html.boxed .inner-menu, html.scroll .inner-menu {
        display: block;
        position: relative;
        margin: 0;
        width: 300px;
        padding: 35px
    }

    html.boxed .inner-menu-content, html.scroll .inner-menu-content {
        display: block
    }

    html.boxed .inner-body, html.scroll .inner-body {
        margin-left: 0;
        min-height: 100vh;
        position: relative
    }

    html.boxed.flexbox .content-with-menu-container, html.boxed.flexboxlegacy .content-with-menu-container, html.scroll.flexbox .content-with-menu-container, html.scroll.flexboxlegacy .content-with-menu-container {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex
    }
}

@media only screen and (min-width: 768px) {
    html.fixed.sidebar-left-collapsed .inner-menu, html.fixed.sidebar-left-collapsed .inner-menu-toggle, html.fixed.sidebar-left-collapsed .inner-toolbar {
        left: 73px
    }

    html.fixed.sidebar-left-collapsed.inner-menu-opened .inner-menu-toggle, html.fixed.sidebar-left-collapsed.inner-menu-opened .inner-toolbar {
        left: 373px
    }
}

@media only screen and (min-width: 768px) {
    html.fixed.sidebar-right-opened .inner-menu, html.fixed.sidebar-right-opened .inner-menu-toggle, html.fixed.sidebar-right-opened .inner-toolbar {
        left: 0
    }

    html.fixed.sidebar-right-opened .inner-toolbar {
        margin-right: 300px
    }

    html.fixed.sidebar-right-opened.inner-menu-opened .inner-menu-toggle, html.fixed.sidebar-right-opened.inner-menu-opened .inner-toolbar {
        left: -300px
    }
}

@media only screen and (min-width: 768px) {
    html.fixed.sidebar-left-collapsed.sidebar-right-opened .inner-menu, html.fixed.sidebar-left-collapsed.sidebar-right-opened .inner-menu-toggle, html.fixed.sidebar-left-collapsed.sidebar-right-opened .inner-toolbar {
        left: -227px
    }

    html.fixed.sidebar-left-collapsed.sidebar-right-opened.inner-menu-opened .inner-menu-toggle, html.fixed.sidebar-left-collapsed.sidebar-right-opened.inner-menu-opened .inner-toolbar {
        left: -527px
    }
}

@media only screen and (min-width: 768px) and (max-width: 1365px) {
    html.boxed .inner-menu, html.fixed .inner-menu, html.scroll .inner-menu {
        display: none
    }

    html.boxed .inner-menu-toggle, html.fixed .inner-menu-toggle, html.scroll .inner-menu-toggle {
        display: block
    }

    html.boxed .inner-body, html.fixed .inner-body, html.scroll .inner-body {
        margin-left: 0
    }

    html.boxed .content-with-menu-has-toolbar .inner-toolbar, html.fixed .content-with-menu-has-toolbar .inner-toolbar, html.scroll .content-with-menu-has-toolbar .inner-toolbar {
        padding-left: 140px
    }

    html.boxed.inner-menu-opened .inner-menu, html.fixed.inner-menu-opened .inner-menu, html.scroll.inner-menu-opened .inner-menu {
        display: block
    }

    html.boxed.inner-menu-opened .inner-menu-toggle, html.fixed.inner-menu-opened .inner-menu-toggle, html.scroll.inner-menu-opened .inner-menu-toggle {
        display: none
    }

    html.boxed.inner-menu-opened .inner-body, html.fixed.inner-menu-opened .inner-body, html.scroll.inner-menu-opened .inner-body {
        margin-right: -300px
    }

    html.boxed.inner-menu-opened .content-with-menu-has-toolbar .inner-toolbar, html.fixed.inner-menu-opened .content-with-menu-has-toolbar .inner-toolbar, html.scroll.inner-menu-opened .content-with-menu-has-toolbar .inner-toolbar {
        padding-left: 0
    }

    html.fixed.inner-menu-opened .inner-body {
        margin-left: 300px
    }

    html.boxed .content-with-menu:before, html.scroll .content-with-menu:before {
        display: none
    }

    html.boxed.inner-menu-opened:before, html.scroll.inner-menu-opened:before {
        display: block
    }
}

@media only screen and (min-width: 1366px) {
    html.boxed .inner-menu, html.fixed .inner-menu, html.scroll .inner-menu {
        display: block
    }

    html.boxed .inner-menu-toggle, html.boxed .inner-menu-toggle-inside, html.fixed .inner-menu-toggle, html.fixed .inner-menu-toggle-inside, html.scroll .inner-menu-toggle, html.scroll .inner-menu-toggle-inside {
        display: none
    }

    html.boxed .inner-body, html.fixed .inner-body, html.scroll .inner-body {
        margin-right: 0
    }

    html.boxed .content-with-menu-has-toolbar .inner-toolbar, html.fixed .content-with-menu-has-toolbar .inner-toolbar, html.scroll .content-with-menu-has-toolbar .inner-toolbar {
        padding-left: 0
    }

    html.fixed.inner-menu-opened .inner-body {
        margin-left: 300px
    }

    html.fixed .content-with-menu .inner-toolbar, html.fixed.inner-menu-opened .content-with-menu .inner-toolbar {
        left: 600px
    }

    html.fixed .inner-menu, html.fixed.inner-menu-opened .inner-menu, html.fixed.inner-menu-opened .inner-menu-toggle, html.fixed .inner-menu-toggle, html.fixed.sidebar-right-opened .content-with-menu .inner-toolbar {
        left: 300px
    }

    html.fixed.sidebar-right-opened .inner-menu, html.fixed.sidebar-right-opened .inner-menu-toggle {
        left: 0
    }

    html.fixed.sidebar-left-collapsed .content-with-menu .inner-toolbar, html.fixed.sidebar-left-collapsed.inner-menu-opened .content-with-menu .inner-toolbar, html.fixed.sidebar-left-collapsed.sidebar-right-opened.inner-menu-opened .content-with-menu .inner-toolbar {
        left: 373px
    }

    html.fixed.sidebar-left-collapsed .inner-menu, html.fixed.sidebar-left-collapsed.inner-menu-opened .inner-menu, html.fixed.sidebar-left-collapsed.inner-menu-opened .inner-menu-toggle, html.fixed.sidebar-left-collapsed .inner-menu-toggle, html.fixed.sidebar-left-collapsed.sidebar-right-opened .content-with-menu .inner-toolbar, html.fixed.sidebar-left-collapsed.sidebar-right-opened.inner-menu-opened .inner-menu, html.fixed.sidebar-left-collapsed.sidebar-right-opened.inner-menu-opened .inner-menu-toggle {
        left: 73px
    }

    html.fixed.sidebar-left-collapsed.sidebar-right-opened .inner-menu, html.fixed.sidebar-left-collapsed.sidebar-right-opened .inner-menu-toggle {
        left: -227px
    }
}

@-ms-viewport {
    width: auto !important
}

.header {
    /* background-color: #f6f6f6; */
    /* background-image: -webkit-linear-gradient(#f6f6f6, #fff 45%); */
    /* background-image: linear-gradient(#f6f6f6, #fff 45%); */
    /*border-bottom: 1px solid #e9e9e6;*/
    /* border-top: 3px solid #ededed; */
    z-index: 1000;
}

.header .logo {
    float: left;
    margin: 10px 0 0 15px
}

.header .logo img {
    color: transparent
}

.header .separator {
    background-color: #f6f6f6;
    background-image: -webkit-linear-gradient(#f6f6f6 60%, #ededed);
    background-image: linear-gradient(#f6f6f6 60%, #ededed);
    height: 100%;
    margin: 0 25px;
    width: 2px
}

.header .search, .header .separator {
    display: inline-block;
    vertical-align: middle
}

.header .search {
    width: 170px
}

.header .toggle-sidebar-left {
    background: #ccc;
    border-radius: 100px;
    color: #fff;
    height: 30px;
    line-height: 30px;
    position: absolute;
    right: 15px;
    text-align: center;
    top: 14px;
    width: 30px
}

.header-right {
    float: right;
    height: 56px
}

@media only screen and (max-width: 767px) {
    .header .logo-container {
        /*background-color: #f6f6f6;*/
        background-color: #0054a4;
        /*background-image: -webkit-linear-gradient(#f6f6f6, #fff 45%);*/
        /*background-image: linear-gradient(#f6f6f6, #fff 45%);*/
        /*border-bottom: 1px solid #e9e9e6;*/
        border-top: 3px solid #ededed
    }

    .header .logo-container .logo {
        float: none;
        display: inline-block;
        line-height: 57px;
        margin-top: 0
    }

    .header .search, .header .separator {
        display: none
    }
    .header-right{
        display:none;
    }
}

html.dark .header, html.header-dark .header {
    background: #1d2127;
    border-bottom-color: #161a1e;
    border-top-color: #1d2127
}

@media only screen and (max-width: 767px) {
    html.dark .header .logo-container, html.header-dark .header .logo-container {
        background: #1d2127;
        border-bottom-color: #161a1e;
        border-top-color: #1d2127
    }

    html.dark .header .header-right, html.header-dark .header .header-right {
        background: #1d2127
    }
}

html.dark .header .separator, html.header-dark .header .separator {
    background-color: #1d2127;
    background-image: -webkit-linear-gradient(#1d2127 10%, #121518);
    background-image: linear-gradient(#1d2127 10%, #121518)
}

html.dark .header .input-search input, html.dark .header .input-search input:focus, html.header-dark .header .input-search input, html.header-dark .header .input-search input:focus {
    background: #282d36;
    border-color: #161a1e;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .4);
    color: #fff
}

html.dark .header .input-search .input-group-btn .btn-default, html.header-dark .header .input-search .input-group-btn .btn-default {
    background: transparent;
    color: #c3c3c3
}

.sidebar-left {
    z-index: 1010
}

.sidebar-left .sidebar-header {
    position: relative;
    color: #777;
    height: 50px
}

.sidebar-left .sidebar-header .sidebar-title {
    color: #465162;
    padding: 15px;
    font-size: 15px;
    font-size: 1.5rem
}

.sidebar-left .sidebar-header .sidebar-toggle {
    position: absolute;
    top: 0;
    right: 0;
    width: 73px;
    height: 50px;
    background-color: #171717;
    border-radius: 0 0 0 5px;
    text-align: center;
    cursor: pointer
}

.sidebar-left .sidebar-header .sidebar-toggle i {
    color: #c3c3c3;
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 50px;
    -webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out
}

.sidebar-left .sidebar-header .sidebar-toggle:hover i {
    color: #ccc
}

.sidebar-left hr.separator {
    background: none;
    margin: 20px 10px
}

@media only screen and (min-width: 768px) {
    html.boxed .sidebar-left .nano, html.scroll .sidebar-left .nano {
        position: static;
        height: auto;
        overflow: visible;
        width: auto
    }

    html.boxed .sidebar-left .nano .nano-content, html.scroll .sidebar-left .nano .nano-content {
        margin-right: 0 !important;
        position: static;
        overflow: visible
    }

    html.boxed .sidebar-left .nano .nano-pane, html.scroll .sidebar-left .nano .nano-pane {
        display: none !important
    }

    html.boxed .sidebar-left .nano > .nano-content, html.scroll .sidebar-left .nano > .nano-content {
        overflow: visible !important
    }
}

@media only screen and (min-width: 768px) {
    html.sidebar-left-collapsed .sidebar-left .sidebar-title {
        margin-left: -300px;
        opacity: 0
    }

    html.sidebar-left-collapsed .sidebar-left .sidebar-toggle {
        border-radius: 0
    }

    html.sidebar-left-collapsed .sidebar-left .nav-main > li > a {
        overflow: hidden;
        text-overflow: clip
    }

    html.sidebar-left-collapsed .sidebar-left .nav-main li.nav-parent a:after, html.sidebar-left-collapsed .sidebar-left .nav-main li.nav-parent ul.nav-children {
        display: none
    }

    html.sidebar-left-collapsed .sidebar-left .nav-main a span {
        visibility: hidden
    }

    html.sidebar-left-collapsed .sidebar-left .separator, html.sidebar-left-collapsed .sidebar-left .sidebar-widget {
        display: none
    }

    html.sidebar-left-collapsed.boxed .sidebar-left, html.sidebar-left-collapsed.scroll .sidebar-left {
        overflow: visible
    }

    html.sidebar-left-collapsed.boxed .sidebar-left .nav-main li.nav-active a:hover, html.sidebar-left-collapsed.scroll .sidebar-left .nav-main li.nav-active a:hover {
        color: #ccc
    }

    html.sidebar-left-collapsed.boxed .sidebar-left .nav-main li.nav-expanded, html.sidebar-left-collapsed.scroll .sidebar-left .nav-main li.nav-expanded {
        background: transparent
    }

    html.sidebar-left-collapsed.boxed .sidebar-left .nav-main li.nav-expanded ul.nav-children, html.sidebar-left-collapsed.scroll .sidebar-left .nav-main li.nav-expanded ul.nav-children {
        display: none
    }

    html.sidebar-left-collapsed.boxed .sidebar-left .nav-main li ul.nav-children, html.sidebar-left-collapsed.scroll .sidebar-left .nav-main li ul.nav-children {
        position: absolute;
        left: 67px;
        width: 233px;
        background: #191c21
    }

    html.sidebar-left-collapsed.boxed .sidebar-left .nav-main > li:hover, html.sidebar-left-collapsed.scroll .sidebar-left .nav-main > li:hover {
        width: 300px;
        background: #191c21
    }

    html.sidebar-left-collapsed.boxed .sidebar-left .nav-main > li:hover > a, html.sidebar-left-collapsed.scroll .sidebar-left .nav-main > li:hover > a {
        background: transparent
    }

    html.sidebar-left-collapsed.boxed .sidebar-left .nav-main > li:hover > a i, html.sidebar-left-collapsed.scroll .sidebar-left .nav-main > li:hover > a i {
        margin-right: 22px
    }

    html.sidebar-left-collapsed.boxed .sidebar-left .nav-main > li:hover > a span, html.sidebar-left-collapsed.scroll .sidebar-left .nav-main > li:hover > a span {
        display: inline;
        visibility: visible
    }

    html.sidebar-left-collapsed.boxed .sidebar-left .nav-main > li:hover > a span.label, html.sidebar-left-collapsed.scroll .sidebar-left .nav-main > li:hover > a span.label {
        background-color: #ccc;
        color: #fff
    }

    html.sidebar-left-collapsed.boxed .sidebar-left .nav-main > li:hover > ul.nav-children, html.sidebar-left-collapsed.scroll .sidebar-left .nav-main > li:hover > ul.nav-children {
        display: block
    }

    html.sidebar-left-collapsed.boxed .sidebar-left .nav-main > li:hover > ul.nav-children li a, html.sidebar-left-collapsed.scroll .sidebar-left .nav-main > li:hover > ul.nav-children li a {
        padding-left: 15px
    }

    html.sidebar-left-collapsed.fixed .sidebar-left .nano {
        background: #ffffff;
        /* box-shadow: inset -5px 0 0 #2f3139; */
        -webkit-box-shadow: 3px 2px 5px 0px rgba(196,196,196,0.5);
        -moz-box-shadow: 3px 2px 5px 0px rgba(196,196,196,0.5);
        box-shadow: 3px 2px 5px 0px rgba(196,196,196,0.5);
    }

    html.sidebar-left-collapsed.fixed .sidebar-left .nano:hover {
        width: 300px
    }

    html.sidebar-left-collapsed.fixed .sidebar-left .nano:hover .nav-main .nav-expanded ul.nav-children {
        display: block
    }

    html.sidebar-left-collapsed.fixed .sidebar-left .nano:hover .nav-main li.nav-parent a:after {
        display: inline-block
    }

    html.sidebar-left-collapsed.fixed .sidebar-left .nano:hover .nav-main li a span {
        visibility: visible
    }

    html.sidebar-left-collapsed.fixed .sidebar-left .nano:hover .separator, html.sidebar-left-collapsed.fixed .sidebar-left .nano:hover .sidebar-widget {
        display: block
    }
}

@media only screen and (max-width: 767px) {
    html.sidebar-left-sm.sidebar-left-collapsed.sidebar-right-opened .sidebar-left {
        margin-left: -250px
    }
}

@media only screen and (min-width: 768px) {
    html.sidebar-left-sm .sidebar-left {
        width: 250px;
        font-size: 12px;
        font-size: 1.2rem
    }

    html.sidebar-left-sm .sidebar-left ul.nav-main li i {
        font-size: 16px;
        font-size: 1.6rem
    }

    html.sidebar-left-sm .sidebar-left .sidebar-widget .widget-header h6, html.sidebar-left-sm .sidebar-left ul.nav-main li a {
        font-size: 12px;
        font-size: 1.2rem
    }

    html.sidebar-left-sm.sidebar-left-collapsed .sidebar-left .sidebar-title {
        margin-left: -250px
    }

    html.sidebar-left-sm.sidebar-left-collapsed.fixed .sidebar-left .nano:hover {
        width: 250px
    }

    html.sidebar-left-sm.sidebar-left-collapsed .sidebar-left {
        width: 73px;
    }

    html.fixed.sidebar-left-sm .content-body {
        margin-left: 250px
    }

    html.fixed.sidebar-left-sm .page-header {
        left: 250px
    }

    html.fixed.sidebar-left-sm.sidebar-right-opened .page-header {
        left: 0
    }

    html.fixed.sidebar-left-sm.sidebar-right-opened .sidebar-left {
        left: -250px
    }

    html.fixed.sidebar-left-collapsed .page-header {
        left: 73px
    }

    html.fixed.sidebar-left-collapsed .content-body {
        /*margin-left: 73px;*/
        margin-left: 4%;
    }

    html.fixed.sidebar-left-sm.sidebar-left-collapsed.sidebar-right-opened .page-header {
        left: -250px
    }

    html.fixed.sidebar-left-sm .inner-menu {
        left: 250px
    }

    html.fixed.sidebar-left-sm.sidebar-left-collapsed .inner-menu, html.fixed.sidebar-left-sm.sidebar-left-collapsed .inner-menu-toggle, html.fixed.sidebar-left-sm.sidebar-left-collapsed .inner-toolbar {
        left: 73px
    }

    html.fixed.sidebar-left-sm.sidebar-left-collapsed.inner-menu-opened .inner-menu-toggle, html.fixed.sidebar-left-sm.sidebar-left-collapsed.inner-menu-opened .inner-toolbar {
        left: 373px
    }

    html.fixed.sidebar-left-sm.sidebar-right-opened .inner-menu, html.fixed.sidebar-left-sm.sidebar-right-opened .inner-menu-toggle, html.fixed.sidebar-left-sm.sidebar-right-opened .inner-toolbar {
        left: -50px
    }

    html.fixed.sidebar-left-sm.sidebar-right-opened.inner-menu-opened .inner-menu-toggle, html.fixed.sidebar-left-sm.sidebar-right-opened.inner-menu-opened .inner-toolbar {
        left: -350px
    }

    html.fixed.sidebar-left-sm.inner-menu-opened {
        left: 550px
    }

    html.fixed.sidebar-left-sm .inner-menu-toggle {
        left: 250px
    }
}

@media only screen and (min-width: 1366px) {
    html.fixed.sidebar-left-sm .content-with-menu .inner-toolbar, html.fixed.sidebar-left-sm.inner-menu-opened .content-with-menu .inner-toolbar {
        left: 550px
    }

    html.fixed.sidebar-left-sm .inner-menu, html.fixed.sidebar-left-sm.inner-menu-opened .inner-menu, html.fixed.sidebar-left-sm.inner-menu-opened .inner-menu-toggle, html.fixed.sidebar-left-sm .inner-menu-toggle, html.fixed.sidebar-left-sm.sidebar-right-opened .content-with-menu .inner-toolbar {
        left: 250px
    }

    html.fixed.sidebar-left-sm.sidebar-right-opened .inner-menu, html.fixed.sidebar-left-sm.sidebar-right-opened .inner-menu-toggle {
        left: -50px
    }

    html.fixed.sidebar-left-sm.sidebar-left-collapsed .content-with-menu .inner-toolbar, html.fixed.sidebar-left-sm.sidebar-left-collapsed.inner-menu-opened .content-with-menu .inner-toolbar, html.fixed.sidebar-left-sm.sidebar-left-collapsed.sidebar-right-opened.inner-menu-opened .content-with-menu .inner-toolbar {
        left: 373px
    }

    html.fixed.sidebar-left-sm.sidebar-left-collapsed .inner-menu, html.fixed.sidebar-left-sm.sidebar-left-collapsed.inner-menu-opened .inner-menu, html.fixed.sidebar-left-sm.sidebar-left-collapsed.inner-menu-opened .inner-menu-toggle, html.fixed.sidebar-left-sm.sidebar-left-collapsed .inner-menu-toggle, html.fixed.sidebar-left-sm.sidebar-left-collapsed.sidebar-right-opened .content-with-menu .inner-toolbar, html.fixed.sidebar-left-sm.sidebar-left-collapsed.sidebar-right-opened.inner-menu-opened .inner-menu, html.fixed.sidebar-left-sm.sidebar-left-collapsed.sidebar-right-opened.inner-menu-opened .inner-menu-toggle {
        left: 73px
    }

    html.fixed.sidebar-left-sm.sidebar-left-collapsed.sidebar-right-opened .inner-menu, html.fixed.sidebar-left-sm.sidebar-left-collapsed.sidebar-right-opened .inner-menu-toggle {
        left: -227px
    }
}

@media only screen and (max-width: 767px) {
    html.sidebar-left-xs.sidebar-left-collapsed.sidebar-right-opened .sidebar-left {
        margin-left: -200px
    }
}

@media only screen and (min-width: 768px) {
    html.sidebar-left-xs .sidebar-left {
        width: 200px;
        font-size: 11px;
        font-size: 1.1rem
    }

    html.sidebar-left-xs .sidebar-left ul.nav-main li i {
        font-size: 14px;
        font-size: 1.4rem
    }

    html.sidebar-left-xs .sidebar-left ul.nav-main li a {
        font-size: 11px;
        font-size: 1.1rem
    }

    html.sidebar-left-xs .sidebar-left ul.nav-main li .nav-children li a {
        padding-left: 52px
    }

    html.sidebar-left-xs .sidebar-left .sidebar-widget .widget-header h6 {
        font-size: 11px;
        font-size: 1.1rem
    }

    html.sidebar-left-xs.sidebar-left-collapsed .sidebar-left .sidebar-title {
        margin-left: -200px
    }

    html.sidebar-left-xs.sidebar-left-collapsed.fixed .sidebar-left .nano:hover {
        width: 200px
    }

    html.sidebar-left-xs.sidebar-left-collapsed .sidebar-left {
        width: 73px
    }

    html.fixed.sidebar-left-xs .content-body {
        margin-left: 200px
    }

    html.fixed.sidebar-left-xs .page-header {
        left: 200px
    }

    html.fixed.sidebar-left-xs.sidebar-right-opened .page-header {
        left: 0
    }

    html.fixed.sidebar-left-xs.sidebar-right-opened .sidebar-left {
        left: -200px
    }

    html.fixed.sidebar-left-collapsed .page-header {
        left: 73px
    }

    html.fixed.sidebar-left-collapsed .content-body {
        /*margin-left: 73px;*/
        margin-left: 4%;
    }

    html.fixed.sidebar-left-xs.sidebar-left-collapsed.sidebar-right-opened .page-header {
        left: -200px
    }

    html.fixed.sidebar-left-xs .inner-menu {
        left: 200px
    }

    html.fixed.sidebar-left-xs.sidebar-left-collapsed .inner-menu, html.fixed.sidebar-left-xs.sidebar-left-collapsed .inner-menu-toggle, html.fixed.sidebar-left-xs.sidebar-left-collapsed .inner-toolbar {
        left: 73px
    }

    html.fixed.sidebar-left-xs.sidebar-left-collapsed.inner-menu-opened .inner-menu-toggle, html.fixed.sidebar-left-xs.sidebar-left-collapsed.inner-menu-opened .inner-toolbar {
        left: 373px
    }

    html.fixed.sidebar-left-xs.sidebar-right-opened .inner-menu, html.fixed.sidebar-left-xs.sidebar-right-opened .inner-menu-toggle, html.fixed.sidebar-left-xs.sidebar-right-opened .inner-toolbar {
        left: -100px
    }

    html.fixed.sidebar-left-xs.sidebar-right-opened.inner-menu-opened .inner-menu-toggle, html.fixed.sidebar-left-xs.sidebar-right-opened.inner-menu-opened .inner-toolbar {
        left: -400px
    }

    html.fixed.sidebar-left-xs.inner-menu-opened {
        left: 500px
    }

    html.fixed.sidebar-left-xs .inner-menu-toggle {
        left: 200px
    }
}

@media only screen and (min-width: 1366px) {
    html.fixed.sidebar-left-xs .content-with-menu .inner-toolbar, html.fixed.sidebar-left-xs.inner-menu-opened .content-with-menu .inner-toolbar {
        left: 500px
    }

    html.fixed.sidebar-left-xs .inner-menu, html.fixed.sidebar-left-xs.inner-menu-opened .inner-menu, html.fixed.sidebar-left-xs.inner-menu-opened .inner-menu-toggle, html.fixed.sidebar-left-xs .inner-menu-toggle, html.fixed.sidebar-left-xs.sidebar-right-opened .content-with-menu .inner-toolbar {
        left: 200px
    }

    html.fixed.sidebar-left-xs.sidebar-right-opened .inner-menu, html.fixed.sidebar-left-xs.sidebar-right-opened .inner-menu-toggle {
        left: -100px
    }

    html.fixed.sidebar-left-xs.sidebar-left-collapsed .content-with-menu .inner-toolbar, html.fixed.sidebar-left-xs.sidebar-left-collapsed.inner-menu-opened .content-with-menu .inner-toolbar, html.fixed.sidebar-left-xs.sidebar-left-collapsed.sidebar-right-opened.inner-menu-opened .content-with-menu .inner-toolbar {
        left: 373px
    }

    html.fixed.sidebar-left-xs.sidebar-left-collapsed .inner-menu, html.fixed.sidebar-left-xs.sidebar-left-collapsed.inner-menu-opened .inner-menu, html.fixed.sidebar-left-xs.sidebar-left-collapsed.inner-menu-opened .inner-menu-toggle, html.fixed.sidebar-left-xs.sidebar-left-collapsed .inner-menu-toggle, html.fixed.sidebar-left-xs.sidebar-left-collapsed.sidebar-right-opened .content-with-menu .inner-toolbar, html.fixed.sidebar-left-xs.sidebar-left-collapsed.sidebar-right-opened.inner-menu-opened .inner-menu, html.fixed.sidebar-left-xs.sidebar-left-collapsed.sidebar-right-opened.inner-menu-opened .inner-menu-toggle {
        left: 73px
    }

    html.fixed.sidebar-left-xs.sidebar-left-collapsed.sidebar-right-opened .inner-menu, html.fixed.sidebar-left-xs.sidebar-left-collapsed.sidebar-right-opened .inner-menu-toggle {
        left: -227px
    }
}

ul.nav-main {
    margin-right: 5px;
}

    ul.nav-main > li > a {
        /*padding: 12px 25px;*/
        padding: 12px 10px;
    }

    ul.nav-main > li > a:focus, ul.nav-main > li > a:hover {
        /*background-color: #21262d;*/
        background-color: #0054a4;
        color: white !important;
    }

    ul.nav-main > li.nav-active > a {
        /*box-shadow: inset 2px 0 0 #ccc;*/
        box-shadow: inset 2px 0 0 #0054a4;
        color: #0054a4;
    }

ul.nav-main > li.nav-active > a:hover {
    color: #abb4be
}

ul.nav-main > li.nav-active > i {
    color: #ccc
}

    ul.nav-main > li.nav-expanded > a {
        /*background: #21262d;*/
        background: #0054a4;
        color:white;
    }

ul.nav-main li a {
    font-size: 13px;
    font-size: 1.3rem;
    color: #abb4be;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 1.2rem
}

ul.nav-main li a span.label {
    font-weight: 400;
    font-size: 10px;
    font-size: 1rem;
    padding: .3em .7em .4em;
    margin: .4em -1em 0 0
}

ul.nav-main li a .not-included {
    font-style: normal;
    color: #505b67;
    display: inline-block;
    padding: 0 0 0 6px
}

ul.nav-main li i, ul.nav-main li span {
    vertical-align: middle
}

ul.nav-main li i {
    font-size: 18px;
    font-size: 1.5rem;
    width: 1.1em;
    margin-right: .5em;
    text-align: center
}

ul.nav-main li.nav-parent {
    position: relative
}

ul.nav-main li.nav-parent > a {
    cursor: pointer
}

ul.nav-main li.nav-parent > a:after {
    font-family: FontAwesome;
    content: ">";
    font-size: 16px;
    font-size: 1.6rem;
    color: #abb4be;
    position: absolute;
    right: 0;
    top: 0;
    padding: 14px 25px
}

ul.nav-main li.nav-parent.nav-expanded > a:after {
    content: "-"
}

ul.nav-main li.nav-parent.nav-expanded > ul.nav-children {
    display: block
}

    ul.nav-main li .nav-children {
        /*background: #191c21;*/
        background: #0054a4;
        box-shadow: inset 0 -3px 3px -3px rgba(0, 0, 0, .7);
        display: none;
        padding: 10px 0
    }

ul.nav-main li .nav-children li a {
    padding: 6px 15px 6px 57px;
    overflow: hidden
}

    ul.nav-main li .nav-children li a:focus, ul.nav-main li .nav-children li a:hover {
        /*background: #191c21;*/
        background: white;
        color: #0054a4;
    }

ul.nav-main li .nav-children li a:after {
    padding: 6px 25px
}

ul.nav-main li .nav-children li.nav-active > a {
    color: #ccc
}

ul.nav-main li .nav-children .nav-children {
    box-shadow: none;
    padding: 0
}

ul.nav-main li .nav-children .nav-children li a {
    padding: 6px 15px 6px 82px
}

ul.nav-main li .nav-children .nav-children .nav-children li a {
    padding: 6px 15px 6px 97px
}

.page-header {
    z-index: 1001
}

.page-header h2 {
    color: #fff;
    border-bottom: 4px solid #ccc;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    display: inline-block;
    float: left;
    height: 50px;
    font-size: 20px;
    font-size: 2rem;
    letter-spacing: normal;
    line-height: 50px;
    margin: 0 0 0 -1px;
    padding: 0 22px 0 20px
}

.page-header .right-wrapper {
    float: right
}

.page-header .breadcrumbs {
    display: inline-block;
    font-size: 0;
    line-height: 50px;
    margin: 0;
    padding: 0
}

.page-header .breadcrumbs li {
    color: #c3c3c3;
    display: inline-block;
    font-weight: 300
}

.page-header .breadcrumbs li:after {
    content: "/";
    display: inline-block;
    font-size: 14px;
    font-size: 1.4rem;
    margin: 0 10px;
    vertical-align: middle
}

.page-header .breadcrumbs li:last-child:after {
    display: none
}

.page-header .breadcrumbs .fa-home {
    font-size: 20px;
    font-size: 2rem
}

.page-header .breadcrumbs i {
    vertical-align: middle
}

.page-header .breadcrumbs a, .page-header .breadcrumbs span {
    color: #c3c3c3;
    display: inline-block;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 20px;
    vertical-align: middle
}

.page-header .sidebar-right-toggle {
    cursor: pointer;
    color: #c3c3c3;
    display: inline-block;
    font-size: 17px;
    margin: 0 0 0 10px;
    height: 50px;
    width: 50px;
    vertical-align: top;
    text-align: center;
    -webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out
}

.page-header .sidebar-right-toggle i {
    line-height: 53px;
    vertical-align: middle
}

.page-header .sidebar-right-toggle:hover {
    color: #ccc
}

html.dark .page-header, html.header-dark .page-header {
    border-left-color: #171717;
    box-shadow: 1px 3px 0 1px #2f3139
}

html.sidebar-right-opened .page-header .sidebar-right-toggle i:before {
    content: "\F054"
}

@media only screen and (max-width: 767px) {
    .page-header {
        padding-right: 80px
    }

    .page-header .breadcrumbs {
        display: none
    }

    .page-header h2 {
        font-size: 16px;
        padding: 0 15px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        max-width: 100%
    }

    .page-header .sidebar-right-toggle {
        position: absolute;
        right: 0;
        top: 0
    }
}

html.no-overflowscrolling .nano {
    height: 100%;
    position: relative;
    overflow: hidden;
    width: 100%
}

html.no-overflowscrolling .nano > .nano-content {
    bottom: 0;
    left: 0;
    position: absolute;
    overflow: hidden;
    right: 0;
    top: 0
}

html.no-overflowscrolling .nano > .nano-content:focus {
    outline: none
}

html.no-overflowscrolling .nano > .nano-content::-webkit-scrollbar {
    display: none;
    visibility: hidden
}

html.no-overflowscrolling .nano.has-scrollbar > .nano-content::-webkit-scrollbar {
    display: block;
    visibility: visible
}

html.no-overflowscrolling .nano > .nano-pane {
    bottom: 0;
    position: absolute;
    opacity: .01;
    right: 0;
    top: 0;
    visibility: hidden \9;
    width: 4px;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

html.no-overflowscrolling .nano > .nano-pane > .nano-slider {
    background: #ccc;
    margin: 0;
    position: relative;
    visibility: hidden
}

html.no-overflowscrolling .nano .nano-pane.active, html.no-overflowscrolling .nano .nano-pane.flashed, html.no-overflowscrolling .nano:hover > .nano-pane {
    opacity: .99
}

html.no-overflowscrolling .nano:hover > .nano-pane > .nano-slider {
    visibility: visible
}

html.no-overflowscrolling.custom-scroll .nano > .nano-content {
    overflow: scroll;
    overflow-x: hidden
}

@media only screen and (max-width: 767px) {
    html.no-overflowscrolling .nano > .nano-content {
        overflow: scroll !important;
        overflow-x: hidden !important
    }
}

@media only screen and (min-width: 768px) {
    html.overflowscrolling.fixed .inner-menu .nano, html.overflowscrolling.fixed .sidebar-left .nano, html.overflowscrolling.fixed .sidebar-right .nano {
        height: 100%;
        overflow: hidden;
        -webkit-overflow-scrolling: touch
    }

    html.overflowscrolling.fixed .inner-menu .nano > .nano-pane > .nano-slider, html.overflowscrolling.fixed .sidebar-left .nano > .nano-pane > .nano-slider, html.overflowscrolling.fixed .sidebar-right .nano > .nano-pane > .nano-slider {
        visibility: visible
    }

    html.overflowscrolling.fixed.custom-scroll .inner-menu .nano > .nano-content, html.overflowscrolling.fixed.custom-scroll .sidebar-left .nano > .nano-content, html.overflowscrolling.fixed.custom-scroll .sidebar-right .nano > .nano-content {
        overflow-y: scroll;
        overflow-x: hidden
    }
}

body .login-page {
    background-color: #252525
}

.login-page .body-sign .panel-sign .panel-title-sign .title {
    background-color: #286a56
}

.login-page .body-sign .panel-sign .panel-body {
    border-top-color: #286a56
}

.txt-size-1x {
    font-size: 1rem
}

.txt-size-2x {
    font-size: 1.5rem
}

.txt-size-3x {
    font-size: 2rem
}

.btn.min {
    padding: 1px 4px
}

.nav-main .nav {
    display: -ms-flexbox;
    display: block;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px
}

.nav > li > a:focus, .nav > li > a:hover {
    text-decoration: none;
    background-color: #eee
}

.visible-xs, .visible.sm, .visible-md, .visible-lg {
    display: none;
}
@media (max-width: 767px) {
    .hidden-xs {
        display: none !important
    }
    .visible-xs, .visible.sm, .visible-md, .visible-lg {
        display: block;
    }
}



.dropdown-item{
    font-size: 1.2rem;
}