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;
}
.header_logo {
    width: 122px;
    height: 100px;
    /*background-image: url('../Graphic/kobologo.svg');*/
    background-image: url('../Graphic/EmergenceLogo.jpg');
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
}
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;*/
    color:#000;
     font-size:1.2em;
}
.option-header {
    background-color:#EEEEEE;
    /*color:#2d95b7;*/
    color:#000;
     font-size:1.15em;
     border:1px solid white;
     padding:1px;
}
/*.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:5px;
    font-weight:bold;
    padding:5px;
}
.survey-subdim-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;
}
.subq-text {
  font-family: Arial, Helvetica, sans-serif;
  color: #000;
  font-size:1.1em;
  padding-left:10px;
}
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:20px;}

.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;
}
.emer-select {
    display: block;
    width: 100%;
    height: 30px;
    padding: 5PX;
    margin: 2PX 0px 2px 0px;
    font-size: 12px;
    line-height: 1.2;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.emer-select-label {
    display: block;
    width: 100%;
    height: 30px;
    padding-top: 5px;
    margin: 0;
    font-size: 12px;
}
/*===== Preview ======*/
.band-resp {
    border: 1px solid RGB(1,167,175);
}

.band-left-resp {
    background-color: RGB(1,167,175);
    color: white;
}

.band-error {
    position: relative;
    height: 5vh;
    width: 96vw;
    border: 1px solid white;
    border-radius: 5px;
    margin: 2vw;
    background-color: RGB(254,204,199);
    color: red;
}
/* Response page bands */
.band-progress-o {
    position: relative;
    height: 20px;
    width: 96%;
    margin: 2px;
    padding: 3px;
    border: 1px solid green;
    border-radius: 5px;
    background-color: #ddd;
}

.band-progress-i {
    position: absolute;
    top: 1;
    left: 1;
    height: 14px;
    background-color: green;
    width: 50%;
}

.band-progress-t {
    position: absolute;
    top: 0;
    left: 0;
    height: inherit;
    width: inherit;
    text-align: center;
    color: black;
}

.band-dimension {
    display: block;
    height: auto;
    width: 96%;
    background-color: #dee;
    border: 1px solid #dee;
    margin: 2px;
    color: black;
}

.band-question {
    display: block;
    height: auto;
    width: 96%;
    background-color: white;
    border: 1px solid #dee;
    margin: 2px;
    padding: 5px;
}

.band-options {
    display: block;
    min-height: 60%;
    max-height: 90%;
    overflow-y: scroll;
    width: 96%;
    margin: 2px;
    color: black;
    border: 1px solid #ccc;
    padding: 5px;
}

.slider-container {
    height: 50%;
    margin: 5px;
    text-align: center;
}

input.range-slider {
    width: 50% !important;
    display: inline-block !important;
    font-size: 12;
    margin: 5px;
}

span.range-ends {
    width: 10%;
    background-color: #eee;
    color: #2b2b2b;
    font-size: 12;
}

span.range-value {
    width: 15%;
    min-width: 10%;
    background-color: white;
    color: blue;
    font-size: 12;
    border: 1px solid grey;
    margin-left: 5px;
}

.band-button-bar {
    display: block;
    height: auto;
    width: 96%;
    margin: 2px;
    text-align: center;
}

.opt-row-even {
    background-color: #ddd;
}

.opt-row-odd {
    background-color: #fff;
}
/* end */
.text-group {
    display: block;
    width: 100%;
}

.text-label {
    display: inline-block;
    text-align: left;
    font-size: 12px;
    font-weight: bold;
}

.text-info {
    display: inline-block;
    min-width: 40vw;
    text-align: left;
    font-size: 12px;
}

.text-input {
    height: 5vh;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 11px;
    background-color: white;
    margin: 5px;
    padding: 2px;
}

.emer-button {
    display: inline-block;
    height: auto;
    line-height: 25px;
    border-radius: 5px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    margin: 2px;
    padding: 2px;
}
.btn-std1 {
    background-color: RGB(88,207,139);
    width: 25%;
    color: white;
}

.btn-std2 {
    background-color: RGB(1,167,175);
    width: 25%;
    color: white;
}

.btn-std3 {
    background-color: RGB(200,80,80);
    width: 25%;
    color: white;
}

.btn-srvy {
    background-color: RGB(88,207,139);
    width: 40%;
    color: white;
}

.btn-resp {
    background-color: RGB(1,167,175);
    width: 40%;
    color: white;
}

.btn-big {
    background-color: RGB(88,207,139);
    width: 50%;
    color: white;
}

.btn-right {
    float: right;
}

