.form-control {
    font-weight: 500;
}

@media screen and (min-width: 764px) {
    .card-header .dl-horizontal dt {
        width: 130px;
    }
    .card-header .dl-horizontal dd {
        margin-left: 150px;
    }
}

.description .dl-horizontal dt {
    width: 240px;
    text-align: left;
    white-space: normal;
}

.description-sm.dl-horizontal dt {
    width: 200px !important;
    text-align: left;
    white-space: normal;
}

.description.description .dl-horizontal dt,
.description .dl-horizontal dt span {
    font-weight: 400;
}

.description .dl-horizontal dd {
    font-weight: 600;
    margin-bottom: 8px;
    line-height: 1.25;
}

.dl-horizontal dt {
    font-weight: 600;
}

.description .dl-horizontal dt span {
    padding: 0 5px 0 0;
    line-height: 1.25;
    background: #ffffff;
}

@media screen and (min-width: 764px) {
    /*Для больших экранов делаем с точками и в 2 колонки. Для маленьких будет просто через перенос строки*/
    .description .dl-horizontal dt {
        width: 240px;
        text-align: left;
        white-space: normal;
        background: url('./images/doc-hr-dot-gray.gif') 100% 12px repeat-x;
    }
    .description-sm .dl-horizontal dt {
        width: 200px;
    }
    .description .dl-horizontal dd {
        margin-left: 250px;
        line-height: 1.25;
    }
    .description-sm .dl-horizontal dd {
        margin-left: 210px;
    }
}

.navigator {
    .block-ui-message {
        background-image: url(../images/doc-loading@2x.gif);
        background-color: transparent !important;
        background-repeat: no-repeat !important;
        background-position: center !important;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }
}

.gisSelctor {
    .block-ui-message {
        background-image: url(../images/doc-loading@2x.gif);
        background-color: transparent !important;
        background-repeat: no-repeat !important;
        background-position: center !important;
        -webkit-backface-visibility: hidden;
        /* Chrome, Safari, Opera */
        backface-visibility: hidden;
    }
}

.linkedDocumentEditor {
    .block-ui-message {
        background-image: url(../images/doc-loading@2x.gif);
        background-color: transparent !important;
        background-repeat: no-repeat !important;
        background-position: center !important;
        -webkit-backface-visibility: hidden;
        /* Chrome, Safari, Opera */
        backface-visibility: hidden;
    }
}

.linkedDocumentApproveEditor,
.linkedDocumentReviewEditor,
.linkedDocumentRejectEditor,
.searchCandidateEditor,
.newDossierClass,
.dossierCandidates,
.searchDossiers,
.logFiles,
.dossierEdit {
    .block-ui-message {
        background-image: url(../images/doc-loading@2x.gif);
        background-color: transparent !important;
        background-repeat: no-repeat !important;
        background-position: center !important;
        -webkit-backface-visibility: hidden;
        /* Chrome, Safari, Opera */
        backface-visibility: hidden;
    }
}

.file {
    min-height: 58px !important;
    padding: 5px;
    outline: none;
    border: 1px solid transparent !important;
    margin: 0 !important;
    .fileIcon {
        position: absolute;
        display: block;
        img {
            height: 48px;
        }
    }
    .fileName {
        max-height: 38px;
        display: inline-block;
        margin-left: 48px;
        font-size: 13px;
        margin-top: 3px;
        width: 80%;
        .fileName_name {
            float: left;
            max-width: 75%;
            margin-right: 10px;
            p {
                max-width: 100%;
                max-height: 20px;
                margin: 0;
                overflow: hidden;
                font-weight: 600;
            }
        }
        .fileName_size {
            float: left;
            color: #888;
            margin-right: 10px;
        }
        .fileName_sign_icon {
            float: left;
        }
    }
    .fileInfo {
        margin-left: 48px;
        font-size: 12px;
        color: #888;
    }
    a {
        color: #888;
    }
    a:hover {
        color: #248fb3;
    }
}

.folder {
    padding: 5px;
    outline: none;
    min-height: 58px !important;
    .folderIcon {
        position: absolute;
        display: block;
    }
    .folderName {
        max-height: 20px;
        display: inline-block;
        margin-left: 48px;
        font-size: 13px;
        margin-top: 3px;
        width: 80%;
        p {
            max-width: 100%;
            max-height: 20px;
            margin: 0;
            overflow: hidden;
            font-weight: 600;
        }
    }
    .folderInfo {
        margin-left: 48px;
        font-size: 12px;
        color: #ccc;
    }
}

.empty-folder {
    cursor: default !important;
}

.hidden-folder {
    opacity: 0.5;
}

.hidden-folder-p {
    color: #ccc;
}

.folder {
    padding: 5px;
    outline: none;
    min-height: 58px !important;
    .folderIcon {
        position: absolute;
        display: block;
    }
    .folderName {
        max-height: 20px;
        display: inline-block;
        margin-left: 48px;
        font-size: 13px;
        margin-top: 3px;
        width: 80%;
        p {
            max-width: 100%;
            max-height: 20px;
            margin: 0;
            overflow: hidden;
            font-weight: 600;
        }
    }
    .folderInfo {
        margin-left: 48px;
        font-size: 12px;
        color: #ccc;
    }
}

.empty-folder {
    cursor: default !important;
}

.hidden-folder {
    opacity: 0.5;
}

.hidden-folder-p {
    color: #ccc;
}


/* Style the list */

ul.file-nav {
    padding: 10px 16px;
    list-style: none;
    background-color: #f5f5f5;
    margin-bottom: 0px;
}


/* Display list items side by side */

ul.file-nav li {
    display: inline;
    font-size: 14px;
}


/* Add a slash symbol (/) before/behind each list item */

ul.file-nav li+li:before {
    padding: 4px;
    color: #aaa;
    font-family: FontAwesome;
    content: "\f0da";
}


/* Add a color to all links inside the list */

ul.file-nav li a {
    text-decoration: none;
}


/* Add a color on mouse-over */

ul.file-nav li a:hover {
    text-decoration: underline;
}

ul.file-nav span {
    cursor: default !important;
}

ul.file-nav span.hover:hover {
    color: #248fb3;
    cursor: pointer !important;
}

ul.file-nav span.last {
    font-weight: 600;
}

.navigator {
    .block-ui-message {
        background-image: url(images/doc-loading@2x.gif);
        background-color: transparent !important;
        background-repeat: no-repeat !important;
        background-position: center !important;
        -webkit-backface-visibility: hidden;
        /* Chrome, Safari, Opera */
        backface-visibility: hidden;
    }
}

.gisSelctor {
    .block-ui-message {
        background-image: url(images/doc-loading@2x.gif);
        background-color: transparent !important;
        background-repeat: no-repeat !important;
        background-position: center !important;
        -webkit-backface-visibility: hidden;
        /* Chrome, Safari, Opera */
        backface-visibility: hidden;
    }
}

.linkedDocumentEditor {
    .block-ui-message {
        background-image: url(images/doc-loading@2x.gif);
        background-color: transparent !important;
        background-repeat: no-repeat !important;
        background-position: center !important;
        -webkit-backface-visibility: hidden;
        /* Chrome, Safari, Opera */
        backface-visibility: hidden;
    }
}

.linkedDocumentApproveEditor,
.linkedDocumentReviewEditor,
.linkedDocumentRejectEditor,
.searchCandidateEditor,
.newDossierClass,
.dossierCandidates,
.searchDossiers,
.logFiles,
.dossierEdit {
    .block-ui-message {
        background-image: url(images/doc-loading@2x.gif);
        background-color: transparent !important;
        background-repeat: no-repeat !important;
        background-position: center !important;
        -webkit-backface-visibility: hidden;
        /* Chrome, Safari, Opera */
        backface-visibility: hidden;
    }
}

.ex-dropzone {
    border: 2px dashed #d9d9d9;
    padding: 30px;
    text-align: center;
    color: #bbb;
    font-size: 16px;
    margin-bottom: 15px;
}

.ex-provInfo {
    background-color: white;
    border: 2px solid #DDDDDD;
    padding: 10px;
}

.ex-sertList {
    background-color: white;
    border: 2px solid #DDDDDD;
    padding: 0px;
    margin-top: 10px;
}

.ex-sertInfo {
    background-color: white;
    border: 2px solid gray;
    padding: 20px;
    margin-top: 10px;
}

.ex-small-sert-ico {
    height: 15px;
}

.certificate-img {
    background-image: url(images/file-types/certificate.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 13px;
    height: 16px;
    margin: 0;
    padding: 0;
}

.csv-img {
    background-image: url(images/file-types/csv.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 36px;
    height: 48px;
    margin: 0;
    padding: 0;
}

.doc-img {
    background-image: url(images/file-types/doc.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 36px;
    height: 48px;
    margin: 0;
    padding: 0;
}

.docx-img {
    background-image: url(images/file-types/docx.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 36px;
    height: 48px;
    margin: 0;
    padding: 0;
}

.dwg-img {
    background-image: url(images/file-types/dwg.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 36px;
    height: 48px;
    margin: 0;
    padding: 0;
}

.jpeg-img {
    background-image: url(images/file-types/jpeg.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 36px;
    height: 48px;
    margin: 0;
    padding: 0;
}

.pdf-img {
    background-image: url(images/file-types/pdf.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 36px;
    height: 48px;
    margin: 0;
    padding: 0;
}

.png-img {
    background-image: url(images/file-types/png.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 36px;
    height: 48px;
    margin: 0;
    padding: 0;
}

.ppt-img {
    background-image: url(images/file-types/ppt.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 36px;
    height: 48px;
    margin: 0;
    padding: 0;
}

.pptx-img {
    background-image: url(images/file-types/pptx.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 36px;
    height: 48px;
    margin: 0;
    padding: 0;
}

.rar-img {
    background-image: url(images/file-types/rar.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 36px;
    height: 48px;
    margin: 0;
    padding: 0;
}

.sig-img {
    background-image: url(images/file-types/sig.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 36px;
    height: 48px;
    margin: 0;
    padding: 0;
}

.tif-img {
    background-image: url(images/file-types/tif.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 36px;
    height: 48px;
    margin: 0;
    padding: 0;
}

.tiff-img {
    background-image: url(images/file-types/tiff.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 36px;
    height: 48px;
    margin: 0;
    padding: 0;
}

.txt-img {
    background-image: url(images/file-types/txt.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 36px;
    height: 48px;
    margin: 0;
    padding: 0;
}

.xml-img {
    background-image: url(images/file-types/xml.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 36px;
    height: 48px;
    margin: 0;
    padding: 0;
}

.zip-img {
    background-image: url(images/file-types/zip.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 36px;
    height: 48px;
    margin: 0;
    padding: 0;
}

.unknown-img {
    background-image: url(images/file-types/unknown.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 36px;
    height: 48px;
    margin: 0;
    padding: 0;
}

.folder-img {
    background-image: url(images/folder.ico);
    background-repeat: no-repeat;
    background-size: cover;
    width: 48px;
    height: 48px;
    margin: 0;
    padding: 0;
}

a.red-link {
    color: #d9534f !important;
}

a:hover.red-link {
    color: darken(#d9534f, 15%) !important;
}