html {
  position: relative;
  min-height: 100%;
}
body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.4285;
    color: #333;
    background-color: #fff;
}
a:hover { 
    color:inherit;
    font-weight:bold;
}
@font-face {
    font-family: BebasNeue;
    src:url(../fonts/BebasNeue.otf);
}
.footer {
  width: 100%;
  padding: 5px 0 5px 0;
  background-color:#202020;
  text-align: left;
  display:inline-block;
  left: 0;
  bottom: 0;
}
.footer-title {
    color: #a8a7a7;
    border-bottom: 0px solid #404040;
    margin-bottom: 0px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    width: 100%;
}
.siteheader {
  font-family: BebasNeue;
  background-color:#fff;
  color: #312727;
  font-size:2em;
  text-align: center;
  /*
  background-image:url(/ResourceUI/Graphic/Logo1.png);
  background-size: contain;
  background-position-x: left;
  background-position-y:top;
  background-repeat:no-repeat;
  */
}
.siteLogin {
  font-family: Arial, Helvetica, sans-serif;
  background-color:#fff;
  color: #2196F3;
  font-size:1em;
  text-align: left;
  position:fixed;
  top:5px;
  right:2%;
}
.modal-header {
    background-color:#EEEEEE;
    color:#2d95b7;
}
/*.modal-title{font-weight:bold;}*/
.survey-header {
  font-family: BebasNeue;
  background-color:#2196F3;
  color: #fff;
  font-size:1.75em;
  text-align: center;
  margin-bottom:5px;
}
.survey-dim-box {
    border:2px solid #2196F3;
    border-radius:7px;
}
.survey-subdim-box {
    border:2px solid coral;
    border-radius:7px;
}
.survey-indic-box {
    border: 2px solid coral;
    border-radius: 7px;
}
.status-text {
  font-family: Arial, Helvetica, sans-serif;
  color: #fff;
  font-size:1.1em;
  font-weight:bold;
}
th, td {
    padding: 5px;
    text-align: left;
    vertical-align:top;
}
/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
.switch input {display:none;}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.btn-glyphicon { padding:8px; background:#ffffff; margin-right:4px; }
.icon-btn { padding: 1px 15px 3px 2px; border-radius:50px;}

.btn-custom-blue {
  background-color: hsl(195, 60%, 35%) !important;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2d95b7", endColorstr="#23748e");
  background-image: -khtml-gradient(linear, left top, left bottom, from(#2d95b7), to(#23748e));
  background-image: -moz-linear-gradient(top, #2d95b7, #23748e);
  background-image: -ms-linear-gradient(top, #2d95b7, #23748e);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2d95b7), color-stop(100%, #23748e));
  background-image: -webkit-linear-gradient(top, #2d95b7, #23748e);
  background-image: -o-linear-gradient(top, #2d95b7, #23748e);
  background-image: linear-gradient(#2d95b7, #23748e);
  border-color: #23748e #23748e hsl(195, 60%, 32.5%);
  color: #fff !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.16);
  -webkit-font-smoothing: antialiased;
}

.btn-custom-grey {
  background-color: hsl(0, 0%, 16%) !important;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#5b5b5b", endColorstr="#282828");
  background-image: -khtml-gradient(linear, left top, left bottom, from(#5b5b5b), to(#282828));
  background-image: -moz-linear-gradient(top, #5b5b5b, #282828);
  background-image: -ms-linear-gradient(top, #5b5b5b, #282828);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5b5b5b), color-stop(100%, #282828));
  background-image: -webkit-linear-gradient(top, #5b5b5b, #282828);
  background-image: -o-linear-gradient(top, #5b5b5b, #282828);
  background-image: linear-gradient(#5b5b5b, #282828);
  border-color: #282828 #282828 hsl(0, 0%, 11%);
  color: #fff !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.33);
  -webkit-font-smoothing: antialiased;
}

.btn-custom-red {
  background-color: hsl(0, 69%, 22%) !important;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b42121", endColorstr="#5e1111");
  background-image: -khtml-gradient(linear, left top, left bottom, from(#b42121), to(#5e1111));
  background-image: -moz-linear-gradient(top, #b42121, #5e1111);
  background-image: -ms-linear-gradient(top, #b42121, #5e1111);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b42121), color-stop(100%, #5e1111));
  background-image: -webkit-linear-gradient(top, #b42121, #5e1111);
  background-image: -o-linear-gradient(top, #b42121, #5e1111);
  background-image: linear-gradient(#b42121, #5e1111);
  border-color: #5e1111 #5e1111 hsl(0, 69%, 17%);
  color: #fff !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.33);
  -webkit-font-smoothing: antialiased;
}

.popup {
    display: none;
    position: absolute;
    top: 10%;
    left: 25%;
    width: 50%;
    height: 350px;
    padding: 16px;
    background-color: white;
    z-index: 1002;
    overflow: auto;    
}

.closeButton {
    float: right;    
    padding: 0;
    width: 30px;
    margin: 0;
    min-width: 30px;
    line-height: 16px;
    height: 25px;
}
