/* Navbar */

.navbar-default .navbar-nav > li.dropdown:hover > a,
.navbar-default .navbar-nav > li.dropdown:hover > a:hover,
.navbar-default .navbar-nav > li.dropdown:hover > a:focus {
    background-color: rgb(231, 231, 231);
    color: rgb(85, 85, 85);
}

li.dropdown:hover > .dropdown-menu {
    display: block;
    margin-top: 0 !important;
}

nav {
    border-bottom: 1px solid #dedede;
    padding: 1px !important;
    margin-bottom: 30px;
    border-right: 1px solid #dedede;
    border-left: 1px solid #dedede;
    border-bottom-right-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
}
.col-centered
{
    display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.navbar-brand {
    padding-left: 10px;
    text-decoration: none !important;
    color: #105596 !important;
}

nav .dropdown-menu .dropdown-item {
    margin-right: 0 !important;
}

nav .navbar-nav .nav-item a {
    text-decoration: none !important;
}

nav .navbar-nav .nav-item {
    margin-right: 2px;
}

nav .navbar-nav .nav-item.active {
    background-color: #E2E3E4;
    border-radius: 5px;
}

nav .navbar-nav .nav-item .nav-link img {
    margin: 0;
}

nav .navbar-nav .nav-item:not(.nav-profile):hover {
    background-color: #E2E3E4;
    border-radius: 5px;
}

nav .navbar-nav .nav-item .dropdown-menu .dropdown-item {
    font-size: 12px !important;
}

nav .navbar-nav .nav-item .dropdown-menu .dropdown-item:not(.bookmark) {
    color: #105596 !important
}

nav .navbar-nav .nav-item .dropdown-menu .dropdown-item.bookmark {
    color: black !important
}

nav .navbar-nav .nav-item .dropdown-menu .dropdown-item:focus {
    background-color: #E2E3E4;
}

nav .navbar-nav .nav-item .nav-link {
    padding-right: .3rem !important;
    padding-left: .3rem !important;
    font-size: 13px;
    color: rgba(0, 0, 0, 0.8) !important;
}

nav .dropdown-toggle::after {
    margin-left: 0 !important;
    vertical-align: .15em !important;
}

nav .navbar-nav .nav-item.nav-profile .dropdown-toggle::after {
    vertical-align: 1.255em !important;
}

nav .navbar-nav .nav-item.nav-profile .dropdown-toggle {
    padding-top: 11px !important;
}

nav .fa-search:before {
    color: rgba(0, 0, 0, .5);
}

nav .nav-right-items {
    margin-right: 10px !important;
}

.test-version-label {
    text-align: right;
    margin-bottom: 10px;
    margin-top: -14px;
}

.nav-search * {
    outline: none;
    box-sizing: border-box;
}

.search__wrapper {
    position: relative;
    margin-top: 9px;
}

.search__field {
    width: 35px;
    height: 35px;
    margin: 0;
    color: transparent;
    font-family: Lato, sans-serif;
    font-size: 12px;
    padding: 0.35em 50px 0.35em 0;
    border: 1px solid transparent;
    border-radius: 0;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    background-color: transparent !important;
}

.breadcrumb-custom {
    margin-left: 0px !important;
    margin-right: 0px !important;
    margin-bottom: 0px !important;
    background: none !important;
    padding: 0px !important;;
}

nav[aria-label='breadcrumb'] {
    border-bottom: none !important;
    margin-bottom: 0px !important;
}

.search__field:focus {
    border-bottom-color: #ccc;
    width: 170px;
    color: #2b2b2b;
    cursor: text;
}

.search__field:focus ~ .search__icon {
    background-color: transparent;
    cursor: pointer;
    pointer-events: auto;
}

.search__icon {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #e9f1f4;
    width: 35px;
    height: 35px;
    font-size: 1.35em;
    text-align: center;
    border-color: transparent;
    border-radius: 50%;
    pointer-events: none;
    display: inline-block;
    transition: background-color 0.2s ease-in-out;
}

.search__field::-webkit-input-placeholder {
    position: relative;
    top: 0;
    left: 0;
    transition-property: top, color;
    transition-duration: .1s;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
}

.search__field:-moz-placeholder {
    position: relative;
    top: 0;
    left: 0;
    transition-property: top, color;
    transition-duration: .1s;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
}

.search__field::-moz-placeholder {
    position: relative;
    top: 0;
    left: 0;
    transition-property: top, color;
    transition-duration: .1s;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
}

.search__field:-ms-input-placeholder {
    position: relative;
    top: 0;
    left: 0;
    transition-property: top, color;
    transition-duration: .1s;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
}

.search__field::-webkit-input-placeholder[style*=hidden] {
    color: #83b0c1;
    font-size: .65em;
    font-weight: normal;
    top: -20px;
    opacity: 1;
    visibility: visible !important;
}

.search__field:-moz-placeholder[style*=hidden] {
    color: #83b0c1;
    font-size: .65em;
    font-weight: normal;
    top: -20px;
    opacity: 1;
    visibility: visible !important;
}

.search__field::-moz-placeholder[style*=hidden] {
    color: #83b0c1;
    font-size: .65em;
    font-weight: normal;
    top: -20px;
    opacity: 1;
    visibility: visible !important;
}

.search__field:-ms-input-placeholder[style*=hidden] {
    color: #83b0c1;
    font-size: .65em;
    font-weight: normal;
    top: -20px;
    opacity: 1;
    visibility: visible !important;
}

/* Navbar ends */

/* Footer */

footer {
    margin: 0 auto;
    margin-top: 17px;
}

footer .container {
    padding: 0;
    height: 50px !important;
    background-color: #f8f9fa !important;
    border-top: 1px solid #dedede;
    border-right: 1px solid #dedede;
    border-left: 1px solid #dedede;
    border-top-right-radius: 5px !important;
    border-top-left-radius: 5px !important;
}

footer .container:after {
    content: unset;
}

/* Footer ends */

.bgTest {
    background-color: #FFEEFA;
}

.bgTest nav.bg-light {
    background-color: #FFEEFA !important;
}

.bgTest .nav-tabs .nav-item.show .nav-link, .bgTest .nav-tabs .nav-link.active {
    background-color: #FFEEFA !important;
}

.bgTest .profile-header {
    background-color: #FFEEFA !important;
}
/* User profile */
.profile-header {
    height: 240px;
    background-color: #f8f9fa;
}

.profile-header .img-wrapper {
    margin: 20px;
    width: 200px;
    height: 180px;
}

.profile-header .img-wrapper_res {
    margin: 40px;
    width: 200px;
    height: 180px;
}

.profile-header.row, .profile-header .row {
    margin-right: 0;
    margin-left: 0;
    /*padding-top: 2px;
    padding-bottom: 2px;*/
}

.custom-tabs .row, .details_part .row {
    margin-right: 0;
    margin-left: 0;
    padding-top: 2px;
    padding-bottom: 2px;
}

.form-group.row {
    margin-right: 0;
    margin-left: 0;
    padding-top: 2px;
    padding-bottom: 2px;
}

.profile-header .profile-main-details {
    margin: 20px;
}

.profile-header .profile-buttons {
    margin: 20px;
    padding-left: 0;
    padding-right: 0;
    text-align: right;
}

.profile-header .profile-main-details .user-name {
    font-size: 32px;
    font-weight: bold;
    font-family: "Helvetica Neue", "Lucida Grande", Arial, Verdana, sans-serif;
}

.profile-header .profile-main-details .job-title {
    color: grey;
    font-style: italic;
    font-weight: bold;
    font-size: 13px;
}

.font-size-13 {
    font-size: 13px;
}

.font-size-12, .font-size-12 input {
    font-size: 12px !important;
}

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


.custom_tabs .nav-link
{
    height: 20px;
    text-decoration:none;
    color:#9A9B9B;
    font-size: 14px;
    letter-spacing: 0.25px;
    line-height: 20px;
    text-align:center;
}

.custom_tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
    color: #00559B;
    background-color: #fff;
    height:28px;
    margin-top:-4px;
}

.custom_tabs .nav-item
{
    height: 36px;
    width: 229px;
    background-color: #F9F9F9;
    margin-right: 4px;
    margin-bottom:4px;
}

.custom_tabs .nav-item .active
{
    border-bottom:none;
}
.custom-tabs .nav-tabs {
    border-bottom: 2px solid #dee2e6;
}

.custom-tabs .nav-tabs .nav-item:first-child {
    margin-left: 20px;
}

.custom-tabs .nav-tabs .nav-item {
    margin-bottom: -2px;
}

.custom-tabs .nav-tabs .nav-item .nav-link {
    text-decoration: none;
    font-size: 14px;
    color: gray;
    padding-left: 10px;
    padding-right: 10px;
}

.custom-tabs .nav-tabs .nav-item .nav-link.active {
    border-color: transparent;
    border-bottom: 2px solid #518ed2;
    color: #518ed2;
}

.custom-tabs .nav-tabs .nav-link:focus, .custom-tabs .nav-tabs .nav-link:hover {
    border-color: transparent;
}

.custom-tabs .tab-content {
    margin-left: 20px;
    margin-right: 20px;
}

.custom-tabs .details-section, .details_part .details-section {
    margin-top: 20px;
}

.custom-tabs .details-section h4, .details_part .details-section h4 {
    color: gray;
    font-weight: bold;
    padding-bottom: 8px;
    border-bottom: 1px solid #dee2e6;
}

.custom-tabs .details-section:not(h4), .details_part .details-section:not(h4) {
    font-size: 13px;
}

.custom-tabs .details-section ul {
    list-style: unset;
}

.custom-tabs .details-section h4:not(:first-child) {
    margin-top: 20px;
}

.details_part .details-section h4:not(:first-child) {
    margin-top: 40px;
}
.custom-tabs .list-group .list-group-item {
    padding: 8px;
}

.custom-tabs .list-group a.list-group-item {
    text-decoration: none;
    width: auto;
}

.profile-header .form-group .form-control {
    font-size: 13px;
    margin-bottom: 0;
}

.form-group .form-control {
    font-size: 13px;
    margin-bottom: 0;
}

.form-control {
    font-size: 13px;
    margin-bottom: 0;
}

.profile-header .form-group label {
    font-size: 13px;
    font-weight: unset;
}

.form-group label {
    font-size: 13px;
    font-weight: unset;
}

.custom-tabs .form-group .form-control, .details_part .form-group .form-control {
    font-size: 13px;
    margin-bottom: 0;
}

.custom-tabs .form-group label, .details_part .form-group label {
    font-size: 13px;
    font-weight: unset;
}

.custom-dropdown:not(.form-inline) .bootstrap-select .dropdown-toggle{
    width: 268px;
}

.details_part .custom-dropdown:not(.form-inline) .bootstrap-select .dropdown-toggle {
    width: 278px;
}

.custom-dropdown .bootstrap-select .dropdown-toggle {
    height: 30.8px !important;
    padding-top: 4px;
    padding-bottom: 4px;
}

/* Custom dropdown lg , bigger than custom-dropdown. Customized for time page */

.custom-dropdown-lg .bootstrap-select .dropdown-toggle {
    height: 30.8px !important;
    padding-top: 4px;
    padding-bottom: 4px;
}

.custom-dropdown-lg .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 325px;
}

.custom-dropdown-lg .bootstrap-select .dropdown-menu {
    max-width: 325px;
    min-width: unset !important;
}

.custom-dropdown-lg .bootstrap-select .dropdown-menu .inner {
    width: 325px;
    overflow-x: hidden;
}

.custom-dropdown-lg .bootstrap-select .dropdown-menu .bs-searchbox {
    width: 280px !important;
}

/* Custom dropdown lg ends */


.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #4171A8;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
    background-color: #4171A8;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #4171A8;
}

.col-md-8 .custom-control {
    padding-top: 3px;
    padding-bottom: 3px;
}


#userdays_table tr {
    cursor: pointer;
}
#userdays_table .hiddenRow {
    padding: 0 4px 0 15px  !important;
    background-color: #eeeeee;
    font-size: 13px;
}

#tbl_exp_cc_report .hiddenRow {
    padding: 0 4px 0 15px  !important;
    border-right: 1px solid #D2D7DA !important;
    border-left: 1px solid #dee2e6 !important;
    font-size: 13px;
}

#tbl_exp_report .hiddenRow {
    padding: 0 4px 0 15px  !important;
    border-right: 1px solid #D2D7DA !important;
    border-left: 1px solid #dee2e6 !important;
    font-size: 13px;
}



/*  Login  */
.login-error {
    text-align: center;
    font-size: 14px;
}

.login-label {
    font-size: 12px;
    color: #777;
    text-align: center;
}

.forgot-password {
    text-align: center;
}

.forgot-password a {
    font-size: 14px;
    text-decoration: none;
    color: #4375AC !important;
}

.are-you-external {
    text-align: center;
}

.are-you-external a {
    font-size: 14px;
    text-decoration: none;
    color: #4375AC !important;
}

.form-label-group input {
    width: -webkit-fill-available;
}

.fill-available {
    width: -webkit-fill-available !important;
}
/* Login ends */

input.date {
    width: 126px !important;
}

input.bootstrap-date {
    width: 126px !important;
}

.bootstrap-select a {
    font-size: 13px;
}

.bootstrap-select .dropdown-toggle:focus {
    outline: 0px auto -webkit-focus-ring-color !important;
}

.custom-dropdown .bootstrap-select .dropdown-menu {
    max-width: 268px;
    min-width: unset !important;
}

.custom-dropdown-as-parent .bootstrap-select .dropdown-menu {
    max-width: 100% !important;
    min-width: 100% !important;
}
.bootstrap-select .dropdown-menu .bs-searchbox {
    width: calc(100% - 43px);
}

.custom-dropdown .bootstrap-select .dropdown-menu .inner {
    width: 268px;
    overflow-x: hidden;
}

.dropdown-item.active, .dropdown-item:active {
    background: #518ed2 !important;
}

.bootstrap-select .dropdown-menu ul.dropdown-menu {
    width: auto !important;
}
.filters .bootstrap-select .dropdown-menu.show {
    min-width: 200px !important;
}
.user_profile_picture {
    image-orientation: from-image;
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
    object-fit: cover;
}

.img-wrapper:hover .user_profile_picture {
    opacity: 0.3;
}

.img-wrapper:hover .update_picture {
    opacity: 1;
}

.update_picture {
    transition: .5s ease;
    opacity: 0;
    /*position: absolute;*/
    top: 26%;
    left: 14%;
    transform: translate(-35%, -50%);
    -ms-transform: translate(-35%, -50%);
    text-align: center;
}

.update_button {
    position: absolute;
    width: 133px;
    color: black !important;
    font-size: 16px;
    margin-top: -130px;
}

.update_button a i {
    font-size: 24px;
}

/* User profile ends*/
.card-inner
{
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}
.fileUpload {
    position: relative;
    overflow: hidden;
    font-size: 14px;
}
.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}
.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    /*background-color: #f5f5f5;
    border: 1px solid #e3e3e3;*/
    background-color: #E0EAF7;
    border: 2px solid #dee2e6;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}
.vertical-align {
    display: flex;
    align-items: center;
}

.col-md-02 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 2.333333%;
    flex: 0 0 2.333333%;
    max-width: 2.333333%;
}

.form-group.required .control-label:after { 
    content:"*";
    color:red;
 }
 .form-group.dot .control-label:after { 
    content:" :";
 }

.assign_packages_to_contact .bootstrap-select {
    margin-top: -3px;
    width: 200px !important;
}

.assign_packages_to_contact .selected {
    background: #518ed2 !important;
}

.assign_packages_to_contact .bootstrap-select .dropdown-toggle {
    height: 30.8px !important;
}

.assign_packages_to_contact .bootstrap-select .dropdown-toggle .filter-option {
    top: 2px !important;
}

.dropdown-menu a {
    color: black;
    width: auto !important;
    text-overflow: ellipsis;
    overflow: hidden;
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    text-overflow: ellipsis;
    overflow: hidden;
}

.dropdown-button .dropdown-menu .dropdown-item {
    font-size: 13px;
    line-height: 21px;
}

.invalid-feedback, .valid-feedback {
    margin-left: .25rem !important;
}

.w-20 {
    width: 20% !important;
}

.w-40 {
    width: 40% !important;
}

.w-30 {
    width: 30% !important;
}

.w-35 {
    width: 35% !important;
}
.w-60 {
    width: 60% !important;
}

.p-10 {
    padding: 10px !important;
}

.bootstrap-table {
    overflow: hidden;
    border-collapse: collapse;
    border-radius: 0.5em;
}
.bootstrap-table th {
    border-bottom: 0 !important;
}

.bootstrap-table thead, .bootstrap-table tfoot {
    background-color: #9FCFFB;
    height: 40px;
}

.bootstrap-table tfoot tr td, .bootstrap-table thead tr th {
    font-weight: bold;
    opacity: .9;
}

.bootstrap-table tbody tr:hover {
    background-color: inherit;
}

.bootstrap-table:not(.gray-theme):not(.blue-theme):not(.contract-table) tbody tr:nth-of-type(odd):not(.remaining-negative):not(.remaining-less-than-10-percents):hover, .child-bootstrap-table:not(.gray-theme):not(.blue-theme) tbody tr:nth-of-type(odd):not(.remaining-negative):not(.remaining-less-than-10-percents):hover {
    background-color: #ebf2fa !important;
}

.gray-theme:not(.blue-theme):not(.contract-table) tbody tr:nth-of-type(odd):not(.remaining-negative):not(.remaining-less-than-10-percents), .gray-theme:not(.blue-theme):not(.contract-table) tbody tr:nth-of-type(odd):not(.remaining-negative):not(.remaining-less-than-10-percents):hover {
    background-color: #f8f9fa !important;
}

.bootstrap-table.contract-table-striped tbody tr:nth-of-type(odd):hover {
    background-color: white !important;
}

.grey-border {
    border: 1px solid #dee2e6 !important;
}

.bootstrap-table .hiddenRow {
    padding: 0 !important;
    border-top: 0 !important;
    border-bottom: 0 !important;
}

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

.bootstrap-table .trigger {
    cursor: pointer;
}

.bootstrap-table .trigger:before {
    margin-right: 5px;
    font-family: "Font Awesome 5 Free";
    content: '\f056';
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    font-weight: 900;
}

.bootstrap-table .trigger.collapsed:before {
    margin-right: 5px;
    font-family: "Font Awesome 5 Free";
    content: '\f055';
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    font-weight: 900;
}

.bootstrap-table.cell-borders:not(.gray-theme) td, .bootstrap-table.cell-borders:not(.gray-theme) th {
    border-right: 1px solid #dee2e6;
}

.bootstrap-table.cell-borders.gray-theme td, .bootstrap-table.cell-borders.gray-theme th {
    border-right: 1px solid #D2D7DA;
}

.bootstrap-table.cell-borders {
    border-radius: 7px;
}

.bootstrap-table.table td, .bootstrap-table.table th {
    border-top: unset !important;
}

.bootstrap-table .border-bottom {
    border-bottom: 1px solid #dee2e6 !important;
}

.bootstrap-table .border-bottom-grey {
    border-bottom: 1px solid #D2D7DA !important;
}
.bootstrap-table .remaining-negative {
    background-color: #ffb3b3 !important;
}

.bootstrap-table .remaining-negative:hover {
    background-color: #ffb3b3 !important;
}

.bootstrap-table .remaining-less-than-10-percents {
    background-color: #FFCECE !important;
}

.bootstrap-table .remaining-less-than-10-percents:hover {
    background-color: #FFCECE !important;
}

.bootstrap-table.border-radius-table-two thead tr:first-of-type th:first-child {
    border-top-left-radius: 7px;
}

.bootstrap-table.border-radius-table-two thead tr:first-of-type th:last-child {
    border-top-right-radius: 7px;
}

.bootstrap-table.border-radius-table-two tbody tr:not(.child-row):last-of-type td:first-child {
    border-bottom-left-radius: 7px;
}

.bootstrap-table.border-radius-table-two tbody tr:not(.child-row):last-of-type td:last-child {
    border-bottom-right-radius: 7px;
}

.bootstrap-table.border-radius-table thead tr:first-of-type th:first-child {
    border-top-left-radius: 7px;
}

.bootstrap-table.border-radius-table thead tr:first-of-type th:last-child {
    border-top-right-radius: 7px;
}

.bootstrap-table.border-radius-table tfoot tr:last-of-type td:first-child {
    border-bottom-left-radius: 7px;
}

.bootstrap-table.border-radius-table tfoot tr:last-of-type td:last-child {
    border-bottom-right-radius: 7px;
}

.bootstrap-table tr td:first-child {
    border-left: 1px solid #dee2e6;
}

.bootstrap-table .text-overflow {
    text-overflow: ellipsis;
    overflow: hidden;
}

.bootstrap-table.vertical-align-middle thead tr th {
    vertical-align: middle !important;
}

.gray-theme thead, .gray-theme tfoot {
    background-color: #e2e3e5 !important;
}

.pl-27 {
    padding-left: 27px !important;
}

.pr-10 {
    padding-right: 10px !important;
}

.pr-5 {
    padding-right: 5px !important;
}

.pl-10 {
    padding-left: 10px !important;
}

.ms-10 {
    margin-left: 10px !important;
}

.bootstrap-table .parent-row {
    background-color: #ebf2fa;
}

.bootstrap-table .parent-row:not(.remaining-negative):not(.remaining-less-than-10-percents):hover {
    background-color: #ebf2fa !important;
}

.bootstrap-table .child-row {
    background-color: white;
}

.bootstrap-table .child-row:not(.remaining-negative):not(.remaining-less-than-10-percents):hover {
    background-color: white !important
}

.btn {
    text-decoration: none !important;
}

.table-striped-custom tbody tr:nth-of-type(odd):not(.remaining-negative):not(.remaining-less-than-10-percents) {
    background-color: #ebf2fa !important;
}

.table-striped-custom tbody tr:nth-of-type(even):not(.remaining-negative):not(.remaining-less-than-10-percents) {
    background-color: white !important;
}

.bootstrap-table td, .bootstrap-table th {
    padding: 0.50rem !important;
}

.ui-icon, .ui-widget-content .ui-icon {
    background-image: url(../../images/ui-icons_222222_256x240.png) !important;
}

.panel .panel-heading .panel-title a {
    color: black !important;
    font-size: 14px;
}

.panel .panel-heading .panel-title a {
    color: black !important;
    font-size: 14px;
}

.panel .panel-heading .panel-title:hover, .panel .panel-heading .panel-title a:hover {
    color: white !important;
}

button.btn-success-custom, button.btn-danger-custom,button.btn-alert-custom {
    height: 30.8px !important;
}
.btn-success-custom {
    color: #fff;
    background-color: #468296;
    border-color: #468296;
}

.btn-success-custom:hover {
    color: #fff;
    background-color: #335F6E;
    border-color: #335F6E;
}

.btn-danger-custom {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.btn-danger-custom:hover {
    color: #fff;
    background-color: #841e28;
    border-color: #841e28;
}

.btn-alert-custom {
    color: #fff;
    background-color: #ff7400;
    border-color: #ff7400;
}

.btn-alert-custom:hover {
    color: #fff;
    background-color: #ff7400;
    border-color: #ff7400;
}

.purple-color-panel.panel-default > .panel-heading {
    background-color: #A0ABD4;
}

.bootstrap-table.contract-table thead, .bootstrap-table.contract-table tfoot {
    background-color: #E0EAF7;
}

.bootstrap-table.contract-table-striped thead, .bootstrap-table.contract-table-striped tfoot {
    background-color: #E0EAF7;
}



.width-350-px .bootstrap-select .dropdown-toggle, .width-350-px .bootstrap-select .dropdown-menu {
    width: 350px;
}

.width-150-px .bootstrap-select .dropdown-toggle, .width-150-px .bootstrap-select .dropdown-menu {
    width: 150px;
}

.bootstrap-dropdown.width-150-px .bootstrap-select {
    margin-top: -3px;
    width: 150px !important;
}

.width-175-px .bootstrap-select .dropdown-toggle, .width-175-px .bootstrap-select .dropdown-menu {
    width: 175px;
}

.bootstrap-dropdown.width-175-px .bootstrap-select {
    margin-top: -3px;
    width: 175px !important;
}

.width-240-px .bootstrap-select .dropdown-toggle, .width-240-px .bootstrap-select .dropdown-menu {
    width: 240px;
}

.bootstrap-dropdown.width-240-px .bootstrap-select {
    margin-top: -3px;
    width: 240px !important;
}

.bootstrap-dropdown-overflow-hidden .bootstrap-select .dropdown-menu div {
    overflow-x: hidden !important;
}

.bootstrap-dropdown .bootstrap-select {
    margin-top: -3px;
    width: auto !important;
}

.bootstrap-dropdown .selected {
    background: #518ed2 !important;
}

.bootstrap-dropdown .bootstrap-select .dropdown-toggle {
    height: 30.8px !important;
}

.bootstrap-dropdown .bootstrap-select .dropdown-toggle .filter-option {
    top: 2px !important;
}

.icon-black {
    color: black !important;
}

.me-25-px {
    margin-right: 25px;
}

.white {
    color: white;
}

.ajax-loader {
    float: right;
    visibility: hidden;
}

.ajax-loader i {
    font-size: 20px;
}

.ajax-loader-data-table i {
    font-size: 20px;
}

.dropdown-button .dropdown-menu .dropdown-item {
    text-decoration: none !important;
}

.dropdown-button .dropdown-menu .dropdown-item.active, .dropdown-button .dropdown-menu .dropdown-item:active {
    background-color: #518ed2 !important;
}

.scrollable-menu {
    height: auto;
    max-height: 200px;
    overflow-x: hidden;
}

/* Bars */

.bootstrap-bar h3, .hideable h3, .bootstrap-bar h4, .sub_title h4, th {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

div.milestone .bootstrap-bar {
    padding: 5px;
    background: #518ed2;
    margin-bottom: 10px;
}

.bootstrap-bar h3 {
    margin: 0;
    margin-top: -3px;
}

.bootstrap-bar h4 {
    margin-top: -5px;
}

.card-header.bootstrap-bar:first-child {
    border-radius: unset !important;
}

#accordion .card .card-body {
    padding: 10px;
}

#accordion .card .card-body .panel:last-child {
    margin-bottom: 0;
}

#accordion .card .milestone-content {
    border-left: 1px solid rgb(204, 204, 204);
    border-right: 1px solid rgb(204, 204, 204);
    border-bottom: 1px solid rgb(204, 204, 204);
    padding-bottom: 10px;
}

.accordion .card .card-body {
    padding-top: 10px;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
}

.accordion .card .card-body .panel:last-child {
    margin-bottom: 0;
}

.collapsing {
    transition: height 0.7s;
}

.card-body-child {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}

.card-child {
    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: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
}

.bootstrap-bar .due_date {
    margin-right: 25px;
}

div.bootstrap-bar.matching {
    background: #7280B3;
    margin-bottom: 0;
}

div.edit-bar .bootstrap-bar {
    padding: 5px;
}

div.bootstrap-bar.edit-gray-bar {
    background: #E2E3E4;
}

.edit-bar .bootstrap-bar.edit-gray-bar {
    height: 25px;
    padding-top: 8px;
    margin-bottom: 0;
    border-top-left-radius: 4px !important;
    border-top-right-radius: 4px !important;
}

div.edit-bar {
    clear: both;
    margin: 10px 0;
}

#accordion .card .edit-card-content {
    border-left: 1px solid #E2E3E4;
    border-right: 1px solid #E2E3E4;
    border-bottom: 1px solid #E2E3E4;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.edit-bar .bootstrap-bar.edit-gray-bar h3 button {
    color: black;
    font-size: 1.1em;
}

.edit-bar .bootstrap-bar.edit-gray-bar h3 button:hover {
    color: black;
}

.edit-bar .bootstrap-bar.edit-gray-bar > span {
    color: black;
}

.edit-bar .bootstrap-bar.edit-gray-bar > span a {
    color: black;
    font-size: 1.1em;
    line-height: 25px;
}

.edit-bar .bootstrap-bar.edit-gray-bar > span a:hover {
    color: black;
}

div.bootstrap-bar.dark-blue-bar {
    background: #4171A8;
}

.bootstrap-bar h3, .hideable h3, .bootstrap-bar h4, .hideable h4 {
    width: 80%;
    flex:1;
}
.bootstrap-bar h3 button {
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
    text-overflow: ellipsis;
    width: 80%;
    text-align: left;
  }

.milestone .bootstrap-bar.dark-blue-bar {
    height: 35px;
    padding-top: 8px;
    margin-bottom: 0;
}

.milestone.ghost {
    margin-bottom: 25px;
}

div.milestone .ghost_title {
    background: #CBCBCB;
    color: gray;
    height: 35px;
    padding: 5px;
    padding-top: 8px;
    margin-bottom: 0;
}

div.milestone .grey-theme {
    background: #e2e3e5;
    color: gray;
    height: 35px;
    padding: 5px;
    padding-top: 8px;
    margin-bottom: 0;
}

.milestone .bootstrap-bar.matching {
    height: 35px;
    padding-top: 8px;
}

.milestone .bootstrap-bar.ghost_title h3 button {
    color: black;
}

.milestone .bootstrap-bar.ghost_title h3 {
    margin-top: 0;
}

.milestone .bootstrap-bar.ghost_title > span {
    color: black;
}

.milestone .bootstrap-bar.ghost_title > span a {
    color: black;
}

.milestone .bootstrap-bar.grey-theme h3 button {
    color: gray;
}

.milestone .bootstrap-bar.grey-theme > span {
    color: gray;
}

.milestone .bootstrap-bar.grey-theme > span a {
    color: gray;
}

.milestone .bootstrap-bar.grey-theme h3 button:hover {
    color: black;
}

.milestone .bootstrap-bar.grey-theme > span a:hover {
    color: black;
}

.milestone .bootstrap-bar.dark-blue-bar h3 button {
    color: #e7e7e7;
}

.milestone .bootstrap-bar.dark-blue-bar h3 button:hover {
    color: #fefefe;
}

.milestone .bootstrap-bar.dark-blue-bar > span {
    color: #e7e7e7;
}

.milestone .bootstrap-bar.dark-blue-bar > span a {
    color: #e7e7e7;
}

.milestone .bootstrap-bar.dark-blue-bar > span a:hover {
    color: #fefefe;
}

.milestone .bootstrap-bar.matching h3 button {
    color: #e7e7e7;
}

.milestone .bootstrap-bar.matching h3 button:hover {
    color: #fefefe;
}

.milestone .bootstrap-bar.matching > span {
    color: #e7e7e7;
}

.milestone .bootstrap-bar.matching > span a {
    color: #e7e7e7;
}

.milestone .bootstrap-bar.matching > span a:hover {
    color: #fefefe;
}

.milestone .bootstrap-bar.dark-blue-bar h3 button {
    color: #e7e7e7;
}

.expenses-bar .bootstrap-bar.dark-blue-bar h3 button:hover {
    color: #fefefe;
}

.expenses-bar .bootstrap-bar.dark-blue-bar > span {
    color: #e7e7e7;
}

.expenses-bar .bootstrap-bar.dark-blue-bar > span a {
    color: #e7e7e7;
}

.expenses-bar .bootstrap-bar.dark-blue-bar > span a:hover {
    color: #fefefe;
}

.expenses-bar .bootstrap-bar.dark-blue-bar h3 button {
    color: #e7e7e7;
}

.expenses-bar .bootstrap-bar.dark-blue-bar {
    height: 35px;
    padding-top: 8px;
    margin-bottom: 0;
}

div.expenses-bar .bootstrap-bar {
    padding: 5px;
    cursor: pointer;
    margin-bottom: 10px;
}

.credit-card-expenses-bar .bootstrap-bar.dark-blue-bar h3 button:hover {
    color: #fefefe;
}

.credit-card-expenses-bar .bootstrap-bar.dark-blue-bar > span {
    color: #e7e7e7;
}

.credit-card-expenses-bar .bootstrap-bar.dark-blue-bar > span a {
    color: #e7e7e7;
}

.credit-card-expenses-bar .bootstrap-bar.dark-blue-bar > span a:hover {
    color: #fefefe;
}

.credit-card-expenses-bar .bootstrap-bar.dark-blue-bar h3 button {
    color: #e7e7e7;
}

.credit-card-expenses-bar .bootstrap-bar.dark-blue-bar {
    height: 35px;
    padding-top: 8px;
    margin-bottom: 0;
}

div.credit-card-expenses-bar .bootstrap-bar {
    padding: 5px;
    cursor: pointer;
    margin-bottom: 10px;
}


.col-md-4-custom {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 900px) {
    .col-md-4-custom {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 31%;
        flex: 0 0 31%;
        max-width: 31%;
    }
    .visible-xs{
        visibility: hidden;
    }
    .comment-wrapper .add-comment
    {
        width:80%;
    }
   
}
@media (max-width: 900px) {
    .hidden-xs{
        visibility:hidden;
    }   
    .comment-wrapper .add-comment
    {
        width:20%;
    }
}


/* Comments */
.comment-wrapper .panel {
    border: 1px solid #efefef !important;
}

.comment-wrapper .panel-body {
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
}

.comment-wrapper input {
    height: 13px !important;
    margin-left: 20px !important;
    float: left;
    margin-top: 9px;
    font-size: 12px;
}

.comment-wrapper .add-comment {
    float: right;
    margin-right: 20px;
    margin-top: 9px;
}

.comment-wrapper .media-list {
    margin-top: 5px;
    margin-bottom: 5px;
}

.comment-wrapper .media-list li:last-child {
    border-bottom: unset;
    margin-bottom: 0;
}

.comment-wrapper .media-list .media img {
    width: 50px;
    height: 50px;
    border: 2px solid #e5e7e8;
    margin-bottom: 10px;
    object-fit: cover;
}

.comment-wrapper .comment {
    white-space: normal;
    width: 95%;
    float: left
}

.comment-wrapper .delete-comment {
    color: #6c757d;
}

.comment-wrapper .delete-comment:hover {
    color: black;
}

.comment-wrapper .media-list .media {
    border-bottom: 1px solid #efefef;
    margin-bottom: 10px;
}

.comment-wrapper .add-comment-section {
    border-top: 1px solid #efefef;
    height: 65px;
    margin-top: 1px;
}

.comment-wrapper .comment-author a {
    text-decoration: none;
}

.comment-wrapper .mention {
    background-color: white;
}

/* Comments ends */

/* Delete milestone modal form */

#delete_milestone p {
    font-size: 13px;
}

#delete_milestone #milestone-select {
    padding-left: 16px;
}

/* Delete milestone modal form ends */
.new-section h4 {
    color: gray;
    font-weight: bold;
    padding-bottom: 8px;
    border-bottom: 1px solid #dee2e6;
}

.new-section:not(h4) {
    font-size: 13px;
}

.new-section ul {
    list-style: unset;
}

.new-section h4:not(:first-child) {
    margin-top: 20px;
}

.tooltip{
    font-size: 0.8rem;
}

/* Custom button/dropdown button */

.custom-btn {
    padding-bottom: 10px;
    clear: unset !important
}

.custom-btn a span, .custom-btn a, .custom-btn button {
    font-size: 13px !important;
}

.custom-btn button:not(.btn-outline-secondary-lighter):hover, .custom-btn a:not(.btn-outline-secondary-lighter):hover {
    color: white !important;
}

.custom-dropdown-btn {
    padding-bottom: 10px;
    clear: unset !important;
}

.custom-dropdown-btn .dropdown-menu .dropdown-item {
    text-decoration: none !important;
    text-align: right !important;
    font-size: 13px !important;
}

.custom-dropdown-btn .dropdown-menu {
    margin-left: 1px;
}

.custom-dropdown-btn .btn-outline-primary + .dropdown-menu .dropdown-item.active, .custom-dropdown-btn .btn-outline-primary + .dropdown-menu .dropdown-item:active {
    background-color: #518ed2 !important;
}

.custom-dropdown-btn .btn-outline-secondary-lighter + .dropdown-menu .dropdown-item.active, .custom-dropdown-btn .btn-outline-secondary-lighter + .dropdown-menu .dropdown-item:active {
    background-color: #f8f9fa !important
}

.custom-dropdown-btn .btn-outline-primary-darker + .dropdown-menu .dropdown-item.active, .custom-dropdown-btn .btn-outline-primary-darker + .dropdown-menu .dropdown-item:active {
    background-color: #4171A8 !important;
}

a:not(.btn-now).btn, button.btn:not(.btn-open-bar):not(.btn-google):not(.btn-sign-in) {
    padding: .25rem .5rem !important;
    font-size: 13px;
}

a.btn-now.btn {
    padding: 0.35rem 0.8rem !important;
    font-size: 13px;
}

.btn-outline-primary-darker:hover {
    color: white !important;
}

.btn-outline-primary:hover {
    color: white !important;
    background-color: #518ed2 !important;
}

.btn-outline-primary {
    border-color: #518ed2 !important;
    color: #518ed2;
}

.btn-primary:hover {
    background-color: #4375AC !important;
    border-color: #4375AC !important;
}

.btn-primary {
    background-color: #518ed2 !important;
    border-color: #518ed2 !important;
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
    background-color: #518ed2 !important;
    color: white;
}

.btn-outline-secondary-lighter:not(:disabled):not(.disabled):active, .btn-outline-secondary-lighter:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary-lighter.dropdown-toggle {
    background-color: #f8f9fa !important;
    color: gray;
}

.btn-outline-secondary-lighter:hover {
    color: gray !important;
    background-color: #f8f9fa !important
}

.btn-outline-secondary-lighter {
    background-color: white;
    border-color: gray !important;
    color: gray;
}


.btn-outline-primary-darker:not(:disabled):not(.disabled):active, .btn-outline-primary-darker:not(:disabled):not(.disabled).active, .show > .btn-outline-primary-darker.dropdown-toggle {
    background-color: #4171A8 !important;
    color: white !important;
}

.btn-outline-primary-darker:hover {
    background-color: #4171A8 !important;
    color: white !important;
}

.btn-outline-primary-darker {
    background-color: white;
    border-color: #4171A8 !important;
    color: #4171A8 !important;
}

.btn-primary-darker:hover {
    background-color: #365D8A !important;
    border-color: #365D8A !important;
    color: white;
}

.btn-primary-darker {
    background-color: #4171A8 !important;
    border-color: #4171A8 !important;
    color: white;
}

.btn-success-custom {
    color: #fff;
    background-color: #468296;
    border-color: #468296;
}

.btn-success-custom:hover {
    color: #fff;
    background-color: #335F6E;
    border-color: #335F6E;
}

.btn-danger-custom {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.btn-danger-custom:hover {
    color: #fff;
    background-color: #841e28;
    border-color: #841e28;
}

.btn-budget-module {
    color: #6c757d !important;
    border-color: #6c757d;
    background-color: transparent;
    text-decoration: none;
}

.btn-budget-module:hover {
    color: black !important;
    background-color: #c5c7c9;
    border-color: #c5c7c9;
}

.card-signin {
    border: 0;
    /*  border-radius: 0.5rem;*/
    box-shadow: 0rem 0rem 1rem 0rem rgba(0, 0, 0, 0.1);
}

.card-signin .card-title {
    margin-bottom: 2rem;
    font-weight: 300;
    font-size: 1.5rem;
}

.card-signin .card-body {
    padding: 2rem;
}

.form-signin {
    width: 100%;
}

.form-signin .btn {
    font-size: 80%;
    /*  border-radius: 5rem;*/
}

.form-signin .btn {
    font-size: 14px;
    /*  border-radius: 5rem;*/
    letter-spacing: .1rem;
    font-weight: bold;
    padding: 1rem;
    transition: all 0.2s;
    margin-bottom: 10px;
}

.form-label-group {
    position: relative;
    margin-bottom: 1rem;
}

.form-label-group input {
    height: 50px;
    /* border-radius: 2rem;*/
}

.form-label-group > input,
.form-label-group > label {
    padding: var(--input-padding-y) var(--input-padding-x);
}

.form-label-group > label {
    position: absolute;
    top: 0;
    display: block;
    width: 100%;
    margin-bottom: 0;
    /* Override default `<label>` margin */
    line-height: 1.5;
    color: #495057;
    border: 1px solid transparent;
    /* border-radius: .25rem;*/
    transition: all .1s ease-in-out;
    background: none;
    pointer-events: none;
}

.form-label-group input::-webkit-input-placeholder {
    color: transparent;
}

.form-label-group input:-ms-input-placeholder {
    color: transparent;
}

.form-label-group input::-ms-input-placeholder {
    color: transparent;
}

.form-label-group input::-moz-placeholder {
    color: transparent;
}

.form-label-group input::placeholder {
    color: transparent;
}

.form-label-group input:not(:placeholder-shown) {
    padding-top: calc(var(--input-padding-y) + var(--input-padding-y) * (2 / 3));
    padding-bottom: calc(var(--input-padding-y) / 3);
    padding-left: 10px;
    font-size: 16px;
    text-align: center;
}

.form-label-group input:not(:placeholder-shown) ~ label {
    padding-top: calc(var(--input-padding-y) / 3);
    padding-bottom: calc(var(--input-padding-y) / 3);
    font-size: 12px;
    color: #777;
    text-align: center;
}

.btn-google {
    color: white;
    background-color: #4885ed;
    font-size: 16px !important;
}

.btn-facebook {
    color: white;
    background-color: #3b5998;
}

.btn-sign-in {
    font-size: 16px !important;
}

/* Fallback for Edge
-------------------------------------------------- */

@supports (-ms-ime-align: auto) {
    .form-label-group > label {
        display: none;
    }
    .form-label-group input::-ms-input-placeholder {
        color: #777;
    }
}

.form-control {
    height: 19.2px;
    padding-top: 4px;
    padding-bottom: 4px;
}

.add {
    color: white !important;
    background-color: #4171A8 !important;
    border-color: #4171A8 !important;
}

.export {
    color: white !important;
    background-color: #C5D1EB !important;
    border-color: #C5D1EB !important;
}

/* Custom button/dropdown button ends */

.text-align-center {
    text-align: center !important;
}

.lh-25 {
    line-height: 25px !important;
}

.col-md-14p
{
    width:14%;
}

.tooltip-inner {
    max-width: 100% !important;
}

.disabled-button {
    pointer-events: none;
    opacity: .65;
}

.marketing_info .nav-tabs .nav-item.show .nav-link, .marketing_info .nav-tabs .nav-link.active {
    background-color: white !important;
}

.h-150-px {
    height: 150px;
}

.marketing_info_edit textarea {
    height: 100% !important;
}

.aqbadge
{
    cursor: pointer;
    border: 1px solid #ccc;
    border-radius: 2px;
    margin-top: 5px;
    padding: 5px;
    max-width: 66px;
}

.required:after {
    margin-left: 2px;
    content: "* ";
    color: red;
}
.dot:after {
    margin-left: 2px;
    content: " :";
}

.popover {
    max-width: 100%;
    font-size: 10px;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 500px;
}

.show-more {
    display: flex;
}

.page-title-div {
    border-bottom: 1px solid #dee2e6;
    margin-bottom: 30px;
    display: flow-root;
}

.page-title {
    padding-left: 8px;
    margin-bottom: 0;
    padding-bottom: 4px;
}

.page-subtitle {
    color: gray;
    padding-left: 8px;
    padding-bottom: 4px;
    margin-bottom: 0;
    font-size: 14px;
    letter-spacing: 0.5px;
    line-height: 16px;
}
.page-subtitle-sub1
{
    color: black;
}

.buttons-row {
    margin-top: -20px !important;
}

.icon-background {
    color: white;
}

.icon-background:hover {
    color: #f8f9fa !important;
}

.fa-xl {
    font-size: 1.38em !important;
}

.vintage_summary_table tbody tr.child-row table:nth-child(2) {
    padding-top: 15px !important;
}

.btn-outline-primary-darker:hover
{
    color: white;
}

.spinner-border {

    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: .25em solid currentColor;
    border-right-color: currentcolor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite;

}

.cpq_details td
{
    border: 1px solid #eee;
}

.cpq_details th
{
    color:#9A9B9B;
}

.row-title{
    border-radius: 4px 4px 0 0;
    background-color: #9FCFFB;
    height: 40px;
    width: 1103px;
}

.order-items {
    height: 20px;
    width: 72px;
    color: #000000;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 0.23px;
    line-height: 20px;
    padding-top:10px;
  }

  .rectangle {
    box-sizing: border-box;
    min-height: 200px;
    width: 1104px;
    border: 1px solid #EBEBEB;
    border-radius: 0 0 4px 4px;
  }

  .lh-28
  {
      
    line-height: 28px;
  }

  .gray
  {
    color: #9A9B9B;
  }

  html {
    scroll-behavior: smooth;
  }

  .icons-nav a{
    height: 48px;
    width: 48px;
    display:inline-block;
  }
  .icons-nav i{
    padding-top:10px;
  }
  .icons-nav .active{
        border-radius: 4px;
        background-color: #003860;
        box-shadow: inset 0 1px 3px 0 rgba(0,0,0,0.5);
  }

  .blue-green
  {
      color:#003860;
  }

  .section_title
  {
        height: 64px;
        color: #000000;
        font-size: 20px;
        letter-spacing: 0;
        line-height: 40px;
        font-stretch: condensed;
  }

  .section_l1_title
  {
    font-size: 20px;
    height: 24px;
    font-stretch: condensed;
    color: #000000;
    letter-spacing: 0;
    line-height: 24px;
    margin-top:64px;
    margin-bottom:24px;
  }

  .section_l2_title
  {
    height: 40px;
    color: #000000;
    font-size: 18px;
    letter-spacing: 0.5px;
    line-height: 40px;
    margin:0;
  }
  .table td
  {
      border-top:none;
  }
  
  .table-curved {
    border-collapse: separate;
    border-spacing: 0;
    min-width: 350px;
  }
  .table-curved tr th,
  .table-curved tr td {
    border-right: 1px solid #EBEBEB;
    border-bottom: 1px solid #EBEBEB;
  }
  .table-curved tr th:first-child,
  .table-curved tr td:first-child {
    border-left: 1px solid #EBEBEB;
  }
  .table-curved tr th {
    border:none;
    background: #9FCFFB;
    border-top: 1px solid #EBEBEB;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 0.23px;
    height: 20px;
  }
  
  /* top-left border-radius */
  .table-curved tr:first-child th:first-child {
    border-top-left-radius: 4px;
  }
  
  /* top-right border-radius */
  .table-curved tr:first-child th:last-child {
    border-top-right-radius: 4px;
  }
  
  /* bottom-left border-radius */
  .table-curved tr:last-child td:first-child {
    border-bottom-left-radius: 4px;
  }
  
  /* bottom-right border-radius */
  .table-curved tr:last-child td:last-child {
    border-bottom-right-radius: 4px;
  }

  .custom-btn .custom-btn-label{
    color: #FFFFFF;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.5px;
    text-align: center;
  }

  .action-link
  {
    height: 20px;
    color: #015597 !important;
    font-size: 14px;
    letter-spacing: 0.25px;
    line-height: 20px;
    text-decoration: none;
  }

  .action-link:hover
  {
      text-decoration: none;
  }

  .rounded
  {
    border-radius: 4px;
  }

  .drop-zone, .drop-zonenda, .drop-zonekyc, .drop-zoneagreement {
    max-width: 100%;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: left;
    text-align: center;
    cursor: pointer;
    border-radius: 10px;
  }
  
  .drop-zone--over {
    border-style: solid;
  }
  
  .drop-zone__input,.drop-zone__inputnda,.drop-zone__inputkyc, .drop-zone__inputagreement {
    display: none;
  }
  
  .drop-zone__thumb {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
    background-color: #cccccc;
    background-size: cover;
    position: relative;
  }
  
  .drop-zone__thumb::after {
    content: attr(data-label);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 5px 0;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.75);
    font-size: 14px;
    text-align: center;
  }
  