@import "../libs/jqueryMiniColors/jquery.minicolors.css";
.gridator {
  font-size: 14px;
}
table.gridator {
  width: 100%;
  border-radius: 4px;
  border-collapse: separate;
}
.gridator-main-filter {
  margin-bottom: 15px;
}
.gridator-main-filter label {
  display: block;
}
.gridator-main-filter input {
  border: 1px solid #c5c5c5;
  border-radius: 0;
}
table.gridator > thead .header th {
  background-color: #8899ad;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  padding: 2px 0 2px 15px;
  height: 50px;
}
table.gridator > thead .header th a {
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  padding: 5px 23px;
  display: block;
  padding-left: 0;
}
table.gridator > thead .header th a:hover {
  text-decoration: none;
}
table.gridator > thead tr.filter th {
  background-color: #ecf0f1 !important;
  font-weight: normal;
  line-height: 1.42857;
  padding: 8px;
  vertical-align: top;
  height: auto;
}
table.gridator > thead tr.filter th > input {
  width: 100%;
  border: 1px solid #c5c5c5;
  border-radius: 0;
}
table.gridator > thead th a:focus {
  outline: none;
  text-decoration: none;
}
table.gridator > thead th a.col-sort-on-inact {
  background: rgba(0,0,0,0) url("../images/sort_both.png") no-repeat scroll right 5px center;
}
table.gridator > thead th a.col-sort-on-desc {
  background: rgba(0,0,0,0) url("../images/sort_desc.png") no-repeat scroll right 5px center;
  color: #ff9e59;
}
table.gridator > thead th a.col-sort-on-asc {
  background: rgba(0,0,0,0) url("../images/sort_asc.png") no-repeat scroll right 5px center;
  color: #ff9e59;
}
table.gridator > tbody tr {
  border: 1px solid #dee1e2;
}
table.gridator > tbody tr.even {
  background: #f5f8fa none repeat scroll 0 0;
}
table.gridator > tbody tr.odd {
  background: #ecf0f1 none repeat scroll 0 0;
}
table.gridator > tbody tr td {
  color: #7f8c8d;
  font-size: 13px;
  padding: 5px 0 5px 15px;
  height: 40px;
}
table.gridator > tbody tr td i {
  color: #8899ad;
}
table.gridator > tbody tr td.gridator-color-column > span {
  display: block;
  height: 100%;
}
table.gridator tbody tr.odd:hover {
  background-color: #dadde1;
}
table.gridator tbody tr.even:hover {
  background-color: #dadde1;
}
table.gridator > thead tr:last-child th:first-child {
  border-top-left-radius: 4px;
}
table.gridator > thead tr:last-child th:last-child {
  border-top-right-radius: 4px;
}
table.gridator td {
  border-top: 1px solid #dee1e2;
}
table.gridator td:first-child {
  border-left: 1px solid #dee1e2;
}
table.gridator td:last-child {
  border-right: 1px solid #dee1e2;
  padding-right: 15px;
}
table.gridator tr:last-child td {
  border-bottom: 1px solid #dee1e2;
}
@media (min-width: 1800px) {
  table.gridator > thead .header th {
    padding: 2px 0 2px 20px;
  }
  table.gridator > tbody tr td {
    padding: 5px 0 5px 20px;
  }
  table.gridator td:last-child {
    padding-right: 20px;
  }
}
@media (min-width: 2000px) {
  table.gridator > thead .header th {
    padding: 2px 0 2px 26px;
  }
  table.gridator > tbody tr td {
    padding: 5px 0 5px 26px;
  }
  table.gridator td:last-child {
    padding-right: 26px;
  }
}
div.gridator-paginator-info {
  white-space: normal;
  margin: 27px 0;
  padding-top: 0;
  color: #8899ad;
  font-size: 13px;
  font-style: italic;
}
div.gridator-paginator .table-length label {
  color: #8899ad;
  font-size: 13px;
  font-style: italic;
}
div.gridator-paginator .table-length label select {
  margin-left: 10px;
}
div.gridator-paginator-info.infoFirst {
  margin: 5px 0;
}
.infoFirst div.gridator-paginator .table-length label {
  margin: 5px 0;
}
.infoFirst div.gridator-paginator ul.pagination {
  margin: 5px 0;
}
.pagination>li a,
.pagination>li span {
  font-weight: bold;
  font-size: 13px;
  color: #8899ad;
  line-height: 35px;
  padding: 0 15px;
}
.pagination>li:first-child>a,
.pagination>li:first-child>span {
  font-size: 11px;
}
.pagination>li:last-child>a,
.pagination>li:last-child>span {
  font-size: 11px;
}
.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
  color: #8899ad;
}
.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
  background-color: #8899ad;
  border-color: #8899ad;
}
.gridator-paginator .chosen-container-single {
  margin-left: 20px;
}
.gridator-paginator .chosen-container-single .chosen-single {
  background: none;
  border-radius: 0;
  border: 1px solid #bcc1c7;
  box-shadow: none;
  padding: 5px 12px;
  height: auto;
}
.gridator-paginator .chosen-container-single .chosen-single div b {
  background-position: 3px 7px;
}
.gridator-paginator .chosen-container-single .chosen-drop {
  border-radius: 0;
}
.gridator-paginator .chosen-container-single .chosen-drop {
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #e6eaeb !important;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
}
.gridator-paginator .chosen-container-single .chosen-single {
  color: #999;
  background-color: #fff;
  background-image: none;
  border: 1px solid #e6eaeb !important;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
}
.gridator-paginator .chosen-container-single .chosen-single div b {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 100%;
  background: #f5f8fa;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.gridator-paginator .chosen-container-single .chosen-single div b:before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  color: #8899ad;
}
.gridator-paginator .chosen-container.chosen-drop-up .chosen-drop {
  top: auto;
  bottom: 100%;
}
.form-control.gridator-search {
  display: inline-block;
  width: auto;
  border-radius: 4px;
}
.not-found {
  padding-top: 30px;
  text-align: center;
  font-size: 22px;
}
.floatThead-container {
  overflow: visible !important;
  z-index: 999 !important;
}
#owners-data-block .layout__gridator {
  padding-left: 15px;
  padding-right: 15px;
  border-top: none;
}
.section-header {
  color: #8c9cb0;
  font-size: 19px;
  text-align: left;
  margin-bottom: 10px;
  font-weight: bold;
}
.section-table {
  border-radius: 4px;
  border-collapse: separate;
  margin-bottom: 30px;
}
.section-table .table-cell {
  border-top: 1px solid #dee1e2;
  border-right: 1px solid #dee1e2;
  background-color: #fff;
  vertical-align: middle;
  font-weight: 400;
  color: #7f8c8d;
  padding-right: .8em;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  font-size: 13px;
}
.section-table .table-cell--bold {
  font-weight: bold;
}
.section-table .table-cell--top {
  vertical-align: top;
}
.section-table .table-cell__heading {
  font-weight: bold;
  background-color: #8899ad;
  color: #fff;
}
.section-table .table-cell:first-child {
  padding-left: 1.5em;
  border-left: 1px solid #ced5d7;
}
.section-table .table-cell:last-child {
  padding-right: .8em;
  border-right: 1px solid #dee1e2;
}
.section-table .table-cell.final-status {
  background: rgba(226,226,226,0.44);
}
.section-table .table-row:first-child .table-cell:first-child {
  border-top-left-radius: 4px;
}
.section-table .table-row:first-child .table-cell:last-child {
  border-top-right-radius: 4px;
}
.section-table .table-row:last-child .table-cell {
  border-bottom: 1px solid #dee1e2;
}
.section-table .table-row:last-child .table-cell:first-child {
  border-bottom-left-radius: 4px;
}
.section-table .table-row:last-child .table-cell:last-child {
  border-bottom-right-radius: 4px;
}
.section-table .table-cell.title a {
  font-size: 13.76px;
  color: #7f8c8d;
  text-decoration: none;
}
.section-table .table-cell-more {
  font-size: 85%;
  padding: 0.8em 0;
}
.section-table .table-cell-more a {
  color: #2c3e50;
  text-decoration: none;
}
.section-table .table-cell-more .icon {
  transform: translateY(-50%);
  margin-left: 0.5em;
}
.section-table .table-cell-subcategory {
  background-color: #e6eaee;
}
.section-table .percentage {
  background: #8899ad;
  color: white;
  border-radius: 8px;
  margin-left: 0.5em;
  width: 55px;
  display: inline-block;
  text-align: center;
}
.section-table .chart {
  border: none;
}
#accordion .table-cell {
  padding-top: 0;
  padding-bottom: 0;
  line-height: 56px;
}
#accordion .table-cell .icon {
  margin-top: 20px;
}
table .prices-table > tr > td {
  vertical-align: middle;
}
.alarm-count {
  background: url("../images/icons/alarm_on.png") no-repeat center center;
  width: 20px;
  height: 20px;
  position: relative;
}
.alarm-count--0 {
  background: url("../images/icons/alarm_off.png") no-repeat center center;
}
.alarm-count span {
  position: absolute;
  right: -2px;
  bottom: 0;
  background-color: #ff0000;
  height: 10px;
  width: 10px;
  font-size: 7px;
  text-align: center;
  line-height: 10px;
  color: #fff;
  border-radius: 100%;
}
.alarm-count--0 span {
  display: none;
}
.info-comment {
  background: url("../images/icons/comment_on.png") no-repeat center center;
  width: 20px;
  height: 20px;
  position: relative;
  display: block;
}
.info-comment--0 {
  background: url("../images/icons/comment_off.png") no-repeat center center;
}
.comment__inner {
  position: absolute;
  right: -2px;
  bottom: 0;
  background-color: #ff9e59;
  height: 10px;
  width: 10px;
  font-size: 7px;
  text-align: center;
  line-height: 10px;
  color: #fff;
  border-radius: 100%;
}
.comment__inner--0 {
  display: none;
}
.chart {
  position: relative;
  width: auto;
  height: auto;
  background-color: #fff;
  border: 1px solid #dee1e2;
  border-radius: 4px;
  padding-top: 1em;
}
.chart h3 {
  color: #2c3e50;
  font-size: 23.28px;
  letter-spacing: 0.2px;
  font-weight: 700;
}
.chart-details {
  color: #7f8c8d;
  font-size: 15px;
  font-weight: 400;
}
.chart-text {
  position: absolute;
  top: 63%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.chart-text .line1 {
  font-size: 23.28px;
  font-weight: 800;
  color: #4c5e70;
}
.chart-text .line2 {
  font-size: 14px;
}
.chartdiv {
  width: 200px;
  height: 250px;
  background: transparent;
  margin: 0 auto;
}
.pie-graph {
  margin: 10px auto 20px;
}
* {
  outline: none !important;
}
body,
html {
  height: 100%;
  min-height: 100%;
  color: #5d5d5d;
  min-width: 1680px;
}
#wrapper {
  font-size: 14px;
  height: auto;
  min-height: 100%;
}
#wrapper,
input,
select,
textarea {
  font-family: ProximaNova, sans-serif;
}
#page-wrapper {
  height: 100%;
  min-height: 100%;
}
h2 {
  font-size: 22px;
  font-weight: bold;
  color: #6B99CD;
}
h3 {
  font-size: 1.5em;
  color: #2e3e50;
  font-weight: 600;
}
.container-fluid {
  margin-left: 0;
  margin-right: 0;
  padding-left: 4%;
  padding-right: 4%;
}
.curtain-dashboard {
  position: relative;
}
.lands-list .clearFilter {
  clear: both;
}
.tab-heading {
  margin-top: 20px;
}
.content-title h3 {
  font-weight: bold;
  font-size: 25px;
  color: #2c3e50;
  margin-bottom: 5px;
  letter-spacing: 0.2px;
}
.sub-title {
  color: #7f8c8d;
  font-size: 14px;
  margin-bottom: 5px;
}
.sub-title .stars {
  vertical-align: text-top;
  margin-left: 10px;
}
.labels {
  font-style: italic;
  font-size: 12px;
}
.basic-content .button-wrap {
  padding: 0 30px;
  border-left: 1px solid #e6eaee;
  border-right: 1px solid #e6eaee;
}
.solved {
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
}
.solved-icon {
  padding: 1.5em 2.5em;
  border: 1px solid #e6eaee;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.solved-icon .line1 {
  color: #2c3e50;
  font-size: 25.4px;
  font-weight: 800;
}
.solved-icon .line2 {
  color: #1d9fdb;
  font-size: 11.64px;
  font-weight: 600;
}
.solved-text {
  color: #2c3e50;
  font-size: 18px;
  padding: 1.5em 1em;
  background-color: #f5f8fa;
  border: 1px solid #e6eaee;
  border-left: none;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
}
.bootbox .modal-body {
  min-height: 100px;
}
.bootbox .modal-body .bootbox-close-button {
  margin-top: 0;
  line-height: 100px;
}
.bootbox .modal-body .bootbox-body {
  padding: 60px 0;
}
.layout {
  margin-left: 0;
  margin-right: 0;
  padding-left: 4%;
  padding-right: 4%;
}
.layout--gray {
  background-color: #e6eaee;
  border-top: 1px solid #d4d8d8;
  padding-top: 20px;
  padding-bottom: 20px;
  min-height: 65.5vh;
}
.layout--noBorder + .layout--gray {
  border: none;
}
.layout--fluid {
  min-height: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.layout__gridator {
  padding-left: calc(4% + 15px);
  padding-right: calc(4% + 15px);
}
#page-wrapper {
  height: 100%;
  min-height: 100%;
}
.spacer {
  padding-top: 2em;
  padding-bottom: 1.5em;
}
.side {
  width: 80%;
  padding-right: 20px;
}
.a {
  color: #337ab7;
}
.exclamation-mark {
  color: #B74B4B;
  font-weight: bold;
}
.dotted-underline {
  border-bottom: 1px dotted;
}
.font-bold {
  font-weight: bold;
}
.dropzone {
  border-color: rgba(0,0,0,0.1);
  border-radius: 4px;
}
.label {
  padding: .4em .6em .3em;
}
.title--left {
  display: inline-block;
}
.title--right {
  float: right;
  display: inline-block;
}
.table-filter.multiselect {
  display: none;
}
#frm-myConstructionSelect-id_construction {
  display: none;
}
.lvButtons {
  margin-top: 15px;
}
.showMessage {
  text-align: center;
}
h3 {
  font-weight: bold;
  font-size: 25px;
  color: #2c3e50;
  letter-spacing: 0.2px;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .container-fluid {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (min-width: 1600px) {
  .clearfix {
    display: none;
  }
}
.btn {
  transition: all 80ms;
  min-width: 170px;
  vertical-align: initial;
  transition: all 200ms ease-in-out;
  white-space: normal;
  word-break: keep-all;
}
.btn.dark {
  background-color: #222c3c;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: 0 none;
}
.btn-primary {
  background: #1d9fdb;
  color: #fff;
  border: 1px solid #1a8fc4;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background: #295c88;
}
.btn-primary:active,
.btn-primary.active,
.btn-primary:active:hover,
.btn-primary:active:focus {
  background: #3577af;
  box-shadow: none;
}
.btn-default {
  background: #ECF1F4;
  color: #2c3e50;
  border: 1px solid #b8c4cf;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background: #ececec;
  color: #2c3e50;
}
.btn-default:active,
.btn-default.active,
.btn-default:active:hover,
.btn-default:active:focus {
  background: #e0e0e0;
  box-shadow: none;
  color: #2c3e50;
}
.btn-default[disabled]:hover {
  background-color: #cbcbff;
}
.btn-default.unavailable,
.btn-default.unavailable:hover,
.btn-default.unavailable:focus,
.btn-default.unavailable:active {
  cursor: not-allowed;
  background-color: #a8a8a8 !important;
  border: 1px solid #2c3e50 !important;
}
.btn-secondary {
  background: #e6eaee;
  color: #111;
  border: 1px solid #d7dde4;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary.active,
.open > .dropdown-toggle.btn-secondary {
  background: #c8d1d9;
  color: #111;
}
.btn-secondary:active,
.btn-secondary.active,
.btn-secondary:active:hover,
.btn-secondary:active:focus {
  background: #e6eaee;
  box-shadow: none;
  color: #111;
}
.btn-secondary[disabled]:hover {
  background-color: #c8d1d9;
}
.btn-secondary.unavailable,
.btn-secondary.unavailable:hover,
.btn-secondary.unavailable:focus,
.btn-secondary.unavailable:active {
  cursor: not-allowed;
  background-color: #a8a8a8 !important;
  border: 1px solid #a8a8a8 !important;
}
.btn-success {
  background: #1d9fdb;
  color: #fff;
  border: 1px solid #1a8fc4;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background: #295c88;
}
.btn-success:active,
.btn-success.active,
.btn-success:active:hover,
.btn-success:active:focus {
  background: #3577af;
  box-shadow: none;
}
.btn-danger {
  background: #e6eaee;
  color: #111;
  border: 1px solid #d7dde4;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background: #c8d1d9;
  color: #111;
}
.btn-danger:active,
.btn-danger.active,
.btn-danger:active:hover,
.btn-danger:active:focus {
  background: #e6eaee;
  box-shadow: none;
  color: #111;
}
.owner-button-dropdown {
  width: 40px;
  min-width: 40px;
}
.button-group .btn {
  margin-bottom: 5px;
}
.controlButton {
  color: #111;
  float: right;
  margin-left: 15px;
  border: 1px solid #d7dde4;
  background: #e6eaee;
  line-height: 32px;
  padding: 0 0 0 10px;
  cursor: pointer;
}
.controlButton i.fa {
  border-left: 1px solid #d7dde4;
  padding: 0 10px;
  margin-left: 10px;
  float: right;
  height: 32px;
  line-height: 32px;
  color: #d8dbde;
  transition: background-color 300ms ease-in-out;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.controlButton.disabled i.fa {
  color: #d8dbde;
}
.controlButton.active i.fa {
  color: #000000;
  background-color: #ff9e59;
}
.controlButton.check i.fa {
  color: #000000;
  background-color: #ff9e59;
}
.controlButton.active.check i.fa {
  color: #d8dbde;
  background-color: #ff9e59;
}
.controlButton:hover i.fa {
  background-color: #ff9e59;
}
.controlButton.active {
  background-color: #d1d1d1 !important;
}
.mapContainer .mapHeader .controlButton,
.mapContainer .mapHeader .navbar-right .layerOpt,
.mapContainer .mapHeader .navbar-left .layerOpt,
.mapContainer .mapHeader .navbar-left .commit-type {
  color: #111;
  float: right;
  margin-left: 15px;
  border: 1px solid #d7dde4;
  background: #e6eaee;
  line-height: 32px;
  padding: 0 0 0 10px;
  cursor: pointer;
}
.mapContainer .mapHeader .controlButton i.fa,
.mapContainer .mapHeader .navbar-right .layerOpt i.fa,
.mapContainer .mapHeader .navbar-left .layerOpt i.fa,
.mapContainer .mapHeader .navbar-left .commit-type i.fa {
  border-left: 1px solid #d7dde4;
  padding: 0 10px;
  margin-left: 10px;
  float: right;
  height: 32px;
  line-height: 32px;
  color: #d8dbde;
  transition: background-color 300ms ease-in-out, color 300ms ease-in-out;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.mapContainer .mapHeader .controlButton.disabled i.fa,
.mapContainer .mapHeader .navbar-right .layerOpt.disabled i.fa,
.mapContainer .mapHeader .navbar-left .layerOpt.disabled i.fa,
.mapContainer .mapHeader .navbar-left .commit-type.disabled i.fa {
  color: #d8dbde;
}
.mapContainer .mapHeader .controlButton.active i.fa,
.mapContainer .mapHeader .navbar-right .layerOpt.active i.fa,
.mapContainer .mapHeader .navbar-left .layerOpt.active i.fa,
.mapContainer .mapHeader .navbar-left .commit-type.active i.fa {
  color: #000000;
  background-color: #ff9e59;
}
.mapContainer .mapHeader .controlButton.check i.fa,
.mapContainer .mapHeader .navbar-right .layerOpt.check i.fa,
.mapContainer .mapHeader .navbar-left .layerOpt.check i.fa,
.mapContainer .mapHeader .navbar-left .commit-type.check i.fa {
  color: #000000;
  background-color: #ff9e59;
}
.mapContainer .mapHeader .controlButton.active.check i.fa,
.mapContainer .mapHeader .navbar-right .layerOpt.active.check i.fa,
.mapContainer .mapHeader .navbar-left .layerOpt.active.check i.fa,
.mapContainer .mapHeader .navbar-left .commit-type.active.check i.fa {
  color: #d8dbde;
  background-color: #ff9e59;
}
.mapContainer .mapHeader .controlButton:hover i.fa,
.mapContainer .mapHeader .navbar-right .layerOpt:hover i.fa,
.mapContainer .mapHeader .navbar-left .layerOpt:hover i.fa,
.mapContainer .mapHeader .navbar-left .commit-type:hover i.fa {
  background-color: #ff9e59;
}
.mapContainer .mapHeader .controlButton.active,
.mapContainer .mapHeader .navbar-right .layerOpt.active,
.mapContainer .mapHeader .navbar-left .layerOpt.active,
.mapContainer .mapHeader .navbar-left .commit-type.active {
  background-color: #d1d1d1 !important;
}
.controlButton.btn {
  float: none;
}
.modal {
  font-family: ProximaNova;
}
.modal-header {
  background-color: #fff;
  min-height: 130px;
  padding: 50px;
}
.modal-header .close {
  width: 20px;
  height: 20px;
  opacity: 1;
  background: url("../images/icons/ico_close.png") center no-repeat;
  margin-top: 25px;
}
.modal-header .close:hover {
  background-image: url("../images/icons/ico_close_hover.png");
}
.modal-title h1 {
  font-weight: 700;
  font-size: 26.46px !important;
  color: #2c3e50;
  word-wrap: break-word;
  max-width: 640px;
}
.modal-body {
  padding: 0 50px;
}
.modal-body.construction-selection {
  padding: 50px;
  font-size: 24px;
}
.modal-content {
  position: relative;
  background-color: #ecf0f1;
  border: 1px solid #999;
  border: 1px solid rgba(0,0,0,0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0,0,0,0.5);
  box-shadow: 0 3px 9px rgba(0,0,0,0.5);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  outline: 0;
}
.modal-footer {
  padding-top: 25px;
  text-align: center;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 1;
}
.modal-backdrop {
  background-color: rgba(16,23,35,0.6);
}
.modal-dialog .empty-list-node {
  text-align: center;
  padding: 1em;
}
.modal-form .modal-dialog {
  width: 760px;
}
.modal-form .modal-dialog form .form-group {
  position: relative;
}
.modal-form .modal-dialog form .form-group input[type=submit] {
  position: absolute;
  right: 0;
}
.modal-form .modal-dialog form .form-group.row input[type=submit] {
  position: static;
}
.modal-form .chosen-container-single .chosen-single {
  background: none;
  border-radius: 0;
  border: 1px solid #bcc1c7;
  box-shadow: none;
  padding: 5px 12px;
  height: auto;
}
.modal-form .chosen-container-single .chosen-single div b {
  background-position: 3px 7px;
}
.modal-form .chosen-container-single .chosen-drop {
  border-radius: 0;
}
.modal-form .chosen-container-multi {
  display: block;
  width: 100%;
}
.modal-form .chosen-container-multi .chosen-choices {
  border: 1px solid #bcc1c7;
  box-shadow: none;
  background: none;
  padding: 3px 12px;
}
.modal-form .chosen-container .chosen-choices .search-field {
  width: 95% !important;
}
.modal-form .chosen-container .chosen-choices .search-field input {
  width: 95% !important;
}
.modal-form .chosen-container-single .chosen-drop {
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #e6eaeb !important;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
}
.modal-form .chosen-container-multi .chosen-drop {
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #e6eaeb !important;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
}
.modal-form .chosen-container-multi .chosen-choices {
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #e6eaeb !important;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
}
.modal-form .chosen-container-single .chosen-single {
  color: #7a879b !important;
  font-size: 13.76px;
  background-color: #fff;
  background-image: none;
  border: 1px solid #e6eaeb !important;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
}
.modal-form .chosen-container-single .chosen-single div b {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 100%;
  background: #f5f8fa;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.modal-form .chosen-container-single .chosen-single div b:before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  color: #8899ad;
}
.modal-form input[type=checkbox] {
  margin-right: 10px;
  transform: translateY(9%);
}
.chosen-container .chosen-results li.highlighted {
  background-color: #98b0c7;
  color: #fff !important;
  background-image: none;
}
.download-data-area,
.upload-data-area,
.other-settings {
  background-color: #f5f8fa;
  border-radius: 8px;
  padding: 15px;
  margin-bottom: 15px;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #e6eaeb !important;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
}
.form-control--inline {
  display: inline-block;
  width: auto;
}
.form-control.has-error {
  border: 1px solid #cc1c19 !important;
}
.form-control.has-error + .chosen-container {
  border: 1px solid #cc1c19 !important;
  border-radius: 4px;
}
input.input-sm {
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #e6eaeb !important;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
}
input.table-filter {
  height: 30px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #e6eaeb !important;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
}
label {
  font-weight: 400;
}
.form-control:focus {
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}
.form-group label {
  font-weight: 400;
  color: #2c3e50;
  font-size: 13.76px;
}
.form-group .label-default,
.form-group .label-primary > label {
  color: #fff;
}
.form-group input[type="text"],
.form-group input[type="password"],
.form-group input[type="text"],
.form-group input[type="text"] {
  color: #7a879b !important;
  font-size: 13.76px;
}
.form-error-message {
  padding: 5px;
  color: #861111;
  font-weight: bold;
  display: block;
}
.form-inner {
  padding: 15px;
  background-color: #f5f8fa;
  border-radius: 4px;
}
.input-note {
  background-color: #e6eaeb;
  padding: 20px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  color: #7a879b;
  font-size: 13px;
}
form .no-input input {
  color: #fff;
  border: none !important;
}
form .bootstrap-tagsinput {
  display: block;
}
form .bootstrap-tagsinput input {
  border: none !important;
}
textarea.form-control {
  height: 34px;
  max-width: 100% !important;
  min-width: 100% !important;
  min-height: 100px;
  max-height: 500px !important;
}
.dti-container {
  position: relative;
  z-index: 50;
}
.dti-container .dti-base-control {
  width: 150px;
}
.dti-container .dti-envelope {
  display: none;
  border: 1px solid rgba(0,0,0,0.15);
  padding: 15px;
  width: 230px;
  position: absolute;
  top: 100%;
  background: #fff;
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
  box-shadow: 0 6px 12px rgba(0,0,0,0.175);
}
.dti-container .dti-envelope .dti-row {
  margin: 10px 0;
  text-align: center;
}
.dti-container .dti-envelope .dti-row .dti-submit {
  margin-bottom: 5px;
}
.bootstrap-datetimepicker-widget * {
  border: none !important;
  outline: none !important;
}
.bootstrap-datetimepicker-widget .datepicker-days th {
  border-radius: 0;
}
.bootstrap-datetimepicker-widget table td {
  text-align: center;
  padding: 5px 0 !important;
}
.bootstrap-datetimepicker-widget table td a,
.bootstrap-datetimepicker-widget table td span {
  margin: 0 auto;
}
.bootstrap-datetimepicker-widget .picker-switch table td {
  width: 50%;
  padding: 5px;
}
.bootstrap-datetimepicker-widget .picker-switch table td a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.bootstrap-datetimepicker-widget .picker-switch table td .glyphicon {
  background: none;
  display: inline-block;
  padding: 0;
  width: 90% !important;
  height: 35px;
  line-height: 35px;
  transition: all .2s ease;
  margin: 0 auto;
}
.bootstrap-datetimepicker-widget .picker-switch table td .glyphicon:hover {
  background: #C8D1D9;
}
.bootstrap-datetimepicker-widget .timepicker-picker td {
  width: 33%;
}
.bootstrap-datetimepicker-widget .btn {
  min-width: 0;
}
.navbar-ctech {
  background: #222c3c;
}
.navbar-ctech .navbar-collapse {
  border: 0 none;
  background: #222c3c;
}
.navbar-ctech .navbar-collapse .navbar-nav > li a {
  color: #8899ad;
  transition: all 100ms;
  font-size: 17px;
}
.navbar-ctech .navbar-collapse .navbar-nav > li a.active,
.navbar-ctech .navbar-collapse .navbar-nav > li a:hover {
  color: #fefeff;
}
.navbar-ctech .navbar-collapse .navbar-nav > li a > span#alarm-counter-placeholder {
  color: #B74B4B;
  padding-left: 5px;
}
.navbar-ctech .navbar-collapse .navbar-nav > li a.queue-menu-field {
  color: #B74B4B;
  padding-left: 5px;
}
.navbar-ctech .navbar-collapse .navbar-nav > li a.queue-menu-field.queue-menu-field.color--1 {
  color: #008000 !important;
}
.navbar-ctech .navbar-collapse .navbar-nav > li a.queue-menu-field.queue-menu-field.color-1 {
  color: #FFA500 !important;
}
.navbar-ctech .navbar-collapse .navbar-nav > li a.queue-menu-field.queue-menu-field.color-4 {
  color: #B74B4B !important;
}
.navbar-ctech .navbar-collapse .navbar-nav > li > a {
  padding-top: 30px;
  padding-bottom: 31px;
  font-weight: 700;
  font-size: 13.76px;
  padding-right: 40px;
}
.navbar-ctech .navbar-collapse .navbar-nav > li > a:focus {
  color: #8899ad;
}
.navbar-ctech .navbar-collapse .navbar-nav > li.dropdown.open > a,
.navbar-ctech .navbar-collapse .navbar-nav > li.dropdown:hover > a {
  color: #ffffff;
  background-color: #293548;
}
.navbar-ctech .navbar-collapse .navbar-nav > li.dropdown.open .dropdown-menu,
.navbar-ctech .navbar-collapse .navbar-nav > li.dropdown:hover .dropdown-menu {
  display: block;
}
@media (max-width: 768px) {
  .navbar-ctech .navbar-collapse .navbar-nav > li.dropdown.open .dropdown-menu,
  .navbar-ctech .navbar-collapse .navbar-nav > li.dropdown:hover .dropdown-menu {
    width: 100%;
    height: auto;
  }
}
.navbar-ctech .navbar-collapse .navbar-nav > li.dropdown .dropdown-menu {
  background-color: #293548;
  border: none;
  border-radius: 0;
}
.navbar-ctech .navbar-collapse .navbar-nav > li.dropdown .dropdown-menu > li > a {
  background-color: #293548;
  color: #8899ad;
  padding: 5px 15px 5px 25px;
}
.navbar-ctech .navbar-collapse .navbar-nav > li.dropdown .dropdown-menu > li > a:active,
.navbar-ctech .navbar-collapse .navbar-nav > li.dropdown .dropdown-menu > li > a:hover {
  color: #ffffff;
}
.navbar-ctech .navbar-brand {
  padding-top: 31px;
  padding-right: 0;
  margin-right: 10px;
  color: #fff;
  font-weight: 600;
  letter-spacing: 3px;
  font-size: 26px;
}
.navbar-ctech .navbar-brand img {
  width: 110px;
}
.navbar-ctech .navbar-brand:hover {
  color: #fff;
}
.navbar-ctech .navbar-text {
  margin-right: 0;
  border-left: 1px solid #536274;
  margin-top: 23px;
  padding-left: 15px;
  padding-right: 30px;
}
.navbar-ctech .navbar-text .links {
  font-size: 13.76px;
  color: #8899ad;
  line-height: 18px;
}
.navbar-ctech .navbar-text .links.name {
  color: #fff;
  font-weight: 700;
}
.navbar-ctech .navbar-text .links.name  a {
  font-size: 14px;
  color: #8899ad;
  text-decoration: none;
  transition: color 100ms;
}
.navbar-ctech .navbar-text .links.name  a:hover {
  color: #fff;
}
.navbar-ctech .navbar-text .links .settings img {
  transform: translateY(-2px);
  margin-left: 5px;
}
.navbar-ctech .navbar-text .links .logout img {
  transform: translateY(-1px);
}
.navbar-ctech .navbar-text .links a {
  color: #8899ad;
  text-decoration: none;
  transition: color 100ms;
}
.navbar-ctech .navbar-text .links a:hover {
  color: #fff;
}
.navbar-ctech .navbar-form {
  padding-right: 30px;
  color: white;
  margin-top: 23px;
  margin-bottom: 23px;
}
.navbar-ctech .navbar-form .form-group {
  max-width: 500px;
  position: relative;
}
.navbar-ctech .navbar-form .form-group:before {
  content: "";
  position: absolute;
  left: -45px;
  background: red;
  height: 35px;
  width: 45px;
  display: inline-block;
  background: url('../images/icons/ico_selector_stavba.png') center center no-repeat, linear-gradient(#303e4e,#293644) center center no-repeat;
  border: 1px solid #77808d;
  border-right: none;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.navbar-ctech .navbar-form .form-group label {
  display: none;
}
.navbar-ctech .navbar-form .chosen-drop {
  width: 400px;
}
.navbar-ctech .navbar-form .chosen-container {
  max-width: 250px;
}
.navbar-ctech .navbar-form .chosen-container .chosen-search input {
  color: #222;
}
.navbar-ctech .navbar-form .chosen-container .chosen-selector {
  width: 200px;
}
.navbar-ctech .navbar-form .chosen-container .chosen-single {
  box-shadow: none;
  height: 35px;
  padding: 5px 10px;
  text-align: left;
  text-overflow: ellipsis;
  background: linear-gradient(#303e4e,#293644);
  border: 1px solid #77808d;
  border-radius: 0;
  color: #8899ad;
  font-weight: 600;
}
.navbar-ctech .navbar-form .chosen-container .chosen-single div b {
  background-position: 3px 7px;
}
.navbar-ctech .navbar-form .chosen-container.chosen-with-drop .chosen-drop {
  box-shadow: none;
  padding: 5px;
  border-radius: 0;
  border-color: #b9c9d9;
}
.navbar-ctech .navbar-form .chosen-container.chosen-with-drop .chosen-single {
  background: white;
  color: #b9c9d9;
}
.navbar-ctech .navbar-form .chosen-container.chosen-with-drop .chosen-single div b {
  background-position: 3px 7px;
}
.navbar-ctech .navbar-form .chosen-container.chosen-with-drop .chosen-results {
  margin: 5px;
  padding: 0;
}
.navbar-ctech .navbar-form .chosen-container.chosen-with-drop .chosen-results .active-result {
  padding: 8px;
  min-height: 30px;
  color: #8899ad;
}
.navigation {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.navigation:before {
  display: none;
}
.navigation .item .nav-item {
  transition: border 100ms ease-in-out;
  padding-bottom: 0.5em;
  padding-right: 20px;
  font-size: 13.76px;
  border-bottom: 4px solid transparent;
  text-transform: uppercase;
  font-weight: bold;
  cursor: pointer;
}
.navigation .item .nav-item:hover {
  border-bottom: 4px solid #1d9fdb;
}
.navigation .item .nav-item.active {
  border-bottom: 4px solid #1d9fdb;
}
.navigation .nav-item {
  color: #2c3e50;
  font-size: 17px;
  padding: 0;
}
.navigation .nav-item:hover {
  background-color: inherit;
}
.navigation .nav-item:focus {
  outline: none;
  background-color: inherit;
}
@media screen and (max-width: 767px) {
  .navbar-ctech .navbar-brand {
    padding-top: 15px;
  }
  .navbar-ctech .navbar-form form {
    padding-left: 40px;
  }
  .navbar-ctech .navbar-collapse .navbar-nav > li.dropdown.open .dropdown-menu {
    width: 100%;
    height: auto;
  }
  .navbar-ctech .navbar-collapse .navbar-nav > li.dropdown:hover .dropdown-menu {
    width: 100%;
    height: auto;
  }
  .navbar-ctech .navbar-collapse .navbar-nav > li > a {
    padding: 0.5em;
  }
  .navbar-nav {
    margin: 7.5px 0;
  }
}
@media screen and (max-width: 1745px) {
  .navbar-ctech .navbar-collapse .navbar-nav > li a {
    padding-right: 0.8em;
    padding-left: 0.8em;
  }
}
.login {
  margin: 15vh auto 0;
  max-width: 440px;
  font-family: ProximaNova;
}
.login .logo {
  background-color: #303e4e;
  height: 80px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border: 1px solid #d6dee2;
  padding-left: 2em;
  line-height: 80px;
  color: white;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
}
.login .logo_ksus {
  text-align: center;
  padding-bottom: 20px;
}
.login form {
  padding: 1em 2em;
  border: 1px solid #d6dee2;
  border-top: none;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}
.login form input {
  border-radius: 4px;
  height: 40px;
  padding-left: 1em;
}
.login form input:focus {
  outline: none;
}
.login form .btn-login {
  font-size: 14px;
}
.login form .forgotten-pwd {
  display: block;
  float: right;
  color: #2c3e50;
  position: relative;
  font-size: 15px;
  top: 50%;
  transform: translateY(50%);
}
.login .warning {
  display: flex;
  align-items: stretch;
  margin-top: 15px;
  font-size: 14.69px;
  font-weight: 400;
}
.login .warning .warning-icon {
  background-color: #f4f6f7;
  border: 1px solid #d6dee2;
  padding: 30px 50px;
  background-image: url("../images/warning.png");
  background-repeat: no-repeat;
  background-position: center center;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.login .warning .warning-text {
  line-height: 22px;
  border: 1px solid #d6dee2;
  border-left: none;
  padding: 0 20px 10px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  color: #5d5d5d;
}
.login .warning .warning-text h3 {
  font-size: 17px;
  color: #5d5d5d;
  font-weight: 600;
  margin-top: 10px;
}
.login .support {
  display: flex;
  align-items: stretch;
  margin-top: 15px;
  font-weight: 400;
}
.login .support .support-icon {
  font-size: 15.69px;
  color: #5d5d5d;
  padding: 10px 20px;
  background-color: #f4f6f7;
  border: 1px solid #d6dee2;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  width: 102px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.login .support .support-text {
  font-size: 15.2px;
  color: #5d5d5d;
  padding: 10px 20px;
  border: 1px solid #d6dee2;
  border-left: none;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .login .form button {
    width: 100%;
  }
  .login .form .forgotten-pwd {
    float: none;
    text-align: right;
  }
  .login .warning {
    flex-direction: column;
    text-align: center;
  }
  .login .warning .warning-icon {
    width: 100%;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 0;
  }
  .login .warning .warning-text {
    width: 100%;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 8px;
    border-top: 0;
    border-left: 1px solid #c8d1d9;
  }
  .login .warning .warning-text h3 {
    margin-top: 15px;
  }
  .login .support {
    flex-direction: column;
  }
  .login .support .support-icon {
    justify-content: center;
    width: 100%;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 0;
  }
  .login .support .support-text {
    justify-content: center;
    width: 100%;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 8px;
    border-top: 0;
    border-left: 1px solid #c8d1d9;
  }
}
#dropdownMenu .dropdown-menu {
  border-radius: 0;
  box-shadow: 0px 0px 15px 0px rgba(16,35,63,0.38);
  background-color: #fff;
  padding: 0;
  border: 0;
  border: 1px solid #cdd2d9;
}
#dropdownMenu .dropdown-menu a .arrow {
  opacity: 0;
}
#dropdownMenu .dropdown-menu li a {
  padding: 15px 18px;
  letter-spacing: 1px;
}
#dropdownMenu .dropdown-menu>li>a {
  font-size: 11px;
  font-weight: 700;
  color: #3577af;
  text-transform: uppercase;
  border-top: 1px solid #f1f1f1;
  border-bottom: 0;
}
#dropdownMenu .dropdown-menu>li>a:hover {
  background-color: #ebf1f5;
  color: #5f7da0;
}
#dropdownMenu .dropdown-menu .separator {
  padding-top: 3px;
  padding-bottom: 3px;
  border-top: 0;
  background: url("../images/divider.png") 18px center no-repeat;
}
#dropdownMenu .dropdown-menu .separator--first {
  border-top: 1px solid #f1f1f1;
}
#dropdownMenu .dropdown-menu .separator:hover {
  background-color: #fff;
  cursor: default;
}
#dropdownMenu .dropdown-menu>li>a.small {
  padding: 8px 18px;
  background-color: #f5f8fa;
  border: none;
  margin: 1px 0;
  font-size: 12px;
  color: #718081;
  font-weight: 400;
  text-transform: none;
}
#dropdownMenu .dropdown-menu>li>a.small:hover {
  background-color: #fff;
}
ul.dropdown.dropdown-menu li.loading .ico {
  height: 20px;
  background: url(../images/spinner.gif) no-repeat 20px center;
  display: block;
}
ul.dropdown.dropdown-menu li.loading.off {
  display: none;
}
#dropdownMenu.multi ul {
  background: #fff;
}
#dropdownMenu.multi ul>li:nth-child(2) {
  border-bottom: 1px solid #f1f1f1;
}
#dropdownMenu>.dropdown-menu>li:last-child>a {
  border-bottom: 0;
}
#dropdownMenu .dropdown-submenu .count {
  display: inline-block;
  float: right;
  color: #fff;
  background-color: #5f7da0;
  border-radius: 20px;
  padding: 0 10px;
  cursor: pointer;
}
#dropdownMenu .dropdown-submenu .count:hover {
  background-color: #5f7da0;
  color: #fff;
}
#dropdownMenu .dropdown-menu>li>ul>li>a {
  font-size: 12px;
  font-weight: 400;
  color: #718081;
  padding-right: 50px;
  text-transform: none;
}
#dropdownMenu .dropdown-menu>li>ul>li>a:hover {
  color: #718081;
}
#dropdownMenu .dropdown-menu>li>ul>li:first-child>a {
  border-top: 0;
}
#dropdownMenu .dropdown-menu>li>ul>li:last-child>a {
  border-bottom: 0;
}
#dropdownMenu .dropdown-submenu .dropdown-menu>li>ul>li>a {
  font-size: 12px;
  font-weight: 400;
  color: #718081;
}
#dropdownMenu .dropdown-submenu .dropdown-menu>li>ul>li>a:hover {
  color: #718081;
}
#dropdownMenu .dropdown-submenu .dropdown-menu>li>ul>li:first-child>a {
  border-top: 0;
}
#dropdownMenu .dropdown-submenu .dropdown-menu>li>ul>li:last-child>a {
  border-bottom: 0;
}
#dropdownMenu .dropdown-submenu .dropdown-submenu>a:after {
  display: none;
}
#dropdownMenu .dropdown-submenu {
  position: relative;
}
#dropdownMenu .dropdown-submenu>.dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -6px;
  min-width: 280px;
}
#dropdownMenu .dropdown-submenu:hover>.dropdown-menu {
  display: block;
}
#dropdownMenu .dropdown-submenu > a .arrow {
  opacity: 1;
  position: absolute;
  right: 9px;
}
#dropdownMenu .dropdown-submenu.pull-left {
  float: none;
}
#dropdownMenu .dropdown-submenu.pull-left>.dropdown-menu {
  left: -100%;
  margin-left: 10px;
}
#dropdownMenu .special {
  position: absolute;
  top: 13px;
  right: 10px;
}
@media screen and (min-width: 1600px) {
  .clearfix.open {
    display: block;
  }
}
.document-form-container {
  margin-bottom: 30px;
}
.document-component {
  min-height: 20px;
}
.document-header-wrapper,
.document-footer-wrapper {
  margin: 20px 0 20px 0;
  padding: 20px;
  background: #C5EFF7;
  border: 1px solid rgba(0,0,0,0.1);
}
.document-hidden-wrapper {
  display: none;
}
.document-block {
  margin: 20px 0 20px 0;
  padding: 20px;
  background-color: #eee;
  border: 1px solid rgba(0,0,0,0.1);
}
.document-block .document-block {
  background: #e0e0e0;
}
.document-form-control {
  display: inline;
  margin: 4px;
  max-width: 100%;
}
input.document-form-control {
  width: 80px;
  min-width: 80px;
  padding-left: 10px;
  max-width: 100%;
}
input.document-form-control.document-form-fat {
  min-width: 250px;
  width: 250px;
}
textarea.document-form-control {
  width: 100%;
  height: 120px;
}
.mapContainer {
  background-color: #e6eaee;
}
.dr-menu {
  max-width: 250px;
  position: relative;
  font-size: 1.3em;
  line-height: 2.5;
  font-weight: 400;
  color: #fff;
  padding-top: 2em;
}
.dr-menu > div {
  cursor: pointer;
  position: absolute;
  width: 100%;
  z-index: 100;
}
.dr-menu > div .dr-icon {
  opacity: 0;
  top: 0;
  left: 0;
  position: absolute;
  font-size: 150%;
  line-height: 1.6;
  padding: 0 10px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.dr-menu.dr-menu-open > div .dr-icon {
  opacity: 1;
  color: #60a773;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.dr-menu > div .dr-icon:after {
  position: absolute;
  font-size: 50%;
  line-height: 3.25;
  left: -10%;
  opacity: 0;
}
.dr-label {
  background-color: rgba(95,146,94,0.3);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.dr-menu.dr-menu-open > div .dr-icon:after {
  opacity: 1;
}
.dr-menu > div .dr-label {
  background-color: #222c3c;
  text-decoration: none;
  padding: 0 1em 0 1em;
  position: absolute;
  border-radius: 4px;
  display: block;
  color: white;
  font-size: 0.9em;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 2.75;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.dr-menu.dr-menu-open > div .dr-label {
  text-align: left;
  color: white;
  background-color: #222c3c;
  -webkit-transform: translateY(-90%);
  -moz-transform: translateY(-90%);
  -o-transform: translateY(-90%);
  transform: translateY(-90%);
}
.dr-menu ul {
  padding: 0;
  margin: 0 3em 0 0;
  list-style: none;
  opacity: 0;
  position: absolute;
  pointer-events: none;
  -webkit-transition: opacity 0s linear 205ms;
  -moz-transition: opacity 0s linear 205ms;
  -o-transition: opacity 0s linear 205ms;
  transition: opacity 0s linear 205ms;
}
.dr-menu.dr-menu-open ul {
  opacity: 1;
  pointer-events: auto;
  -webkit-transition: opacity 0s linear 0s;
  -moz-transition: opacity 0s linear 0s;
  -o-transition: opacity 0s linear 0s;
  transition: opacity 0s linear 0s;
}
.dr-menu .text-back-main {
  background-color: #222c3c;
  min-width: 250px;
}
.dr-menu .row-exp-note {
  min-width: 250px;
}
.exp-note-table {
  border-radius: 4px;
  overflow: hidden;
  min-width: 250px;
  margin-top: 15px;
  background-color: rgba(180,185,189,0.8);
  position: absolute;
  display: initial;
  font-size: 15px;
}
.exp-note-color {
  position: absolute;
  width: 10px;
  height: 10px;
  margin-top: 15px;
  margin-left: 10px;
  border-radius: 50%;
}
.dr-menu .exp-note-status {
  padding-top: 10px;
  padding-bottom: 5px;
  padding-right: 10px;
  display: block;
  line-height: 20px;
}
.dr-menu .text-back-main .exp-note-status {
  margin-left: 35px;
  padding-bottom: 10px;
}
.exp-note-status:last-child {
  padding-left: 5px;
  border-width: thin;
  text-decoration: none;
}
.text-back-main #restart-filter:hover {
  color: #ff9e59;
}
.spacer {
  padding-top: 2em;
}
.alert {
  border-radius: 0;
}
.dataTables_paginate {
  float: right;
}
.dataTables_length {
  float: left;
}
table.gridator tr.selected-construction {
  background-color: #d1e0f3 !important;
}
table.gridator tr.selected-construction:hover {
  background-color: #b7d1f2 !important;
}
.flyover {
  display: none;
  overflow: hidden;
  position: absolute;
  width: 50%;
  left: 25%;
  opacity: 0.9;
  z-index: 999;
}
.navbar-ctech {
  background: #222c3c;
}
.navbar-ctech .navbar-collapse {
  border: 0 none;
  background: #222c3c;
}
.navbar-ctech .navbar-collapse .navbar-nav > li a {
  color: #8899ad;
}
.navbar-ctech .navbar-collapse .navbar-nav > li a.active,
.navbar-ctech .navbar-collapse .navbar-nav > li a:hover {
  color: #ffffff;
}
.navbar-ctech .navbar-collapse .navbar-nav > li a > span#alarm-counter-placeholder {
  color: #B74B4B;
  padding-left: 5px;
}
.navbar-ctech .navbar-collapse .navbar-nav > li a.queue-menu-field.color--1 {
  color: #008000 !important;
}
.navbar-ctech .navbar-collapse .navbar-nav > li a.queue-menu-field.color-1 {
  color: #FFA500 !important;
}
.navbar-ctech .navbar-collapse .navbar-nav > li a.queue-menu-field.color-4 {
  color: #B74B4B !important;
}
.navbar-ctech .navbar-collapse .navbar-nav > li > a {
  padding: 30px 10px;
  font-weight: bold;
}
.navbar-ctech .navbar-collapse .navbar-nav > li > a:focus {
  color: #8899ad;
}
.navbar-ctech .navbar-collapse .navbar-nav > li > a > i {
  padding-right: 5px;
}
.navbar-ctech .navbar-collapse .navbar-nav > li:first-child > a {
  padding-left: 12px;
}
.navbar-ctech .navbar-collapse .navbar-nav > li.dropdown.open > a,
.navbar-ctech .navbar-collapse .navbar-nav > li.dropdown:hover > a {
  color: #ffffff;
  background-color: #293548;
}
.navbar-ctech .navbar-collapse .navbar-nav > li.dropdown.open .dropdown-menu,
.navbar-ctech .navbar-collapse .navbar-nav > li.dropdown:hover .dropdown-menu {
  display: block;
}
@media (max-width: 768px) {
  .navbar-ctech .navbar-collapse .navbar-nav > li.dropdown.open .dropdown-menu,
  .navbar-ctech .navbar-collapse .navbar-nav > li.dropdown:hover .dropdown-menu {
    width: 100%;
    height: auto;
  }
}
.navbar-ctech .navbar-collapse .navbar-nav > li.dropdown .dropdown-menu {
  background-color: #293548;
  border: none;
}
.navbar-ctech .navbar-collapse .navbar-nav > li.dropdown .dropdown-menu > li > a {
  background-color: #293548;
  color: #8899ad;
  padding: 5px 15px 5px 25px;
}
.navbar-ctech .navbar-collapse .navbar-nav > li.dropdown .dropdown-menu > li > a.active,
.navbar-ctech .navbar-collapse .navbar-nav > li.dropdown .dropdown-menu > li > a:hover {
  color: #ffffff;
}
@media (min-width: 1680px) {
  .navbar-ctech .navbar-collapse .navbar-nav > li > a {
    padding: 30px 15px;
  }
}
@media (min-width: 1801px) {
  .navbar-ctech .navbar-collapse .navbar-nav > li > a {
    padding: 30px 20px;
  }
}
.navbar-ctech ul.dropdown-menu {
  z-index: 1005;
}
.navbar-ctech .navbar-text {
  margin-right: 0;
  border-left: 1px solid #536274;
  margin-top: 20px;
  padding-left: 15px;
  padding-right: 30px;
}
.navbar-ctech .navbar-text .name {
  color: #fff;
  font-size: 1.2em;
  font-weight: 600;
}
.navbar-ctech .navbar-text .name a {
  font-size: 14px;
  color: white;
  color: #8899ad;
}
.navbar-ctech .navbar-text .links {
  font-size: 0.9em;
  color: #8899ad;
}
.navbar-ctech .navbar-text .links a {
  color: #8899ad;
}
.navbar-ctech .navbar-form {
  padding-right: 30px;
  color: white;
}
.navbar-ctech .navbar-form .form-group {
  width: 180px;
  margin-left: 45px;
}
@media (min-width: 1680px) {
  .navbar-ctech .navbar-form .form-group {
    width: 200px;
  }
}
@media (min-width: 1801px) {
  .navbar-ctech .navbar-form .form-group {
    width: 225px;
  }
}
.navbar-ctech .navbar-form .chosen-drop {
  width: 400px;
  min-width: 100%;
}
.navbar-ctech .navbar-form .chosen-container {
  background: white;
}
.navbar-ctech .navbar-form .chosen-container .chosen-search input {
  color: #222;
}
.constructions-list {
  background-color: #eceef0;
}
.constructions-list ul {
  padding: 0;
  margin: 0;
}
.constructions-list ul li {
  list-style: none;
  border-top: 1px solid #d5d7d8;
  padding: 10px 25px;
}
.constructions-list ul li a {
  color: #5d5d5d;
}
.constructions-list ul li.active a {
  color: #2e3e50;
  font-weight: bold;
}
.constructions-list ul li .land-add {
  float: right;
}
.curtain-dashboard {
  position: relative;
}
.dashboard-stats-date-picker {
  margin-bottom: 20px;
}
.dashboard-stats-date-picker input {
  padding: 4px;
  width: 150px;
}
.dashboard-button {
  padding-top: 10px !important;
}
.construction-detail {
  margin-left: 2vh;
  margin-right: 2vh;
}
.construction-detail .lands > h3,
.construction-detail .attributes > h3 {
  padding-bottom: 25px;
  border-bottom: 2px solid #d6d6d6;
}
.construction-detail .lands {
  padding: 0 30px 30px;
}
.construction-detail .lands .status {
  border-bottom: 1px solid #d6d6d6;
  padding: 8px 10px;
}
.construction-detail .lands .status i.fa {
  float: left;
  font-size: 1.6em;
}
.construction-detail .lands .status.status-success {
  color: #2e3e50;
  font-weight: bold;
}
.construction-detail .lands .status.last {
  border-bottom: 0 none;
}
.construction-detail .lands .status .title {
  float: left;
  line-height: 2.5;
  margin-left: 3px;
}
.construction-detail .lands .status .title.long {
  width: 70%;
}
.construction-detail .lands .status .value {
  float: right;
}
.construction-detail .attributes {
  padding: 0 30px 30px;
}
.construction-detail .attributes .summary {
  font-size: 1.3em;
  color: #2e3e50;
}
.construction-detail .export {
  padding-left: 30px;
}
.construction-detail .export-icon {
  cursor: pointer;
  margin-bottom: 40px;
}
.construction-detail .export-icon a {
  text-decoration: none;
}
.construction-detail .dashboard-date {
  margin-right: 2%;
  margin-top: -30px;
  font-size: 12px;
}
.construction-detail #owners-data-request {
  margin: 1em 0 1em 1em;
}
.export-icon {
  padding-bottom: 20px;
}
.mapContainer .navbar-right,
.mapContainer .commit-types,
.mapContainer .custom-layers {
  padding-right: 26px;
  padding-top: 26px;
}
.mapContainer .navbar-right .layerOpt,
.mapContainer .navbar-right .commit-type,
.mapContainer .commit-types .layerOpt,
.mapContainer .commit-types .commit-type,
.mapContainer .custom-layers .layerOpt,
.mapContainer .custom-layers .commit-type {
  color: #fff;
  float: right;
  margin-left: 15px;
  border: 1px solid #babfc5;
  background: #6898CE;
  line-height: 29px;
  padding: 0 10px;
  cursor: pointer;
}
.mapContainer .navbar-right .layerOpt i.fa,
.mapContainer .navbar-right .commit-type i.fa,
.mapContainer .commit-types .layerOpt i.fa,
.mapContainer .commit-types .commit-type i.fa,
.mapContainer .custom-layers .layerOpt i.fa,
.mapContainer .custom-layers .commit-type i.fa {
  border-left: 1px solid #babfc5;
  padding-left: 10px;
  margin-left: 10px;
  float: right;
  height: 29px;
  line-height: 29px;
  color: #d8dbde;
}
.mapContainer .navbar-right .layerOpt.disabled i.fa,
.mapContainer .navbar-right .commit-type.disabled i.fa,
.mapContainer .commit-types .layerOpt.disabled i.fa,
.mapContainer .commit-types .commit-type.disabled i.fa,
.mapContainer .custom-layers .layerOpt.disabled i.fa,
.mapContainer .custom-layers .commit-type.disabled i.fa {
  color: #d8dbde;
}
.mapContainer .navbar-right .layerOpt.active i.fa,
.mapContainer .navbar-right .commit-type.active i.fa,
.mapContainer .commit-types .layerOpt.active i.fa,
.mapContainer .commit-types .commit-type.active i.fa,
.mapContainer .custom-layers .layerOpt.active i.fa,
.mapContainer .custom-layers .commit-type.active i.fa {
  color: #000000;
}
.mapContainer .navbar-right .layerOpt.check i.fa,
.mapContainer .navbar-right .commit-type.check i.fa,
.mapContainer .commit-types .layerOpt.check i.fa,
.mapContainer .commit-types .commit-type.check i.fa,
.mapContainer .custom-layers .layerOpt.check i.fa,
.mapContainer .custom-layers .commit-type.check i.fa {
  color: #000000;
}
.mapContainer .navbar-right .layerOpt.active.check i.fa,
.mapContainer .navbar-right .commit-type.active.check i.fa,
.mapContainer .commit-types .layerOpt.active.check i.fa,
.mapContainer .commit-types .commit-type.active.check i.fa,
.mapContainer .custom-layers .layerOpt.active.check i.fa,
.mapContainer .custom-layers .commit-type.active.check i.fa {
  color: #d8dbde;
}
.mapContainer #map-search-results {
  z-index: 1000;
  position: absolute;
  width: 246px;
  left: 129px;
  border: 1px solid #eee;
  border-top: none;
  display: block;
  background-color: white;
  box-shadow: 2px 2px 10px;
}
.mapContainer #map-search-results .land-search {
  cursor: pointer;
  padding: 5px;
}
.mapContainer #map-search-results :hover {
  background-color: #eee;
}
.mapContainer .commit-types,
.mapContainer .custom-layers {
  clear: left;
  margin-top: -5px;
  margin-left: -20px;
}
.mapContainer .navbar-left {
  padding-left: 11px;
  padding-top: 26px;
}
.mapContainer .navbar-left .control {
  border: 2px solid #6898CE;
  color: #6898CE;
  cursor: pointer;
  width: 32px;
  height: 32px;
  text-align: center;
  float: left;
  line-height: 30px;
  border-radius: 16px;
  font-size: 1.333em;
  margin-right: 26px;
}
.mapContainer .navbar-left .control:hover {
  color: #486a90;
}
.mapContainer .controlButton {
  color: #fff;
  float: right;
  margin-left: 15px;
  border: 1px solid #babfc5;
  background: #6898CE;
  line-height: 29px;
  padding: 0 10px;
  cursor: pointer;
}
.mapContainer .controlButton i.fa {
  border-left: 1px solid #babfc5;
  padding-left: 10px;
  margin-left: 10px;
  float: right;
  height: 29px;
  line-height: 29px;
  color: #d8dbde;
}
.mapContainer .controlButton.disabled i.fa {
  color: #d8dbde;
}
.mapContainer .controlButton.active i.fa {
  color: #000000;
}
.mapContainer .controlButton.check i.fa {
  color: #000000;
}
.mapContainer .controlButton.active.check i.fa {
  color: #d8dbde;
}
.float-reset {
  float: none;
}
@media (max-width: 991px) {
  .mapContainer {
    position: relative;
    top: auto;
  }
}
.generate-document-second-form .row {
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 25px;
  text-align: justify;
}
.generate-document-second-form .row input[type="text"],
.generate-document-second-form .row textarea,
.generate-document-second-form .row select {
  border: 2px solid #bababa;
  height: 22px;
  line-height: 22px;
  vertical-align: middle;
  padding-left: 4px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-transition: border 150ms ease-in;
  -webkit-transition: border 150ms ease-in;
  -o-transition: border 150ms ease-in;
  transition: border 150ms ease-in;
}
.generate-document-second-form .row input[type="text"].big,
.generate-document-second-form .row textarea.big,
.generate-document-second-form .row select.big {
  height: 50px;
}
.generate-document-second-form .row input[type="text"].large,
.generate-document-second-form .row textarea.large,
.generate-document-second-form .row select.large {
  width: 400px;
}
.generate-document-second-form .row input[type="text"].biggest,
.generate-document-second-form .row textarea.biggest,
.generate-document-second-form .row select.biggest {
  width: 700px;
}
.generate-document-second-form .row textarea {
  width: 100%;
  height: 100px;
}
.generate-document-second-form .row .land-table {
  width: 100%;
}
.generate-document-second-form .row .land-table tr {
  border: solid 1px #bababa;
}
.generate-document-second-form .row .land-table tr td,
.generate-document-second-form .row .land-table tr th {
  border: solid 1px #bababa;
  text-align: center;
}
.generate-document-second-form .row .land-table tr td {
  padding: 2px;
}
.generate-document-second-form .row .tooltip > .tooltip-inner {
  background-color: #861111;
}
.generate-document-second-form .row .tooltip .tooltip-arrow {
  border-right: 5px solid #861111;
}
.tooltip {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  white-space: pre-wrap;
}
.tooltip-force {
  cursor: pointer;
}
.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.gridator .tooltip > .tooltip-inner {
  max-width: 1500px;
}
.mapInfoWindow {
  display: none;
}
.contextMenu {
  width: 350px;
  right: -370px;
  position: fixed;
  background-color: #ffffff;
  margin-top: 80px;
}
.contextMenu .hideContextLabel {
  font-weight: bold;
  cursor: pointer;
  margin-right: 10px;
  float: right;
  color: #808080;
  font-size: 20px;
}
.contextMenu .sectionThird .landOwners {
  font-size: 12px;
  width: 99%;
}
.contextMenu .sectionThird .landOwners .header td {
  background-color: #696969;
  color: #ffffff;
  padding: 3px;
}
.contextMenu .sectionThird .landOwners .data .percentShare {
  text-align: right;
}
.contextMenu .sectionThird .landOwners .data td {
  border-bottom: 1px dotted #696969;
  padding: 3px;
}
.contextMenu .sectionThird {
  height: auto;
  border-bottom: 1px dotted #babfc5;
  width: 100%;
  padding: 10px;
}
.contextMenu .sectionThird #ownerCount,
.contextMenu .sectionThird #managerCount {
  font-size: 12px;
}
.googleMapInfopanel tr td {
  padding: 0 4px;
}
.pdfDocLink {
  width: 18%;
  height: 18%;
}
.getLV {
  cursor: pointer;
}
#modalForSoapUsers label {
  padding: 4px;
}
#landsTable .land-status {
  max-width: 150px;
  overflow: hidden;
  transition: all 1000ms ease-in-out;
  white-space: nowrap;
  margin-top: 5px;
}
.land-status {
  padding: 2px 8px 0 8px;
  color: #2e3e50;
  border-radius: 4px;
  border: solid 1px #d6d6d6;
  opacity: 0.9;
  display: inline-block;
}
.land-status a {
  color: #fff;
  text-decoration: none;
  font-size: 20px;
  vertical-align: middle;
  opacity: 0.8;
}
.land-status a:hover {
  opacity: 1;
}
.btn + .land-status {
  padding: 0 8px;
  line-height: 33px;
  margin-bottom: 5px;
}
.land-status + .land-status {
  padding: 0 8px;
  line-height: 33px;
  margin-bottom: 5px;
}
.revert-status-btn {
  margin-top: 5px;
}
.coordinates-missing {
  color: #ea120d;
  font-size: 15px;
}
#dragArea form {
  height: 100px;
  padding: 0;
}
#dragArea form .panel-group {
  position: absolute;
  bottom: 1px;
  margin: 0;
  left: 16px;
  z-index: 1000;
}
.dropzone {
  margin-bottom: 15px;
}
.dropzone .dz-preview .dz-image {
  width: 70px;
  height: 70px;
  border-radius: 10px;
}
.dropzone .dz-preview .dz-details {
  padding: 5px;
}
.dropzone .dz-preview .dz-details .dz-size {
  font-size: 12px;
}
.dropzone .dz-message {
  margin: 4em;
}
.dropzone .dz-default.dz-message span {
  font-size: 24px;
}
#ico-loader {
  position: absolute;
  left: 2em;
  top: 0.5em;
}
.download-data-area,
.upload-data-area {
  padding: 15px;
  margin-bottom: 15px;
}
.generate-document-error {
  color: #861111;
  font-weight: normal;
}
#modal-form-loader {
  display: inline-block;
  height: 14px;
  width: 14px;
  left: 450px;
  top: 20px;
  margin-bottom: 40px;
}
#modal-form-sent-waiting {
  position: fixed;
  z-index: 99999;
  opacity: 0.4;
  background-color: #FFFFFF;
  height: 100%;
  width: 100%;
}
#modal-form-sent-waiting span {
  top: 50%;
  left: 50%;
}
.land-review-prices {
  background: #DADDE1;
  padding: 5px 15px 10px 15px;
  margin-bottom: 10px;
}
.glyphicon-refresh-animate {
  -animation: spin .7s infinite linear;
  -webkit-animation: spin2 .7s infinite linear;
}
@-webkit-keyframes spin2 {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    transform: scale(1) rotate(0deg);
  }
  to {
    transform: scale(1) rotate(360deg);
  }
}
.overlay-parent {
  position: relative;
}
.overlay-parent .overlay-child {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  z-index: 1;
}
#alarm-overlay .overlay-child {
  background-color: #F1F1F1;
}
#load-data-by-ico {
  width: 150px;
  position: absolute;
  right: 15px;
  margin-top: -34px;
}
#load-data-by-ico #ico-loader {
  margin-left: -17px;
  margin-right: 4px;
}
.btn.dark {
  background-color: #222c3c;
}
h2 {
  font-size: 22px;
  font-weight: bold;
  color: #6B99CD;
}
.land-color-change-container .sp-cf.sp-palette-row.sp-palette-row-selection {
  margin-top: 20px;
}
.land-color-change-replacer,
.land-color-change-replacer:hover,
.land-color-change-container {
  border-color: black !important;
}
#land-detail-layout {
  margin-bottom: 200px;
}
#land-detail-layout .head {
  margin: 30px 0;
  font-size: 25px;
}
#land-detail-layout .head h3,
#land-detail-layout .head div {
  display: inline-block;
}
#land-detail-layout .stick-bottom {
  background-color: #222c3c;
  width: initial;
  position: absolute;
  right: 16px;
  margin-top: -40px;
  padding: 5px 25px;
  color: #ffffff;
  font-weight: normal;
}
#land-detail-layout .stick-bottom span {
  color: #799BC1;
  font-weight: bold;
}
#land-detail-layout .stick-bottom a {
  color: #ffffff;
}
#land-detail-layout div.map {
  width: 100%;
  border: 1px solid #ddd;
  height: 500px;
}
#land-detail-layout table.key-value tbody tr.double td:nth-child(odd) {
  width: 18%;
}
#land-detail-layout table.key-value tbody tr.double td:nth-child(even) {
  width: 7%;
}
#land-detail-layout table.key-value tbody tr td:nth-child(odd) {
  text-align: left;
  font-weight: bold;
}
#land-detail-layout table.key-value tbody tr td:nth-child(even) {
  text-align: right;
}
#land-detail-layout .status-land-detail {
  position: relative;
}
#land-detail-layout .status-land-detail:after {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 2px;
  z-index: 1;
}
.action-buttons {
  margin-top: 20px;
}
.action-buttons .btn {
  color: #ffffff;
  margin: 5px;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.action-buttons.float-right a.btn {
  float: right;
}
.accordion-wrap .accordion-note .accordion-head {
  cursor: pointer;
}
.accordion-wrap .accordion-note .accordion-head .icon {
  float: right;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.accordion-wrap .accordion-note .accordion-head.active {
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.accordion-wrap .accordion-note .accordion-head.active .icon {
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.shorten-multiline {
  overflow: hidden;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.user-log-explorer {
  padding-bottom: 20px;
}
.user-log-explorer .user-log-controls {
  padding: 10px 0;
}
.user-log-explorer .user-log-controls label {
  padding-left: 10px;
  vertical-align: bottom;
}
.user-log-explorer .user-log-controls label:first-of-type {
  padding: 0;
}
.user-log-explorer .user-log-controls input[type="text"] {
  height: 34px;
  padding: 5px;
  vertical-align: top;
}
.user-log-explorer .user-log-loader {
  margin-top: 20px;
  margin-bottom: 20px;
}
.user-log-explorer .messages-info {
  background: #d6d6d6;
  padding: 10px;
  margin: 10px 0;
}
.user-log-explorer .messages-container .user-log-row {
  padding: 4px;
}
.user-log-explorer .messages-container .user-log-row:nth-child(odd) {
  background: #f2f2f2;
}
.user-log-explorer .messages-container .user-log-row .user-log-message span.highlight {
  background: #BCD5F1;
}
.user-log-explorer .messages-container .user-log-row .user-log-message .log-message-header .date {
  display: inline-block;
  width: 150px;
}
.user-log-explorer .messages-container .user-log-row .user-log-message .log-message-header .user.active {
  color: #5d5d5d;
}
.user-log-explorer .messages-container .user-log-row .user-log-message .log-message-header .user.no-active {
  color: #8899ad;
}
.user-log-explorer .messages-container .user-log-row .user-log-message-full p {
  padding: 10px;
}
.user-log-explorer .messages-container .user-log-row .user-log-message-full pre {
  padding: 5px;
  margin: 5px;
  background: rgba(249,249,249,0.86);
}
.user-log-explorer .messages-container .user-log-row .user-log-message-full .string {
  color: green;
}
.user-log-explorer .messages-container .user-log-row .user-log-message-full .number {
  color: darkorange;
}
.user-log-explorer .messages-container .user-log-row .user-log-message-full .boolean {
  color: blue;
}
.user-log-explorer .messages-container .user-log-row .user-log-message-full .null {
  color: magenta;
}
.user-log-explorer .messages-container .user-log-row .user-log-message-full .key {
  color: #017ebc;
}
.lv-price-error {
  color: #861111;
}
.lv-price {
  color: #6898ce;
}
@-moz-keyframes three-quarters-loader {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
#snippet-myGridator-table tbody tr td:nth-child(5) span.shorten-multiline {
  max-width: 15rem;
}
#snippet-myGridator-table tbody tr td:nth-child(6) span.shorten-multiline {
  max-width: 13rem;
}
#snippet-queueDoneGridator-table tbody tr td span.shorten-multiline {
  max-width: 15rem;
  margin-right: -6rem;
}
#snippet-defaultGrid-table tbody tr td span.shorten-multiline {
  max-width: 500px;
}
@media (min-width: 2000px) {
  #snippet-myGridator-table tbody tr td:nth-child(5) span.shorten-multiline {
    max-width: 90%;
  }
  #snippet-myGridator-table tbody tr td:nth-child(6) span.shorten-multiline {
    max-width: 90%;
  }
  #snippet-queueDoneGridator-table tbody tr td span.shorten-multiline {
    max-width: 100%;
  }
  #snippet-defaultGrid-table tbody tr td span.shorten-multiline {
    max-width: 100%;
  }
}
#commitment-type-0,
#commitment-type-1,
#commitment-type-2,
#commitment-type-3,
#reloadLands {
  max-width: 300px;
  margin-top: 8px;
  text-align: center;
  padding-right: 50px;
  background-color: #b56969;
  color: black;
}
.dr-menu.dr-menu-open ul li {
  opacity: 1;
}
.dr-menu ul li a {
  display: inline-block;
  padding: 0 20px;
}
.dr-menu ul li a:hover {
  color: white;
  font-weight: bold;
}
.dr-menu ul li a:visited {
  color: green;
  font-weight: bold;
}
.dr-icon:before,
.dr-icon:after {
  position: relative;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
.dr-menu ul .dr-icon:before {
  margin-right: 15px;
  color: white;
}
.explanatoryNotes {
  max-width: 400px;
  position: absolute;
  padding: 2em 0 0 0;
  z-index: 1;
}
.side {
  width: 80%;
  padding-right: 20px;
}
.exp-note-status {
  display: initial;
  color: white;
  font-size: 15px;
  margin-left: 30px;
}
.row-exp-note {
  min-width: 200px;
  padding-right: 10px;
  display: block;
  cursor: pointer;
}
.row-exp-note:hover > .exp-note-status {
  text-decoration: none;
  color: #e6a073;
}
.exp-note-desc-main {
  margin-left: 30px;
  color: white;
  pointer-events: none;
  cursor: default;
}
.text-back-main {
  min-width: 200px;
  background-color: #003366;
}
.text-back-main #restart-filter {
  white-space: nowrap;
  cursor: pointer;
}
.text-back-main #restart-filter:hover {
  color: #68cbce;
}
@-webkit-keyframes three-quarters-loader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes three-quarters-loader {
  0% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.three-quarters-loader:not(:required) {
  -moz-animation: three-quarters-loader 1250ms infinite linear;
  -webkit-animation: three-quarters-loader 1250ms infinite linear;
  animation: three-quarters-loader 1250ms infinite linear;
  border: 8px solid #625E82;
  border-right-color: transparent;
  border-radius: 16px;
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  overflow: hidden;
  text-indent: -9999px;
  width: 32px;
  height: 32px;
  left: 46%;
}
.three-quarters-loader:not(:required).dashboard-total-count {
  right: inherit;
  left: inherit;
  width: 16px !important;
  height: 16px !important;
  border-width: 4px !important;
  opacity: 1;
}
.loader-lv-left {
  float: left;
  margin-top: 0.1em;
}
#refresh-loader {
  margin-left: -9.2em;
}
#add-land-loader {
  margin-left: -7.8em;
}
#add-land-map-loader {
  margin-left: -8em;
  margin-top: 0.1em;
}
.loader-small {
  width: 16px !important;
  height: 16px !important;
  border-width: 4px !important;
}
.loader-medium {
  width: 24px !important;
  height: 24px !important;
  border-width: 6px !important;
}
#addingLandFromMap {
  position: absolute;
  margin-left: 42px;
  margin-top: -1px;
}
.loader-center {
  position: absolute !important;
  top: 50%;
  left: 50%;
  z-index: 999;
  opacity: 0.8;
}
#gridator-menu {
  top: 0.2em;
  left: 0.8em;
}
.list-land ul li {
  max-width: 90%;
}
.wrapper-note ul {
  clear: right;
  padding-left: 20px;
}
.wrapper-note ul li {
  margin-right: -6%;
  padding-bottom: 10px;
  margin-bottom: 3%;
  list-style: none;
  border-bottom: 1px solid #DDD;
}
.wrapper-note ul li .more-content span {
  display: none;
}
.wrapper-note .note-body .note-header {
  font-weight: bold;
  margin-bottom: -30px;
  margin-top: -10px;
  color: #286090;
  float: left;
}
.wrapper-note .line-title:after {
  content: "";
  display: table;
  clear: both;
}
.wrapper-note .line-title {
  max-width: 500px;
  margin-bottom: 10px;
  padding-top: 1px;
  margin-left: -15px;
}
.wrapper-note .line-title span {
  padding-right: 10px;
  float: left;
  font-weight: bold;
  font-size: 18px;
}
.wrapper-note .line-title span hr {
  border: 1px solid #DDD;
  border-width: 1px 0 0 0;
  margin-top: 11px;
}
.wrapper-note .note-list-node {
  word-wrap: break-word;
}
.wrapper-note .note-list-node .note-comment-select {
  font-weight: normal;
  font-size: 14px;
}
.wrapper-note .empty-list-node {
  clear: right;
  font-weight: normal;
  font-size: 14px;
}
.wrapper-note .show-more-less {
  text-align: center;
}
.wrapper-note .show-more-less #show-more,
.wrapper-note .show-more-less #show-less {
  color: white;
  margin-bottom: 15px;
}
.wrapper-note .show-more-less #show-more:hover,
.wrapper-note .show-more-less #show-more:hover,
.wrapper-note .show-more-less #show-less:hover,
.wrapper-note .show-more-less #show-less:hover {
  color: #000;
}
.wrapper-note #show-default {
  position: absolute;
  left: 95%;
}
.wrapper-note #show-default:hover {
  color: #9A4343;
}
.construction-selection {
  text-align: center;
  padding-bottom: 1rem;
}
.highlight {
  color: black;
  background-color: yellow;
}
#owners-list {
  font-size: larger;
}
#owners-list table tbody tr td {
  padding-right: 30px;
}
#map-search {
  height: 31px;
  padding: 0 5px;
  width: 250px;
}
#mapTooltip {
  display: none;
  position: absolute;
  border: 1px solid #333;
  background-color: #161616;
  border-radius: 5px;
  padding: 10px;
  color: #fff;
  font-size: 12px;
}
#error-body {
  background: white;
  width: 500px;
  margin: 70px auto;
  padding: 10px 20px;
}
#error-body h1 {
  font: bold 47px/1.5 sans-serif;
  background: none;
  color: #333;
  margin: .6em 0;
}
#error-body p {
  font: 21px/1.5 Georgia, serif;
  background: none;
  color: #333;
  margin: 1.5em 0;
}
#error-body small {
  font-size: 70%;
  color: gray;
}
.land-detail-right {
  max-width: 600px;
}
.land-detail-right .land-owners {
  margin-top: -15px;
}
.land-detail-right .land-owners td {
  padding: 0 5px 0 5px;
}
.land-detail-right .land-owners .owners-names {
  min-width: 150px;
}
.land-detail-right .land-owners .owners-names .owner-name,
.land-detail-right .land-owners .owners-names .sjm {
  white-space: nowrap;
}
.land-detail-right .land-owners .owners-share,
.land-detail-right .land-owners .owner-state {
  font-weight: normal;
  font-size: 13px;
  text-align: center;
}
.land-detail-right .land-owners .owners-share-empty {
  text-align: center;
}
.owner-list {
  font-size: 12px;
}
.table-filter,
.multiselect {
  height: 30px;
}
.multiselect,
.button-container {
  box-sizing: border-box;
  width: 100%;
}
.dotted-underline {
  border-bottom: 1px dotted;
}
.loader-ico {
  z-index: 999;
  opacity: 0.4;
  background: url('/public/backend/images/icons/spinner.gif') center center no-repeat #fff;
}
.font-bold {
  font-weight: bold;
}
.apImageZoom .workflow-image {
  width: 100%;
}
.apImageZoom .constrols {
  text-align: center;
}
.apImageZoom .constrols i.fa {
  padding: 10px;
  cursor: pointer;
}
.land-owner-list-control .btn-default,
.land-owner-list-control .btn-default:focus,
.land-owner-list-control .btn-default.disabled {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.land-owner-list-control .btn-default:hover,
.land-owner-list-control .btn-default.active {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.land-owner-list-control .dropdown-menu {
  min-width: 280px;
}
.land-owner-list-control .dropdown-menu .dropdown-item {
  text-decoration: none;
  display: block;
  padding: 5px;
  font-size: 12px;
}
.insertion-cadastral .second-form h3 {
  margin: 10px 0 20px 0;
}
.insertion-cadastral .second-form input[type="text"],
.insertion-cadastral .second-form select {
  height: 25px;
  width: 100%;
  padding: 0 12px;
}
.insertion-cadastral .second-form .chosen-container-single .chosen-single {
  height: 25px;
  padding: 0 6px;
  background: #ffffff;
}
.insertion-cadastral .second-form .chosen-container-single .chosen-single div b {
  background-position: 0px 2px;
}
.insertion-cadastral .second-form .header-part-form-container {
  padding: 15px;
  background: rgba(34,44,60,0.3);
}
.insertion-cadastral .second-form .header-part-form-container hr.delimiter {
  border-top: 3px solid rgba(34,44,60,0.4);
}
.insertion-cadastral .second-form .fo-part-form-container {
  padding: 15px;
  background: rgba(104,152,206,0.3);
}
.insertion-cadastral .second-form .fo-part-form-container hr.delimiter {
  border-top: 3px solid rgba(104,152,206,0.4);
}
.insertion-cadastral .second-form .po-part-form-container {
  padding: 15px;
  background: rgba(255,165,0,0.1);
}
.insertion-cadastral .second-form .po-part-form-container hr {
  border-top: 2px solid #ffffff;
}
.insertion-cadastral .second-form .po-part-form-container hr.delimiter {
  border-top: 3px solid rgba(255,165,0,0.2);
}
.insertion-cadastral .second-form .lands-part-form-container {
  padding: 15px;
  background: rgba(0,128,0,0.1);
}
.insertion-cadastral .second-form .lands-part-form-container hr.delimiter {
  border-top: 3px solid rgba(0,128,0,0.2);
}
.insertion-cadastral .second-form .lands-part-form-container .land {
  position: relative;
}
.insertion-cadastral .second-form .lands-part-form-container .land .parent-land-cover {
  position: absolute;
  background: rgba(0,0,0,0.1);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  margin: -20px 0;
}
.insertion-cadastral .second-form .documents-part-form-container {
  padding: 15px;
  background: rgba(107,153,205,0.1);
}
.insertion-cadastral .second-form .documents-part-form-container .hr.delimiter {
  border-top: 3px solid rgba(107,153,205,0.2);
}
.insertion-cadastral .second-form .relations-part-form-container {
  padding: 15px;
  background: rgba(183,75,75,0.1);
}
.insertion-cadastral .second-form .other-part-form-container {
  padding: 15px;
  background: rgba(107,153,205,0.1);
}
.progress-chart {
  margin-top: 40px;
}
.progress-chart .status-picker-container {
  height: 312px;
  border: solid 1px #e7e7e7;
}
.progress-chart .status-picker-container span {
  padding-left: 5px;
}
.progress-chart .status-picker-container .commit-status-picker {
  -webkit-transition: background 150ms ease-out;
  -moz-transition: background 150ms ease-out;
  -ms-transition: background 150ms ease-out;
  -o-transition: background 150ms ease-out;
  transition: background 150ms ease-out;
  cursor: pointer;
  padding: 5px 5px 4px 8px;
  border: solid 1px #e7e7e7;
}
.progress-chart .status-picker-container .commit-status-picker.active,
.progress-chart .status-picker-container .commit-status-picker.active:hover {
  background: #b2dba1;
}
.progress-chart .status-picker-container .commit-status-picker:hover {
  background: #e7e7e7;
}
.progress-chart .chart-controls {
  margin-top: 30px;
}
.progress-chart .chart-controls label {
  font-weight: normal;
}
.progress-chart .chart-controls .chart-control {
  margin-bottom: 10px;
}
.progress-chart .three-quarters-loader.loader-small {
  margin-top: 10px;
}
.progress-chart-tooltip {
  position: absolute;
  display: none;
  border: 1px solid #e7e7e7;
  padding: 2px;
  background-color: #fbfbfb;
  opacity: 0.9;
}
pre.tracy-dump {
  clear: both;
  margin: 20px;
  width: calc(100% - 40px);
}
.checking-day .cd-result {
  margin-top: 50px;
  overflow: hidden;
}
.checking-day .delta-green {
  color: green;
}
.checking-day .delta-red {
  color: #CC0000;
}
.checking-day .delta .marker {
  font-size: 20px;
  padding-right: 2px;
  vertical-align: -1px;
  line-height: 16px;
}
.checking-day th.empty {
  width: 20px;
}
.checking-day th.rotate {
  height: 160px;
  width: 40px;
  min-width: 40px;
  max-width: 40px;
  position: relative;
  vertical-align: bottom;
  padding: 0;
  font-size: 12px;
  line-height: 0.8;
}
.checking-day th.rotate > div {
  position: relative;
  top: 0px;
  left: 80px;
  height: 100%;
  -ms-transform: skew(-45deg,0deg);
  -moz-transform: skew(-45deg,0deg);
  -webkit-transform: skew(-45deg,0deg);
  -o-transform: skew(-45deg,0deg);
  transform: skew(-45deg,0deg);
  overflow: hidden;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  border-top: 1px solid #dddddd;
}
.checking-day th.rotate span {
  text-transform: uppercase;
  -ms-transform: skew(45deg,0deg) rotate(315deg);
  -moz-transform: skew(45deg,0deg) rotate(315deg);
  -webkit-transform: skew(45deg,0deg) rotate(315deg);
  -o-transform: skew(45deg,0deg) rotate(315deg);
  transform: skew(45deg,0deg) rotate(315deg);
  position: absolute;
  bottom: 60px;
  left: -35px;
  display: inline-block;
  width: 150px;
  text-align: left;
  line-height: 18px;
}
.checking-day td {
  border: 1px solid #ddd;
}
.checking-day label[for="cd2"] {
  padding-left: 30px;
}
.checking-day .cd-loader-container {
  height: 30px;
}
#checking-day .three-quarters-loader {
  left: 48%;
}
.ku .first-header-line th {
  text-align: center;
  border-bottom: none;
}
.ku .second-header-line th {
  text-align: center;
  border-top: none;
  font-weight: bold;
}
.ku .second-header-line th.number-width {
  width: 10%;
}
.ku .ku-result {
  margin-top: 50px;
}
.ku .ku-loader-container {
  height: 30px;
}
.changelog-list hr {
  margin: 8px 0;
}
.changelog-list .changelog-item h2 span {
  font-size: 15px;
  color: #5d5d5d;
  font-weight: normal;
}
.changelog-version {
  display: inline-block;
  padding-top: 5px;
  font-size: 14px;
  color: #8899ad;
  font-weight: bold;
}
.changelog-version:hover,
.changelog-version:focus,
.changelog-version:active {
  color: #8899ad;
  text-decoration: none;
}
.changelog-version.fresh {
  color: #00c000;
}
.detail-status {
  margin-top: 30px;
}
.detail-status h3 {
  text-align: center;
}
.detail-status .final-status {
  background: rgba(226,226,226,0.44);
}
.detail-status .pie-graph {
  margin-bottom: 30px;
}
.detail-status .detail-status-loader-container {
  height: 30px;
}
.land-status-timeline .land-description {
  font-weight: normal;
  font-size: 15px;
}
.land-status-timeline table {
  table-layout: fixed;
}
.land-status-timeline table tbody tr {
  height: 50px;
}
.land-status-timeline table th {
  position: relative;
  font-weight: normal;
}
.land-status-timeline table tr td {
  border: solid 1px #9f9f9f;
}
.land-status-timeline table tr td:first-of-type {
  padding-left: 3px;
  padding-right: 3px;
}
.land-status-timeline table tr td .date {
  width: 90px;
  text-align: center;
}
.land-status-timeline table tr td.marked {
  background: #d1e0f3 !important;
}
.land-status-timeline table tr td.danger,
.land-status-timeline table tr th.danger {
  background: #f2dede !important;
}
.land-status-timeline table .owner-name div {
  transform-origin: 0 50%;
  transform: rotate(-70deg);
  white-space: nowrap;
  display: block;
  position: absolute;
  bottom: 0;
  left: 15px;
}
.status-term-watcher-loader-container {
  height: 30px;
}
.system-vars-configuration .controll-table tr td {
  padding: 10px 20px 10px 0;
}
.system-vars-configuration .commit-type-section {
  margin-top: 40px;
}
.system-vars-configuration .commit-type-section h5 strong {
  padding: 5px;
  border-radius: 2px;
}
.system-vars-configuration .commit-type-section .btn-original {
  color: #d9edf7;
  text-decoration: none;
}
.system-vars-configuration .commit-type-section .btn-original:hover {
  color: #79cef9;
}
.system-vars-configuration .commit-type-section .btn-original-to-resolve {
  color: #dff0d8;
  text-decoration: none;
}
.system-vars-configuration .commit-type-section .btn-original-to-resolve:hover {
  color: #a6f387;
}
.system-vars-configuration .commit-type-section table input {
  width: 100%;
  text-align: right;
  padding-right: 2px;
}
.system-vars-configuration .commit-type-section .disabled-overlay {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
  background: rgba(115,115,115,0.43);
}
