.ng-cloak {
  display: none !important;
}

label.error {
  font-size: 12px;
  color: #f64e60;
}

span.error {
  font-size: 12px;
  color: #f64e60;
}

.form-control[readonly] {
  background-color: #EEE;
}

.page-title-cont {
  border-bottom: 1px solid #555;
  margin-bottom: 20px;
}

.table-div {
  width: 100%;
  display: table;
}
.table-div > div {
  display: table-cell;
}

.datepicker {
  width: auto;
}
.datepicker.form-control {
  width: 100%;
}

.remove-icon {
  width: 32px;
  height: 32px;
  position: absolute;
  cursor: pointer;
  top: 35px;
  right: 5px;
  z-index: 999;
}

.date-div {
  display: inline-block;
  padding: 10px 0 0 10px;
}
.date-div a {
  color: #888;
  font-size: 12px;
}
.date-div a.active {
  font-weight: bold;
  color: #000;
}

.date-set {
  background: #36c6d3;
  padding: 10px;
  display: inline-block;
  margin-left: 20px;
  color: #FFF;
}
.date-set a {
  color: #FFF;
}

.selectize-control.single .selectize-input {
  box-shadow: none;
  background: #FFF;
  height: 34px;
}

.selectize-input {
  box-shadow: none;
  background: #FFF;
  min-height: 34px;
}

.portlet > .portlet-title.loading {
  border-bottom: 1px solid #f64e60;
}

.bs-modal-lg .modal-dialog {
  width: 800px;
}

.modal-large .modal-dialog {
  width: 95%;
}

.modal-front {
  z-index: 10051;
}

.errors {
  color: #f64e60;
}

.table.fixedHeader-floating.no-footer {
  top: 50px !important;
  width: auto !important;
}
.table.fixedHeader-floating.no-footer th {
  font-size: 12px;
  box-sizing: content-box;
  border-color: white;
}
.table.fixedHeader-floating.no-footer th:after {
  display: none;
}

.profile-pic img {
  width: 100%;
  border-radius: 100%;
}

.loader {
  height: 2px;
  width: 100%;
  position: relative;
  overflow: hidden;
  background-color: #ddd;
}
.loader.mt-20 {
  margin-top: -20px;
  margin-bottom: 20px;
}

.loader:before {
  display: block;
  position: absolute;
  content: "";
  left: -200px;
  width: 200px;
  height: 2px;
  background-color: #222;
  animation: loading 2s linear infinite;
}

@keyframes loading {
  from {
    left: -200px;
    width: 30%;
  }
  50% {
    width: 30%;
  }
  70% {
    width: 70%;
  }
  80% {
    left: 50%;
  }
  95% {
    left: 120%;
  }
  to {
    left: 100%;
  }
}
.fade-in {
  opacity: 1;
  animation-name: fadeInOpacity;
  animation-iteration-count: 1;
  animation-timing-function: ease-in;
  animation-duration: 0.4s;
}

@keyframes fadeInOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.modal-content {
  min-height: 200px;
}

.bootbox .modal-content {
  min-height: auto;
}

.scheme-row {
  background: #EEE;
  padding: 10px;
}
.scheme-row.yellow {
  background: #f8e599;
}
.scheme-row.green {
  background: #cbf899;
}

.client-row {
  background: #EEE;
  padding: 10px;
  margin: 10px;
}
.client-row.yellow {
  background: #eff4a5;
}
.client-row.green {
  background: #cbf899;
}
.client-row.red {
  background: #f8af99;
}
.client-row .client-name {
  font-size: 20px;
}
.table-compact thead tr th {
  padding: 5px;
  font-size: 12px;
}
.table-compact tbody tr td {
  padding: 5px;
  font-size: 12px;
}

.portlet.light.no-pad {
  padding: 0;
  margin-bottom: 0;
}

.table > tbody > tr > td.day-cell {
  padding: 0;
  width: 2%;
}
.table > tbody > tr > td.day-cell .day-meta {
  font-size: 12px;
}

.meeting {
  background: #AAA;
  padding: 2px 8px;
  margin: 1px 0;
  text-align: center;
  font-size: 13px;
  position: relative;
}
.meeting a {
  color: #FFF;
  text-decoration: none;
  display: block;
}
.meeting.type_0 {
  background: #2196F3 !important;
}
.meeting.type_1 {
  background: #6576C2 !important;
}
.meeting.type_2 {
  background: #76AF73 !important;
}
.meeting.type_3 {
  background: #8E698B !important;
}
.meeting.type_4 {
  background: #CC3300 !important;
}
.meeting.type_5 {
  background: #A12A85 !important;
}
.meeting span.physical {
  position: absolute;
  left: -6px;
  width: 16px;
  height: 16px;
  background: #2b0505;
  border-radius: 50% !important;
  top: 3px;
  color: #FFF;
  font-size: 11px;
  font-weight: bold;
}
.meeting.big {
  display: inline-block;
  border: 3px solid #FFF;
}
.meeting.big a {
  padding: 5px 15px;
}
.meeting.big.selected {
  border: 3px solid #555;
  border-radius: 3px !important;
}
.meeting.big.selected a {
  padding: 3px 15px;
  font-size: 16px;
}

.day-cell.grey {
  background: #EEE;
}
.day-cell.grey .day-meta {
  color: #CCC;
}
.day-cell > div {
  min-height: 100px;
  padding: 8px;
}
.day-cell .com-count {
  background: #fff;
  color: #000 !important;
  padding: 1px 10px;
  border-radius: 4px !important;
  font-size: 10px;
}

.deb-count {
  background: #000;
  color: #FFF !important;
  padding: 1px 10px;
  border-radius: 4px !important;
  font-size: 10px;
}
.deb-count.big {
  font-size: 15px;
}

.notifications tr td p {
  margin-top: 5px;
  margin-bottom: 5px;
}

.ses-reco {
  padding: 5px;
  display: inline-block;
  color: #000;
  position: relative;
  width: 80px;
  text-align: center;
}
.ses-reco.FOR {
  color: #FFF;
  background: #4caf50;
}
.ses-reco.AGAINST {
  color: #FFF;
  background: #e90909;
}
.ses-reco.ABSTAIN {
  color: #FFF;
  background: #0958e9;
}
.ses-reco .details {
  display: none;
  position: absolute;
  width: 300px;
  padding: 10px;
  bottom: 100%;
  background: #000;
  color: #FFF;
  font-size: 13px;
  margin-left: -110px;
  text-align: center;
  margin-bottom: 10px;
}
.ses-reco .arrow-down {
  display: none;
  width: 0;
  height: 0;
  position: absolute;
  bottom: 100%;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #000;
  left: 50%;
  margin-left: -20px;
}
.ses-reco:hover .details {
  display: block;
}
.ses-reco:hover .arrow-down {
  display: block;
}

ul.pagination {
  float: right;
}
ul.pagination a {
  outline: none;
}
ul.pagination a:active, ul.pagination a:focus {
  outline: none;
  box-shadow: none;
}

.dataTables_paginate ul.pagination li {
  padding: 5px;
  background: #EEE;
  margin: 2px;
}
.dataTables_paginate ul.pagination li.disabled {
  opacity: 0.5;
}
.dataTables_paginate ul.pagination li.active {
  background: #2196f3;
  color: #FFF;
}
.dataTables_paginate ul.pagination li.active a {
  color: inherit !important;
}

.total-count {
  font-style: italic;
  color: #888;
  font-size: 12px;
  padding-top: 5px;
}
.total-count span {
  font-style: normal;
  color: #222;
}

span.has-error {
  color: #b10e0e;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.ui-front {
  z-index: 1050 !important;
}

.dashboard-stat .visual {
  width: 80px;
  height: 80px;
  display: block;
  float: left;
  padding-top: 10px;
  padding-left: 15px;
  margin-bottom: 15px;
  font-size: 75px;
  line-height: 35px;
  position: absolute;
  color: rgba(255, 255, 255, 0.2);
  right: 0;
  bottom: -20px;
}
.dashboard-stat span.number {
  font-size: 32px;
  color: #FFF;
  font-weight: 600;
}

.reporting h4 {
  font-size: 18px;
  color: #3f51b5;
}
.reporting span.big {
  font-size: 30px;
  display: block;
}
.reporting .bar-chart {
  margin-bottom: 10px;
}
.reporting .bar-chart .table-div {
  background: #EEE;
}
.reporting .bar-chart .table-div > div {
  height: 30px;
  padding: 5px;
  color: #FFF;
  border-radius: 0 5px 5px 0;
}
.reporting .circle-progress {
  width: 80px;
  height: 80px;
  position: relative;
  margin-top: 15px;
}
.reporting .circle-progress span {
  position: absolute;
  font-size: 14px;
  top: 31px;
  left: 50%;
  margin-left: -14px;
}

.chart-details {
  max-height: 225px;
  overflow-y: auto;
  padding-top: 20px;
  font-size: 12px;
}

.chart-area > div {
  vertical-align: top;
}
.chart-area > div .e-chart {
  margin-left: -38px;
}

.item-table {
  vertical-align: top;
}

.score {
  width: 36px;
  height: 36px;
  font-size: 14px;
  line-height: 1;
  padding-top: 10px;
  text-align: center;
  border-radius: 5px;
  font-weight: bold;
}
.score.right {
  margin-left: auto;
}
.score.auto {
  margin-left: auto;
  margin-right: auto;
}

.report-menu {
  padding-left: 0;
  list-style: none;
  padding-right: 20px;
}
.report-menu li {
  cursor: pointer;
  border-radius: 5px;
  text-align: center;
  margin-bottom: 10px;
  padding: 10px 5px;
}
.report-menu li img {
  width: 24px;
  height: 24px;
  opacity: 0.7;
}
.report-menu li span {
  display: block;
}
.report-menu li.active {
  background: #E7E7E7;
  font-weight: 500;
}/*# sourceMappingURL=custom.css.map */