a {
    transition: all 0.3s ease;
}

@media (prefers-reduced-motion: reduce) {
    a {
        transition: none
    }
}

a:hover,
a:active {
    text-decoration: none
}

img {
    max-width: 100%
}

small,
.small {
    font-size: 85.71%
}

.form-control,
.form-control:focus,
.btn:focus,
.btn:not(:disabled):not(.disabled):active:focus,
.btn:not(:disabled):not(.disabled).active:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

.form-group-sm .form-control.form-control30 {
    height: 30px
}

.form-group-sm .control-text {
    padding-top: 4px
}

.form-group textarea {
    resize: vertical
}

code {
    background-color: #efefef;
    color: inherit;
    box-shadow: 0 0 0px 1px #d8d8d8;
    border-radius: 2px;
    padding: 2px 5px;
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

code,
pre {
    font-size: 100%
}

select .parent {
    color: #000;
    background: #eee
}

[v-cloak]>* {
    display: none
}

[v-cloak]::before {
    content: "loading…"
}

.row-no-gap {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 20px
}

.row-no-gap>div[class^='col'] {
    padding-left: 0;
    padding-right: 0
}

.select2-results__options {
    text-align: left;
    overflow-x: hidden;
    font-size: 13px
}

.nav-tabs>li>.nav-link,
.nav-tabs.nav-justified>li>.nav-link {
    border-bottom: 3px solid transparent;
    color: #495057;
    font-weight: bold
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-link.active:focus,
.nav-tabs .nav-link.active:hover,
.nav-tabs.nav-justified .nav-link.active,
.nav-tabs.nav-justified .nav-link.active:focus,
.nav-tabs.nav-justified .nav-link.active:hover {
    border-color: transparent;
    border-bottom-width: 3px;
    border-bottom-color: #4b8ef9;
    color: #4b8ef9
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
    border-color: transparent;
    color: #4b8ef9
}

.modal {
    text-align: center
}

.modal .modal-dialog {
    text-align: left
}

.modal .table-styled {
    overflow: hidden
}

.modal-mask {
    position: fixed;
    z-index: 1049;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: table
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle
}

@media (max-width: 991.98px) {
    .modal-dialog {
        width: 96%;
        margin: 2%
    }
}

.modal-content {
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.15);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.15);
    border-radius: 0
}

@media (min-width: 768px) {
    .modal:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%
    }
}

@media (min-width: 992px) {
    .modal-xmd {
        width: 800px
    }
}

@media (min-width: 1200px) {
    .modal-lg {
        width: 1160px
    }
}

@media (min-width: 1360px) {
    .modal-lg {
        width: 1300px
    }
}

.modal-xl {
    width: calc(100vw - 40px);
    max-width: calc(100vw - 40px)
}

@media (min-width: 1360px) {
    .modal-xl {
        width: 1300px;
        max-width: 1300px
    }
}

.edit-modal .modal-title i {
    position: relative;
    top: 1px
}

.edit-modal .modal-header {
    background: #e9ecef;
    color: #212529;
    padding: 5px 15px
}

.edit-modal .modal-header .close {
    font-size: 28px;
    width: 28px;
    font-weight: normal;
    color: #212529;
    opacity: 1;
    text-shadow: none;
    outline: none
}

.edit-modal .modal-header .close:hover {
    opacity: 0.85
}

.edit-modal .modal-body {
    padding: 20px
}

.edit-modal .modal-footer {
    border: none;
    padding: 0 20px 20px 20px
}

.modal-fade-enter .modal-dialog,
.modal-fade-leave-to .modal-dialog {
    transform: translateY(-25%)
}

.modal-fade-enter-to .modal-dialog,
.modal-fade-leave .modal-dialog {
    transform: translateY(0)
}

.site-header {
    background-color: #fff;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.05);
    position: relative;
    z-index: 5
}

.site-header .navbar-brand {
    padding-top: 0;
    padding-bottom: 0
}

.site-header .navbar-brand img {
    max-width: 250px
}

.site-header .dropdown-menu {
    font-size: 13px
}

.site-header .dropdown-menu .fa {
    font-size: 16px;
    min-width: 16px;
    text-align: center;
    margin-right: 3px
}

.site-header .navbar-light .navbar-nav .server-date,
.site-header .navbar-light .navbar-nav balance .server-utc {
    color: #2f313f
}

@media (max-width: 767.98px) {
    .site-header .navbar-light .navbar-nav {
        display: none
    }
}

@media (max-width: 991.98px) {
    .site-header .navbar-light .navbar-nav .nav-item-time {
        display: none
    }
}

.site-header .navbar-light .navbar-nav .nav-link {
    color: #2f313f
}

.site-middle {
    position: relative
}

.sidebar {
    width: 200px;
    float: left;
    position: relative;
    z-index: 3;
    background-color: #fcfcfc
}

.site-content {
    float: right;
    width: 100%;
    margin-left: -200px
}

.entry {
    margin-left: 200px
}

.sidebar-footer {
    width: 200px;
    position: fixed;
    bottom: 0;
    padding-bottom: 10px;
    transition: width 0.2s ease
}

.sidebar-time {
    position: fixed;
    left: 0;
    bottom: 44px;
    z-index: 1;
    color: #6A6A6A;
    font-size: 13px;
    text-align: center;
    width: 200px;
    opacity: 1
}

.menu-left-fixed .sidebar {
    position: fixed;
    bottom: 0
}

.menu-left-collapsed .sidebar-footer,
.menu-left-collapsed .sidebar-time {
    width: 60px
}

.menu-left-collapsed .sidebar-time {
    opacity: 0;
    visibility: hidden
}

@media (max-width: 1199.98px) {
    .sidebar .sidebar-time {
        opacity: 0;
        visibility: hidden;
        bottom: 10px;
        font-size: 12px;
        width: 180px
    }
    .sidebar.active .sidebar-time {
        opacity: 1;
        visibility: visible;
        transition: opacity 1s ease-in-out, visibility 0.5s ease-in 0.4s
    }
}

#sidebarToggleLabel {
    display: inline-block;
    opacity: 0;
    position: absolute;
    top: 9px;
    left: 205px;
    z-index: 2;
    background-color: #000;
    color: #fff;
    padding: 2px 5px;
    margin-left: 3px;
    transition: margin 0.2s ease;
    border-radius: 3px;
    font-size: 12px;
    line-height: 1.4em;
    white-space: nowrap;
    visibility: hidden
}

#sidebarToggleLabel:before {
    content: "";
    position: absolute;
    top: 6px;
    left: -3px;
    z-index: 3;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 4px 4px 0;
    border-color: transparent #000 transparent transparent
}

.sidebar-toggle {
    height: 34px;
    background-color: #e9ecef;
    display: inline-block;
    color: #495057 !important;
    line-height: 24px;
    padding: 5px 15px 5px 15px;
    cursor: pointer;
    position: relative;
    border-radius: 0 17px 17px 0;
    transition: 0.3s ease all;
    text-align: center
}

.sidebar-toggle:hover {
    background-color: #dee2e6;
    color: #4b8ef9
}

.sidebar-toggle .toggle-icon {
    font-size: 16px
}

.sidebar-toggle .fa:before {
    font-weight: 900;
    content: "\f053"
}

.sidebar-toggle:hover #sidebarToggleLabel {
    visibility: visible;
    opacity: 0.9;
    margin-left: 0
}

#sidebarToggleLabel {
    left: 44px
}

.menu-left-collapsed .sidebar {
    width: 60px
}

.menu-left-collapsed .site-content {
    margin-left: -60px
}

.menu-left-collapsed .entry {
    margin-left: 60px
}

.menu-left-collapsed #sidebarToggleLabel {
    left: 54px
}

.menu-left-collapsed .menu-left .menu-title {
    left: 0px
}

.menu-left-collapsed .menu-left li:hover>a>.menu-title {
    visibility: visible !important;
    opacity: 0.9 !important;
    margin-left: 0 !important
}

.menu-left-collapsed .menu-left li.parent:hover a>.menu-title {
    visibility: visible !important;
    opacity: 0.9 !important;
    margin-left: 0 !important
}

.menu-left-collapsed .menu-left .label-notice {
    position: absolute;
    top: 5px;
    left: 23px
}

.menu-left-collapsed .menu-left .menu>li:not(.parent)>a>.menu-title:before {
    content: "";
    position: absolute;
    top: 6px;
    left: -3px;
    z-index: 3;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 4px 4px 0;
    border-color: transparent #000 transparent transparent
}

.menu-left-collapsed .menu-left .menu>li:not(.parent)>a>.menu-title {
    display: inline-block;
    opacity: 0;
    position: absolute;
    top: 9px;
    left: 65px;
    z-index: 2;
    padding: 2px 5px;
    margin-left: 3px;
    transition: margin 0.2s ease;
    border-radius: 3px;
    font-size: 12px;
    line-height: 1.4em;
    white-space: nowrap;
    visibility: hidden;
    background-color: #000;
    color: #fff
}

.menu-left-collapsed .menu-left li.parent:after {
    display: none
}

.menu-left-collapsed .menu-left li.parent>a {
    border-radius: 0 0 0 0
}

.menu-left-collapsed .menu-left li.parent li a {
    padding-left: 20px
}

.menu-left-collapsed .menu-left li.parent>a>.menu-title {
    display: none
}

.menu-left-collapsed .menu-left li.parent>ul>li>a>.menu-title {
    display: inline-block;
    opacity: 0;
    position: absolute;
    top: 9px;
    left: 0px;
    z-index: 2;
    padding: 2px 5px;
    margin-left: 3px;
    transition: margin 0.2s ease;
    border-radius: 3px;
    line-height: 1.4em;
    white-space: nowrap;
    visibility: hidden
}

.menu-left-collapsed .menu-left>ul>li.parent:after {
    display: none
}

.menu-left-collapsed .menu-left li {
    position: relative
}

.menu-left-collapsed .menu-left li.submenu-open>ul,
.menu-left-collapsed .menu-left li.active>ul {
    opacity: 0;
    visibility: hidden
}

.menu-left-collapsed .menu-left li ul {
    visibility: hidden;
    opacity: 0;
    z-index: -1;
    width: 180px;
    position: absolute;
    top: -1px;
    left: 100%;
    font-size: 14px;
    border-left: none;
    transform: translateX(-1em);
    transition: all 0.1s ease-in-out 0s, visibility 0s linear 0.1s
}

.menu-left-collapsed .menu-left li ul li {
    border-bottom: none
}

.menu-left-collapsed .menu-left li ul a {
    border: none;
    padding: 5px 10px 5px 15px;
    background-color: #f5f6f7
}

.menu-left-collapsed .menu-left li ul a i {
    display: none
}

.menu-left-collapsed .menu-left li ul li:first-child a {
    border-radius: 0 16px 0 0
}

.menu-left-collapsed .menu-left li ul li:last-child a {
    border-radius: 0 0 16px 0
}

.menu-left-collapsed .menu-left li ul li:not(:first-child):not(:last-child) a {
    border-width: 0 0 0 0;
    border-radius: 0 0 0 0
}

.menu-left-collapsed .menu-left li:nth-last-child(1):not(:first-child)>ul,
.menu-left-collapsed .menu-left li:nth-last-child(2):not(:first-child)>ul,
.menu-left-collapsed .menu-left li.submenu-up>ul {
    top: auto;
    bottom: -1px
}

.menu-left-collapsed .menu-left li:hover>ul {
    visibility: visible;
    opacity: 1;
    z-index: 2;
    transform: translateX(0%);
    transition-delay: 0s, 0s, 0.1s
}

.menu-left-collapsed .menu-left li:hover>ul li.active>a {
    color: #4b8ef9;
    background-color: #edf4fe
}

.menu-left-collapsed .menu-left li:hover>ul a .menu-title {
    visibility: visible;
    opacity: 0.9;
    margin-left: 0
}

.menu-left-collapsed .menu-left li.parent:after {
    font-family: FontAwesome;
    content: "\f0da";
    display: inline-block;
    position: absolute;
    top: 8px;
    right: 10px;
    color: #999
}

.menu-left-collapsed .menu-left li.parent:hover:after {
    color: #4b8ef9
}

.menu-left-collapsed .menu-left li.parent:hover>a {
    border-right-color: #fff
}

.menu-left-collapsed .sidebar-toggle {
    padding-left: 25px
}

.menu-left-collapsed .sidebar-toggle .fa:before {
    content: "\f054"
}

.menu-left {
    position: relative;
    padding-bottom: 36px;
    padding-top: 20px
}

.menu-left ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.menu-left>ul {
    padding-right: 5px
}

.menu-left a {
    display: block;
    background-color: transparent;
    color: #6A6A6A;
    padding: 6px 10px 6px 20px;
    border-radius: 0 16px 16px 0;
    white-space: nowrap;
    min-height: 33px;
    transition: 0.2s ease all
}

.menu-left a i {
    margin-right: 5px;
    font-size: 16px;
    position: relative;
    top: 1px;
    width: 18px
}

.menu-left li {
    position: relative
}

.menu-left li:hover>a {
    color: #4b8ef9;
    background-color: #f5f6f7
}

.menu-left li.active:not(.parent)>a {
    background-color: #edf4fe
}

.menu-left li.active:not(.parent)>a .menu-title {
    font-weight: 500
}

.menu-left li.active>a {
    color: #4b8ef9
}

.menu-left li ul {
    height: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0s ease
}

.menu-left li ul li {
    border-bottom: none
}

.menu-left li ul li a {
    font-weight: 400;
    padding: 5px 10px 5px 52px
}

.menu-left li ul li a i {
    display: none
}

.menu-left li.submenu-open>ul,
.menu-left li.active>ul {
    height: auto;
    opacity: 1;
    visibility: visible;
    transition: all 0.3s ease
}

.menu-left li:nth-last-child(1)>ul,
.menu-left li:nth-last-child(2)>ul,
.menu-left li.submenu-up>ul {
    top: auto;
    bottom: -1px
}

.menu-left li.parent:after {
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    content: "\f0da";
    display: inline-block;
    position: absolute;
    top: 7px;
    left: 7px;
    color: #999;
    pointer-events: none
}

.menu-left li.parent:hover:after {
    color: #4b8ef9
}

.menu-left li.parent-long ul {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 361px;
    background-color: #fff
}

.menu-left li.parent-long ul li {
    border-right: 1px solid #e8e8e8;
    width: 180px
}

.menu-left .label {
    display: inline-block;
    border-radius: 50%;
    height: 16px;
    line-height: 12px;
    font-size: 9px;
    vertical-align: middle;
    position: relative;
    top: -4px;
    left: 2px;
    background-color: #4b8ef9
}

.menu-left .label-notice {
    color: #4b8ef9;
    font-size: 14px;
    position: relative;
    top: -2px;
    left: 2px
}

.entry {
    padding: 20px
}

.entry h1,
.entry h2,
.entry h3 {
    color: #212529;
    font-weight: 500
}

.entry h1 {
    font-size: 20px;
    margin: 0 0 15px 0;
    color: #212529
}

.entry h2 {
    font-size: 18px
}

.entry h3 {
    font-size: 16px
}

.entry .title2 {
    font-size: 17px;
    margin: 20px 0 15px 0;
    color: #212529
}

.entry .title2.line {
    border-bottom: 1px solid #e9ecef;
    padding-bottom: 3px
}

.entry .title3 {
    color: #333;
    font-size: 14px;
    margin: 0 0 5px 0
}

.entry .table-filter .title3 {
    margin: 5px 0 0 0
}

.entry .faq-title {
    font-size: 16px;
    margin: 25px 0 5px 0;
    color: #212529
}

.entry .card-header .panel-title {
    margin-bottom: 0
}

.entry .nav-tabs .fa,
.entry .nav-tabs .fas,
.entry .nav-tabs .far {
    display: none
}

.news-list .news-item {
    padding: 0 0 15px 0;
    border-bottom: 1px solid #212529;
    margin-bottom: 15px
}

.news-list .news-item img {
    height: auto !important
}

.news-list .news-image {
    color: #76A6D7;
    font-size: 28px;
    line-height: 28px;
    float: left;
    margin: 0 10px 0 0
}

.news-list .news-title {
    font-weight: bold;
    font-size: 14px;
    margin: 0
}

.news-list .news-title a {
    color: #212529
}

.news-list .news-title a:hover {
    color: #4b8ef9
}

.news-list .news-date {
    font-size: 12px;
    color: #6c757d
}

.news-list p {
    display: block;
    font-size: 13px;
    margin: 5px 0 0 0
}

.login-as {
    float: right
}

.table-styled {
    margin-bottom: 10px;
    overflow-x: auto
}

.table-styled a:not(.btn) {
    color: #4b8ef9
}

.table-styled a:not(.btn):hover {
    color: #0861f0;
    text-decoration: underline
}

.table-styled>table {
    width: 100%;
    font-size: 13px;
    border: 1px solid #dee2e6;
    margin-bottom: 0
}

.table-styled>table>thead>tr>th,
.table-styled>table>thead>tr>td,
.table-styled>table>tbody>tr>th,
.table-styled>table>tbody>tr>td,
.table-styled>table>tfoot>tr>th,
.table-styled>table>tfoot>tr>td {
    padding: .4rem;
    border-top: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6
}

.table-styled>table>thead>tr>th {
    border-bottom: 1px solid #dee2e6;
    font-size: .875rem;
    white-space: nowrap
}

.table-styled>table>tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9
}

.table-styled>table>tbody>tr>td.col-actions {
    padding: 0.2rem .4rem
}

.table-styled>.table-hover>thead>tr:hover {
    background-color: inherit;
    color: inherit
}

.table-styled>.table-hover>tbody>tr:hover {
    background-color: #edf4fe;
    color: #212529
}

.table-styled thead {
    background-color: #fff
}

.table-styled tfoot {
    background-color: #f3f3f3;
    font-size: 14px
}

.table-styled tfoot td {
    font-weight: bold
}

.table-styled .text-normal td {
    font-weight: normal
}

.table-styled .table-gray {
    background-color: #f9f9f9
}

.table-styled .inactive td {
    opacity: 0.5
}

.table-styled-no-overflow {
    overflow: inherit !important
}

.table .table {
    background-color: #f9f9f9
}

.table-styled2 table {
    font-size: 13px
}

.table-styled2 thead {
    background-color: #e9ecef
}

.table-styled2 .table {
    border: 1px solid #dee2e6;
    margin-bottom: 0
}

.table-styled2 .table>thead>tr>th,
.table-styled2 .table>tbody>tr>th,
.table-styled2 .table>tfoot>tr>th,
.table-styled2 .table>thead>tr>td,
.table-styled2 .table>tbody>tr>td,
.table-styled2 .table>tfoot>tr>td {
    padding: 5px;
    border-top: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6
}

.table-styled2 .table>thead>tr>th {
    border-bottom: 1px solid #dee2e6
}

.table-styled2 .table>tbody>tr:nth-of-type(odd) {
    background-color: #FAFAFA
}

.table-styled2>.table-bordered>thead>tr>th,
.table-styled2>.table-bordered>thead>tr>td {
    border-bottom-width: 1px
}

.table-styled2 .table-hover>tbody>tr:nth-of-type(odd):hover {
    background-color: #edf4fe
}

.table-transparent.table,
.table-transparent tfoot {
    background-color: transparent !important
}

.table-transparent tfoot {
    font-size: inherit
}

.col-actions {
    font-size: 14px;
    text-align: center;
    white-space: nowrap
}

.col-actions .btn {
    display: inline-block;
    margin: 0 0 1px 0;
    line-height: 18px;
    min-width: 30px;
    min-height: 22px;
    color: #767676
}

.col-actions .btn:hover {
    cursor: pointer;
    color: #4b8ef9
}

.col-actions .btn.fa-toggle-off {
    color: #d9534f
}

.col-actions .btn.fa-toggle-off:hover {
    color: #5cb85c !important
}

.col-actions .btn.fa-toggle-on:hover {
    color: #adb5bd !important
}

.col-actions .btn.fa-trash-alt:hover {
    color: #d9534f
}

.col-actions .btn-sm {
    padding: 2px 4px;
    font-size: 16px
}

.table-word-break td {
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-all;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto
}

.table-word-break .no-break {
    overflow-wrap: normal;
    word-wrap: normal;
    -ms-word-break: normal;
    word-break: normal
}

.table-no-border tbody>tr>td,
.table-no-border tfoot>tr>td {
    border: none;
    vertical-align: middle
}

.table .word-break {
    white-space: normal;
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-all;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto
}

.table-styled-min {
    min-height: 330px;
    position: relative
}

.table-filter {
    padding: 0 0 5px 0
}

.table-filter .control-label {
    font-size: 13px
}

.table-filter .form-inline .form-group {
    margin: 0 5px 5px 0
}

.form-control-notice {
    font-size: 12px;
    color: #6c757d;
    display: inline-block;
    margin: 5px;
    line-height: 1.5;
    padding: 5px
}

.period-separator {
    display: inline-block;
    margin: 0 5px 0 0
}

.filter-row1 {
    background: #FAFAFA;
    padding: 10px 5px 5px 5px;
    margin: 0 0 10px 0
}

.filter-row2 {
    margin-bottom: 10px
}

.hidden-filters {
    font-size: 13px
}

.hidden-filters a {
    margin: 0 3px
}

.hidden-filters a:after {
    display: inline-block;
    font: normal normal normal 14px/1 "Font Awesome 5 Pro";
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f00d";
    margin-left: 4px
}

.hidden-filters span:after {
    content: " | ";
    color: #ccc
}

button.btn .fa,
button.btn .fas {
    line-height: 1.33em
}

.btn-sm {
    line-height: 16px
}

.btn-sm .fa,
.btn-sm .fas {
    font-size: 12px;
    line-height: 1.33em
}

.btn-lg .fa,
.btn-lg .fas {
    font-size: 16px;
    line-height: 1.33em
}

.btn-light,
.btn-light:not(:disabled):not(.disabled).active {
    border-color: #c7c7c7
}

.btn-light:not(:disabled):not(.disabled).active {
    background-color: #eaeaea
}

.tokens .btn,
.btn-group-toggle .btn {
    cursor: pointer
}

.input-short,
.form-inline .input-group>.input-short {
    width: 90px
}

.input-pr {
    width: 55px;
    text-align: left
}

.period-text {
    text-decoration: underline
}

.pagination-wrap {
    margin: 10px 0
}

.pagination-wrap .form-inline {
    display: inline-block;
    float: left;
    margin-left: 20px
}

.pagination-wrap .pagination {
    margin: 0;
    float: left
}

.btn-group-radio label {
    margin: 0;
    cursor: pointer
}

.custom-switch .custom-control-label::before {
    background-color: #dee2e6;
    border-color: #c1c9d0;
    cursor: pointer
}

.custom-switch .custom-control-label::after {
    background-color: #fff;
    width: 1rem;
    height: 1rem;
    box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.15);
    top: calc(.1249999875rem);
    left: calc(-2.5rem);
    cursor: pointer
}

.divider {
    display: block;
    clear: both;
    height: 30px
}

.divider.divider-xs {
    height: 15px
}

.divider.divider-sm {
    height: 20px
}

.divider.divider-lg {
    height: 40px
}

.support-member {
    position: relative;
    padding: 16px 0 20px 90px;
    min-height: 115px;
    border-bottom: 1px solid #212529
}

.support-member:last-child {
    border-bottom: none
}

.support-member .member-avatar {
    width: 75px;
    height: 75px;
    position: absolute;
    top: 20px;
    left: 0;
    border-radius: 50%
}

.support-member .member-avatar img {
    display: block;
    width: 100%;
    height: auto
}

.support-member .member-name {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: .4em
}

.support-member .member-contacts {
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 13px
}

.support-member .member-contacts li {
    margin-bottom: 4px
}

.support-member .member-contacts strong {
    display: inline-block;
    width: 75px;
    padding-right: 5px
}

.support-member .member-contacts a {
    color: #343a40
}

.support-member .member-contacts a:hover,
.support-member .member-contacts a:active {
    color: #4b8ef9
}

.support-team {
    margin-bottom: 20px
}

.support-team .support-member {
    padding: 18px 0 20px 120px;
    min-height: 140px
}

.support-team .support-member .member-avatar {
    width: 100px;
    height: auto;
    top: 14px
}

.support-form .title {
    margin-bottom: .8em
}

.support-form .description {
    margin-bottom: 20px
}

.support-form .form-group-sm .form-control {
    margin-bottom: 10px
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    color: #6c757d
}

.btn .fa-pull-left {
    position: relative;
    top: 0.1em;
    margin-right: 5px
}

.btn.btn-default:focus,
.btn.btn-default.focus,
.btn.btn-default:hover {
    color: #fff;
    background-color: #4b8ef9;
    border-color: #1069f7
}

.btn.btn-alert:focus,
.btn.btn-alert.focus,
.btn.btn-alert:hover {
    color: #fff;
    background-color: #d9534f;
    border-color: #c12e2a
}

.btn.btn-wide {
    min-width: 100px
}

.btn.del-table-row.btn-default:focus,
.btn.del-table-row.btn-default.focus,
.btn.del-table-row.btn-default:hover {
    color: #fff;
    background-color: #d9534f;
    border-color: #c12e2a
}

.nav-tabs-sm {
    border-bottom: 1px solid #dee2e6
}

.nav-tabs-sm>li {
    margin-bottom: -1px;
    margin-top: 3px
}

.nav-tabs-sm>li>a {
    margin-right: 2px;
    line-height: 1.3333333;
    border: 1px solid transparent;
    border-radius: .2rem .2rem 0 0;
    color: #495057;
    padding: 6px 9px;
    border-bottom: 1px solid #ddd
}

.nav-tabs-sm>li>a:hover {
    border-color: #dee2e6 #dee2e6 #fff;
    color: #4b8ef9
}

@media (max-width: 767.98px) {
    .nav-tabs-sm>li>a {
        padding: 6px 8px
    }
}

.nav-tabs-sm>li.active>a,
.nav-tabs-sm>li.active>a:hover,
.nav-tabs-sm>li.active>a:focus {
    color: #4b8ef9;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-top-color: #4b8ef9;
    border-bottom-color: transparent;
    cursor: default
}

.autosize {
    height: 29px;
    min-height: 29px;
    max-height: 94px;
    overflow-x: hidden
}

.ui-datepicker {
    font-size: 1em;
    padding: 0.3em 0.3em 0;
    box-shadow: inset 0 0 0 2px #fff
}

.ui-widget-content {
    background: #f3f3f3;
    border-color: #ccc
}

.ui-datepicker-header {
    background: #f3f3f3;
    border-color: transparent
}

.ui-datepicker-calendar {
    background: #FAFAFA
}

.ui-datepicker-title select {
    border-color: #c1c1c1
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    background: #ffffff;
    border-color: #ffffff
}

.ui-datepicker-unselectable .ui-state-default {
    background: #dedede;
    border-color: #dedede
}

.ui-datepicker-today {
    box-shadow: inset 0 0 0 2px #4b8ef9
}

.ui-datepicker-today:hover {
    box-shadow: inset 0 0 0 2px #5cb85c
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
    background: #5cb85c;
    border: 1px solid #5cb85c;
    color: #fff
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
    background: #4b8ef9;
    border: 1px solid #4b8ef9;
    color: #fff
}

.ui-datepicker-prev.ui-state-hover,
.ui-datepicker-next.ui-state-hover {
    background: #fff;
    border: 1px solid #fff;
    cursor: pointer
}

.ui-datepicker-prev:hover,
.ui-datepicker-next:hover {
    -webkit-transition: border-color 0s ease;
    -o-transition: border-color 0s ease;
    transition: border-color 0s ease
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
    top: 2px;
    right: 0
}

.ui-datepicker .ui-datepicker-prev-hover {
    left: 2px
}

.ui-datepicker .ui-datepicker-next-hover {
    right: 2px
}

.ui-datepicker-header .ui-icon {
    background-image: url(/dist/webfonts/ui-icons_2e83ff_256x240.png)
}

.ui-datepicker-week-col {
    color: #999
}

.ui-datepicker th {
    padding: .6em .2em
}

.menu-left-collapsed #pending-entries.fixed {
    width: calc(100% - 80px)
}

.loading-overlay {
    position: absolute;
    z-index: 1099
}

.loading-text {
    position: fixed;
    z-index: 100;
    top: 50%;
    left: 50%;
    margin: -45px 0 0 -70px;
    width: 140px;
    padding: 10px;
    background: #fff;
    border: 1px solid #b3b3b3;
    text-align: center;
    color: #6c757d
}

.loading-text em {
    display: block;
    padding-top: 5px;
    font-style: normal;
    font-weight: bold
}

.loading-text .fa,
.loading-text .fas {
    color: #4b8ef9
}

.table-loading {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    background-color: rgba(247, 247, 247, 0.8);
    opacity: 0.8
}

.table-loading span {
    font-weight: bold;
    position: relative;
    top: 45%
}

.table-nodata {
    color: #777
}

.no-margin {
    margin: 0 !important
}

.no-margin-bot {
    margin-bottom: 0 !important
}

.no-margin-top {
    margin-top: 0 !important
}

.no-margin-left {
    margin-left: 0 !important
}

.no-margin-right {
    margin-right: 0 !important
}

.divider-line {
    border-bottom: 1px solid #e9ecef
}

.form-horizontal .divider-line {
    padding-top: 5px;
    margin-bottom: 20px
}

.form-button-inline {
    display: inline-block
}

.form-pagination .control-label {
    margin-right: 5px
}

.form-pagination .btn-group>.btn {
    min-width: 29px
}

.tabs-wrap-view-links {
    position: relative
}

.load-view-links {
    position: absolute;
    z-index: 2;
    right: 0;
    top: 0
}

.btn-copy {
    min-width: 80px !important
}

.has-code-field {
    position: relative
}

.has-code-field .btn-copy {
    position: absolute;
    top: 0;
    right: 15px;
    z-index: 2
}

.offer-icon {
    font-size: 14px
}

.has-tooltip .tooltip-inner {
    min-width: 200px;
    font-size: 12px
}

.alert.alert-sm {
    padding: 5px 10px;
    margin-bottom: 10px
}

.scroll-height-sm {
    overflow: auto;
    max-height: 100px
}

.scroll-height-md {
    overflow: auto;
    max-height: 142px
}

.scroll-height-lg {
    overflow: auto;
    max-height: 180px
}

.scrollbar-detect {
    height: 0;
    opacity: 0;
    visibility: hidden;
    overflow: scroll
}

.scrollbar-detect span {
    display: block
}

.block-total {
    background: #fff;
    padding: 7px 10px;
    line-height: 1em;
    margin-bottom: 20px;
    margin-top: 5px
}

.block-total-value {
    font-size: 15px;
    color: #666;
    font-weight: 700;
    margin-top: 7px
}

.block-total-label {
    font-size: 14px;
    color: #999
}

.row-no-gap .block-total {
    margin-bottom: 0;
    margin-top: 0
}

.blocks-wrapper.row-no-gap {
    border-top: 1px solid #e8e8e8;
    border-left: 1px solid #e8e8e8
}

.blocks-wrapper.row-no-gap .block-total {
    border-right: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8
}

@media screen and (min-width: 480px) {
    .block-total-value {
        font-size: 17px
    }
}

@media screen and (min-width: 1200px) {
    .block-total {
        padding: 10px
    }
    .block-total-value {
        font-size: 20px;
        margin-top: 10px
    }
}

.has-error .multiselect__tags {
    border-color: #f04124 !important
}

.tokens span {
    display: inline-block;
    margin: 0 2px 2px 0
}

.thumbnail-checkbox {
    display: none
}

.thumbnail-checkbox:checked+label>.thumbnail-icon {
    position: absolute;
    transform: translateX(-25%);
    max-width: none;
    max-height: none;
    display: block;
    z-index: 999
}

.thumbnail-icon {
    max-width: 100px;
    max-height: 80px
}

.thumbnail-checkbox:checked+label>.thumbnail-image {
    position: absolute;
    transform: translateX(-50%);
    max-width: none;
    max-height: none;
    display: block;
    z-index: 999
}

.thumbnail-image {
    max-height: 80px
}

.schedule-button {
    color: #4b8ef9
}

.cursor-pointer {
    cursor: pointer
}

.schedule-cell {
    width: 30px;
    margin: 1px
}

.schedule-cell::selection {
    color: none;
    background: none
}

.schedule-cell::-moz-selection {
    color: none;
    background: none
}

.mobile-header {
    display: none
}

@media only screen and (max-width: 768px) {
    .transpose-table tr {
        display: block;
        float: left
    }
    .transpose-table th,
    .transpose-table td:not(.desktop-header) {
        display: block
    }
    .mobile-header {
        display: block
    }
    .desktop-header {
        display: none
    }
}

.popover-body .btn {
    width: 32px;
    height: 28px
}

.table-nowrap td {
    white-space: nowrap
}

.hoverable:hover {
    color: #4b8ef9
}

.apps-store-icon {
    background-size: cover;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-bottom: -4px
}

.icon-google-play {
    background-image: url("/img/googlePlay.png")
}

.icon-app-store-ios {
    background-image: url("/img/appleAppStore.ico")
}

.info-block {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.info-group {
    display: flex;
    flex-wrap: wrap;
    width: 33%;
    margin-bottom: 8px;
    background-color: #f9fbff;
    border-radius: 3px;
    padding: 8px
}

.info-label {
    color: var(--primary);
    margin-right: 4px;
    white-space: nowrap;
    width: 100%;
    margin-bottom: 0;
    font-size: 0.75rem
}

.info-field {
    width: 100%;
    overflow: hidden
}

.info-table-nodata {
    color: #777;
    background-color: #f9f9f9;
    border: 1px solid #dee2e6;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100px
}

@media (max-width: 991.98px) {
    .sidebar {
        position: fixed;
        top: 60px;
        left: -310px;
        bottom: 0;
        z-index: 99;
        width: 200px !important;
        height: auto !important;
        padding-right: 10px;
        -webkit-transition: left .4s, top .2s linear;
        -moz-transition: left .4s, top .2s linear;
        transition: left .4s, top .2s linear;
        box-shadow: 2px 0 2px rgba(0, 0, 0, 0.05)
    }
    .sidebar.active {
        left: 0
    }
    .sidebar .menu-left li ul {
        width: 130px
    }
    .sidebar-footer {
        display: none
    }
    .entry {
        padding: 15px;
        margin-left: 0
    }
    .menu-left-collapsed .entry {
        margin-left: 0
    }
    .site-content {
        margin-left: 0
    }
    .panel code {
        word-wrap: break-word
    }
}

@media (min-width: 992px) {
    .sidebar {
        top: auto !important
    }
}

@media (max-width: 991.98px) {
    .table-filter {
        padding-bottom: 15px
    }
    .table-filter .form-inline .select2-container {
        width: 100% !important;
        max-width: none
    }
    .table-filter .form-inline .form-group {
        margin: 0 0 15px 0
    }
    .table-filter .form-inline .input-group>.input-short {
        width: 100%
    }
    .table-filter .form-inline .period-separator {
        display: none
    }
    .filter-row2 {
        text-align: left
    }
    .filter-row2 .pull-left {
        float: none !important
    }
}

.table-filter .form-inline .select2-container {
    max-width: 240px
}

.table-filter .form-inline>.pull-left,
.table-filter .form-inline>.pull-right {
    float: none !important
}

@media (max-width: 991.98px) {
    .filter-row1 {
        padding: 10px
    }
    .form-pagination label {
        display: block
    }
    .js-domain-textarea {
        width: 100% !important
    }
    .controls-table td {
        display: block
    }
}

.site-header .navbar-header .fa {
    font-size: 24px;
    color: #fff
}

.site-header .logo {
    display: inline-block;
    width: 200px;
    height: auto
}

.site-header .logo-mobile {
    display: none;
    width: 138px
}

.site-header .logo-new {
    display: inline-block
}

.site-header .logo-new .logo-icon {
    display: block;
    width: 50px;
    height: 50px;
    margin: 5px 0 5px 12px;
    float: left;
    background: #4D4D69;
    border-radius: 50%;
    text-align: center
}

.site-header .logo-new .logo-icon .fa {
    font-size: 28px;
    color: #d8dbdc;
    line-height: 50px;
    text-shadow: 7px 7px 18px rgba(26, 28, 39, 0.79)
}

.site-header .logo-new .logo-icon.icon-shadow2 .fa {
    text-shadow: 2px 2px 4px rgba(26, 28, 39, 0.3)
}

.site-header .logo-new .logo-icon.icon-size2 .fa {
    font-size: 32px
}

.site-header .logo-new img {
    width: 138px;
    height: 60px;
    display: inline-block
}

@media (max-width: 767.98px) {
    .site-header .logo {
        display: none
    }
    .site-header .logo-mobile {
        display: inline-block
    }
    .site-header .logo-new .logo-icon {
        display: none
    }
}

.site-header .user-balance {
    float: right;
    margin: 21px 10px 0 0;
    display: none
}

.site-header .user-balance .fa {
    display: inline-block;
    font-size: 18px;
    vertical-align: -12%;
    margin-right: 4px
}

.site-header .user-balance .balance {
    color: #fff
}

.site-header .user-balance-collapse {
    display: block
}

.site-header .navbar-nav .badge {
    font-size: 10px;
    padding: 2px 4px;
    position: absolute;
    top: 15px;
    left: 21px;
    z-index: 2
}

.site-header .navbar-nav .badge-primary {
    background-color: #4b8ef9
}

.site-header .navbar-custom .dropdown .dropdown-menu>li>a {
    color: #4b8ef9
}

.site-header .navbar-custom .dropdown .dropdown-menu,
.site-header .navbar-custom .dropdown:hover>ul.dropdown-menu {
    background-color: #fff
}

@media (max-width: 991.98px) {
    .site-header .navbar-nav .badge {
        position: relative;
        top: -2px;
        left: 3px
    }
    .site-header .navbar-custom {
        border-left-color: #ccc;
        border-right-color: #ccc
    }
    .site-header .navbar-custom .caret {
        margin-left: 5px
    }
    .site-header .navbar-custom .dropdown.open .caret {
        border-bottom: 4px dashed;
        border-top: none;
        border-right: 4px solid transparent;
        border-left: 4px solid transparent
    }
    .site-header .navbar-custom .navbar-nav {
        margin-top: 0;
        margin-bottom: 0
    }
    .site-header .navbar-custom .navbar-nav>.open>a,
    .site-header .navbar-custom .navbar-nav>.open>a:hover,
    .site-header .navbar-custom .navbar-nav>.open>a:focus {
        background-color: #1d1f2b
    }
    .site-header .navbar-custom .navbar-nav .dropdown-menu {
        background-color: #fff;
        padding-top: 0;
        padding-bottom: 0;
        border-radius: 0
    }
    .site-header .navbar-custom .navbar-nav li.dropdown.open>ul.dropdown-menu {
        display: none
    }
    .site-header .navbar-custom .navbar-nav .open.dropdown .dropdown-menu,
    .site-header .navbar-custom .navbar-nav .open.dropdown:hover>ul.dropdown-menu,
    .site-header .navbar-custom .navbar-nav .open.dropdown:active>ul.dropdown-menu {
        background-color: transparent !important;
        display: block
    }
    .site-header .navbar-custom .navbar-nav .open .dropdown-menu>li>a {
        color: #fff;
        padding: 7px 15px 7px 25px
    }
}

@media (min-width: 410px) {
    .site-header .user-balance {
        display: block
    }
    .site-header .user-balance-collapse {
        display: none
    }
}

@media (max-width: 1199.98px) {
    .site-header .dropdown.open>.dropdown-menu {
        display: none
    }
    .site-header li.dropdown:hover>ul.dropdown-menu {
        display: block
    }
    .site-header .user-balance {
        display: none
    }
    .site-header .user-balance-collapse {
        display: block
    }
    .site-header .navbar-custom .dropdown-menu:after {
        position: absolute;
        top: 0;
        right: 9px;
        display: block;
        width: 0;
        height: 0;
        content: "";
        border: 8px solid;
        border-color: #fff #fff transparent transparent;
        -webkit-box-shadow: 2px -2px 4px 0 rgba(0, 0, 0, 0.11);
        box-shadow: 2px -2px 4px 0 rgba(0, 0, 0, 0.11);
        -webkit-transform-origin: 0 50%;
        transform-origin: 0 50%;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }
    .site-header .navbar-custom .dropdown-menu-left:after {
        right: auto;
        left: 17px
    }
}

.site-header .navbar-toggle {
    margin-top: 8px;
    margin-bottom: 8px
}

.menu-toggle {
    position: relative;
    float: left;
    padding: 4px 5px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    margin-right: 4px;
    outline: none;
    display: none
}

@media (max-width: 991.98px) {
    .menu-toggle {
        display: block
    }
}

.menu-toggle span {
    position: relative;
    display: block;
    width: 18px;
    height: 14px;
    border-top: 2px solid #6c757d;
    border-bottom: 2px solid #6c757d;
    margin: 3px 0 2px;
    transition: transform 0.2s
}

@media (prefers-reduced-motion: reduce) {
    .menu-toggle span {
        transition: none
    }
}

.menu-toggle span:before,
.menu-toggle span:after {
    content: '';
    position: absolute;
    top: 4px;
    left: 0;
    right: 0;
    height: 2px;
    background-color: #6c757d;
    transition: background-color 0.2s
}

@media (prefers-reduced-motion: reduce) {
    .menu-toggle span:before,
    .menu-toggle span:after {
        transition: none
    }
}

.menu-toggle span:after {
    top: -4px;
    left: 8px;
    right: auto;
    bottom: -4px;
    width: 2px;
    height: auto;
    background-color: transparent
}

.menu-toggle.active .fa {
    color: #4b8ef9
}

.menu-toggle.active span {
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
    border-color: transparent
}

.menu-toggle.active span:before,
.menu-toggle.active span:after {
    background-color: #6c757d
}

.navbar-toggle:after {
    content: '';
    border-bottom: 7px solid #fff;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    display: inline-block;
    vertical-align: 28%;
    margin-left: 4px
}

.navbar-toggle.collapsed:after {
    border-top: 7px solid #fff;
    border-bottom: none;
    vertical-align: 24%
}

.header-placeholder {
    display: none
}

@media (max-width: 1199.98px) {
    .header-placeholder {
        display: block
    }
    .site-header {
        -webkit-transition: top 0.2s linear;
        -o-transition: top 0.2s linear;
        transition: top 0.2s linear;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 99
    }
}

.login-page {
    background-color: #2f313f;
    overflow: auto
}

.login-form {
    overflow: auto;
    background-color: #fff;
    border-radius: 3px;
    padding: 20px 20px;
    margin-top: 2rem;
    width: 100%;
    max-width: 550px
}

@media (max-width: 767.98px) {
    .login-form {
        border: none;
        padding: 0
    }
}

.login-form .card-header {
    text-align: center
}

.login-form .nav-tabs {
    font-weight: bold;
    font-size: 16px
}

.login-form .form-group-lg .form-control {
    font-size: 14px
}

.login-form .input-group-addon {
    min-width: 38px
}

.login-form .login-header {
    padding: 0 0 20px 0
}

.login-form .form-group-lg .input-group-btn .btn-lg>span {
    font-size: 14px
}

input.form-control:-webkit-autofill,
input.form-control:-webkit-autofill:hover,
input.form-control:-webkit-autofill:focus,
input.form-control:-webkit-autofill:active,
input.form-control:-internal-autofill-selected {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
    background-color: #fff !important
}

.login-footer {
    padding: 5px 0 25px;
    text-align: center;
    font-size: 14px
}

.login-header {
    text-align: center
}

.login-header h3 {
    font-size: 18px
}

.login-brand {
    max-width: 206px;
    margin: 15px auto -15px auto;
    text-align: center
}

.login-logo {
    max-width: 250px;
    margin: 0 auto 2rem auto;
    text-align: center
}

.login-logo a {
    display: inline-block
}

.login-bottom-link {
    text-align: center;
    padding-top: 10px
}

.navbar-nav>li>a,
.navbar-nav>li>div {
    line-height: 24px
}

@media screen and (max-width: 359px) {
    .g-recaptcha {
        transform: scale(0.92);
        -webkit-transform: scale(0.92);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0
    }
}

.anchor-hide::before {
    content: "";
    display: block;
    height: 9999px;
    margin-top: -9999px
}

.input-icon {
    cursor: pointer;
    min-width: 44px;
    position: relative;
    border-left: 1px solid #fff;
    line-height: 1.4285714
}

.input-group-sm .input-icon {
    min-width: 40px;
    line-height: 1.3333333
}

.input-group-lg .input-icon {
    font-size: 20px;
    min-width: 52px;
    line-height: 1.5714285
}

.navbar-toggle {
    margin-top: 23px;
    margin-bottom: 23px
}

.navbar-scrolled .navbar-toggle {
    margin-top: 23px;
    margin-bottom: 23px
}

.navbar-toggle {
    width: 44px;
    height: 34px;
    background: none;
    box-shadow: none;
    border: none;
    margin-right: 0;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s
}

.navbar-toggle .icon-bar {
    position: absolute;
    left: 50%;
    margin-left: -11px;
    margin-top: 0 !important;
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -moz-transition: all 0.1s;
    -o-transition: all 0.1s;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
    -moz-transform-origin: 50% 50% 50%;
    -ms-transform-origin: 50% 50% 50%;
    -webkit-transform-origin: 50% 50% 50%;
    transform-origin: 50% 50% 50%;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.navbar-toggle .icon-bar:nth-child(1) {
    top: 10px
}

.navbar-toggle .icon-bar:nth-child(2) {
    opacity: 1;
    top: 50%
}

.navbar-toggle .icon-bar:nth-child(3) {
    top: 24px
}

.navbar-toggle:not(.collapsed) .icon-bar {
    top: 50%
}

.navbar-toggle:not(.collapsed) .icon-bar:nth-child(1) {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.navbar-toggle:not(.collapsed) .icon-bar:nth-child(2) {
    opacity: 0
}

.navbar-toggle:not(.collapsed) .icon-bar:nth-child(3) {
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

@media (max-width: 1199.98px) {
    .nav>li>a:before {
        display: none
    }
    .nav>.active>a,
    .navbar .nav>.active>a:hover,
    .navbar .nav>.active>a:focus {
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0
    }
    .nav-collapse .nav>li>a,
    .nav-collapse .dropdown-menu a {
        padding: 9px 15px !important
    }
}

.multiselect__option--highlight {
    background: #4b8ef9;
    outline: none;
    color: #fff
}

.multiselect__option--highlight:after {
    content: attr(data-select);
    background: #4b8ef9;
    color: #fff
}

.multiselect__option--selected {
    background: #f3f3f3;
    color: #333;
    font-weight: 500
}

.multiselect__option--selected:after {
    content: attr(data-selected);
    color: silver
}

.multiselect__option--selected.multiselect__option--highlight {
    background: #4b8ef9;
    color: #fff
}

.multiselect--disabled {
    background: #ededed;
    pointer-events: none
}

.multiselect--disabled .multiselect__current,
.multiselect--disabled .multiselect__select {
    background: #ededed;
    color: #a6a6a6
}

.multiselect__single {
    overflow: hidden;
    white-space: nowrap
}

.multiselect__placeholder {
    margin-bottom: 4px
}

.multiselect__tag {
    margin-bottom: 0
}