@charset "UTF-8";

.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 .block-ui-message,
.linkedDocumentReviewEditor .block-ui-message,
.linkedDocumentRejectEditor .block-ui-message,
.searchCandidateEditor .block-ui-message,
.newDossierClass .block-ui-message,
.dossierCandidates .block-ui-message,
.searchDossiers .block-ui-message,
.logFiles .block-ui-message,
.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;
}

.file .fileIcon {
  position: absolute;
  display: block;
}

.file .fileIcon img {
  height: 48px;
}

.file .fileName {
  max-height: 38px;
  display: inline-block;
  margin-left: 48px;
  font-size: 13px;
  margin-top: 3px;
  width: 80%;
}

.file .fileName .fileName_name {
  float: left;
  max-width: 75%;
  margin-right: 10px;
}

.file .fileName .fileName_name p {
  max-width: 100%;
  max-height: 20px;
  margin: 0;
  overflow: hidden;
  font-weight: 600;
}

.file .fileName .fileName_size {
  float: left;
  color: #888;
  margin-right: 10px;
}

.file .fileName .fileName_sign_icon {
  float: left;
}

.file .fileInfo {
  margin-left: 48px;
  font-size: 12px;
  color: #888;
}

.file a {
  color: #888;
}

.file a:hover {
  color: #248fb3;
}

.folder {
  padding: 5px;
  outline: none;
  min-height: 58px !important;
}

.folder .folderIcon {
  position: absolute;
  display: block;
}

.folder .folderName {
  max-height: 20px;
  display: inline-block;
  margin-left: 48px;
  font-size: 13px;
  margin-top: 3px;
  width: 80%;
}

.folder .folderName p {
  max-width: 100%;
  max-height: 20px;
  margin: 0;
  overflow: hidden;
  font-weight: 600;
}

.folder .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;
}

.folder .folderIcon {
  position: absolute;
  display: block;
}

.folder .folderName {
  max-height: 20px;
  display: inline-block;
  margin-left: 48px;
  font-size: 13px;
  margin-top: 3px;
  width: 80%;
}

.folder .folderName p {
  max-width: 100%;
  max-height: 20px;
  margin: 0;
  overflow: hidden;
  font-weight: 600;
}

.folder .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 .block-ui-message,
.linkedDocumentReviewEditor .block-ui-message,
.linkedDocumentRejectEditor .block-ui-message,
.searchCandidateEditor .block-ui-message,
.newDossierClass .block-ui-message,
.dossierCandidates .block-ui-message,
.searchDossiers .block-ui-message,
.logFiles .block-ui-message,
.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/certificate.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 13px;
  height: 16px;
  margin: 0;
  padding: 0;
}

.csv-img {
  background-image: url(images/csv.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 36px;
  height: 48px;
  margin: 0;
  padding: 0;
}

.doc-img {
  background-image: url(images/doc.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 36px;
  height: 48px;
  margin: 0;
  padding: 0;
}

.docx-img {
  background-image: url(images/docx.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 36px;
  height: 48px;
  margin: 0;
  padding: 0;
}

.dwg-img {
  background-image: url(images/dwg.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 36px;
  height: 48px;
  margin: 0;
  padding: 0;
}

.jpeg-img {
  background-image: url(images/jpeg.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 36px;
  height: 48px;
  margin: 0;
  padding: 0;
}

.pdf-img {
  background-image: url(images/pdf.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 36px;
  height: 48px;
  margin: 0;
  padding: 0;
}

.png-img {
  background-image: url(images/png.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 36px;
  height: 48px;
  margin: 0;
  padding: 0;
}

.ppt-img {
  background-image: url(images/ppt.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 36px;
  height: 48px;
  margin: 0;
  padding: 0;
}

.pptx-img {
  background-image: url(images/pptx.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 36px;
  height: 48px;
  margin: 0;
  padding: 0;
}

.rar-img {
  background-image: url(images/rar.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 36px;
  height: 48px;
  margin: 0;
  padding: 0;
}

.sig-img {
  background-image: url(images/sig.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 36px;
  height: 48px;
  margin: 0;
  padding: 0;
}

.tif-img {
  background-image: url(images/tif.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 36px;
  height: 48px;
  margin: 0;
  padding: 0;
}

.tiff-img {
  background-image: url(images/tiff.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 36px;
  height: 48px;
  margin: 0;
  padding: 0;
}

.txt-img {
  background-image: url(images/txt.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 36px;
  height: 48px;
  margin: 0;
  padding: 0;
}

.xml-img {
  background-image: url(images/xml.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 36px;
  height: 48px;
  margin: 0;
  padding: 0;
}

.zip-img {
  background-image: url(images/zip.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 36px;
  height: 48px;
  margin: 0;
  padding: 0;
}

.unknown-img {
  background-image: url(images/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: #b52b27 !important;
}


/*# sourceMappingURL=isogdDocument.css.map*/