﻿
/* #region LESS variables */
/*
#119EDA light blue accent
#59C0F3 blue
#0081C2 blue
#194D7B dark blue accent and/or background
#25425C darker blue ??? - dont use
#f58a00 orange accent
#FFFFFF white background
#2e8b57 seagreen background
*/
/* for selected navigation and titles */
/*No need for light and dark for full heart*/
/* #endregion */
/* #region LESS Mixins */
/* #endregion */

.dv-blue-bg
{
    background-color: #002d56;
    width: 100%;
    height: 100%;
}
/* #region HTML RESET */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video
{
	font: inherit;
	margin: 0;
}

/* #endregion */

/* #region Layout */
.page-splash
{
	width: 450px;
    margin: auto;
}
.page-splash-message {
    text-align: center;
	font-size: 400%;
    font-family: arial, Helvetica, sans-serif;
    font-weight: 400;
    color: #fff;
    padding: 0;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    width: 462px;
    margin: auto;
}

.page-login-message {
    background: url(../images/merlin-logo-a.png) no-repeat;
    background-position: top;
    height: 110px;
    margin: auto;
    width: 300px;
}

.psm-main {
    font-size: 315%;
}

.psm-secondary {
    font-size: 250%;
	text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    margin-left: 137px;
}

.page-progress-bar {
	margin: 10% 30% 0 30%;
}


html
{
	padding: 0;
	color: black;
}

h1,
h2,
h3 {
  line-height: 40px;
}

h1 {
  font-size: 38.5px;
}

h2 {
  font-size: 31.5px;
}

h3 {
  font-size: 24.5px;
}

h4 {
  font-size: 17.5px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 11.9px;
}

.page-title {
	font-family: Helvetica, sans-serif;
	font-weight: 900;
	font-size: 40px;
	letter-spacing: -3px;
	color: rgb(120, 120, 120);
	display: inline-block;
	vertical-align: middle;
	text-transform: uppercase;
	margin-bottom: 0;
}

body
{
	font-size: 18px;
	margin: 0 auto;
	/*max-width: 1100px;*/
	background-color: transparent; /* TODO: overrode the background body to transparent for now */
	/*position: relative;*/
	/*overflow-y: scroll;*/
}

    body > header > h1,
    span.title
    {
        background: url(../merlin/star_blue.png) no-repeat left center;
        -moz-background-size: 27px;
		-o-background-size: 27px;
		-webkit-background-size: 27px;
		background-size: 27px;
    }

	body > header > h1,
	span.title,
	.jump-start-title
	{
		float: left;
		font-family: Helvetica, sans-serif;
		font-size: 145%;
		font-weight: 900;
		letter-spacing: -2px;
		margin-bottom: 2%;
		padding-left: 28px; /*was 55px*/
		padding-bottom: 4px;
		-webkit-text-shadow: 2px 2px rgba(0, 0, 0, 0.15);
		text-shadow: 2px 2px rgba(0, 0, 0, 0.15);
		text-transform: uppercase;
		text-decoration: none;
		color: #0081C2;
	}

    span.title:after {
    content: 'Merlin';
}

	body > header > h1 .jump-start-title,
	span.jump-start-title {
		color: #f58a00;
		padding-left: 10px;
		padding-top: 5px;
		text-shadow: 2px 2px rgba(0, 0, 0, 0.1);
	}

	span.jump-start-title {
		font-size: 120%;
		margin: 3px 0 0 0;
	}

/***************************/
/* Boostrap overrides      */

/*.navbar .btn, .navbar .btn-group {
	margin-top: 16px;
}*/

/*.navbar-fixed-top {
	z-index: 1000;
}*/

.navbar {
	text-transform: uppercase;
    
}

.navbar.navbar-default {
    -ms-border-radius: 0;
    border-radius: 0;
}

.btn {
	text-transform: uppercase;
	letter-spacing: 1px;
}

.btn-info {
	background-color: #0081C2;
	background-image: -moz-linear-gradient(top,#0081C2,#323c66);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#0081C2),to(#194D7B));
	background-image: -webkit-linear-gradient(top,#0081C2,#194D7B);
	background-image: -o-linear-gradient(top,#0081C2,#194D7B);
	background-image: linear-gradient(to bottom,#0081C2,#194D7B);
	background-repeat: repeat-x;
	border-color: #0081C2 #2f96b4 #194D7B;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0081C2', endColorstr='#ff194D7B', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

	.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
		color: white;
		background-color: #0081C2;
	}

	.btn-info:active,
	.btn-info.active {
		background-color: #0081C2;
	}

.btn-force-refresh {
	float: right;
	margin-right: 1em;
}

.btn-success, .btn-success:active, 
.btn-success:focus, .btn-success:active:focus, 
.btn-success:hover {
    color: #fff;
    background-color: #022D57;
    border-color: #001C35;
}

.icon-asterisk {
	color: #f58a00;
}

.icon-spinner {
	color: #777;
}

.loader {
	/*margin: 6px 8px 4px 8px;*/
	margin: 13px 0 2px 8px;
	visibility: hidden;
}

	.loader.active {
		visibility: visible;
	}
    
/***************************/


.view {
	margin-top: 20px;
}

	.view a
	{
		color: white;
	}

/*i added this form to CodeCamperJumpStart*/
.article-left-content
{
	border-bottom: solid 1px rgba(0, 0, 0, 0.08);
	box-shadow: 0 1px rgba(255,255,255,.8);
	min-height: 100px;
	padding: 20px;
}

.article-container-full-width
{
	margin: 6px;
	float: left;
	width: 110px;
	height: 140px;
	border-bottom: solid 0 transparent;
	padding: 1.5% .5%;
}

.view-list
{
	margin-top: 1%;
}

	.view-list > article:hover
	{
		cursor: pointer;
		color: white;
		background-color: #0081C2;
		background-image: -moz-linear-gradient(top,#59C0F3,#0081C2);
		background-image: -webkit-gradient(linear,0 0,0 100%,from(#59C0F3),to(#0081C2));
		background-image: -webkit-linear-gradient(top,#59C0F3,#0081C2);
		background-image: -o-linear-gradient(top,#59C0F3,#0081C2);
		background-image: linear-gradient(to bottom,#59C0F3,#0081C2);
		background-repeat: repeat-x;
		border-color: #59C0F3 #0081C2 #194D7B;
		border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	}
	.view-list > article:hover small
	{
		color: white;
	}

	.view-list > article h1
	{
		font-size: 125%;
		line-height: 120%;
		margin-bottom: 2%;
	}

	.view-list > article > div > img
	{
		height: 90px;
		float: left;
		margin-right: 4%;
	}

	.view-list > article > div > time
	{
		font-family: Helvetica, sans-serif;
		font-weight: bold;
		float: right;
		margin-left: 2%;
		text-transform: uppercase;
	}

	.view-list > article > div > address
	{
		font-family: Helvetica, sans-serif;
		font-size: 95%;
		font-weight: bold;
		margin: 0;
		text-transform: uppercase;
	}

	.view-list > .article-container-full-width img
	{
		float: none;
		display: block;
		margin: auto;
	}

	.view-list > .article-container-full-width address
	{
		text-align: center;
	}

div.article-counter {
	text-transform: uppercase;
	font-size: 24px;
	color: rgb(150, 150, 150);
}
div.article-counter > address {
	display: inline-block;
	vertical-align: middle;
}

.titleblock
{
	float: left;
	clear: both;
	width: 520px;
}

	.titleblock > label
	{
		float: left;
		clear: both;
		display: block;
		margin-bottom: 2%;
		width: 100px;
	}

	.titleblock > input
	{
		width: 400px;
		margin-bottom: 2%;
	}

	.titleblock > h1
	{
		color: white;
		font-size: 130%;
		margin-bottom: 1%;
		font-weight: bold;
	}


.details-multicolumn
{
	width: 375px;
}

	.details-multicolumn label
	{
		display: block;
		width: 155px;
	}

	.details-multicolumn select,
	.details-multicolumn label
	{
		margin-bottom: 2%;
	}

	.details-multicolumn input
	{
		width: 180px;
		margin-bottom: 2%;
	}

	.details-multicolumn select
	{
		width: 190px;
	}




.details-left
{
	float: left;
	width: 450px;
    /*width: 45.89963280293758%;*/
	/*clear: both;*/
    margin-left: 20px;
}

	.details-left label
	{
		clear: both;
		display: block;
		float: left;
		width: 155px;
	    margin-left: 2px;
	}

	.details-left select,
	.details-left label,
    .details-left button
	{
		margin-bottom: 2%;
	}

	.details-left input
	{
		/*width: 180px;*/
		margin-bottom: 2%;
	    float: left;
	}

	.details-left img
	{
		height: 60px;
		margin: 0 18px;
		float: left;
	}

	.details-left div address
	{
		height: 25px;
		margin-bottom: 2%;
	}

	.details-left div a
	{
		height: 25px;
		margin-left: 100px;
		margin-bottom: 2%;
		display: block;
	}

.details-right
{
	float: left;
	margin-left: 0;
	margin-top: 1%;
	clear: both;
}

	.details-right label
	{
		display: block;
		clear: both;
	}

	.details-right textarea,
	span.scrollable-text
	{
		font-family: Helvetica, sans-serif;
		height: 100px;
		width: 230px;
		float: left;
		overflow-y: scroll;
		margin-bottom: 6px;
	}

/* #endregion */

/* #region Custom Layout */
   
.search-title {
    color: #0066b4;
    font-weight: bold;
}

.search-panel {
    max-width: 300px;
    display: none;
}

.note-panel {
    max-width: 300px;
    display: none;
    top: 70px;
}

.search-panel-booking {
    max-width: 300px; 
    padding-right: 1em;
}

.sp-obc {   
    padding-right: 1em;
}

.search-input-form {
    margin-left: 10px;
    margin-top: 8px;
}

.search-input-form > div {
   padding: 0.2em 0;
}

.search-btn {
    width: 75%;
    height: 3em;
    margin-top: 1.2em;
    margin-top: 1.2em;
}

.dv-form {
    text-align: center;
}

.search-input {
    margin-left: 10px;
    padding-top: 5px;
    font-size: 0.9em;
}

.search-toggle-btn {
    position: absolute;
right: 0;
/*height: 100%;*/
top: 0;
/*width: 30px;*/

}
a:hover, a:focus {
    /* -webkit-text-shadow: 0 0 10px #51E3FF; */
    /* text-shadow: 0 0 10px #51E3FF; */
    /*color: #51E3FF;*/
    cursor: pointer;
}

.accordion a {
    color: rgb(85, 190, 243);
    -webkit-text-shadow: none;
    text-shadow: none;
}

.accordion-inner {
    padding: 9px 15px;
}

.btn-link:hover, .btn-link:focus
{
    /*color: rgb(181, 249, 255);*/
    -webkit-text-shadow: 0 0 10px #51E3FF;
    text-shadow: 0 0 10px #51E3FF;
}

/*.accordion-body .in {
    .icon-chevron-down
}*/

.accordion-inner {
    border: none;
}

.accordion-heading .accordion-toggle {
    width: 100%;
    display: inline-block;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
}

.accordion-heading > table {
    width: 100%;
}

.accordion-heading > table > tbody > tr > td {
    padding: 0;
}

.accordion-heading .btn-column {
    width: 38px;
}

.accordion-heading > table button {
    width: 100%;
    padding: 8px 1px;
    margin: 0;
}

.checkbox-types {
    list-style: none;
    display: inline-block;
    padding-left: 0;

}

.checkbox-types input {
    width: 14px;
}

.display-label
{
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    max-width: 300px;
    overflow: hidden;
    white-space: nowrap;
    padding-left: 15px;
}

.ui-datepicker {
    /*margin-top: -70px !important;*/
    /*margin-left: 40px !important;*/
    font-size: 0.82em !important;
}

.ui-datepicker-trigger {
    position: relative;
    height: 32px;
    width: 30px;
    margin-top: -1px;
}

.ui-datepicker-trigger:before {
    content: "\f073"; 
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
/*--adjust as necessary--*/
    color: #000;
    font-size: 18px;
    padding-right: 0.5em;
    position: absolute;
    top: 3px;
    left: 4px;
}

.welcome {
    white-space: normal !important;
    line-height: 1.4em !important;
}

.opacity-0 {
    opacity: 0;
}

.display-none {
    display: none;
}

.margin-right-35 {
    margin-right: -35px;
}

.margin-right-40 {
    margin-right: 40px;
}

.pass {
    display: none;
}

.btn-grp-addremove {
    float: right;
    margin-top: 8px;
}

.btn-remove {
    float: right;
}

.entity-group-header {
    padding-bottom: 10px;
}

.entity-group-header h3 {
    display: inline-block;
}

.entity-group-header h4 {
    display: inline-block;
}

.btn-add {
    float: right;
    margin: 5px;
}

.login-div {
    margin-left: auto;
    margin-right: auto;
    width: 512px;
}

.login-modal {
    background-color: #EFEFEF;
    padding-top: 25px;
    padding-bottom: 50px;
    border-radius: 50px;
    /*margin-bottom: 20%;*/
}

    .login-modal .form-group {
        width: 18em;
        margin-left: auto;
        margin-right: auto;
    }

.login-btn-grp {
    text-align: center;
} 

.login-btn-grp > div {
    display: inline-block;
} 

.login-btn-grp > div > button {
    margin-bottom: 15px;
    margin-left: 10px;
} 

.loading-title {
    display: inline-block; 
    font-size: 1.2em;
    padding: 2em;
}

.loading-dots {
    font-size: 0.7em;
    display: inline-block; 
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: url(../loaders/dots32.gif) no-repeat;
    width: 32px;
    height: 10px;
    padding-left: 32px;
}

    .loading-dots.rotated {
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

.sticky-wrapper {
    display: inline-block;
}

#accordion-booking .row {
    margin-left: 0;
}

.control-label {
    display: inline-block;
    font-weight: bold;
}

.btn-collapse-accordion {
    float: right;
    color: #777;
    border-radius: 9px;
    padding: 0px 12px;
    margin-bottom: 10px;
}

.accordion-group {
    border: none;
}

.booking-details-lbl {
    width: 137px;
    display: inline-block;
    padding: 1em;
}

.booking-more-info-div > div{
    display: inline-block;
}

.booking-right-col {
    vertical-align: top;
    padding-left: 20px;
}

.horizontal-line {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    opacity: 0.5;
    margin: 10px 0;
    border-top: 2px ridge rgb(209, 209, 209);
    border-bottom: 1px ridge #fff;
}

/*table tr:last-child td:first-child {
    -moz-border-radius-bottomleft:10px;
    -webkit-border-bottom-left-radius:10px;
    border-bottom-left-radius:10px
}

table tr:last-child td:last-child {
    -moz-border-radius-bottomright:10px;
    -webkit-border-bottom-right-radius:10px;
    border-bottom-right-radius:10px
}*/

/*.row [class*="col-md-"]:first-child {
    margin-left: 40px;
}*/

/*.row [class*="col-md-"] {
    margin-left: 3%;
}*/

.messageBox {
    width: 40em;
}

.label {
    display: inline-block;
    padding: .4em .6em .3em;
}

/* #endregion */

/* #region OBC App */

.tool-tip {
    margin-left: -20px;
    float: left;
}

.saving-icon-gif {
    margin: 10px 0 0 0;
     display: inline-block; 
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: url(../loaders/fading-balls-f8f8f8-30.gif) no-repeat;
    width: 30px;
    height: 30px;
    padding-left: 30px;
}

.nav-pills li a {
    color: #08c;
}

/*extra link hidden for desktop*/
nav a#pull {  
    display: none;  
} 

.accordion-inner-search {
    padding: 0px 15px;
}

/* #endregion */

/* #region Confirm Booking Page */

/* #endregion */

/* #region Fonts */

body,
button,
input,
textarea,
select
{
	font-size: 100%;
	font-family: "Segoe UI Light", "Segoe Light", "Segoe UI", "Helvetica-Light", Arial, Helvetica, sans-serif;
}

dt {
font-weight: bold;
}

/* #endregion */

/* #region Elements */

input,
textarea,
select
{
	padding: 3px;
}

nav label,
small
{
	text-transform: uppercase;
}

	nav label.tips,
	small.tips
	{
		text-transform: none;
		font-size: 80%;
		color: black;
	}

	nav label.right,
	small.right
	{
		clear: right;
		float: right;
	}

nav label
{
	display: block;
	margin-bottom: 3%;
}

.link-light {
    color: #5CB3FF;
}

.link-light:hover {
    color: #C5E4FF;
}

/* #endregion */

/* #region Navigation */

.page-nav
{
    overflow-y: hidden;
    max-height: 50px;
    -moz-transition-property: all;
    -o-transition-property: all;
    -webkit-transition-property: all;
    transition-property: all;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -moz-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
    -o-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
    -webkit-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
    transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}

.page-nav-hidden {
    max-height: 0;
}

.nav-tabs {
    border: none;
    text-align: center;
}

.nav-tabs>li {
    margin-bottom: 0;
}

.nav-tabs>li>a.tab-disabled
{
    pointer-events: none;
    cursor: default;
    color: #555;
}

.nav-tabs>li>a {
   border: none;
   border-radius: 0;
    border: 1px solid #ddd;
    margin-right: 0;
}

/*.nav-tabs>li:last-child>a {
    border-right: 1px solid #ddd;
}*/

/*.nav-tabs>li:not(:first-child)>a {
   border-left: 1px solid #ddd;
}*/

.nav-tabs>li:first-child>a {
    -ms-border-top-left-radius : 5px;
    border-top-left-radius : 5px;
    -ms-border-bottom-left-radius : 5px;
    border-bottom-left-radius : 5px;
}

.nav-tabs>li:last-child>a {
    -ms-border-top-right-radius : 5px;
    border-top-right-radius : 5px;
    -ms-border-bottom-right-radius : 5px;
    border-bottom-right-radius : 5px;
}

.nav-tabs>li>a:hover {
    -ms-opacity: 0.8;
    opacity: 0.8;
}

.nav-tabs>li.active>a, 
.nav-tabs>li.active>a:hover, 
.nav-tabs>li.active>a:focus {
    cursor: pointer;
    border-bottom-color: #ddd;
    margin-right: 0;
    opacity: 1;
}

.nav-tabs>li>a>span {
    margin-right: 5px;
}

.number-icon {
    -ms-border-radius: 50%;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    padding: 2px 6px;
    border: 1px solid #555;
    text-align: center;
    background-color: #d5d5d5;
    background-color: rgba(213, 213, 213, 0.5);
    font-size: 12px;
    top: -2px;
    position: relative;
}

.nav-tabs a.completed {
    color: white;
    background-color: #00AEC5;
}

/* #endregion */

/* #region Icons */

.button-bar
{
	display: inline-block;
	margin: 0 0 1em 1em; 
    z-index: 999;
}

.loader-login {
    display: inline-block; 
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: url(../loaders/fading-balls-696969-30.gif) no-repeat;
    width: 30px;
    height: 30px;
    padding-left: 30px;
}

.loader-apps {
    display: block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: url(../loaders/ripple2.gif) no-repeat;
    width: 196px;
    height: 196px;
    position: relative;   
    margin: auto;
}

.busy-icon-gif {
    margin: 0;
    display: inline-block; 
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: url(../loaders/fading-balls-f8f8f8-30.gif) no-repeat;
    width: 30px;
    height: 30px;
    padding-left: 30px;
    padding-right: 0.5em;
    position: relative;
    top: 7px;
}

.busy-icon-dg-gif {
    display: inline-block; 
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: url(../loaders/fading-balls-434a50-24.gif) no-repeat;
    width: 24px;
    height: 24px;
    padding-left: 24px;
}

.busy-icon-wh-gif {
     display: inline-block; 
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: url(../loaders/fading-balls-white-24.gif) no-repeat;
    width: 24px;
    height: 24px;
    padding-left: 24px;
}


.loading-title > .busy-icon-gif {
    vertical-align: bottom;
}

i.info {
    color: rgb(112, 199, 233);
}

.busybutton-icon-gif {
    display: inline-block; 
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: url(../loaders/fading-balls-194D7B-14.gif) no-repeat;
    width: 14px;
    height: 14px;
    padding-left: 14px;
}

.bg-logo-container{
	width: 400px;
	margin: auto;
}

.bg-logo{
	max-width: 100%;
	height: auto;
    /*content: url(../images/merlin-blue-bg.png);*/	
}

/* #endregion */

/* #region Icons */

.button-cancel {
    color: #FFFFFF;
    background-color: #8F8F8F;
    border-color: #8F8F8F;
}

/* #endregion */

/* #region Toastr Overrides */

.toast
{
	font-weight: bold;
}

/* #endregion */

/* #region Login */

#login-failed {
    margin: 0 60px;
}

#login-failed > strong {
    font-weight: bold;
}

#applicationHost > div > div > .login-modal {
    margin-top: 60px;
}

/* #endregion */

/* #region Modal */

.modal-room-info .modal-header {
    font-weight: bold;
}

.modal-room-info .modal-body td {
    max-width: 20em;
    padding-right: 1em;
    vertical-align: top;
}

.modal-room-info .modal-label {
    font-weight: bold;
}

.modal-body > .message {
    white-space: pre-wrap;
}

.lightboxOverlay {
     overflow: scroll;
}

.lightboxOverlay::-webkit-scrollbar {
     width: 0px;
}

/* #endregion */

/* #region Bootstrap Overrides */

.multiselect-container > ul > li > a
{
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 20px;
    color: #333333;
    white-space: nowrap;
    
    height: auto;
    margin-left: 0;
    margin-bottom: 0;
}

.multiselect-container > ul > li > a > label
{
    float: none;
    width: auto;
}

.multiselect-container > ul > li > a > label > input
{
    width: auto;
}

.multiselect-container > ul > li > a:hover,
.multiselect-container > ul > li > a:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
  background-image: -o-linear-gradient(top, #0088cc, #0077b3);
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}


.multiselect-container > ul > .active > a,
.multiselect-container > ul > .active > a:hover,
.multiselect-container > ul > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
  background-image: -o-linear-gradient(top, #0088cc, #0077b3);
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
  background-repeat: repeat-x;
  outline: 0;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}

.multiselect-container > ul > .disabled > a,
.multiselect-container > ul > .disabled > a:hover,
.multiselect-container > ul > .disabled > a:focus {
  color: #999999;
}

.multiselect-container > ul > .disabled > a:hover,
.multiselect-container > ul > .disabled > a:focus {
  text-decoration: none;
  cursor: default;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.has-error label {
	color: darkred !important;
}

input.has-error, select.has-error {
	border-color: #a94442 !important;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075) !important;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075) !important;
}

#twoFAValidationMsg {
	color: gray;
	display: contents;
}

.login-modal #twoFAValidationMsg {
	color: whitesmoke;
}

/* #endregion */
/* #region Responsive Design */
/*@media only screen and (max-width: 1000px)*/
@media (min-width: 768px) {
	.container {
    width: auto;
    max-width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: auto;
    max-width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: auto;
    max-width: 1170px;
  }
}


@media only screen and (max-width: 979px)
{
	body
	{
		font-size: 16px;
	}

	section.main
	{
		margin-top: 70px;
	}

	.navbar-fixed-top {
		margin-bottom: 0px;
        /*kyle add - fixes nav-menu to not only be on right side*/
	    position: fixed;
        /*kyle add end*/
	}

    /*kyle add*/
    /*#myTestNavBar {*/
        /*margin-left: -300px;*/
        /*position:fixed;
    }*/
    /*kyle add end*/
}


@media only screen and (max-width: 800px)
{
	.page-title {
		font-size: 32px;
		margin-bottom: 12px;
	}
	span.jump-start-title {
		font-size: 100%;
	}

	.titleblock
	{
		width: 300px;
	}

		.titleblock > input
		{
			width: 190px;
		}

	.view-list > article,
	.view > h1
	{
		margin-bottom: 6%;
	}

	.view-list > article > div > img
	{
		height: 90px;
	}

	.button-bar {
		display: block;
		margin-left: 0;
	}

	.button-bar > .btn
	{
		display: inline-block;
		width: 90px;
		font-size: 12px;
		margin: 0 16px 8px 0;
	}
}

@media only screen and (max-height: 768px)
{
	.view-list
	{
		height: 330px;
	}
}

@media only screen and (max-width: 480px)
{
	body
	{
		font-size: 12px;
	}

		body > header > h1,
		span.title,
		.jump-start-title
		{
			-moz-background-size: 30px;
			-o-background-size: 30px;
			-webkit-background-size: 30px;
			background-size: 30px;
			padding-left: 40px;
		}
		span.jump-start-title {
			font-size: 50%;
			display: none;
		}

	.titleblock
	{
		width: 300px;
	}

		.titleblock > input
		{
			width: 160px;
			clear: both;
			display: block;
		}

	.view-list
	{
		margin-top: 14%;
	}

		.view-list > article
		{
			padding: 10px;
		}

			.view-list > article > div > h1
			{
				margin-top: 1%;
			}

			.view-list > article > div > img
			{
				height: 70px;
			}

	.article-container-full-width
	{
		height: 110px;
		width: 80px;
	}

	.details-right textarea
	{
		width: 255px;
	}

	.details-left img
	{
		height: 70px;
	}

	.details-left input
	{
		width: 160px;
	}

	.details-left select
	{
		width: 168px;
	}

	.details-left div address
	{
		height: 15px;
	}

	.details-left div a
	{
		height: 15px;
	}
}

@media only screen and (max-width: 320px)
{
	body
	{
		font-size: 11px;
	}

		body > header > h1
		{
			-moz-background-size: 20px;
			-o-background-size: 20px;
			-webkit-background-size: 20px;
			background-size: 20px;
			font-size: 250%;
			padding-left: 30px;
		}

		body .article-right-content
		{
			min-height: 80px;
		}

		body small
		{
			display: none;
		}

	.responsive-button .text {
		display: none;
	}
}

@media only screen and (max-width: 240px)
{
	body .clear-text
	{
		margin-top: -30px;
	}
}

@media only screen and (max-height: 768px)
{
	.view-list
	{
		height: 330px;
	}
}
/* #endregion */

/*Glyphicon spinners*/
.glyphicon.fast-right-spinner {
	-webkit-animation: glyphicon-spin-r 1s infinite linear;
	animation: glyphicon-spin-r 1s infinite linear;
}

.glyphicon.normal-right-spinner {
	-webkit-animation: glyphicon-spin-r 2s infinite linear;
	animation: glyphicon-spin-r 2s infinite linear;
}

.glyphicon.slow-right-spinner {
	-webkit-animation: glyphicon-spin-r 3s infinite linear;
	animation: glyphicon-spin-r 3s infinite linear;
}

.glyphicon.fast-left-spinner {
	-webkit-animation: glyphicon-spin-l 1s infinite linear;
	animation: glyphicon-spin-l 1s infinite linear;
}

.glyphicon.normal-left-spinner {
	-webkit-animation: glyphicon-spin-l 2s infinite linear;
	animation: glyphicon-spin-l 2s infinite linear;
}

.glyphicon.slow-left-spinner {
	-webkit-animation: glyphicon-spin-l 3s infinite linear;
	animation: glyphicon-spin-l 3s infinite linear;
}

@-webkit-keyframes glyphicon-spin-r {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

@keyframes glyphicon-spin-r {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

@-webkit-keyframes glyphicon-spin-l {
	0% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}

	100% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}

@keyframes glyphicon-spin-l {
	0% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}

	100% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}
/*End Glyphicon spinners*/

.d-none{
	display: none;
}