body {
	font-family: "proxima-nova",sans-serif; 
	 
}



/*--------------------------------------------------------------------------------------------------------------------------
                                                    HEADER
---------------------------------------------------------------------------------------------------------------------------*/
.qt-header-lh, .qt-header-wrapper-logo, .qt-header-menu .menu.inline li > a {
  height: 73px;
  line-height: 73px; }

.qt-header-wrapper {
  height: 77px;
  background-color: #FFF;
  position: relative;
  z-index: 5;
  border-top: 2px solid #EE312A; }

.qt-header-wrapper-logo img {
  height: 40px; }

.qt-select-country {
  width: 155px;
  margin-top: 1.5em; }
  .qt-select-country .form-control {
    background-color: rgba(255, 255, 255, 0.83);
    height: 40px;
    border: none; }

.qt-btn-signup {
  margin-top: 16px; }

.qt-header-menu .menu {
  padding-left: 5em; }
.qt-header-menu .menu.inline li > a {
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.2px;
  font-size: 0.96em;
  color: #00425F;
  cursor: pointer; }
.qt-header-menu .menu.inline li > a:hover {
  text-decoration: none;
  color: #00B8DE;
  transition: all 100ms; }

.qt-signin-wrapper .qt-login-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 200;
  background: #000;
  opacity: 0.65;
  visibility: hidden; }
.qt-signin-wrapper .qt-loggedin-profile {
  display: block;
  height: 73px;
  line-height: 73px;
  font-weight: 600;
  font-size: 1em;
  color: #00425F;
  text-transform: uppercase;
  letter-spacing: 0.6px; }
  .qt-signin-wrapper .qt-loggedin-profile .qt-dashboard-profile-img {
    border-radius: 100%;
    margin-left: 10px; }
.qt-signin-wrapper .dropdown-menu {
  max-width: 75%;
  width: 100%;
  border-radius: 0 0 3px 3px;
  box-shadow: none; }
  .qt-signin-wrapper .dropdown-menu li > a {
    height: 45px;
    line-height: 45px; }
.qt-signin-wrapper .arrow_box {
  position: relative;
  top: -5px;
  left: 39%; }
.qt-signin-wrapper .arrow_box:after, .qt-signin-wrapper .arrow_box:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none; }
.qt-signin-wrapper .arrow_box:after {
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #FFF;
  border-width: 10px;
  margin-left: -10px; }
.qt-signin-wrapper .arrow_box:before {
  border-color: rgba(194, 225, 245, 0);
  border-bottom-color: #DDD;
  border-width: 11px;
  margin-left: -11px; }
.qt-signin-wrapper .qt-loggedin-profile:hover,
.qt-signin-wrapper .qt-loggedin-profile:focus {
  text-decoration: none; }

.qt-sign-form-wrapper {
  display: none; }



/*--- MAIN --*/ 
.main-header{
	padding: 0;
	margin: 0;
}
.main-header header{
	text-transform: uppercase;
	color: #00425f;
	background-color: #F2F2F2;
	padding: 30px;
	padding-left: 30px;
	font-size: 30px;
	font-weight: 600;
}
.wrapper-inner{
	position: relative;
}


.login-wrapper{
	min-height: 100px;
	background: #00425f;
	color: #FFF;
	padding: 90px 20px;
	background: url(../images/hero_bg.png);
	background-size: cover;
}


/*--- SIDE BAR --*/
.sidebar{
	position: absolute;
	width: 18%;
	height: 100%;
	background-color: #00425f;
	color: #fff;
	padding: 0;
	margin: 0;
}
.side-menu ul{
	padding: 0px;
	padding-top: 30px;
	margin: 0;
}
.side-menu ul li{
	width: 100%;
	list-style: none;
	display: block;
}
.side-menu ul li a{
	color: #fff;
	padding: 5%;
	padding-left: 30px;
	padding-right: 0;
	display: block;
	text-decoration: none;
	text-transform: uppercase;
}
.side-menu ul li a:hover, 
.side-menu ul li a:focus, 
.side-menu ul li a:active, 
.side-menu ul li a.active{
	background-color: #15516D;
	border-left: 3px solid #00B8DB;
	color: #00B8DB;
	padding-left: 29px;
}


/*--- BODY CONTENT --*/
.main-content{
	position: absolute;
	width: 82%;
	height: 100%;
	left: 18%;
	padding: 0;
	margin: 0;
	background-color: #fff;
}
.sub-header{
	background-color: #ccc;
	padding-left: 55px;
	padding-bottom: 12px;
	text-transform: uppercase;
	color: #fff;
}
.sub-header h3, 
.sub-header span{
	float: left;
	color: #00425f;
}
.sub-header span{
	margin-top: 25px;
	margin-left: 30px;
	color: #00425f;
}
.body-content{
	background-color: #ffffff;
	padding: 30px;
}
.head-info{
	padding: 25px;
	border-radius: 5px;
	background-color: #e6eef1;
}
.head-info span{
	font-size: 18px;
	margin-right: 50px;
	color: #777;
}

/*---_---*/
.transactions{
	padding: 0;
	margin-top: 50px;
}
table{
	border-radius: 8px;
	box-shadow: 0px 1px 5px #e6e6e6;
	color: #777;
}
thead tr th{
	background-color: #00425f;
	color: #fff;
	padding: 15px 30px !important;
	text-transform: uppercase;
}
thead tr th:first-child{
	background-color: #00425f;
	border-top-left-radius: 8px;
}
thead tr th:last-child{
	background-color: #00425f;
	border-top-right-radius: 8px;
}
tbody tr td{
	padding: 15px 30px !important;	
}
tbody tr td span{
	margin-right: 15px;
}

/*---_---*/
.actions{
	padding: 0;
	margin-top: 50px;
}
.actions-content{
	padding: 25px;
	border-radius: 5px;
	background-color: #e6eef1;
	color: #777;
}
.stars{
	margin-bottom: 20px;
}
.radio label{
	margin-right: 20px;
	margin-bottom: 15px;
}

/*---_---*/
.content-holder{
	padding: 0px;
	margin: 30px;
	border-radius: 5px;
	color: #777;
}
.row-1{
	padding: 0;
	margin-bottom: 20px;
}
.row-1 .form-group{
	margin-bottom: 20px;
}
.row-1 .main-label{
	padding: 10px 0px;
}
.row-1 .main-label label{
	font-weight: bold;
}
.row-custom{
	padding: 0px 25px;
}
.form{
	background-color: #fff;
	border-radius: 5px;
	padding: 0;
	margin-top: 50px;
	margin-bottom: 50px;
	text-align: center;
	border: 1px solid #e8e8e8;
	padding-bottom: 50px;
}
.form header{
	text-align: center;
	padding: 3px 0px 5px;
	border-bottom: 1px solid #e8e8e8;
}
.form-control{
	width: 100% !important;
}
.form form{
	padding: 20px;
	color: #777;
}
.form form .form-group{
	margin-bottom: 25px;
}
.form form  .control-label{
	padding-top: 10px;
	font-weight: 100;
	font-size: 18px;
}
.form form .form-control{
	height: 50px;
}
        .passport-button-wrapper{
            background: #FFF;
            border: 1px solid #DDD;
            padding: 2em 0;
            position: relative;
            border-radius: 4px;
            box-shadow: 0 1px 2px #CCC;

        }
        .passport-button{
            background:#00B8DE;
            height: 45px;
            border-radius: 5px;
            border: none;
            padding: 0 3em;
            color: #FFF;
            text-transform: capitalize;
            font-weight: bold;
            font-size: 13px;
            letter-spacing: 0.5px;
        }
        .logo-wrapper{
            padding-top: 15px;
        }
.row-2 button{
	margin-right: 15px;
}




/*--- FOOTER --*/
footer{
	position: absolute !important;
	color: #999;
	background-color: #f9f9f9;
	padding: 20px !important;
	padding-bottom: 20px !important;
	bottom: -0px !important;
}
.footer{
	left: 0;
	right: auto;
}
#footer{
	position: absolute;
	color: #999;
	background-color: #f9f9f9;
	padding: 20px !important;
	padding-bottom: 20px !important;
}




/*--- STARS --*/
form .stars {
  background: url("images/stars.png") repeat-x 0 0;
  width: 150px;
}
 
form .stars input[type="radio"] {
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
}
form .stars input[type="radio"].star-5:checked ~ span {
  width: 100%;
}
form .stars input[type="radio"].star-4:checked ~ span {
  width: 80%;
}
form .stars input[type="radio"].star-3:checked ~ span {
  width: 60%;
}
form .stars input[type="radio"].star-2:checked ~ span {
  width: 40%;
}
form .stars input[type="radio"].star-1:checked ~ span {
  width: 20%;
}
form .stars label {
  display: block;
  width: 30px;
  height: 30px;
  margin: 0!important;
  padding: 0!important;
  text-indent: -999em;
  float: left;
  position: relative;
  z-index: 10;
  background: transparent!important;
  cursor: pointer;
}
form .stars label:hover ~ span {
  background-position: 0 -30px;
}
form .stars label.star-5:hover ~ span {
  width: 100% !important;
}
form .stars label.star-4:hover ~ span {
  width: 80% !important;
}
form .stars label.star-3:hover ~ span {
  width: 60% !important;
}
form .stars label.star-2:hover ~ span {
  width: 40% !important;
}
form .stars label.star-1:hover ~ span {
  width: 20% !important;
}
form .stars span {
  display: block;
  width: 0;
  position: relative;
  top: 0;
  left: 0;
  height: 30px;
  background: url("images/stars.png") repeat-x 0 -60px;
  -webkit-transition: -webkit-width 0.5s;
  -moz-transition: -moz-width 0.5s;
  -ms-transition: -ms-width 0.5s;
  -o-transition: -o-width 0.5s;
  transition: width 0.5s;
}



/*--- BUTTON --*/
i{
	font-size: 20px;
}
.update-btn{
	border-top: 1px solid #e8e8e8;
	padding: 0px;
	padding-top: 20px;
	margin-left: 30px;
}
.btn-primary-line{
	color: #00B8DB;
	border: 1px solid #00B8DB;
	background-color: #fff;
}
.btn-primary-line:hover, .btn-primary-line:active, .btn-primary-line-line:active:hover, .btn-primary-line:active:focus, .btn-primary-line:focus {
	color: #00B8DB;
	border: 1px solid #00B8DB;
	background-color: #fff;
}
.btn-default-line{
	color: #999;
	border: 1px solid #999;
	background-color: #fff;
}
.btn-default-line:hover, .btn-default-line:active, .btn-default-line-line:active:hover, .btn-default-line:active:focus, .btn-default-line:focus {
	color: #999;
	border: 1px solid #999;
	background-color: #fff;
}

.btn-primary {
    color: #FFF;
    background: #00B8DB none repeat scroll 0% 0%;
    border-color: #2E6DA4;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:focus {
    color: #FFF;
    background: #00A5C7 none repeat scroll 0% 0%;
	border-color: #204D74;
}



/*--- SPACING --*/
.no-padding{
	padding: 0px !important;
}
.no-padding-left{
	padding-left: 0px !important;
}
.no-padding-right{
	padding-right: 0px !important;
}
.padding-xs{
	padding: 5px !important;
}
.no-margin{
	margin: 0 !important;
}
.margin-top_sm{
	margin-top: 20px !important;
}
.margin-btm_sm{
	margin-bottom: 20px !important;
}
.margin-r_sm{
	margin-right: 20px !important;
}
.margin-l_sm{
	margin-left: 20px !important;
}



/*--- SCREEN SIZE --*/
@media (max-width: 767px) {	
	.wrapper header{
		padding: 30px;
	}
	.sidebar{
		position: relative;
		width: 100%;
		height: auto;
		background-color: #00425f;
		color: #fff;
		padding: 0;
		padding-bottom: 30px;
		margin: 0;
	}	
	.side-menu ul li a{
		padding: 5%;
		padding-left: 10%;
		padding-right: 0;
	}
	.side-menu ul li a:hover, 
	.side-menu ul li a:focus, 
	.side-menu ul li a:active, 
	.side-menu ul li a.active{
		background-color: #15516D;
		border-left: 3px solid #00B8DB;
		color: #00B8DB;
		padding-left: 9%;
	}
	.main-content{
		position: relative;
		width: 100%;
		height: auto;
		left: 0;
		padding: 0;
		margin: 0;
	}
	.sub-header{
		padding: 20px;
		text-align: center;
	}
	.sub-header h3{
		padding: 0px 10px;
	}
	.head-info{
	}
	.head-info span{
		width: 100%;
		float: none;
		display: block;
	}
	.row-custom{
		padding: 0px;
	}
	.actions-content{
		padding: 25px 10px;
	}
	footer{
		padding: 0;
		margin-top: 50px;
	}
	.footer{
		padding: 0;
	}
}



/*--- SCREEN SIZE --*/
@media (min-width: 768px) and (max-width: 991px) {
	.sidebar{
		position: absolute;
		width: 25%;
		height: 100%;
		background-color: #00425f;
		color: #fff;
		padding: 0;
		margin: 0;
	}
	.main-content{
		position: absolute;
		width: 75%;
		height: 100%;
		left: 25%;
		padding: 0;
		margin: 0;
		background-color: #fff;
	}
}




