body {
    font-family: "Montserrat", sans-serif;
    overflow: auto;
    height: 100%;
}

@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'); }


.flex_box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

p,
h1,
h2,
h3,
h4,
a {
    color: #fff;
}

a {
    text-decoration: underline;
}

.file_succ a:hover,
.file_succ a:focus {
    color: #000 !important;
}


/*a:not(.no-skin):not(.btn):not(.badge):not(.nav-link):hover,
a:not(.no-skin):not(.btn):not(.badge):not(.nav-link):focus {
    color: #fff !important;
}*/

p {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
}

h1 {
    font-size: 72px;
    font-weight: bold;
}

h3 {
    color: #315CB9 !important;
    font-weight: bold !important;
    font-size: 30px !important;
    text-align: center !important;
    margin: 15px 0px 35px 0px !important;
}

h4 {
    font-size: 24px;
    line-height: 36px;
    font-weight: bold;
}

.wrapper {
    min-height: 100%;
    position: relative;
}

section {
    background-color: transparent;
}

/*.stof_body {
    background-image: url(../img/bg.jpg);
    color: #fff;

    background-repeat: no-repeat;
    background-color: #003B73;
    background-attachment: fixed;
}*/
.stof_body {
    background-image: url(/assets/icons/dark/login.jpg);
    color: #fff;
    background-repeat: no-repeat;
    background-color: #000;
    background-attachment: fixed;
}


.info_menu {
    background-image: url(../img/bg-menu.jpg);
    height: 60px;
    background-size: cover;
    /*padding-top: 13px;*/
}

.telephone {
    padding-top: 12px;
}

.lk {
    padding-top: 8px;
}

.stof_info {
    margin-top: 100px;
}

.second_info {
    margin-top: 100px;
    /*margin-bottom: 80px;*/
}

.second_info .errortext {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    text-align: center;
}

.pik_time {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
}

.phone {
    font-size: 15px;
}

.phone:before {
    content: '';
    background-image: url(../img/phone.svg);
    background-repeat: no-repeat;
    display: block;
    height: 20px;
    width: 20px;
    float: left;
    margin-right: 10px;
    position: relative;
    top: 4px;
}

.trebovaniya {
    text-decoration: underline;
    align-self: start;
    margin-left: 22%;
}

.trebovaniya:before {
    content: '';
    background-image: url(../img/question.svg);
    background-repeat: no-repeat;
    display: block;
    height: 20px;
    width: 20px;
    float: left;
    margin-right: 10px;
    position: relative;
    top: 4px;
}

.stof_info_login {
    padding-top: 100px
}

.auth_form {
    position: absolute;
    top: 0;
    height: 100vh;
    width: 100%;
    background: linear-gradient(to top left, rgba(33, 104, 200, 0.8), rgba(19, 58, 112, 0.8));
    display: flex;
    align-items: center;
    justify-content: center;
}

.form {
    width: 460px;
    height: 500px;
    background-color: #fff;
    border-radius: 40px;
    border-radius: 40px;
    /*box-shadow: 0px 0px 150px #444;*/
}

textarea:focus::-webkit-input-placeholder {
    color: transparent
}

textarea:focus::-moz-placeholder {
    color: transparent
}

textarea:focus:-moz-placeholder {
    color: transparent
}

textarea:focus:-ms-input-placeholder {
    color: transparent
}

textarea::-webkit-input-placeholder {
    opacity: 1;
    transition: opacity 0.3s ease;
}

textarea::-moz-placeholder {
    opacity: 1;
    transition: opacity 0.3s ease;
}

textarea:-moz-placeholder {
    opacity: 1;
    transition: opacity 0.3s ease;
}

textarea:-ms-input-placeholder {
    opacity: 1;
    transition: opacity 0.3s ease;
}

textarea:focus::-webkit-input-placeholder {
    opacity: 0;
    transition: opacity 0.3s ease;
}

textarea:focus::-moz-placeholder {
    opacity: 0;
    transition: opacity 0.3s ease;
}

textarea:focus:-moz-placeholder {
    opacity: 0;
    transition: opacity 0.3s ease;
}

textarea:focus:-ms-input-placeholder {
    opacity: 0;
    transition: opacity 0.3s ease;
}

.file_block {
    height: 300px;
    background-color: #305CBB;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.info_block {
    height: 300px;
    background-color: #1A2E65;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0px 50px;
}

.info_block p {
    text-transform: uppercase;
    font-weight: bold;
}

.info_block textarea {
    background-color: transparent;
    border: 1px solid white;
    color: white;
    padding: 20px;
    overflow: auto;
}







/* It's easier to calculate widths
 * with border-box layout */

.customfile-container * {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.customfile-container {
    width: 300px;
    padding: 1em;
}

.customfile-container label:first-child {
    width: 100px;
    display: block;
    margin-bottom: .5em;
    color: #333;
}

.customfile-wrap {
    position: relative;
    padding: 0;
    margin-bottom: .5em;
}

.customfile-filename,
.customfile-upload {
    margin: 0;
    padding: 0;
}

.customfile-filename {
    width: 230px;
    padding: .4em .5em;
    border: 1px solid #A8A49D;
    border-radius: 2px 0 0 2px;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .2);
}

.customfile-filename:focus {
    outline: none;
}

.customfile-upload {
    display: inline-block;
    width: 160px;
    font-weight: bold;
    padding: .4em 1em;
    border: 1px solid #A8A49D;
    background: #ddd;
    border-radius: 0 2px 2px 0;
    margin-left: -1px;
    /* align with input */
    cursor: pointer;
    background: #fcfff4;
    text-transform: uppercase;
    background: -moz-linear-gradient(top, #fcfff4 0%, #e9e9ce 100%);
    background: -webkit-linear-gradient(top, #fcfff4 0%, #e9e9ce 100%);
    background: -o-linear-gradient(top, #fcfff4 0%, #e9e9ce 100%);
    background: -ms-linear-gradient(top, #fcfff4 0%, #e9e9ce 100%);
    background: linear-gradient(to bottom, #fcfff4 0%, #e9e9ce 100%);
}

.customfile-upload:hover {
    background: #1A2E65;
    border: none;
    color: white;
    box-shadow: 0 0 2px rgba(0, 0, 0, .2);
}

.customfile-upload::-moz-focus-inner {
    /* Fix firefox padding */
    padding: 0;
    border: 0;
}

/*
.send_btn {
    background-color: #F78329;
    padding: 10px 20px;
    border: 3px solid #F9BC57;
    border-radius: 25px;
    height: 50px;
    margin-top: 15px;
    color: white;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: bold;
}

.send_btn:hover {
    border: 3px solid #FFF;
}
*/

.send_btn {
    background-color: #F78329;
    padding: 10px 30px;
    border: 0px;
    border-radius: 5px;
    /*height: 50px;*/
    font-size: 14px;
    /*margin-top: 15px;*/
    color: white;
    cursor: pointer;
    /* text-transform: uppercase; */
    font-weight: bold;
}
/*
.send_btn_lb {
    background-color: #fff;
    padding: 10px 30px;
    border: 0px;
    border-radius: 5px;
    font-size: 14px;
    border: solid 3px #7bacff;
    color: #7bacff;
    cursor: pointer;
    font-weight: bold;
}
*/
.send_btn_lb {
    background-color: transparent;
    padding: 10px 30px;
    border: 0px;
    border-radius: 5px;
    font-size: 14px;
    border: none;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
    text-decoration: underline;
}
.send_btn:hover {
    /*border: 3px solid #FFF;*/
}

button:disabled {
    background-color: #999;
    border: 3px solid #333;
}

.file_succ,
.file_err {
    text-align: center;
    color: #333;
}

.file_succ a {
    font-weight: bold;
    text-decoration: underline;
    color: #000;
}

.dark {
    background-color: #1A2E65;
    color: white;
}

.mr-table {
    margin: 30px 0px;
}

.btn-4 {
    padding: 5px 30px !important;
    background-color: #305CBB !important;
}

.btn-4 span {
    color: #fff;
}

.main_auth,
.main_auth p {
    color: #000;
}

.form-control {
    border-radius: .25rem;
    border: 1px solid #ced4da;
}

.bx-auth-secure {
    display: inline-block;
    position: absolute;
    right: 10px;
    top: 12px;
}

.form-control-bt:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, .25);
}

.second_info .dark p {
    text-align: center;
    margin: 20px 0px;
}

.dark-text {
    color: #333;
}

.loader {
    background: rgba(0, 0, 0, 0.5) url(../img/loader.gif) no-repeat 50%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
}

.blur {
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    filter: blur(5px);
    filter: url('../img/blur.svg#blur');
    /* путь к svg */
}

.form-check {
    padding-top: 15px;
}

.deleted_row,
.deleted_row:hover {
    background-color: #999 !important;
    color: #333 !important;
}

h5.modal-title {
    font-weight: 700;
    font-size: 18px;
}

#trebovania .modal-body p {
    color: #333
}

#trebovania .modal-body a {
    color: #000
}

#trebovania .modal-body a:hover,
#trebovania .modal-body a:focus {
    color: #000 !important;
}

.user_ico:before {
    content: '';
    background-image: url(../img/user-blue.svg);
    background-repeat: no-repeat;
    display: block;
    height: 25px;
    width: 25px;
    float: left;
    margin-right: 10px;
    position: relative;
    top: 2px;
}

.table-responsive .table-hover tbody tr:hover {
    background-color: rgba(34, 102, 200, .5) !important;
}

.tab-content {
    padding: 2rem 0rem !important;
}

li.pso-nav__item {
    display: inline;
}

.pso-nav__link {
    display: inline-block;
    padding: 0 10px !important;
    text-decoration: none;
    font-size: 13px !important;
    color: #fff;
}



.pso-nav {
    margin: 0px 0px 10px 0px !important;
    padding: 0;
}

.container_add {
    max-width: 1280px;
}

.bx-system-auth-form {
    color: #fff;
}

.pso-header__nav {
    margin-right: 0px !important;
}

.pso-logo {
    position: relative;
    top: 0px;
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: " " !important;
    background-image: url(/web/assets/icons/icon_project_blue.svg);
    height: 38px;
    width: 38px;
    display: block;
}

.fa-file:before {
    content: " " !important;
    background-image: url(/web/assets/icons/icon_excel_white.svg);
    height: 38px;
    width: 38px;
    display: block;
}
/*
h1.pikh1 {
    font-size: 72px;
    font-weight: bold;
    color: #fff;
}*/
h1.pikh1 {
    font-size: 100px;
    font-weight: 400;
    color: #ed630f;
    font-family: 'Square';
}

.pso-header {
    /*background: #2268c8 url(/web/assets/images/bg-menu.jpg) 50% 50% no-repeat !important;*/
    background-size: cover;
    color: #ffffff;
    height: 110px !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.page {
    padding-bottom: 50px;
}

.page * {
    color: #000;
}

.page h1 {
    font-size: 22px;
    font-weight: bold;
    margin: 50px 0px;
}

h2.system,
h2.file,
h2.file_load,
h2.tables {
    font-size: 18px;
    font-weight: 800;
    line-height: 36px;
}

h2.system:before {
    content: "";
    display: block;
    background: url("../icons/help/icon-settings.svg") no-repeat;
    width: 63px;
    height: 63px;
    float: left;
    margin: 0px 19px 0 0;
}

h2.file:before {
    content: "";
    display: block;
    background: url("../icons/help/icon-files.svg") no-repeat;
    width: 63px;
    height: 63px;
    float: left;
    margin: 0px 19px 0 0;
}

h2.file_load:before {
    content: "";
    display: block;
    background: url("../icons/help/icon-load.svg") no-repeat;
    width: 63px;
    height: 63px;
    float: left;
    margin: 0px 19px 0 0;
}

h2.tables:before {
    content: "";
    display: block;
    background: url("../icons/help/icon-table.svg") no-repeat;
    width: 63px;
    height: 63px;
    float: left;
    margin: 0px 19px 0 0;
}

.link {
    cursor: pointer;
    text-decoration: underline;
    color: #2168c8
}


.page ul li {
    font-size: 14px;
    font-weight: 600;
}

.page ul.nolist {
    margin-bottom: 2.5rem;
}

#systeminfo ul li {
    font-weight: 100;
}

.help_page h3 {
    font-size: 14px !important;
    font-weight: 800 !important;
    text-align: left !important;
    padding-bottom: 0px !important;
    padding-top: 10px !important;
    color: #000 !important;
    margin: 0px 0px 15px 0 !important;
}

.help_page ul {
    padding-left: 80px;
}

/*.card-body {
    margin: 20px 0px 20px 0px;
}*/

.nolist {
    list-style: none;
}

.help_page h2.link {
    margin: 30px 0px;
}

.page a {
    color: #2268c8;
    text-decoration: underline;
    cursor: pointer;
}

.page a:hover {
    color: #2268c8;
}

ul.nolist li {
    margin: 11px 0px;
}

.card-body p {
    margin-top: 1rem;
    margin-bottom: 0;
}

.lgn_ico {
    background-image: url(../icons/icon_login.svg) !important;
    background-repeat: no-repeat;
    background-position: 7px;
    font-size: 12px !important;
    padding-left: 40px !important;
}

.psw_ico {
    background-image: url(../icons/icon_pass.svg) !important;
    background-repeat: no-repeat;
    background-position: 7px;
    font-size: 12px !important;
    padding-left: 40px !important;
}

.fixed {
    position: fixed;
    bottom: 0px;
    width: 100%;
    padding: 12px 0 !important;
}

.exit_btn {
    background-color: transparent !important;
    padding: 0 !important;
    border: none !important;
}

.exit_btn span {
    color: #6699ff !important;
    text-decoration: underline;
    font-size: 15px;
}

.pso-nav .pso-nav__item:hover {
    border-top: none;
    border-bottom: 3px solid #6699ff;
    padding: 15px 0px !important;
    color: #6699ff !important;
}

.pso-logo {
    height: 55px !important;
    /*background: url(/assets/images/logo-brand.png) -5px -5px no-repeat !important;*/
    line-height: 50px !important;
    padding-left: 90px !important;
}

.fa-phone:before {
    content: "\f095";
    font-size: 23px;
    color: #7bacff;
    top: 3px;
    position: relative;
    padding-right: 10px;
}

.fa-envelope:before {
    content: "\f0e0";
    font-size: 23px;
    color: #7bacff;
    top: 2px;
    position: relative;
    padding-right: 10px;
}

.text-bold {
    font-weight: 600;
}

ul.nav-tabs a.nav-link {
    font-size: 14px;
}

table.table {
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
}

.ag-theme-balham {
    font: 400 12px "Open Sans", sans-serif !important;
}

.ag-header-row,
table.table-ag th {
    color: black;
}

.ag-root.ag-font-style.ag-layout-normal {
    min-height: 450px;
}

/**************************************/
#jr_overlay {
    top: 0;
    left: 0;
    padding: 0;
    margin: 0;
    z-index: 2147483646;
    position: absolute;
}

#jr_wrap {
    position: absolute;
    width: 100%;
    z-index: 2147483647;
    padding: 0;
    margin: 0;
}

#jr_inner {
    font-size: 12px;
    background: #FFF;
    border: 1px solid #CCC;
    color: #4F4F4F !important;
    margin: 0 auto;
    height: auto;
    padding: 45px 60px;
    max-width: 580px !important;
    position: relative;
    box-sizing: content-box;
}

#jr_header {
    display: block;
    color: #2268c8;
    padding: 5px;
    padding-bottom: 0;
    margin: 0;
    font-weight: bold;
    font-size: 1.4em;
    line-height: 20px;
    margin-bottom: 1.5em;
}

#jr_header::before {
    content: " ";
    background-image: url(/images/warning.svg);
    height: 55px;
    width: 60px;
    position: relative;
    top: 4px;
    display: block;
    float: left;
    margin-right: 15px;
}

#jr_inner p {

    margin: 0;
    color: #4F4F4F !important;
}

#jr_inner ul {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#jr_inner ul li {
    cursor: pointer;
    float: left;
    width: 120px;
    height: 122px;
    margin: 0 10px 10px 10px;
    padding: 0;
    text-align: center;
}

#jr_inner li a {
    color: #000;
    font-size: 1em;
    text-decoration: none;
    padding: 0;
    margin: 0;
    font-weight: 600;
}

#jr_inner li a:hover {
    text-decoration: underline;
}

#jr_inner .jr_icon {
    width: 100px;
    height: 100px;
    margin: 1px auto;
    padding: 0;
    background: transparent no-repeat scroll left top;
    cursor: pointer;
}

#jr_close {
    clear: both;
    padding: 0;
    margin: 0;
    text-align: center;
}

#jr_close a {
    color: #000;
    display: block;
    width: auto;
    margin: 0;
    padding: 0;
    text-decoration: underline;
}

#jr_close p {
    padding: 10px 0 0 0;
    margin: 0;
}

button.cls_btn {
    background-color: #2268c8;
    border: none;
    color: #fff;
    padding: 10px 15px;
    cursor: pointer;
}

.p1 {
    font-weight: 600;
}

.pd-5 {
    padding: 5px;
}

/*********************************************************/
.pso-header .pso-nav__link {
    text-transform: uppercase;
    height: 40px !important;
    line-height: 50px !important;
}
.service_name {
    font-family: 'Square';
    font-size: 24px;
    font-weight: 400 !important;
    padding-top: 3px;
}














.auth_form {
    background: transparent;
    flex-direction: column;
}
.stof_info_login {
    padding-top: 0px;
}
.main_auth .form-control {
    border: 1px solid #5B5B5B;
    background-color: transparent;
}
.auth_form .form {
    width: 460px;
    height: 500px;
    background-color: transparent;
    border-radius: 40px;
    border-radius: 40px;
    /* box-shadow: 0px 0px 150px #444; */
}
.auth_form p {
    color: white;
}
.auth_form h3 {
    color: #fff !important;
    font-weight: normal !important;
    font-size: 30px !important;
    text-align: center !important;
    margin: 15px 0px 35px 0px !important;
}
.btn-light-blue {
    color: #212529;
    background-color: #fff;
    border-color: #598DD5 !important;
    border: 2px solid #598DD5 !important;
    color: #598DD5 !important;
}

.btn-light-blue:hover, .btn_transparent: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_transparent {
    background-color: transparent !important;
    color: white !important;
    border-radius: 0;
}
.help_page {
    margin-bottom: 40px;
}
ul.template_history li, ol.template_history li {
    font-weight: 400;
}
span.red_color {
    background-color: red;
    color: #fff;
    padding: 3px 8px 3px 8px;
}
span.blue_color {
    background-color: blue;
    color: #fff;
    padding: 3px 8px 3px 8px;
}
span.yellow_color {
    background-color: yellow;
    color: #000;
    padding: 3px 8px 3px 8px;
}
/*.stof_body {
    background-image: url(/assets/icons/dark/login.jpg);
    color: #fff;
    background-repeat: no-repeat;
    background-color: #000;
    background-attachment: fixed;
}
h1.pikh1 {
    font-size: 100px;
    font-weight: 400;
    color: #ed630f;
    font-family: 'Square';
}


.main_auth .form-control {
    border: 1px solid #5B5B5B;
}*/


i.far.fa-file-pdf {
    font-size: 30px;
    color: red;
    margin-right: 15px;
}
.download_doc {
display: flex;
    align-items: center;
        margin: 7px 0px;
}
.download_doc a {
    text-decoration: underline;
}

.form-group.amount-choice .input-group {
    display: flex;
    align-items: center;
}

.form-group.amount-choice .input-group label {
    margin: 0 !important;
    padding-left: 10px;
}

.grid-toolbox[_ngcontent-c3] {
    background: #ffffff !important;
}

/*button[_ngcontent-c6]{
        background-color: #c3c3c3;
}*/

i[_ngcontent-c4]{
    /* Убираем background-image */
    background-color: #000000 !important; /* нужный цвет */
    -webkit-mask-image: url(/assets/icons/dark/new-excel-white.svg);
    mask-image: url(/assets/icons/dark/new-excel-white.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-position: center;
    mask-position: center;
}