@font-face {
    font-family: 'Magistral';
    src: url('../../../resources/fonts/Magistral_Cyrillic.ttf');
}

body, html {
    font-family: "OpenSans-Light", Helvetica, Arial, sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    margin: 0;
    font-size: 14px;
    overflow-x: hidden;
}

.btn, a, button, div[id^=uniform-] span {
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
}

#app-layout {
    background-color: #2D2D2D;
    color: rgba(0,0,0,0.87);
}

#app-inner{
    background-color: #eceff1;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    color: rgba(0,0,0,0.87);
}

#app-layout .navbar{
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.26);
    z-index: 999;
    background-color: #425b8a;
    color: white !important;
    min-height: 55px;
    height: 55px;
    margin: 0;
    border: 0;
    padding: 0;
    border-radius: 0;
}

#modules-content-area.is-mobile{
    margin-left: 0;
}

#user-info{
    display: block;
    float: none;
    background: #eceff1 url('../img/pattern.png');
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    height: 100px;
    min-height: 100px;
    max-height: 100px;
    padding: 16px 2px 16px 2px;
}

#user-photo{
    display: inline-block;
    position: relative;
    z-index: 1;
    background-color: #ffffff;
    float: left;
}

#user-photo img {
    width: 67px;
    height: 67px;
}

.user-data{
    margin-top: 15px;
    margin-left: 5px;
    position: relative;
    width: 73%;
    outline: 0;
    color: inherit;
    text-decoration: none;
    cursor: pointer;
}

.user-data:hover{
    text-decoration: none;
    color: inherit;
}

#aside-main-menu{
    height: 100%;
    position: relative;
    background-color: rgb(242, 243, 243);
    background: -moz-linear-gradient(left, #FFFFFF 38%, #F7F7F7 29%);
    background: -webkit-gradient(linear, left top, right top, color-stop(38%, #FFFFFF), color-stop(29%, #F7F7F7));
    background: -webkit-linear-gradient(left, #FFFFFF 38%, #F7F7F7 29%);
    background: -o-linear-gradient(left, #FFFFFF 38%, #F7F7F7 29%);
    background: -ms-linear-gradient(left, #FFFFFF 38%, #F7F7F7 29%);
    background: linear-gradient(to right, #FFFFFF 38%, #F7F7F7 29%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#F7F7F7',GradientType=1 );
}


.tab-content ul.children-menu, .tab-content ul.children-menu ul.sub-menu{
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
}

#aside-main-menu > ul.nav-tabs{
    float: left;
    border-bottom: 0;
    width: 38%;
    background-color: white;
}

#aside-main-menu > ul.nav-tabs li{
    float: none;
    margin: 0;
    text-align: center;
}

#aside-main-menu > ul.nav-tabs li a{
    border: 0;
    text-transform: uppercase;
    font-weight: bold;
    color: inherit;
    padding: 18px 2px;
    font-size: 11px;
    word-wrap: break-word;
    border-radius: 0;
}

#aside-main-menu > ul.nav-tabs li a:hover{
    color: inherit;
    background: rgba(0,0,0,0.1);
}

#aside-main-menu > ul.nav-tabs li a > i{
    display: block;
    position: relative;
    width: 100%;
    font-size: 3em;
    margin-bottom: 5px;
}

#aside-main-menu > ul.nav-tabs li.active a{
    color: #FFFFFF;
    background-color: #5277c0;
}

.tab-content ul.children-menu li a, .tab-content ul.children-menu ul.sub-menu li a{
    background: #F7F7F7;
    color: #333;
    border: none;
}

.tab-content ul.children-menu>li>a{
    border-bottom: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#aside-main-menu .tab-content ul>li:hover>a,
#aside-main-menu .tab-content ul>li.active>a{
    background-color: rgba(0,0,0,0.05);
    color: #333;
}

#aside-main-menu .tab-content ul.children-menu ul.sub-menu>li:hover>a,
#aside-main-menu .tab-content ul.children-menu ul.sub-menu>li.active>a{
    background-color: rgba(158,158,158,0.2);
    color: #333;
}

.tab-content ul.children-menu ul.sub-menu li a{
    padding: 10px 16px;
}

.tab-content ul.children-menu ul.sub-menu li a {
    font-size: 12px;
}

.tab-content ul.children-menu ul.sub-menu{
    margin-left: 3px;
}

#left-nav-sidebar{
    min-width: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    display: none;
    width: 300px;
    max-width: 300px;
    position: absolute !important;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 60;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #ffffff;
    opacity: 1;
    box-shadow: 0 64px 5px 0 rgba(0, 0, 0, 0.26);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    flex-direction: column;
    box-sizing: border-box;
    padding-top: 57px;
}

#left-nav-sidebar.open{
    -webkit-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
    display: block;
}

#left-nav-sidebar .box-cell{
    background-color: #f7f7f7;
}

#user-quick-menu{
    display: none;
}

#user-quick-menu nav{
    overflow-x: hidden;
}

#user-quick-menu ul{
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

#user-quick-menu ul > li{
    position: relative;
}

#user-quick-menu ul > li a{
    position: relative;
    display: block;
    padding: 0 16px;
    line-height: 40px;
    text-align: left;
    text-transform: none;
    border-radius: 0!important;
    font-weight: normal;
    color: inherit;
}

#user-quick-menu ul > li:hover a{
    background-color: rgba(158,158,158,0.2);
    text-decoration: none;
}

#user-quick-menu ul > li a > i{
    top: 0;
    float: left;
    min-width: 40px;
    margin-right: 16px;
    line-height: inherit;
    font-size: 18px;
}

#user-quick-menu ul > li.divider{
    margin-top: 8px;
    margin-bottom: 8px;
    border-bottom: 1px solid #dddee0;
    border-color: rgba(110,115,120,0.15)!important;
}

.aside-nav-closed{
    webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    display: none;
}

/* Content Section */
#content-header, #content-header.no-multi-tab{
    background-color: #f2f3f3;
}

#content-header h3{
    font-weight: 400;
    line-height: 1.1;
    color: #414141;
    font-size: 24px;
    padding: 7px 0 7px 19px;
}

#content-header.multi-tab{
    background-color: #f2f3f3;
}

#content-header{
    color: #444444;
    width: 100%;
    padding: 0 0 0 0;
    min-height: 48px;
    margin: 10px 0 0 0;
}

#content-header .nav-tabs > li a{
    margin-right: 0;
    padding: 14px 33px;
    color: #646464;
    font-weight: 600;
    border: 1px solid transparent;
    border-radius: 0;
    background-color: transparent;
}

#content-header .nav-tabs > li.active > a,
#content-header .nav-tabs > li.active a:hover{
    border: none;
    background-color: #ffffff;
}

#content-header .nav-tabs > li a:focus{
    border: none;
}

#content-header .nav-tabs > li a i{
    font-size: 14px;
    color: #000000;
    text-shadow: 0 1px 0 #ffffff;
    opacity: 0.2;
    filter: alpha(opacity=20);
    text-decoration: none;
    position: absolute;
    right: 2px;
    top: 4px;
}

#content-header .nav-tabs > li a i:hover{
    display:inline;
    color: #000000;
    text-decoration: none;
    opacity: 0.4;
    filter: alpha(opacity=40);
    cursor: pointer;
}


.resp-tab-dropdown ul > li > a{
    text-transform: uppercase;
    font-weight: 500;
    opacity: 0.55;
    color: #313534;
}

ul.module-tabs{
    max-height: 56px;
    overflow: hidden;
}

.resp-tab-dropdown ul{
    overflow: auto;
    position: fixed;
    top: 189px;
    margin-right: 27px;
}

.frm-actions{
    border-top: 1px solid rgb(226, 226, 226);
}

#nprogress .bar{
    background: #27ae60;
    height: 4px;
}

#nprogress .spinner-icon{
    border-top-color: #ffffff;
    border-left-color: #ffffff;
}


@media (max-width: 480px){
    #app-main-tabs li{
        padding: 0 40px 0 40px;
    }
}

#navigation-backdrop{
    z-index: 59;
}

#toggle-app-menu {
    color: #000;
    font-size: 24px;
    vertical-align: -23%;
}

#toggle-app-menu:hover {
    color: rgb(226, 225, 225);
}

.app-logo{
    margin-top: 5px;
    width: auto;
    height: 44px;
}

#app-navtool{
    margin-top: -1px;
    display: inline-block;
    position: relative;
}

#app-navtool a{
    color: #000;
    padding: 0 5px;
}

#app-navtool a:hover,#app-navtool a:focus{
    background-color: transparent;
    color: rgba(0, 0, 0, 0.6);
}

#app-navtool li{
    display: inline-block;
}

#nav-search{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #607d8b;
    color: #ffffff;
    margin-left: -18px;
    display: none;
}

#nav-search a{
    color: #ffffff;
}

#nav-search .box-col i{
    vertical-align: -10%;
}

#nav-search input.form-control{
    color: inherit;
    box-shadow: none;
    -webkit-box-shadow: none;
    border: 0 transparent;
    background-color: transparent;
}

.color-transition {
    -o-transition: color .2s linear,background .2s linear;
    -moz-transition: color .2s linear,background .2s linear;
    -webkit-transition: color .2s linear,background .2s linear;
    transition: color .2s linear,background .2s linear;
}

.navbar .navbar-tool {
    display: flex;
    height: 55px;
}

.navbar-item, .navbar .navbar-tool>li>a, .navbar .navbar-nav>li>a {
    padding: 0 16px;
    line-height: 52px;
    color: #444444;
}

#top-bar  a, #top-bar  a:hover, #top-bar  a:focus {
    color: white;
    background-color: transparent;
}

#top-bar  a .user-info {
    float: right;
    display: flex;
    flex-direction: column;
    padding-left: 4px;
}

#top-bar  a .user-info.has-extension {
    line-height: normal;
    padding-top: 8px;
}

#top-bar  a .user-info .subtitle {
    font-weight: bold;
    font-size: 12px;
}

#top-bar  a#toggle-app-menu > i {
    font-size: 26px;
    line-height: 56px;
}

#top-bar .dropdown-menu .divider{
    background-color: #c3d8ff;
}

.circle {
    border-radius: 500%;
}

.inline {
    display: inline-block;
}

.font-bold {
    font-weight: 700;
}
.block {
    display: block;
}


.tab-content ul.children-menu li, .tab-content ul.children-menu ul.sub-menu li {
    width: 101%;
    margin-left: -3px;
    display: block;
    position: relative;
    list-style: none;
}

.tab-content ul.children-menu li a, .tab-content ul.children-menu ul.sub-menu li a {
    width: 100%;
    padding: 14px 22px;
    text-decoration: none;
    font-size: 13px;
    white-space: nowrap;
    position: relative;
    overflow: hidden;
    -o-transition: color .2s linear, background .2s linear;
    -moz-transition: color .2s linear, background .2s linear;
    -webkit-transition: color .2s linear, background .2s linear;
    transition: color .2s linear, background .2s linear;
    display: block;
    background: #F7F7F7;
    color: #333;
    border: none;
}

#aside-main-menu .tab-content {
    margin-left: 115px;
}

#modules-content-area {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    overflow-y: auto;
}

.full-content, .full-width{
    margin-left: 0 !important;
}

#main-content form{
    position: relative;
    margin-top: 20px;
    margin-bottom: 70px;
    background-color: #ffffff;
    border-radius: 2px;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
}

#main-content ul.nav-tabs{
    padding: 0 24px;
    border-bottom: 1px solid #dddddd;
    max-height: 56px;
    overflow: hidden;
    margin: 0;
}

#main-content > form > div.tabs-container {
    margin: 0;
}

#modules-content-area .box-row > .box-cell{
    /*overflow-x: hidden;*/
}

.form-actions {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: white;
    z-index: 3;
    text-align: right;
    left: 0;
    border-top: 1px solid rgb(190, 190, 202);
    padding: 13px 15px 9px 0;
}

.form-actions {
    border-top: 1px solid rgb(226, 226, 226);
}

.form-actions .btn{
    margin-right:7px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 300;
    outline: 0;
    border: 1px solid transparent;
}

.form-horizontal .control-label {
    text-align: left;
}

.btn-success {
    color: #fff;
    background-color: #1bb99a;
    border-color: #1bb99a;
}

.btn-success.focus,
.btn-success:focus,
.btn-success:hover {
    color: #fff;
    background-color: #158c75;
    border-color: #13846e
}

.btn-success.active,
.btn-success:active {
    color: #fff;
    background-color: #158c75;
    border-color: #13846e;
    background-image: none
}

.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover {
    color: #fff;
    background-color: #106d5b;
    border-color: #0b4a3d
}

.btn-success.disabled.focus,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success:disabled.focus,
.btn-success:disabled:focus,
.btn-success:disabled:hover {
    background-color: #1bb99a;
    border-color: #1bb99a
}

.btn-primary {
    color: #fff;
    background-color: #039cfd;
    border-color: #039cfd
}

.btn-primary.focus,
.btn-primary:focus,
.btn-primary:hover {
    color: #fff;
    background-color: #027dcb;
    border-color: #0277c1
}

.btn-primary.active,
.btn-primary:active {
    color: #fff;
    background-color: #027dcb;
    border-color: #0277c1;
    background-image: none
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover {
    color: #fff;
    background-color: #0167a8;
    border-color: #014e7f
}

.btn-primary.disabled.focus,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary:disabled.focus,
.btn-primary:disabled:focus,
.btn-primary:disabled:hover {
    background-color: #039cfd;
    border-color: #039cfd
}

.btn-danger.focus,
.btn-danger:focus,
.btn-danger:hover {
    color: #fff;
    background-color: #ff3015;
    border-color: #ff270b
}

.btn-danger.active,
.btn-danger:active {
    color: #fff;
    background-color: #ff3015;
    border-color: #ff270b;
    background-image: none
}

.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger:active.focus,
.btn-danger:active:focus,
.btn-danger:active:hover {
    color: #fff;
    background-color: #f01c00;
    border-color: #c81700
}

.btn-danger.disabled.focus,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger:disabled.focus,
.btn-danger:disabled:focus,
.btn-danger:disabled:hover {
    background-color: #ff5d48;
    border-color: #ff5d48
}

.btn-warning {
    color: #fff;
    background-color: #f1b53d;
    border-color: #f1b53d
}

.btn-warning.focus,
.btn-warning:focus,
.btn-warning:hover {
    color: #fff;
    background-color: #eaa211;
    border-color: #e19b10
}

.btn-warning.active,
.btn-warning:active {
    color: #fff;
    background-color: #eaa211;
    border-color: #e19b10;
    background-image: none
}

.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning:active.focus,
.btn-warning:active:focus,
.btn-warning:active:hover {
    color: #fff;
    background-color: #c98b0e;
    border-color: #a3700c
}

.btn-warning.disabled.focus,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning:disabled.focus,
.btn-warning:disabled:focus,
.btn-warning:disabled:hover {
    background-color: #f1b53d;
    border-color: #f1b53d
}

.btn-secondary {
    color: #373a3c;
    background-color: #fff;
    border-color: #ccc
}

.btn-secondary.focus,
.btn-secondary:focus,
.btn-secondary:hover {
    color: #373a3c;
    background-color: #e6e6e6;
    border-color: #adadad
}

.btn-secondary.active,
.btn-secondary:active {
    color: #373a3c;
    background-color: #e6e6e6;
    border-color: #adadad;
    background-image: none
}

.btn-secondary.active.focus,
.btn-secondary.active:focus,
.btn-secondary.active:hover,
.btn-secondary:active.focus,
.btn-secondary:active:focus,
.btn-secondary:active:hover{
    color: #373a3c;
    background-color: #d4d4d4;
    border-color: #8c8c8c
}

.btn-secondary.disabled.focus,
.btn-secondary.disabled:focus,
.btn-secondary.disabled:hover,
.btn-secondary:disabled.focus,
.btn-secondary:disabled:focus,
.btn-secondary:disabled:hover {
    background-color: #fff;
    border-color: #ccc
}


#main-content ul.nav-tabs > li.active > a, .app_module_tabs ul.nav-tabs > li.active > a:hover, .app_module_tabs ul.nav-tabs > li.active > a:focus {
    border: none;
    border-bottom: 2px solid #5277c0;
    color: #5277c0;
    background-color: transparent;
    cursor: default;
    opacity: 1;
}

#main-content ul.nav-tabs > li > a {
    color: #313534;
    line-height: 54px;
    position: relative;
    display: block;
    padding: 0 15px;
    margin-right: 2px;
    border: none;
    border-bottom: 2px solid transparent;
    opacity: 0.55;
    font-weight: bold;
    text-transform: uppercase;
}

#right-menu-toggle{
    position: relative;
    z-index: 2;
    right: 40px;
    top: 40px;
    float: right;
    display: none;
}

#right-menu-toggle > i{
    font-size: 1.4em;
    color: #212121;
}

#aside-nav-right {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 70;
    border-left: 1px solid #e3e5e7;
    width: 300px;
    min-width: 300px;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #ffffff;
    flex-direction: column;
    box-sizing: border-box;
}

#sidebar-container{
    height: 100%;
    position: relative;
    padding-top: 2px
}

#navigation-backdrop {
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 59;
    position: absolute;
    height: 100%;
    left: 0;
    right: 0;
    display: none;
}

#navigation-backdrop.show{
    display: block;
}

#navigation-backdrop.right{
    z-index: 65;
}

#aside-nav-right.show{
    display: block;
}

#aside-nav-right .list-group-item{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    box-sizing: border-box;
    font-size: 16px;
    height: 50px;
    padding: 0 16px;
    border: none;
    margin-top: 5px;
}

#aside-nav-right a.list-group-item:hover {
    background-color: #f9fafa;
}

#aside-nav-right .list-group-item .img-section{
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-width: 40px;
}

#aside-nav-right .list-group-item .img-section > img{
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

#aside-nav-right .media-body{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    padding: 0 16px;
    line-height: 1.5;
    font-weight: 400;
    color: rgba(0,0,0,.87);
    font-size: .875rem!important;
}

#aside-nav-right .media-body .item-title,
#aside-nav-right .media-body .item-sub-title{
    white-space: nowrap;
    overflow-x: hidden;
    text-overflow: ellipsis;
    display: block;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-weight: 600;
    font-size: 15px;
}

#aside-nav-right .media-body .item-sub-title{
    font-size: 14px;
    font-weight: 500;
}

div.c-ms-header{
    text-align: center;
    background: #5277c0;
    padding: 3px;
    border-radius: 3px 3px 0 0;
}

div.c-ms-header a {
    color: white;
    font-weight: bold;
}

.ms-container .ms-list{
    border-radius: 0 0 3px 3px;
}

.ms-container{
    width: 100%;
    min-width: 370px;
}

.ms-container .ms-optgroup-label{
    color: #000;
    font-weight: bold;
}

#loader-container{
    overflow: hidden;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1000;
    top: 0;
    pointer-events: none;
    background-color: transparent;
    opacity: 0.8;
}

.load-bar {
    position: relative;
    width: 100%;
    height: 5px;
    background-color: #fdba2c;
}

.bar {
    content: "";
    display: inline;
    position: absolute;
    width: 0;
    height: 100%;
    left: 50%;
    text-align: center;
}
.bar:nth-child(1) {
    background-color: #da4733;
    animation: loading 3s linear infinite;
}
.bar:nth-child(2) {
    background-color: #3b78e7;
    animation: loading 3s linear 1s infinite;
}
.bar:nth-child(3) {
    background-color: #fdba2c;
    animation: loading 3s linear 2s infinite;
}
@keyframes loading {
    from {left: 50%; width: 0;z-index:100;}
    33.3333% {left: 0; width: 100%;z-index: 10;}
    to {left: 0; width: 100%;}
}

.qtip{
    font-size: 15px;
    line-height: 1.5;
    font-family: Roboto, Helvetica, Arial, sans-serif;
}

.qtip-default{
    background-color: #ECDAAF;
    border: 1px solid #EBCB94;
}

.tab-content ul.children-menu li a.current-active, .tab-content ul.children-menu li a.current-active:hover {
    background-color: rgba(0,0,0,0.05);
    color: #5277c0;
}

.btn-default{
    background-color: rgb(93, 93, 93);
    color: white;
}

.btn-default:hover, .btn-default:focus, .btn-default:active{
    background-color: rgb(101, 101, 101);
    color: white;
}

#aside-nav-right #filter-items{
    position: relative;
    margin-top: 57px;
}

#aside-nav-right #filter-items i{
    position: absolute;
    left: 7px;
    color: rgb(165, 165, 165);
    font-size: 19px;
    top: 7px;
}

#aside-nav-right #filter-items input{
    border: 0;
    border-bottom: 1px solid #d6d8db;
    padding: 0 0 0 32px;
    margin-top: 2px;
}

#aside-nav-right ul{
    list-style: none;
    padding: 0;
    margin: 0;
    color: #555555;
}

#aside-nav-right ul li{
    display: block;
    width: 100%;
}

#aside-nav-right ul > li > a{
    padding: 10px 20px 10px 20px;
    position: relative;
    display: block;
    background-color: white;
    text-decoration: none;
    cursor: pointer;
    color: #555555;
}

#aside-nav-right ul > li img {
    width: 36px;
    height: 31px;
    margin-right: 15px;
    float: left !important;
}

#aside-nav-right ul > li div.clear{
    display: block;
    overflow: hidden;
}

#aside-nav-right ul > li span.description,
#aside-nav-right ul > li span.title{
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 12px;
}

#aside-nav-right ul > li span.title{
    font-weight: 700;
}

.panel-group .panel-heading [data-toggle="collapse"] {
    display: block;
    width: 100%;
}

.navbar-tool li.layout-menu a > span {
    font-size: 24px;
    line-height: 2.5;
}

li.user-menu{
    padding: 3px;
}

li.user-menu a > img{
    margin: 8px 0;
    height: 32px;
    width: 32px;
}

li.user-menu a > span{
    margin-left: 5px;
    font-size: 0.9rem;
}

#top-bar .dropdown-menu {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
    min-width: 220px;
    padding: 0;
    border: 0;
    background-color: #425b8a;
    margin-top: 0;
    border-radius: 0;
}

li.user-menu:hover ,#top-bar .dropdown-menu li:hover{
    background-color: rgba(0, 0, 0, 0.075);
}

#top-bar .dropdown-menu li > a{
    padding: 8px 20px;
    display: block;
    /* padding: 3px 20px; */
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    /* color: #333; */
    white-space: nowrap;
}

#top-bar .dropdown-menu li > a i{
    margin-right: 5px;
}

#top-bar .top-dialer {
    margin: 7px 0 0 0 ;
    height: 36px;
    position: relative;
}

#top-bar .top-dialer #dialer {
    padding: 1px 15px 0 50px;
    font-style: normal;
    color: white;
    width: 100%;
    height: 100%;
    margin: 0;
    background: rgb(60, 84, 130);
    border: 1px solid rgba(255, 255, 255, 0.16);
    box-shadow: none;
    box-sizing: content-box;
    min-width: 100px;
    transition: all 0.3s;
}

input#dialer::-webkit-input-placeholder {
    color: white;
}

input#dialer::-moz-placeholder{
    color: white;
}
input#dialer:-moz-placeholder{
    color: white;
}

input#dialer:-ms-input-placeholder{
    color: white;
}

input#dialer::-ms-input-placeholder{
    color: white;
}

#top-bar .top-dialer label {
    position: absolute;
    left: 15px;
    top: -10px;
    font-size: 0.8rem;
    color: #9e9e9e;
    transition: .2s ease-ou;
}

#top-bar .top-dialer #dial-btn {
    line-height: 60px!important;
    font-size: 22px!important;
    color: white;
}

.easy-autocomplete.eac-square .easy-autocomplete-container ul {
    color: #000;
}

#user-layouts-dropdown li.active a{
    color: #c3d8ff;
    font-weight: bold;
}

#content-footer{
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    margin-bottom: 6px;
    font-weight: bold;
    z-index: 2000;
}

#app-name, .app-name, #login-app-name {
    font-family: "Magistral", "OpenSans-Light", sans-serif;
    color: black;
    margin-left: 3px;
    line-height: 1.2;
    display: inline-block;
    padding: 14px 0 10px 0;
}

#app-name .suite-name, #app-name .suite-name-2,
.app-name .suite-name, .app-name .suite-name-2,
#login-app-name .suite-name, #login-app-name .suite-name-2{
    font-weight: bold;
    font-size: 20px;
    color: #c3d8ff;
    display: inline;
}

#app-name .suite-name-2,
.app-name .suite-name-2,
#login-app-name .suite-name-2{
    color: white;
    margin-left: -4px;
}

#app-name .app,
.app-name .app,
#login-app-name .app{
    display: block;
    color: white;
    font-size: 13px;
    text-align: right;
}

ul.context-menu-list{
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

ul.context-menu-list li:hover, ul.context-menu-list li:focus, ul.context-menu-list li:active, ul.context-menu-list li.context-menu-hover{
    background-color: #f5f5f5;
}

ul.context-menu-list li, ul.context-menu-list li > i{
    color: #333 !important;
}

ul.context-menu-list li > i{
    top: 8px !important;
}


ul.context-menu-list li > span{
    display: block;
    clear: both;
    padding: 3px 20px;
    font-weight: 400;
    line-height: 1.42857143;
    white-space: nowrap;
}

.icheckbox_square-blue, .iradio_square-blue{
    background-color: white;
}

.formset .input-group-addon{
    border-radius: 0;
    background-color: #fafafa;
}

.formset .input-group-addon > .icheckbox_square-blue{
    margin-top: -1px;
}

span.formset.disabled > label.form-control {
    background: #fafafa;
}

.pointer{
    cursor: pointer !important;
}

#login-header{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}

#login-header .app-logo{
    margin-right: 2px;
    width: auto;
    height: 74px;
    display: inline-block;
    border-radius: 50%;
    border: none;
    margin-top: 0;
}

#login-app-name .suite-name,
#login-app-name .suite-name-2{
    font-size: 36px;
}

#login-app-name .suite-name{
    color: #587cbe;
}

#login-app-name .suite-name-2,
#login-header .app{
    color: #848484;
}

#login-header .app{
    font-size: 19px;
}

.panel.login-form.panel-body {
    padding: 10px 20px 32px 20px;
}

#about-content {
    display: flex;
    align-items: center;
    justify-content: center;
}

#about-content img{
    height: 70px;
}

#app-version{
    text-align: center;
    font-weight: bold;
    font-size: 17px;
    margin-top: 10px;
}

#about-content .suite-name-2,
#about-content .app{
    color: #726c6c;
}

#update-content{
    text-align: center;
    font-size: 16px;
}

@media (max-width: 767px){
    #top-bar .dropdown-menu {
        left: -134px;
    }
}

ul#user-layouts-dropdown > div.js-scroll{
    max-height: 250px;
}

ul#user-layouts-dropdown > div.js-scroll > .scroll-element .scroll-element_track {
    background-color: #879ec8;
}

ul#user-layouts-dropdown > div.js-scroll > .scroll-element .scroll-bar {
    background-color: #425b8a;
}

.scrollbar-inner > .scroll-element .scroll-element_outer,
.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
}