.dataTables_wrapper {
  position: relative;
  clear: both;
}
.dataTables_wrapper th {
  cursor: pointer;
}
.dataTables_wrapper thead td {
  width: 8% !important;
  text-align: center;
  background: repeat scroll 0 0 #ececec;
  font-weight: bold;
}
.dataTables_length {
  width: 40%;
  float: left;
}

.dataTables_filter {
  width: 50%;
  float: right;
  text-align: right;
}

.dataTables_info {
  width: 40%;
  float: left;
  padding: 5px 0px;
}

.dataTables_paginate {
  width: 44px;
  float: right;
  text-align: right;
}

.paging_full_numbers {
  width: 400px;
  /* height: 22px; */
  line-height: 22px;
}

.paging_full_numbers span.paginate_button,
.paging_full_numbers span.paginate_active {
  border: 1px solid #aaa !important;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 2px 5px !important;
  margin: 0 3px !important;
  cursor: pointer !important;
  *cursor: hand !important;
}

#career_path_sort,
#additional_course_priovider,
#course_provider,
#qualifications_sort,
#course_short,
#career_sort {
  float: left;
  margin: 1% 0;
  width: 100% !important;
}

#invoice_sort .sorting_asc {
  background: url("../images/asc.gif") no-repeat scroll right #ececec !important;
}
#qualifications_sort .sorting_asc {
  background: url("../images/asc.gif") no-repeat scroll right #ececec !important;
}
#invoice_sort .sorting_desc {
  background: url("../images/desc.gif") no-repeat scroll right #ececec !important;
}
#qualifications_sort .sorting_desc {
  background: url("../images/desc.gif") no-repeat scroll right #ececec !important;
}
#invoice_sort .sorting {
  background: url("../images/unsorted.gif") no-repeat scroll right #ececec !important;
}
#qualifications_sort .sorting {
  background: url("../images/unsorted.gif") no-repeat scroll right #ececec !important;
}
input[type="checkbox"],
input[type="radio"] {
  width: 2% !important;
}
.dataTables_wrapper table tfoot tr th,
.dataTables_wrapper table thead tr th {
  color: #333 !important;
}
#qualifications_sort12 .sorting_asc {
  background: url("../images/asc.gif") no-repeat scroll right #ececec !important;
}
#qualifications_sort12 .sorting {
  background: url("../images/asc.gif") no-repeat scroll right #ececec !important;
}
#qualifications_sort12 .sorting_desc {
  background: url("../images/desc.gif") no-repeat scroll right #ececec !important;
}

.disabled-bg-color {
  background-color: #eee !important;
}
.max-width-450 {
  max-width: 450px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.margin-top-50 {
  margin-top: 50px !important ;
}
.packageNotification input[type="checkbox"] {
  width: auto !important;
}
.sorting_disabled {
  background-color: #ececec;
}
.height_width_lenght {
  display: none;
}

.hide_dimension_inputs{
  display: none;
}

#qualifications_sort1 .sorting_asc {
  background: url("../images/asc.gif") no-repeat scroll right #ececec !important;
}
#qualifications_sort1 .sorting {
  background: url("../images/asc.gif") no-repeat scroll right #ececec !important;
}
table.dataTable thead .sorting_desc {
  background: url("../images/asc.gif") no-repeat scroll right #ececec !important;
}
.page-id-53 table.dataTable thead .sorting_desc {
  background: url(../images/asc.gif) no-repeat scroll right #084a8a !important;
}
.jobs_avaliable tr th {
  color: #004b8c;
  font-size: 16px !important;
  text-align: left;
  border-top: none !important;
  border-left: none !important;
  border-bottom: 3px solid #ccc;
}
.jobs_avaliable tr td a {
  color: #004b8c;
}
.jobs_avaliable tr td {
  font-size: 16px;
  border-left: none !important;
  color: #333;
}
table#jobs_avaliable {
  border: none;
  margin-top: 40px;
  margin-bottom: 50px;
}
/* My Custom CSS ANJ */
a.add_to_cart_pkg {
  padding: 6px 9px !important;
  font-size: 12px;
  border-radius: 10px;
}
input#submit_checkout_form {
  width: 160px;
  padding: 6px !important;
  font-size: 15px;
  color: #5764c6;
  font-weight: bold;
  background: none;
  border-color: #5764c6;
}
input#submit_checkout_form:hover {
  color: #fff;
  background: #5764c6;
}
form#checkout_pkg_form {
  width: 50%;
  margin: auto;
}
/*My custom CSS for My Package */
input#invoice_amount {
  display: none;
}
a#Upload_invoice {
  font-size: 11px;
  padding: 4px 8px !important;
  border-radius: 10px;
}
#invoice_amount {
  line-height: normal;
  padding: 3px;
  box-sizing: border-box;
  margin-bottom: 5px;
}
input#invoice_amount::placeholder {
  color: #5f5959;
}
input#update,
input#update_payment {
  font-size: 11px;
  padding: 4px 8px !important;
  border-radius: 10px;
}
#known_shipper_tab_section {
  display: none;
}
tr.add_remove_height1.height_width_lenght1 {
  display: none;
}
.advisory_notice_board a {
  font-size: 15px;
  padding: 15px;
  display: inline-block;
  margin-bottom: 25px;
}
#iframe_section iframe {
  height: 350px;
  padding: 30px;
  width: 100%;
}
.advisory_notice_board img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}
.bg_covid {
  background-image: url(https://westtechshipping.com/wp-content/uploads/2020/05/COVID-19-Banner.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 200px;
  padding-bottom: 200px;
  margin-bottom: 40px;
}
img.img_covid {
  width: 100%;
  margin-bottom: 30px;
}
.covid-upper-section h2 {
  border-bottom: 1px solid #e5e5e5;
  max-width: 300px;
  margin: 0 auto;
  padding-bottom: 5px;
}
.covid-upper-section p {
  padding-top: 20px;
  font-size: 16px !important;
  max-width: 900px;
  width: 100%;
  margin: 0 auto !important;
}
select#ninja_forms_field_130 {
  width: 17em;
}
input#ninja_forms_field_135 {
  padding: 5px 20px !important;
  font-size: 16px;
  border-radius: 9px;
}
.nav-area {
  background-color: #0b4590 !important;
  display: flex;
}
#header .social-networks {
  margin: 0;
  float: right;
  text-align: center;
  padding: 13px;
  min-width: 179px;
  align-self: center;
}
.invoice_amount_label {
  font-style: italic;
  display: none;
}
.hide_add_status {
  display: none;
}

.imm-modal-contact .icon,
.imm-modal .icon,
.imm-modal-note .icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  fill: currentcolor;
}
.imm-modal-contact.modal,
.imm-modal.modal,
.imm-modal-note.modal {
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  background: #53535354;
}
.imm-modal-contact.is-visible,
.imm-modal.modal.is-visible,
.imm-modal-note.is-visible {
  visibility: visible;
}
.imm-modal-contact .modal-overlay,
.imm-modal .modal-overlay,
.imm-modal-note .modal-overlay {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: hsla(0, 0%, 0%, 0.5);
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 0.3s, opacity 0.3s;
}
.imm-modal-contact.modal.is-visible .modal-overlay,
.imm-modal.modal.is-visible .modal-overlay,
.imm-modal-note.modal.is-visible .modal-overlay {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}
.imm-modal-contact .modal-wrapper,
.imm-modal .modal-wrapper,
.imm-modal-note .modal-wrapper {
  position: absolute;
  z-index: 9999;
  top: 6em;
  left: 42%;
  width: 50%;
  margin-left: -16em;
  background-color: #fff;
  box-shadow: 0 0 1.5em hsl(0deg 0% 0% / 35%);
}
.imm-modal-contact .modal-transition,
.imm-modal .modal-transition,
.imm-modal-note .modal-transition {
  display: none;
}
.imm-modal-contact.modal.is-visible .modal-transition,
.imm-modal.modal.is-visible .modal-transition,
.imm-modal-note.modal.is-visible .modal-transition {
  display: block;
}
.imm-modal-contact .modal-header,
.imm-modal-contact .modal-content,
.imm-modal .modal-header,
.imm-modal .modal-content,
.imm-modal-note .modal-header,
.imm-modal-note .modal-content {
  padding: 1em;
}
.imm-modal-contact .modal-header,
.imm-modal .modal-header,
.imm-modal-note .modal-header {
  position: relative;
  background-color: #fff;
  box-shadow: 0 1px 2px hsla(0, 0%, 0%, 0.06);
  border-bottom: 1px solid #e8e8e8;
}
.imm-modal-contact.modal.is-visible table,
.imm-modal.modal.is-visible table,
.imm-modal-note.modal.is-visible table {
  margin: 0 !important;
  width: 100%;
}
.imm-modal-contact .modal-close,
.imm-modal .modal-close,
.imm-modal-note .modal-close {
  position: absolute;
  top: 2px;
  right: 0;
  font-weight: 600;
  padding: 5px 8px;
  color: #ccc;
  background: none;
  cursor: pointer;
  border: 1px solid #ccc;
  border-radius: 50%;
}
.imm-modal-contact .modal-heading,
.imm-modal .modal-heading,
.imm-modal-note .modal-heading {
  font-size: 1.125em;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.comm_display {
  display: none;
}
.imm-modal-contact input[type="submit"],
.imm-modal input[type="submit"],
.imm-modal-note input[type="submit"] {
  background: #666;
  color: #fff;
  float: right;
  box-shadow: none !important;
  border: none;
  padding: 12px 30px;
  margin-top: 15px;
  margin-bottom: 15px;
  width: auto !important;
}
.imm-modal-contact h2.modal-heading,
.imm-modal h2.modal-heading,
.imm-modal-note h2.modal-heading {
  font-size: 20px;
}
.imm-modal-contact button.modal-close.modal-toggle,
.imm-modal button.modal-close.modal-toggle,
.imm-modal-note button.modal-close.modal-toggle {
  border: none;
}
#qualifications_sort_wrapper table td:last-child a.row-title {
  display: block;
  cursor: pointer;
  margin: 6px 0px;
}
.pkg_new_datacallass::-webkit-scrollbar {
  height: 10px;
}
.pkg_new_datacallass::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
.pkg_new_datacallass::-webkit-scrollbar-thumb {
  background: #888; 
}
.pkg_new_datacallass table {
    min-width: 1600px;
}
.pkg_new_datacallass {
    overflow: auto;
}
.pkg_new_datacallass table td, .pkg_new_datacallass table th {
    line-height: 20px;
    padding: 10px 5px !important;
}
/************** 18-08-2022 (GK) **********/
#contact-main-a .section-fullwidth > div > .row > .col-lg-6,
#contact-main-b .section-fullwidth > div > .row > .col-lg-6,
#contact-main .section-fullwidth > div > .row > .col-lg-6 {
  margin: 0 auto 20px !important;
  width: 100% !important;
  text-align: center;
}
#contact-main-a .section-fullwidth > div > .row > .col-lg-6 h3 span,
#contact-main-b .section-fullwidth > div > .row > .col-lg-6 h3 span,
#contact-main .section-fullwidth > div > .row > .col-lg-6 h3 span {
  padding: 0 20px !important;
  font-weight: 600;
}
#contact-main-a .section-fullwidth > div > .row > .col-lg-12 h1,
#contact-main-b .section-fullwidth > div > .row > .col-lg-12 h1,
#contact-main .section-fullwidth > div > .row > .col-lg-12 h1 {
  font-weight: 700 !important;
  color: #f97220 !important;
}

.um-page-user .um-profile-nav+.um-profile-nav .um-profile-nav-item {
    display: none;
}
.um-page-user .um-profile-nav {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    justify-content: center;
}
.um-page-user .um-profile-nav + .um-profile-nav>img {
    width: 215px;
    height: 150px;
    object-fit: cover;
    padding-top: 30px;
} 
.um-page-user .um-profile-nav + .um-profile-nav {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
	    background: #eee;
		    padding: 0; 
}
.um-page-user .um-cover, .um-cover-e, .um-profile a {
    max-height: 200px !important;
}
.um-page-user .um-profile-navbar+.um-profile-nav {
    background-color: #0b4590;
}
.um-page-user .um .um-profile-meta {
    padding-left: 170px !important;
}
.unique_id_lbs {
    display: block;
    width: 100%;  
     padding-bottom: 30px;	
}
.unique_id_lbs_inner {
    width: 190px;
    background-color: #FFF;
    margin: 0 auto;
    font-weight: 600;
    font-size: 14px;
	padding: 6px 0px;
}

.unique_id_lbs_inner span {
    padding: 6px 0px;
    color: #000;
    font-size: 16px;
    margin-right: 4px;
}
.um-page-user .um-profile-navbar+.um-profile-nav .um-profile-nav-item.active a,
.um-page-user .um-profile-navbar+.um-profile-nav .um-profile-nav-item a:hover {
    background-color: #fff;
    color: #000 !important;
}

.profile-image-wk img {
    width: 100%;
    height: 100%;
    object-fit: cover;
	border-radius: 4px;
}
.profile-image-wk {
    width: 200px;
    height: 140px;
    margin: 0 auto;
    margin-top: -4em;
    margin-bottom: 35px;
    border: 4px solid #d3d3d3;
    border-radius: 4px;
}
.page-template-my-profile .breadcrumb-sec {
    padding-bottom: 30px;
}
.printable_wrap img {
    width: 100%;
}
.printable_wrap {
	display:none;
}

.printable_wrap .bottmLine {
    margin-top: 30px;
}
.printable_wrap .topline {
    text-align: center;
}
.unique_id_lbs .unique_id_lbs_inner:first-child {
    padding-bottom: 0;
	padding-top: 10px;
}
.unique_id_lbs .unique_id_lbs_inner:last-child {
    padding-bottom: 10px;
    padding-top: 5px;
}
.print_pdf_btn {
    background-color: #1f73b7 !important;
    color: #FFFFFF !important;
    border: none;
    padding:8px 30px 8px 45px;
    border-radius: 50px;
    text-transform: capitalize;
}
.print_btn_main{
	position:relative;
	    margin-bottom: 30px;
}
.print_btn_main:before {
    content: '';
    background-image: url(https://westtechshipping.com/wp-content/uploads/2023/05/print_d.png);
    position: absolute;
    top: 9px;
    left:20px;
    width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
}
.unique_id_lbs .unique_id_lbs_inner {
    padding-left: 12px;
    padding-right: 12px;
}

@media screen and (min-width:768px){
	.um-page-user .um .um-profile-photo a.um-profile-photo-img {
		width: 130px !important;
		height: 130px !important;
		top: -81px !important;
	}
	
}
@media screen and (max-width:767px){
	.page-template-my-profile .breadcrumb-sec {
		padding-bottom: 60px;
	}
	.page-template-my-profile .breadcrumb-sec h1 {
		text-align: center;
	}
	.um-page-user .um .um-profile-meta {
		padding-left: 185px !important;
	}
	.um-page-user .um-profile-nav + .um-profile-nav>img {
		margin-top: 10px !important;
	}

}
/* 10-may-23-p media start*/
@media screen and (min-width:768px) and (max-width:991px){
	
	.unique_id_lbs table {
		max-width: 680px !important;
	}

}
@media screen and (min-width:576px) and (max-width:767px){
	
	.unique_id_lbs table {
		max-width: 500px !important;
	}
	.unique_id_lbs table tbody tr th, .unique_id_lbs table tbody tr td {
		padding: 10px 8px !important;
		line-height: 19px !important;
	}
	.unique_id_lbs table tbody tr td {
		font-size: 13px !important;
	}
	.unique_id_lbs table tbody tr th {
		font-size: 14px !important;
	}
}
@media screen and (max-width:575px){
	
	.unique_id_lbs table {
		max-width: 500px !important;
		margin: 20px auto 20px auto !important;
	}
	.unique_id_lbs table tbody tr {
		display: flex;
		flex-direction: column;
	}
	.unique_id_lbs table tbody tr th, .unique_id_lbs table tbody tr td {
		padding: 10px 12px !important;
		line-height: 19px !important;
		border: 1px solid #eeeeee !important;
	}
	.unique_id_lbs {
		padding: 0px 20px;
	}
	.unique_id_lbs table tbody tr td {
		font-size: 13px !important;
	}
	.unique_id_lbs table tbody tr th {
		font-size: 14px !important;
	}
}
/* 10-may-23-p media start*/
	
/* 10-may-23-p css start*/
.unique_id_lbs table {
    max-width: 800px;
    margin: 20px auto 0px auto;
    background: #ffffff;
    width: 100%;
}

.unique_id_lbs table tbody tr th, .unique_id_lbs table tbody tr td {
    padding:10px 15px;
    line-height: 22px;
}

.unique_id_lbs table tbody tr td {
    text-align: left;
    font-size: 15px;
    color: #666;
    font-weight: 400;
    border-top: 1px solid #d5cece;
    border-bottom: 1px solid #d5cece;
}

.unique_id_lbs table tbody tr th {
    color: #000;
    font-size: 16px;
    border: 1px solid #d5cece;
}

.profile_img_div img {
    width: 100%;
}

.profile_img_div {
    max-width: 300px;
    margin: 20px auto 0 auto;
} 
/* 10-may-23-p css end*/

/* 20-06-23-p css start*/
.history-user {
    background: #0073aa;
    padding: 12px 30px;
    font-size: 15px;
    margin: 15px 17px 0px 5px;
    position: absolute;
	cursor: pointer;
}
.history_user_form {
    position: relative;
    max-width: 800px;
    margin:40px auto 0 auto;
    text-align: center;
}
.history_user_form input {
    padding:8px 20px;
    background: #fff;
    border-radius: 0px;
    margin: 14px 0px 0px 0px;
    border: 1px solid #c9c9c9d9;
    width: 300px; 
}
.history_user_form input:focus{
	 border: 1px solid #0073aa12 !important;
}
.history_user_table {
    width: 1200px;
    margin: 30px auto 0px auto;
    margin-top: 30px;
    background: #ffffff9c;
    padding: 30px;
    border-spacing: 0px;
}
.history_user_table tr th {
    font-size: 15px;
    text-align: left;
    color: #32373c;
    font-weight: 500;
    width: 21%;
    padding: 8px 0px;
}
.history_user_table tr:nth-child(even) {
  background-color: rgba(0, 0, 0, 0.05);
}
#wpbody-content .history_user_table tr td {
    padding: 8px 0px;  
}
#wpbody-content .history_user_table tr th {
    width: 17%;
}
.history_user_table tr th:nth-child(1) {
    width: 15%;
}
.history_user_table tr td {
    font-size: 14px;
    color: #726e6e;
    padding: 7px 0px 7px 0px;
}
.history_error_message {
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    color: #d55454 !important;
    padding: 10px 10px;
    background: #f1f1f1;
}
@media screen and (min-width:768px) and (max-width:991px){
	.history_user_table {
		width: 100%;
	}
	.history_user_form input {
		padding: 6px 20px;
	}
}
@media screen and (min-width:576px) and (max-width:767px){
	.history_user_table {
		width: 100%;
		padding: 15px;
	}
	.history_user_form input {
		padding: 6px 20px;
	}
	.history-user {
		padding: 12px 25px;
	}
	.history_user_table tr th {
		font-size: 14px;
	}
	.history_user_table tr td {
		font-size: 13px;
	}
	.history_user_form {
		margin: 20px auto 0 auto;
	}
}
@media screen and (max-width:575px){
	.history_user_table {
		padding: 15px;
		margin:0px auto 0 auto;
		min-width: 500px;
		width: 100%;
		overflow: auto;
	}
	.history_user_form input {
		padding: 6px 20px;
		width: 100%;
		display: flex;
	}
	.history-user {
		padding: 12px 25px;
	}
	.history_user_table tr th {
		font-size: 14px;
	}
	.history_user_table tr td {
		font-size: 13px;
	}
	.history_user_form {
		margin: 20px auto 0 auto;
		width:100%;
	}
	#wpbody-content .medata {
		height: 68vh;
		overflow: auto;
		margin: 80px 0px 0px 0px;
	}
}
/* 20-06-23-p css end*/