/*

@primary-color:#9472cc;//#06AED5;//#8c69c1;//#7a58ad;//#673ab7;//#2196f3;
//@primary-color: #3abff0;

//@primary-color: #4abaa4;
@primary-color:#0099e5;//#39aae6;
//@primary-color:#DB8A74;//#9055A2;
//@primary-color:#39c6c3;//#5BC0BE;
//@primary-color:#7e57c2;

@darker-primary-color: #4a3d5e;

@dark-primary-color: #342e3e;//#352c44;//#433758;//#322840;//darken(@primary-color, 35%);//#3F2E56;//#0e314c;
@dark-primary-color: desaturate(darken(#9472cc, 40%),25%);

@primary-color-background: linear-gradient(135deg, @primary-color 0, lighten(@primary-color, 15%) 100%);
//@dark-primary-color-background: linear-gradient(135deg,fade(#433758,95) 0,fade(#7a63a0,95) 100%);//linear-gradient(135deg, @dark-primary-color 0, lighten(@dark-primary-color, 25%) 100%);
@dark-primary-color-background: linear-gradient(135deg,fade(@primary-color,95) 0,fade(lighten(#6d589d, 15%),95) 100%);
@text-color:#342e3e;//#2f2f2f;
//@shade: hsla(0, 0%, 93%, 1);
//@shade-light: hsla(0, 0%, 97%, 1);
*/
.standard-transition {
  -webkit-transition: all 0.3s;
  /* Safari */
  transition: all 0.3s;
}
.radial-light-background {
  background-image: -moz-radial-gradient(center, ellipse cover, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  /* FF3.6-15 */
  background-image: -webkit-radial-gradient(center, ellipse cover, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background-image: radial-gradient(ellipse at center, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
}
body {
  background: #e8eef2;
  font-family: "Roboto", sans-serif;
  color: #283547;
  font-weight: 300;
}
strong {
  font-weight: 700;
}
a {
  color: #00a6ed;
}
a:hover,
a:focus {
  text-decoration: none;
  color: #54ccff;
}
label {
  font-weight: bold;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin-bottom: 0;
  width: 100%;
}
label .shortinfo {
  font-weight: 300;
  color: #698696;
  font-size: 0.8rem;
  padding-left: 0.5rem;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 300;
  line-height: 1.2;
}
h3 {
  font-size: 1.5rem;
}
.btn,
.form-control {
  font-family: "Roboto", sans-serif;
}
.btn {
  border-radius: 2px;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  min-width: 40px;
}
.btn.btn-lg {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.btn.disabled,
.btn:disabled {
  opacity: 0.5;
}
select.form-control:not([size]):not([multiple]) {
  height: auto;
}
.btn:hover {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}
.btn-primary {
  background: #00a6ed;
  border-color: #00a6ed;
}
.btn-primary:hover {
  background-color: #0070a1;
  border-color: #0070a1;
}
.btn-outline-primary {
  color: #00a6ed;
  border-color: #00a6ed;
}
.btn-outline-primary:hover {
  border-color: #00a6ed;
  background-color: #00a6ed;
}
.btn-success {
  background-color: #1abc9c;
  border-color: #1abc9c;
}
.btn-success:hover {
  background-color: #117964;
  border-color: #117964;
}
.btn-danger {
  background-color: #EF626C;
  border-color: #EF626C;
}
.btn-danger:hover {
  background-color: #e81d2b;
  border-color: #e81d2b;
}
.btn-outline-light {
  border-color: #fff;
  color: #fff;
  background: transparent;
}
.btn-outline-light:hover {
  border-color: #fff;
  color: #283547;
  background: #fff;
}
.btn-outline-secondary {
  border-color: #283547;
  color: #283547;
  background: transparent;
}
.btn-outline-secondary:hover {
  background: #283547;
  border-color: #283547;
  color: #fff;
}
.btn-upgrade {
  background: #F5CB5C;
  border-color: #F5CB5C;
  color: #283547;
}
.btn-upgrade-outline {
  background: transparent;
  border-color: #F5CB5C;
  color: #F5CB5C !important;
}
.btn-upgrade-outline:hover,
.btn-upgrade:hover {
  background: #F5CB5C;
  border-color: #F5CB5C;
  color: #283547 !important;
}
.btn-full {
  width: 100%;
}
.btn-margin-right {
  margin-right: 0.5rem;
}
.btn-icon,
.btn-icon:hover,
.btn-icon:active,
.btn-icon:focus {
  background: none;
  border: none;
  box-shadow: none;
}
.btn-icon:hover {
  color: #00a6ed;
}
.form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #9db8ce;
}
.form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #9db8ce;
}
.form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #9db8ce;
}
.form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #9db8ce;
}
.form-control {
  border-radius: 2px;
  border: 1px solid #d5dce1;
  background: #f5f7fa;
}
.form-control.error {
  border-color: #EF626C;
}
.form-control:focus {
  background: #fff;
}
.form-check-label {
  font-weight: 300;
}
.input-group-addon {
  border-radius: 2px;
  background: #f5f7fa;
}
.alert {
  border-radius: 2px;
  padding: 0.75rem 1rem;
  font-size: 14px;
}
.alert.alert-success {
  background: #1abc9c;
  color: #fff;
  border: transparent;
}
.alert.alert-danger {
  background: #EF626C;
  color: #fff;
  border: transparent;
}
.alert.alert-info {
  background: #E3F2FD;
  border-color: #E3F2FD;
}
.alert.alert-light {
  border-color: rgba(0, 0, 0, 0.05);
  background: #f5f7fa;
}
.table thead th {
  border: none;
}
.alert-wrapper {
  z-index: 999999999;
  position: fixed;
  bottom: 2rem;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  left: 0;
  right: 0;
  /*
  .alert.alert-danger{
    border-color:@danger-color;
    color: @danger-color;
  }

  .alert.alert-success{
    border-color:@success-color;
    color: @success-color;
  }
*/
}
.alert-wrapper .alert {
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.15);
  font-weight: bold;
  min-width: 250px;
  border-radius: 4px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin: 0;
  text-align: center;
  position: relative;
}
.alert-wrapper .alert .close {
  position: absolute;
  right: 1rem;
  line-height: 1.25rem;
  cursor: pointer;
}
.alert-wrapper .alert.alert-danger {
  padding-right: 2.5rem;
}
.no-margin-bottom {
  margin-bottom: 0 !important;
}
.no-padding-bottom {
  padding-bottom: 0 !important;
}
.flex-button {
  -webkit-flex: 1;
  flex: 1;
}
.loading-screen {
  -webkit-transition: all 0.5s;
  /* Safari */
  transition: all 0.5s;
  opacity: 0;
  background: rgba(255, 255, 255, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  flex-direction: column;
}
.loading-screen .loader,
.loading-screen .loader:after {
  border-radius: 50%;
  width: 3rem;
  height: 3rem;
}
.loading-screen .loader {
  position: relative;
  border-top: 4px solid #00a6ed;
  border-right: 4px solid #00a6ed;
  border-bottom: 4px solid #00a6ed;
  border-left: 4px solid #ffffff;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
.loading-screen.active {
  opacity: 1;
}
ng-progress-bar {
  /*
    .spinner[_ngcontent-c2]:after{
      content: 'Loading';
      color:yellow;
    }
  */
}
ng-progress-bar .spinner[_ngcontent-c2] {
  top: auto !important;
  right: 50% !important;
  bottom: 0 !important;
  background: #283547;
  padding: 1rem 3rem;
  border-radius: 2px 2px 0 0;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.3);
  margin-right: -57px;
}
ng-progress-bar .thick[_ngcontent-c2] .spinner-icon[_ngcontent-c2],
ng-progress-bar .spinner-icon[_ngcontent-c2] {
  border-top-color: #fff !important;
  border-left-color: #fff !important;
}
ng-progress-bar .thick[_ngcontent-c2] .bar[_ngcontent-c2] {
  height: 4px !important;
}
.dialog {
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.dialog .dialog-background {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.dialog .dialog-inner {
  position: relative;
  z-index: 2;
  margin: 2rem;
  max-width: 920px;
  width: 400px;
  border-radius: 4px;
  overflow: hidden;
}
.dialog .dialog-inner .buttons {
  border-top: 1px solid #e8eef2;
  text-align: center;
}
.dialog .dialog-inner .buttons .btn {
  margin: 0 4px;
  min-width: 64px;
}
.dialog .dialog-inner .close {
  color: #9db8ce;
  cursor: pointer;
  font-size: 1.5rem;
}
p-calendar .ui-inputtext {
  font-family: "Roboto", sans-serif;
  border-radius: 2px;
  border: 1px solid #d5dce1;
  background: #f5f7fa;
}
p-calendar .ui-datepicker {
  background: #fff;
}
p-calendar .ui-datepicker td span,
p-calendar .ui-datepicker td a {
  text-align: center;
}
p-calendar .ui-datepicker td.ui-datepicker-other-month {
  opacity: 0.4;
}
p-calendar .ui-datepicker a.ui-state-active {
  background: #00a6ed;
  color: #fff;
}
.message-wrapper {
  background: #1abc9c;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: auto 100%;
  min-height: 100vh;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  justify-content: center;
  align-items: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.message-wrapper .message {
  background: #fff;
  overflow: hidden;
  border-radius: 2px;
  box-shadow: 0 0 32px rgba(0, 0, 0, 0.1);
  margin: 1.5rem 1.5rem 2rem 1.5rem;
  max-width: 440px;
  text-align: center;
}
.message-wrapper .message h3 {
  margin-bottom: 1.5rem;
  font-size: 2rem;
  font-weight: bold;
}
.message-wrapper .message .inner {
  padding: 1.5rem;
}
.message-wrapper .message .footer {
  padding: 1.5rem;
  background: #f5f7fa;
  border-top: 1px solid #e8eef2;
  font-size: 0.85rem;
}
.message-wrapper .logo {
  margin-bottom: 2rem;
}
.message-wrapper .logo img {
  max-width: 100%;
}
