:root {
    --main-bg-color: #f6f8f9;
}

.preloader_overflow {
    overflow: hidden;
}

.even_row {
    background-color: #f3f6fa;
}

.odd_row {
    background-color: #fff;
}

.error {
    color: red !important;
}

.navbar-light .navbar-nav .nav-link {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    color: #566371;
    letter-spacing: 0;
}

.custom-control-label {
    padding-top: 2px;
}

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    /* to make it responsive */
    width: 100vw;
    /* to make it responsive */
    z-index: 999999;
    overflow: hidden;
    /*to remove scrollbars */
    background-image: url("../img/loader.gif");
    background-repeat: no-repeat;
    background-color: #fff;
    background-position: center;
    display: block;
    opacity: 0.9;
}

h1 {
    font-size: 1.75rem !important;
}

h3 {
    font-size: 1.25rem !important;
}

.link_active {
    color: #54616f !important;
    font-weight: bold !important;
}

body {
    background-color: var(--main-bg-color);
    font-family: Helvetica, Arial, sans-serif;
}

.white_background {
    background-color: #ffffff;
}

.gray_background {
    background-color: #fdfdff;
}

header .navbar {
    padding: 0.41rem 1rem !important;
}

.btn {
    font-size: 12px !important;
    padding: 0.275rem 0.75rem;
}

.page-content {
    transition: all 0.3s;
    padding-top: 20px;
    /*background: #fdfdff;*/
}

.nav-bg-color {
    background-color: #ffffff;
    color: #ffffff !important;
}

header .nav-link {
    color: #ffffff;
    padding: 2px 10px !important;
    font-size: 12px !important;
    font-family: Helvetica;
    font-weight: 300;
}

header .navbar-brand {
    font-size: 12px !important;
}

.dashboard_title {
    color: #4a4a4a;
    font-size: 14px !important;
    font-family: Helvetica;
    font-weight: bold;
    text-transform: uppercase;
}

.font14 {
    font-size: 14px;
}

.font12 {
    font-size: 12px;
}

.tab_border1 {
    border: 1px solid #d9d9d9 !important;
}

.inactive_background {
    background-color: #f7f7f7;
    border: 1px solid #eff0f6 !important;
    border-radius: 3px 3px 0px 0px;
    border-bottom: 0px !important;
}

.tabli_link {
    padding-top: 5px !important;
    font-size: 12px !important;
    color: #181d1f !important;
    text-align: left;
}

.nav-tabs {
    border-bottom: 0px !important;
}

.tabli {
    height: 31px !important;
    margin-right: 3px;
}

.app-page-title .page-title-wrapper {
    padding-left: 1.5rem;
    display: flex;
    align-items: center;
    align-content: center;
    position: relative;
}

.app-page-title .page-title-heading {
    font-size: 1.25rem;
    font-weight: 500;
    display: flex;
    align-content: center;
    align-items: center;
}

.theme_btn {
    font-size: 12px !important;
    padding: 0.275rem 0.75rem !important;
    height: 30px;
    font-weight: 300;
    font-family: Helvetica;
    background-image: linear-gradient(-179deg, #64778c 0%, #414f60 94%);
    /* border: 1px solid #414f66;
    border-radius: 2px; */
    border-width: 1px;
    border-style: solid;
    /* border-image-source: linear-gradient(360deg,rgba(150, 170, 184, 0.39),rgb(150, 170, 184)); */
    border-image-slice: 1;
}

.card-header {
    background-color: #ffffff !important;
}

.accordian_theme_btn {
    font-size: 12px !important;
    padding: 5px 20px !important;
}

.export_button {
    background-image: linear-gradient(-180deg, #ffffff 0%, #f8f8f8 94%);
    border: 1px solid #e3e3e3;
    border-radius: 2px;
    color: #4a4a4a;
}

.export_button:hover {
    background-image: linear-gradient(-180deg, #ffffff 0%, #f8f8f8 94%);
    border: 1px solid #e3e3e3;
    border-radius: 2px;
    color: #4a4a4a;
}

.create_action_button {
    background-image: linear-gradient(-180deg, #ffffff 0%, #f8f8f8 94%);
    border: 1px solid #e3e3e3;
    border-radius: 2px;
}

.create_action_button:hover {
    background-image: linear-gradient(-180deg, #ffffff 0%, #f8f8f8 94%);
    border: 1px solid #e3e3e3;
    border-radius: 2px;
}

.add_new_actoin_blue {
    font-size: 12px !important;
    padding: 0.275rem 0.75rem !important;
    height: 30px;
    background-image: linear-gradient(0deg, #007bff 8%, #029fec 100%);
    font-family: Helvetica;
    border-radius: 2px;
}

.form-control {
    padding: 0.1rem 0.75rem !important;
    font-size: 12px !important;
    height: 30px;
    background: #fafafa;
    border: 1px solid #eaeaea;
    border-radius: 2px;
}

.form-group:focus {
    color: #000 !important;
    background-color: #fff !important;
    border: 1px solid red !important;
    outline: 0 !important;
    box-shadow: none !important;
}

input:focus,
textarea:focus,
select:focus {
    outline: none;
}

.nav-tabs .nav-link.active {
    background: #f3f6fa !important;
    border-radius: 3px 3px 0px 0px !important;
    color: #181d1f !important;
    font-family: Helvetica, Arial, sans-serif !important;
    border: 1px solid #e8ebed;
    font-weight: bold;
}

.oddtr {
    background-color: #ffffff;
}

.eventr {
    background-color: #f3f6fa;
}

/*********************Dashboard***************/

.border-left-primary {
    border-left: 0.25rem solid #4e73df !important;
}

.navbar-light .navbar-toggler-icon {
    background-color: #ffffff;
}

.image_icon {
    margin-top: -3px;
    margin-right: 3px;
}

.load_count_span {
    float: right;
    font-size: 11px;
}

.search_title {
    font-size: 12px;
    color: #4a4a4a;
    letter-spacing: 0;
}

label {
    display: inline-block;
    margin-bottom: 0.1rem;
}

.Unpaid {
    color: #656565;
    border-bottom: 2px solid #ff8b10;
}

.Paid {
    color: #656565;
    border-bottom: 2px solid #43db7e;
}

.approve_button {
    color: #007bff !important;
    border-bottom: 2px solid #007bff;
    font-weight: 700;
}

.reject_button {
    color: red !important;
    border-bottom: 2px solid red;
    font-weight: 700;
}

.Billed {
    color: #656565;
    border-bottom: 2px solid #1abf5a;
}

.Received {
    color: #656565;
    border-bottom: 2px solid #1abf5a;
}

.Unbilled {
    color: #656565;
    border-bottom: 2px solid #ff8b10;
}

.job_status {
    color: #007bff !important;
    font-size: 12px !important;
    margin-bottom: 0px;
    margin: 4px;
}

.dash_count_title {
    font-size: 14px;
    font-weight: 300;
    line-height: 110%;
    color: #425b6a;
}

.statstic_count {
    font-size: 18px;
    vertical-align: middle;
    margin-left: 10px;
    color: #007bff;
}

header .nav-link:hover {
    color: #54616f;
}

header .nav-link:active {
    color: #54616f !important;
    font-weight: bold;
}

.theme_btn:hover {
    color: #fff !important;
    background-image: linear-gradient(-179deg, #5b6773 0%, #4a5866 94%);
}

.add_new_actoin_blue:hover {
    background-image: linear-gradient(0deg, #086bd5 8%, #086bd5 100%);
}

.add_new_actoin_blue:focus {
    background-image: linear-gradient(0deg, #086bd5 8%, #086bd5 100%);
}

.export_button:hover {
    background-image: linear-gradient(-180deg, #e6e6e6 0%, #eaeaea 94%);
    color: #4a4a4a !important;
}

.export_button:focus {
    background-image: linear-gradient(-180deg, #e6e6e6 0%, #eaeaea 94%);
    color: #4a4a4a !important;
}

.export_button:active {
    background-image: linear-gradient(-180deg, #e6e6e6 0%, #eaeaea 94%);
    color: #4a4a4a !important;
}

.create_action_button:hover {
    background-image: linear-gradient(-180deg, #e6e6e6 0%, #eaeaea 94%);
    color: #4a4a4a !important;
}

.create_action_button:focus {
    background-image: linear-gradient(-180deg, #e6e6e6 0%, #eaeaea 94%);
    color: #4a4a4a !important;
}

.create_action_button:active {
    background-image: linear-gradient(-180deg, #e6e6e6 0%, #eaeaea 94%);
    color: #4a4a4a !important;
}

.tip {
    cursor: pointer;
}

.dashboard_green {
    background-color: #ecffd7 !important;
}

.dashboard_yellow {
    background-color: #fffeeb !important;
}

.dashboard_red {
    background-color: #fff1f2 !important;
}

.origin_block,
.destination_block {
    padding: 20px;
    background: #fbfbfb;
}

.whole-page-overlay {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: fixed;
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100% !important;
    z-index: 1050;
    display: none;
}

.whole-page-overlay .center-loader {
    top: 50%;
    left: 50%;
    position: absolute;
    color: #fff;
}

/* File Upload */

.file-upload {
    display: block;
    text-align: center;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    position: relative !important;
}

.file-upload .file-select {
    display: block;
    border: 2px solid #dce4ec;
    color: #656666;
    cursor: pointer;
    height: 40px;
    line-height: 40px;
    text-align: left;
    background: #fff;
    overflow: hidden;
    position: relative;
}

.file-upload .inactive {
    display: block !important;
    border: 2px solid #d92525 !important;
    color: #d92525 !important;
    cursor: pointer !important;
    height: 40px;
    line-height: 40px;
    text-align: left;
    background: #fff;
    overflow: hidden;
    position: relative;
}

.file-upload .file-select .file-select-button {
    background: #dce4ec;
    padding: 0 10px;
    display: inline-block;
    height: 40px;
    line-height: 40px;
}

.file-upload .file-select .file-select-name {
    line-height: 40px;
    display: inline-block;
    padding: 0 10px;
}

.file-upload .file-select:hover {
    border-color: #656666;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.file-upload .file-select:hover .file-select-button {
    background: #656666;
    color: #fff;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.file-upload.active .file-select {
    border-color: #3fa46a;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.file-upload.active .file-select .file-select-button {
    background: #3fa46a;
    color: #fff;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.file-upload .file-select input[type="file"] {
    z-index: 100;
    cursor: pointer;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
}

.file-upload .file-select.file-select-disabled {
    opacity: 0.65;
}

.file-upload .file-select.file-select-disabled:hover {
    cursor: default;
    display: block;
    border: 2px solid #dce4ec;
    color: #656666;
    cursor: pointer;
    height: 40px;
    line-height: 40px;
    margin-top: 5px;
    text-align: left;
    background: #fff;
    overflow: hidden;
    position: relative;
}

.file-upload .file-select.file-select-disabled:hover .file-select-button {
    background: #dce4ec;
    color: #666;
    padding: 0 10px;
    display: inline-block;
    height: 40px;
    line-height: 40px;
}

.file-upload .file-select.file-select-disabled:hover .file-select-name {
    line-height: 40px;
    display: inline-block;
    padding: 0 10px;
}

input[type="text"]:focus,
select:focus,
radio:focus,
checkbox:focus,
textarea:focus {
    background: #f5f5f5;
}

.file-upload {
    text-align: center;
    position: absolute;
    bottom: 0;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    display: block;
    width: 106px;
    float: right;
}

.file-upload .file-select {
    display: block;
    cursor: pointer;
    height: 30px;
    line-height: 30px;
    text-align: left;
    overflow: hidden;
    position: relative;
    background-image: linear-gradient(-180deg, #ffffff 0%, #f8f8f8 94%);
    border: 1px solid #e3e3e3;
    border-radius: 2px;
}

.file-upload .inactive {
    display: block !important;
    border: 1px solid #d92525 !important;
    color: #d92525 !important;
    cursor: pointer !important;
    height: 30px;
    line-height: 30px;
    text-align: left;
    background: #fff;
    overflow: hidden;
    position: relative;
}

.file-upload .file-select .file-select-button {
    background-image: linear-gradient(-180deg, #ffffff 0%, #f8f8f8 94%);
    padding: 0 10px;
    display: inline-block;
    height: 30px;
    line-height: 30px;
}

.file-upload .file-select .file-select-name {
    line-height: 30px;
    display: inline-block;
    padding: 0 10px;
}

.file-upload .file-select:hover {
    cursor: pointer;
    border-color: #e2e8ee;
    background-image: linear-gradient(-180deg, #ffffff 0%, #f8f8f8 94%);
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.file-upload .file-select:hover .file-select-button {
    background-image: linear-gradient(-180deg, #ffffff 0%, #f8f8f8 94%);
    color: #656666;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.file-upload.active .file-select {
    border-color: #3fa46a;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.file-upload.active .file-select .file-select-button {
    background: #3fa46a;
    color: #fff;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.file-upload .file-select input[type="file"] {
    z-index: 100;
    cursor: pointer;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
}

.file-upload .file-select.file-select-disabled {
    opacity: 0.65;
}

.file-upload .file-select.file-select-disabled:hover {
    cursor: default;
    display: block;
    border: 1px solid #dce4ec;
    color: #656666;
    cursor: pointer;
    height: 30px;
    line-height: 30px;
    margin-top: 5px;
    text-align: left;
    background: #fff;
    overflow: hidden;
    position: relative;
}

.file-upload .file-select.file-select-disabled:hover .file-select-button {
    background: #dce4ec;
    color: #666;
    padding: 0 10px;
    display: inline-block;
    height: 30px;
    line-height: 40px;
}

.file-upload .file-select.file-select-disabled:hover .file-select-name {
    line-height: 30px;
    display: inline-block;
    padding: 0 10px;
}

table.tablesorter thead tr.tablesorter-filter-row input.disabled {
    display: none;
}

/*.card-body{
    padding: 0px;
}
.card-header {
    padding: 0.6rem 0;
}*/

.table > tbody > tr > td {
    font-family: Helvetica, Arial, sans-serif;
    border: none;
    color: #2d2b2b;
    font-size: 12px;
}

.table > thead > tr > th {
    font-family: Helvetica, Arial, sans-serif;
}

.card {
    border-radius: 0px;
}

.card_block {
    background: #ffffff;
    border: 1px solid #ececec;
    border-radius: 3px;
    min-height: 70px;
}

.font-14 {
    font-size: 14px !important;
}

.custom_card_header {
    padding: 0rem 0rem;
}

.custom_card_body {
    padding: 0.8em 0em;
}

.custom_card {
    border: 0px;
}

.card-body .show {
    transition: 0.15s transform ease-in-out;
}

.white_button {
    background-image: linear-gradient(-180deg, #ffffff 0%, #f8f8f8 94%);
    border: 1px solid #e3e3e3;
    border-radius: 2px;
    color: #4a4a4a !important;
    margin-bottom: 5px;
}

.expanded_row_background {
    background-image: linear-gradient(-180deg, #fdfdfd 0%, #fafafa 100%);
    border: 1px solid #f3f6fa;
}

.accordion_ul li {
    display: inline-flex;
    list-style: none;
    margin-right: 15px;
    padding-left: 0px;
}

.border_right_1px {
    border-right: 1px solid #f3f6fa;
}

.form_accordion_title {
    font-size: 14px;
    color: #4a4a4a;
    letter-spacing: 0;
    text-transform: uppercase;
    text-decoration: none !important;
}

label {
    font-size: 14px;
    color: #606060 !important;
    letter-spacing: 0;
}

.breadcrumb {
    padding: 0px;
    padding-left: 0px;
    font-size: 14px;
    background-color: #ffffff;
    margin-bottom: 0.5rem;
}

.upload_file_icon {
    height: 15px;
    margin-right: 8px;
}

.accessorial_table th {
    color: #181d1f;
    font-weight: 400;
    font-size: 14px;
}

.form-control-filter {
    display: block;
    width: 100%;
    max-width: 200px;
    margin: 4px auto 4px 0px;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem !important;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    border-radius: 1px !important;
    font-size: 12px !important;
    border: 1px solid #d9dcde;
}

.processed_load {
    background-color: #b4eaeb !important;
}

#load_form .card-body {
    background: #fbfbfb;
}

/*Custom Card*/

.mycard {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border-radius: 0.25rem;
}

.mycard-header {
    padding: 1.5rem 0.5rem 0rem 1.25rem;
    margin-bottom: 0;
}

.mycard-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0.5rem 1.25rem 1.25rem 1.25rem;
}

/* .vendor_board_tab_width li{

} */

.cancel_button_link {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 13px;
    color: #0077ff;
    letter-spacing: 0;
    line-height: 20px;
    text-decoration: underline;
}

.form-label {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 13px;
    color: #4a4a4a;
    letter-spacing: 0;
    line-height: 20px;
}

.form-text {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 13px;
    color: #4a4a4a;
    letter-spacing: 0;
    margin-top: 0px;
    border-width: 0px;
}

.form-text:hover {
    padding: 0.1rem 0.75rem !important;
    font-size: 12px !important;
    height: 30px;
    background: #f7f9fb;
    border: 1px solid #e2e8ee;
    border-radius: 2px;
    margin-top: -13px;
    margin-bottom: 4px;
}

select {
    color: #656565 !important;
}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label {
    position: relative;
    padding-left: 24px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}

[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #2d7df8;
    border-radius: 100%;
    background: #fff;
}

[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: "";
    width: 10px;
    height: 10px;
    background: #2d7df8;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.small_line_break {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    color: #9b9b9b;
    letter-spacing: 0;
    line-height: 20px;
}

.normal_label {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 13px;
    color: #4a4a4a;
    letter-spacing: 0;
    line-height: 20px;
}

.main-setting {
    border-top: 1px solid #f6f8f9;
}

.setting-menu {
    max-width: 240px;
    width: 240px;
    min-width: 140px;
    background-color: #f6f8f9;
    border-bottom: 1px solid #f6f8f9;
}

.setting-content {
    width: 100%;
}

.setting-content-header {
    font-family: Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #929292;
    letter-spacing: 0;
}

.setting-menu .list {
    border-bottom: 1px solid #e1e8eb;
    font-family: Helvetica, Arial, sans-serif;
    padding-bottom: 10px;
    padding-top: 10px;
}

.setting-menu .list .list-link {
    font-family: Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-size: 14px;
    color: #4a4a4a;
    cursor: pointer;
    letter-spacing: 0;
}

.setting-menu a:hover {
    text-decoration: none !important;
}

.setting-menu .list-active a {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px !important;
    font-weight: 700 !important;
    color: #4a4a4a !important;
    letter-spacing: 0 !important;
}

.text-dark-red {
    color: #b33d58 !important;
}

.job_row_expand_div_background {
    background: #fcfcfc;
    border: 1px solid #f2f2f2;
    min-height: 140px;
}

.job_row_expand_block {
    font-family: Helvetica, Arial, sans-serif;
    /* font-size: 11px; */
    font-size: 12px;
    color: #4a4a4a;
    letter-spacing: 0;
    line-height: 20px;
}

.job_row_expand_title {
    font-family: Helvetica, Arial, sans-serif;
    /* font-size: 10.4px; */
    font-size: 12px;
    color: #4a4a4a;
    letter-spacing: 0;
    line-height: 16px;
}

.job_details_table_heading {
    font-family: Helvetica, Arial, sans-serif;
    color: #4a4a4a;
    font-size: 13px;
    letter-spacing: 0.5px;
    line-height: 20px;
    text-transform: uppercase;
}

.delete_button {
    color: #e35072;
    text-decoration: underline !important;
}

.view_button {
    color: #4a4a4a;
    text-decoration: none !important;
}

.view_button:hover {
    color: #4a4a4a;
    text-decoration: underline !important;
}

.job_agent_information {
    background: #fcfcfc;
    border: 1px solid #f2f2f2;
}

.job_details_job_id {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 16px;
    color: #4a4a4a;
    font-weight: bold;
    letter-spacing: 0;
}

.job_details_job_status {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #6084ff;
    letter-spacing: 0;
    line-height: 12.8px;
    background: #e2f6ff;
    border: 1px solid #6084ff;
    border-radius: 2.4px;
    height: 27px;
    width: auto;
    padding: 5.5px;
    text-align: center;
}

.status-primary {
    color: #6084ff;
    background: #e2f6ff;
    border: 1px solid #6084ff;
}

.status-succes {
    color: #45ac51;
    background: #5fe97163;
    border: 1px solid rgb(54, 194, 71);
}

.status-danger {
    color: #dd3b45;
    background: #f3a7ac75;
    border: 1px solid #d6313c;
}

.job_details_job_data {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    color: #4a4a4a;
    letter-spacing: 0;
}

.job_home_title {
    font-family: "Heebo-Light";
    font-size: 17px;
    color: #000000;
    letter-spacing: 0;
    font-weight: 300;
}

.job_agent_information_title {
    font-family: Helvetica, Arial, sans-serif;
    /* font-size: 11px; */
    font-size: 12px;
    color: #4a4a4a;
    letter-spacing: 0;
}

.job_agent_information_sub_title {
    font-family: "Heebo-Light";
    font-size: 12px;
    color: #000000;
    letter-spacing: 0;
}

.job_listing_info_title {
    font-family: Helvetica, Arial, sans-serif;
    /* font-size: 11px; */
    font-size: 14px;
    color: #4a4a4a;
    letter-spacing: 0;
    line-height: 20px;
    font-weight: bold;
}

.job_listing_info_sub_title {
    font-family: Helvetica, Arial, sans-serif;
    /* font-size: 10.4px; */
    font-size: 12px;
    color: #4a4a4a;
    letter-spacing: 0;
    line-height: 16px;
}

.page_title {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #000000;
    letter-spacing: 0;
}

.main {
    width: 50%;
    margin: 50px auto;
}

/* Bootstrap 4 text input with search icon */

.has-search .form-control {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}

.service_item {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    color: #9b9b9b;
    letter-spacing: 0;
    line-height: 20px;
}

.error {
    font-family: "Helvetica, Arial, sans-serif";
    font-weight: 300;
    font-size: 14px;
}

.inactive_color {
    color: #b33d58;
}

.cursor_pointer {
    cursor: pointer;
    overflow: hidden;
}

.hide-filter .tablesorter-filter-row {
    display: none;
}

.image-reader div {
    height: 80px;
    width: 120px;
}

.image-reader .display-image {
    height: 70px;
    width: 110px;
    z-index: 7 !important;
    object-fit: cover;
}

.display-image-hover {
    height: 60px !important;
    width: 100px !important;
    margin: 5px;
    transition: cubic-bezier(0.895, 0.03, 0.685, 0.22);
    cursor: pointer;
}

.image-reader .delete-img {
    height: 20px;
    width: 20px;
    margin-left: 94px;
    margin-top: -77px;
    z-index: 9 !important;
    display: none;
    cursor: pointer;
}

.edit_button_link {
    font-size: 1rem;
    text-decoration: underline;
}
.My_Documents {
    max-height: 272px !important;
    overflow-y: scroll;
}

#My_Documents tr td {
    border: none;
}

#My_Documents tr:nth-child(odd) {
    background: #f7f9fb !important;
}

#My_Documents tr:nth-child(even) {
    background: #f1f4f7 !important;
}

.photo-grid img {
    height: 180px !important;
    width: 220px !important;
    margin: 5px;
}

.normal_link,
.normal_link:hover {
    color: #656565 !important;
    cursor: pointer;
    text-decoration: none !important;
}

.service-item-table table > tbody > tr > td {
    padding: 20px 16px 20px 16px;
}

.service-item-table table > tbody > tr > td {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
}

.certificates_upload input::-webkit-file-upload-button {
    background: #f7f9fb;
    border: 1px solid #e2e8ee;
    color: #495057;
    width: 120px;
    border-radius: 2px;
}

.certificates_upload {
    color: #495057;
}

.certificates_upload_register input::-webkit-file-upload-button {
    background: #f7f9fb;
    border: 1px solid #e2e8ee;
    color: #495057;
    width: 120px;
    height: 40px !important;
    border-radius: 4px;
}

.certificates_upload_register {
    color: #4a4a4a;
}

/* select2 css modify */
.select2-selection,
.select2-selection--single {
    font-size: 12px !important;
    min-height: 30px !important;
    background: #fafafa !important;
    border: 1px solid #e2e8ee !important;
    border-radius: 2px !important;
}

.select2-container {
    width: 100% !important;
}

.table {
    margin-bottom: 0px !important;
}

.go-back {
    color: #076bd5 !important;
    text-decoration: underline !important;
    cursor: pointer;
}

/* pager wrapper, div */

.tablesorter-pager {
    padding: 5px;
}

/* pager wrapper, in thead/tfoot */

td.tablesorter-pager {
    background-color: #ffffff;
    margin: 0;
    /* needed for bootstrap .pager gets a 18px bottom margin */
}

/* pager navigation arrows */

.tablesorter-pager img {
    vertical-align: middle;
    margin-right: 2px;
    cursor: pointer;
}

/* pager output text */

.tablesorter-pager .pagedisplay {
    padding: 0 5px 0 5px;
    width: 50px;
    text-align: center;
}

/* pager element reset (needed for bootstrap) */

.tablesorter-pager select {
    margin: 0;
    padding: 0;
}

/*** css used when "updateArrows" option is true ***/

/* the pager itself gets a disabled class when the number of rows is less than the size */

.tablesorter-pager.disabled {
    display: none;
}

/* hide or fade out pager arrows when the first or last row is visible */

.tablesorter-pager .disabled {
    /* visibility: hidden */
    opacity: 0.5;
    filter: alpha(opacity=50);
    cursor: default;
}

.notification-block {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 15px 20px 15px 20px;
}

.notification-bg {
    background-color: #f7f8fa;
}

.select-editable {
    position: relative;
    background: #ffffff;
    width: 100%;
}

.select-editable select {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    margin: 0;
}

.select-editable input {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 90%;
    border-right: none;
}

.select-editable select:focus,
.select-editable input:focus {
    outline: none;
    background: #ffffff;
}

.contract_from_title {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #4a4a4a;
    letter-spacing: 0;
    line-height: 20px;
    border-bottom: 2px solid #f5f5f5;
}

.zoomcasa-contract-total {
    background: #f7f9fb;
}

.zoomcasa-contract-total .form-control {
    background: #ffffff;
}

/* Iframe spiner */

.loading {
    z-index: 20;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.loading-content {
    position: absolute;
    border: 8px solid #f3f3ff;
    border-top: 8px solid #88888f;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    top: 50%;
    left: 48%;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/*Style for vendor and agent register pages*/

.register_input {
    border-radius: 2px !important;
    border: 1px solid #eaeaea;
    background-color: #fafafa !important;
    height: 38px !important;
    color: #9b9b9b;
    font-size: 15px;
    font-family: "Hira";
}

#recurly-hosted-field-input {
    border-radius: 2px !important;
    border: 1px solid #eaeaea !important;
    background-color: #fafafa !important;
    color: #9b9b9b !important;
    font-size: 15px !important;
    font-family: "Hira" !important;
}

.recurly-element,
.recurly-element-card {
    background-color: #fafafa !important;
    height: 38px !important;
}

.recurly-element-focus {
    color: #495057 !important;
    background-color: #fff !important;
    border-color: #80bdff !important;
    outline: 0 !important;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25) !important;
}

.register_main_wrapper {
    padding: 3rem;
}

.register_wrapper {
    box-shadow: 0 0 4px #dcdcdc !important;
    background-color: #ffffff !important;
}

.register_wrapper_sub {
    padding: 2rem 0px;
}

.register_button {
    width: 176px;
    height: 38px;
    border-radius: 3px;
    background-color: #0077ff;
    font-family: "Hira";
}

.register_box {
    border: 1px solid #f4f4f4;
    background-color: #fafafa;
    padding: 3rem;
}

.become_vendor {
    color: #000000;
    font-family: "Hira";
    font-size: 28px;
}

.become_vendor_description {
    color: #4a4a4a;
    font-family: "Hira";
    font-size: 14px;
    line-height: 20px;
}

.benift {
    color: #4a4a4a;
    font-family: "Hira";
    font-size: 14px;
    line-height: 20px;
}

.forgot_password {
    color: #343c54;
    font-family: "Hira";
    font-size: 12px;
}

.terms_and_condition {
    color: #343c54;
    font-family: "Hira";
    font-size: 12px;
}

.terms_and_condition_link {
    color: #0077ff;
    font-family: "Hira";
    text-decoration: underline;
}

.register_lable {
    color: #000000 !important;
    font-family: "Hira";
    font-size: 13px;
    font-weight: bold;
}

.already_account_signin_link {
    color: #0077ff;
    font-family: "Hira";
    text-decoration: underline;
}

.already_account_signin {
    color: #343c54;
    font-family: "Hira";
    font-size: 14px;
}

.register_header_title {
    color: #6b6c6f;
    font-family: "Hira";
    font-size: 12px;
    letter-spacing: 0.77px;
    line-height: 26px;
    text-transform: uppercase;
}

.register_hr {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
}

.success_text {
    font-family: "Hira";
    font-size: 14px;
    line-height: 20px;
    color: #000000;
    font-weight: 600;
}

.success_text_link {
    font-family: "Hira";
    font-weight: 600;
    font-size: 14px;
    color: #0077ff;
}

.timeline_add_date {
    color: #000000;
    font-family: "SF Regular";
    font-size: 13px;
    font-weight: 300;
    text-decoration: underline;
}

.listing_info_minheight {
    min-height: 491px;
}

.timeline_table {
    max-height: 491px;
    background-color: #fafafa;
}

.timeline_table th {
    color: #4a4a4a;
    font-family: "SF Regular";
    font-size: 12px;
    font-weight: 500;
}

.timeline_table td {
    color: #000000;
    font-family: "SF Pro Text";
    font-size: 13px;
    font-weight: 300;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    background-image: url(../img/search_icon.png);
    background-color: transparent;
    background-size: contain;
    border: none !important;
    height: 16px !important;
    width: 16px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px !important;
    position: absolute !important;
    top: -5px !important;
    right: 15px !important;
    width: 20px !important;
}

.active-inactive {
    margin-top: -30px;
    text-align: right;
}

@media screen and (max-device-width: 400px) {
    .active-inactive {
        margin-top: 15px !important;
        text-align: left;
    }
}

.is-valid {
    padding-right: calc(1.5em) !important;
}

.is-invalid {
    padding-right: calc(1.5em) !important;
}

.modal_close,
.cancel_button_link,
.modal .close {
    color: #0050f9 !important;
    font-family: sans-serif, Arial !important;
    font-size: 15px !important;
    font-weight: 400;
    line-height: 20px;
    /* text-decoration: underline; */
    opacity: 1 !important;
}

select,
option {
    font-family: "SF Regular", sans-serif, Arial !important;
}

.text-paragraph {
    white-space: pre-wrap;
}

.tablesorter tbody > tr > td > div[contenteditable="true"]:focus {
    outline: #08f 1px solid;
    background: #eee;
    resize: none;
}
td.no-edit,
span.no-edit {
    background-color: rgba(230, 191, 153, 0.5);
}
.focused {
    color: blue;
}
td.editable_updated {
    background-color: green;
    color: white;
}

.scrollable-link {
    white-space: nowrap;
    overflow-x: auto;
}

.scrollable-link {
    white-space: nowrap;
    overflow-x: auto;
}

.scrollable-link::-webkit-scrollbar {
    display: none;
}

.badge-secondary {
    font-size: 12px;
    margin: 3px;
    white-space: pre-wrap;
}

p.job_listing_info_sub_title_no_data.text-center {
    color: #999 !important;
}

.page-item.active-pagination-job .page-link {
    z-index: 1;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.page-item.active-pagination-agent .page-link {
    z-index: 1;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}
