html {
	box-sizing: border-box;
	margin: 0px;
	padding: 0px;
}

body {
	margin: 0px;
	padding: 0px;
	font-family: 'Lato', sans-serif;
	overflow-x: hidden;
	overflow-y: scroll;
	background-color: #ed453e;
}

h2 {
	padding: 0px;
	margin-top: -4px;
	margin-bottom: 20px;
}

input {
	margin-bottom: 11px;
}

.innerFaGlyphRight {
	padding-left: 5px;
}

.btn-header {
	background-color: #ef4440;
}

.returnToDashboardBtn {
	margin-bottom: 40px;
}

#loader {
	margin-top: 100px;
	margin-bottom: 100px;
}

body {
    padding-right: 0px !important;
}

/*
 * Header
 */

#header {
	position: fixed;
	height: 66px;
	background-color: #5db5b3;
	color: #FFF;
	padding-left: 23px;
	padding-right: 23px;
	line-height: 58px;
	border-top-width: 3px;
	border-top-color: #5db5b3;
	border-top-style: solid;
	border-bottom-width: 3px;
	border-bottom-color: #5db5b3;
	border-bottom-style: solid;
	z-index: 50;
	width: 100%;
}

#pilotLogo {
	height: 40px;
	margin-top: -10px;
	cursor: pointer;
}

#headerTitle  {
	font-size: 22px;
	text-shadow: 0px 1px 2px #000;
	margin-left: 5px;
	cursor: pointer;
}

#headerLeftColumn {
	text-align: left;
}

#headerRightColumn {
	text-align: right;
	opacity: 0;
}

#dropdownIcon {
	margin-left: 5px;
}

/*
 * Facility Switch Dropdown
 */


#facilitySwitcher {
	position: fixed;
	width: 600px;
	height: 400px;
	top: -500px;
	z-index: 250;
	background-color: #5db5b3;
	border-color: #3b5eaf;
	border-width: 2px;
	border-style: solid;
	margin: 0 auto;
	left: 0;
	right: 0;
	border-radius: 10px;
	overflow: hidden;
}

#facilitySwitcherBlackout {
	width: 100%;
	height: 100%;
	position: fixed;
	opacity: 0;
	z-index: 200;
	background-color: #000;
	display: none;
}

#facilitySwitchTitleLbl {
	color: #FFF;
	font-size: 20pt;
	float: left;
	margin-top: 12px;
	margin-left: 12px;
	text-shadow: 1px 1px 3px #000;
}

#facilitySwitchBtn {
	float: right;
	margin-top: 14px;
	margin-right: 14px;
}

#facilityList {
	background-color: #f3f9f9;
	position: absolute;
	top: 62px;
	bottom: 60px;
	overflow-y: scroll;
	left: 10px;
	right: 10px;
}

.facilityRow {
	font-size: 15pt;
	height: 35px;
	line-height: 35px;
}

.selectBtn {
	text-align: right;
}

#addNewFacilityBtn {
	bottom: 10px;
	left: 10px;
	right: 10px;
	position: absolute;
}

#facilityListTbl tr:hover {
	cursor: pointer;
	font-weight: bold;
}

/*
 * Insert New Facility
 */

#facilitySwitcherTabOne {
	display: block;
}

#facilitySwitcherTabTwo {
	display: none;
}

#facilityAddTitleLbl {
	color: #FFF;
	font-size: 20pt;
	float: left;
	margin-top: 12px;
	margin-left: 12px;
	text-shadow: 1px 1px 3px #000;
}

#facilityAddBackBtn {
	float: right;
	margin-top: 14px;
	margin-right: 14px;
}

#addFacilityFormContainer {
	background-color: #f3f9f9;
	position: absolute;
	top: 62px;
	bottom: 60px;
	overflow: hidden;
	left: 10px;
	right: 10px;
	padding: 10px;
}

#saveFacilityBtn {
	bottom: 10px;
	left: 10px;
	right: 10px;
	position: absolute;
}

/*
 * User Control Box
 */

#userFrame {
	font-size: 18px;
	text-shadow: 0px 1px 2px #000;
	cursor: pointer;
}

#userFrame:hover #userControlBox {
	top: 30px;
	right: 0px;
}

#userControlBox {
	cursor: default;
	position: absolute;
	top: -500px;
	right: -500px;
	width: 175px;
	z-index: 80;
	opacity: 0;
}

#userControlBoxInner {
	background-color: #2b3341;	
	width: 175px;
	margin-top: 20px;
	padding: 10px;
	text-align: left;
	line-height: 10px;
}

#userControlBoxInner .btn {
	width: 100%;
	margin-top: 3px;
	margin-bottom: 3px;
}

#userFrame:hover #userControlBox {
	top: 30px;
	right: 0px;
	transition: opacity .3s ease-in-out;
	opacity: 1;
}

/*
 * navBar
 */

#navBar {
	position: fixed;
	background-color: #feedcf;
	padding-left: 23px;
	padding-right: 23px;
	height: 50px;
	line-height: 45px;
	z-index: 40;
	top: 0px;
	width: 100%;
	margin: 0px;
	color: #FFF;
}

#navBarRightDiv {
	text-align: right;
}

#navBar .col-xs-6 {
	padding: 0px;
}

.liveSupportLbl {
	display: inline;
	text-align: center;
	font-size: 11pt;
	position: absolute;
	right: 184px;
	top: 6px;
	color: #000;
	line-height: 18px;
}

/*
 * Body
 */

#body {
	padding: 40px;
	padding-top: 106px;
	background-color: #f3f9f9;
	min-height: 300px;
}

/* Handle small ass screens. */
@media (max-width: 1100px) {
	#body {
		padding-top: 86px;
		padding-left: 5px;
		padding-right: 5px;
		padding-bottom: 10px;
	}
}


/*
 * Footer
 */

#footer {
	text-align: center;
	color: #FFF;
	padding-top: 30px;
	padding-bottom: 30px;
}

#footerTitle  {
	margin-top: 8px;
	font-size: 22px;
	text-shadow: 0px 1px 2px #000;
	margin-left: 5px;
}

.copyrightText {
	font-size: 11px;
	color: #FFF;
	text-shadow: 0px 1px 2px #000;
}

.copyrightText a:link {
	color: #FFF;
}

.copyrightText a:visited {
	color: #FFF;
}

.copyrightText a:hover {
	color: #FFF;
}

.copyrightText a:active {
	color: #FFF;
}

#footerPilotImg {
	height: 100px;
	position: relative;
}

/* Shrink */
.hvr-shrink {
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-shrink:hover, .hvr-shrink:focus, .hvr-shrink:active {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}

/*
 * Button Inside Of Textfield CSS.
 */

.right-inner-addon {
	position: relative;
}

.right-inner-addon input{
	padding-right: 30px;
}

.right-inner-addon i{
	position: absolute;
	right: 0px;
	padding: 10px 12px;
}

/*
 * Loading Animation.
 */

.windows8 {
	position: relative;
	width: 78px;
	height:78px;
	margin:auto;
}

.windows8 .wBall {
	position: absolute;
	width: 74px;
	height: 74px;
	opacity: 0;
	transform: rotate(225deg);
		-o-transform: rotate(225deg);
		-ms-transform: rotate(225deg);
		-webkit-transform: rotate(225deg);
		-moz-transform: rotate(225deg);
	animation: orbit 3.9325s infinite;
		-o-animation: orbit 3.9325s infinite;
		-ms-animation: orbit 3.9325s infinite;
		-webkit-animation: orbit 3.9325s infinite;
		-moz-animation: orbit 3.9325s infinite;
}

.windows8 .wBall .wInnerBall{
	position: absolute;
	width: 10px;
	height: 10px;
	background: rgb(0,0,0);
	left:0px;
	top:0px;
	border-radius: 10px;
}

.windows8 #wBall_1 {
	animation-delay: 0.856s;
		-o-animation-delay: 0.856s;
		-ms-animation-delay: 0.856s;
		-webkit-animation-delay: 0.856s;
		-moz-animation-delay: 0.856s;
}

.windows8 #wBall_2 {
	animation-delay: 0.173s;
		-o-animation-delay: 0.173s;
		-ms-animation-delay: 0.173s;
		-webkit-animation-delay: 0.173s;
		-moz-animation-delay: 0.173s;
}

.windows8 #wBall_3 {
	animation-delay: 0.3465s;
		-o-animation-delay: 0.3465s;
		-ms-animation-delay: 0.3465s;
		-webkit-animation-delay: 0.3465s;
		-moz-animation-delay: 0.3465s;
}

.windows8 #wBall_4 {
	animation-delay: 0.5095s;
		-o-animation-delay: 0.5095s;
		-ms-animation-delay: 0.5095s;
		-webkit-animation-delay: 0.5095s;
		-moz-animation-delay: 0.5095s;
}

.windows8 #wBall_5 {
	animation-delay: 0.693s;
		-o-animation-delay: 0.693s;
		-ms-animation-delay: 0.693s;
		-webkit-animation-delay: 0.693s;
		-moz-animation-delay: 0.693s;
}



@keyframes orbit {
	0% {
		opacity: 1;
		z-index:99;
		transform: rotate(180deg);
		animation-timing-function: ease-out;
	}

	7% {
		opacity: 1;
		transform: rotate(300deg);
		animation-timing-function: linear;
		origin:0%;
	}

	30% {
		opacity: 1;
		transform:rotate(410deg);
		animation-timing-function: ease-in-out;
		origin:7%;
	}

	39% {
		opacity: 1;
		transform: rotate(645deg);
		animation-timing-function: linear;
		origin:30%;
	}

	70% {
		opacity: 1;
		transform: rotate(770deg);
		animation-timing-function: ease-out;
		origin:39%;
	}

	75% {
		opacity: 1;
		transform: rotate(900deg);
		animation-timing-function: ease-out;
		origin:70%;
	}

	76% {
	opacity: 0;
		transform:rotate(900deg);
	}

	100% {
	opacity: 0;
		transform: rotate(900deg);
	}
}

@-o-keyframes orbit {
	0% {
		opacity: 1;
		z-index:99;
		-o-transform: rotate(180deg);
		-o-animation-timing-function: ease-out;
	}

	7% {
		opacity: 1;
		-o-transform: rotate(300deg);
		-o-animation-timing-function: linear;
		-o-origin:0%;
	}

	30% {
		opacity: 1;
		-o-transform:rotate(410deg);
		-o-animation-timing-function: ease-in-out;
		-o-origin:7%;
	}

	39% {
		opacity: 1;
		-o-transform: rotate(645deg);
		-o-animation-timing-function: linear;
		-o-origin:30%;
	}

	70% {
		opacity: 1;
		-o-transform: rotate(770deg);
		-o-animation-timing-function: ease-out;
		-o-origin:39%;
	}

	75% {
		opacity: 1;
		-o-transform: rotate(900deg);
		-o-animation-timing-function: ease-out;
		-o-origin:70%;
	}

	76% {
	opacity: 0;
		-o-transform:rotate(900deg);
	}

	100% {
	opacity: 0;
		-o-transform: rotate(900deg);
	}
}

@-ms-keyframes orbit {
	0% {
		opacity: 1;
		z-index:99;
		-ms-transform: rotate(180deg);
		-ms-animation-timing-function: ease-out;
	}

	7% {
		opacity: 1;
		-ms-transform: rotate(300deg);
		-ms-animation-timing-function: linear;
		-ms-origin:0%;
	}

	30% {
		opacity: 1;
		-ms-transform:rotate(410deg);
		-ms-animation-timing-function: ease-in-out;
		-ms-origin:7%;
	}

	39% {
		opacity: 1;
		-ms-transform: rotate(645deg);
		-ms-animation-timing-function: linear;
		-ms-origin:30%;
	}

	70% {
		opacity: 1;
		-ms-transform: rotate(770deg);
		-ms-animation-timing-function: ease-out;
		-ms-origin:39%;
	}

	75% {
		opacity: 1;
		-ms-transform: rotate(900deg);
		-ms-animation-timing-function: ease-out;
		-ms-origin:70%;
	}

	76% {
	opacity: 0;
		-ms-transform:rotate(900deg);
	}

	100% {
	opacity: 0;
		-ms-transform: rotate(900deg);
	}
}

@-webkit-keyframes orbit {
	0% {
		opacity: 1;
		z-index:99;
		-webkit-transform: rotate(180deg);
		-webkit-animation-timing-function: ease-out;
	}

	7% {
		opacity: 1;
		-webkit-transform: rotate(300deg);
		-webkit-animation-timing-function: linear;
		-webkit-origin:0%;
	}

	30% {
		opacity: 1;
		-webkit-transform:rotate(410deg);
		-webkit-animation-timing-function: ease-in-out;
		-webkit-origin:7%;
	}

	39% {
		opacity: 1;
		-webkit-transform: rotate(645deg);
		-webkit-animation-timing-function: linear;
		-webkit-origin:30%;
	}

	70% {
		opacity: 1;
		-webkit-transform: rotate(770deg);
		-webkit-animation-timing-function: ease-out;
		-webkit-origin:39%;
	}

	75% {
		opacity: 1;
		-webkit-transform: rotate(900deg);
		-webkit-animation-timing-function: ease-out;
		-webkit-origin:70%;
	}

	76% {
	opacity: 0;
		-webkit-transform:rotate(900deg);
	}

	100% {
	opacity: 0;
		-webkit-transform: rotate(900deg);
	}
}

@-moz-keyframes orbit {
	0% {
		opacity: 1;
		z-index:99;
		-moz-transform: rotate(180deg);
		-moz-animation-timing-function: ease-out;
	}

	7% {
		opacity: 1;
		-moz-transform: rotate(300deg);
		-moz-animation-timing-function: linear;
		-moz-origin:0%;
	}

	30% {
		opacity: 1;
		-moz-transform:rotate(410deg);
		-moz-animation-timing-function: ease-in-out;
		-moz-origin:7%;
	}

	39% {
		opacity: 1;
		-moz-transform: rotate(645deg);
		-moz-animation-timing-function: linear;
		-moz-origin:30%;
	}

	70% {
		opacity: 1;
		-moz-transform: rotate(770deg);
		-moz-animation-timing-function: ease-out;
		-moz-origin:39%;
	}

	75% {
		opacity: 1;
		-moz-transform: rotate(900deg);
		-moz-animation-timing-function: ease-out;
		-moz-origin:70%;
	}

	76% {
	opacity: 0;
		-moz-transform:rotate(900deg);
	}

	100% {
	opacity: 0;
		-moz-transform: rotate(900deg);
	}
}

.loader,
.loader:before,
.loader:after {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
}
.loader {
  color: #000;
  font-size: 10px;
  margin: 80px auto;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.loader:before,
.loader:after {
  content: '';
  position: absolute;
  top: 0;
}
.loader:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader:after {
  left: 3.5em;
}
@-webkit-keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
@keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}
