@font-face {
    font-family: 'square';

    src: url('https://stof.online/assets/fonts/square.eot?#iefix') format('embedded-opentype'),
        url('https://stof.online/assets/fonts/square.woff') format('woff'),
        url('https://stof.online/assets/fonts/square.woff2') format('woff2');
}

@font-face {
    font-family: 'Square';
    src: local('Square'), url('https://stof.online/assets/fonts/square.woff') format('woff');
}



a:hover {
    color: #598DD5 !important;
}

/*````````````````````````````````` noMail.com.ua - Каталог шрифтов ```````````````````````````````````````*/


.square {
    font-family: 'Square';
}


.pso-header,
.pso-footer {
    background: #000 !important;
}

.pso-footer {
/*    transform: translateY(-46px) !important;*/
}

.fa-phone:before,
.fa-envelope:before,
.pso-footer span {
    color: #7c7c7c !important;
}

.nav-tabs .nav-link.active {
    background-color: #000;
}

/* MAIN SCREEN */
.pso-button_lg {
    line-height: 195px;
    border: 1px solid #a8a8a8;
}

.pso-button {
    background: transparent;
    color: #2268c8;
}

.pso-button:hover,
.pso-button:focus {
    background: rgba(0, 0, 0, 0.05);
}

.pso-svg-icon_lg {
    width: 59px;
    height: 76px;
}

.pso-svg-icon_excel-white {
    background-image: url(/assets/icons/dark/new-excel.svg);
}

.pso-svg-icon_project-blue {
    background-image: url(/assets/icons/dark/new-manual.svg);
}

/*
*
*
*/

.dark-text * {
    color: #212529;
}

p.info_p:before {
    content: " ";
    display: inline-block;
    width: 17px;
    top: 3px;
    margin-right: 10px;
    height: 17px;
    position: relative;
    background: url(/assets/icons/dark/info.png);
}

.info_p a {
    color: #2168c8;
    text-decoration: underline;
    font-weight: 600;
}

.modal-content {
    border-radius: 2rem !important;
    padding: 30px 70px 48px 70px !important;
}

.modal-content h3 {
    font-size: 17px !important;
    font-weight: 600 !important;
    text-align: left !important;
    padding-bottom: 0px !important;
    padding-top: 10px !important;
    color: #000 !important;
    margin-bottom: 0 !important;
}

.modal-content p {
    color: #000;
}

/* */

.grid-toolbox {
    padding: 0 !important;
    background: #525252 !important;
}

/* BUTTONS */

button.btn_rasschet:before {
    content: " ";
    display: inline-block;
    background-image: url(/assets/icons/dark/new-raschet.svg);
    height: 30px;
    width: 32px;
    position: relative;
    background-size: cover;
    left: -12px;
}

button.btn_rasschet:hover:before {
    background-image: url(/assets/icons/dark/new-raschet-white.svg);
}

button.btn-export:before {
    content: " ";
    display: inline-block;
    background-image: url(/assets/icons/dark/new-export.svg);
    height: 30px;
    width: 32px;
    position: relative;
    background-size: cover;
    left: -12px;
}

button.btn-export:hover:before {
    background-image: url(/assets/icons/dark/new-export-white.svg);
}

button.btn_import:before {
    content: " ";
    display: inline-block;
    background-image: url(/assets/icons/dark/new-import.svg);
    height: 30px;
    width: 32px;
    position: relative;
    background-size: cover;
    left: -12px;
}

button.btn_import:hover:before {
    background-image: url(/assets/icons/dark/new-import-white.svg);
}

.btn-export,
.btn_import {
    background-color: #525252;
    border: 0;
    color: #fff;
    cursor: pointer;
    padding: 10px 40px !important;
    display: inline-flex !important;
    justify-content: center;
    align-items: center;
}

.btn_rasschet {
    cursor: pointer;
    padding: 10px 40px !important;
    display: inline-flex !important;
    justify-content: center;
    align-items: center;
}

.btn-export:focus,
.btn_import:focus {
    box-shadow: none !important;
}

.btn-export:hover,
.btn_import:hover {
    background-color: #666;
}



.div_dev {
    width: 1px;
    display: inline-block;
    background-color: #999;
    height: 25px;
    position: relative;
    top: 9px;
}

.btn-light-blue {
    color: #212529;
    background-color: #fff;
    border-color: #598DD5 !important;
    border: 2px solid #598DD5 !important;
    color: #598DD5 !important;
}

.btn-light-blue:hover {
    color: #ffffff !important;
    background-color: #598DD5;
    border-color: #598DD5;
}

/*
.btn-light-blue:focus,
.btn-light-blue.focus {
    box-shadow: 0 0 0 0.2rem rgba(89, 141, 213, 0.5);
}
*/
.btn-light-blue:focus,
.btn-light-blue.focus,
.btn_transparent:focus,
.btn_rasschet:focus,
.btn-expand:focus {
    box-shadow: none !important;
}

.raschet_title:before {
    content: " ";
    display: inline-block;
    background-image: url(/assets/icons/dark/new-raschet.svg);
    height: 60px;
    width: 64px;
    position: relative;
    background-size: cover;
    left: -20px;
    top: 15px;
}

.raschet_title {
    font-size: 30px !important;
}

.btn-outline-danger {
    color: #ffffff !important;
    background-color: #dc3545 !important;
    border-color: #dc3545 !important;
}

button.btn-cancel {
    color: #000;
    text-decoration: underline;
}

button:disabled {
    background-color: #eee;
    border: 2px solid #ddd !important;
    color: #aaa !important;
    border: 3px solid #333;
}

.btn-light-blue:disabled {
    background-color: #eee;
    border: 2px solid #ddd !important;
    color: #aaa !important;
}

/* */

/* PROJECT NAME */


.dark_theme .pso-heading_h3 {
    text-align: left !important;
}

.dark_theme .pso-heading_h3:before {
    content: "ПРОЕКТ";
    display: block;
    padding-bottom: 5px;
    font-size: 12px;
    color: #999;
}

.dark_theme span.pso-property__value {
    font-weight: bold;
}

.dark_theme .pso-property__name {
    font-weight: bold;
    text-transform: uppercase;
    color: #999;
    font-size: 12px;
}

/* */

.nav-tabs .nav-link.active {
    background-color: #353535 !important;
}

.nav-tabs .nav-link {
    border-color: transparent !important;
}

.table thead th {
    border-bottom: 1px solid #BDC3C7 !important;
    border-top: 1px solid #BDC3C7 !important;
    position: relative;
}

.table-ag th {
    border-top: 1px solid #F5F6F8 !important;
    background: #F5F6F8 !important;
}


.pso-layout_workspace .input-group.pso-input-group {
    margin-bottom: 3rem !important;
}



.progress {
    background-color: #525252;
    margin-top: 4px;
}

label {
    margin-bottom: 1rem !important;
}

.form-group {
    margin-bottom: 2rem !important;
}

input#dp {
    font-weight: bold;
    font-size: 14px;
}

select#sr {
    font-weight: bold;
    font-size: 14px;
}

.pso-svg-icon_xs {
    width: 30px;
    height: 35px;
}


app-project-new-modal .modal-header {
    justify-content: flex-start;
    align-items: center;
}

h5.sub_h {
    font-size: 14px;
    font-weight: bold;
    padding-left: 2px;
}

img .new_m_ico {
    height: 80px;
}


/*
td.raschet_ok:before {
    content: " ";
    display: inline-block;
    background-image: url(/assets/icons/dark/ok-mini.svg);
    height: 30px;
    width: 30px;
    position: relative;
    background-size: cover;
    left: -12px;
    top: 0px;
}
*/
td.raschet_warn:before {
    content: " ";
    display: inline-block;
    background-image: url(/assets/icons/dark/warning-mini.svg);
    height: 30px;
    width: 30px;
    position: relative;
    background-size: cover;
    left: -12px;
    top: 0px;
}

td.big_warn:before {
    content: " ";
    display: inline-block;
    background-image: url(/assets/icons/dark/warning-mini.svg);
    height: 35px;
    width: 95px;
    margin-right: 10px;
    position: relative;
    background-size: cover;
    left: -5px;
    top: 0px;
}

td.raschet_warn,
td.raschet_ok {
    display: flex;
    align-items: center;
}

.table th,
.table td {
    vertical-align: middle !important;
}

.fa-caret-right:before {
    content: "\f0da";
    color: #65BBF6;
    font-size: 15px;
}

tree-internal .tree .node-value {
    color: #010101;
    margin-left: 0;
    padding-left: 25px;
}

.ag-theme-balham .ag-header-group-text {
    text-transform: uppercase;
}

img.new_m_ico {
    height: 58px;
    padding-right: 18px;
}

.pso-svg-icon_xs {
    width: 30px;
    height: 32px;
}

.no-spaces {
    padding: 0 !important;
    margin: 0 !important;
}

/* .ag-root.ag-font-style.ag-layout-normal {height:90vh;} */

app-okof-tree-modal .modal-header {
    justify-content: left;
}

.hideme {
    visibility: hidden;
    height: 1px !important;
    width: 1px;
    opacity: 0;
    transition: all ease 0.3s;
    position: fixed;
}

.pso-body {
    padding-bottom: 75px;
}

.btn-icon.pso-svg-icon_excel-white {
    background-image: url(/assets/icons/dark/new-excel-white.svg) !important;
}

/*.pso-svg-icon_xs {
    width: 32px !important;
    height: 32px !important;
}*/

.btn-expand {
    padding: 17px 22px !important;
    /*display: none  !important;*/
    display: inline-flex !important;
    justify-content: center;
    align-items: center;
    text-align: center;
    /* background-color: #999; */
    white-space: nowrap;
    vertical-align: middle;
    font-size: 16px;
    float: right;
}

.dark_theme .input-group .form-control {
    font-size: 12px !important;
}

.tab-pane thead th::after {
    border-right: 1px solid rgba(189, 195, 199, 0.5);
    content: " ";
    height: 20px;
    margin-top: 8px;
    position: absolute;
    right: 0;
    text-indent: -2000px;
    top: 0;
}

.tab-pane thead th:last-child:after {
    border-right: none;
}

h4.prj_mgmt {
    border-top: 1px solid #666666;
    padding-top: 15px;
    font-size: 22px;
    margin-top: 20px;
    color: #666666;
}

h4.usr_info {
    border-top: 1px solid #666666;
    padding-top: 15px;
    font-size: 22px;
    margin-top: 93px;
    color: #666666;
}


h2.system:before {
    background: url(/assets/icons/dark/new-settings.svg) no-repeat;
    width: 48px;
    height: 48px;
}

h2.file:before {
    background: url(/assets/icons/dark/new-file.svg) no-repeat;
    width: 48px;
    height: 48px;
}

h2.file_load:before {
    background: url(/assets/icons/dark/new-load.svg) no-repeat;
    width: 48px;
    height: 48px;
}

h2.tables:before {
    background: url(/assets/icons/dark/new-tabl.svg) no-repeat;
    width: 48px;
    height: 48px;
}

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

.pso-body {
    padding-top: 65px !important;
}

.page h1 {
    margin: 65px 0px;
}

input.form-control:placeholder {
    font-size: 12px !important;
}

.tab-pane input.form-control {
    margin-left: 18px;
    margin-right: 20px;
    width: 96%;
}

.pso-nav .pso-nav__item:hover a {
    color: #6699ff;
}

.active_link {
    color: #6699ff !important;
}

.modal-body label {
    font-size: 14px;
}

app-project-new-modal .modal-title {
    font-size: 30px !important;
}

app-project-new-modal .form-control {
    font-size: 12px !important;
}

.auth_form {}

.bx-auth {
    display: none;
}

.flex_box.main_auth {
    color: #fff;
}

.btn-light-blue:hover {
    color: #ffffff !important;
    background-color: #598DD5 !important;
}

.dropdown-item:hover,
.dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #BDC3C7 !important;
}

.ag-theme-balham .ag-header-cell-label {
    justify-content: center;
}

/* TECH */
.ticket_title,
#support-detail-info .section,
.altasib_ticketnform .altasib-support-button,
.altasib-support-button {
    background-color: #598DD5;
    border: 2px solid #598DD5 !important;
}

.altasib_ticketnform .altasib-support-button:hover,
.altasib-support-button:hover {
    background-color: #fff;
    border: 2px solid #598DD5 !important;
    color: #598DD5 !important;

}

a.altasib-form-tab span {
    font-size: 11px !important;
}

.support_mr {
    margin-top: 30px;
    margin-bottom: 90px;
}


.add-pso-body {
    padding-top: 0px !important;
    padding-bottom: 10px !important;
}

.add-ag {
    min-height: 89vh !important;
}

.required_info {
    border: 2px solid red !important;
    background-color: #fff6f6 !important;

}

form#order_buy .form-control {
    font-size: 13px !important;
}

span.badge.badge-light {
    position: absolute;
    left: 30px;
    width: 17px;
    top: -5px;
    height: 17px;
    font-size: 10px;
    background-color: #F57A20;
    color: #fff;
    font-weight: bold;
}
.notify_wrapper {
    cursor: pointer;    
}
#order_buy h4 {
    font-size: 30px;
    color: #2268c8;
    font-weight: bold;
}
.uk-drop {
    width: 400px;
}
.notify_wrapper .nty_header {
    font-weight: bold;
    font-size: 1.2em;
    line-height: 2em;
}

@media (max-width: 1280px) {
    .support_mr {
        font-size: 12px;
    }
}