@import url('https://fonts.googleapis.com/css?family=Ubuntu:400,400i&subset=cyrillic');

@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 300;
  src: url(fonts/SourceSansPro-Light.otf.woff) format('woff');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: url(fonts/SourceSansPro-Regular.otf.woff) format('woff');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 600;
  src: url(fonts/SourceSansPro-Semibold.otf.woff) format('woff');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  src: url(fonts/SourceSansPro-Bold.otf.woff) format('woff');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: italic;
  font-weight: 300;
  src: url(fonts/SourceSansPro-LightIt.otf.woff) format('woff');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: italic;
  font-weight: 400;
  src: url(fonts/SourceSansPro-It.otf.woff) format('woff');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: italic;
  font-weight: 600;
  src: url(fonts/SourceSansPro-SemiboldIt.otf.woff) format('woff');
}

html,
body {
    height: 100%;
    font-family:'Source Sans Pro';
    counter-reset: mycounter;
}

.content-header > h1 {
  font-size: 18px;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 70px 15px 20px;
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view td {
    white-space: nowrap;
}

.grid-view .filters input,
.grid-view .filters select {
    min-width: 50px;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding: 15px;
    border: none;
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}

div .grid-summary {
    margin: 10px;
}

.margin-right {
  margin-right: 10px;
}

.margin-left {
  margin-left: 10px;
}

.disabled {
  color: currentColor;
  cursor: not-allowed;
  opacity: 0.5;
  text-decoration: none;
}

.table > tbody > tr > td.url {
  word-break: break-word; 
  
}

.table > tbody > tr > td {
  white-space:pre-line;
}

ul.pagination {
  margin-left: 20px;
}

.split {
    list-style: none;
    padding-left: 0px !important;
}

.split li:before {
    counter-increment: mycounter;
    content: counter(mycounter) ". ";
}

.sublist {
  counter-reset: sublist;
  padding-left: 0px !important;
}
.sublist li {
  list-style-type: none;
}
.sublist li::before {
  counter-increment: sublist;
  content: counter(mycounter) "." counter(sublist) " ";
}

.text-doc {
    font-size:13px; 
    font-family: "Times New Roman", Times, serif;
}

.text-doc ol, .text-doc ul {
  padding-left: 15px;
}

.inquiry-text-doc {
    font-size:13px; 
    font-family: 'Ubuntu', serif;
    padding: 40px 40px 40px 100px;
    /*border: 1px solid #d2d6de;*/
}

/*Select 2*/

.select2-selection {
  border-radius: 0px !important;
  font-family: unset !important;
}

.select2-search__field {
  border-radius: 0px !important;
}

.select2-selection__rendered {
  margin-top: 0px !important;
}

.box-comments .comment-text {
    margin-left: 40px;
    color: #555;
}

.box-comments {
     background: white; 
}

.box-comments i {
    margin: 5px 0 0 5px;
    font-size: 30px;
  }

@media (max-width: 991px) {
  .navbar-collapse.pull-left+.navbar-custom-menu {
      display: block;
      position: absolute;
      top: 0;
      right: 0px;
  }
}

.row-flex {
  display: flex;
  flex-wrap: wrap;
}

.flex-row > [class*='col-'] {
    display: flex;
    flex-direction: column;
}
.flex-row.row:after, 
.flex-row.row:before {
    display: flex;
}

#input-group-kvdate {
  float:right;
}

#input-group-kvdate > button {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

/*li:before { content: counters(item, ".") " "; counter-increment: item }
ol { counter-reset: item }
li { display: block }*/