﻿#wait {
    position: fixed;
    display: none;
    width: 100%;
    height: 100vh;
    left: 0;
    top: 0;
    background: rgba(0,0,0,.3);
    z-index: 999;
}
#wait svg{
    position:absolute;
    display:block;
    width:50px;
    height:50px;
    left:calc(50% - 25px);
    top:calc(50% - 25px);
}
#wait_info {
    position: absolute;
    display: block;
    width: 100%;
    top: calc(50% + 30px);
    color: #fff;
    text-align: center;
    font-weight: bold;
}
footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    box-sizing: border-box;
    line-height: 20px; /* Vertically center the text there */
    background: #fff;
}
.req_true {
    border-style: dashed;
    border-color: #a6a6a6;
}
.req_true.uk-form-danger{
    color: #f0506e;
    border-color: #f0506e;
}
.uk-notification-message {
    border: 1px solid #ececec;
}
textarea{
    resize: vertical;
}
fieldset{
    border:0;
}
.uk-list-striped > .uk-active {
    border-left: 2px solid #1e87f0;
}
.active_object:hover {
    cursor: pointer;
    background-color: #3575CE;
    color: #fff;
}
.active_object:hover a{
    color: #fff;
}
.uk-checkbox.uk-form-success, .uk-radio.uk-form-success {
    border-color: #32d296;
    background-color: #32d296;
}
.uk-checkbox.uk-form-danger, .uk-radio.uk-form-danger {
    border-color: #f0506e;
    background-color: #f0506e;
}
/* -- Top navigation -- */
#top-head {
    z-index: 9;
    top: 0;
    left: 0;
    right: 0;
}
/* Smaller Header */
.uk-navbar-nav > li > a,
.uk-navbar-item,
.uk-navbar-toggle {
    /* navbar height */
    min-height: 52px;
    padding: 0 8px;
    font-size: 0.85rem;
}
.navbar-logo {
    background-color: #222A30;
    margin-left: -12px;
}
/* Left bar */
#left-col {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #222A30;
    width: 240px;
    z-index: 2;
    transition: height 0.3s ease-out;
}
/* Left bar links */
#left-col ul.uk-nav-default > li > a {
    padding: 8px 20px;
    border-left: 2px solid transparent;
    transition: all 0.15s ease-out;
}
#left-col ul.uk-nav-default li.uk-nav-header {
    padding: 20px 20px 8px 20px;
}
#left-col ul.uk-nav-default > li > a:hover, #left-col ul.uk-nav-default > li.uk-open > a {
    border-left: 2px solid #39f;
    padding-left: 30px;
    color: white;
    background-color: rgba(0,0,0,0.1);
}
#left-col ul.uk-nav-default li .uk-nav-sub {
    padding-left: 34px;
}
#left-col .uk-dropdown.user-drop {
    min-width: 160px;
    max-width: 160px;
    padding: 0.75rem;
}
    /* Drop arrow */
#left-col .uk-dropdown.user-drop:after {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 4px;
    margin-left: -4px;
}
.left-content-box {
    padding: 0.75rem 20px;
    border-top: 1px solid rgba(255,255,255,0.06);
    margin-bottom: -1px;
}
.left-nav-wrap {
    padding-bottom: 60px;
}
.content-box-dark {
    background-color: rgba(0,0,0,0.09);
}
.text-light {
    font-weight: 200;
    font-size: 1.25rem;
}
.bar-bottom {
    border-top: 1px solid rgba(255,255,255,0.07);
    padding: 15px 0;
    background-color: #222A30;
    position: fixed;
    left: 0;
    right: 0;
    z-index: 3;
    bottom: 0;
    width: 240px;
}
.left-logo {
    /* navbar height */
    height: 52px;
    line-height: 52px;
    padding: 0 20px;
}
.custom-logo {
    height: 32px;
}
.profile-img {
    width: 60px;
    margin: 0 auto 10px auto;
    display: block;
}
.panel-icons {
    margin: 0 4px;
}
.uk-tooltip {
    background-color: white;
    color: #242C33;
    box-shadow: 0 2px 12px rgba(50,50,50,0.1);
}
#content {
    margin: 52px 0 0 0;
    /*padding: 30px 0 50px 0;*/
    background-color: #f7f7f7;
    transition: margin 0.2s cubic-bezier(.4,0,.2,1);
}
#top-head [class*="uk-navbar-dropdown-bottom"] {
    margin-top: 0;
}
.mb-el-active{
    cursor:pointer;
}
/* Search nav */
.search-field {
    width: 140px;
    -webkit-transition: all 0.25s cubic-bezier(0.175, 0.885, 0.320, 1.275);
    transition: all 0.25s cubic-bezier(0.175, 0.885, 0.320, 1.275);
}
.search-field:focus {
    width: 200px;
    border-color: #fff !important;
} 
/*.uk-card {
    box-shadow: none;
}*/
.uk-heading-primary {
    letter-spacing: -0.032em;
    font-weight: 300;
}
/* Smooth shadow transition */
/*.uk-card {
    -webkit-transition: box-shadow 0.55s cubic-bezier(.4,0,.2,1);
    transition: box-shadow 0.55s cubic-bezier(.4,0,.2,1);
}*/
.uk-grid.wm {
    margin-left: 0;
}
/* Progress */
.uk-progress {
    height: 3px;
    margin-bottom: 0.5rem;
    background-color: rgba(0,0,0,0.23);
}
* + .uk-progress {
    margin-top: 0.25rem;
}
.uk-progress.warning::-webkit-progress-value {
    background-color: #faa05a;
}
.uk-progress.warning::-moz-progress-bar {
    background-color: #faa05a;
}
.uk-progress.warning::-ms-fill {
    background-color: #faa05a;
}
.uk-progress.success::-webkit-progress-value {
    background-color: #32d296;
}
.uk-progress.success::-moz-progress-bar {
    background-color: #32d296;
}
.uk-progress.success::-ms-fill {
    background-color: #32d296;
}
.uk-modal-header {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.uk-modal-footer {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.uk-input, .uk-select {
    border-radius: 5px;
}
.uk-checkbox {
    border-radius: 4px;
}
.uk-button {
    border-radius: 5px;
    padding: 5px 10px;
}
.uk-button-modern{
    line-height: 20px;
}
.uk-button-modern:hover, .uk-button-modern.uk-active {
    background-color: #3575CE;
    color: #fff;
    /*transition: all .5s linear 0s;
    -webkit-transition: all .5s linear 0s;*/
}
.uk-button-info{
    line-height:20px;
    padding:0;
}
.uk-button-info:hover svg {
  background-color: #3575CE;
  border-radius: 100%;
  color: #fff;
}
.uk-ovh {
    text-overflow: ellipsis;
    overflow: hidden;
}
.uk-background-primary {
    background-color: #3575CE;
}
.ten {
    width: 10%;
}
.limit {
    max-height: 46px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-break: break-all;
}
.limit.min{
    max-height: 24px;
}
.limit.fix {
    height: 46px;
}
.uk-text-overflow {
    text-overflow: ellipsis;
    overflow: hidden;
}
.limit.big{
    max-height: 100px;
}
.limit.ov, .my-limit-height.ov, .my-limit-height-mini.ov {
    overflow-y: auto;
    overflow-x:hidden;
    scrollbar-color: #1e87f0 #E1E1E1;
    scrollbar-width: thin;
}
.text_limit {
    max-width: 80px;
    display: inline-block;
    max-height: 20px;
    overflow: hidden;
    text-align: left;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.lim {
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-color: #1e87f0 #E1E1E1;
    scrollbar-width: thin;
}
.lim_main{
    padding-bottom:15px;
}
.lim.hid {
    overflow: hidden;
}
.lim_over > div {
    position: relative;
    display: block;
    width: 100px;
    float: left;
    text-overflow: ellipsis;
    padding: 0 10px;
    box-sizing: border-box;
}
.uk-tab > * > a {
    display: block;
    max-height: 20px;
    max-width: 120px;
    text-align: left;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #999;
}
.uk-select[multiple], .uk-select[size] {
    resize: none;
}
.uk-card-default, .uk-nav-default > li > a, .uk-nav-default .uk-nav-sub a {
    color: #000;
}
.uk-card-title {
    font-size: 1.25rem;
}
.my-limit-height{
    max-height: 75vh;
}
.my-min-limit-height {
    min-height: 75vh;
}
.my-limit-height-mini {
    max-height: 62vh;
}
.my-min-limit-height-mini {
    min-height: 62vh;
}
.clusterize-scroll {
    scrollbar-color: #1e87f0 #E1E1E1;
    scrollbar-width: thin;
}
.clusterize-content {
    padding:5px
}
.my-overflow {
    position: relative;
    display: block;
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-color: #1e87f0 #E1E1E1;
    scrollbar-width: thin;
    /*height: calc(100% - 30px);*/
    padding: 2px;
    box-sizing: border-box;
}
.my-overflow::-webkit-scrollbar, .lim::-webkit-scrollbar {
    width: 5px;
    height: 8px;
    background-color: #E1E1E1;
}
.uk-card-body.padding-card-buttons {
    padding-top: 16px;
    padding-bottom: 16px;
}
.gridjs-wrapper {
    overflow-x: hidden;
    scrollbar-color: #1e87f0 #E1E1E1;
    scrollbar-width: thin;
}
th.gridjs-th{
    color: #000;
    z-index:50;
}
option:disabled {
    background: rgba(170, 170, 170, .1);
    font-style:italic;
    /*color: -internal-light-dark(graytext, rgb(170, 170, 170));*/
}
.status {
    position: absolute;
    top: 0;
    bottom: 3px;
    left: 0;
    height: 100%;
    width: 5px;
    border-radius: 5px 0px 0px 5px;
    padding: 0;
}
.status.use{
    background-color: #389D2A;
}
.status.nouse{
    background-color: #A82727;
}

/* Charts */
.chart-container {
    position: relative;
    height: 300px;
    margin: 0 auto;
}
.uk-popinfo{
    min-height:46px;
}
.uk-popinfo:hover {
    position: absolute;
    z-index: 10;
    box-sizing: border-box;
    transition: box-shadow .1s ease-in-out;
    color: #000;
    background: #fff;
    box-shadow: 0 5px 15px rgba(0,0,0,.08);
    padding: 20px;
    min-width: 100px;
    max-height:300px;
    overflow:auto
}

.uk-width-1-12 { width: 8.333%; }
.uk-width-2-12 { width: 16.666%; }
.uk-width-3-12 { width: 25%; }
.uk-width-4-12 { width: 33.333%; }
.uk-width-5-12 { width: 41.666%; }
.uk-width-6-12 { width: 50%; }
.uk-width-7-12 { width: 58.333%; }
.uk-width-8-12 { width: 66.666%; }
.uk-width-9-12 { width: 75%; }
.uk-width-10-12 { width: 83.333%; }
.uk-width-11-12 { width: 91.666%; }

/* Only tablets and desktop */
@media (min-width: --uk-breakpoint-m) {
    .uk-width-medium-1-12 { width: 8.333%; }
    .uk-width-medium-2-12 { width: 16.666%; }
    .uk-width-medium-3-12 { width: 25%; }
    .uk-width-medium-4-12 { width: 33.333%; }
    .uk-width-medium-5-12 { width: 41.666%; }
    .uk-width-medium-6-12 { width: 50%; }
    .uk-width-medium-7-12 { width: 58.333%; }
    .uk-width-medium-8-12 { width: 66.666%; }
    .uk-width-medium-9-12 { width: 75%; }
    .uk-width-medium-10-12 { width: 83.333%; }
    .uk-width-medium-11-12 { width: 91.666%; }

}

/* Only desktop */
@media (min-width: --uk-breakpoint-l) {

    .uk-width-large-1-12 { width: 8.333%; }
    .uk-width-large-2-12 { width: 16.666%; }
    .uk-width-large-3-12 { width: 25%; }
    .uk-width-large-4-12 { width: 33.333%; }
    .uk-width-large-5-12 { width: 41.666%; }
    .uk-width-large-6-12 { width: 50%; }
    .uk-width-large-7-12 { width: 58.333%; }
    .uk-width-large-8-12 { width: 66.666%; }
    .uk-width-large-9-12 { width: 75%; }
    .uk-width-large-10-12 { width: 83.333%; }
    .uk-width-large-11-12 { width: 91.666%; }

}