*{margin:0;padding:0;}
aside,section,article,p,div,span,figure,figcaption,img,input,form,html, footer, header,nav, p, ul, li{margin:0;padding:0;}
ul{list-style:none;}
.clear{clear:both;height:0;}
:focus, .btn:focus, .btn:active:focus{outline:none;}
ul:after{clear:both;display:block;content:"";}
html{font-smooth:always;}
img{max-width:100%;border:none;vertical-align:bottom;user-select:none;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;	-o-user-select:none;}
button, input[type="submit"]{-webkit-appearance:none;}
body{background:#eeeef3;color: #242424;font-size:16px;line-height:21px;font-family: 'Lato', sans-serif; font-weight:400; overflow-x:hidden;}
body, html
{
	height:100%;
}
.white_three svg 
{
	height: 26px;
	margin-top: 6px;
}

.dropdown-menu svg {
	height: 14px;
	width: 25px;
}
.left_sidebar svg {
	height: 16px;
	width: 16px;
	vertical-align: middle;
	margin-right: 14px;

}
.intl-tel-input{
	width: 100%;
}
#signature {
	display: block;
}
.new_user {
	height: 34px;
	vertical-align: middle;
	margin-right: 10px;
}
.new_yellow_btn {
	background: #f1a732;
	border: none;
	color: #fff;
	padding: 6px 5px;
	border-radius: 5px;
	min-width: 156px;
	height:39px;
	text-align: center;
}

.icon_image_amenity
{
	margin:0px;
}
a
{
	color:#2e4485;
}
h1, h2, h3, h4, h5
{
	font-weight:400;
}
.logo_header
{
	border-bottom:1px solid #d6d6da;
	padding: 20px 0;
}
.login_form_outer
{
	max-width: 430px;
	margin:40px auto 0;
}
.login_form
{
	background: #fff;
	border-radius: 5px;
	padding:30px;
}
.shadow
{
	vertical-align: top;
}
.login_form h2
{
	border-bottom:1px solid #e5e5e5;
	color:#2e4485;
	font-weight: 400;
	margin:0;
	padding-bottom: 20px;
}
.login_form label
{
	font-size: 18px;
	color: #b5bbcb;
	font-weight: 400;
}
.login_form .form-control
{
	box-shadow: none;
	height: auto;
	padding: 8px 15px;
}

/* .loader {
 position: fixed;
 left: 0;
 top: 0;
 width: 100%;
 height: 100%;
 text-align: center;
 background: rgba(255,255,255,0.7);
-webkit-transform: translateZ(0);
}
.loader_inner {
 display: table;
 width: 100%;
 height: 100%;
}
.loader_inner1 {
 display: table-cell;
 vertical-align: middle;
} */

.export{
	background: #2E4485; 
    color: #fff;     
   vertical-align: middle;
    padding: 6px 5px;
    font-size: 18px;
    height: 40px;
    border: none;
    text-align: center;
    border-radius: 5px;
    display-inline: block;
    min-width: 150px;
}
.custom_select select
{
	height:40px;
}

.multiselect-angular button {
    padding: 9px 10px;
}

.loading-spiner-holder {  
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:9999;
    background-color:rgba(255,255,255,0.9);
    
 }

.loading-spiner {
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left:-50px;
    margin-top:-50px;
}
.loading-spiner img {
  height:100px;
}

.forgot_password a
{
	color: #f1a732;
	text-decoration: underline;
	font-size: 14px;
}
.forgot_password a:hover
{
	text-decoration: none;
}
.login_form .form-group
{
	margin-top: 20px;
	margin-bottom: 0;
}
.blue_btn
{
	background: #2e4485;
	border-radius: 5px;
	color: #fff;
	font-size: 18px;
	border: none;
	padding: 7px 30px;
	display: inline-block;
	line-height: 26px;
	margin-top: 20px;
}
.blue_btn:hover
{
	background: #1f2d57;
}
.login_form h2 + p
{
	margin-top: 20px;
}

/*** dashboard page css here ***/
.header
{
	background: #fff;
	box-shadow: 0 0 6px rgba(0,0,0,0.1);
	height: 78px;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	-webkit-transform: translateZ(0);
	z-index: 10;
	min-width: 700px;
}
.dashboard_logoarea
{
	background: #eeeef3;
	float: left;
	width:270px;
	height: 78px;
	padding: 13px 0px;
}
.dashboard_logoarea img
{
	height: 50px;
}
.right_loggedarea
{
	float: right;
	margin-right: 15px;
	margin-top: 18px;
}
.right_loggedarea ul li
{
	display: inline-block;
	margin-left: 25px;
	font-size: 14px;
	vertical-align: middle;
}
.select2-container{
	width: 100% !important;
}
.select2-dropdown{
	width: 369px !important;
}
input.select2-search__field {
	width: 358px !important;
}
span.select2-selection.select2-selection--single{
	min-height: 37px !important;
	border: none !important;
	border-bottom: 1px solid #979797 !important;
	border-radius: 0px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-width: 5px 5px 0 5px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #000 transparent transparent transparent !important;
    border-style: solid !important;
    border-width: 5px 4px 0 4px !important;
    height: 0 !important;
    left: 50% !important;
    margin-left: -4px !important;
    margin-top: -2px !important;
    position: absolute !important;
    top: 50% !important;
    width: 0 !important;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999 !important;
	line-height: 33px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444 !important;
    line-height: 33px !important;
}
span.select2-selection.select2-selection--single {
    background: #80808017 !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 36px !important;
    position: absolute;
    top: 0px !important;
    right: 0px !important;
    width: 21px !important;
    background: #fff;
    border: none !important;
}
.right_loggedarea ul li a
{
	color: #b5bbcb;
}
.right_loggedarea ul li a i, .right_loggedarea ul li a:hover {
	color: #999999;
}
.notification_count
{
	display: inline-block;
	min-width: 22px;
	min-height: 22px;
	background: #f1a732;
	text-align: center;
	color: #fff;
	font-size: 12px;
	border-radius: 100%;
	margin-left: 5px;
}
.right_loggedarea ul li img
{
	vertical-align: middle;
	margin-right: 10px;
}
.right_loggedarea ul li a i
{
	vertical-align: text-top;
}
.main-page
{
	padding-top: 78px;
	padding-left: 270px;
	height: 100%;
	min-width:700px;
}
.left_sidebar
{
	position: fixed;
	left: 0;
	top: 0;
	height: 100%;
	background: #2e4485;
	width: 270px;
	padding-top: 85px;
	z-index: 1;
	overflow: auto;
	-webkit-transform: translateZ(0);
	transition:0.3s all ease-in;
	-moz-transition:0.3s all ease-in;
	-webkit-transition:0.3s all ease-in;
	-ms-transition:0.3s all ease-in;
	-o-transition:0.3s all ease-in;
}
.left_sidebar ul li
{
	border-bottom: 1px solid #57699d;
}
.left_sidebar ul li:last-child
{
	border-bottom: none;
}
.left_sidebar ul li a
{
	color: #fff;
	display: block;
	padding: 12px;
}
.left_sidebar ul li a i
{
	min-width: 30px;
}
.left_sidebar ul li.active a, .left_sidebar ul li:hover a
{
	color: #f1a732;
}
.left_sidebar ul li.active a span, .left_sidebar ul li:hover a span
{
	text-decoration: underline;
}
.content_area
{
	padding: 15px 15px 35px 15px;
	min-height: 100%;
	position: relative;
}
.top3_area
{
	padding: 10px 0 45px;
}
.white_three
{
	background: #fff;
	margin: 20px 0 0 29px;
	text-align: center;
	padding: 25px;
	position: relative;
	border-radius: 2px;
	box-shadow: 0px 8px 28px rgba(0,0,0,.12);
}
.white_three p
{
	color: #b5bbcb;
}
.white_three span
{
	position: absolute;
	left: -29px;
	width: 58px;
	height: 58px;
	font-size: 30px;
	color: #fff;
	line-height: 55px;
	border-radius: 2px;
	top: 15px;
}
.white_three h3
{
	margin-top: 0;
}
.white_box
{
	background: #fff;
	padding: 15px;
	border-radius: 2px;
}
.total_sold h4
{
	font-weight:700;
	color:#333333;
	margin-bottom: 35px;
}
.footer
{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 10px 15px;
}
.right_loggedarea .dropdown-menu
{
	background: #2e4485;
	right: 0;
	left: inherit;
	top: 58px;
}
.right_loggedarea .dropdown-menu a
{
	display: block;
	color: #fff;
	font-size: 14px;
	padding: 10px;
	border-bottom: 1px solid #6b8498;
}
.right_loggedarea .dropdown-menu a:last-child
{
	border-bottom: none;
}
.right_loggedarea .dropdown-menu a i {
	color: #fff;
	vertical-align: middle;
	min-width: 25px;
}
.right_loggedarea .dropdown-menu a:hover, .right_loggedarea .dropdown-menu a:hover i
{
	color:#f1a732;
}
.right_loggedarea .dropdown-menu::after
{
	position: absolute;
	content: "";
	border-top: 10px solid transparent;
	border-bottom: 10px solid #2e4485;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	top: -20px;
	right: 5px;
}
.yellow_btn 
{
	font-size: 16px;
	font-weight: 700;
	background: #f1a732;
	padding: 6px 20px;
}
.yellow_btn:hover 
{
	background: #ca8416;
}
.tables_area .white_box
{
	padding: 0;
	box-shadow: 0 0 6px rgba(0,0,0,0.2);
	margin-top: 15px;
}
.table-responsive table thead tr th
{
	color: #2e4485;
	font-size: 14px;
	font-weight: 700;
	border-bottom: 2px solid #2e4485;
	text-transform: uppercase;
	padding: 10px;
}
.table-responsive table tbody tr td
{
	color: #242424;
	font-size: 14px;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 12px 10px;
}
.table-responsive table tbody tr td:last-child
{
	border-right: none;
}
.table-responsive table tbody tr:nth-child(2n) td
{
	background:#eeeef3;
}
.action_btn
{
	color:#242424;
	font-size:18px;
	display: inline-block;
	margin: 0 5px;
}
.action_btn:hover
{
	color:#f1a732;
}
/*** dashboard page css here ***/

/*** add new fleet page css here ***/
.add_formarea
{
	padding: 15px;
}
.big_yellow
{
	font-size: 18px;
	padding: 10px 35px;
	margin-bottom: 20px;
}
.add_formarea label
{
	font-size: 14px;
	color: #242424;
	font-weight: 400;
	letter-spacing: 1px;
}
.add_formarea .form-control
{
	font-size: 16px;
	color: #242424;
	height: auto;
	box-shadow: none;
	padding: 8px 12px;
}
.add_map a
{
	font-size: 14px;
	text-decoration: underline;
}
.icon_input
{
	position: relative;
}
.icon_input i {
	font-size: 20px;
	position: absolute;
	right: 10px;
	top: 10px;
}
.form-group h3 {
	margin-top: 5px;
}
.custom_select select
{
	width: 100%;
	font-size: 16px;
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 8px;
	line-height: 40px;
}
.custom_select
{
	position: relative;
}
.custom_select::after {
	position: absolute;
	top: 1px;
	width: 40px;
	background: #fff;
	bottom: 1px;
	text-align: center;
	content: "\f0dd";
	font-family: fontawesome;
	right: 1px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	font-size: 20px;
	line-height: 30px;
	pointer-events:none;
}
.tags li
{
	display: inline-block;
	margin-top: 12px;
}
.tags li span
{
	display: inline-block;
	border-radius: 5px;
	background: #2e4485;
	font-size: 14px;
	position: relative;
	padding-right: 20px;
	color: #fff;
	padding: 3px 25px 3px 8px;
}
.tags li span a
{
	position: absolute;
	right: 7px;
	top: 3px;
	color:#fff;
}
.top_form
{
	padding-bottom: 20px;
}
.top_form .yellow_btn {
	height: 39px;
	margin: 0;
	vertical-align: middle;
	padding: 6px 35px;
	font-size: 18px;
}
/*** add new fleet page css here ***/

/*** accepted payment page css here ***/
.payment_whitebox
{
	background: #fff;
	padding: 12px 25px;
	border-radius: 3px;
	border:2px solid #fff;
	box-shadow: 0px 8px 28px rgba(0,0,0,.12);
	margin-bottom: 15px;
}
.payment_options li
{
	float: left;
	width: 210px;
	text-align: center;
	text-transform: uppercase;
	margin-top: 20px;
	margin-right: 20px;
	font-size: 14px;
}
.payment_options li:last-child
{
	margin-right: 0;
}
.payment_options li a
{
	color:#242424;
}
.payment_options li a.active
{
	color:#2e4485;
}
.payment_options li a.active .payment_whitebox
{
	border-color:#2e4485;
}
.payment_options
{
	padding-bottom: 20px;
}
/*** accepted payment page css here ***/

/*** my Profile page css here ***/
.profile_image
{
	border: 2px solid #c2c2c2;
	margin: 20px 0;
	width: 200px;
	height: 200px;
}
.my_profile label
{
	font-size: 14px;
	color:#b5bbcb;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight:400;
}
.my_profile h4
{
	font-size: 20px;
	margin-top: 0px;
}
.my_profile .col-sm-8 .row
{
	margin-top: 15px;
}



.upload_image
{
	position: relative;
	display: inline-block;
	overflow: hidden;
}
.upload_image input
{
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
}
.my_profile .form-control
{
	height: auto;
	padding: 10px;
	color: #000;
	box-shadow: none;
	margin-bottom: 20px;
}
.my_profile .yellow_btn
{
	font-size: 18px;
	padding: 10px 35px;
	margin: 35px 0;
}
.top_form .form-control, .search_input .form-group .form-control
{
	height: auto;
	padding: 8px 10px;
	box-shadow: none;
}
/*** my Profile page css here ***/

/*** payment transaction page css here ***/
.top_form h4
{
	margin-top: 30px;
}
.search_form li
{
	float: left;
	width: 20%;
	margin-right: 1.2%;
	min-height: 60px;
}
.search_form li:last-child
{
	margin-right: 0;
}
/*** payment transaction page css here ***/

/*** subscription page css here ***/
.subscription_box
{
	background: #fff;
	padding: 12px;
}
.subscription_box h1
{
	font-weight: 700;
	color: #2e4485;
	font-size: 62px;
}
.subscription_time
{
	position: relative;
	color: #f1a732;
	text-transform: uppercase;
}
.subscription_time:after
{
	position: absolute;
	left:0;
	top:20px;
	content: "";
	width:100%;
	height:1px;
	background: #f1a732;
}
.subscription_time span
{
	display: inline-block;
	background: #fff;
	padding: 10px;
	position: relative;
	z-index: 1;
}
.subscription_box p
{
	color: #b5bbcb;
	font-size: 18px;
	margin-top: 25px;
}
.subscription_box h3
{
	margin-top: 10px;
}
/*** subscription page css here ***/

/*** booking page css here ***/
.search_input .form-group
{
	margin: 15px 0 0 0;
}
.search_input
{
	min-width: 260px;
}
.ticket_detailbox p, .ticket_detailbox h5
{
	color: #b5bbcb;
	font-size: 16px;
}
.ticket_detailbox p span
{
	color: #000;
}
.ticket_detailbox .yellow_btn
{
	font-size: 18px;
}
.ticket_detailbox h5 span
{
	margin-left: 15px;
}
.ticket_detailbox h5
{
	margin-top: 30px;
}
.onward_returntable table thead tr th
{
	border-color: #b5bbcb;
}
.onward_returntable table tbody tr td
{
	vertical-align: top;
	border-right:none;
}
.onward_returntable table tbody tr:last-child td
{
	border-bottom:none;
}
.onward_returntable table tbody tr td h4
{
	font-weight: 700;
	margin:0;
	color:#242424;
}
.ticket_detailbox td
{
	background:#fff !important;
}
.ticket_detailbox > td
{
	padding: 0px 25px 25px !important;
}
.hide_detail
{
	display: inline-block;
	margin: 0 10px;
}
.dashboard_logoarea a
{
	display: inline-block;
	vertical-align: middle;
}
.dashboard_logoarea a.menu_bar
{
	display:none;
	vertical-align: middle;
	font-size: 28px;
	margin-right: 15px;
}

.container_dashboard {
  display: inline-block;
  position: relative;

  margin-bottom: 12px;
  cursor: pointer;
  font-size: 18px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: auto;
  text-align: center;
  padding: 10px;
}
.custom_radio {
	margin-left: 15px;
}

/* Hide the browser's default radio button */
.container_dashboard input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #fbfbfb;
  /* border-radius: 50%; */
  z-index: -1;
  /* padding: 15px 26px; */
  /* text-align: center; */
  border-radius: 4px;
}

/* On mouse-over, add a grey background color */
.container_dashboard:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.container_dashboard input:checked ~ .checkmark {
  background-color: #f1a732;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.container_dashboard input:checked ~ .checkmark:after {
  display: block;
}

/*** booking page css here ***/

/*** date picker css here ***/
.ui-datepicker.ui-widget{background: #fff;border: 1px solid #ddd;min-width: 311px;}
.ui-datepicker.ui-widget .ui-datepicker-header{background: none;border: none;}
.ui-datepicker.ui-widget .ui-datepicker-prev .ui-icon, .ui-datepicker.ui-widget .ui-datepicker-next .ui-icon {background:url("../images/left_arrow.png") no-repeat scroll center center;cursor: pointer;height: 35px;left: 0;margin: 0;top: 0;width: 35px;}
.ui-datepicker.ui-widget .ui-datepicker-next .ui-icon {	background:url("../images/right_arrow.png") no-repeat scroll center center;}
.ui-datepicker-title {color: #000;}
.ui-datepicker.ui-widget a.ui-state-active{background: #15a5fb;color: #fff;}
.ui-datepicker.ui-widget .ui-state-default, .ui-datepicker.ui-widget .ui-widget-content .ui-state-default, .ui-datepicker.ui-widget .ui-widget-header .ui-state-default {color: #000;padding: 0 10px;text-align: center;text-shadow: none;}
.ui-datepicker .ui-datepicker-prev {left: 2px !important;top: 2px !important;}
.ui-datepicker .ui-datepicker-next {right: 2px !important; top:2px !important;}
.bootstrap-timepicker-widget.dropdown-menu.open {
    display: block;
    padding: 5px;
}
.bootstrap-timepicker-widget {text-align: center;}
.bootstrap-timepicker-widget input {border: 1px solid #ccc;	padding: 5px;text-align: center;border-radius: 5px;width: 75px;}
.bootstrap-timepicker-widget table td {padding: 5px 10px;}
/*** date picker css here ***/

.custom_select .fstElement
{
	display: block;
	font-size: 12px;
	border-radius: 5px;
}
.custom_select .fstElement .fstControls
{
	width: 100%;
}
.custom_select .fstElement .fstControls .fstQueryInput
{
	color:#000;
	padding: 5px;
}
.custom_select .fstChoiceItem, .custom_select .fstResultItem.fstSelected, .custom_select .fstResultItem.fstFocused
{
	background-color: #2e4485;
	border-color:#2e4485;
}
.attireMainNav
{
	display:none;
}

.add_formarea h4 {
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 15px;
	color: #2e4485;
}



.online_user h4
{
	font-weight: 700;
	color: #333333;
	margin-bottom: 35px;
}
.online_user h4 a
{
	color: #f1a732;
	font-size: 16px;
	font-weight: 400;
	text-decoration: underline;
	float: right;
}
.online_user h4 a:hover
{
	text-decoration: none;
}
.online_user ul li
{
	position: relative;
	padding-left: 80px;
	border-bottom: 1px solid #dddddd;
	min-height: 98px;
	padding-right: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
}
.online_user ul li:last-child
{
	border-bottom: none;
}
.online_user ul li img
{
	border-radius: 100%;
	border: 2px solid #cdcdcd;
	position: absolute;
	left: 0;
	top: 15px;
	width: 68px;
	height: 68px;
}
.online_user_status
{
	width: 10px;
	height: 10px;
	border-radius: 100%;
	background: #00ff0c;
	position: absolute;
	display: inline-block;
	right: 0;
	top: 30px;
}
.online_user ul li p
{
	padding-top: 23px;
}
.current_commission
{
	background: #d7e7db;
	font-size: 18px;
	color: #242424;
	border-radius: 5px;
	padding: 20px;
	margin-bottom: 45px;
}
.plan_action_btn
{
	color:#242424;
	display: inline-block;
	margin-top: 10px;
	margin-right: 20px;
}
.plan_action_btn:hover
{
	color:#2e4485;
}
.big_model .modal-dialog {
	width: auto;
	max-width: 900px;
}

/****new****/
.upload_icon .upload_image {
    border: 1px dotted #ccc;
    padding: 30px;
    text-align: center;
}
.upload_icon .upload_image img {
    height: 100px;
    width: 100px;
}
.upload_icon .upload_text {
    color: #060606 !important;
    font-size: 16px !important;
    margin-top: 10px !important;
}
.table_icon {
    height: 25px;
}
/****end****/

/*** responsive css here ***/
@media screen and (max-width:1200px)
{
	.search_form li
	{
		width: 32%;
		margin-right: 1.333%;
	}
	.online_user, .subscription_box
	{
		margin-top: 15px;
	}
}

@media screen and (max-width:991px)
{
	.main-page
	{
		padding-left: 0;
	}
	.left_sidebar
	{
		left:-270px;
	}
	.left_sidebar.active
	{
		left:0;
	}
	.dashboard_logoarea a.menu_bar
	{
		display:inline-block;
	}
}

@media screen and (max-width:767px)
{
	.login_form_outer
	{
		margin: 20px auto 0;
	}
}
/*** responsive css here ***/