/* Minification failed. Returning unminified contents.
(30,17): run-time error CSS1038: Expected hex color, found '#fff0'
(30,22): run-time error CSS1062: Expected semicolon or closing curly-brace, found ' '
 */
.mimi {
    text-decoration: black !important;
}

.dx-widget {
    display: block
}

.dx-texteditor-container > .dx-texteditor-input {
    background: #8febff;
}

.dx-numberbox > .dx-texteditor-container > .dx-texteditor-input {
    background: #fff !important;
}
.show {
    display: block;
}
.authAppealDropdown {
    right: 0px;
    display: none;
    position: absolute;
}
.dx-texteditor {
    background: #fff;
    border: 1px solid #212529;
    border-radius: 4px;
}
.dx-texteditor-input-container > .dx-texteditor-input {
    background: #fff0 !important;
    font-size: 0.7em !important;
}

body {
    background-color: #8febff !important;
}

.agreement .modal-dialog {
    width: 1300px;
}
div[class="btn-attachments"] {
    display: flex;
    max-width: 100%;
}
[data-bind="text: _t.OneClick"] {
    margin-left: 0px !important
} 
.input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
    height: auto;
}
.margin-bottom-20 {
    line-height: 3;
}
.file-upload-label {
    position: relative;
    overflow: hidden;
    color: rgb(75, 147, 153);
    font-size: 14px;
    font-weight: normal;
    text-transform: none;
    background: inherit;
    padding: 6px 0px;
    padding-top: 6%;
    border-radius: 4px;
    cursor: pointer;
    margin-top: 10px;
}

span[class="btn-attachment"] {
    margin: 10px;
    display: block;
    margin-right: 3%;
    min-width: 180px;
}

.dx-show-clear-button .dx-icon-clear {
    left: 0px;
}

.icon-remove {
    display: inline-block;
    position: relative;
    width: 20px;
    height: 15px;
    top: -8px;
    background: url(/Content/images/x.svg) no-repeat;
    margin-left: 5px;
    cursor: pointer;
}
* {
    font-family: montserrat;
    color: #212529;
}
.mimi {
    text-decoration: black !important;
}

.agreement .modal-dialog {
    width: 1300px;
}
.file-appeal::before {
    display: block !important;
    position: absolute;
    top: 0px;
    left: 0px;
    content: url(images/attach.svg);
}
.dx-dropdowneditor.dx-state-hover .dx-dropdowneditor-icon, .dx-dropdowneditor.dx-state-active .dx-dropdowneditor-icon {
    background-color: #52c2ce70;
    border-color: transparent;
}
.file-appeal:hover::before {
    content: url(images/attach-hover.svg);
}
.file-upload-label > .file-text-name {
    color: rgb(75, 147, 153);
}

.file-upload-label:hover > .file-text-name {
    color: #000;
}
.InfoHref {
    color: #ffffffab;
    font-weight: 500;
    font-size: 14px;
}
.InfoHref:hover {
    color: #ffffffac;
    font-weight: 500;
    font-size: 14px;
}
[data-bind="dxDateBox: control"] {
    background: #fff;
    border: 1px solid #212529;
    border-color: #7b7b7b;
    font-size: 25px !important;
    color: #000 !important;
    min-height: 56px;
    width: 100% !important;
    border-radius: 0px !important;
    background-color: #8febff !important;
}
.attachments-control-flex {
    display:flex;
}
.activeLocal {
    color:#000
}
.RU > .RU {
    color: #80f5ff !important;
}
.KK > .KK {
    color: #80f5ff !important;
}
@media (max-width: 500px) {
    .attachments-control-flex {
        display: flex;
    }
    .authAppealDropdown {
        right: 0px;
        display: none;
        position: inherit;
    }
     span[class="btn-attachment"] {
        margin: 10px;
        display: block; 
        margin-right: 3%;
        min-width: 80px;
    }
    .validationMessage {
        color: #f00;
        position: absolute;
        left: 20%;
        font-size: 11px;
    }
}
