.hide {
    display: none !important;
}



.choose-password {
    position: relative;
}

.choose-password a {
    position: absolute;
    z-index: 10;
    width: 25px;
    height: 25px;
    background-size: 25px;
    background-image: url(/assets/frontend/img/dices.svg);
    background-position: center;
    background-repeat: no-repeat;
    right: 10px;
    top: 41px;
}

#formSavePassword .choose-password .modal__form-inp {
    margin-top: 30px;
}

.evaluation-sidebar {
    opacity: 0;
}

.wrapper .fix_del, .wrapper .fix_send {
    width: 100%;
    height: 110px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    display: none;
    -webkit-box-align: center;
    align-items: center;
    padding: 30px 45px 30px 60px;
    background-color: #68c100;
    z-index: 200;
}
.wrapper .fix_send {
    background-color: #cf5a1b;
}

.wrapper .fix_del i.ic_alert, .wrapper .fix_send i.ic_alert {
    min-width: 44px;
    height: 44px;
    background: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20class%3D%22feather%20feather-alert-octagon%22%3E%3Cpolygon%20points%3D%227.86%202%2016.14%202%2022%207.86%2022%2016.14%2016.14%2022%207.86%2022%202%2016.14%202%207.86%207.86%202%22%3E%3C%2Fpolygon%3E%3Cline%20x1%3D%2212%22%20y1%3D%228%22%20x2%3D%2212%22%20y2%3D%2212%22%3E%3C%2Fline%3E%3Cline%20x1%3D%2212%22%20y1%3D%2216%22%20x2%3D%2212.01%22%20y2%3D%2216%22%3E%3C%2Fline%3E%3C%2Fsvg%3E) no-repeat 50% 50%/contain;
    margin-right: 30px;
}
.wrapper .fix_del>div, .wrapper .fix_send>div {
    -webkit-box-flex: 1;
    flex: 1 1 auto;
}

.wrapper .fix_del i.ic_close_tab, .wrapper .fix_send i.ic_close_tab {
    min-width: 30px;
    height: 30px;
    cursor: pointer;
}

.wrapper .fix_del>.progress, .wrapper .fix_send>.progress {
    width: 100%;
    height: 5px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,.17);
    -webkit-animation: progress_width 3s;
    animation: progress_width 3s;
    -webkit-animation-play-state: running;
    animation-play-state: running;
}
.wrapper .fix_del>div span, .wrapper .fix_send>div span {
    color: #fff;
    font-family: Arial_Bold;
    font-size: 24px;
    line-height: 24px;
}

.wrapper .fix_del>div p, .wrapper .fix_send>div p {
    color: #fff;
    font-family: Arial;
    font-size: 18px;
    line-height: 18px;
    margin-top: 10px;
}

#form_pa label.form-control {
    color: #a0a0a0;
    font-weight: normal;
    position: relative;
    overflow: hidden;
}

#form_pa label.form-control button {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 4;
    height: 32px;
    border: none;
    border-left: 1px solid #dfe4ec;
    background: #fff;
    font-weight: normal;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    color: #4f5866;
    padding: 0px 15px;
}

#form_pa .form-group span.file-text {display: block; margin-top: 2px}

#form_pa input[type="file"] {
    cursor: pointer;
    opacity: 0;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    min-height: 34px;
    bottom: 0;
}

#form_pa .form-control input[type="file"] {
    width: 100%;
    height: 100%;
    margin: 0;
    opacity: 0;
    position: absolute;
    z-index: 10;
    cursor: pointer;
}

#form_pa input[type="file"] {
    display: block;
}

.success_span{
    color:red;
}

.path-nav-item, .nav_path_prev{
    color:#7a7a7a;
}

.background_clear{
    content: '';
    position: absolute;
    background: rgba(255, 255, 255, .5) !important;
    width: 100%;
    height: 100%;
    /*z-index: 1;*/
}