﻿#MAIOLoading {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  min-height: 100%;
  z-index: 9999;
  background: rgba(86, 86, 86, 0.6);
  -pie-background: rgba(86, 86, 86, 0.6);
  behavior: url(PIE.htc);
  font-family: 'Raleway', sans-serif;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 16px;
  font-weight: 100;
}
#MAIOLoadingInner {
  margin: 0;
  padding: 0;
  position: static;
  width: 100%;
  height: 100%;
  min-height: 100%;
}
#MAIOLoadingOuter {
  display: table !important;
  height: 100%;
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
#MAIOLoadingContainer {
  display: table-cell !important;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  text-align: center;
}
#MAIOLoadingLogo {
  display: block;
  margin-bottom: 20px;
}
#MAIOLoadingLogo img {
  max-width: 100%;
  max-height: 150px;
  width: auto;
  height: auto;
  -webkit-animation:spin 4s linear infinite;
  -moz-animation:spin 4s linear infinite;
  animation:spin 4s linear infinite;
}
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin {
    /*25% { transform:rotate(-30deg); transform-origin: bottom center; }
    50% { transform:rotate(0deg); transform-origin: bottom center; }
    75% { transform:rotate(30deg); transform-origin: bottom center; }*/
    100% { transform:rotate(360deg); }
}
#MAIOLoadingMsg {
  color: #FFFFFF;
  display: block;
}
#MAIOLoadingAnimation {
  margin-top: 60px;
  display: block;
}
.severity-green {
    color: white !important;
    background-color: #5fb97b !important;
}
.severity-yellow {
    color: white !important;
    background-color: #fcb121 !important;
}
.severity-red {
    color: white !important;
    background-color: #de6060 !important;
}
.panel-severity-green {
    color: #46a062 !important;
    background-color: #dcefe2 !important;
}
.panel-severity-green .badge {
    color: #dcefe2 !important;
    background-color: #46a062 !important;
}
.panel-severity-yellow {
    color: #e19405 !important;
    background-color: #feedcd !important;
}
.panel-severity-yellow .badge {
    color: #feedcd !important;
    background-color: #e19405 !important;
}
.panel-severity-red {
    color: #be2727 !important;
    background-color: #f6d5d5 !important;
}
.panel-severity-red .badge{
    color: #f6d5d5 !important;
    background-color: #be2727 !important;
}
.severity-red-indicator:before{
    background-color: #de6060 !important;
    height: 10px;
    width: 10px;
    display: inline-block;
    vertical-align: top;
    content: "";
    border-radius: 50%;
    margin: 3px 8px 3px 0;
}
.severity-yellow-indicator:before{
    background-color: #fcb121 !important;
    height: 10px;
    width: 10px;
    display: inline-block;
    vertical-align: top;
    content: "";
    border-radius: 50%;
    margin: 3px 8px 3px 0;
}
.severity-green-indicator:before{
    background-color: #5fb97b !important;
    height: 10px;
    width: 10px;
    display: inline-block;
    vertical-align: top;
    content: "";
    border-radius: 50%;
    margin: 3px 8px 3px 0;
}
.status-cleared {
    color: white !important;
    background-color: #5bc0de !important;
}
.status-notcleared {
    color: white !important;
    background-color: #89609E !important;
}
.status-confirmedhit {
    color: white !important;
    background-color: #9E3838 !important;
    /*background-color: #E49273 !important;*/
}
.modal-header {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  background-clip: padding-box;
  outline: 0;
}
.modal-title {
    float: left;
}
.tooltip-inner {
    /*padding-left: 30px;*/
    overflow: hidden !important;
    white-space: pre-wrap !important;
    text-overflow: ellipsis !important;
    max-width: 400px !important;
    max-height: 500px !important;
    text-align: left !important;
}

.links {
  float: right;
  padding: 0 0 2px;
}

.links li {
  float: left;
  margin: 0 6px 0 14px;
}

.links li a {
  display: block;
  width: 50px;
  color: #fff;
  height: 50px;
  -webkit-transition: color .5s linear;
  transition: color .5s linear;
}

.links li a span {
  display: block;
  font-size: 50px;
  line-height: 50px;
}

.links li a:hover {
  text-decoration: none;
}

.links li a:active, .links li a:focus {
  text-decoration: none;
}

.links li a.not-active {
  opacity: .17;
}

.closer {
  position: absolute;
  right: -14px;
  top: -14px;
  width: 30px;
  height: 30px;
  z-index: 999;
  background: #e6e6e6;
  color: #4c4c4c;
  text-align: center;
  font-size: 20px;
  border-radius: 50%;
  line-height: 26px;
  padding: 0;
  display: block;
  -webkit-transition: all .5s linear;
  transition: all .5s linear;
  opacity: 1 !important;
  border: none;
}
.closer:after {
  content: "x";
  display: inline-block;
  vertical-align: top;
  line-height: 26px;
}
.closer:hover {
  text-decoration: none;
  color: #024273;
  background: #4c4c4c;
}

.field-validation-error {
  display:block;
  color:red;
  font-weight:bold;
}

.error-indicator {
  display:none;
  color:red;
}