a {cursor: pointer;}
.page.portal .side_menu {
	display:block;
	width: 25%;
	max-width: 250px;
	min-width: 25px;
	float: left;
	font-family:"GothamPro",sans-serif;
}
.side_menu ul {
	margin: 0;
	list-style: none;
}
.side_menu ul li {
	text-align: left;
	padding: 10px 0;
	border-bottom: 1px solid #fff;
}
.side_menu ul li a{
	font-size:18px;
	color:#fff;
}
.side_menu ul li.current_page a::before {
	content: "";
	width: 0;
	/* height: 0; */
	display: inline-block;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 16px solid #e7ad5a;
	vertical-align: middle;
	margin-right: 10px;
}
.side_menu ul li.current_page a {
	color: #e7ad5a;
}
.page.portal .Customer_inFormation_panel {
	display: block;
	width: calc(100% - 300px);
	float: right;
	margin: 0;
	margin-left: 30px;
	height: 100%;
	background: #fff;
	border-radius: 8px;
	color: #000;
	font-family: "GothamPro",san-serif;
	padding: 15px;
	position: relative;
}
pre {
    background: transparent !important;
    text-align: left;
}
.page.portal .Customer_inFormation_panel .add_reg_wrap {
	padding: 15px;
	border-bottom: 1px solid #000;
	width: 100%;
	margin: 0;
	display: inline-block;
	text-align: right;
	padding-top: 0;
}
#user_table {
	font-size: 13px;
	font-family: "GothamPro";
	border-color: #ddd;
	border-width: 2px;
	margin: 0;
}
.dropdown_trigger {
	display: flex;
	align-items: center;
	padding: 10px 15px;
	/*width: ;*/
	border: 2px solid #ddd;
	border-radius: 10px;
	justify-content: center;
	min-width: 200px;
}
.dropdown li input {
	position: unset !important;
	opacity: 1;
	margin-right: 10px;
}
.dropdown li input + label {
	display: inline-block;
	width: auto;
	font-size: 12px;
}
.dropdown_checkbox_select {
	position: relative;
}
.page-template-tours-overview .filter_and_search_row.first-row .dropdown_checkbox_select {
	width: 250px;
}
.filter_and_search_row {
	display: flex;
	margin: 15px;
	justify-content: space-between;
	align-items: center;
}
.dropdown_trigger span {
	line-height: 1;
}
.dropdown_trigger span.view_ico {
	height: 16px;
}
.dropdown_trigger span.view_ico img {
	width: 16px;
}
.dropdown_trigger span.holder-content {
	margin: 0 8px;
	font-size: 13px;
}
.dropdown_trigger span.drop_down_arrow {
	font-size: 10px;
}
.dropdown {
	margin: 0;
	list-style: none;
	text-align: left;
	font-size: 13px;
	padding: 0 10px;
	position: absolute;
	z-index: 999;
	background: #fff;
	min-width: 160px;
	border: 2px solid #ddd;
	border-radius: 10px;
	top: calc(100% - 2px);
	display: none;
	width: 100%;
	overflow: auto;
	height: auto;
	scrollbar-width: thin;
}
#user_table thead tr {
	background-color: #f7f5f5;
	border: 2px solid #ddd;
}
#user_table table th {
	font-weight: 600;
	border: 0;
}
#user_table table th{
	border-width:0;
}
.page-template-asset-manager #user_table thead tr {
	background-color: transparent;
	border:none;
}
#Qoute_popup .bus_pricing_item_table table {
	table-layout: fixed;
}
#Qoute_popup .bus_pricing_item_table table th,
#Qoute_popup .bus_pricing_item_table table td {
	column-width: auto;
	word-wrap: initial;
	width: fit-content;
	min-width: fit-content;
	max-width: fit-content;
	box-sizing: content-box;
	white-space: nowrap;
}
.bus_pricing_item_table table thead tr th:nth-child(2) {
	text-align: left;
}
/* .page-template-asset-manager #user_table th.vehicle,  */
/* .page-template-asset-manager #user_table th.type,  */
/* .page-template-asset-manager #user_table th.status,  */
/* .page-template-asset-manager #user_table th.year { */
	/* background-color: #f7f5f5; */
	/* border: 2px solid #ddd; */
	/* text-align: left; */
	/* padding: 0 15px; */
	/* width: 25%; */
/* } */
/* .page-template-asset-manager #user_table .user_fields th { */
	/* padding: 15px; */
/* } */
.page-template-asset-manager #user_table .editables {
	background-color: transparent;
	border:none;
}
.page-template-asset-manager.page-template-drivers #user_table .editables {
	background-color: transparent;
	border: none;
	display: table-cell !important;
}
#user_table table td{
	border-color:#ddd;
	border-width:2px;
}
.filter_item.checkbox {
	position: relative;
}
.filter_item.checkbox input[type="checkbox"] {
	position: relative !important;
	background: transparent;
	width: 18px;
	height: 18px;
	border: 1px solid #000 !important;
	opacity: 1;
	margin: 0 4px 0 0;
}
.filter_item.search {
	min-width: 250px;
}
.search_wrap {
	position: relative;
	width: 100%;
	border: 2px solid #ddd;
	display: flex;
	align-items: center;
	border-radius: 10px;
}
form#trailer_search_filter {
	width: 100%;
}
.search_wrap .search_BOx {
	font-family: "GothamPro";
	font-size: 13px;
	border: 0;
	height: 34px;
	background-color: transparent;
	cursor: default;
	padding: 0 33px 0 10px;
}
form#trailer_search_filter #trailer-search.trailersearch_BOx {
	font-family: "GothamPro";
	font-size: 13px;
	border: 0;
	height: 34px;
	background-color: transparent;
	padding: 0 33px 0 10px;
}
form#trailer_search_filter input[type="submit"] {
	display: none;
}
.search_ico {
	line-height: 1;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	z-index: 1;
}
.search_BOx:focus ~ label .search_ico {
	background: #ddd;
}
.row_counter_wrap .label {
	FOnt-family: "GothamPro";
	font-size: 13px;
}
.row_counter_wrap {
	display: flex;
	align-items: center;
}
.row_user_type_wrap span.label{display:inline;font-family: "GothamPro";  font-size: 13px;}
.row_user_type_wrap .user_type option{display:block !important;}
.row_user_type_wrap .user_type{border: 2px solid #ddd;
  border-radius: 10px;
  margin: 0 10px;
  height: 38px;
  font-size: 13px;
  font-weight: bold;width:100px;display: inline;}
#row_count {
	min-width: 65px;
	-moz-appearance: none;
	-webkit-appearance: none;
	border: 2px solid #ddd;
	border-radius: 10px;
	margin: 0 10px;
	height: 38px;
	font-size: 13px;
	font-weight: bold;
}
#nav-single {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 15px;
}
#nav-single .button {
	min-width: 110px;
	background-color: transparent;
	border: 2px solid #ddd;
	border-radius: 10px;
	font-size: 13px;
	font-weight: 700;
	padding: 0;
}
#nav-single .button.disbled a {
	opacity: .1;
	pointr-events: none;
	pointer-events: none;
}
#nav-single .button a {
	padding: 10px;
	width: 100%;
	display: block;
	color: #000;
}
#user_table_container {
	position: relative;
}
.page_content .loader {
	display: flex;
	align-items: center;
	background-color: #00000091;
	top: 0;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	justify-content: center;
}
.page_content .loader svg {
	position: absolute;
	top: calc(50% - 20px);
	left: calc(50% - 20px);
	display: inline-block;
	width: 40px;
	height: 40px;
	z-index: 10001;
	/* background-color: #e7ad5a; */
	-webkit-animation: spin-animation 2s ease-in-out infinite;
	animation: spin-animation 2s ease-in-out infinite;
}
.currentpagenumber.nav-direction {
	font-size: 13px;
	font-weight: 700;
}
.add_reg_contain {
	display: block;
	float: right;
	text-align: left;
	font-size: 13px;
	font-weight: 700;
}
.add_reg_contain .add_customer.button {
	display: block;
	font-size: 13px;
	text-align: center;
	background-color: #07c0f9;
	/* border-radius: 10px; */
	padding: 20.5px 30px;
	display: inline-block;
	line-height: 1;
	vertical-align: middle;
}
#user_table_container .no_result {
	font-size: 13px;
	font-weight: 700;
}
#user_table tbody td {
	padding: 7px 15px;
	vertical-align: middle;
}
.page-template-pricing-info #user_table tbody td.settings a {
    display: none !important;
}
.trselectcontent .col.full_partial_width .row.row-1.Bus_trailer .row_field_inner_wrap.have_flex .multiplefields, 
.trselectcontent .col.full_partial_width .row.row-2.driver_calculation .row_field_inner_wrap.have_flex .multiplefields {
	position: relative;
}
.trselectcontent .col.full_partial_width .row.row-1.Bus_trailer .row_field_inner_wrap.have_flex .multiplefields .Driver_name, 
.trselectcontent .col.full_partial_width .row.row-2.driver_calculation .row_field_inner_wrap.have_flex .multiplefields .Driver_name {
	position: absolute;
	bottom: -40px;
	font-size: 13px;
	width: 100%;
	left: 0;
	text-align: left;
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	color: #fff;
}
.trselectcontent .col.full_partial_width {
	width: 100%;
	margin: 15px auto;
}
.trselectcontent .col.column1.full_partial_width,
.trselectcontent .col.column2.full_partial_width {
	display: flex;
	justify-content: space-evenly;
}
.page-template-pricing-info .trselectcontent .col.full_partial_width .row.row-1.Bus_trailer .row_field_inner_wrap.have_flex {
	margin-bottom: 5px;
}
.trselectcontent .col.full_partial_width .row.row-1.Bus_trailer .row_field_inner_wrap.have_flex .multiplefields p {
	display: inline-block;
	width: 21%;
	vertical-align: top;
}
.trselectcontent .col.full_partial_width .row.row-1.Bus_trailer .row_field_inner_wrap.have_flex .multiplefields .selection_buttons {
	display: flex;
	flex-direction: row;
	width: 80%;
	justify-content: space-between;
}
.trselectcontent .col.full_partial_width .row.row-1.Bus_trailer .selection_buttons a#add_a_bus {
	width: 100%;
	margin: 0 15px 0 0;
	font-size: 12px;
	padding: 10px;
	line-height: 1.5;
}
.trselectcontent .col.full_partial_width .row.row-1.Bus_trailer .selection_buttons a {
	width: 100%;
	margin: 0 auto;
}
.trselectcontent .col.column2.full_partial_width .col.column1.full_partial_width {
	margin-top: 25px;
	margin-bottom: 10px;
}
.trselectcontent .col.full_partial_width .row.row-2.driver_calculation .row_field_inner_wrap.have_flex .multiplefields .Driver_name label {
	color: #fff;
}
.driver_calculation .row_field_inner_wrap .multiplefields p.selection_buttons a, .co-driver_calculations .row_field_inner_wrap .multiplefields p.selection_buttons {
	display: block;
	margin: auto;
}
.trselectcontent .col.column1.full_partial_width .row.row-3.co-driver_calculations {
	margin: 0;
}
.trselectcontent .col.column1.full_partial_width .row.row-3.co-driver_calculations p.co-driversection_label {
	font-size: 13px;
	text-align: left;
	border-bottom: 1px solid #fff;
	width: auto;
	display: block;
	margin: 10px 20px 30px;
	float: left;
}
.trselectcontent .col.column3.full_partial_width .row.row-8.pricing_notes {
	background: #444444;
	padding: 25px;
	margin: 0 auto 25px;
	width: 100%;
	text-align: left;
	border-radius: 8px;
}
.trselectcontent .col.column3.full_partial_width .row.row-8.pricing_notes label {
	margin: 0 0 15px;
	border-bottom: 1px solid #fff;
	width: auto;
	display: inherit;
	text-align: left;
}
.tourtotals .row.row-10.tours_calculations {
	width: 100%;
	margin: 25px auto 0;
	display: inline-block;
}
.tourtotals .row.row-10.tours_calculations label {
	padding: 0;
}
.trselectcontent .col.full_partial_width .row.row-1.Bus_trailer .selection_buttons a {
	width: 100%;
	margin: 0 auto;
}
.trselectcontent .col.full_partial_width .row.row-1.Bus_trailer .selection_buttons a#add_a_bus, 
.trselectcontent .col.full_partial_width .row.row-1.Bus_trailer .selection_buttons a:hover {
	width: 100%;
	margin: 0 15px 0 0;
	font-size: 12px;
	padding: 10px;
	line-height: 1.5;
	color: #000 !important;
}
body .trselectcontent .col.full_partial_width .row.Bus_trailer .multiplefields .selection_buttons a:hover {
	color: #000 !important;
}
.col.column1.full_partial_width .co_driver_section_wrap {
	border: 1px solid #444444;
	border-radius: 8px;
	margin-bottom: 20px;
	margin-top: 10px;
	width: 100%;
	padding: 20px;
	background: #444444;
}
.yellow_text label, .green_text label{
	color: #fff;
}
.green_text {
	color: green;
}
.yellow_text {
	color: #FFF200;
}
.trselectcontent .col.full_partial_width {
	width: 100%;
	margin: 15px auto;
}
.page-template-pricing-info .Customer_inFormation_panel .trselectcontent {
	background: #060917;
	color: #fff;
	padding: 35px 0 0 0;
	margin: 0 auto;
	display: none;
	width: 100%;
}
.trselectcontent .col.full_partial_width .row.row-1.Bus_trailer, 
.trselectcontent .col.full_partial_width .row.row-2.driver_calculation {
	width: calc(50% - 23px);
	display: inline-block;
	border: 1px solid #444444;
	border-radius: 0;
	padding: 25px 0;
	vertical-align: top;
	margin: 0 10px 20px;
	background: #444444;
}
.trselectcontent .col.full_partial_width.column2 .columnright .columwrap {
	display: flex;
	width: 100%;
	margin: 0;
	padding: 0 20px;
	justify-content: space-evenly;
	flex-direction: row;
	overflow: hidden;
}
.trselectcontent .col.full_partial_width.column2 .columnright .columwrap .leftcol, 
.trselectcontent .col.full_partial_width.column2 .columnright .columwrap .rightcol {
	width: 47%;
	margin: 0 1%;
	padding: 15px;
}
.col.column1.full_partial_width .row_field_inner_wrap.have_flex > label {
	text-align: left;
	padding-left: 20px;
	min-width: max-content;
	padding-bottom: 3px;
	border-bottom: 1px solid #fff;
	width: auto;
	display: block;
	margin: 0 auto 30px 20px;
	float: left;
	padding-left: 0;
}
.col.column1.full_partial_width .row_field_inner_wrap.have_flex > label {
	text-align: left;
	padding-left: 20px;
	min-width: max-content;
	padding-bottom: 3px;
	border-bottom: 1px solid #fff;
	width: auto;
	display: block;
	margin: 0 auto 30px 20px;
	float: left;
	padding-left: 0;
}
.trselectcontent .col.full_partial_width .row.row-1.Bus_trailer .row_field_inner_wrap.have_flex .multiplefields, .trselectcontent .col.full_partial_width .row.row-2.driver_calculation .row_field_inner_wrap.have_flex .multiplefields {
	margin: 10px auto;
	width: 100%;
	align-items: center;
	padding: 0 20px;
	display: inline-block;
	text-align: left;
}
.driver_calculation .row_field_inner_wrap .multiplefields p.selection_buttons a, .co-driver_calculations .row_field_inner_wrap .multiplefields p.selection_buttons a {
	margin: 0 auto 15px;
	max-width: 100%;
	min-width: 100%;
	vertical-align: middle;
	display: inline-block;
}
.driver_calculation .row_field_inner_wrap .multiplefields p.selection_buttons a.confirm_trigger.main_driver_confirm {
	margin-top: 15px;
}
.trselectcontent .col.full_partial_width.column2 .columnleft {
	width: 100%;
	float: none;
	display: inline-block;
	margin: 0 0;
	border: 1px solid #444;
	border-radius: 8px;
	padding: 15px 15px 35px;
	vertical-align: top;
	background: #444;
}
.trselectcontent .col.column2.full_partial_width .columnleft {
	margin-left: 0;
}
.trselectcontent .col.column2.full_partial_width .columnright {
	margin-right: 0;
	width: 100%;
}
.trselectcontent .row, .row_field_inner_wrap.have_flex {
	margin: 0;
	width: 100%;
	display: inline-block;
}
.trselectcontent .row.row-8.DotIFTA_calculations {
	display: inline-block;
	text-align: left;
	margin: 0 auto;
	width: 100%;
}
.trselectcontent .row.row-8.DotIFTA_calculations .row_field_inner_wrap.have_flex {
	display: inline-block;
	margin: 0 auto 20px;
}
.trselectcontent .row.row-8.DotIFTA_calculations .row_field_inner_wrap.have_flex .multiplefields p {
	width: auto;
}
.trselectcontent .row.row-8.DotIFTA_calculations .row_field_inner_wrap.have_flex .multiplefields p.base_rates {
	width: 190px;
	display: block;
}
.trselectcontent .row.row-8.DotIFTA_calculations .row, .trselectcontent .row.row-8.DotIFTA_calculations > .row_field_inner_wrap {
	width: calc(51.3% - 30px);
	display: inline-block;
	float: none;
	margin: 0 15px 25px;
	vertical-align: top;
}
.trselectcontent .row.row-8.DotIFTA_calculations .row_field_inner_wrap.have_flex label {
	padding: 0 !important;
}
.trselectcontent .col.full_partial_width .row.row-2.driver_calculation .row_field_inner_wrap.have_flex .multiplefields {
	margin: 10px auto;
	width: 100%;
	align-items: center;
	padding: 0;
}
.trselectcontent .row.row-8.DotIFTA_calculations p {
	margin: 0 auto 15px;
	display: inline-block;
	/* width: 100%; */
}
.trselectcontent .row.row-8.DotIFTA_calculations p label {
	width: 100%;
	display: inline-block;
}
.trselectcontent .row.row-8.DotIFTA_calculations .row_field_inner_wrap.have_flex > label {
	text-align: left;
	padding-left: 0;
	min-width: 160px;
}
.trselectcontent .row.row-8.DotIFTA_calculations .row_field_inner_wrap.have_flex .multiplefields .fuel_radio_group .clientcontract,.trselectcontent .row .row_field_inner_wrap.have_flex .multiplefields .radio_group .clientcontract {
	width: 100%;
	display: inline-block;
	padding: 0 10px;
}

.trselectcontent .row.row-8.DotIFTA_calculations .row_field_inner_wrap.have_flex .multiplefields .radio_group .clientcontract label {
    width: auto;
    padding-left: 10px;
    display: inline-block;
    vertical-align: super;
}
.trselectcontent .row.row-8.DotIFTA_calculations .row.row2 input {
	width: auto;
}
/*.trselectcontent .row.row-8.DotIFTA_calculations .row_field_inner_wrap.have_flex .multiplefields .fuel_radio_group .clientcontract input {
	width: auto;
	display: block;
	float: left;
	margin: 0 auto;
}*/
.trselectcontent .row.row-8.DotIFTA_calculations .row_field_inner_wrap.have_flex .multiplefields {
	display: inline-block;
	width: 100%;
	margin: 0 auto;
}
.trselectcontent .row.row-8.DotIFTA_calculations .row_field_inner_wrap.have_flex .multiplefields .fuel_radio_group, .trselectcontent .row .row_field_inner_wrap.have_flex .multiplefields .radio_group {
	display: block;
	flex-direction: column;
	margin: 0 auto 0;
	float: left;
	text-align: left;
	max-width: 140px;
}
.trselectcontent .row.row-8.DotIFTA_calculations .row_field_inner_wrap.have_flex .multiplefields p, 
.trselectcontent .row.row-8.DotIFTA_calculations p {
	width: 25%;
	display: block;
	float: left;
	vertical-align: middle;
	margin: 0 5px;
	max-width: 190px;
}
.trselectcontent .row.row-8.DotIFTA_calculations .row_field_inner_wrap.have_flex.wraps .multiplefields {
	display: flex;
	flex-wrap: inherit;
}
.trselectcontent .row.row-8.DotIFTA_calculations .row_field_inner_wrap.have_flex.permits .multiplefields {
	display: flex;
	flex-wrap: inherit;
}
.trselectcontent .row.row-8.DotIFTA_calculations .row_field_inner_wrap.have_flex .multiplefields p select, .trselectcontent .row.row-8.DotIFTA_calculations p select{
	width: 85px;
}
.trselectcontent .row.row-8.DotIFTA_calculations .row_field_inner_wrap.have_flex .multiplefields p.selectdrop, .trselectcontent .row.row-8.DotIFTA_calculations p.selectdrop{ 
	width: 80px;
	text-align: center;
}
.trselectcontent .row.row-8.DotIFTA_calculations .row_field_inner_wrap.have_flex .multiplefields p.no_flex.confirm_box {
	width: 100%;
	max-width: 100%;
	text-align: left;
}
.trselectcontent .row.row-8.DotIFTA_calculations .row_field_inner_wrap.have_flex:last-child {
	display: inline-block;
	margin: 10px auto 0;
}
.trselectcontent .col.full_partial_width.column2 .row.row1.date_info p {
	margin-bottom: 7px;
}
.trselectcontent .row.row-8.DotIFTA_calculations .row_field_inner_wrap.have_flex > label {
	text-align: left;
	padding-left: 20px;
	min-width: 160px;
}
.trselectcontent .col.full_partial_width.column2 .columnright {
	/* width: 74%; */
	display: inline-block;
	margin: 0 auto;
	padding: 15px;
	border: 1px solid #444;
	border-radius: 8px;
	vertical-align: top;
	background: #444;
}
.trselectcontent .col.column2.full_partial_width .columnleft .row.row1.date_info {
	margin: 0 auto;
	width: 100%;
	text-align: left;
	padding: 0 20px;
}
.trselectcontent .col.column2.full_partial_width .columnleft .row.row1.date_info .row_field_inner_wrap.have_flex {
	display: inline-block;
	width: 49%;
}
.trselectcontent .col.column2.full_partial_width .columnleft .row.row1.date_info .row_field_inner_wrap.have_flex .multiplefields {
	margin: 0 auto;
}
.trselectcontent .col.column2.full_partial_width .columnleft .row.row1.date_info p {
	display: inline-block;
	margin: 0;
	text-align: left;
	width: 240px;
}
.trselectcontent .col.column2.full_partial_width .columnleft .row.row1.date_info p input[readonly=""] {
	background: #aaa9a9;
}
.trselectcontent .row.row-8.DotIFTA_calculations .row_field_inner_wrap.have_flex .multiplefields p input[readonly=""] {
	background: #aaa9a9;
}
.trselectcontent .col.column2.full_partial_width .columnleft .row.row2 p {
	display: inline-block;
	width: 100%;
	margin: 0 1% 15px;
	text-align: left;
	float: none;
}
.trselectcontent .col.column2.full_partial_width .columnleft .row.row1.date_info p label {
	width: 100%;
	display: inline-block;
}
.trselectcontent .col.column2.full_partial_width .columnleft .row.row1.date_info p input {
	max-width: 130px;
}
.trselectcontent .col.column2.full_partial_width .columnleft .row.row2 p label {
	width: auto;
	display: block;
	max-width: 120px;
	float: left;
}
.trselectcontent .col.column2.full_partial_width .columnleft .row.row2 p input {
	width: auto;
	display: block;
	max-width: 70px;
	font-size: 13px;
	font-family: GothamPro;
	font-weight: 500;
	float: right;
}
.trselectcontent .col.column1.full_partial_width .row.row-3.co-driver_calculations .row_field_inner_wrap.have_flex.center-align {
	padding: 10px;
	border: 1px solid #fff;
	margin-bottom: 20px;
}
.trselectcontent .col.column1.full_partial_width .row.row-3.co-driver_calculations .row_field_inner_wrap.have_flex.center-align .break {
	margin: 0;
}
.trselectcontent .col.column1.full_partial_width .row.row-3.co-driver_calculations .row_field_inner_wrap.have_flex.center-align .break span {
	width: auto;
	display: inline-block;
	padding: 0 3px;
}
.trselectcontent .col.column1.full_partial_width .row.row-3.co-driver_calculations .row_field_inner_wrap.have_flex.center-align .multiplefields {
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	margin: 0 auto;
}
.trselectcontent .col.column1.full_partial_width .row.row-3.co-driver_calculations .row_field_inner_wrap.have_flex.center-align .multiplefields .selection_buttons {
	align-self: center;
	margin-bottom: 0;
}
.trselectcontent .col.column1.full_partial_width .row.row-3.co-driver_calculations .row_field_inner_wrap.have_flex.center-align > p {
	display: inline-block;
	width: auto;
	text-align: left;
	margin: 0 auto;
}
.trselectcontent .col.column1.full_partial_width .row.row-3.co-driver_calculations .row_field_inner_wrap.have_flex.center-align .multiplefields .selection_buttons .popup_trigger {
	margin-bottom: 0;
}
.trselectcontent .col.column1.full_partial_width .row.row-3.co-driver_calculations .row_field_inner_wrap.have_flex.center-align .multiplefields p {
	margin-bottom: 7.5px;
	align-self: center;
}
.trselectcontent .col.column1.full_partial_width .row.row-3.co-driver_calculations .row_field_inner_wrap.have_flex.center-align p {
	display: inline-block;
	width: auto;
	text-align: left;
}
.trselectcontent .col.column2.full_partial_width .columnleft .row.row2 p input[readonly] {
	background: #929292;
}
.col.column2.full_partial_width h5 {
	font-size: 13px;
	text-align: left;
	border-bottom: 1px solid #fff;
	width: auto;
	display: block;
	margin: 10px 20px 30px;
	float: left;
}
.trselectcontent .col.full_partial_width.column2 .columnleft .row.row2 {
	margin-top: 15px;
}
.page-template-pricing-info #user_table tbody tr {
	position: relative;
	cursor: pointer;
}
.page-template-pricing-info .popups_wrapper .popup_wrapper #user_table_container #user_table tr::after {
	display: none !important;
}
.cancel_tour_to{
    display: flex;
    align-items: center;
    padding: 10px 15px;
    border: 2px solid #ddd;
    border-radius: 10px;
    justify-content: center;
    min-width: 200px;
    font-size: 13px;
    margin-top: 20px;
    line-height: 1.3;
}
.page-template-pricing-info #user_table tbody tr::after {
	position: absolute;
	left: 10px;
	top: calc(50% - 6.25px);
	height: 12.5px;
	width: 12.5px;
	display: inline-block;
	content: "";
	background: transparent;
	border-radius: 50%;
	border: 1px solid #000000;
}
.page-template-pricing-info #user_table tbody tr.selected:after {
	background: #000000;
}
.page-template-pricing-info #user_table.buses_pricing tbody td {
	padding: 0;
	vertical-align: middle;
	text-align: right;
    padding: 15px 70px 15px 10px;
	display: table-cell !important;
}
.page-template-pricing-info #user_table tbody td.settings {
	width: max-content;
	max-width: 80px;
	padding: 10px;
	text-align: center;
}
.page-template-pricing-info #user_table tbody td.billed-days {
	vertical-align: middle;
	padding: 15px 20px;
	text-align: center;
	max-width: max-content;
	width: max-content;
}
.page-template-pricing-info #user_table tbody td.bus-rate {
	padding: 0;
	vertical-align: middle;
	text-align: center;
	padding: 15px 0px;
	max-width: 110px;
	width: 110px;
}
#user_table tbody td a {
	display: inline-block;
	width: 100%;
	padding: 7px;
	color:#333;
}
.page-template-asset-manager #user_table tbody td a .svg-icon {
	width: 24px;
}
.page-template-asset-manager #user_table tr > th:last-child {
	background: transparent;
	border: none;
	width: 25px;
}
/* .page-template-asset-manager #user_table { */
	/* border: none; */
	/* width: 95%; */
	/* display: inline-block; */
	/* margin: 20px auto; */
/* } */
 .page-template-asset-manager #user_table tbody td a { 
	display: inline-block;
	width: 100%;
	padding: 0;
	color: #333;
	cursor: pointer;
	height: 30px;
	margin: 0 auto;
}
 #user_table tbody *,  #user_table tr th {
	color: #333;
	text-align: center;
	vertical-align: middle;
}
.page-template-customer-contract-info .paymentschedule_inner #user_table tr td, .page-template-customer-contract-info .paymentschedule_inner #user_table tr th,
.page-template-contract-payment-schedule .paymentschedule_inner #user_table tr td, .page-template-contract-payment-schedule .paymentschedule_inner #user_table tr th {
	padding: 0;
	vertical-align: middle;
	padding: 15px 7px;
	color: #333;
	text-align: center;
}
.page-template-contract-payment-schedule .paymentschedule_inner #user_table tr td img{
	width: 25px;
}
.page-template-contract-payment-schedule .paymentschedule_inner #user_table tr td.QB_Push img.error{
	cursor:pointer;
}
.page-template-drivers .filter_item.row_counter {
	border: none;
}
.popoup_input_wrap .filter-item .plain_input_container input[type="checkbox"] {
	width: 14px;
	height: 14px;
	border: 1px solid #000;
	position: absolute !important;
	margin: 0;
	text-align: left;
	border-radius: 2px;
	display: inline-block;
	z-index: 99;
	opacity: 1;
}
.plain_input_container.jumpseat {
	border: none;
}
.page.portal .Customer_inFormation_panel.black {
	background: transparent;
}
.gform_wrapper.gravity-theme .gfield input[type="radio"] {
	opacity: 1;
	position: unset !important;
	height: auto;
	width: auto;
}
.gform_wrapper.gravity-theme .gfield input[type="checkbox"] {
	opacity: 1;
	position: unset !important;
	height: auto;
	width: auto;
}
.gform_wrapper.gravity-theme .gfield input[type="radio"] + label{
	max-width:unset;
}
.gform_wrapper.gravity-theme .gfield_label {
	color: #fdfbfbd9;
}
.gform_wrapper form#gform_4 .gfield .gfield_description {
	display: block;
}
.popups_wrapper .popup_wrapper .gform_wrapper.gravity-theme .gfield_label {
	color: #101010;
}
.gform_wrapper .gfield_required .gfield_required.gfield_required_text::after {
	font-size: 20px;
	content: "*";
}
.gform_wrapper .gfield_required .gfield_required.gfield_required_text {
	font-size: 0;
}
.customlabel {
	text-align: center;
	font-size: 18px;
	font-weight: 600;
	margin: 15px auto;
	font-family: 'GothamPro';
	display: inline-block;
	padding: 0;
	line-height: 1.75;
}
.black label{
	color:#fff;
}
.select2_custom .select2.select2-container {
	width: 100% !important; 
}
.gform_wrapper .select2-container--default .select2-selection--single {
	background-color: transparent;
	border: 1px solid #ce9b53;
	border-radius: 0;
	height: auto;
}
.page-template-internal_intake_form .select2-container {
	font-family: "Gothampro",sans-serif;
}
.page-template-internal_intake_form .select2-container--default .select2-selection--single .select2-selection__clear {
	height: 45px;
}
.page-template-internal_intake_form .select2-container--default .select2-selection--single .select2-selection__arrow {
	top: calc(50% - 13px);
}
.page-template-internal_intake_form .select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #fff;
	line-height: 45px;
	text-align: left;
}
.page-template-internal_intake_form .gform_wrapper.gravity-theme .gfield.select2_custom {
	display: flex;
	align-items:center;
}
.page-template-internal_intake_form .gform_wrapper.gravity-theme #field_3_80 {
  margin-bottom: 25px;
}
.page-template-internal_intake_form .gform_wrapper.gravity-theme #field_3_80 .gfield_label.gform-field-label {
  line-height: 33px;
}
.page-template-internal_intake_form .gfield.select2_custom .ginput_container.ginput_container_select {
	width: 100%;
}
.page-template-internal_intake_form .gfield.select2_custom .ginput_container.ginput_container_select {
	width: calc(73% - -4px);
	margin-left: 15px;
}
.dashboard_link {
	display: flex;
	align-items: center;
}
.dashboard_link .dashbord_button.button {
	display: block;
	font-size: 13px;
	text-align: center;
	background-color: #07c0f9;
	border-radius: 0;
	padding: 15px 30px;
	font-weight:700;
}
.page-template-internal_intake_form .gform_wrapper.gravity-theme .gfield_label {
	font-size: 13px;
	text-align: left;
	min-height: 31px;
}
legend.gfield_label.gfield_label_before_complex {
	font-family: GothamPro;
	font-weight: 500 !important;
	font-size: 16px !important;
}
.page-template-internal_intake_form .gform_wrapper.gravity-theme .gfield_label .gfield_required.gfield_required_text::after {
	content: "*";
	font-size: 20px;
	font-style: normal;
	font-weight:700;
}
.page-template-internal_intake_form .gform_wrapper .gfield_required .gfield_required_custom,.page-template-internal_intake_form .gform_wrapper .gfield_required .gfield_required_text{
	font-size:0;
	font-style:normal;
}
.page-template-internal_intake_form .select2-dropdown {
	background: #ce9b53;
	border-color: #ce9b53;
}
.page-template-internal_intake_form .gform_wrapper form input {
	height: 45px;
}
.page-template-internal_intake_form .gform_wrapper.gravity-theme input[type="color"],.page-template-internal_intake_form .gform_wrapper.gravity-theme input[type="date"],.page-template-internal_intake_form .gform_wrapper.gravity-theme input[type="datetime-local"],.page-template-internal_intake_form .gform_wrapper.gravity-theme input[type="datetime"],.page-template-internal_intake_form .gform_wrapper.gravity-theme input[type="email"],.page-template-internal_intake_form .gform_wrapper.gravity-theme input[type="month"],.page-template-internal_intake_form .gform_wrapper.gravity-theme input[type="number"],.page-template-internal_intake_form .gform_wrapper.gravity-theme input[type="password"],.page-template-internal_intake_form .gform_wrapper.gravity-theme input[type="search"],.page-template-internal_intake_form .gform_wrapper.gravity-theme input[type="tel"],.page-template-internal_intake_form .gform_wrapper.gravity-theme input[type="text"],.page-template-internal_intake_form .gform_wrapper.gravity-theme input[type="time"],.page-template-internal_intake_form .gform_wrapper.gravity-theme input[type="url"],.page-template-internal_intake_form .gform_wrapper.gravity-theme input[type="week"], .gform_wrapper.gravity-theme select, .gform_wrapper.gravity-theme textarea {
	font-size: 13px;
}
.trailer_count.front input[type="number"].enabled {
	opacity: 1;
}
.trailer_count.front input[type="number"].disabled {
	opacity: 0.5;
}
.page-template-internal_intake_form .gform_wrapper.gravity-theme input[type="color"]::placeholder,.page-template-internal_intake_form .gform_wrapper.gravity-theme input[type="date"]::placeholder,.page-template-internal_intake_form .gform_wrapper.gravity-theme input[type="datetime-local"]::placeholder,.page-template-internal_intake_form .gform_wrapper.gravity-theme input[type="datetime"]::placeholder,.page-template-internal_intake_form .gform_wrapper.gravity-theme input[type="email"]::placeholder,.page-template-internal_intake_form .gform_wrapper.gravity-theme input[type="month"]::placeholder,.page-template-internal_intake_form .gform_wrapper.gravity-theme input[type="number"]::placeholder,.page-template-internal_intake_form .gform_wrapper.gravity-theme input[type="password"]::placeholder,.page-template-internal_intake_form .gform_wrapper.gravity-theme input[type="search"]::placeholder,.page-template-internal_intake_form .gform_wrapper.gravity-theme input[type="tel"]::placeholder,.page-template-internal_intake_form .gform_wrapper.gravity-theme input[type="text"]::placeholder,.page-template-internal_intake_form .gform_wrapper.gravity-theme input[type="time"]::placeholder,.page-template-internal_intake_form .gform_wrapper.gravity-theme input[type="url"]::placeholder,.page-template-internal_intake_form .gform_wrapper.gravity-theme input[type="week"]::placeholder,.page-template-internal_intake_form .gform_wrapper.gravity-theme select,.page-template-internal_intake_form .gform_wrapper.gravity-theme textarea::placeholder {
	font-size: 13px;
}
.gfield_contains_required.hidden_label {
	position: relative;
}
.gfield_contains_required.hidden_label::after {
	content: "*";
	display: inline-block;
	color: #bf2909;
	font-size: 20px;
	line-height: 0;
	position: absolute;
	top: 3px;
	right: -10px;
	font-weight: 700;
}
.gform_wrapper.gravity-theme .gfield.add_needs .gchoice {
	position: relative;
}
.gform_wrapper.gravity-theme .gfield.add_needs input[type="checkbox"] {
	display: block;
	-moz-appearance: none;
	background: transparent;
	width:160px;
	/*visibility: ;*/
	border: 0;
	position: absolute !important;
	transform: translateX(-50%);
	left: 50%;
	height: 45px;
	z-index: 1;
}
.gform_wrapper.gravity-theme .gfield.add_needs .ginput_container.ginput_container_checkbox {
	width: 100%;
}
.gform_wrapper.gravity-theme .gfield.add_needs .gchoice label {
	width: 160px;
	left: 0;
	text-align: center;
	line-height: 1;
	padding: 15px;
	background: #07c0f9;
}
.gform_wrapper.gravity-theme .gfield_checkbox label, .gform_wrapper.gravity-theme .gfield_radio label {
	display: inline-block;
	font-size: 13px;
}
.gform_wrapper.gravity-theme fieldset.add_needs {
	display: flex;
	align-items: end;
}
.page-template-internal_intake_form .gform_wrapper.gravity-theme .gfield.gfield--width-five-twelfths {
	grid-column: span 6;
	-ms-grid-column-span: 6;
}
.gform_wrapper.gravity-theme textarea {
	max-width: 100%;
	border: 1px solid #ce9b53;
	background: transparent;
	font-family: "GothamPro",sans-serif;
	min-height:120px;
	color: #ce9b53;
}
.gform_wrapper form textarea::placeholder {
	font-size: 16px;
	color: #fff;
	font-family: 'GothamPro';
	font-weight: 600;
}
.page-template-internal_intake_form .gform_wrapper.gravity-theme textarea {
	min-width:100%;
}
.page-template-internal_intake_form .gform_wrapper.gravity-theme .ginput_container_date input{
	width:100%;
}
body.page-template-internal_intake_form .ginput_container .gfgeo-locator-button-wrapper.infield-locator {
	position: absolute;
	top: 0;
	left: 8px;
	-webkit-transform: unset;
	transform:unset;
	cursor: pointer;
	z-index: 1;
	height: 100%;
	display: flex;
	align-items: center;
}
.gform_wrapper.gravity-theme .fieldset_line .gfield_label {
	width: auto;
	display: block;
	margin: 0;
	float: left;
}
.gform_wrapper.gravity-theme .fieldset_line .ginput_container.ginput_container_radio {
	width: auto;
	display: block;
	margin: 0 0 0 25px;
	padding: 0;
	vertical-align: top;
	float: left;
	line-height: 1.3;
}
.gform_wrapper.gravity-theme .gform_fields {text-align: left;}
.spacer.gfield {
	display: none;
}
.gform_wrapper.gravity-theme .gfield.dashboard_link, 
.gform_wrapper.gravity-theme .gfield.gfield_contains_required,
.gform_wrapper.gravity-theme fieldset.fieldset_line,
.gform_wrapper.gravity-theme fieldset.add_needs {
	margin-bottom: 25px;
}
.page-template-internal_intake_form .gform_wrapper form input::placeholder {
	color: #fff;
}
.gform_wrapper form #gform_submit_button_7 {
	font-weight: 600;
	font-size: 16px;
	line-height: 1;
	position: relative;
	font-family: 'GothamPro';
	display: inline-block;
	width: auto;
	min-width: 160px;
	max-width: 100%;
	height: 40px;
	padding: 10px 30px !important;
	cursor: pointer;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	white-space: nowrap;
	text-decoration: none;
	text-overflow: unset;
	border: 1px solid #e7ad5a;
	border-radius: 20px;
	background-color: #e7ad5a;
	color: #ffffff;
}
.gform_wrapper form #gform_submit_button_7:hover {
	color: #e7ad5a;
	background-color: transparent;
}
.page-template-internal_intake_form .add_reg_wrap {
	width: 100%;
	display: inline-block;
	margin-bottom: 30px;
	text-align: right;
}
.side_menu ul li ul {
	padding-left: 20px;
}
.side_menu ul li.current_page  li a::before {
	display:none;
}
.side_menu ul li li {
	border-bottom: 0;
}
.page-numbers {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	line-height: 1;
	list-style: none;
	margin: 0;
}
.page-numbers li {
	margin: 0 5px;
}
#tour_nav, #invoice_nav {
	padding: 0;
	margin-top: 15px;
	margin-bottom: 0;
}
body .gform_wrapper.gravity-theme .gfield_list_icons {
	background: #ce9b53;
	opacity:0;
	visibility:hidden;
	pointer-events:none;
}
body .gform_wrapper.gravity-theme .gfield_list_icons.active{
	display: flex;
	opacity:1;
	visibility:visible;
	pointer-events:auto;
}
.Di_Ti_container.D_contain {
	margin-right: 15px;
}
.page-template-tours-php .current_page.child-2770 ul,
.page-template-customer-php .current_page.child-2768 ul.qlc_content_level_1 {
	display: none;
}
.page-template-customer_overview-php .current_page.current_page_ancestor.child-2768 > a {
	color: #fff;
}
.parent-pageid-2770 .page.portal .Customer_inFormation_panel  {
	display: block;
	width: 100%;
	float: none;
	margin: 0;
	margin-left: 0;
	height: 100%;
	background: transparent;
	border-radius: 8px;
	color: #000;
	font-family: "GothamPro",san-serif;
	padding: 15px 15px 0;
	position: relative;
}
.parent-pageid-2770 .page.portal .Customer_inFormation_panel .topbar {
	margin: 0 auto 20px;
	background: #fff;
	width: 100%;
	border-radius: 8px;
	text-align: left;
	padding: 0 10px;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.parent-pageid-2770 .page.portal .Customer_inFormation_panel .listbar {
	background: #fff;
	border-radius: 8px;
	overflow: hidden;
}
.parent-pageid-2770 .page.portal .Customer_inFormation_panel .add_reg_wrap {
	text-align: left;
	width: max-content;
	display: inline-block;
	margin: 0;
	border: none;
	float: left;
}
.parent-pageid-2770 .page.portal .Customer_inFormation_panel .add_reg_wrap a {
	/* width: max-content; */
	font-size: 13px;
}
.parent-pageid-2770 .page.portal .Customer_inFormation_panel .topbar .add_reg_wrap {
	padding: 10px;
}
.parent-pageid-2770 .page.portal .Customer_inFormation_panel .topbar .add_reg_contain .dashbord_button.button {
	font-size: 13px;
}
.parent-pageid-2770 .page.portal .Customer_inFormation_panel .topbar .add_customer_label {
	display: none;
}
.parent-pageid-2770 .page.portal .Customer_inFormation_panel .topbar .add_reg_contain {
	display: block;
	float: none;
	text-align: center;
	font-size: 13px;
	width: max-content;
	font-weight: 700;
}
.red_text {
	color: red;
}
.page-child.parent-pageid-2770 .container {
	max-width: 100%;
	width: 95%;
	padding: 0 50px;
}
.tourchildlist {
	width: 100%;
	margin: 0 auto;
	display: inline-block;
	text-align: center;
}
.tourchildlist .qlc_content {
	list-style: none;
	text-align: center;
	display: flex;
	padding: 0;
	margin: 0 auto;
	width: 100%;
	align-items: center;
	justify-content: space-between;
}
.tourchildlist .qlc_content li {
	display: inline-block;
	width: 100%;
	padding: 14px 0;
	position: relative;
	color: #212121;
	border-right: 1px solid transparent;
	border-left: 1px solid transparent;
	border-top: 1px solid transparent;
	text-align: center;
}
/* .page-template-asset-manager .tourchildlist .qlc_content li, .page-template-asset-manager .tourchildlist .qlc_content li:hover {
	padding: 0;
} */
/* .page-template-asset-manager .tourchildlist .qlc_content li a.dashbord_button.button.button_with_image.only_text {
	padding: 14px 30px;
} */
.tourchildlist .qlc_content  a {
	color: #212121;
	font-size: 15px;
	letter-spacing: 0;
	padding: 0;
	width: 100%;
	/*display: inline-block;*/
}
.tourchildlist .qlc_content li a:hover {
	background: transparent;
}
.tourchildlist .qlc_content li:hover {
	background: #e1e1e1;
	padding: 14px 0;
	border-right: 1px solid #060917;
	border-left: 1px solid #060917;
	border-top: 1px solid #fff;
}
.tourchildlist .qlc_content li.current_page {
	background: #e1e1e1;
	padding: 14px 0;
	display: inline-block;
	width: 100%;
	text-align: center;
	border-right: 1px solid #060917;
	border-left: 1px solid #060917;
	border-top: 1px solid #fff;
}
.tourchildlist .qlc_content li.go_to_dashbord a {
	padding-left: 30px;
	padding-right: 30px;
}
.tourchildlist .qlc_content li::after  {
	width: 0;
	position: absolute;
	bottom: -10px;
	left: 50%;
	display: none;
	right: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #e1e1e1;
	content: "";
}
.tourchildlist .qlc_content li.current_page::after {
	width: 0;
	position: absolute;
	bottom: -10px;
	left: 50%;
	display: block;
	right: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #e1e1e1;
	content: "";
}
.tourchildlist .qlc_content li:hover::after {
	display: block;
}
.Customer_inFormation_panel .topbar .select2_custom {
	width: 100%;
	display: inline-block;
	max-width: 100%;
	padding: 15px 10px;
	float: none;
	margin: 0;
}
.Customer_inFormation_panel .topbar .select2_custom .gfield_select, 
.Customer_inFormation_panel .topbar .select2_custom .gfield_select option{
	font-family: "GothamPro",san-serif;
	border: 1px solid #212121;
	border-radius: 5px;
	padding: 10px;
	font-size: 16px;
}
/* .select2-dropdown.select2-dropdown--below .select2-results .select2-results__options li.select2-results__option--selected { */
	/* color: #e7ad5a; */
	/* background: #060917; */
/* } */
/* .select2-dropdown.select2-dropdown--below .select2-results .select2-results__options { */
	/* background: #e1e1e1; */
	/* font-family: "GothamPro",san-serif; */
	/* border: 1px solid #212121; */
	/* border-radius: 5px; */
	/* padding: 10px; */
	/* font-size: 16px; */
/* } */
/* .select2-dropdown.select2-dropdown--below .select2-results .select2-results__options li:hover { */
	/* background: #060917 !important; */
/* } */
/* ul.select2-tourslist-gc-results li.select2-results__option { */
	/* font-family: "GothamPro",san-serif; */
	/* border: 1px solid #212121; */
	/* border-radius: 5px; */
	/* padding: 10px; */
	/* font-size: 16px;	 */
	/* color: #212121; */
/* } */
.parent-pageid-2770 .page.portal .Customer_inFormation_panel .topbar .select2-selection.select2-selection--single.select2-selection--clearable {
	background: transparent;
	border: 1px solid #ce9b53;
	border-radius: 0;
	height: auto;
	padding: 5px;
}
/*
.parent-pageid-2770 .select2-dropdown {
	background: #ce9b53;
	border-color: #ce9b53;
}
.parent-pageid-2770 .select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: #888 transparent transparent transparent;
	border-style: solid;
	border-width: 5px 4px 0 4px;
	height: 0;
	left: 50%;
	margin-left: -4px;
	margin-top: -2px;
	position: absolute;
	top: 65%;
	width: 0;
}*/
.parent-pageid-2770 .qlc_content_level_1 {
	display: none;
}
.page-template-driver-tours .container {
    max-width: 100%;
    width: 90%;
    padding: 0 50px;
}
.page-template-driver-tours .container .Customer_inFormation_panel {
    display: block;
    width: 100%;
    float: none;
    margin: 0;
    margin-left: 0;
    height: 100%;
    background: transparent;
    border-radius: 8px;
    color: #000;
    font-family: "GothamPro",san-serif;
    padding: 15px 15px 0;
    position: relative;
}
.page-template-driver-tours .container .Customer_inFormation_panel .topbar {
	margin: 0 0 20px;
	background: #fff;
	width: max-content;
	border-radius: 8px;
	text-align: left;
	padding: 0 10px;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.page-template-driver-tours .container .Customer_inFormation_panel .topbar .dashbord_button {
	background: transparent;
	color: #000;
	font-size: 13px;border:none;
}
.trselectcontent .col.full_partial_width .row.row-2.driver_calculation .action_driver_wrap {
	display: flex;
	width: 100%;
	justify-content: flex-start;
}
.trselectcontent .col.full_partial_width .row.row-2.driver_calculation .action_driver_wrap .selection_buttons {
	width: auto;
	text-align: left;
	margin: 15px;
}
.columwrap.Bus_trailer{padding:0;}
.columwrap.Bus_trailer .no_flex.radio_group .radio_item label{width:auto;}
.trselectcontent .need_ajax_list_drivers{margin-top:10px;}
.trselectcontent .col.full_partial_width .row.row-2.driver_calculation .action_driver_wrap .Driver_name {
	margin: 15px;
	width: auto;
	display: block;
	flex-direction: row;
	font-size: 13px;
	vertical-align: top;
	align-items: center;
	align-self: center;
	justify-content: space-evenly;
}
.trselectcontent .col.full_partial_width .row.row-2.driver_calculation .action_driver_wrap .Driver_name label {
	width: max-content;
	display: block;
	text-align: left;
	float: left;
}
.tourchildlist .qlc_content li.go_to_dashbord a.dashbord_button.button.button_with_image.only_text:focus {
	background: transparent;
}
.popups_wrapper .popup_wrapper {
	width: 100%;
	top: 0;
	left: 0;
	height: 100vh;
	background: #060917bf;
	text-align: center;
	z-index: 999;
	position: fixed;
	right: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.popup_wrapper .popupcontent {
	width: 100%;
	max-width: 1000px;
	background: #fff;
	padding: 15px;
	color: #212121;
	position: relative;
	text-align: center;
	max-height: 80vh;
	overflow-y: auto;
}
.popup_wrapper .closebtn {
	line-height: 1;
	cursor: pointer;
	display: block;
	position: sticky;
	left: -30px;
	top: 15px;
	width: auto;
	text-align: left;
	z-index: 9;
}
.popup_wrapper .popupcontent h4 {
	color: #232323;
	text-transform: uppercase;
	font-size: 16px;
	margin: 0 0 10px;
	padding: 0 0 15px;
	display: block;
	text-align: center;
}
.popups_wrapper .popup_wrapper form {
	padding: 0 40px;
}
.popup_wrapper .action_button.button_without_image {
	background: #ebebeb;
	padding: 15px 32px;
	font-size: 13px;
	color: #212121;
	margin: 0 10px;
	line-height: 1;
	border-radius: 5px;
}
.popups_wrapper .popup_wrapper#add_a_new_driver_popup .popupcontent select,
.popups_wrapper .popup_wrapper#add_a_new_bus_popup .popupcontent select {
	border-color: #ddd;
	color: #000;
	height: 38px;
}
.page-template-registration .gform_wrapper select {
	height: 60px;
	background: transparent;
	position: relative;
	color: #e7ad5a;
	border: 1px solid #e7ad5a;
}
.page-template-registration .gform_wrapper .ginput_container.ginput_container_select {
	position: relative;
}
.ginput_container.ginput_container_select select {
    background-image: linear-gradient(45deg,transparent 50%,#fff 50%) , linear-gradient(135deg,#fff 50%,transparent 50%);
    background-position: calc(100% - 20px) calc(50% + 2px), calc(100% - 15px) calc(50% + 2px), calc(100% - .5em) .5em;
    background-size: 5px 5px , 5px 5px , 1.5em 1.5em;
    background-repeat: no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
}
/*.ginput_container.ginput_container_select::before {
	content: '';
	position: absolute;
	width: auto;
	height: auto;
	font-size: 0;
	border: solid #e7ad5a;
	border-width: 0 2px 2px 0;
	display: inline-block;
	padding: 3px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	top: calc(50% - 6px);
	right: 5%;
}*/
#add_a_location_popup #add_location_confirm {
	background: #ebebeb;
	width: auto;
	display: inline-block;
	margin: 0;
}
#add_a_location_popup #add_location_confirm .icon_rep.left, #add_a_location_popup #add_location_confirm_remove .icon_rep.left {
	width: 24px;
	height: 24px;
	display: inline-block;
	vertical-align: middle;
}
#add_a_location_popup #add_location_confirm .icon_rep svg,
#add_a_location_popup #add_location_confirm_remove .icon_rep svg {
	height: 100%;
	border-radius: 50%;
	width:100%;
}
#add_a_location_popup #add_location_confirm_remove {
	width: auto;
	display: inline-block;
}
.popup_wrapper .button_without_image {
	background: #ebebeb;
	padding: 15px 32px;
	font-size: 13px;
	color: #212121;
	line-height: 1;
	margin: 0 10px;
	border-radius: 5px;
}
.popup_wrapper .action_button.button_without_image:hover {
	box-shadow: 1px 1px 3px 1px #a8a8a8;
}
body.page-template-routing #add_a_trailer_post.popup_wrapper #user_table tr th.editables, 
body.page-template-routing #add_a_trailer_post.popup_wrapper #user_table tr td.editables {
	display: none !important;
	padding: 0 !important;
	border: none !important;
}
#add_a_trailer_post.popup_wrapper .filter_item.action_button_container { 	display: none; }
#add_global_settings_form .drop_down_arrow {
	font-size: 12px;
	vertical-align: middle;
	position: absolute;
	right: -20px;
	top: 4px;
}
#add_global_settings_form h3.active .drop_down_arrow {
	transform: rotate(180deg);
	top: 5px;
}
#add_global_settings_form h3 {
	text-transform: inherit;
	font-size: 17px;
	line-height: 1.25;
	position: relative;
	width: max-content;
	margin: 20px auto;
	font-weight: 700;
	font-family: GothamPro;
}
#add_global_settings_form .coach_details_wrap .driving_wrap.togglewrapper label {
	font-size: 12px;
}
#add_global_settings_form .togglewrapper {
	display: none;
}
.page-template-customer-contract-info .paymentschedule_inner,
.page-template-contract-payment-schedule .paymentschedule_inner {
	margin: 0 auto;
	display: inline-block;
	width: 100%;
	padding: 0;
}
.page-template-customer-contract-info .paymentschedule_inner .tours_meta_add_edit_bus.first_row h2,
.page-template-contract-payment-schedule .paymentschedule_inner .tours_meta_add_edit_bus.first_row h2 {
	margin: 0;
	font-size: 24px;
	font-family: 'GothamPro';
}
.page-template-customer-contract-info .paymentschedule_inner .tours_meta_add_edit_bus.first_row .topbar,
.page-template-contract-payment-schedule .paymentschedule_inner .tours_meta_add_edit_bus.first_row .topbar {
	display: block;
	float: none;
	text-align: center;
	font-size: 13px;
	width: max-content;
	font-weight: 700;
}
.page-template-customer-contract-info .paymentschedule_inner .tours_meta_add_edit_bus.first_row,
.page-template-contract-payment-schedule .paymentschedule_inner .tours_meta_add_edit_bus.first_row {
	align-items: center;
	margin-top: 20px;
}
.page-template-customer-contract-info .paymentschedule_inner .tours_meta_add_edit_bus.first_row .topbar .button,
.page-template-contract-payment-schedule .paymentschedule_inner .tours_meta_add_edit_bus.first_row .topbar .button {
	font-size: 13px;
	background: #07c0f9;
	padding: 20.5px 30px;
	display: inline-block;
	font-size: 13px;
	line-height: 1;
	vertical-align: middle;
	font-weight: 700;
}
.selection_buttons a {
	color: #060917;
	background: #fff;
	padding: 7.5px 20px;
	margin: 0 7.5px;
	display: inline-block;
	border-radius: 5px;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 500;
	font-family: GothamPro;
	min-width: fit-content;
	text-align: center;
	width: calc(25% - 15px);
}
.driver_calculation .row_field_inner_wrap .multiplefields p.selection_buttons a.need_ajax_list_drivers {
	margin-bottom: 0;
}
.page-template-customer-contract-info .paymentschedule_inner .main_content_wrapper.invoice_meta_inner,
.page-template-contract-payment-schedule .paymentschedule_inner .main_content_wrapper.invoice_meta_inner {
	width: 100%;
	margin: 20px auto;
}
.page-template-customer-contract-info .paymentschedule_inner .main_content_wrapper.invoice_meta_inner .Action_table.third_row.common_background,
.page-template-contract-payment-schedule .paymentschedule_inner .main_content_wrapper.invoice_meta_inner .Action_table.third_row.common_background {
	margin: 0 auto;
}
.page-template-customer-contract-info .paymentschedule_inner .main_content_wrapper.invoice_meta_inner .location_meta_table_editable th,
.page-template-contract-payment-schedule .paymentschedule_inner .main_content_wrapper.invoice_meta_inner .location_meta_table_editable th {
	color: #000;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	font-size: 13px;
	font-weight: 500;
}
.paymentschedule_inner .popups_wrapper #calculate_invoice .popupcontent {
	top: 0;
	left: 0;
	padding: 45px;
}
.paymentschedule_inner .popups_wrapper #calculate_invoice .popupcontent .filter_and_search_row {
	display: inline-block;
	width: 100%;
	margin: 20px auto 50px;
}
.paymentschedule_inner .popups_wrapper #calculate_invoice .popupcontent .filter_and_search_row .rowhorizontal {
	display: flex;
	align-items: center;
	text-align: left;
	justify-content: center;
	width: 400px;
	margin: 0 auto 20px;
}
.paymentschedule_inner .popups_wrapper #calculate_invoice .popupcontent .filter_and_search_row .rowhorizontal label {
	color: #000;
	display: inline-block;
	font-size: 14px;
	width: 100%;
	text-align: left;
}
.paymentschedule_inner .popups_wrapper #calculate_invoice .popupcontent .filter_and_search_row input[type="radio"] {
	width: 14px;
	height: 14px;
	display: inline-block;
	border-radius: 50%;
	margin: 0 10px;
	z-index: 9;
	opacity: 1;
	position: relative !important;
}
.paymentschedule_inner .popups_wrapper #calculate_invoice .popupcontent .filter_and_search_row br {
	display: none;
}
.paymentschedule_inner .popups_wrapper #calculate_invoice .popupcontent .quitandcalculate a {
	background: #ebebeb;
	padding: 15px 32px;
	font-size: 13px;
	color: #212121;
	margin: 0 10px;
	line-height: 1;
	border-radius: 5px;
}
.paymentschedule_inner .popups_wrapper #calculate_invoice .popupcontent .quitandcalculate a:hover {
	box-shadow: 1px 1px 3px 1px #a8a8a8;
}
.page-template-customer-contract-info .paymentschedule_inner .action_manual_invoice.popup_trigger,
.page-template-customer-contract-info .paymentschedule_inner .action_calculate_invoice.popup_trigger,
.page-template-customer-contract-info .paymentschedule_inner .action_qbsyncall_invoice.popup_trigger,
.page-template-customer-contract-info .paymentschedule_inner .action_PushInvoicestoCustomer.popup_trigger,
.page-template-contract-payment-schedule .paymentschedule_inner .action_manual_invoice.popup_trigger, .page-template-contract-payment-schedule .paymentschedule_inner .action_calculate_invoice.popup_trigger, .page-template-contract-payment-schedule .paymentschedule_inner .action_qbsyncall_invoice.popup_trigger, .page-template-contract-payment-schedule .paymentschedule_inner .action_PushInvoicestoCustomer.popup_trigger{
	font-size: 14px;
	color: #fff;
	border: none;
	background: #07c0f9;
	border-radius: 8px;
	padding: 15px 32px;
	font-family: 'GothamPro';
	font-weight: 700;
	line-height: 1.5;
}
.page-template-customer-contract-info .button_list_bar,
.page-template-contract-payment-schedule .button_list_bar {
	display: flex;
	align-items: center;
	width: 100%;
	justify-content: center;
}
.page-template-contract-payment-schedule .button_list_bar .no_flex.confirm_box {
	margin: 0 15px;
}
.page-template-contract-payment-schedule .popups_wrapper .popup_wrapper#manual_invoice #number_of_days label {
    font-size: 14px;
    color: #000;
    font-weight: 500;
    font-family: 'GothamPro';
}

.page-template-contract-payment-schedule .manualinvoicetable  #user_table .row div {
    padding: 0 10px;
    width: auto;
    display: inline;
}
.page-template-contract-payment-schedule .manualinvoicetable  #user_table .row div.quantity{
	width: 10%;
}
.page-template-contract-payment-schedule .manualinvoicetable  #user_table .row div.UOM,
.page-template-contract-payment-schedule .manualinvoicetable  #user_table .row div.rate,
.page-template-contract-payment-schedule .manualinvoicetable  #user_table .row div.rate_ext,
.page-template-contract-payment-schedule .manualinvoicetable  #user_table .row div.account{
	width: 15%;
}
.page-template-contract-payment-schedule .manualinvoicetable  #user_table .row div.description{
	width: 30%;
}
.page-template-contract-payment-schedule .manualinvoicetable #user_table .row div input,
.page-template-contract-payment-schedule .manualinvoicetable #user_table div#number_of_days input {
    border: 1px solid #000;
    border-radius: 5px;
}
.page-template-contract-payment-schedule .manualinvoicetable #user_table div#number_of_days span.jcf-select.jcf-unselectable,
.page-template-contract-payment-schedule .manualinvoicetable #user_table .row div.has_select span.jcf-select.jcf-unselectable {
    width: 100%;
    display: inline-block;
    position: relative;
    border: 1px solid #000;
    text-align: left;
    padding: 5px 10px;
	background: #fff;
    border-radius: 5px;
}
.row div.has_select span.jcf-select.jcf-unselectable span.jcf-select-opener, .page-template-contract-payment-schedule .manualinvoicetable #user_table div#number_of_days span.jcf-select span.jcf-select-opener{
    right: 5px;
    top: 13px;
    border-color: #000 transparent;
}
.page-template-contract-payment-schedule .manualinvoicetable #user_table .row div.has_select .jcf-select-drop, .page-template-contract-payment-schedule .manualinvoicetable #user_table .row div.has_select .jcf-select-drop .jcf-select-drop-content {
    padding: 0;
    margin: 0;
}
.page-template-contract-payment-schedule .manualinvoicetable #user_table .jcf-list .jcf-option::before{
	content:"";
}
.page-template-contract-payment-schedule .manualinvoicetable #user_table .jcf-select-drop .jcf-list .jcf-option,
.page-template-contract-payment-schedule .manualinvoicetable #user_table .row div.has_select .jcf-select-drop .jcf-list .jcf-option{
	padding:0;
}
.page-template-contract-payment-schedule .manualinvoicetable #user_table div#number_of_days {
    display: flex;
    width: 100%;
    padding: 0;
    margin: 10px -15px;
}
.page-template-contract-payment-schedule .manualinvoicetable #user_table div#number_of_days > div {
    display: block;
    width: 20%;
    float: left;
    padding: 0 10px;
}
.page-template-contract-payment-schedule .manualinvoicetable #user_table div#number_of_days > div.btn {
    border-color: #000;
    border-radius: 5px;
    margin: 20px 10px 0;
    padding: 0;
    color: #000;
    width: 17.5%;
}
.page-template-contract-payment-schedule .manualinvoicetable #user_table div#number_of_days > div.btn a {
    color: #000;
    text-transform: none;
    font-weight: 500;
    line-height: 1;
    padding: 11px 0 0;
    display: block;
}


#manual_invoice .closebtn {
    position: absolute;
    right: 15px;
    top: 15px;
    left: auto;
    border: 1px solid #000;
    border-radius: 5px;
}
#manual_invoice .Invoicecalculations {
    margin: 15px 0 0;
}

#manual_invoice .Invoicecalculations .Invoicecalculationssection.invoice_notes {
    width: 54.9%;
}
#manual_invoice .Invoicecalculations  label{
    color: #000;
    font-size: 15px;
    display: inline-block;
    text-align: right;
    padding: 0 15px 0 0;
	vertical-align: top;
}
#manual_invoice .Invoicecalculations .Invoicecalculationssection.invoice_totals {
    width: 34%;
    text-align: right;
    margin: 0 10px 0 0;
}
#manual_invoice .Invoicecalculations .invoicedetailitem > span {
    color: #000;
    font-size: 15px;
    display: inline-block;
    width: 45%;
    text-align: right;
    padding: 0 15px 0 0;
    border: 1px solid #000;
    height: 33px;
    border-radius: 5px;
    background: #e1e1e1;
    line-height: 33px;
}
.manualinvoicetable #user_table .row div #rate,
.manualinvoicetable #user_table .row div #rate_ext {
    padding-left: 35px;
    position: relative;
}
.page-template-contract-payment-schedule .manualinvoicetable #user_table .row div.rate, .page-template-contract-payment-schedule .manualinvoicetable #user_table .row div.rate_ext {
    position: relative;
}
.page-template-contract-payment-schedule .manualinvoicetable #user_table .row div.rate span.prefix,
.page-template-contract-payment-schedule .manualinvoicetable #user_table .row div.rate_ext span.prefix {
    position: absolute;
    left: 11px;
    bottom: 1px;
    width: 30px;
    z-index: 9;
    height: 34px;
    line-height: 36px;
    background: #e1e1e1;
    border-radius: 5px 0 0 5px;
    border-right: 1px solid #000;
}
.page-template-contract-payment-schedule .manualinvoicetable #user_table .row div input#rate_ext[disabled] {
    background: #d9d9d9;
}
.page-template-contract-payment-schedule #manual_invoice .row_wrapper:nth-child(n+1) {
    margin-top: 15px;
}
.manualinvoicetable .rowhorizontal a {
    font-size: 14px;
    color: #333;
    border: 1px solid #333;
    padding: 8px 20px;
    border-radius: 5px;
}
.manualinvoicetable {
    padding: 10px 20px;
    background: #e1e1e1;
}
.manualinvoicetable table#user_table tr {
    background: transparent;
}
.page-template-contract-payment-schedule .manualinvoicetable table#user_table tr th {
    text-align: center;
    padding: 0;
    font-weight: 600;
}
.page-template-contract-payment-schedule .manualinvoicetable table#user_table tr td {
	width: 16.33%;
	padding: 10px;
}
.page-template-contract-payment-schedule .manualinvoicetable table#user_table tr td#td_qty ,
.page-template-contract-payment-schedule .manualinvoicetable table#user_table tr td#td_UOM{
    width: 5%;
}
.page-template-contract-payment-schedule .manualinvoicetable table#user_table tr td#td_rate,
.page-template-contract-payment-schedule .manualinvoicetable table#user_table tr td#td_rateext {
    width: 5%;
    text-align: right;
}
.page-template-contract-payment-schedule .manualinvoicetable table#user_table tr td#td_acct{
	width: 10%;
}
.page-template-contract-payment-schedule .manualinvoicetable table#user_table tr td#td_description {
    width: 30%;
    text-align: left;
}
.page-template-contract-payment-schedule .manualinvoicetable table#user_table tr td.dontshow{
    display: none;
}
.page-template-contract-payment-schedule .manualinvoicetable table#user_table tr td a.deleteitem {
    width: 15px;
    margin: 0 0 0;
    padding: 0;
    float: right;
    line-height: 0;
}
#manual_invoice  #user_table.custom_invoice_table tbody {
    background: #fff;
}
/* .paymentschedule_inner .popups_wrapper #calculate_invoice .popupcontent .filter_and_search_row[data-tab-info] { */
	/* display: none; */
/* } */
/* .paymentschedule_inner .popups_wrapper #calculate_invoice .popupcontent .filter_and_search_row.active[data-tab-info] { */
	/* display: block; */
/* } */
.paymentschedule_inner .popups_wrapper #calculate_invoice .popupcontent .row_wrapper .tab {
	width: 100%;
	max-width: 100%;
	text-align: left;
	display: inline-block;
}
.paymentschedule_inner .popups_wrapper #calculate_invoice .popupcontent .row_wrapper .tab .tablinks.active {
	background: #ebebeb;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}
ul#myTab {
	margin: 0;
}
.paymentschedule_inner .popups_wrapper #calculate_invoice .popupcontent .row_wrapper .tab .tablinks {
	background: transparent;
	padding: 25px 32px;
	font-size: 13px;
	color: #212121;
	margin: 0 auto;
	line-height: 1;
	font-family: 'GothamPro';
	font-weight: 500;
	text-transform: capitalize;
	letter-spacing: 0;
	width: 50%;
	display: inline-block;
	border-radius: 0;
} 
.paymentschedule_inner .popups_wrapper #calculate_invoice .popupcontent .filter_and_search_row.tab-pane.tab-content {
	display: none;
}
.paymentschedule_inner .popups_wrapper #calculate_invoice .popupcontent .filter_and_search_row.tab-pane.tab-content.active {
	display: inline-block;
	margin: 0 0 50px;
	padding: 50px 0;
	width: 100%;
	background: #ebebeb;
}
.paymentschedule_inner .popups_wrapper #calculate_invoice .popupcontent .row_wrapper .tab .tablinks a.tab-heading {
	font-size: 13px;
	color: #212121;
	font-weight: 600;
	font-family: 'GothamPro';
}
.paymentschedule_inner .popups_wrapper #calculate_invoice .popupcontent .row_wrapper input {
	font-size: 13px;
	color: #212121;
	font-weight: 500;
	font-family: GothamPro;
	padding: 5px;
}
.paymentschedule_inner .popups_wrapper #calculate_invoice .popupcontent .row_wrapper input:disabled {
  background: #ccc;
}
.common_background table tr td .notes_req {
	position: absolute;
	right: 10px;
	top: 10px;
	font-size: 25px;
	color: #971a1a;
}
.page-template-driver_account_details .page.portal .Customer_inFormation_panel.black fieldset#field_17_5,.page.portal .Customer_inFormation_panel.black fieldset#field_23_5 {
    padding: 20px 20px;
    border: 1px solid #fff;
}
#gform_wrapper_23.gform_wrapper.gravity-theme #input_23_5_container.ginput_complex {display:block;}
#gform_wrapper_23.gform_wrapper.gravity-theme #input_23_5_container.ginput_complex span {padding:0;}
.page-template-driver_account_details .page.portal .Customer_inFormation_panel.black fieldset#field_17_5 legend.gfield_label.gfield_label_before_complex,
.page.portal .Customer_inFormation_panel.black fieldset#field_23_5 legend.gfield_label.gfield_label_before_complex
 {
    padding: 5px 10px;
}
.page-template-driver_registration .button.only_text {
	background: transparent;
	display: block;
	font-size: 13px;
	text-align: center;
	background-color: #07c0f9;
	border-radius: 0;
	padding: 15px 30px;
	font-weight: 700;
	width: max-content;
	margin: 0 0 20px;
}
.page-template-driver_registration .button_with_image svg {
	background: transparent;
	fill: #fff;
	width: 20px;
	height: 20px;
}
.page-template-asset-manager.page-template-drivers .add_reg_contain a {
	background: #fff;
	color: #000;
	align-items: center;
	font-size: 13px;
	border-radius: 10px;
	border: 2px solid #ddd;
	padding: 5px 10px;
}
/*
#gform_15 .ginput_container.ginput_container_checkbox .gfield_checkbox {
	display: flex;
	flex-direction: row;
}
#gform_15 .ginput_container.ginput_container_checkbox .gfield_checkbox div {
	width: 100%;
}
#gform_15 .ginput_container.ginput_container_checkbox .gfield_checkbox div label {
	color: #fff;
}
.page-template-driver_registration #gform_15 #field_15_36 {
	display: none;
}
.page-template-driver_registration .gform_wrapper form#gform_15 #field_15_7 {
	width: 100%;
}*/
.popups_wrapper .popup_wrapper#edit_driver_popup .plain_select_container #covidstatus {
	width: 32%;
	text-align: left;
	display: block;
	margin: 0;
}
.popups_wrapper .popup_wrapper#edit_driver_popup .plain_select_container #cov {
	width: 100%;
	display: block;
	padding: 0 15px;
}
.popups_wrapper .popup_wrapper#edit_driver_popup .plain_select_container #classa {
	width: 100%;
	padding: 0 15px;
	text-align: left;
	display: block;
}
/*
.popups_wrapper .popup_wrapper#add_a_new_driver_popup form#gform_15 #field_15_36 {
	display: none;
}
.popups_wrapper .popup_wrapper#add_a_new_driver_popup form#gform_15 #field_15_6 {
	grid-column: span 6;
}
.popups_wrapper .popup_wrapper#add_a_new_driver_popup form#gform_15 #field_15_7 {
	grid-column: span 6;
}
.popups_wrapper .popup_wrapper#add_a_new_driver_popup form#gform_15 .ginput_container.ginput_container_date .ui-datepicker-trigger {
	position: absolute;
	right: 10px;
	z-index: 9;
	cursor: pointer;
}
.popups_wrapper .popup_wrapper#add_a_new_driver_popup form#gform_15 .ginput_container.ginput_container_date input {
	position: relative;
}
.popups_wrapper .popup_wrapper#add_a_new_driver_popup form#gform_15 .ginput_container.ginput_container_date {
	position: relative;
}*/
.popups_wrapper .popup_wrapper .gform_wrapper.gravity-theme .datepicker_one {
	position: relative;
}
.popups_wrapper .popup_wrapper .gform_wrapper.gravity-theme .datepicker_one input {
	position: relative;
}
/*
form#gform_15 .ui-datepicker-trigger {
	position: absolute;
	right: 10px;
	top: 60%;
}*/
#Generate_contract_Qoute .action_button_wrap .action_button_container {
	display: flex;
	align-items: baseline;
}
.action_button_wrap .action_button_container #gform_wrapper_21 {
	vertical-align: top;
	display: inline-block;
	height: auto;
}
.action_button_wrap .action_button_container #gform_wrapper_21 .gform_heading {
	display: none;
}
.action_button_wrap .action_button_container #gform_wrapper_21 #gform_21 .gform-body.gform_body {
	visibility: hidden;
	height: 0;
	margin: 0;
}
.action_button_wrap .action_button_container #gform_wrapper_21 #gform_21 .gform_footer.before {
	display: flex;
	align-items: start;
	margin: 0;
	padding: 0;
}
.filter_and_search_row.first-row .status_drop_container .icon_rep {
	display: none;
}
.action_button_wrap .action_button_container #gform_wrapper_21 #gform_21 .gform_footer.before #gform_submit_button_21:hover {
	padding: 7.5px 0;
	height: auto;
	line-height: 1.5;
	align-self: start;
	outline: 0;
	height: 36px;
	text-decoration: none;
	margin: 0 7.5px;
	color: #10659C;
	text-align: center;
	background: #fff;
	display: inline-block;
	border-radius: 5px;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 500;
	font-family: GothamPro;
	min-width: 183px;
	line-height: 1.5;
}
.action_button_wrap .action_button_container #gform_wrapper_21 #gform_21 .gform_footer.before #gform_submit_button_21 {
	padding: 7.5px 0;
	height: auto;
	line-height: 1.5;
	align-self: start;
	outline: 0;
	text-decoration: none;
	margin: 0 7.5px;
	color: #060917;
	text-align: center;
	background: #fff;
	display: inline-block;
	border-radius: 5px;
	font-size: 12px;
	height: 36px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 500;
	font-family: GothamPro;
	min-width: 183px;
	line-height: 1.5;
}
/*Invoice Detail CSS*/
#invoice_detail .InvoiceDetails .InvoiceDetailssection {
	display: inline-block;
	width: 33%;
	padding: 0 15px;
	vertical-align: top;
  }
  #invoice_detail .InvoiceDetails p {
	margin: 0 0 10px;
  }
  #invoice_detail label, #invoice_detail span {
	color: #000;
	font-size: 15px;
	display: inline-block;
	width: 50%;
	text-align: right;
	padding: 0 15px 0 0;
  }
  #invoice_detail .InvoiceDetails input {
	display: inline-block;
	width: 50%;
	border-radius: 5px;
	background: #0000001f;
  }
  #invoice_detail .InvoiceDetails {
	width: 100%;
	display: inline-block;
	padding: 0 0 20px;
  }
  #invoice_detail .ItemDetails {
	display: inline-block;
	width: 100%;
	max-height: 300px;
	overflow-y: scroll;
  }
  #invoice_detail .Invoicecalculations {
	width: 100%;
	display: inline-block;
	margin: 20px 0 0;
  }
  .Invoicecalculations .Invoicecalculationssection {
	display: inline-block;
	vertical-align: top;
  }
  .Invoicecalculations .Invoicecalculationssection.invoice_notes {
	width: 56%;
  }
  #invoice_detail .Invoicecalculations .Invoicecalculationssection.invoice_notes label {
	width: 30%;
	vertical-align: top;
  }
  #invoice_detail .Invoicecalculations span {
	width: auto;
	padding: 0;
  }
  .Invoicecalculations .Invoicecalculationssection.invoice_notes #invoice_notes {
	width: 65%;
	display: inline-block;
	min-height: 100px;
	border-radius: 5px;
  }
  .Invoicecalculations .Invoicecalculationssection.invoice_totals {
	width: 34%;
  }
  .Invoicecalculations .Invoicecalculationssection.invoice_action {
	width: 10%;
  }
  #invoice_detail .Invoicecalculations .invoicedetailitem > span {
	width: 40%;
	text-align: left;
	border: 1px solid #000;
	padding: 2.5px 5px;
	background: #0000001f;
	border-radius: 5px;
  }
  .Invoicecalculations .Invoicecalculationssection.invoice_totals .invoicedetailitem,
  .Invoicecalculations .Invoicecalculationssection.invoice_action .invoicedetailitem {
	margin: 0 0 10px;
  }
  .Invoicecalculations .Invoicecalculationssection .invoicedetailitem button {
	width: 100%;
	background: transparent;
	border: 1px solid #000;
	color: #000;
	font-size: 12px;
	font-weight: bold;
	border-radius: 5px;
	padding: 10px;
	line-height: 2.7;
  }
.page-template-customer-contract-info .main_content_wrapper.invoice_meta_inner .popups_wrapper.invoicedetailswrapper #invoice_detail .title_with_image,
.page-template-contract-payment-schedule .paymentschedule_inner .main_content_wrapper.invoice_meta_inner .popups_wrapper.invoicedetailswrapper #invoice_detail .title_with_image {
	text-align: center;
	width: auto;
}
.page-template-customer-contract-info .paymentschedule_inner .main_content_wrapper.invoice_meta_inner .popups_wrapper.invoicedetailswrapper #invoice_detail .title_with_image span,
.page-template-contract-payment-schedule .paymentschedule_inner .main_content_wrapper.invoice_meta_inner .popups_wrapper.invoicedetailswrapper #invoice_detail .title_with_image span {
	width: auto;
	text-align: right;
	display: inline-block;
}
.page-template-customer-contract-info .paymentschedule_inner .main_content_wrapper.invoice_meta_inner .popups_wrapper.invoicedetailswrapper #invoice_detail .closebtn,
.page-template-contract-payment-schedule .paymentschedule_inner .main_content_wrapper.invoice_meta_inner .popups_wrapper.invoicedetailswrapper #invoice_detail .closebtn {
	position: absolute;
	right: 0;
	top: 15px;
	width: auto;
	cursor: pointer;
}
.page-template-customer-contract-info .paymentschedule_inner .main_content_wrapper.invoice_meta_inner .popups_wrapper.invoicedetailswrapper #invoice_detail .ItemDetails,
.page-template-contract-payment-schedule .paymentschedule_inner .main_content_wrapper.invoice_meta_inner .popups_wrapper.invoicedetailswrapper #invoice_detail .ItemDetails {
	position: relative;
}
.page-template-customer-contract-info .paymentschedule_inner .main_content_wrapper.invoice_meta_inner .popups_wrapper.invoicedetailswrapper #invoice_detail .ItemDetails #user_table,
.page-template-contract-payment-schedule .paymentschedule_inner .main_content_wrapper.invoice_meta_inner .popups_wrapper.invoicedetailswrapper #invoice_detail .ItemDetails #user_table {
	position: relative;
}
.page-template-customer-contract-info .paymentschedule_inner .main_content_wrapper.invoice_meta_inner .popups_wrapper.invoicedetailswrapper #invoice_detail .ItemDetails #user_table thead,
.page-template-contract-payment-schedule .paymentschedule_inner .main_content_wrapper.invoice_meta_inner .popups_wrapper.invoicedetailswrapper #invoice_detail .ItemDetails #user_table thead {
	position: sticky;
	top: 0;
	background-color: #f7f5f5;
	z-index: 99;
}
#InvoiceWrapper #user_table .invoiceitem td {
	cursor: pointer;
}

/*Invoice Detail CSS*/
#user_table.status_list {
	margin: 30px auto 0;
	width: 95%;
}
#user_table.status_list tbody td {
	padding: 10px 0;
	font-size: 13px;
	font-family: "GothamPro";
}
/*New Our Fleet page CSS*/
.page-template-full-width-page #wrapper {
	padding: 0;
	margin: 0;
	width: 100%;
	display: inline-block;
}
.page-template-full-width-page #wrapper .content-outer.container {
	background: #060917;
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin: 0 auto;
}
.page-template-full-width-page #wrapper .content-outer.container .row {
	background: #060917;
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin: 0 auto;
}
.page-template-full-width-page #wrapper .content-outer.container .row #primary {
	padding: 0;
	background: #060917;
	margin: 0 auto;
	display: inline-block;
	width: 100%;
	min-width: 100%;
}
.page-template-full-width-page #wrapper .content-outer.container .row #primary .page.type-page {
	padding: 0;
	margin: 0;
	width: 100%;
	display: inline-block;
	background: #060917;
	text-align: center;
}
.site-content-header.et-fb-root-ancestor-sibling {
	display: none;
}
.content-outer.container.et-fb-root-ancestor.et-fb-iframe-ancestor {
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin: 0;
	background: transparent;
}
.row.et-fb-root-ancestor.et-fb-iframe-ancestor {
	background: transparent;
}
.content-outer.container.et-fb-root-ancestor.et-fb-iframe-ancestor #primary {
	background: transparent;
}
.content-outer.container.et-fb-root-ancestor.et-fb-iframe-ancestor #primary article {
	padding: 0;
	margin: 0;
	background: transparent;
	text-align: center;
}
.content-outer.container.et-fb-root-ancestor.et-fb-iframe-ancestor #primary article .entry-title.post-title.et-fb-root-ancestor-sibling {
	display: none;
}
.page-template-full-width-page #wrapper .content-outer.container .row #primary .page.type-page .entry-title.post-title {
	display: none;
}
#slide_coach_list ul {
	margin: 0 !important;
	padding: 0;
	list-style: none !important;
}
#slide_coach_list ul li {
	list-style: none !important;
	width: 32.3% !important;
	display: inline-block;
	line-height: 1.75em !important;
	font-family: GothamPro;
	padding: 0 0 10px 0 !important;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
/*******************Dispatch CSS***************/
.page-template-dispatch #DispatchNotesInner {
  padding: 0 30px;
}
.page-template-dispatch table.dispatch_meta_table_editable th{
	border:0;
	font-weight: 700;
}
.page-template-dispatch table.dispatch_meta_table_editable th td{
	border:0;
}
.page-template-dispatch table.dispatch_meta_table_editable tbody tr:nth-child(2n){
	background: #f7f6f6;
}
.page-template-dispatch table.dispatch_meta_table_editable tbody tr td{
	text-align:left;	
}
.page-template-dispatch table.dispatch_meta_table_editable .edit_notes {
	width: 15px;
	float: right;
	cursor: pointer;
}
.page-template-dispatch #dispatch_notes .dispatch_notes_button button {
  border: 1px solid #000;
  background: transparent;
  color: #000;
  text-transform: none;
  font-weight: normal;
  border-radius: 5px;
  margin: 10px 10px 0 0;
}
.page-template-driver-dispatch #DispatchWrapper #DriverDispatchNotesInner{
	color:#000000;
	text-align: left;
}
.page-template-driver-dispatch #DispatchWrapper #DriverDispatchNotesInner h4{
	margin: 15px 0 0;
	color:#000000;
}
.page-template-driver-dispatch #DispatchWrapper #DriverDispatchNotesInner p{
	border: 1px solid #c8c8c8;
	background: #f7f6f6;
	padding:15px;
	min-height:200px;
	margin: 10px 0 0;
}
/*******************Dispatch CSS***************/
/*New Our Fleet page CSS*/
@media only screen and (max-width: 1799px) {
	.page-child.parent-pageid-2770 .container {
		max-width: 100%;
		width: 95%;
		padding: 0 15px;
	}
	.row_field_inner_wrap .multiplefields p select {
		width: 100%;
		margin: 0;
		font-family: "GothamPro",sans-serif;
		font-size: 12px;
	}
	.driver_calculation .row_field_inner_wrap .multiplefields p.selection_buttons a, .co-driver_calculations .row_field_inner_wrap .multiplefields p.selection_buttons {
		margin: 0;
		max-width: 150px;
		min-width: 150px;
		vertical-align: middle;
		display: inline-block;
	}
}
@media only screen and (max-width: 1699px) {
	.page.portal .container {
		max-width: 95%;
		display: inline-block;
		width: 85%;
	}
}
@media only screen and (max-width: 1499px) {
	.page-template-pricing-info #user_table.buses_pricing tbody td {
		padding: 15px 30px;
	}
	.main_content_wrapper {
		width: 98%;
	}
	.main_content_wrapper {
		width: 98%;
		display: inline-block;
		margin: 15px 0;
		background: #fff;
		border-radius: 10px;
		padding: 20px 10px 30px;
	}
	.trselectcontent {
		background: #060917;
		color: #fff;
		padding: 35px 0 0 0;
		margin: 0 15px;
		display: none;
		width: calc(100% - 30px);
	}
	.row_field_inner_wrap > label {
		color: #fff;
		font-size: 13px;
		min-width: 100px;
		text-align: right;
	}
	.driver_calculation .row_field_inner_wrap .multiplefields p.selection_buttons a, .co-driver_calculations .row_field_inner_wrap .multiplefields p.selection_buttons a {
		margin: 0 auto 0;
		max-width: 100%;
		min-width: 100%;
		vertical-align: middle;
		display: inline-block;
	}
	.co_driver_section_wrap .co_driver_form .selection_buttons .popup_trigger {
		min-width: 115px;
		max-width: 115px;
	}
	.row_field_inner_wrap > label {
		color: #fff;
		font-size: 13px;
		min-width: 110px;
		text-align: right;
	}
	.page-template-internal-tours .page.portal .container {
		width: 95%;
		max-width: 100%;
		display: inline-block;
		padding: 0;
	}
}
@media only screen and (max-width: 1399px) {
	.main_content_wrapper {
		width: 98%;
	}
	.main_content_wrapper {
		width: 98%;
		display: inline-block;
		margin: 15px 0;
		background: #fff;
		border-radius: 10px;
		padding: 20px 10px 30px;
	}
	.driver_calculation .row_field_inner_wrap .multiplefields p.selection_buttons a, 
	.co-driver_calculations .row_field_inner_wrap .multiplefields p.selection_buttons a {
		margin: 0;
		max-width: 110px;
		min-width: 110px;
		vertical-align: middle;
		display: inline-block;
	}
	.trselectcontent {
		background: #060917;
		color: #fff;
		padding: 35px 0 0 0;
		margin: 0 15px;
		display: none;
		width: calc(100% - 30px);
	}
	.page.portal .container {
		max-width: 95%;
		display: inline-block;
		width: 95%;
	}
	.row_field_inner_wrap > label {
		color: #fff;
		font-size: 13px;
		min-width: 100px;
		text-align: right;
	}
	.page-template-internal-tours .page.portal .container {
		width: 95%;
		max-width: 100%;
		display: inline-block;
		padding: 0;
	}
}
@media only screen and (max-width: 1299px){
	.Customer_popup_container .to_the-pdf {
		max-width: 85%;
		width: 100%;
		margin: 0 auto;
	}
	.page.portal .container {
		max-width: 100%;
		display: inline-block;
		width: 100%;
	}
	.row_field_inner_wrap > label {
		color: #fff;
		font-size: 13px;
		min-width: 100px;
		text-align: right;
	}
	.page-template-internal-tours .page.portal .container {
		width: 95%;
		max-width: 100%;
		display: inline-block;
		padding: 0;
	}
}


polyline{
fill:none;
stroke:#FFFFFF;
stroke-width:2;
stroke-linecap:round;
}
polyline {
stroke-dasharray: 100;
stroke-dashoffset: 100;
animation: dash 1s .2s ease-in forwards;
transform-origin: center center;
}

@keyframes dash {
to {
stroke-dashoffset: 0;
}
}

circle{
transform-origin: center center;
animation: popup .8s ease-out forwards;

}

@keyframes popup {
0% {
	transform: scale(0);
}
80% {
	transform: scale(1.1);
}
100% {
	transform: scale(1);
}
}
.ItemDetails .location_meta_table_editable tbody tr td:nth-child(4), .ItemDetails .location_meta_table_editable tbody tr td:nth-child(5) {
    text-align: right!important;
}
.ItemDetails .location_meta_table_editable tbody tr td span.woocommerce-Price-amount.amount {
    margin-right: 20px;
}