

/* -----------------------------------------------------------
begin left navagation   #E1F6FD, F0FBFF
----------------------------------------------------------- */

#logo {
 margin-top:5px;
}

div.leftNav {
	font-family: arial;
	font-size: 16px;
	width: 195px;
/*	background: #fff;  */
	background: #5085BB;

     }

div.leftNav .header {
	color: #000;
	padding:3px;
	font-weight: bold;
	border-bottom:2px solid #d6d6d6; }

div.leftNav .content ul {
	padding: 0;
	margin:0px;
	list-style: none;  }

div.leftNav .content li {
	border-bottom: 1px solid #d6d6d6; }

div.leftNav .content a {
	display: block;
	padding: 3px;
	width: 190px;
	color:#FFFFFF;	/* F8B91A */
	text-decoration: none; }

div.leftNav .content a:hover {
	color:#9B3A3A;
	background: #F7F7F7; }
/* -----------------------------------------------------------
end left navagation
----------------------------------------------------------- */

#navDiv {                     /* This belongs to the old nav, and can go soon */
/*	position:absolute;
	top:100px;
	left:0px;*/
    padding-top:19px;
    left:9px;
    width:195px;
	height:650px;
  	background-color:#5085BB;
    padding-top:50px;
    float:left;
/*		height:expression(document.getElementById("navDiv").clientheight + "px"); 		*/
}

#header {
    display:flex;
    max-width:1200px;
}


#headerSuper {
    padding:5px;
    font-family:arial;font-size:16px;
    margin-top:10px;
    margin-left:23px;
    z-Index:20;
}

/* Hack for super search heading in non-bootstrap pages */


.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}
.form-control,
.single-line {
  background-color: #FFFFFF;
  background-image: none;
  border: 1px solid #e5e6e7;
  border-radius: 1px;
  color: inherit;
  display: block;
  padding: 6px 12px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  width: 100%;
  font-size: 14px;
}
.form-control:focus,
.single-line:focus {
  border-color: #0e9aef !important;
}
.input-sm{height:24px;padding:5px 10px;font-size:12px;line-height:1.5;}
#superMiniInput {
    width:350px;
/*    font-family: "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif; */
    font-size:17px;
}
.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}
.input-group-addon, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group {
    z-index: 2;
    margin-left: -1px;
}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
}
.btn-primary {
    background-color: #0e9aef;
    border-color: #0e9aef;
    color: #FFFFFF;
}
.btn {
    border-radius: 3px;
}

.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:first-child>.btn-group:not(:first-child)>.btn, .input-group-btn:first-child>.btn:not(:first-child), .input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group>.btn, .input-group-btn:last-child>.dropdown-toggle {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group-sm>.btn, .btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

#headerSuper {
    padding:5px;
    font-family:arial;font-size:16px;
    margin-top:10px;
    margin-left:-2px;
    z-Index:20;
}


/* Loading dialog */

/*
 *  Usage:
 *
 *    <div class="sk-spinner sk-spinner-wave">
 *      <div class="sk-rect1"></div>
 *      <div class="sk-rect2"></div>
 *      <div class="sk-rect3"></div>
 *      <div class="sk-rect4"></div>
 *      <div class="sk-rect5"></div>
 *    </div>
 *
 */
.sk-spinner-wave.sk-spinner {
  margin: 0 auto;
  width: 50px;
  height: 30px;
  text-align: center;
  font-size: 10px;
}
.sk-spinner-wave div {
  background-color: #0e9aef;
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
  animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
}
.sk-spinner-wave .sk-rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.sk-spinner-wave .sk-rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.sk-spinner-wave .sk-rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.sk-spinner-wave .sk-rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
@-webkit-keyframes sk-waveStretchDelay {
  0%,
  40%,
  100% {
    -webkit-transform: scaleY(0.4);
    transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}
@keyframes sk-waveStretchDelay {
  0%,
  40%,
  100% {
    -webkit-transform: scaleY(0.4);
    transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}