/*!
 *	Custom CSS for AIRLIFT
 *	A cloudPWR product.
 * Copyright 2015 cloudPWR
 *
 * Designed and built by Mathias Eichler and Nathan Horter.
 */

html {
  position: relative;
  min-height: 100%;
}
 
body {
	height: 100%;
	font-family: 'Source Sans Pro', sans-serif;
}

#background-mat {
    background: grey;
    position: fixed;
    min-height: 100%;
    min-width: 100%;
    z-index: -1000;
}
#background {
    position: fixed;
    min-height: 100%;
    min-width: 100%;
    z-index: -999;
    background: grey no-repeat 50% 50% fixed;
    background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
}

::selection{ background-color: #E86D00; color: white; }
::moz-selection{ background-color: #E86D00; color: white; }
::webkit-selection{ background-color: #E86D00; color: white; }


.loginheader {
	text-transform: uppercase;
	font-weight: 100;
	color: #fff;
	font-size: 2em;
	text-align: center;
	padding-bottom: 0;
	margin-bottom: 0;

}

.loginsubheader {
    text-transform: uppercase;
    font-weight: 75;
    color: #fff;
    font-size: 1em;
    text-align: center;
    padding-bottom: 0;
    margin-bottom: 0;

}

/*!
 *	NAVIGATION BAR
 * Especially for mobile, including button interaction when menu is truncated.
 */


.navbar-default .navbar-nav > li > a {
	color: #0F0460;
}

.navbar-brand, .navbar-nav>li>a {
	text-shadow: 0 1px 0 rgba(255,255,255,.25);
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: #798BA9;
}


.navbar-default .navbar-toggle .icon-bar {
	color: #140D68;
}


.navbar-toggle {
	background-image: none;
	border: none;
	border-radius: 0;
	margin-right: 0px;
}

#login {
	text-align: left;	
}

.control-label-login {
	text-align: left;
	padding-top: 25px;
	font-size: 0.9em;
	text-transform: uppercase;	
}



.control-label {
	text-align: left;
	padding-top: 10px;
	font-size: 1em;
	text-transform: uppercase;
	
}

.control-label-admin {
	text-align: left;
	padding-top: 0px;
	font-size: 0.9em;
	text-transform: uppercase;
}

.radio label,
.checkbox label {
  display: inline;
  font-weight: bold;
  cursor: pointer;
}




.welltop {
     background-color: rgba(190,191,202,0.9);
     z-index: 2;
     margin-top: 25%;
     padding: 5% 5% 5% 5%;
     
     -webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
}

.other_logins {
    background-color: rgba(190,191,202,0.9);
    z-index: 2;
    padding: 5% 5% 5% 5%;
}

.wellbottom {
     background-color: rgba(85, 85, 85, 0.9);
     z-index: 2;
     margin-bottom: 2%;
     padding: 10% 5% 5% 5%;
     	color: #fff;
	font-size: 0.7em;
     
-webkit-border-bottom-right-radius: 10px;
-webkit-border-bottom-left-radius: 10px;
-moz-border-radius-bottomright: 10px;
-moz-border-radius-bottomleft: 10px;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;
}


.cloudpwr-txt {
	padding: 2%;
	text-align: right;
}

.passwordreset {
	padding-top: 5%;
	text-align: right;
	font-size: 0.9em;
	font-weight: 700;
	
}

.form-control {
     border:	1px solid #DCDCDC;
	 border-radius: 0px;
	-webkit-box-shadow: inset 1 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 1 1px 1px rgba(0, 0, 0, .075);
	-webkit-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;
	background-color: rgba(245, 245, 245, 0.1);
	background-color: #fff;
	color: #000;
	font-weight: 00;
}

.form-control-login {
    border:	0px solid #999;
	border-bottom: 1px solid #E86D00;
	border-radius: 0px;
	-webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075);
	box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075);
	-webkit-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;
	background-color: rgba(245, 245, 245, 0.5);
	color: #000;
	font-weight: 200;
}


.btn {
     border: 1;
     text-transform: uppercase;
}

.btn-admin {
     border: 1;
}

.airliftbtn {
padding: 5px 10px;
margin-top: 10%;
font-size: 1em;
line-height: 2em;
border-radius: 20px;
}

.airliftbtnINT {
padding: 5px 30px;
margin-top: 2%;
line-height: 1.5em;
border-radius: 20px;
}

.airliftbtnAPP {
padding: 2px 20px;
float: right;
}


.btn-warning {
color: #fff;
background-color: #e86d00;
border-color: #e86d00;
background-image: none;
box-shadow: none;
}

.btn-cancel {
color: #fff;
background-color: #798BA9;
border-color: #798BA9;
background-image: none;
box-shadow: none;
}


.logo {
display: block;
margin: 0 auto 2em;
margin-top: 5%;
margin-right: auto;
margin-bottom: 0px;
margin-left: auto;
width: 30%;
}

.photofloat {
z-index: 100;
position:absolute;
right:5%;
top:5%;
}
.photofloat a {
    color: #000;
}
.photofloat a:hover {
    color: #000;
}


/*.footer (fixed bottom) {
position: absolute;
bottom: 0;
width: 100%;
padding-top: 2%;
padding-bottom: 1%;
color: #FFF;
font-size: 0.8em;
}
*/

.footer {
	text-align: right;
	font-size: 0.8em;
	padding-bottom: 1%;

}

.footerhr {
	border-top-color: #EFEFEF;
	margin-top: 2%;	
}

.popover {
	min-width: 250px;
	
}



/*!
 *	Interior Pages
 */



.navbar-airlift {
	background-image: none;
	/*!background-color: rgba(190,191,202,0.4); */
	background-color: #798ba9;
	margin-top: 0%;	
	margin-bottom: 3%;
	padding-left: 10%;
	padding-right: 10%;
	color: #fff;
}

.navbar-airlift a{
	color: #0F0460;	
}


.logoNav {
	display: block;
	margin: 0 auto 2em;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
}

h1 {
	font-size: 2.0em;
	font-weight: 700;
	color: #212754;	
	text-transform: uppercase;
	border-bottom-color: #798BA9;	
}

h2 {
	font-size: 1.6em;
	font-weight: 700;
	color: #212754;	
	text-transform: uppercase;	
}

h3 {
	font-size: 1.4em;
	font-weight: 700;
	color: #212754;	
	text-transform: uppercase;	
}



.control-label-admin {
	font-size: 1em;
	color: #212754;	
	text-transform: uppercase;
}

h4 {
	font-size: 1em;
	font-weight: 700;
	color: #212754;	
	text-transform: uppercase;
	border-bottom-color: #798BA9;	
	margin-top: 20px;
	margin-bottom: 10px;
}



.helpsidebar{
	border-left: 1px solid #0F0460;
	margin-left: 20px;	
	padding-left: 60px;
}

.panel-group{
	padding-top: 25px;
}

.boxheader {
	font-size: 2.0em;
	font-weight: 100;
	color: #798BA9;
	text-transform: uppercase;	
	border-bottom: 1px solid #efefef;
	padding-top: 0;
	
	
	
}


.boxheaderEnv {
	font-size: 1.5em;
	line-height: 1.2em;
	font-weight: 700;
	color: #212754;
	text-transform: uppercase;	
}

.editbtn {
	text-align: right;
	margin-bottom: 30px;
	margin-top: 20px;	
}

.formTop {
	margin-top: 20px;	
}

.importbtn {
	text-align: right;
	margin-top: 10px;	
}

.searchbox {
	text-align: center;	
	/*padding-top: 30px;*/
	/*padding-bottom: 30px;*/
}

.success {	
	font-weight: 100;
	font-style: italic;
	padding-top: 50px;
	padding-bottom: 50px;
}

.error {
  padding: 5px;
  margin-top: 180px;
  margin-left: 51%;
  border: 1px solid transparent;
  border-radius: 4px;
  background-color: #ca322d;
  color: #FFF;
  font-weight: bold;
  text-align: center;
  width: 35%;
  position: absolute;
}

.success {
  padding: 5px;
  margin-top: 180px;
  margin-left: 51%;
  border: 1px solid transparent;
  border-radius: 4px;
  background-color: #379345;
  color: #FFF;
  font-weight: bold;
  text-align: center;
  width: 35%;
  position: absolute;
}

.content-sidebar {
    float: right;
    overflow: scroll;
    height: 500px;
}

.expandlink {
    cursor: pointer;
}


.sideleft {
	border-right: #798BA9;
	border-right-style: solid;
	border-right-width: 1px;
}


.sideright {
	border-left: #efefef;
	border-left-style: solid;
	border-left-width: 1px;
	padding: 0% 2% 2% 2%;
}


.sideright p {
	font-size: 0.9em;
		
}


.sidelogo {
	width: 35%;
	padding: 20% 0% 5% 0%;
}

.footerlogo {
	width: 65%;
}


hr {
	border-top-color: #efefef;
	margin-right: 2%;
}

.hrQCK {
	border-top-color: #fff;
	margin-bottom: 5%;
	margin-right: 0%;
}

.hradmin {
	border-top-color: #efefef;
	margin-right: 0%;
}



#MAINMARGIN { padding-top: 50px; }
 
.bgcolorDD {
 background-color: #c7d2dc;
}


.wellnew {
	background-image: none;
	background-color: rgba(190,191,202,0.4);
	
}

.well-help {
	margin-top: 30px;
	margin-bottom: 30px;
	padding: 5%;
	background-color: #f6f6f6;
}

.well-status {
	/*margin-top: 30px;*/
	margin-bottom: 30px;
	padding-bottom: 5%;
	background-color: #f6f6f6;
}

/*!
 *	ADMIN PAGES
 */

.accountsearch {
	padding-top: 2%;	
	padding-bottom: 2%;
}

/*!
 *	PARENT 2 PARENT PAGE
 */

.well {
	background-image: none;
	background-color: rgba(230, 230, 230, 0.4);
	
}

/**
 * This is a hack to get around the fact that the width for all inputs
 * has been over loaded elsewhere in the css. That over load should be removed
 * and the inputs properly sized
 */
input[type=text].login,
input[type=email].login,
input[type=password].login {
	display: block;
	margin: 0 0 1em 0;
	width: 100%;
	padding: .6em;
	max-width: 100%;
}

input[type=text].full_width,
input[type=email].login,
input[type=password].full_width {
	display: block;
	width: 100%;
	max-width: 100%;
}



/*!
 *	ENVELOPE CREATE PAGE
 */

.page-header {
padding-bottom: 9px;
margin: 40px 0 20px;
border-bottom: 0px solid #eee;
}

/**
 * Login Page Styles
 */
.google-signin {
    display:block;
    background:transparent url('/application/views/assets/images/Red-signin-Google-base-44dp.png') center top no-repeat;
    height: 54px;
    width: 160px;
    margin: 0;
    padding: 0;
}
.google-signin:hover {
    background-image: url('/application/views/assets/images/Red-signin-Google-hover-44dp.png');
}
.google-signin:active {
    background-image: url('/application/views/assets/images/Red-signin-Google-press-44dp.png');
}
.signin-frame {
    border: 0;
    overflow: hidden;
    width: 285px;
    height: 150px;
}

@media (max-width: 480px) {
  
.logo {
display: block;
margin-top: 10%;
margin-bottom: 0px;
margin-left: 5%;
width: 60%;
}

.logoNav {
display: block;
margin-left: 5%;
margin-top: 6px;
margin-bottom: 2%;
}
  
}

.field_row {
    margin-bottom: 1em;
}

.record_table {
    overflow: auto;
}



/**
 * WORKFLOW
 */
    
 #formlist {
	 background-color: #fff;
	 padding-top: 3%;
	 border-left: 1px solid #efefef;
	 
 }
 
#quicklist {
	 padding-right: 3%;
	 
 }
 
#flowmain {
	padding-top: 3%;
	border-left: 1px solid #efefef;	 
 }
 
 .flowmain {
	padding-top: 3%;
	border-left: 1px solid #efefef;	  
 }
 
 .flowmainenter {
	padding-top: 3%;
	padding-left: 10%;
	border-left: 1px solid #efefef;	  
 }
 
.welcomeqck {
	font-size: 1.1em;
	
}
.welcomeqckR {
	font-size: 1.1em;
	padding-top: 3%;	
}
 
 
th.status-header {
    text-align: left;
    vertical-align: bottom;
    text-transform: uppercase;
    font-size: 1.3em;
}
 
 
 
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #fff;
}

.sideheader {
	font-size: 2.0em;
	font-weight: 100;
	color: #798BA9;
	text-transform: uppercase;	
	text-align: right;
	border-bottom: 1px solid #efefef;
	padding-top: 0;
} 

.sidesubheader {
	font-size: 1.5em;
	font-weight: 100;
	color: #798BA9;
	text-transform: uppercase;	
	text-align: right;
	padding-top: 0;
	padding-bottom: 2em;
} 

.sidebuttons {
	text-align: right;
	padding-top: 0;
} 

.QCK {
	text-align: right;
	float: right;	
}

.headerQCKsm {
	padding-left: 1%;
	
}

.connectQCK {
	padding: 2% 0 2% 1%;
	margin: 3% 20% 3% 0;
	background-color: #fff;
	border: 1px solid #FA6200;
}

#dropdownAIR {
	height: 32px;
	width: 100%;
	border: 1px solid #798BA9;
	background-color: #fff;
	font-size: 1.2em;
}

#dropdownp2p {
	height: 32px;
	width: 300px;
	border: 1px solid #798BA9;
	background-color: #fff;
	font-size: 1.2em;
	margin-bottom: 10px;
}


.dropdownAIR {
	height: 32px;
	width: 100%;
	border: 1px solid #798BA9;
	background-color: #fff;
	font-size: 1.2em;
}

.dropdownAdmin {
	height: 32px;
	width: 50%;
	border: 1px solid #798BA9;
	background-color: #fff;
	font-size: 1.2em;
}


.dropspacing {
	padding-top: 10px;
	padding-bottom: 5px;
	
}


option #dropAIR {
		height: 40px;
	width: 100%;
	border: 1px solid #798BA9;
	background-color: #fff;
	font-size: 1.2em;
	font-weight: 300;	
}

.faorange {
	color: #FA6200;
}

.faorangeAR {
	color: #FA6200;
	margin-top: 10px

}

.field_options_done {
	float: right;
	padding-left: 20%;
	padding-right: 20%;
	
}




.list-group-item {
	padding: 0px 15px 38px 15px;
	margin-bottom: 20px;
}

.list-itemOPT {
	padding: 5px 15px 5px 15px;

}



.fieldQCK {
	width: 120px;
	
	
}

.optionQCK ul {
  display: block;
  list-style-type: disc;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 0px;
}



.progress {
  height: 10px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #798BA9;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, .1);
          box-shadow: inset 0 0px 0px rgba(0, 0, 0, .1);
}
.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #FA6200;
  background-image: none;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
  -webkit-transition: width .6s ease;
          transition: width .6s ease;
}

.dialog {
    position: fixed;
    display: none;
    z-index: 2;
    height: 80%;
    width: 80%;
    top: 10%;
    left: 10%;
    background-color: #eaeaea;
    opacity: 1.0;
}

.dialog.options {
    overflow: auto;
}

.dialog.photo {
    padding: 0% 0;
    text-align: center;
    vertical-align: middle;
}

.mat {
    position: fixed;
    display: none;
    z-index: 1;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #000000;
    opacity: 0.4;
}

.dialog.download {
    height: 40%;
    width: 40%;
    top: 30%;
    left: 30%;
    text-align: center;
    vertical-align: middle;
    padding: 7% 0;
}

.photo_display {
    position:relative;
    height: 200px;
    width: 200px;
    overflow: hidden;
}
