:focus {
    outline: -webkit-focus-ring-color auto 0px !important;
    outline: none !important;
}

body, html {
    height: 100%;
    font-family: 'Ubuntu', sans-serif;
    background: #F0F5F9
}

body.inner {
    padding-top: 80px;
}

p {
    font-size: 16px;
    font-weight: 300;
}

[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {
    margin-left: 0;
}

.tablewrapper {
    overflow: auto;
}

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

.equal.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(100% + 15px);
}

.equal > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.autorize_page {
    width: 100%; 
    min-height: 100%;
    background: url(../images/6-2.png) no-repeat center center fixed; 
    background-size: cover;
    float: left;
}

.autorize_page .autorize_form {
    width: 560px;
    margin: 0 auto;
    display: table;
    background: rgba(255, 255, 255, 0.1); /* Полупрозрачный черный фон */
    padding: 25px 50px;
    border-radius: 30px;
    border: 3px solid rgba(255, 255, 255, 0.7); /* Полупрозрачная граница */
    margin-bottom: 60px;
    color: white; /* Белый текст для контраста */
    backdrop-filter: blur(2px); /* Размытие фона (опционально) */
}

/* Обновляем стили для текста и полей ввода */
.autorize_form h1 {
    color: white;
}
/*
.autorize_form .inputwrap {
    border: 2px solid rgba(255, 255, 255, 0.3); 
    background: rgba(255, 255, 255, 0.1); 
}

.autorize_form .inputwrap input[type="text"],
.autorize_form .inputwrap input[type="password"] {
    color: white; 
}

.autorize_form .inputwrap input:hover + label,
.autorize_form .inputwrap input:focus + label,
.autorize_form .inputwrap.filled label {
    color: rgba(255, 255, 255, 0.8); 
}

.autorize_form a {
    color: rgba(255, 255, 255, 0.8); 
    border-bottom-color: rgba(255, 255, 255, 0.5);
}

.autorize_form a:hover {
    color: #02b9f3;
}

.autorize_form input[type="submit"] {
    background: rgba(2, 185, 243, 0.8); 
    border: 2px solid rgba(180, 215, 231, 0.5);
    color: white;
}*/
/*
.autorize_page .autorize_form {
    width: 560px;
    margin: 0 auto;
    display: table;
    background: white;
    padding: 25px 50px;
    border-radius: 30px;
    border: 3px solid #b4d7e7;
    margin-bottom: 60px;
}

.autorize_form h1 {
    font-size: 24px;
    font-weight: 400;
    text-align: center;
    margin-top: 0;
    margin-bottom: 30px;
}
*/
.autorize_form .inputwrap {
    position: relative;
    width: 100%;
    height: 50px;
    line-height: 50px;
    border-radius: 25px;
    border: 2px solid #b4d7e7;
    margin: 15px 0;
    display: inline-block;
}

.autorize_form .inputwrap input[type="text"],
.autorize_form .inputwrap input[type="password"] {
    width: 100%;
    border: none;
    background: transparent;
    line-height: 48px;
    float: left;
    padding: 0 20px;
    position: relative;
    z-index: 2;
    font-size: 16px;
}


.autorize_form input[type="submit"] {
    display: table;
    margin: 15px auto;
    background: #0075ff;
    border: 2px solid #b4d7e7;
    box-shadow: inset 0 0 0 0 №0060d6;
    color: white;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 10px 52px;
    border-radius: 4px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.autorize_form input[type="submit"]:hover {
    box-shadow: inset 0 0 0 100px #0060d6;
}

.autorize_form .inputwrap label {
    position: absolute;
    left: 20px;
    top: 0;
    margin-bottom: 0;
    line-height: 46px;
    font-weight: 400;
    font-size: 16px;
    z-index: 1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.autorize_form .inputwrap input:hover + label,
.autorize_form .inputwrap input:focus + label,
.autorize_form .inputwrap.filled label {
    font-size: 12px;
    top: -36px;
}

.autorize_form a {
    color: black !important; /* Белый цвет всех ссылок в форме */
    border-bottom: 1px dashed rgba(255, 255, 255, 0.5); /* Пунктирная граница */
}
        
.autorize_form a:hover {
/*    color: #02b9f3 !important; /* Голубой при наведении */
    color: white !important;
    border-bottom-color: #02b9f3;
}
/*
.autorize_form a {
    text-decoration: none;
    border-bottom: 1px dashed;
    font-size: 16px;
    margin: 5px 0;
    display: inline-block;
}

.autorize_form a:hover {
    text-decoration: none;
    color: #02b9f3;
}
*/

.autorize_page .logo {
    width: 300px;
    height: 160px;
    background: url(../images/logo-p.png);
    margin: 40px auto;
    margin-top: 60px;
    background-size: contain;
    background-repeat: no-repeat;
}

.tooltiped {
    position: relative;
}

.tooltips {
    position: absolute;
    background: #106ba7;
    color: white;
    font-size: 12px;
    padding: 20px;
    border-radius: 6px;
    font-weight: 300;
    max-width: 240px;
    bottom: 0;
    z-index: 30;
    left: 30px;
    display: inline-block;
    -webkit-transform: scale(0%);
    transform: scale(0);
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.tooltips:after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 30px;
    border-top: 10px solid #106ba7;
    border-right: 25px solid transparent;
}

.tooltiped:hover .tooltips {
    -webkit-transform: scale(1);
    transform: scale(1);
    bottom: calc(100% + 15px);
    opacity: 1;
}

.topcontent {
    width: 100%;
    display: inline-block;
    padding: 20px 0;
    background: white;
    height: 80px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3002;
}

.leftcontent {
    position: relative;
    width: 300px;
    background: #0075ff;
    display: inline-block;
    float: left;
}

.rightcontent {
    background: #F0F5F9;
    width: calc(100% - 300px);
    display: inline-block;
    float: right;
}

.topcontent .rightcontent {
    background: transparent;
    padding: 0;
}

body > .leftcontent {
    position: fixed;
    top: 80px;
    left: 0;
    height: calc(100% - 80px);
    overflow-y: auto;
    padding: 40px 0px;
    z-index: 5;
}

.leftcontent .logo {
    margin: auto;
    display: table;
}

.leftcontent ul.mainmenu {
    padding-left: 0;
    list-style: none;
    margin: 40px 0;
}

.leftcontent ul.mainmenu li.active {
    background-color: #3a94d3;
}

.leftcontent ul.mainmenu li {
    margin: 25px 0;
    padding-left: 15px;
}

.leftcontent ul.mainmenu li a {
    font-size: 18px;
    color: white;
    line-height: 30px;
}

.leftcontent ul.mainmenu li a:hover, .leftcontent ul.mainmenu li a.root-item-selected {
    text-decoration: none;

}


.topcontent ul.topmenu {
    list-style: none;
    padding-left: 0;
    display: inline-block;
    margin-bottom: 0;
    float: left;
}

.topcontent ul.topmenu li {
    float: left;
}

.topcontent ul.topmenu li a {
    font-size: 14px;
    color: #88A0BC;
    font-weight: 500;
    line-height: 20px;
    display: inline-block;
    border: 1px solid rgba(255, 255, 255, 0);
    padding: 10px 20px;
    border-radius: 20px;
    margin-right: 25px;
}

.topcontent ul.topmenu li a:hover {
    border: 1px solid rgba(255, 255, 255, 0.65);
    color: black;
    text-decoration: none;
}

.topcontent .head_profile {
    float: right;
}

.topcontent .head_profile .linktohead {
    float: left;
}

.topcontent .head_profile .linktohead p {
    color: white;
    font-size: 18px;
    font-weight: 500;
    line-height: 40px;
    float: left;
    margin-bottom: 0;
}

.topcontent .head_profile .linktohead:hover p {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.8);
}

.topcontent .head_profile .linktohead span.user_photo {
    background-image: url(images/user.png);
    width: 25px;
    height: 25px;
    display: inline-block;
    background-size: cover;
    background-position: center;
    border-radius: 50%;
    float: left;
    margin-top: 10px;
    margin-right: 10px;

}

.topcontent .head_profile a.logout {
    float: right;
    color: #88A0BC !important;
    background: grey;
    margin-top: 7px;
    margin-left: 20px;
}

.topcontent .head_profile a.logout:hover {
    text-decoration: none;
    color: black !important;
    color: rgba(255, 255, 255, 0.8);
}

h1.heading, p.heading {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 50px;
    position: relative;
    margin-top: 45px;
}

h1.heading:after, p.heading:after {
    width: 70px;
    height: 2px;
    background: #3a94d3;
    content: '';
    position: absolute;
    bottom: -20px;
    left: 0;
}

.white_bg {
    background: white;
    padding: 20px;
    box-shadow: 5px 0px 10px rgba(0, 0, 0, 0.05);
}

.pad {
    padding: 0 20px;
}

.profile_stats .user_photo {
    border-radius: 50%;
    border: 3px solid #3a94d3;
     margin-bottom: 20px;
    width: 100px;
    height: 100px;
}

.profile_stats .user_photo img {
    width: 100%;
    border-radius: 50%;
}

.profile_stats p {
    font-size: 20px;
    margin: 6px 0;
    font-weight: 400;
}

a.button {
    padding: 10px 30px;
    border: 1px solid #3388c3;
    border-radius: 30px;
    margin: 15px 0;
    display: inline-block;
    text-align: center;
}

a.button p {
    font-size: 16px;
    font-weight: 300;
    color: black;
    display: inline-block;
    margin: 0;
}

a.button i {
    float: right;
    line-height: 20px;
}

a.button i:before {
    color: #3a94d3;
    margin-left: 10px;
}

a.button:hover {
    text-decoration: none;
    color: #3a94d3;
}

a.button.full {
    width: 100%;
}

a.button.centered {
    margin: 15px auto;
    display: table;
}

.profile_stats table {
    width: 100%;
}

.profile_stats table th {
    font-size: 16px;
    font-weight: 500;
    background: #64a9d9;
    color: white;
    border-bottom: 1px solid white;
    padding: 15px 20px;
}

.profile_stats table td {
    font-size: 16px;
    font-weight: 300;
    padding: 20px;
    border-bottom: 1px solid white;
    background: white;
}

.profile_stats table tr:nth-child(odd) td {
    border-bottom: 1px solid #eff8fc;
    background: #eff8fc;
}

a.heading {
    font-size: 16px;
    font-weight: 500;
    color: black;
    margin-top: 20px;
    margin-bottom: 15px;
    display: inline-block;
}

a.heading:hover {
    text-decoration: none;
    color: #64a9d9;
}

.mtop,
a.button.mtop {
    margin-top: 40px;
}

.mbottom {
    margin-bottom: 40px;
}

body > .leftcontent .container {
    width: 100%;
    padding: 0;
}

.table-striped > tbody > tr:nth-of-type(even) {
    background-color: #eff8fc;
}

.table-striped > tfoot > tr:first-of-type {
    background-color: rgb(243, 243, 243);
}

.rightcontent .container table.table thead {
/*    background-color: #24aadc;*/
    background-color: #278AFF;
    color: #fff;
}

.rightcontent .container table.table tbody > tr:nth-of-type(even) {
    background-color: #ecf8fc;
}

.rightcontent ul.terms-list {
    list-style-type: none;
    padding-left: 0;
}


.single-file {
    padding: 20px 40px 20px;

}

.multi-content {
    display: none;
}

.single-file-image {
    height: 50px;
    width: 50px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url(../images/unknown-type.png);
}

.pdf-type {
    background-image: url(../images/pdf-type.png);
}

.doc-type {
    background-image: url(../images/doc-type.png);
}

.folder-type {
    background-image: url(../images/folder-type.png);
}

.xlsx-type {
    background-image: url(../images/xlsx-type.png);
}

.pptx-type {
    background-image: url(../images/pptx-type.png);
}

.docx-type {
    background-image: url(../images/docx-type.png);
}

.ppt-type {
    background-image: url(../images/ppt-type.png);
}

.zip-type {
    background-image: url(../images/zip-type.png);
}

.rar-type {
    background-image: url(../images/rar-type.png);
}

.xls-type {
    background-image: url(../images/xls-type.png);
}

.odf-type {
    background-image: url(../images/odf-type.png);
}

.jpg-type {
    background-image: url(../images/jpg-type.png);
}

.png-type {
    background-image: url(../images/png-type.png);
}


.single-file {
    display: inline-block;
    width: 100%;
}

.single-file > div {
    float: left;
}

.single-filename-wrap > a, .single-filename-wrap > span {
    display: block;
}

.multi-files-image {
    height: 50px;
    width: 50px;
}


.multi-files-head {
    display: inline-block;
    width: 100%;
    position: relative;
    padding: 20px 0 20px 40px;
}

.multi-files-head:hover {
    cursor: pointer;
}

.multi-files-head > div, .multi-files-head > span {
    float: left;
}


.multi-files-wrap {
    border-top: 1px solid #e6e6e6;
}

.multi-file-image {
    width: 35px;
    height: 40px;
}

.multi-file {
    padding: 20px 0 20px 65px;
}

.multi-file {
    display: inline-block;
    width: 100%;
}

.multi-file > div {
    float: left;
}

.multi-filename-wrap > a, .multi-filename-wrap > span {
    display: block;
}

.multi-files-head > span {
    padding-left: 30px;
}

.single-filename-wrap {
    padding-left: 30px;
}

.multi-filename-wrap {
    padding-left: 30px;
}

.single-filename-wrap > a {
    text-decoration: underline;
}

.single-filename-wrap > a:hover {
    text-decoration: none;
}

.files-wrap > .multi-files-wrap:last-child {
    border-bottom: 1px solid #e6e6e6;
}

.single-filename-wrap > span {
    color: #9f9f9f;
}

.multi-filename-wrap > span {
    color: #9f9f9f;
}

.multi-filename-wrap > a {
    text-decoration: underline;
}

.multi-filename-wrap > a:hover {
    text-decoration: none;
}

.multi-files-head > i.flaticon-down-arrow {
    position: absolute;
    left: 90%;
    top: 30%;
}

.multi-files-head > i.flaticon-down-arrow:before {
    margin-left: 0;
    color: #7fa8d9;
}

.multi-files-wrap .active > i.flaticon-down-arrow {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

/* input custom */
.input-section-wrap {
    padding: 0 30px;
}

.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.inputfile + label {
    background-color: #3a94d3;
    color: #fff;
    border-radius: 3px;
    padding: 10px 20px;
}

.inputfile + label:hover {
    cursor: pointer;
    background-color: #225997;
}

.input-section-wrap button {
    background-color: transparent;
    border: none;
    outline: none;
}

.input-descr {
    position: relative;
    border-bottom: 1px solid #e4e4e4;
    padding: 20px 0;
}

.input-descr > button > i.flaticon-plus {
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 25%;
    left: 95%;
}

.input-section-wrap button > i.flaticon-plus:before {
    margin-left: 0;
    color: #3d96d4;
    font-size: 22px;
}

.input-descr > button > i.flaticon-plus:hover:before {
    color: #d33a50;
}

.add-more-files {
    padding: 20px 0 20px 30px;
    border-bottom: 1px solid #e4e4e4;
    position: relative;
}

.add-more-files > button > i.flaticon-plus {
    position: absolute;
    top: 25%;
    left: 0;
}

.add-more-files > span {
    color: #a3a3a3;

}

input#FIELD_AGREEMENT {
    display: none;
}

label[for=FIELD_AGREEMENT] {
    position: relative;
    padding-left: 25px;
}

label[for=FIELD_AGREEMENT]:hover {
    cursor: pointer;
}

label[for=FIELD_AGREEMENT]:before {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    border: 1px solid #3a94d3;
    border-radius: 2px;
    left: 0;
}

input[id=FIELD_AGREEMENT]:checked + label[for=FIELD_AGREEMENT]:after {
    content: "";
    width: 8px;
    height: 8px;
    background-color: #3a94d3;
    position: absolute;
    left: 6px;
    top: 6px;
}

.form-control {
    border: 1px solid #3a94d3;
    border-radius: 20px;
}

img.calendar-icon {
    position: absolute;
    right: 25px;
    top: 5px;
}

form.grayinputs small {
    color: #a3a3a3;
}

form.grayinputs p.description {
    color: #a3a3a3;
}

table.portfoliotable tr:first-of-type {
    background-color: #24aadc;
    color: #fff;
}

table.portfoliotable tr:first-of-type a {
    color: #fff;
}

.portfoliotable td .selectwrap select {
    font-size: 12px;
    border: none;
    width: auto;
    background-color: transparent;
    border-radius: 0px;
    padding: 0px 0px;
    height: 25px;
}

.editable-form {
    display: inline-block;
}

.editable-form > button, .editable-form > input {
    float: left;
    margin-bottom: 5px;
}

.editable-form button {
    background-color: #3a94d3;
    border-radius: 4px;
    color: #fff;
    padding: 5px 10px;
    border: none;
    margin-left: 5px;

}

.editable-form button:hover {
    background-color: #236a9c;
}

.portfoliotable .single-file-image {
    width: 20px;
    height: 20px;
    display: inline-block;
}

.portfoliotable .fileitem a > div, .portfoliotable .fileitem a > small {
    float: left;
}

.portfoliotable .fileitem a {
    display: inline-block;
}

.portfoliotable .fileitem a > small {
    font-size: 12px;
    color: #000;
    margin-left: 5px;
}

.fileitem {

    display: inline-block;
}

.portfoliotable td {
    border: 1px solid #c8d6db;
    vertical-align: middle !important;
    padding: 8px 10px !important;
}

.portfoliotable span.edit_area {
    cursor: text;
}

form.grayinputs div.row button[type=submit] {
    border-radius: 1px solid #3a94d3;
    border-radius: 20px;
    background-color: transparent;
    color: #000;
    padding-right: 50px;
    position: relative;
    margin-top: 10px;
}

form.grayinputs div.row button[type=submit]:hover {
    background-color: #3a94d3;
    color: #fff;
}


form.grayinputs div.row button[type=submit] > i {
    position: absolute;
    right: 10px;
    top: 6px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

form.grayinputs div.row button[type=submit] > i:before {
    font-size: 16px;
}

table.portfoliotable td.remove-file-col {
    text-align: center;
}

table.portfoliotable td.remove-file-col > a:hover {
    text-decoration: none;
}

table.portfoliotable td.remove-file-col > a > i.flaticon-basket:hover {
    color: #d33a50;
}
/*
.nav-tabs > li > a {
    border: none;
}
*/
/* Основной стиль для вкладок */
.nav-tabs {
    border-bottom: 0px solid #dee2e6; /* Линия под вкладками */
}
    
/* Стиль для каждой вкладки */
.nav-tabs > li > a {
    color: #495057; /* Цвет текста неактивной вкладки */
    border: none; /* Убираем стандартную границу */
    padding: 10px 20px;
    margin-right: 5px;
    background-color: #016eed; /* Фон неактивной вкладки */
    border-radius: 4px 4px 0 0;
    transition: all 0.3s ease;
}
                                
/* Стиль активной вкладки */
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    color: #fff; /* Белый текст для активной вкладки */
    background-color: #59A5FF; /* Основной цвет (#0060d6) */
    border: none;
}
                                            
/* Стиль при наведении на неактивную вкладку */
.nav-tabs > li > a:hover {
    background-color: #59A5FF;
    color: #59A5FF;
    border: none;
}
                                                        
/* Линия под активной вкладкой (опционально) */

.nav-tabs > li.active > a:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 0px;
    background: #0060d6;
}


.selectwrap .form-control {
    box-shadow: none;
}

.fileform > input[type='file']:hover div.selectbutton {
    background-color: black;

}

.mouseover-file > div.selectbutton {
    background-color: #64a9d9;
}

.mouseover-file > div.selectbutton > p {
    color: #fff;
}

.mouseover-file > div.selectbutton > p > i.flaticon-photo:before {
    color: #fff;
}


.e-learning {
    width: 100%;
    max-width: 1042px;
    margin: 0 auto;
}

.e-learning img {
    width: 100%;
    height: auto;
}

.e-learning-butt {
    text-align: center;
}

.e-learning-butt > a {
    padding: 10px 50px 10px 30px;
    border-radius: 30px;
    border: 1px solid #3388c3;
    color: #000;
    position: relative;
}

.e-learning-butt > a:hover {
    text-decoration: none;
    color: #fff;
    background-color: #3388c3;
}

.e-learning-butt > a > i.flaticon-right-arrow {
    position: absolute;
    right: 15px;
}

.e-learning-butt > a > i.flaticon-right-arrow:before {
    font-size: 16px;
}

.bxeditor-textarea {
    line-height: normal;
}

/*menu*/
.block-menu_items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 5px;
    position: absolute;
    top: 40px;
    right: 15px;
    display: none;
    cursor: pointer;
}

.block-menu_items span {
    width: 30px;
    height: 5px;
    display: block;
    background-color: #fff;
    margin: 5px;
    border-radius: 2px;
}

/* end menu*/

.disable {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    box-shadow: none;
}

div {
    /* border: 1px solid red; */
}
.filter-buttons {
    margin-top: 25px;
}
.file-selector {
    height: 150px;
}

/*
От битрикса
*/
font.tablebodytext {
    display: none;
}
.is-invalid {
    border:1px solid #c27877!important;
}
.invalid-feedback {
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #dc3545;
}
.loader {
    position: absolute;
    padding: 30px 0;
    text-align: center;
    background-color: white;
    z-index: 1;
    width: 300px;
    top: 40vh;
    left: calc(50vw - 15px);
    border: 3px solid #b4d7e7;
    display: none;
}
