@import url("../_lib/add2home.min.css");@import url("../_lib/forms.min.css");@import url("../_lib/reset.css");
html,body {
  background: #1b4669;
  background: -moz-radial-gradient(center,ellipse cover,#376482 0,#1b4669 100%);
  background: -webkit-gradient(radial,center center,0px,center center,100%,color-stop(0%,#376482),color-stop(100%,#1b4669));
  background: -webkit-radial-gradient(center,ellipse cover,#376482 0,#1b4669 100%);
  background: -o-radial-gradient(center,ellipse cover,#376482 0,#1b4669 100%);
  background: -ms-radial-gradient(center,ellipse cover,#376482 0,#1b4669 100%);
  background: radial-gradient(center,ellipse cover,#376482 0,#1b4669 100%);
  color: #6e6e6e; font: normal 11px/1.25em "helvetica", "arial", sans-serif; height: 100%; margin: 0px; padding: 0px; text-align: center;
}
a:link,a:visited {
  -moz-transition: all 0.25s ease-in-out; -webkit-transition: all 0.25s ease-in-out;
  color: #4691b4; text-decoration: none; transition: all 0.25s ease-in-out;
}
a:hover {color: #326487;}
footer {color: #b4c3cd; display: block; font-size: 11px; height: 55px; line-height: 45px; margin: 0px auto; text-align: center;}
footer span {color: #ebebeb; font-weight: 700; text-shadow: 0px -1px 0px #213849;}
h1 {font-size: 20px; font-weight: 700; line-height: 1em; margin-bottom: 0.5em;}
h2 {font-size: 16px; font-weight: 700; line-height: 1em; margin-bottom: 0.5em; text-shadow: 0px -1px 0px #fff;}
h3 {font-size: 14px; font-weight: 500; line-height: 1.2em; margin-bottom: 0.5em;}
h4 {font-size: 13px; font-weight: 500; line-height: 1.4em; margin-bottom: 0.5em;}
h5 {font-size: 12px; font-weight: 500; line-height: 1.4em; text-transform: uppercase;}
p {margin-bottom: 1.25em;}
h1,h2,h3,h4,h5 {color: #4b4b4b;}
.btnlink a:link,.btnlink a:visited {
  -moz-border-radius: 2px!important; -moz-transition: all 0.25s ease-in-out; -webkit-appearance: none;
  -webkit-border-radius: 2px!important; -webkit-transition: all 0.25s ease-in-out; background: #55aad2; border-bottom: 1px solid #3791b4;
  border-radius: 2px!important; border-top: 1px solid #5faac8; border: none!important; color: #fff; cursor: pointer; display: inline-block;
  font-family: "helvetica", "arial", sans-serif; font-size: 13px; font-weight: 700; height: 35px; letter-spacing: 0.05em; line-height: 35px;
  margin: 0px; padding: 0px 25px; text-align: center; text-shadow: 0px -1px 0px #286982; transition: all 0.25s ease-in-out;
}
.btnlink a:hover {background: #326487; border-bottom: 1px solid #285a7d; border-top: 1px solid #285a7d; text-shadow: 0px -1px 0px #1d5a80;}
#login_view {box-sizing: border-box; display: block; overflow: hidden; position: relative; text-align: left; width: 100%;}
#login_view header {display: block; height: 40px; margin-top: 10px;}
#login_view header h1 {
  background: url("../images/crewconnex-logo.png") center center no-repeat;
  color: #fcfcfc; display: block; font-size: 14px; line-height: 40px; text-indent: -9999px;
}
#login_view div#login_form {
  -moz-border-radius: 2px; -moz-box-shadow: 0px 0px 6px #213849;
  -o-border-radius: 2px; -webkit-border-radius: 2px; -webkit-box-shadow: 0px 0px 6px #213849;
  background: #fcfcfc url("../images/trim-yellow.png") 0px bottom repeat-x;
  border-radius: 2px; box-shadow: 0px 0px 6px #213849; margin: 10px; overflow: hidden; padding: 35px 0px; position: relative;
}
#login_view div#login_form hgroup {display: block; padding: 0px 30px;}
#login_view div#login_form hgroup a.back_link {display: block; margin-top: -5px; position: relative;}
#login_view div#login_form form {padding: 0px 30px;}
#login_view div#login_form form li {margin-bottom: 0.5em;}
#login_view div#login_form article {padding: 0px 30px;}
#login_view div#login_form article p {font-size: 12px; line-height: 1.45em;}
#login_view div#login_help {color: #b4b4b4; display: block; margin: 20px 0px 0px; text-align: center;}
#login_view div#login_help a {margin: 0px 5px;}
#activation_steps {
  -moz-border-radius: 2px 2px 0px 0px; -webkit-border-radius: 2px 2px 0px 0px;
  background: #fafafa url("../images/activation-stepbkg.png") 0px 0px no-repeat;
  border-bottom: 1px solid #fff; border-radius: 2px 2px 0px 0px; color: #c8c8c8;
  display: block; height: 30px; left: 0px; position: relative; top: -35px; width: 100%;
}
#activation_steps dt {display: block; float: left; line-height: 30px; text-align: center; width: 33%;}
#activation_steps dt.active {color: #828282; font-weight: 700;}
#activation_steps.step2 {background-position: 0px -30px;}
#activation_steps.step3 {background-position: 0px -60px;}
select::-ms-expand {display: none;}
.sys {
    padding:10px;
    margin-top:10px;
    margin-left:10px;
    margin-right:10px;
    border-radius:5px;
}
.sys p{margin-bottom:0em;}
.sys h6{margin-bottom:3px;}
.sys-Outage h6{color:white;}
.sys-Outage {
    background-color: #e64545;
    color:white;
}
.sys-Warning {background-color: #ff9;}
.sys-Info {background-color: #acc7e7;}

.field-validation-error {
    color: #dc371e;
    display: inline-block;
    font-family: "helvetica","arial",sans-serif;
    font-size: 11px;
    padding: .25em 1em;
}
.top-warn{
    color: #FFF;
    background-color: #FF4040;
    font-size: 14px;
    line-height: 1.5;
    padding:5px 0;
}

.top-warn em {
    font-style:italic;
    font-size:12px;
}

.env {
    text-align: right;
    vertical-align: middle;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 101;
    border-radius: 0px;
    height: 8px;
}

.env-local {
    background-color: yellow;
}

.env-dev {
    background-color: orange;
}

.env-test {
    background-color: chartreuse;
}

.env-stage {
    background-color: plum;
}

.env-container {
    position: absolute;
    margin-top: -1px;
    right: 35%;
    color: rgb(168, 168, 168);
    z-index: 101;
    background-color: #F9F9F9;
    padding: 3px;
    box-shadow: 0px 0px 1px 1px rgba(0,0,0,.1);
}

/* Clases needed for autocomplete */
.fg-30 {
    margin-left: 30px;
}

.dropdown-label {
    color: #4691B4;
}

.auto-complete {
    width: 90%;
    height: 25px;
    margin-top: 7px;
}

.btn-xs {
    background: #55aad2;
    border: none !important;
    border-top: 1px solid #5faac8;
    border-bottom: 1px solid #3791b4;
    color: #fff;
    width: 40%;
    height: 25px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.ui-menu {
    list-style: none;
    padding: 2px;
    margin: 4px;
    display: block;
    float: left;
}
.ui-menu .ui-menu {
	margin-top: -3px;
}
.ui-menu .ui-menu-item {
	margin:0;
	padding-top: 4px;
	zoom: 1;
	float: left;
	clear: left;
	width: 100%;
    text-align: left;
	line-height: 1.5;
    font-family: Sans-serif;
    font-size: 12px;
}

.ui-menu .ui-menu-item a {
	text-decoration:none;
	display:block;
	padding:.2em .4em;
	line-height:1.5;
	zoom:1;
}
.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
	font-weight: normal;
	margin: -1px;
}

.hidden {
    display: none
}
body {
    padding-top: constant(safe-area-inset-top); /* iOS 11.0 */
    padding-top: env(safe-area-inset-top); /* iOS 11.2 */
}

.crewReCaptchaOuter {
    text-align: center;
}

.crewReCaptchaInner {
    display: inline-block;
}
