.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 {
  display: table; }
  .table-div > div {
    display: table-cell;
    vertical-align: middle; }
    .table-div > div.top {
      vertical-align: top; }
  .table-div.full {
    width: 100%; }

.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: .25rem; }

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

.info-box.with-border {
  border-radius: 5px;
  border: 1px solid #DDD;
  padding: 5px 10px; }
.info-box > div:first-child {
  width: 50px; }
.info-box i {
  font-size: 24px;
  color: #AAA; }
.info-box span.number {
  font-size: 24px;
  display: block; }
.info-box.red i {
  color: #e91e63; }
.info-box.green i {
  color: #4caf50; }
.info-box.yellow i {
  color: #ffc107; }
.info-box.blue i {
  color: #3f51b5; }
.info-box.active.red {
  border: 1px solid #e91e63; }
.info-box.active.green {
  border: 1px solid #4caf50; }
.info-box.active.yellow {
  border: 1px solid #ffc107; }
.info-box.active.blue {
  border: 1px solid #3f51b5; }

.info-text {
  font-size: 15px; }
  .info-text span {
    display: block;
    color: #555;
    font-size: 12px; }

.span-success {
  display: inline-block;
  padding: 3px 10px;
  border-radius: 3px;
  border: 1px solid #4caf50;
  font-size: 11px; }
  .span-success.big {
    font-size: 20px;
    display: block;
    text-align: center;
    background: #4caf50;
    font-weight: bold;
    color: white; }

.span-danger {
  display: inline-block;
  padding: 3px 10px;
  border-radius: 3px;
  border: 1px solid #e91e63;
  font-size: 11px; }
  .span-danger.big {
    font-size: 20px;
    display: block;
    text-align: center;
    background: #e91e63;
    font-weight: bold;
    color: white; }

.span-yellow {
  display: inline-block;
  padding: 3px 10px;
  border-radius: 3px;
  border: 1px solid #ffc107;
  font-size: 11px; }
  .span-yellow.big {
    font-size: 20px;
    display: block;
    text-align: center;
    background: #ffc107;
    font-weight: bold;
    color: white; }

h4.modal-title span {
  font-size: 14px;
  color: #555;
  display: block; }

.votes-div {
  padding: 20px;
  height: 150px;
  margin: 0 10px;
  overflow-y: auto;
  border-radius: 5px; }
  .votes-div .title {
    font-weight: bold;
    font-size: 14px; }
  .votes-div.for {
    background: #d8f3d9; }
  .votes-div.against {
    background: #f5c2bf; }
  .votes-div.abstain {
    background: #EEE; }
  .votes-div ul {
    list-style: none;
    padding-left: 10px; }

.table-impact th, .table-impact td {
  border: none; }
.table-impact thead tr th {
  font-size: 11px;
  font-weight: normal;
  vertical-align: top;
  color: #888;
  padding: 0;
  vertical-align: bottom; }
  .table-impact thead tr th > div {
    width: 250px;
    padding: 5px;
    height: 60px;
    position: relative;
    display: flex;
    align-items: flex-end;
    padding-bottom: 5px; }
    .table-impact thead tr th > div.auto {
      width: auto; }
    .table-impact thead tr th > div .full-name {
      display: none;
      position: absolute;
      background: rgba(0, 0, 0, 0.75);
      color: #fff;
      width: 200px;
      padding: 5px 8px;
      border-radius: 5px;
      left: 0;
      top: 56px;
      text-align: left;
      font-size: 11px; }
    .table-impact thead tr th > div:hover .full-name {
      display: inherit; }
.table-impact tbody tr td {
  vertical-align: top;
  font-size: 12px; }
  .table-impact tbody tr td > div {
    width: 300px;
    padding: 5px;
    height: 100px;
    overflow: hidden; }
    .table-impact tbody tr td > div.auto {
      width: auto; }
    .table-impact tbody tr td > div p {
      font-size: 11px;
      color: #555; }
.table-impact tbody tr:nth-child(2n+1) {
  background: #EEE; }

.ttip {
  position: relative; }
  .ttip > div {
    position: absolute;
    background: #000;
    display: none;
    width: 200px;
    color: #FFF;
    padding: 12px;
    border-radius: 5px;
    font-size: 12px;
    left: 50%;
    margin-left: -100px; }
  .ttip:hover > div {
    display: block; }

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