.flex{display:flex}
.flex-center{align-items: center;justify-content: center;}
.container{height: 100%;}
.form-auth{position: relative;width: 100%;height: 100%;}
.form-auth form{width: 350px;
    position: relative;}
.form-floating{margin-bottom: 10px;}
.form-sublink{
    float: right;
    font-size: 12px;
    line-height: 22px;
}
main{
    padding-top: 50px;
}
.form-group.hide,.restore_access.hide{display:none}
.page{padding: 50px 0px;}
.menu{
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 0px;
    padding: 0px;
    list-style: none;
    padding-left: 100px;   
}
.menu li{
    list-style: none;  
    padding-right: 50px; 
}
.menu li a{
    text-decoration: none; 
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #FFFFFF;
}
/*
.btn{
    display: block;
    width: 100%;
    height: 45px;
    padding: 10px;
    background: #fff;
    border: 1px solid #e0f1fe;
    text-align: center;
}
.btn:hover{
    background:#e0f1fe;
    color:#fff;
}
.btn-select-cnt{
    display: block;
    width: 100%;
    height: 45px;
    padding: 10px;
    background: #fff;
    border: 1px solid #e0f1fe;
    text-align: center;
    
}
.btn-cnt {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 15px;
    margin-bottom: 15px;
    flex-direction: row;
    flex-wrap: nowrap;
}
*/
body {

    color: #172B4D;
    font-size: 16px;
    line-height: 18px;
    margin: 0;
    min-width: 320px;
    padding: 0;
}
.page {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    position: relative;
    width: 100%;
    min-height: 100%;
    z-index: 2;
    padding: 60px 0px 80px 0px;
}
.header {
    position: absolute;
    width: 100%;
    height: 60px;
    background: #191F35;
    z-index: 100;
    top:0px;
}
form{
    border: none;
}
.footer {
    position: absolute;
    z-index: 20;
    height: 80px;
    bottom:0px;
}
.wrap-page{
    width: 100%;
    height: 100%;
    padding: 0px 80px;
}
.help{
    display: block;
    width: 25px;
    height: 25px;
}
.creator a{
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    text-decoration-line: underline;
    color: #3381FF;
    margin-top: 10px;
    display: block;
}
.creator p{
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
}
.h-left.flex{
    justify-content: flex-start;
    align-items: center;
}
.h-right.flex{
    justify-content: flex-end;
    align-items: center;
}
.flex.flex-between{
    justify-content: space-between;
}
.flex.flex-center-justify{
    justify-content: center;

}
.flex.flex-center-align{
    align-items: center;

}
.flex.flex-fe-align{
    align-items: flex-end;

}
.search-input{width: 250px;}
.btn-create-project{margin-left: 50px;}
.project-list{
    padding: 30px 0px;
}
div.users{
    text-decoration: none; 
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.1em;
    color: #FFFFFF;
    padding-right: 25px;
}
div.users a{
    color: #FFFFFF;
    text-decoration: none;
}
.project-create-form{width: 550px;
padding-top: 30px;
padding-bottom: 30px;}

td.action a{
    padding: 0 5px;
}
.btn-cnt{
    margin: 40px 0px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.modal-body form{
    border:none;
}
.tabs{
    padding: 20px;
    text-align: center;
    font-size: 26px;
    text-transform: uppercase;
}
.tabs .tb.active{
    font-weight: bold;
}
.tabs .tb{
    cursor:pointer;
    font-weight: 100;
}
.tabs-block-item,.form-selection-info{display: none;}
.tabs-block-item.active{display:block;}
.project-info-left p,.selection-info p,.selection-param-left p,.selection-param-info p{
    padding-bottom: 5px;
}
.selection-param-info{
    padding-top:50px;
}
.block-table{margin: 40px 0px 0px 0px;}
.btn-cnt-b{
    align-items: center;
    justify-content: center;
    padding: 15px;
    margin: 40px 0px;
    background: #e9ecef; 
}
.table-p{
    width: 100%;
}
.table-p tr{
    height: 100px;
    background: #F3F7FF;  
}
.table-p tr.head{
    height: 100px;
    background: #E1E5F0;
}
.table-p td,.table-p th{padding: 10px;}


.table-p .action img{    height: 22px;
    margin: 0px 0px;}

.access-level-select{min-width: 160px;}
.access-connect-form{margin-top: 20px;}
.access-connect-form .form-group{margin-right: 20px;margin-bottom: 0;}
.access-connect-form select{min-width: 220px;}

.selection-info,.selection-param{
    margin-top: 40px;
}

.table-param{
    width: 100%;
    margin-top:25px;
}
.table-param td{
    padding: 10px 0px;
    border: none;
    border-bottom: 1px solid #c4c4c4;
}
.selection-param .wrap{width: 100%;max-width: 500px;}
.center-g{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 100px;
    margin-bottom: 100px;
}
.center-g img{margin-bottom: 25px;    width: 100%;
    max-width: 530px;}


.center-e{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-top: 100px;
    margin-bottom: 100px; 
}
.center-e div{margin:0px 30px}

.selection-final-form{
    border: none;
}
.gc-table-cnt{
    margin-bottom: 40px;
}
.gc-table-cnt p{
    text-align: center;
    padding-bottom: 10px;
}
.gc-table-cnt table td{
    border: none;
}
.gc-table-cnt table tr:first-child td{
    border-bottom: 1px solid;
}
.selection-param-right{margin-left: 25px;    width: 50%;
    flex: 0 0 50%;}
.selection-param-left{
    width: 50%;
    flex: 0 0 50%;
}
.loader{
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 10000;
    background: #14192a2b;
}
.loader.active{
    display: flex;
}
.loader img{
    width:250px;
    -webkit-animation-name: spin;
    -webkit-animation-duration: 3000ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spin;
    -moz-animation-duration: 3000ms;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spin;
    -ms-animation-duration: 3000ms;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    animation-name: spin;
    animation-duration: 3000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
@-ms-keyframes spin { 
    from { 
        -ms-transform: rotate(360deg); 
    } to { 
        -ms-transform: rotate(0deg); 
    }
}
@-moz-keyframes spin { 
    from { 
        -moz-transform: rotate(360deg); 
    } to { 
        -moz-transform: rotate(0deg); 
    }
}
@-webkit-keyframes spin { 
    from { 
        -webkit-transform: rotate(360deg); 
    } to { 
        -webkit-transform: rotate(0deg); 
    }
}
@keyframes spin { 
    from { 
        transform: rotate(360deg); 
    } to { 
        transform: rotate(0deg); 
    }
}

.users img{
    width: 23px;
    margin-left: 23px;
}

p.h-menu{
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    /* identical to box height */
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #FFFFFF;
    padding-left: 100px; 
}
.result-count{
    font-size: 16px;
    margin-left: 30px;  
}
th.sort-th{cursor: pointer;}
th.sort-th.active{
    font-weight: bold;
    color: #007bff;
}


.edit-selection{
    padding: 5px;
    font-weight: bold;
    border: none;
    border-bottom: 1px solid;
    outline: none;
    height: 30px;
    max-width: 200px;
    min-width: 200px;
    margin-left: 5px;
}
.edit-selection.w100{
    width: 100%;
    max-width: 100%;
    min-width: 200px;    
}
.flex.flex-start{
    justify-content: flex-start;
    align-items: center;
}
.flex.flex-start b{
    margin-left: 5px;
}

.msg-save{
    position: fixed;
    width: 100%;
    height: 45px;
    left: 0px;
    background: green;
    top: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.msg-save p{
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
}

.edit-field b{
    display: inline-block;
}
.edit-field .edit-input{
    display: none;
}
.edit-field b .pn{
    cursor: pointer;
    padding-left: 5px;
    font-size: 16px;
    display: none;
}
.edit-field b:hover .pn{
  display: inline-block;
}
.edit-field.active b{
    display: none;
}
.edit-field.active .edit-input{
    display: inline-block;
}

.edit-input input{
    border: none;
    border-bottom: 1px solid;
    outline: none;
}
.edit-field.error input{
    border-bottom: 1px solid red;
}
.ac{
        cursor: pointer;
    padding-left: 5px;
    font-size: 16px;
}
.can{
    cursor: pointer;
    padding-left: 5px;
    font-size: 16px;
}
.flex-g{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.body_img_text.nt tr td{
    border:none;
    padding: 5px;
}
.body_img_text.nt{
    flex: 1 0 auto;
    margin-left: 5px;
}

.sert-doc{
margin-bottom: 15px;
    display: block;
}

#el_img{max-width: 500px;}
#el_img img{width:100%;height: auto;}