﻿.app-text-color {
  color: #ffffff;
}

.app-background-color {
  background-color: #229EE1;
}

.app-table-title {
  background-color: #229EE1;
  color: #ffffff;
}

.app-table-background {
  background-color: rgba(67, 124, 168, 0.3);
  /*color: #ffffff;*/
}

.app-agenda-circle {
  margin: 2px;
  display: inline-block;
  cursor: default;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  font-size: 11px;
  color: #ffffff;
  line-height: 20px;
  text-align: center;
  /*font-weight: bold;*/
}

.app-agenda-square {
  margin: 2px;
  display: inline-block;
  cursor: default;
  width: 20px;
  height: 20px;
  font-size: 11px;
  color: #ffffff;
  line-height: 20px;
  text-align: center;
  background-color: #797C7E;
}

mwl-calendar span[data-cal-date] {
  opacity: 1 !important;
}

.cal-day-holiday {
  background-color: rgba(246, 126, 125, 1) !important;
}

#blocker {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .5;
  background-color: #000;
  z-index: 99999999;
  overflow: auto;
  cursor: wait;
}

  #blocker #inside {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 5em;
    height: 5em;
    margin: -1em 0 0 -2.5em;
    color: #fff;
    font-weight: bold;
  }

  #blocker img {
    position: relative;
    top: -55px;
    left: 15%;
  }



/* Cloack */
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important;
}

a, .link {
  cursor: pointer;
}



/*#region Splash */
.page-splash {
  background: #293846;
  height: 100%;
  left: 0px;
  /*opacity: 0.3;*/
  position: relative;
  top: 0px;
  width: 100%;
}

.absolute-center {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 50px;
}

.login-form {
  width: 360px;
  height: 300px;
}

.no-rounded-border {
  border-radius: 0;
}

.progress-whit-value {
  text-align: center;
  height: 16px;
}

.progress-value {
  font-size: 0.8em;
  position: absolute;
  right: 0;
  left: 0;
}

.title-bar {
  width: auto;
  height: 40px;
  background-color: #51677d;
  color: #ffffff;
  font-size: 19px;
  font-weight: 900;
  line-height: 40px;
}

.custom-label {
  font-size: 21px;
  font-weight: 900;
  color: #000000;
  letter-spacing: 1px;
}

.btn-green {
  background-color: #9DC95C;
  color: #ffffff;
}

.btn-blue {
  background-color: #229EE1;
  color: #ffffff;
}

.btn-red {
  background-color: #ff7575;
  color: #ffffff;
}
