﻿/*@import "_common.scss";*/
.white {
  color: white !important; }

.red {
  color: red !important; }

.darkgray {
  color: darkgray !important; }

.sps-blue {
  color: #006FB9 !important; }

.area-title {
  border-bottom: 1px solid silver;
  color: #006FB9 !important; }

.background-white {
  background-color: white !important; }

.navbar-fixed-top {
  z-index: 70; }

.centered {
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%; }

.sortable:hover, .selectable {
  cursor: pointer !important; }

/* ICON STYLES */
li > .fa.menu-item-icon, li > a > .fa.menu-item-icon {
  margin-right: 10px !important;
  display: inline-block !important; }

/* FONT STYLES */
.text-small {
  font-size: 11px !important;
  line-height: 1.273; }

.text-medium {
  font-size: 12px !important;
  line-height: 1.333; }

input.md-input-style {
  border-bottom: 1px solid silver;
  border-top: none !important;
  border-right: none !important;
  border-left: none !important;
  outline: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  border-radius: 0; }

input.md-input-style:focus {
  border-bottom: 2px solid #3370bb; }

input.md-input-style.ng-dirty.ng-invalid,
input.md-input-style.ng-dirty.ng-invalid:focus {
  border-bottom: 2px solid #d17676 !important; }

input.md-input-style.ng-touched.ng-valid,
input.md-input-style.ng-touched.ng-valid:focus {
  border-bottom: 2px solid rgba(94, 158, 84, 0.5) !important; }

.fade-out.fade-in {
  z-index: 100; }

.fade-out.ng-hide {
  opacity: 0; }

.fade-in {
  opacity: 1; }

.fade-out.ng-hide-add, .fade-in.ng-hide-remove {
  transition: all linear 0.3s; }

.material-shaddow-none {
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }

.material-shaddow-1 {
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2); }

.material-shaddow-2 {
  -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3); }

.material-shaddow-3 {
  -webkit-box-shadow: 0 8px 17px 2px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 8px 17px 2px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2); }

.material-shaddow-4 {
  -webkit-box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -7px rgba(0, 0, 0, 0.2);
  box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -7px rgba(0, 0, 0, 0.2); }

.material-shaddow-5 {
  -webkit-box-shadow: 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12), 0 11px 15px -7px rgba(0, 0, 0, 0.2);
  box-shadow: 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12), 0 11px 15px -7px rgba(0, 0, 0, 0.2); }

/* SPINNER */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.spinner {
  position: absolute;
  display: block;
  left: 50%;
  top: 50%;
  z-index: 1;
  margin: -30px 0 0 -30px;
  border: 6px solid #f3f3f3;
  border-radius: 50%;
  border-top: 6px solid #0e76bd;
  width: 60px;
  height: 60px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite; }

.modal-spinner {
  position: relative;
  display: block;
  z-index: 1;
  margin: 0 auto auto;
  top: 45%;
  border: 4px solid #f3f3f3;
  border-radius: 50%;
  border-top: 4px solid #0e76bd;
  width: 40px;
  height: 40px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite; }

h2 .modal-spinner {
  position: relative;
  display: block;
  z-index: 1;
  margin: 0 auto auto;
  top: 45%;
  border: 4px solid #f3f3f3;
  border-radius: 50%;
  border-top: 4px solid #398A45;
  width: 30px;
  height: 30px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite; }

.spinner-overlay {
  position: fixed;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1050;
  cursor: default; }

.modal-loader-backdrop, .modal-panel-backdrop {
  position: fixed;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 520;
  background-color: #565454;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-color: rgba(0, 0, 0, 0.3); }

/* TABLE STYLES */
td > h5 {
  margin-top: 5px !important; }

.td-20 {
  width: 20px !important; }

.td-30 {
  width: 30px !important; }

.td-40 {
  width: 40px !important; }

.td-60 {
  width: 60px !important; }

.td-80 {
  width: 80px !important; }

.td-100 {
  width: 100px !important; }

.td-120 {
  width: 120px !important; }

.td-140 {
  width: 140px !important; }

.td-160 {
  width: 160px !important; }

.td-180 {
  width: 180px !important; }

.td-200 {
  width: 200px !important; }

.td-220 {
  width: 220px !important; }

.td-240 {
  width: 240px !important; }

.td-260 {
  width: 260px !important; }

.td-280 {
  width: 280px !important; }

.td-300 {
  width: 300px !important; }

.td-320 {
  width: 320px !important; }

.td-340 {
  width: 340px !important; }

.td-360 {
  width: 360px !important; }

.td-380 {
  width: 380px !important; }

.ms-signin-button {
    display: inline-flex;
    align-items: center;
    background-color: #f3f2f1;
    color: #5E5E5E;
    font-family: 'Segoe UI', Arial, sans-serif;
    font-weight: 600;
    padding: 0px 10px;
    box-shadow: inset 0 0 0 1px #8C8C8C;
    text-decoration: none;
    text-transform: initial;
    transition: background-color 0.3s; }

.ms-signin-button:hover { background-color: #e1dfdd; }

.ms-logo { margin-right: 10px; }