#field_3_59 ,#field_32_59 {
	pointer-events: none;
	display: flex;
	align-items: center;
}
#field_3_59::before ,#field_32_59::before{
	Content: "Total";
}
#field_3_59 *,#field_32_59 * {
	pointer-events: none;
}
#field_3_59 .ginput_container.ginput_container_text,#field_32_59 .ginput_container.ginput_container_text {
	width: max-content;
	margin-left: 15px;
}
#field_3_59 #input_3_59,#field_32_59 #input_32_59  {
	pointer-events: none;
	width: max-content;
	border: 0;
}
.ui-datepicker {
    display: none;
    padding: .2em .2em 0;
    width: 17em;
}

.ui-datepicker .ui-datepicker-header {
    padding: .2em 0;
    position: relative;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    height: 1.8em;
    position: absolute;
    top: 2px;
    width: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }

.ui-datepicker .ui-datepicker-prev { left: 2px; }

.ui-datepicker .ui-datepicker-next { right: 2px; }

.ui-datepicker .ui-datepicker-prev-hover { left: 1px; }

.ui-datepicker .ui-datepicker-next-hover { right: 1px; }

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
	display: block;
	left: 50%;
	margin-left: -8px;
	margin-top: -8px;
	position: absolute;
	top: 50%;
	line-height: 1;
	font-size: 0;
}

.ui-datepicker .ui-datepicker-title {
    line-height: 1.8em;
    margin: 0 2.3em;
    text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month-year { width: 100%; }

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year { width: 49%; }

.ui-datepicker table {
    border-collapse: collapse;
    font-size: .9em;
    margin: 0 0 .4em;
    width: 100%;
}

.ui-datepicker th {
    border: 0;
    font-weight: bold;
    padding: .7em .3em;
    text-align: center;
}

.ui-datepicker td {
    border: 0;
    padding: 1px;
}

.ui-datepicker td span, .ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: center;
	text-decoration: none;
	line-height:1;
}

.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
    margin: .7em 0 0 0;
    padding: 0 .2em;
}

.ui-datepicker .ui-datepicker-buttonpane button {
    cursor: pointer;
    float: right;
    margin: .5em .2em .4em;
    overflow: visible;
    padding: .2em .6em .3em .6em;
    width: auto;
}
.ui-datepicker td.ui-state-disabled {
	background: #cacaca;
	opacity: .5;
}
body .ui-datepicker:not(.gform-legacy-datepicker) a.ui-state-default {
	line-height: 1;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float: left; }

/* with multiple calendars */

.ui-datepicker.ui-datepicker-multi { width: auto; }

.ui-datepicker-multi .ui-datepicker-group { float: left; }

.ui-datepicker-multi .ui-datepicker-group table {
    margin: 0 auto .4em;
    width: 95%;
}

.ui-datepicker-multi-2 .ui-datepicker-group { width: 50%; }

.ui-datepicker-multi-3 .ui-datepicker-group { width: 33.3%; }

.ui-datepicker-multi-4 .ui-datepicker-group { width: 25%; }

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width: 0; }

.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width: 0; }

.ui-datepicker-multi .ui-datepicker-buttonpane { clear: left; }

.ui-datepicker-row-break {
    clear: both;
    font-size: 0em;
    width: 100%;
}

/* RTL support */

.ui-datepicker-rtl { direction: rtl; }

.ui-datepicker-rtl .ui-datepicker-prev {
    left: auto;
    right: 2px;
}

.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
    left: auto;
    right: 1px;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane { clear: right; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float: right; }

.ui-datepicker-rtl .ui-datepicker-group { float: right; }

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
    border-left-width: 1px;
    border-right-width: 0;
}

.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 1px;
    border-right-width: 0;
}

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */

.ui-datepicker-cover {
    filter: mask();  /*must have*/
    height: 200px;  /*must have*/
    left: -4px;  /*must have*/
    position: absolute; /*must have*/
    top: -4px; /*must have*/
    width: 200px; /*must have*/
    z-index: -1; /*must have*/
}
.ui-datepicker-calendar tr,.ui-datepicker-calendar th,.ui-datepicker-calendar td {
	border: 1px solid #e5e5e5;
}
#ui-datepicker-div {
	color: #000;
	font-family: "GothamPro";
}
#ui-datepicker-div {
	background-color: #fff;
}
#status_drop {
	width: max-content;
	min-width: 100px;
	-moz-appearance: none;
	-webkit-appearance: none;
	border: 2px solid #ddd;
	border-radius: 10px;
	height: 38px;
	font-size: 13px;
	font-weight: bold;
}
.filter_and_search_row.first-row {
	margin-top: 0;
	justify-content: space-around;position:relative;
}
.filter_and_search_row.first-row .show-all {position:absolute;right:0;}
.filter_and_search_row.first-row .show-all label {display: inline-block;}
.filter_and_search_row.first-row .show-all input {opacity: 1;position: relative !important;margin-left: 5px;}
.no_margin{
	margin:0 !important;
}
.icon_rep {
	height: auto;
	display: block;
	line-height: 0;
}
.icon_rep svg{
	width:32px;
}
.filter-item label {
	font-size: 13px;
	font-weight: 700;
	font-family: GothamPro;
}
.Black_line {
	background-color: #000;
	border: 0;
	height: 1px;
}
.status_drop_container {
	display: flex;
	align-items: center;
}
.status_drop_container .icon_rep {
	margin-right: 10px;
}
.filter-item input[type="text"] {
	border: 0;
	font-size: 13px;
	font-family: "GothamPro";
	line-height: 28px;
	margin:0 10px 0 5px;
	padding: 0 15px;
}
.filter-item .datepicker_wrap {
	border-radius: 10px;
	border: 2px solid #ddd;
	display: flex;
	align-items: center;
	padding: 0px 10px 0px 0px;
	background: #ddd;
}
.ui-datepicker .ui-datepicker-prev span::before{
	content: "\2039";
	font-size: 30px;
	line-height: 1;
	margin-top: -10px;
	display:block;
}
.ui-datepicker .ui-datepicker-next span::after {
	content: "\203A";
	font-size: 30px;
	line-height: 1;
	margin-top: -10px;
	display:block;
}
.add_reg_wrap.newtour {
	display: block;
	width: calc(50% - 275px);
	float: left;
	margin: 0;
	margin-left: 25px;
	height: auto;
	color: #000;
	font-family: "GothamPro",san-serif;
	position: relative;
	text-align: left;
	margin-bottom:10px;
}
.pricing_wrap.general_pricing_settings {
	display: block;
	width: calc(50% - 275px);
	float: right;
	margin: 0;
	margin-left: 25px;
	height: auto;
	color: #000;
	font-family: "GothamPro",san-serif;
	position: relative;
	text-align: right;
	margin-bottom:10px;
}
.pricing_wrap.general_pricing_settings .general_pricing_settings {
	float: none;
	display: inline-block;
	text-align: center;
	margin: 0 auto;
	background: #ebebeb;
	border-radius: 5px;
}
.pricing_wrap.general_pricing_settings .general_pricing_settings .popup_trigger.button_with_image {
	/* border-radius: 0; */
	background-color: #ebebeb;
	padding: 12px 20px;
	font-size: 13px;
	color: #212121;
	margin: 0;
	line-height: 1;
	border-radius: 0px;
	text-transform: initial;
	letter-spacing: 0;
	font-family: GothamPro;
	font-weight: 400;
}
/* .pricing_wrap.general_pricing_settings .general_pricing_settings .popup_trigger.button_with_image:hover { */
	/* box-shadow: 1px 1px 3px 1px #a8a8a8; */
/* } */
.pricing_wrap.general_pricing_settings .popup_trigger.button_with_image span {
	padding-right: 5px;
}
.pricing_wrap.general_pricing_settings .popup_trigger.button_with_image a {
	border-radius: 0px;
}
.add_reg_contain {
	display: inline-block;
	float: unset;
	text-align: left;
	font-size: 13px;
	font-weight: 700;
}
.add_reg_contain .button {
	background: #07c0f9;
	padding: 20.5px 30px;
	display: inline-block;
	font-size: 13px;
	line-height: 1;
	vertical-align: middle;
	border-radius: 8px;
}
.add_reg_contain .button:hover {
	background: #0066CC;
}
.per_denotion {
	position: absolute;
	right: 10px;
	line-height: 1;
	font-size: 11px;
	font-weight: 700;
	font-family: GothamPro;
	top: calc(50% - 6.5px);
}
.pre_per_denotion {
	position: absolute;
	left: 10px;
	top: calc(50% - 6.5px);
	line-height: 1;
	font-size: 13px;
	font-family: GothamPro;
	font-weight: 700;
}
.submit_wrap .submit #submit, .submit_wrap .submit #submit:hover {
	font-size: 14px;
	padding: 15px;
	line-height: 1;
	background: #0066CC;
}
.add_reg_contain .dashbord_button.button {
	display: inline-block;
}
.main_content_wrapper {
	width: 100%;
	display: block;
	margin: 20px auto;
	background: #fff;
	border-radius: 10px;
	padding: 20px 0 30px;
}
.page-template-pricing-info .main_content_wrapper {
	background: #060917;
	padding-top: 0;
}
.page-template-pricing-info  #user_table_container {
	background: #fff;
}
.tours_meta_add_edit_bus {
	display: flex;
	align-items: end;
	justify-content: space-between;
	padding-bottom: 10px;
}
.action_item label {
	font-size: 13px;
	font-weight: 700;
}
.button_with_image{
	display: flex;
	align-items: center;
	font-size: 13px;
	border-radius: 10px;
	border: 2px solid #ddd;
	padding: 3px 10px;
}
.pricing_wrap.general_pricing_settings .general_pricing_settings .button_with_image {
	border: none;
}
.action_button.button_with_image{
	display:flex;
}
.action_item_wrap {
	display: flex;
	align-items: end;
}
.action_button{
	background-color: #fff;
	color: #000;
	display:inline-block;
}
.button_with_image svg {
	width: 28px;
	height: 28px;
}
.icon_rep.left{
	margin-right:10px;
}
.icon_rep.right{
	margin-left:10px;
}
.action_item {
	margin: 0 10px;
}
.select_box_inner {
	font-family: "GOthamPro";
	min-width: 100px;
	-moz-appearance: none;
	-webkit-appearance: none;
	border: 2px solid #ddd;
	border-radius: 10px;
	height: 38px;
	font-size: 13px;
	font-weight: bold;
	padding-right: 30px;
}
.tours_meta_add_edit_location {
	display: flex;
	justify-content: space-between;
	padding: 10px;
}
.action_item.row_counter {
	margin: 0 20px 0 10px;
}
.Action_table.third_row {
	margin: 0 40px;
	font-size: 0px;
	font-family: "GOthamPro";
}
.Action_table.third_row table {
	font-size: 13px;
	margin-bottom: 0;
}
table.location_meta_table_editable {
	border: 0;
}
table.location_meta_table_editable tr.co-driver, table.location_meta_table_editable tr.co-driver:hover{
	background-color: red;
	color:white;
}
table.location_meta_table_editable tr.co-driver .action_only_text,table.location_meta_table_editable tr.co-driver:hover .action_only_text{
	color:white;
}
table.location_meta_table_editable tr {
	position:relative;
}
table.location_meta_table_editable td {
	border: 1px solid #ddd;
	padding: 15px 7px;
	line-height: 1;
	vertical-align: middle;
}
.common_background table tr:nth-child(2n) td {
	background: #eee;
}
.common_background table tr:hover {
	background: #eee;
}
/*  */
.common_background table tr td {
	border: 1px solid #ddd;
}
.Action_table.third_row table {
	border-collapse: separate;
}
table.location_meta_table_editable tr:nth-child(2n) td {
	background: #eee;
}

.location_associated_bus_route  table.location_meta_table_editable tbody tr td:last-child:not(.acc_req) {
	display: flex;
	justify-content: center;text-align: left;
}
table.location_meta_table_editable th {
	border:0;
}
.editable_row_trigger_wrap {
	display: flex;	justify-content: center;

	text-align: left;
}
.editable_row_trigger_wrap a {
	display: inline-block;
	width: auto;
	height: auto;
}
.editable_row_trigger_wrap a svg {
	width: 23px !important;
	height: 23px !important;
	color: #000;
}
td .icon_rep svg {
	width: 16px;
}
td .action_text_with_image {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #333;
}
.page-template-routing .page.portal .Customer_inFormation_panel.second_row {
	padding-top: 0;
}
.total_dist_time_info_wrap {
	display: flex;
	align-items: center;
	width: 100%;
	padding: 0;
	margin: 15px 0 0 0;
}
.total_dist_time_info_wrap p{
	display:flex;
	align-items:center;
	margin:0 7.5px;
}
.total_dist_time_info_wrap p .label {
	font-size: 13px;
	color: #212121;
	font-weight: 700;
	margin-right: 15px;
	line-height: 1;
}
.total_dist_time_info_wrap p .actual_value {
	padding: 15px;
	background: #fff;
	color: #333;
	line-height: 1;
	font-size: 13px;
	border: 2px solid #ddd;
}
.action_only_text {
	color: #333;
}
.popoup_input_wrap {
	display: flex;
	margin: 0 10px 25px;
	align-items: baseline;
}
.popoup_input_wrap .input_wrapper_div.has_two_fields {
	display: flex;
}
.popoup_input_wrap .input_wrapper_div.has_two_fields .plain_input_container {
	margin-left: 15px;
	width: calc(100% - 30px);
}
.popup_wrapper .popupcontent h4.title_with_image {
	display: flex;
	justify-content: center;
	align-items: center;
}
.title_with_image .svg-icon {
	width: 24px;
}
.popoup_input_wrap .filter-item {
	width: calc(50% - 30px);
	margin: 0 15px;
}
.plain_input_container {
	border: 2px solid #ddd;
	border-radius: 10px;
	position: relative;
}
.popoup_input_wrap .filter-item .plain_input_container input {
	margin: 0;
	border-radius: 10px;
}
.popoup_input_wrap.single_field .filter-item {
	width: 100%;
}
.plain_input.text_area_container {
	border: 2px solid #ddd;
	border-radius: 10px;
	line-height: 0;
}
.plain_input.text_area_container textarea {
	font-size: 13px;
	font-family: "GothamPro";
	border-radius: 10px;
	min-height: 100px;
	border:0;
}
.Customer_inFormation_panel.without_source .listbar {
	margin-bottom: 15px;
}
.Customer_inFormation_panel.without_source h3 {
	font-size: 18px;
	line-height: 1;
	color: #333;
	margin-bottom: 10px;
	font-family: "GothamPro";
}
.parent-pageid-2770 .page.portal .Customer_inFormation_panel .topbar .select2-selection.select2-selection--single {
	background: transparent;
	border: 1px solid #ce9b53;
	border-radius: 0;
	height: auto;
	padding: 5px;
}
.parent-pageid-2770 .page.portal .Customer_inFormation_panel.without_source .topbar{
	margin-bottom:0;
}
.popoup_input_wrap.H-either .filter-item:nth-child(2n+1) {
	text-align: right;
}
.popoup_input_wrap.H-either .filter-item:nth-child(2n) {
	text-align: left;
}
.popoup_input_wrap.H-center .filter-item:nth-child(2n+1) {
	text-align: center;
}
.popoup_input_wrap.H-center .filter-item:nth-child(2n) {
	text-align: center;
}
.popup_wrapper .action_button.button_without_image{
	margin:0;
}
.popups_wrapper #general_settings_popup.popup_wrapper #add_global_settings_form #submit {
	background: #ebebeb;
	padding: 15px 32px;
	font-size: 13px;
	color: #212121;
	margin: 0 10px;
	line-height: 1;
	border-radius: 5px;
	text-transform: initial;
	letter-spacing: 0;
	font-family: GothamPro;
	font-weight: 400;
}
.popups_wrapper #general_settings_popup.popup_wrapper #add_global_settings_form #submit:hover {
  box-shadow: 1px 1px 3px 1px #a8a8a8;
}
/* .action_button:hover,.action_button:focus {
	color: inherit;
} */
/*Success message animation*/
.checkmark {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: block;
    stroke-width: 2;
    stroke: #fff;
    stroke-miterlimit: 10;
    box-shadow: inset 0px 0px 0px #4bb71b;
    animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
    position:relative;
    top: 0;
    right: 0;
   margin: 0 auto;
}
.checkmark__circle {
	stroke-dasharray: 15;
	stroke-dashoffset: 166;
	stroke-width: 2;
	stroke-miterlimit: 10;
	stroke: #4bb71b;
	fill: none;
	animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.checkmark__check {
    transform-origin: 50% 50%;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

@keyframes stroke {
    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes scale {
    0%, 100% {
        transform: none;
    }

    50% {
        transform: scale3d(1.1, 1.1, 1);
    }
}

@keyframes fill {
    100% {
        box-shadow: inset 0px 0px 0px 30px #4bb71b;
    }
}
.Action_table.third_row .\\\"popup_response\\\" {
	display: none;
}
.popup_response {
	position: fixed;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #060917bf;
	z-index: 99;
	top: 0;
	width: 100%;
	left: 0;
	Color: #fff;
}
.popup_response > div {
	display: inline-block;
	width: 60px;
	height: 45px;
}
.popup_response svg {
	width: 45px !important;
	height: 45px !important;
	margin-right: 15px;
	background-color: transparent !important;
}
.required_indicator {
	color: #ce2020;
	font-size: 18px;
}
#add_location_multiple_input_form {
	display: inline-block;
	width: 100%;
}
.action_button.only_text {
	border: 0;
	background: transparent !important;
}
.popoup_input_wrap.dynamic_input_wraper {
	justify-content: center;
}
#add_location_form_submit {
	display: inline-block;
}
#add_a_location_popup .popoup_input_wrap {
	margin-bottom: 10px;
}
/******* Buses *******/
.page.portal.full-width .container {
	max-width: 100%;
	width: 90%;
	padding: 0 50px;
}
.page.portal.full-width .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.portal .Customer_inFormation_panel .listbar {
  background: #fff;
  border-radius: 8px;
}
.button.button_with_image {
	display: flex !important;
	margin: 0 auto;
}
.button.only_text {
	background: transparent;
}
.page-template-registration .dashbord_button.button.button_with_image.only_text {
	width: max-content;
	margin: 0 0 30px;
	text-align: center;
	font-size: 13px;
	background: #07c0f9;
	padding: 20.5px 30px;
	text-transform: initial;
	letter-spacing: 1px;
	font-weight: 700;
	font-family: GothamPro;
}
.page-template-registration .dashbord_button.button.button_with_image.only_text span.icon_rep.left {
	display: none;
}
.dropdown_trigger span.view_ico svg {
	height: 100%;
}
.filter-item select {
	width: max-content;
	min-width: 100px;
	-moz-appearance: none;
	-webkit-appearance: none;
	border: 2px solid #ddd;
	border-radius: 10px;
	height: 38px;
	font-size: 13px;
	font-weight: bold;
}
.page_content .loader{
	z-index:9999;
}
.popoup_input_wrap .gform_wrapper {
	width: 100%;
}
.popoup_input_wrap .gform_wrapper.gravity-theme .gfield_label {
	font-size: 13px;
	line-height: 1;
}
.popoup_input_wrap .gform_wrapper form input::placeholder{
	font-size:13px;
}
.popoup_input_wrap .gform_wrapper.gravity-theme input[type="color"], .popoup_input_wrap .gform_wrapper.gravity-theme input[type="date"], .popoup_input_wrap .gform_wrapper.gravity-theme input[type="datetime-local"], .popoup_input_wrap .gform_wrapper.gravity-theme input[type="datetime"], .popoup_input_wrap .gform_wrapper.gravity-theme input[type="email"], .popoup_input_wrap .gform_wrapper.gravity-theme input[type="month"], .popoup_input_wrap .gform_wrapper.gravity-theme input[type="number"], .popoup_input_wrap .gform_wrapper.gravity-theme input[type="password"], .popoup_input_wrap .gform_wrapper.gravity-theme input[type="search"], .popoup_input_wrap .gform_wrapper.gravity-theme input[type="tel"], .popoup_input_wrap .gform_wrapper.gravity-theme input[type="text"], .popoup_input_wrap .gform_wrapper.gravity-theme input[type="time"], .popoup_input_wrap .gform_wrapper.gravity-theme input[type="url"], .popoup_input_wrap .gform_wrapper.gravity-theme input[type="week"], .popoup_input_wrap .gform_wrapper.gravity-theme select, .popoup_input_wrap .gform_wrapper.gravity-theme textarea,.popoup_input_wrap .gform_wrapper.gravity-theme select{
	font-size:13px;
}
.popoup_input_wrap .gform_wrapper form input {
	width: 100%;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	color: #000;
	font-family: 'GothamPro';
	border-width: 2px;
	border-style: solid;
	border-color: #ddd;
	border-radius: 0;
	box-shadow: none;
	background: transparent;
	padding: 3px 10px;
	height: 38px;
	border-radius:10px;
	
}
.popoup_input_wrap .gform_wrapper form select {
	line-height: 1.55;
	border-radius: 10px;
	border: 2px solid #ddd;
	font-family: "GothamPro";
}
.popoup_input_wrap .gform_wrapper.gravity-theme .description,.popoup_input_wrap .gform_wrapper.gravity-theme .gfield_description,.popoup_input_wrap .gform_wrapper.gravity-theme .gsection_description,.popoup_input_wrap .gform_wrapper.gravity-theme .instruction{
	font-size:13px;
	font-family: 'GothamPro';
	padding: 3px 10px;
}
.popoup_input_wrap .gform_wrapper .gfield_required .gfield_required_custom,.popoup_input_wrap .gform_wrapper .gfield_required .gfield_required_text {
	font-style: normal;
	font-weight: 700;
	font-size:0px;
	line-height:0;
}
.popoup_input_wrap .gform_wrapper .gfield_required .gfield_required_custom::after,.popoup_input_wrap .gform_wrapper .gfield_required .gfield_required_text::after{
	content:"*";
	font-size:21px;
}
.popoup_input_wrap .gform_wrapper.gravity-theme .gfield.dashboard_link,.popoup_input_wrap .gform_wrapper.gravity-theme .gfield.gfield_contains_required,.popoup_input_wrap .gform_wrapper.gravity-theme fieldset.fieldset_line,.popoup_input_wrap .gform_wrapper.gravity-theme fieldset.add_needs {
	margin-bottom: 0px;
}
.popoup_input_wrap .gform_wrapper.gravity-theme .gsection {
	border-bottom: 1px solid #000;
	padding:0;
}
.popoup_input_wrap .gform_wrapper.gravity-theme .gsection .gsection_title {
	line-height: 0;
	font-size: 0;
}
#field_12_10 {
	line-height: 1;
	text-align:center;
	font-weight:700;
}
.gform_wrapper.gravity-theme .ginput_container_date input.datepicker {
	width: 100%;
}
.popoup_input_wrap .gform_wrapper.gravity-theme textarea {
	border: 2px solid #ddd;
	border-radius:10px;
}
.popoup_input_wrap .gform_wrapper form input[type="submit"] {
	width: max-content;
	font-size: 13px;
}
.popoup_input_wrap .gform_wrapper.gravity-theme .gform_footer{
	padding:0;
}
.popoup_input_wrap .gform_wrapper form .gform_footer.top_label{
	margin:10px 0 0 0;
}
#add_a_new_bus_popup .popoup_input_wrap {
	margin-bottom: 0;
}
#confirmation_warp .popup_response {
	position: unset;
	background: transparent;
	color: #232323;
	font-size: 13px;
	margin-bottom: 15px;
}
.filter-item .full_width_select_container select {
	width: 100%;
}
.popup_wrapper .sub_title {
	color: #232123;
	margin: 10px 0;
}
.popup_wrapper .Black_line {
	margin: 0;
}
.Row_counter {
	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;
}
#add_a_bus_post tbody tr {
	cursor: pointer;
}
form#search_filter {
	width: 100%;
}
.search_BOx{
	cursor:pointer;
}
.search_BOx:focus ~ label .search_ico svg #icon-111-search {
	fill: #e7ad5a !important;
	stroke: #e7ad5a !important;
}
.search_BOx:focus ~  label .search_ico{
	background:#ddd;
}
#search_filter input[type="submit"] {
	display: none;
}

/*Pricing - Info css*/
.trselectcontent {
	background: #060917;
	color: #fff;
	padding: 35px 0 0 0;
	margin: 0 35px;
	display: none;
	width: calc(100% - 70px);
}
.tourtotals {
	background: #060917;
	color: #fff;
	margin: 0 auto;
	width: 100%;
}
.trselectcontent .col.full_partial_width.column3 .row.row-9.BUS_calculations {
	margin: 0 auto;
}
.tourtotals .row{
	margin:0;
}
.trselectcontent .fields_wrap {
	display: flex;
	flex-wrap: wrap;
}
.trselectcontent .col, .tourtotals .col {
	margin:0 15px 20px;
}
.trselectcontent .col.column1 {
	width: 350px;
}
.trselectcontent .col.column2 {
	width: calc(100% - (350px + 60px));
}
.row_field_inner_wrap.have_flex {
	display: flex;
	width: 100%;
	align-items: baseline;
}
.row_field_inner_wrap .multiplefields {
	display: flex;
	flex-wrap: wrap;
	margin-left: 7.5px;
	align-items: end;
	width: 100%;
}
.row_field_inner_wrap .multiplefields p {
	width: calc(25% - 15px);
	margin: 0 7.5px 20px;
	align-self: flex-start;
}
.row_field_inner_wrap .multiplefields p select {
	width: 100%;
	margin: 0;
	font-family: "GothamPro",sans-serif;
	font-size: 13px;
}
.trselectcontent p.no_flex {
	display: block;
}
.startdates .col p {
	width: 100%;
	display: inline-block;
	margin: 0 auto;
	vertical-align: top;
	color: #fff;
	font-family: GothamPro;
	font-size: 15px;
	text-align: left;
	position: relative;
}
.startdates .col p label {
	color: #fff;
	width: auto;
	display: inline-block;
	margin-right: 15px;
}
.trselectcontent .selection_buttons {
	width: 100%;
	display: inline-block;
	float: none;
	text-align: right;
}
.startdates .col p input, .trselectcontent select.nojcf {
	width: calc(50% - 20px);
	display: inline-block;
	max-width: 100%;
	margin: 0 10px;
}
.radio_item {
	display: flex;
}
.row_field_inner_wrap .multiplefields p.selection_buttons {
	display: flex;
	width: 100%;
	margin-left: 0;
	margin-right: 0;
}
.trselectcontent .row {
	margin: 0;
	width: 100%;
}
.trselectcontent p input[type="radio"] {
	width: 15px;
	height: 20px;
	display: inline-block;
	border: 1px solid #fff;
	/* border-radius: 50%; */
	z-index: 9;
	position: relative !important;
	top: 0;
	opacity: 1;
	margin: 0;
	line-height: 0;
	margin-right: 10px;
}
.selection_buttons a {
	color: #060917;
	background: #fff;
	padding: 7.5px 0;
	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: 145px;
	text-align: center;
	width: 145px;
}
.stacked_buttons {
	max-width: 165px;
	display: inline-block;
	width: 165px;
}
.trselectcontent p {
	width: 100%;
	display: flex;
	margin: 0 15px 15px;
	color: #fff;
	font-family: GothamPro;
	text-align: left;
	font-size: 13px;
	align-items: center;
}
.trselectcontent .date_info p label {
	line-height: 45.5px;
}
.trselectcontent .row.date_info p {
	margin-bottom: 15px;
}

.trselectcontent p label, .tourtotals p label {
	width: 100%;
	display: block;
	color: #fff;
	padding-right: 10px;
	font-size: 13px;
	text-align: left;
	width: 200px;
}
.tourtotals .row_field_inner_wrap.have_flex input {
	font-size: 13px;
	font-family: GothamPro;
}
.trselectcontent  p input {
	width: 100%;
	display: inline-block;
	max-width: 100%;
	font-size: 13px;
	font-family: GothamPro;
	font-weight: 500;
}
.co-driver_calculations .co_driver_section_wrap .co_driver_form label {width:auto;display:flex;}
.driver_calculation .row_field_inner_wrap .multiplefields p.selection_buttons {
	width: calc(25% - 15px);
}
.driver_calculation .row_field_inner_wrap .multiplefields p.selection_buttons.remove_action,.row_field_inner_wrap .multiplefields p.selection_buttons.remove_action {
	display: flex;
	flex-wrap: wrap;
}
.driver_calculation .row_field_inner_wrap .multiplefields p.selection_buttons.remove_action .Driver_name, .row_field_inner_wrap .multiplefields p.selection_buttons.remove_action .Driver_name {
	display: flex;
	margin: 0 7.5px;
}
.driver_calculation .row_field_inner_wrap .multiplefields p.selection_buttons.remove_action .Driver_name label, .row_field_inner_wrap .multiplefields p.selection_buttons.remove_action .Driver_name label {
	width: max-content;
	margin-bottom: 12px;
}
.stacked_buttons .popup_trigger {
	margin-bottom: 10px;
}
.selection_buttons .stacked_buttons a {
	display:block;
}
.selection_buttons.stack {
	position: relative;
}
.stacked_buttons .Driver_name {
	display: flex;
	position: absolute;
	width: max-content;
	top: 0;
	left: calc(100%);
}
.stacked_buttons .Driver_name .yellow_text {
	color: yellow;
}
.stacked_buttons .Driver_name .green_text {
	color: #4aff4a;
}
.stacked_buttons .Driver_name label {
	width: max-content;
	font-weight: 700;
}
.co-driver_calculations .row_field_inner_wrap .multiplefields p.selection_buttons {
	width: calc(25% - 15px);
	order: 4;
}
.co-driver_calculations .row_field_inner_wrap .multiplefields p.selection_buttons .Driver_name span {
	text-align: left;
	display: flex;
  }
.driver_calculation .row_field_inner_wrap .multiplefields p.selection_buttons a,.co-driver_calculations .row_field_inner_wrap .multiplefields p.selection_buttons{
	/* width: calc(100% - 15px); */
}
.row_field_inner_wrap.have_flex label {
	color: #fff;
	font-size: 13px;
	/* width: 100px; */
	text-align: left;
}
.trselectcontent p input[type="radio"] ~ label {
	text-align: left;
}
.row_field_inner_wrap > label {
	color: #fff;
	font-size: 13px;
	min-width: 155px;
	text-align: right;
}
.trselectcontent .col.full_partial_width {
	width:100%;
}
.BUS_calculations .row_field_inner_wrap > label,.tours_calculations .row_field_inner_wrap > label{
	text-align: left;
	min-width: unset;
	width: 147px;
}
.trselectcontent .col.full_partial_width > div, .tourtotals .col.full_partial_width > div {
	margin: 0 15px 20px;
}
.trselectcontent .col.full_partial_width .row.row-1.Bus_trailer, .trselectcontent .col.full_partial_width .row.row-2.driver_calculation {
	display: inline-block;
	border: 1px solid #444;
	border-radius: 8px;
	background: #444;
	padding: 25px 0;
	vertical-align: top;
	margin: 0 auto 20px;
}
.trselectcontent .col.full_partial_width .row.row-1.Bus_trailer {
	width: 49%;
	margin-right: 1%;
}
.trselectcontent .col.full_partial_width .row.row-2.driver_calculation {
	width: 49%;
	margin-left: 1%;
}
.trselectcontent .col.full_partial_width .row.row-1.Bus_trailer .row_field_inner_wrap.have_flex, .trselectcontent .col.full_partial_width .row.row-2.driver_calculation .row_field_inner_wrap.have_flex {
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	padding: 0;
	margin-bottom: 15px;
}
.row_field_inner_wrap.have_flex > label {
	text-align: left;
	padding-left: 20px;
	min-width: max-content;
}
.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%;
	padding: 0 20px;
	line-height: 1.5;
	display: inline-block;
	vertical-align: top;
}
.trselectcontent .col.full_partial_width .row.row-2.driver_calculation .row_field_inner_wrap.have_flex .multiplefields p.selection_buttons .stacked_buttons {
	max-width: 100%;
	display: inline-block;
	width: 100%;
}
.trselectcontent .col.full_partial_width .row.row-2.driver_calculation .row_field_inner_wrap.have_flex .multiplefields p.selection_buttons {
	margin-bottom: 0;
	width: 27%;
	vertical-align: middle;
	display: inline-block;
	text-align: left;
	vertical-align: bottom;
}
.trselectcontent .col.full_partial_width .row.row-2.driver_calculation .row_field_inner_wrap.have_flex .multiplefields p {
	width: 20%;
	display: inline-block;
	overflow: hidden;
	align-self: center;
	margin: 0 5px;
	vertical-align: top;
}
.row_field_inner_wrap.have_flex > label {
	text-align: left;
	padding-left: 20px;
	min-width: max-content;
}
.trselectcontent .row.pricing_notes label {
	color: #fff;
	font-size: 13px;
}
.trselectcontent p.no_flex {
	display: block;
	margin: 0 7.5px 0;
}
.trailercontent .no_flex.confirm_box {
	margin: 0 0 20px;
}
.confirm_box a, .action_button_container .button {
	text-align: center;
	margin:0 7.5px;
	color: #060917;
	background: #fff;
	padding: 7.5px 0;
	display: inline-block;
	border-radius: 5px;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 500;
	font-family: GothamPro;
	min-width: 183px;
	text-align: center;
}
.BUS_calculations .row_field_inner_wrap.have_flex, .tours_calculations .row_field_inner_wrap.have_flex {
	align-items: center;
}
.tours_calculations .row_field_inner_wrap .multiplefields{
	align-items: end;
}
.route_title {
	font-size: 13px;
	color: #000;
	margin: 0;
	font-weight: 400;
}
.route_title span{
	font-weight:700;
}
#tour_nav_trailer {
	padding: 0;
	margin-top: 15px;
	margin-bottom: 0;
}
.delete_a_trailer .trailer_details_wrap {
	display: flex;
	align-items: center;
}
.delete_a_trailer .trailer_details_wrap p {
	margin:0;
	font-size:13px;
	margin-right:30px;
}
#global_add_location {
	position: unset !important;
	opacity: 1;
	margin-right:10px;
}
.checkbox_wrap {
	display: flex;
	align-items: center;
	justify-content:center;
}
.trselectcontent p.no_flex.radio_group {
	margin-bottom: 12px;
}
.BTC_calculations .row_field_inner_wrap.have_flex .multiplefields p {
	margin-bottom: 0;
}
.BTC_calculations .row_field_inner_wrap.have_flex {
	align-items: center;
}
.row.BTC_calculations {
	margin-bottom: 20px;
}
.BUS_calculations .row_field_inner_wrap .multiplefields p {
	width: calc(33.33% - 15px);
}
.no_flex.confirm_box {
	text-align: center;
}
.tours_calculations .row_field_inner_wrap .multiplefields p {
	width: calc(33.33% - 15px);
}
#ajax_overall .loader {
	position: fixed;
	height: 100vh;
}
#ajax_overall .popup_response {
	position: fixed;
}
.multiselect_trigger input {
	position: unset !important;
	opacity: 1;
}
#user_table th {
	vertical-align: middle;
}
#user_table.buses_pricing th.vehicle {
	position: relative;
}
.buses_pricing th .multiselect_trigger {
	position: absolute;
	left: 10px;
	line-height: 1;
	top: calc(50% - 7px);
}
.page-template-pricing-info #user_table tbody tr.multiselect::after {
	border-radius: 0;
	width: 14px;
	height: 14px;
	border: 2px solid #2d2d2d;
}
.page-template-pricing-info #user_table tbody tr.multiselect.enabled::after {
	content: "\2713";
	background: #0060df;
	border-color: #0060df;
	color: #fff;
	line-height: 0.75;
	font-weight: 700;
}
#multiselect_bus_price_edit {
	color: #fff;
	margin: 0 35px;
	width: calc(100%);
	margin: 0 auto;
}
#multiselect_bus_price_edit .fields_wrap {
	display: flex;
	flex-wrap: wrap;
}
#multiselect_bus_price_edit p label{
	width: 100%;
	display: block;
	color: #fff;
	padding-right: 10px;
	font-size: 13px;
	text-align: left;
	width: 200px;
}
#multiselect_bus_price_edit .col{
	margin: 20px 15px 0;
}
#multiselect_bus_price_edit .col.column1 {
	width: 350px;
}
#multiselect_bus_price_edit .col.column2 {
	width:100%;
}
#multiselect_bus_price_edit .row_field_inner_wrap .multiplefields p {
	width: calc(100% - 195px);
	margin: 0 7.5px 0;
}
#multiselect_bus_price_edit .row {
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 20px;
}
#multiselect_bus_price_edit .row p {
	width: 100%;
	display: flex;
	margin: 0 15px 15px;
	margin-top: 0px;
	color: #fff;
	font-family: GothamPro;
	text-align: left;
	font-size: 13px;
	align-items: center;
}
#multiselect_bus_price_edit p input[type="radio"] {
	width: 15px;
	height: 20px;
	display: inline-block;
	border: 1px solid #fff;
	border-radius: 50%;
	z-index: 9;
	position: relative !important;
	top: 0;
	opacity: 1;
	margin: 0;
	margin-right: 0px;
	line-height: 0;
	margin-right: 10px;
}
#multiselect_bus_price_edit p.radio_group label {
	display: block;
	color: #fff;
	padding-right: 10px;
	font-size: 13px;
	text-align: left;
	width:unset;
}
#multiselect_bus_price_edit .radio_item {
	display: flex;
	align-items: center;
}
#multiselect_bus_price_edit .row_field_inner_wrap .multiplefields {
	align-items: center;
}
#multiselect_bus_price_edit .no_flex.confirm_box {
	margin-top:0;
	text-align: center;
	width: 100%;
}
#multiselect_bus_price_edit .row_field_inner_wrap .multiplefields p.radio_group {
	width: 165px;
}
#Delete_a_location_popup .checkbox_wrap {
	margin-bottom: 20px;
}
#global_delete_location,#global_edit_location,#global_dot_break,#global_co_driver,#global_remove_action {
	position: unset !important;
	opacity: 1;
	margin-right: 10px;
}
#codriver_popup .popupcontent > .filter-item {
	margin-bottom: 10px;
}
.break span {
	display: block;
	line-height: 1;
}
.row_field_inner_wrap.have_flex.center-align {
	align-items: center;
}
.trselectcontent p.co-driversection_label {
	text-align: center;
	justify-content: center;
	border-bottom: 1px solid #fff;
	width: calc(100% - 30px);
}
.co_driver_section_wrap {
	border: 1px solid #fff;
	border-radius: 10px;
	margin-bottom: 20px;
	margin-top: 10px;
	width: 100%;
}
.trselectcontent p.no_co_driver {
	justify-content: center;
	margin-bottom: 10px;
}
/***CPS***/
#Qoute_popup {
	display: none;
	position: fixed;
	z-index: 99999999999999;
	top: 0;
	padding: 70px 0;
	width: 100%;
	left: 0;
	background: #000000d6;
	height: 100vh;
	overflow: auto;
}
#Generate_contract_Qoute {
	display: none;
	position: fixed;
	z-index: 99999999999999;
	top: 0;
	padding: 70px 0;
	width: 100%;
	left: 0;
	background: #000000d6;
	height: 100vh;
	overflow: auto;
}
#to_the-pdf {
	max-width: 1020px;
	margin: 0 auto;
}
.main_content_wrapper.CPS {
	width: 100%;
	background: transparent;
	padding:0;
}
.qoute_pdf {
	background: #fff;
	padding: 75px 50px;
}
.qoute_pdf .Quote_header .sections_wrap {
	display: flex;
}
.qoute_pdf .Quote_header .sections_wrap .section {
	width: 50%;
	display: flex;
	justify-content: center;
	padding: 0;
	min-height: auto;
}
.qoute_pdf .Quote_header .sections_wrap .section .section_content {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
}
.qoute_pdf .Quote_header .sections_wrap .section .section_content > div{
	width:100%
}
.qoute_pdf .Quote_header .sections_wrap .section .section_content .logo_wrap {
	width: 250px;
	height: 60px;
}
.qoute_pdf .Quote_header .sections_wrap .section .section_content .title {
	color: #000;
	font-size: 24px;
	font-family: "GothamPro",san-serif;
	font-weight: 700;
}
.qoute_pdf p {
	color: #000;
	font-family: "GothamPro",san-serif;
	font-size: 13px;
}
.qoute_pdf p.date {
	display: flex;
	justify-content: center;
}
.qoute_pdf p.date label{
	font-weight:700;
	margin-right:20px;
}
.qoute_pdf .Quote_header .sections_wrap .section .section_content .inner_section_wrap {
	display: flex;
	justify-content: center;
}
.qoute_pdf .Quote_header .sections_wrap .section .section_content .inner_section_wrap > div {
	width: 50%;
}
.qoute_pdf .Quote_header .sections_wrap .section_right .section_content .inner_section_wrap > div {
	width: 100%;
}
.customer_details_wrap {
	border: 1px solid #000;
	margin-top: 15px;
	padding:10px 25px;
}
.qoute_pdf .Quote_header .sections_wrap .section_full {
	width: 100%;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.qoute_pdf .Quote_header .sections_wrap .section_full p {
	width: 50%;
	display: flex;
	margin-bottom: 10px;
	margin-top: 0;
}
.qoute_pdf .Quote_header .sections_wrap .section_full p label {
	font-weight: bold;
	width: 150px;
	text-align: right;
	margin-right: 20px;
}
.qoute_pdf .Quote_header .sections_wrap .section_full p .value {
	text-align: left;
}
.qoute_pdf .Qoute_body .sections_wrap .section {
	width: 50%;
	display: flex;
	justify-content: center;
	padding: 0;
	min-height: auto;
}
.qoute_pdf .Qoute_body .sections_wrap .section_full {
	width: 100%;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.qoute_pdf .Qoute_body .sections_wrap .section_full p:nth-child(odd) {
	width: 40%;
	display: flex;
	margin-bottom: 0px;
	margin-top: 0;
}
.qoute_pdf .Qoute_body .sections_wrap .section_full p:nth-child(even) {
	width: 60%;
	display: flex;
	margin-bottom: 0px;
	margin-top: 0;
}
.qoute_pdf .Qoute_body .sections_wrap .section_full p label {
	font-weight: bold;
	width: 150px;
	text-align: right;
	margin-right: 20px;
}
.qoute_pdf .Qoute_body .sections_wrap .section_full p .value {
	text-align: left;
}
.bus_detail_wrap {
	margin-top: 0px;
	padding: 10px 0;
}
.bus_pricing_item_table {
	padding: 5px 0;
}
.bus_pricing_item_table table {
	color: #000;
	Font-family: "GothamPro",san-serif;
	font-size: 13px;
}
#Qoute_popup .Qoute_body .bus_pricing_item_table td {
	padding: 3px;
}
#Qoute_popup .Qoute_body .bus_pricing_item_table td:nth-child(3) {
    text-align: right;
    padding-right: 20px;
}
#Generate_contract_Qoute .gform_title {
	font-size: 24px;
	color: #000;
	font-family: 'GothamPro';
	font-weight: 700;
	letter-spacing: -1px;
}
#Generate_contract_Qoute #actualpdf {
	font-family: 'GothamPro';
	font-size: 13px;
	color: #000;
}
#Generate_contract_Qoute #actualpdf #gform_wrapper_20 label {
	font-size: 13px;
	color: #000;
	vertical-align: top;
	display: inline-block;
	font-family: GothamPro;
	margin: 0 auto 5px;
}
#Generate_contract_Qoute #actualpdf #gform_20 input {
	border: 1px solid #000;
	font-size: 13px;
	font-family: GothamPro;
}
#Generate_contract_Qoute #actualpdf #gform_20 input#gform_submit_button_20 {
	border: none;
	width: auto;
	background: #07c0f9;
	border-radius: 0;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
}
#Generate_contract_Qoute #actualpdf #gform_20 input#gform_submit_button_20:hover {
	background: #06c;
	color: #fff;
}
.bus_pricing_item_table table {
	color: #000;
	Font-family: "GothamPro",san-serif;
	font-size: 13px;
	border-collapse: separate;
	border: 0;
}
.bus_pricing_item_table table thead tr th {
	border: 0;
	border-bottom: 1px solid #000;
	text-align: center;
}
.bus_pricing_item_table table tbody tr td {
	border: 0;
	text-align: center;
}
.bus_pricing_item_table table tfoot tr td {
	border: 0;
	border-top: 1px solid #000;
	text-align: center;
}
.bus_pricing_item_table table thead tr th:first-child {
	text-align: left;
}
.bus_pricing_item_table table tbody tr td:first-child {
	text-align: left;
}
.bus_pricing_item_table table tfoot tr td:first-child {
	text-align: left;
}
.bus_pricing_item_table table thead tr th:nth-child(2) {
	text-align: left;
}
.bus_pricing_item_table table tbody tr td:nth-child(2) {
	text-align: left;
}
.bus_pricing_item_table table thead tr th:nth-child(3){
	text-align: center;
}
.bus_pricing_item_table table tbody tr td:nth-child(3){
	text-align: left;
}
.bus_pricing_item_table table tfoot tr td:nth-child(3) {
	text-align: left;
	font-weight: bold;
}
.bus_pricing_item_table table tbody tr td span {
	width: auto;
	display: inline-block;
	text-align: right;
}
#Qoute_popup .bus_pricing_item_table table tbody tr td span {
	display: inline-block;
	text-align: left;
}
#Qoute_popup .bus_pricing_item_table table tbody tr td span.billeddaysfordpd {
	width: max-content;
	padding: 0 5px;
}
.bus_pricing_item_table table tfoot tr td p {
	display: flex;
	justify-content: space-between;
	margin-bottom: 5px;
	margin-top: 0;
}
.bus_pricing_item_table table tfoot tr td p label {
	width: 90px;
	min-width: 90px;
	text-align: right;
}
.Qoute_footer {
	display: flex;
	align-items: normal;
}
.Qoute_footer > p {
	margin-right: 30px;
	text-align: left;
}
.Qoute_footer .tour_totals_wrap {
	width: calc(450px - 30px);
	border: 2px solid #000;
	min-width: calc(450px - 30px);
	padding: 15px 50px;
}
.Qoute_footer .tour_totals_wrap p {
	font-weight: bold;
	display: flex;
	justify-content: space-between;
	margin-bottom: 10px;
	margin-top: 0;
}
.Qoute_footer .tour_totals_wrap p label {
	font-weight: normal;
	width: 100px;
	text-align: right;
}
.Qoute_footer .tour_totals_wrap p:last-child {
	border-top: 2px solid #000;
	padding-top: 5px;
	margin-bottom: 0;
}
.Qoute_footer > p label {
	font-weight: bold;
}
.qoute_pdf > p {
	font-style: italic;
}
.action_button_wrap {
	display: flex;
	justify-content: space-between;
}
.action_button_wrap .action_button_container {
	display: flex;
}
.action_button_wrap .action_button_container p {
	margin-top: 0;
	margin-bottom: 20px;
	font-weight: bold;
}
.action_button_wrap:last-child .action_button_container p {
	margin-top: 20px;
	margin-bottom: 0;
}
/***CPS***/
/*** Customer Qoute Popup ***/
.Customer_popup_container {
    display: none;
}
.Customer_popup_container .Qoute_popup {
    display: block;
    position: fixed;
    z-index: 99999999999999;
    top: 0;
    padding: 70px 0;
    width: 100%;
    left: 0;
    background: #000000d6;
    height: 100vh;
    overflow: auto;
}
.Customer_popup_container .to_the-pdf {
    max-width: 1020px;
	width: 100%;
    margin: 0 auto;
}
.qoute_pdf {
    background: #fff;
    padding: 75px 50px;
}
.Customer_popup_container .loader {
    z-index: 99999999999;
}
.Customer_popup_container .popup_response {
    z-index: 99999999999;
}
.Customer_popup_container .qoute_pdf {
    position: relative;
}
.Customer_popup_container .qoute_pdf a#exit {
    position: sticky;
    width: 35px;
    height: 35px;
    display: block;
    right: 50px;
    top: 0;
    margin-left: auto;
    margin-right: -42px;
}
.Customer_popup_container .action_button_wrap {
    display: flex;
    justify-content: space-evenly;
}
/*** Customer Qoute Popup ***/
/***Customer TOur screen ***/
.page-child.parent-pageid-2792 .container {
	max-width: 100%;
	width: 90%;
	padding: 0 50px;
}
.parent-pageid-2792 .page.portal .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;
}
.parent-pageid-2792 .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;
}
.page.portal .Customer_inFormation_panel .topbar .add_reg_wrap {
  padding: 10px;
}
.parent-pageid-2792 .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-2792 .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;
}
.parent-pageid-2792 .page.portal .Customer_inFormation_panel .topbar .add_customer_label {
	display: none;
}
.page.portal .Customer_inFormation_panel .topbar .add_reg_contain .dashbord_button.button {
	font-size: 13px;
}
.parent-pageid-2792 .page.portal .Customer_inFormation_panel .topbar .dashbord_button {
	background: transparent;
	color: #000;
	font-size: 13px;border:none;
}
/***Customer TOur screen ***/
/*** PUPDOFF ***/
#specific-pick-drop-info .coloumnwrap {
	display: flex;
}
#specific-pick-drop-info .coloumnwrap .coloumn_part.full-width{
    padding: 0;
  border: 0;
  width: 100%;
  margin-bottom: 0;
}
#specific-pick-drop-info .coloumnwrap .coloumn_part {
	width: 50%;
	padding: 20px;
	border: 1px solid #000;
	border-radius: 15px;
	margin: 25px 30px;
	position: relative;
}
#specific-pick-drop-info .coloumnwrap .coloumn_part label {
	font-size: 13px;
}
#specific-pick-drop-info .coloumnwrap .coloumn_part label.label_main {
	width: max-content;
	padding: 0 15px 0 0;
	line-height: 30px;
	background: #fff;
	font-weight: 700;
	font-size: 15px;
	position: absolute;
	top: -17px;
	left: -25px;
}
.main_content_wrapper.pupdoff {
	padding: 20px 30px 30px;
	position:relative;
}
#specific-pick-drop-info .coloumnwrap .coloumn_part .input_wrap {
	display: flex;
	align-items: center;
	margin-bottom:15px;
}
#specific-pick-drop-info .coloumnwrap .coloumn_part .input_wrap label {
	width: 105px;
	font-weight: 600;
	min-width: 105px;
	margin-right: 5px;
	text-align: right;
}
#specific-pick-drop-info .coloumnwrap .coloumn_part .input_wrap input,#specific-pick-drop-info .coloumnwrap .coloumn_part .input_wrap select{
	margin:0 5px;
	font-family:"GOthamPro",sans-serif;
	font-size:13px;
}
#specific-pick-drop-info .coloumnwrap .coloumn_part .input_wrap textarea{
	font-family:"GOthamPro",sans-serif;
	font-size:13px;
}
#ui-timepicker-div {
	background: #fff;
}
.ui-timepicker-table {
	font-family: "GothamPro",sans-serif;
	font-size: 13px;
}
.ui-timepicker-title {
	color: #000;
	text-align: center;
	font-weight: 700;
}
td .ui-timepicker {
	margin-top: 10px;
}
.periods {
	vertical-align: middle;
	color: #000;
}
#specific-pick-drop-info .coloumnwrap .coloumn_part .input_wrap.input_wrap_full.no-flex {
	display: block;
}
#specific-pick-drop-info .coloumnwrap .coloumn_part .input_wrap.input_wrap_full.no-flex label {
	text-align: left;
}
#specific-pick-drop-info .coloumnwrap .coloumn_part .input_wrap textarea {
	min-width: 100%;
	min-height: 125px;
}
#specific-pick-drop-info .coloumnwrap.full {
	margin: 0 30px;
	border: 1px solid #000;
	position:relative;
}
#specific-pick-drop-info .coloumnwrap label.label_main {
	width: max-content;
	padding: 0 15px 0 0;
	line-height: 30px;
	background: #fff;
	font-weight: 700;
	font-size: 15px;
	position: absolute;
	top: -17px;
	left: -25px;
}
#specific-pick-drop-info .coloumnwrap.full {
	margin: 0 30px;
	border: 1px solid #000;
	position: relative;
	padding: 20px 0;
	border-radius: 15px;
}
#specific-pick-drop-info .coloumnwrap.full .coloumn {
	width: 33.33%;
	margin: 0 10px;
}
#specific-pick-drop-info .coloumnwrap.full .coloumn label{
	font-size: 13px;
	font-weight: 700;
}
#specific-pick-drop-info .coloumnwrap.full .coloumn > label {
	text-align: center;
	margin-bottom:15px;
}
#specific-pick-drop-info .coloumnwrap.full .coloumn .input_wrap {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}
#specific-pick-drop-info .coloumnwrap.full .coloumn .input_wrap label {
	width: auto;
	min-width: 44px;
	text-align: left;
	margin-right: 10px;
}
#specific-pick-drop-info .coloumnwrap.full .coloumn .input_wrap input {
	font-size: 13px;
	Font-family: "GothamPro",sans-serif;
}
#specific-pick-drop-info_form_submit {
	background: #ebebeb;
	padding: 15px 32px;
	font-size: 13px;
	color: #212121;
	margin: 10px 10px 0 10px;
	line-height: 1;
	border-radius: 5px;
}
h3.status_update {
	color: #000;
	text-decoration: underline;
}
ul.status_list {
	max-width: 600px;
	margin: 10px auto;
	font-size: 13px;
	list-style: none;
	background: #eee;
	border: 1px solid #000;
	padding: 5px 0;
	border-radius:15px;
}
ul.status_list .status_wrap {
	padding: 5px 5px 10px 5px;
	border-bottom: 1px solid #000;
	margin-bottom: 5px;
	display: flex;
}
ul.status_list .status_wrap:last-child {
	border: 0;
	padding-bottom: 5px;
	margin-bottom: 0;
}
ul.status_list .status_wrap .term_name {
	width: 100%;
	text-align: left;
	padding-left: 25px;
}
ul.status_list .status_wrap .date {
	min-width: 150px;
	text-align: left;
}
/*** PUPDOFF ***/
/**** Login error ****/
.login_error_wrapper .error_list {
	display: block;
	list-style: none;
	padding: 0;
	margin: 0;
}
.login_error_wrapper .error_list .error_item p {
	font-size: 16px;
	color: #fff;
	font-family: 'GothamPro';
	font-weight: 500;
}
.login_error_wrapper .error_list .error_item p a{
	display:none;
}
/**** Login error ****/
.popup_wrapper textarea {
	font-size: 13px;
	font-family: "GOthamPro",sans-serif;
}
/**** Customer tours ****/
.page-template-customer-tours #add_a_location {
	display: none;
}
.page-template-customer-tours #remove_this_trailer {
	display: none;
}
.page-template-customer-tours .action_item.remove_this_bus {
	display: none;
}
.page-template-customer-tours .action_item.add_a_bus {
	display: none;
}
.page-template-customer-tours .editable_row_trigger_wrap {
	display: none;
}
.page-template-customer-tours .acc_req .main_popup_trigger {
	pointer-events: none;
}
.page-template-customer-tours .action_item.add_a_trailer {
	Display: none;
}
.gform_wrapper.gravity-theme .cus_hide {
	display: none !important;
}
/**** Customer tours ****/
/**** Pricing-info popup screen changes *****/
.page-template-pricing-info #add_bus_post .filter-item.bus_status_taxonomy{
	display:none;
}
.page-template-pricing-info #add_bus_post #bus_nav {
	padding: 0;
}
.page-template-pricing-info #add_bus_post #bus_nav #nav-single{
	width:100%;
}
.page-template-pricing-info #add_bus_post .actual_content {
	font-size: 0;
}
.page-template-pricing-info #add_bus_post .no_result {
	font-size: 13px;
	font-weight:700;
}
.page-template-pricing-info #add_trailer_post .filter-item.trailer_status_taxonomy{
	display:none;
}
.page-template-pricing-info #add_trailer_post #tour_nav_trailer #nav-single{
	width:100%;
}
.page-template-pricing-info #add_trailer_post .actual_content {
	font-size: 0;
}
.page-template-pricing-info #add_trailer_post .no_result {
	font-size: 13px;
	font-weight:700;
}
/**** Pricing-info popup screen changes *****/
tr.status_wrap.Shop.bus-assignment-in-progress.\31 {
    display: table-row !important;
}
tr.status_wrap.Shop.bus-assignment-in-progress {
    display: none !important;
}
/***** Driver routing*****/
.page.portal.driver .container {
	max-width: 100%;
	width: 95%;
	padding: 0 50px;
}
.page.portal.driver .Customer_inFormation_panel {
	width: 100%;
	padding: 15px;
	margin: 0;
}
/**** Driver Routing*****/
@media only screen and (max-width: 1299px){
	.Customer_popup_container .to_the-pdf {
		max-width: 85%;
		width: 100%;
		margin: 0 auto;
	}
}
@media only screen and (max-width: 1024px){
	.bus_pricing_item_table table tbody tr td {
		font-size: 11px;
	}
	.page.portal .side_menu {
		width: 20%;
	}
	.page.portal .Customer_inFormation_panel {
		width: calc(100% - 220px);
	}
}
/****** Multiselect form pricing info *****/
#multiselect_bus_price_edit .col.column1.full_partial_width, #multiselect_bus_price_edit .col.column2.full_partial_width {
    display: flex;
    justify-content: space-evenly;
    width: 100%;
    margin: 15px auto;
}
#multiselect_bus_price_edit .col.full_partial_width .row.row-1.Bus_trailer, #multiselect_bus_price_edit .col.full_partial_width .row.row-2.driver_calculation {
    display: inline-block;
    border: 1px solid #444;
    border-radius: 0;
    background: #444;
    padding: 25px 0;
    vertical-align: top;
    margin: 0 auto 20px;
}
#multiselect_bus_price_edit .col.full_partial_width .row.row-1.Bus_trailer {
    width: 49%;
    margin-right: 1%;
}
#multiselect_bus_price_edit .col.full_partial_width .row.row-2.driver_calculation {
    width: 49%;
    margin-left: 1%;
}
#multiselect_bus_price_edit .col.full_partial_width.column2 .columnright {
    display: inline-block;
    margin: 0 auto;
    padding: 15px;
    border: 1px solid #444;
    border-radius: 0;
    vertical-align: top;
    background: #444;
}
#multiselect_bus_price_edit  .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;
}
#multiselect_bus_price_edit .row.row-8.DotIFTA_calculations .row, #multiselect_bus_price_edit .row.row-8.DotIFTA_calculations > .row_field_inner_wrap {
    width: calc(51.3% - 30px);
    display: inline-block;
    float: none;
    margin: 0 auto 20px;
    vertical-align: top;
}
#multiselect_bus_price_edit .row.row-8.DotIFTA_calculations .row_field_inner_wrap.have_flex .multiplefields {
    display: inline-block;
    width: 100%;
    margin: 0 auto;
}
#multiselect_bus_price_edit .row.row-8.DotIFTA_calculations .row_field_inner_wrap.have_flex .multiplefields p, #multiselect_bus_price_edit.row.row-8.DotIFTA_calculations p {
    width: 25%;
    display: block;
    float: left;
    vertical-align: middle;
    margin: 0 5px;
    max-width: 190px;
}
#multiselect_bus_price_edit .row.row-8.DotIFTA_calculations .row_field_inner_wrap.have_flex .multiplefields p.selectdrop, #multiselect_bus_price_edit .row.row-8.DotIFTA_calculations p.selectdrop {
    width: 80px;
    text-align: center;
}
#multiselect_bus_price_edit p input[type="radio"] {
    width: 15px;
    height: 20px;
    display: inline-block;
    border: 1px solid #fff;
    /* border-radius: 50%; */
    z-index: 9;
    position: relative !important;
    top: 0;
    opacity: 1;
    margin: 0;
    line-height: 0;
    margin-right: 10px;
}
#multiselect_bus_price_edit .row.row-8.DotIFTA_calculations p label {
    width: 100%;
    display: inline-block;
}
#multiselect_bus_price_edit .row.row-8.DotIFTA_calculations .row_field_inner_wrap.have_flex .multiplefields .fuel_radio_group .clientcontract, #multiselect_bus_price_edit .row .row_field_inner_wrap.have_flex .multiplefields .radio_group .clientcontract {
    width: 100%;
    display: inline-block;
    padding: 0 10px;
}
#multiselect_bus_price_edit .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;
}
#multiselect_bus_price_edit .row.row-8.DotIFTA_calculations .row_field_inner_wrap.have_flex.wraps .multiplefields {
    display: flex;
    flex-wrap: inherit;
}
#multiselect_bus_price_edit .row.row-8.DotIFTA_calculations .row_field_inner_wrap.have_flex.permits .multiplefields {
    display: flex;
    flex-wrap: inherit;
}
#multiselect_bus_price_edit .row.row-8.DotIFTA_calculations .row_field_inner_wrap.have_flex .multiplefields p input[readonly=""] {
    background: #aaa9a9;
}
#multiselect_bus_price_edit  p input {
    width: 100%;
    display: inline-block;
    max-width: 100%;
    font-size: 13px;
    font-family: GothamPro;
    font-weight: 500;
}
#multiselect_bus_price_edit .row.row-8.DotIFTA_calculations .row_field_inner_wrap.have_flex:last-child {
    display: inline-block;
    margin: 10px auto 0;
}
#multiselect_bus_price_edit  .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;
    MARGIN-TOP: 0;
}
#multiselect_bus_price_edit .col.full_partial_width .row.row-2.driver_calculation .row_field_inner_wrap.have_flex .multiplefields p {
    width: 21%;
    display: inline-block;
    overflow: hidden;
    align-self: center;
    margin: 0 5px;
    vertical-align: top;
}
#multiselect_bus_price_edit .row.row-8.DotIFTA_calculations .row_field_inner_wrap.have_flex .multiplefields .fuel_radio_group, #multiselect_bus_price_edit  .row .row_field_inner_wrap.have_flex .multiplefields .radio_group {
    display: flex;
    flex-direction: column;
    margin: 10px auto 0;
    float: left;
    text-align: left;
    max-width: 140px;
}
#multiselect_bus_price_edit .col.full_partial_width .row.row-1.Bus_trailer .row_field_inner_wrap.have_flex .multiplefields, #multiselect_bus_price_edit .col.full_partial_width .row.row-2.driver_calculation .row_field_inner_wrap.have_flex .multiplefields {
    margin: 10px auto;
    width: 100%;
    padding: 0 20px;
    line-height: 1.5;
    display: inline-block;
    vertical-align: top;
}
#multiselect_bus_price_edit .col.full_partial_width .row.row-1.Bus_trailer .row_field_inner_wrap.have_flex, #multiselect_bus_price_edit .col.full_partial_width .row.row-2.driver_calculation .row_field_inner_wrap.have_flex {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    padding: 0;
    margin-bottom: 15px;
}
#multiselect_bus_price_edit .col.full_partial_width .row.row-1.Bus_trailer .row_field_inner_wrap.have_flex .multiplefields, #multiselect_bus_price_edit .col.full_partial_width .row.row-2.driver_calculation .row_field_inner_wrap.have_flex .multiplefields {
    margin: 10px auto;
    width: 100%;
    padding: 0 20px;
    line-height: 1.5;
    display: inline-block;
    vertical-align: top;
    text-align: left;
}
#multiselect_bus_price_edit p input[readonly=""] {
    background: #aaa9a9;
}
/*** Multiselect form pricing info *****/