﻿/**
 * Bootstrap 4 to 5 CSS Compatibility Shim
 */

/* Restore 'left' and 'right' naming for floats */
.float-left {
    float: left !important;
}

.float-right {
    float: right !important;
}

/* Restore 'left' and 'right' naming for text alignment */
.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

/* BS4 Badges were more rectangular; BS5 uses more padding */
.badge-pill {
    border-radius: 50rem !important;
}

/* Vertical centering for old media objects (deprecated in BS5) */
.media {
    display: flex;
    align-items: flex-start;
}

.media-body {
    flex: 1;
}

/* Jumbotron was removed in BS5; restoring basic styling */
.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    border-radius: .3rem;
}

@media (min-width: 576px) {
    .jumbotron {
        padding: 4rem 2rem;
    }
}

/* Bootstrap 4 → 5 class fixes */

/* .form-group removed */
.form-group {
    margin-bottom: 1rem;
}

/* .form-row replaced */
.form-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

/* .input-group-append / prepend removed */
.input-group-append,
.input-group-prepend {
    display: flex;
}

/* badge-pill removed */
.badge-pill {
    border-radius: 50rem;
}

/* .btn-block removed */
.btn-block {
    display: block;
    width: 100%;
}

/* .close button replaced */
.close {
    background: none;
    border: 0;
    font-size: 1.5rem;
}

/* float fixes */
.float-left {
    float: left !important;
}

.float-right {
    float: right !important;
}

/* text alignment */
.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

/* spacing fixes (ml → ms, mr → me) */
.ml-1 {
    margin-left: .25rem !important;
}

.ml-2 {
    margin-left: .5rem !important;
}

.ml-3 {
    margin-left: 1rem !important;
}

.mr-1 {
    margin-right: .25rem !important;
}

.mr-2 {
    margin-right: .5rem !important;
}

.mr-3 {
    margin-right: 1rem !important;
}


/* Fix navbar default */
.navbar-default {
    background-color: #fff;
    border-bottom: 1px solid #ddd;
}

/* Fixed top */
.navbar-fixed-top {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1030;
}

/* Toggle button */
.navbar-toggle {
    border: 1px solid #ccc;
    padding: 8px;
    background: transparent;
}

    /* Hamburger lines */
    .navbar-toggle .icon-bar {
        display: block;
        width: 22px;
        height: 2px;
        background-color: #333;
        margin: 4px 0;
    }

/* Collapse behavior */
.navbar-collapse {
    display: none;
}

    .navbar-collapse.show {
        display: block;
    }

/* Align right menu */
.navbar-nav {
    list-style: none;
    padding-left: 0;
}

    .navbar-nav > li {
        display: block;
    }

/* Desktop fix */
@media (min-width: 768px) {
    .navbar-collapse {
        display: flex !important;
        justify-content: flex-end;
    }

    .navbar-toggle {
        display: none;
    }

    .navbar-nav > li {
        display: inline-block;
    }
}

/* Dropdown fix */
.dropdown-menu {
    display: none;
    position: absolute;
    background: #fff;
    border: 1px solid #ccc;
}

.dropdown.show .dropdown-menu {
    display: block;
}

/*Common fixes start*/
/* Restoring legacy Panel behavior using Card variables */
.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.panel-default {
    border-color: #ddd;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid #ddd;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.panel-body {
    padding: 15px;
}

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
}

/* Restoring Wells */
.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}

 
.hidden {
    display: none !important;
}

 
/* Float Fixes (BS3 used .pull-right) */
.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}


/* Fix Bootstrap 5 */

@media (min-width: 768px) {
    .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
        float: left;
    }

    .form-horizontal .control-label {
        margin-bottom: 0;
        text-align: right;
    }
}

@media (min-width: 992px) {
    .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
        float: left;
    }
}

.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

a {
    color: #337ab7;
    text-decoration: none;
}

    a:focus, a:hover {
        color: #23527c;
        text-decoration: underline;
    }

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

/*.dropdown-toggle::after {
    display: none;
}*/

.btn-default:hover {
    border-color: #adadad;
}

 

.form-group {
    margin-bottom: 15px;
}

label {
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}

.jqx-grid-cell a:not([href]):not([class]),
.jqx-grid-cell a:not([href]):not([class]):hover {
    color: #337ab7;
}

.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border-radius: 4px 4px 0 0;
    position: relative;
    display: block;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

.nav-tabs > li {
    float: left;
    margin-bottom: -1px;
}

.nav > li {
    position: relative;
    display: block;
}

.assets-tabs {
    display: inline-block;
    width: 100%;
}

.form-horizontal .form-group {
    margin-right: -15px;
    margin-left: -15px;
}

    .btn-group-vertical > .btn-group:after, .btn-group-vertical > .btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .modal-header:after, .modal-header:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before {
        display: table;
        content: " ";
    }

    .btn-group-vertical > .btn-group:after, .btn-toolbar:after, .clearfix:after, .container-fluid:after, .container:after, .dl-horizontal dd:after, .form-horizontal .form-group:after, .modal-footer:after, .modal-header:after, .nav:after, .navbar-collapse:after, .navbar-header:after, .navbar:after, .pager:after, .panel-body:after, .row:after {
        clear: both;
    }

pre {
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}

@media (min-width: 768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }
}

input[type=checkbox], input[type=radio] {
    margin: 4px 0 0;
    margin-top: 1px\9;
    line-height: normal; 
}

.dropdown-menu {
    font-size: 14px;
    text-align: left;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: inherit;
    }
}

.btn-blue {
    background-color: #f0f0f0;
}

.h4, h4 {
    font-size: 18px;
}

.breadcrumb {
    margin-bottom: 20px;
    background-color: rgb(245, 245, 245);
    padding: 8px 15px;
    list-style: none;
    border-radius: 4px;
}

.btn-info, .btn-info:hover, .btn-info:active, .btn-info:first-child:active {
    color: rgb(255, 255, 255);
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0px;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
    width: auto;
}

    .input-group .form-control, .input-group-addon, .input-group-btn {
        display: table-cell;
    }

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    font-size: 14px;
}

.h3, h3 {
    font-size: 24px;
}

.h5, h5 {
    font-size: 14px;
}

/*Tab fixes*/

.nav-tabs.assigned-ors-tab > li.active {
    border-bottom: 0px solid #357cb8;
}

.nav-tabs.assigned-ors-tab > li:has(> a.active) {
    border-bottom: 2px solid #357cb8;
}

.tab-content > .tab-pane:not(.active) {
    display: none !important;
}

.tab-content > .tab-pane.active {
    display: block !important;
}

.ors-detail-tab .ors_detail_tab_holder .nav-tabs > li > a.active, .ors-detail-tab .ors_detail_tab_holder .nav-tabs > li > a.active:focus, .ors-detail-tab .ors_detail_tab_holder .nav-tabs > li > a.active:hover {
    color: #0091fe !important;
    border: none;
    border-bottom: 2px solid #0091fe !important;
}

.ors-detail-tab .ors_detail_tab_holder .nav-tabs > li.active > a {
    color: inherit;
    border-bottom: 0px solid #0091fe;
}

.right-modal .modal-dialog {
    position: fixed;
    right: 0;
    margin: 0;
    height: 100%;
    transform: translateX(100%);
    transition: transform 0.3s ease-in-out;
}

.right-modal.show .modal-dialog {
    transform: translateX(0);
}


.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

/* Nav fixes start*/

.navbar-header,
.navbar-nav,
.navbar-right {
    float: none !important;
}

.navbar-default .navbar-nav > li > a {
    color: #777 !important;
}

.navbar {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1030;
    background-color: #fff !important;
    border-bottom: 1px solid #dedede;
    margin-bottom: 10px;
    padding-top: 0px;
    padding-bottom: 0px;
}


    .navbar .container {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }


.navbar-header {
    display: flex;
    align-items: center;
}


.navbar-collapse {
    display: flex !important;
    justify-content: flex-end;
}


.navbar-nav {
    display: flex;
    flex-direction: row;
    margin-left: auto;
    list-style: none;
    padding-left: 0;
}


    .navbar-nav > li {
        display: block;
    }


        .navbar-nav > li > a {
            padding: 15px;
            font-size: 14px;
            text-decoration: none;
        }

.navbar-toggle {
    display: none;
    border: none;
    background: transparent;
    margin-right: 15px;
}

    .navbar-toggle .icon-bar {
        display: block;
        width: 22px;
        height: 2px;
        margin: 4px 0;
        background-color: #000;
    }


.collapse {
    display: none;
}

    .collapse.show {
        display: block;
    }


@media (max-width: 991px) {

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        display: none !important;
        width: 100%;
        background: #fff;
    }

        .navbar-collapse.show {
            display: block !important;
        }

    .navbar-nav {
        flex-direction: column;
        width: 100%;
    }

        .navbar-nav > li {
            width: 100%;
        }

            .navbar-nav > li > a {
                padding: 12px 15px;
                display: block;
            }
}


.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    background: #fff;
    border: 1px solid #ccc;
    min-width: 150px;
    z-index: 1000;
}

.dropdown.show .dropdown-menu {
    display: block;
}
@media only screen and (min-width:992px) {
    .navbar > .container {
        display: flex !important;
        flex-wrap: nowrap;
    }
}


/*Nav end*/

.col-6 {
    width: auto;
}

.table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
    border: 1px solid #ddd !important;
}

.modal-header .close {
    margin-top: -2px;
}

button.close {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.btn-close {
    background-image: none;
    align-items: center;
    display: flex;
    justify-content: center;
}
textarea.form-control {
    height: auto;
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.list-inline > li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}

.fa-icon {
    padding: 0 10px 0 0 !important;
}

.fa fa-mobile.mt {
    margin-top: 5px !important;
}
/*Common fixes end*/
.navbar-nav li:not(.dropdown).active a {
    border-bottom: 2px solid #1967d2;
}
.btn-link, .navbar-nav li:not(.dropdown).active a {
    color: #1967d2 !important;
}
.navbar-nav > li > a {
    padding-left: 15px !important;
    padding-right: 15px !important;
}
.navbar-default.common .navbar-nav .open .dropdown-menu a { 
    padding: 10px 15px;
}
/* Align navbar items vertically */
.navbar-nav {
    align-items: center;
}

    /* Fix each nav item alignment */
@media only screen and (min-width:992px) {
    .navbar-nav .nav-item {
        display: flex;
        align-items: center;
    }
    .accept-bar .col-md-1 input[type=button].btn.btn-hard-blue.no-border-radius {
        margin-left: -78px;
        float: none !important;
    }
}

    /* Fix nav links */
    .navbar-nav .nav-link {
        display: flex !important;
        align-items: center;
        gap: 6px;
    }

    /* Profile image fix */
    .navbar-nav img {
        height: 32px;
        width: 32px;
        object-fit: cover;
        border-radius: 50%;
    }

    /* Bell icon alignment */
.navbar-nav .fa-bell {
    vertical-align: middle;
    color: #c1c1c1;
}

    .modal-header {
        flex-direction: row-reverse;
    }

    .no-caret::after {
        display: none !important;
    }

    .dropdown-item.active, .dropdown-item:active {
        background-color: #ececec;
    }

    .fade.in {
        opacity: 10 !important;
    }

    a:focus, a:hover {
        text-decoration: none;
    }

    .nav-cp-profile {
        padding-bottom: 10px !important;
        padding-top: 10px !important;
    }

    .dropdown-item {
        padding-top: 10px;
        padding-bottom: 9px;
    }

    .mt-5 {
        margin-top: 5px !important;
    }

    .center-block {
        display: block;
        margin-right: auto;
        margin-left: auto;
    }

    .no-pad {
        padding: 0;
    }

    .code-block.dropdown-toggle:after {
        display: none;
    }

    .cp-c-block .country-code {
        height: 64px;
    }

    .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
        background-color: rgb(238, 238, 238);
        opacity: 1;
    }

    .select:after {
        content: '';
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: right 10px center;
        background-size: 9px;
        padding-right: 30px;
    }

    @media (min-width: 992px) {
        .col-md-offset-8 {
            margin-left: 66.6667%;
        }
    }

    .btn-hard-blue, .btn-hard-blue:hover {
        background: #1F2B4A;
        padding: 8px 20px;
        border-radius: 0px;
    }
   
.swal2-icon {
    font-size: 0.5rem !important;
}

    .swal2-popup .swal2-styled {
        padding: 6px 12px !important;
    }


    .swal2-popup button {
        font-size: 14px !important;
        line-height: normal !important;
    }

    input[type=file] {
        display: block;
    }
  
 

    .dropdown-menu > li > a {
        display: block;
        padding: 3px 20px;
        clear: both;
        font-weight: 400;
        line-height: 1.42857143;
        color: #333;
        white-space: nowrap;
    }

    .visible-lg, .visible-md, .visible-sm, .visible-xs {
        display: none !important;
    }

    body {
        font-size: 14px;
        line-height: 1.42857143;
    }

    .add-ExpGap .row.mb-25 {
        clear: both;
    }

    .h4, .h5, .h6, h4, h5, h6 {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .insurance table.table {
        margin-bottom: 10px;
    }

    .print-container .insurancecls .table {
        height: auto;
    }

    .tab-content.page-scroll .fixed-top.text-end {
        position: relative;
        z-index: 0;
    }

    .border-top {
        border-top: 1px solid black !important;
    }

    .border-bottom {
        border-bottom: 1px solid black !important;
    }
    /* table layout */
    table {
        width: 100% !important;
        /*    table-layout: fixed !important;*/
        border-collapse: collapse;
    }

    /* Fix header + td alignment */
    th, td {
        vertical-align: middle !important;
        word-break: break-word;
        white-space: normal;
    }

    td {
        overflow: hidden;
    }

    th {
        font-weight: 600;
    }

/*    table td, table th {
        float: none !important;
        display: table-cell !important;
    }*/

table:not(.datepicker-dropdown table) td,
table:not(.datepicker-dropdown table) th {
    float: none !important;
    display: table-cell !important;
}

.accept-bar .row.col-md-12.clearfix {
    display: inherit;
}

    .checkbox-inline, .radio-inline {
        position: relative;
        display: inline-block;
        padding-left: 20px;
        margin-bottom: 0;
        font-weight: 400;
        vertical-align: middle;
        cursor: pointer;
    }

        .checkbox-inline + .checkbox-inline, .radio-inline + .radio-inline {
            margin-top: 0;
            margin-left: 10px;
        }

        .checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
            position: absolute;
            margin-top: 4px\9;
            margin-left: -20px;
        }

.editprofile-section .cp-whole-warp.clearfix.form-group,
.editprofile-section .cp-whole-warp.clearfix.form-group .cp-c-block {
    display: flex;
}

@media only screen and (max-width:990px) {
    .group {
        height: auto;
    }
    .cp-whole-warp {
        height: auto;
        display: inherit !important;
    }
     .cp-whole-warp .col-sm-3.col-3.no-pad {
            width: 55%;
        }
    .county-code-label{
        left:11px;
    }
    .navbar {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .agreebutton {
        margin-top: 15px;
        float: right;
        margin-bottom: 10px;
    }
    .edit-personal-details{
        margin-bottom:27px;
    }
}
.navbar-brand {
    flex: 1;
}

/*Responsive fixes*/
 
#ResumeDiv {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

  
   
/*Responsive fixes*/
 
.bankcls{
    display:inline-grid;
}