body{
    overflow-y: scroll;
}

/* getPreloader */

.new-bt-3 {

    background: #2da5da !important;
    border: 0px !important;
    color: #fff !important;
    border-radius: 9px !important;
    padding: 9px 25px !important;
    height: auto !important;
    font-weight: 600 !important;
    font-size: 11px !important;
    text-decoration: auto !important;
}


.closeTextPre{
    position: fixed;
    top: 15px;
    right: 20px;
    color: #fff;
    cursor: pointer;
}



.getPreloader{
    background: #25273654;
    position: fixed;
    z-index: 10000;
    width: 100%;
    height: 100%;
    top: 0px;
    transition: 0.3s;
}

.loader,
.loader__figure {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.loader {
    overflow: visible;
    padding-top: 2em;
    height: 0;
    width: 2em;
}

.loader__figure {
    height: 0;
    width: 0;
    box-sizing: border-box;
    border: 0 solid #FFFFFF;
    border-radius: 50%;
    -webkit-animation: loader-figure 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-animation: loader-figure 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
    animation: loader-figure 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
}

.loader__label {
    float: left;
    margin-left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    margin: 0.5em 0 0 50%;
    font-size: 11px;
    letter-spacing: inherit;
    line-height: 1.5em;
    color: #ffffff;
    white-space: nowrap;
    -webkit-animation: loader-label 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-animation: loader-label 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
    animation: loader-label 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
}

@-webkit-keyframes loader-figure {
    0% {
        height: 0;
        width: 0;
        background-color: #FE665C;
    }
    29% {
        background-color: #FE665C;
    }
    30% {
        height: 2em;
        width: 2em;
        background-color: transparent;
        border-width: 1em;
        opacity: 1;
    }
    100% {
        height: 2em;
        width: 2em;
        border-width: 0;
        opacity: 0;
        background-color: transparent;
    }
}
@-moz-keyframes loader-figure {
    0% {
        height: 0;
        width: 0;
        background-color: #FE665C;
    }
    29% {
        background-color: #FE665C;
    }
    30% {
        height: 2em;
        width: 2em;
        background-color: transparent;
        border-width: 1em;
        opacity: 1;
    }
    100% {
        height: 2em;
        width: 2em;
        border-width: 0;
        opacity: 0;
        background-color: transparent;
    }
}
@keyframes loader-figure {
    0% {
        height: 0;
        width: 0;
        background-color: #FE665C;
    }
    29% {
        background-color: #FE665C;
    }
    30% {
        height: 2em;
        width: 2em;
        background-color: transparent;
        border-width: 1em;
        opacity: 1;
    }
    100% {
        height: 2em;
        width: 2em;
        border-width: 0;
        opacity: 0;
        background-color: transparent;
    }
}
@-webkit-keyframes loader-label {
    0% {
        opacity: 0.25;
    }
    30% {
        opacity: 1;
    }
    100% {
        opacity: 0.25;
    }
}
@-moz-keyframes loader-label {
    0% {
        opacity: 0.25;
    }
    30% {
        opacity: 1;
    }
    100% {
        opacity: 0.25;
    }
}
@keyframes loader-label {
    0% {
        opacity: 0.25;
    }
    30% {
        opacity: 1;
    }
    100% {
        opacity: 0.25;
    }
}


/* end getPreloader */





.jBox-Modal .jBox-content {
    padding: 12px 10px;
}

.edit-user-card{
    padding: 15px;
    border: 0px solid #efefef;
    margin-bottom: 0px;
}

.edit-user-card-title{
    font-size: 12px;
    font-weight: 600;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 2px solid #0d9edf;
}

div#panel_personal_edit table.info {
    margin: 0px;
    width: 100%;
}

div#panel_personal_edit table.info > tbody > tr > td{
    border-top: 0px solid #eeeeee;
    padding: 12px 0px;
}

div#panel_personal_edit table.info td input.big {
    width: calc(100% - 33px);
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 0px;
    font-size: 12px;
    font-weight: 500;
    box-shadow: inset 0 0 0px rgb(0 0 0 / 12%);
}

.ui-menu .ui-menu-item-wrapper {
    padding: 6px 15px !important;
    font-size: 13px !important;
}

.radioS-1{
    top: 3px !important;
    margin-right: 3px;
}

.labelS-1{
    margin-right: 15px;
    min-width: 150px;
    display: inline-block;
    font-weight: 600;
    color: #000000;
    font-size: 11px;
    font-family: 'open_sansregular', Helvetica, Arial, sans-serif;
}

/*
.sky-form .button {
    font-size: 13px !important;
    border: 0px !important;
    border-radius: 5px !important;
    box-shadow: none !important
}*/

.multiSelect > .ui-widget > .custom-combobox > input{
    width: calc(100% - 60px);
    padding: 10px 15px;
    border: 1px solid #ddd;
    border-radius: 0px;
    font-size: 13px;
    font-weight: 500;
    box-shadow: inset 0 0 0px rgb(0 0 0 / 12%);
}

div#panel_personal_edit table.info {
    margin: 15px !important;
    width: calc(100% - 30px) !important;
}

.ui-widget .custom-combobox-toggle {
    border-radius: 0px !important;
}

.ui-widget > .custom-combobox > input{
    width: calc(100% - 60px);
    padding: 10px 15px;
    border: 1px solid #ddd;
    border-radius: 0px;
    font-size: 13px;
    font-weight: 500;
    box-shadow: inset 0 0 0px rgb(0 0 0 / 12%);
}

.textrea-s-3{
    width: calc(100% - 32px) !important;
    padding: 10px 15px;
    border: 1px solid #ddd;
    border-radius: 0px;
    font-size: 13px;
    font-weight: 500;
    box-shadow: inset 0 0 0px rgb(0 0 0 / 12%);
}

.btStyle_1{
    padding: 9px 15px !important;
    height: auto !important;
    font-weight: 600 !important;
    float: left;
    margin: 0px 15px 0px 0px !important;
    font: 12px/1.55 'open_sansregular', Helvetica, Arial, sans-serif;

}

.btStyle_2{
    padding: 11px 15px !important;
    height: auto !important;
    font-weight: 600 !important;
    float: left;
    margin: 0px !important;
    font-family: 'open_sansregular', Helvetica, Arial, sans-serif !important;
}

.btStyle_3{
    padding: 9px 15px !important;
    height: auto !important;
    font-weight: 600 !important;
    float: right;
    margin: 0px !important;
    font: 12px/1.55 'open_sansregular', Helvetica, Arial, sans-serif;
}

div.buttons {
    height: 30px;
}

.mt-1{
    margin-top: 10px !important;
}

.mt-2{
    margin-top: 20px !important;
}

.mt-3{
    margin-top: 30px !important;
}

.mt-4{
    margin-top: 20px !important;
}

.mt-5{
    margin-top: 50px !important;
}

.mt-6{
    margin-top: 60px !important;
}

.bord-0{
    border: 1px solid #fff !important;
}

.hideBlock{
    overflow: hidden;
    max-height: 0px;
    transition: .3s;
    padding-right: 0px;
    padding: 0px;
    border: 1px solid #f2f2f2;
}

.editoAccordStleDef{
    cursor: pointer;
    float: right;
    color: #1b4649;
    font-weight: 600;
}

.overSCroll{
    height: 800px;
    overflow: auto;
    border: 1px solid #efefef;
}

.jb-bord-cont{
    border: 1px solid #efefef;
    padding: 20px 20px;
}

.jb-bord-cont  > table{
    //margin: 0px !important;
    //width: 100% !important;
}


.chekUrsEdit-1{
    float: right;
    margin-top: 3px;
}

.right-check{
    font-weight: 600;
    margin-left: 30px;
}

.tableEditor-cont{
    background: #f5f5f5;
    padding: 25px;
    height: fit-content;
    display: flow-root;
}

.cont-50-tableEditor{
    width: calc(50% - 45px);
    display: inline-block;
}

.ml-0{
    margin-left: 0px;
}

.mt-0{
    margin-top: 0px !important;
}

.tableEditor-cont-chek{
    font-weight: 600;
    font-size: 12px;
    margin-top: 25px;
}

.mb-50{
    margin-bottom: 40px;
}

.rgh{
    float: right;
}


.mb-0{
    margin-bottom: 0px !important;
}

.pb-0{
    padding-bottom: 0px !important;
}

.p-0{
    padding: 0px !important;
}

/* global design */

.sky-form h1 {
    font-weight: 600 !important;
}

#block_main {
    border: 0px solid #aaaaaa !important;
    border-top: 1px solid #d9e4e1 !important;
}

#block_center {
    left: 0px !important;
}



/* ui kit */


.diagram_container{
    margin-top: 20px;
    border: 1px solid #eee;
    padding: 32px;
    border-radius: 9px;
    height: 500px;
}


.title-dash {
    font-size: 14px;
    font-weight: 700;
    color: #00a1a5;
    margin-top: 50px;
}

.card_t_1_a {
    display: inline-block;
    padding-right: 15px;
    padding-bottom: 15px;
}



.card_t_1 {
    padding: 15px;
    background: #f9f9f9;
    border: 1px solid #eee;
    display: inline-block;
    width: 300px;
    border-radius: 9px;
    transition: .3s;
}

.card_t_1_title {
    font-size: 13px;
    color: #000;
    font-weight: 600;
}

.card_t_1_des {
    font-size: 13px;
    color: #a5a5a5;
    font-weight: 500;
    margin-top: 5px;
    margin-bottom: 25px;
}

.bt_s_4 {
    background: #2da5da;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    border-radius: 7px;
    transition: .3s;
    padding: 13px 29px !important;
    text-decoration: auto;
    border: 0px !important;
    display: inherit;
}

.text_max {
    font-size: 22px;
    font-weight: 600;
    margin-top: 15px;
}


/* table  */


.ui-kit-table-s-1{
    border-collapse: collapse;
    margin-top: 20px;
}

.ui-kit-table-s-1 > thead{
    background: #eeeeee;
}

.ui-kit-table-s-1 > tbody{

}

.ui-kit-table-s-1 > thead > tr{

}

.ui-kit-table-s-1 > tbody > tr{

}

.ui-kit-table-s-1 > thead > tr > td, .ui-kit-table-s-1 > thead > tr > th{
    border: 1px solid #dddddd;
    font-size: 12px;
    text-align: left;
    padding: 10px;
}

.ui-kit-table-s-1 > tbody > tr > td{
    border: 1px solid #eeeeee;

    font-size: 12px;
    text-align: left;
    padding: 10px;
}






#modal_img {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(6, 7, 19, .8);
    top: 0px;
    left: 0px;
    z-index: 10000;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    transition: .3s;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: zoom-out;
}

#modal_img > .m_close {
    position: fixed;
    top: 30px;
    right: 30px;
    background: #0000;
    color: #fff;
    border: 0px;
    cursor: pointer;
}


#modal_img > img {
    max-width: 70%;
    max-height: 70%;
}


.monitor-containt input[type="text"], .input-time{
    width: calc(100% - 36px) !important;
    margin: 0px !important;
    height: 30px !important;
    padding: 3px 10px !important;
    border: 1px solid #ddd !important;
    border-radius: 0px !important;
    font-size: 13px !important;
    box-shadow: none !important;
    display: inline !important;
    box-sizing: content-box !important;
}

.input-title-g1{
    font-weight: 600;
    text-align: left;
    margin-left: 8px;
    margin-bottom: 3px;
}


.des_in_def{
    font-size: 13px;
    font-weight: 500;
    padding-bottom: 10px;
    color: #7f7f7f;
    margin-top: 10px;
}
.title_in_def{
    font-size: 13px;
    font-weight: 600;
    padding-bottom: 10px;
}

.input_res_def{
    width: 383px;
    height: 38px;
    border: 1px solid #ccc;
    padding: 0px 0px 0px 10px;
    font-size: 14px;
}

.sel_res_def{
    width: 395px;
    height: 40px;
    border: 1px solid #ccc;
    padding: 0px 0px 0px 10px;
    font-size: 14px;
}

.bt_res_def{
    background: #57b7e1;
    color: white;
    width: 100%;
    margin: 20px 0px 0px 0px !important;
    padding: 11px 21px !important;
    height: fit-content !important;
    font: 300 13px 'open_sansregular', Helvetica, Arial, sans-serif;
    border: 0px !important;
    border-radius: 4px;
}

.bt-left > .bt_res_def{
    width: fit-content !important;
    margin-right: 10px !important;
    float: left !important;
}

.bt-right > .bt_res_def{
    width: fit-content !important;
    margin-left: 10px !important;
    float: right !important;
}


.jBox-content{
    max-height: 700px;
    overflow-y: auto;
}