﻿
/*To make default checkbox visible inside table*/
/*tr td input[type=checkbox], tr th input[type=checkbox] {
    display: block;
}*/
tr td input[type=checkbox] {
    margin-left: 0.8rem;
    margin-top: 0.1rem;
    appearance: none;
    -webkit-appearance: none;
    background-color: #fff;
    border: 1px solid #a6a6a6;
    box-shadow: 0 none;
    padding: 6px;
    border-radius: 3px;
    display: inline-block;
    position: relative;
}

table.normal-selectBox tr td input[type=checkbox] {
    margin-left: initial;
    appearance: auto;
    -webkit-appearance: auto;
}

    tr td input[type=checkbox]:checked {
        background-color: #20bd4c;
        border: 1px solid #20bd4c;
        box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1);
        color: #fff;
    }

        tr td input[type=checkbox]:checked:after {
            font-family: "FontAwesome";
            content: '\f00c';
            font-size: 9px;
            position: absolute;
            top: -1px;
            left: 2px;
            color: #fff;
        }

/*Class to change the footer background color of grid*/
.card-form-table tfoot th {
    color: #49494a;
    background: white;
    border: none !important;
}

/*Class to remove border of tfoot*/
.card-form-table tfoot tr {
    border: none !important;
}

/*Font styling for grid footer*/
tfoot th span {
    font-weight: 500;
}

/*Margin between tbody & tfoot for grid*/
tfoot tr th {
    margin-top: 1.5rem !important;
}

/*Padding within table cell*/
.cell-padding {
    padding: 0.625rem;
}

/*Dropdown list styling for grid*/
.grid-pager-dropdown {
    padding-top: 0px;
    padding-bottom: 0px;
    margin-left: 30px;
    color: #49494a !important;
}

/*This class is needed to calculate the position of the loading cover in grid*/
DIV.gj-grid-wrapper {
    margin: auto;
    position: relative;
    clear: both;
}
/*Class to show an overlay / loading cover upon sorting/pagination/reloading the grid. It shows a semi transparent black cover on top of the grid*/
div[data-role="wrapper"] DIV.gj-grid-loading-cover {
    background: #BBBBBB;
    opacity: 0.5;
    position: absolute;
    vertical-align: middle;
}
/*Class to show text over the loading cover upon sorting/pagination/reloading the grid.*/
div[data-role="wrapper"] DIV.gj-grid-loading-text {
    font-family: MuseoSans;
    font-size: 20px;
    position: absolute;
    font-weight: 600;
}

.mdl-stepper-step .disabled {
    opacity: .65;
    cursor: default;
}

/*using !Important as CSS from FED are using too many !important*/
.ie-label-top {
    text-transform: uppercase !important;
    font-size: 14px !important;
    background-color: transparent !important;
    -webkit-transform: translate(0,-60%);
    -ms-transform: translate(0,-60%);
    transform: translate(0,-60%);
}

.ie-form-control-disabled {
    border-bottom: none !important;
    pointer-events: none !important;
}

.btn-role {
    border-radius: 4px;
    border: solid 1px #ffffff;
    color: white;
    background-color: transparent;
    background-image: none;
    padding: .25rem .50rem !important;
}

.title-desc-16 {
    font-size: 16px;
    font-family: MuseoSans;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.4;
    letter-spacing: normal;
    color: #ffffff;
}

/* Web Notification */
@media only screen and (min-width : 992px) {
    .notif-text-right {
        text-align: right;
    }

    .mobile-nav-notification {
        display: none;
    }
}

@media only screen and (max-width : 991px) {
    .notif-text-right {
        text-align: left;
    }
}

.green-theme-selection input[type="button"].btn-checkbox {
    margin: auto;
    padding: 0.25rem;
    text-align: center;
    border-radius: 4px;
    border: solid 1px #28a745;
    color: #28a745;
    cursor: pointer;
    background-color: #fff;
}

    .green-theme-selection input[type="button"].btn-checkbox.active {
        color: #fff;
        border: solid 1px #28a745 !important;
        background-color: #28a745 !important;
        opacity: 1;
        padding: 0.25rem;
    }

.green-theme-selection input[type="button"]:disabled.btn-checkbox,
.green-theme-selection input[readonly][type="button"].btn-checkbox,
.green-theme-selection input[readonly="readonly"][type="button"].btn-checkbox {
    cursor: default;
    opacity: .65;
}

    .green-theme-selection input[type="button"]:disabled.btn-checkbox.active {
        margin: auto;
        border-radius: 4px;
        color: #fff;
        border: solid 1px #28a745 !important;
        background-color: #28a745 !important;
    }

.label-top-uppercase {
    text-transform: uppercase;
}

.card-title-no-margin-btm {
    margin-bottom: 0;
}

.label-bottom-inputBtn-error {
    font-size: 14px;
}

table.w-100 > tbody:last-child > tr:last-child > td > hr {
    display: none;
}

.mb-30 {
    margin-bottom: 30px;
}

.prb-30 {
    padding-right: 30px;
    padding-bottom: 30px;
}

.pb-20 {
    padding-bottom: 20px;
}

input#txtAccountNo:focus {
    box-shadow: none !important;
}

@media screen and (min-width: 1435px) {
    .width-input {
        width: 95%;
    }
}

@media screen and (max-width: 1434px) and (min-width: 767px) {
    .width-input {
        width: 90%;
    }
}

@media screen and (max-width: 766px) {
    .width-input {
        width: 90%;
    }
}

.readonly-no-click {
    pointer-events: none;
    opacity: 1;
}

.no-border {
    border: none !important;
}

.Terms-Conditions {
    font-family: MuseoSans;
    font-size: 20px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: normal;
    color: #49494a;
}

.Update-Personal-Data {
    font-family: MuseoSans;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.57;
    letter-spacing: normal;
    color: #1c79ca !important;
}

.I-confirm-that-I-re {
    font-family: MuseoSans;
    font-size: 14px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.57;
    letter-spacing: normal;
    color: #49494a !important;
}

.Got-It {
    font-family: MuseoSans;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.57;
    letter-spacing: normal;
    text-align: center;
    color: #1c79ca !important;
}

.Validation-Position-Init {
    position: initial !important;
}

@media screen and (min-width: 1435px) {
    .Validation-Position-Attachment {
        left: 20px !important;
        top: 210px !important;
    }
}

@media screen and (max-width: 1434px) and (min-width: 767px) {
    .Validation-Position-Attachment {
        left: 20px !important;
        top: 250px !important;
    }
}

@media screen and (max-width: 766px) {
    .Validation-Position-Attachment {
        left: 20px !important;
        top: 140px !important;
    }
}

.BorderBottom-0 {
    border-bottom: 0px !important;
}

@media screen and (min-width: 1435px) {
    .InfoUPD {
        position: absolute;
        right: 30px;
    }
}

@media screen and (max-width: 1434px) and (min-width: 767px) {
    .InfoUPD {
        position: absolute;
        right: 30px;
    }
}

@media screen and (max-width: 766px) {
    .InfoUPD {
        position: absolute;
        right: 30px;
        bottom: 0px;
    }
}

.mt-30 {
    margin-top: 33px !important;
}

.Validation-Orange {
    color: #FECC39 !important;
}

.mb-20 {
    margin-bottom: 20px;
}

.font-bold {
    font-weight: 600;
}

#dropdownMenuButtonTop :focus {
    outline: 0;
}

.force-fontBlack {
    color: black !important;
}

.pb-10 {
    padding-bottom: 10px;
}

.mt-10 {
    margin-top: 13px;
}

.pt-30 {
    padding-top: 30px;
}

.field-label {
    opacity: 0.6;
    font-family: MuseoSans;
    font-size: 12px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    color: #ffffff;
}

@media screen and (min-width: 1435px) {
    .mb-50 {
        margin-bottom: 50px !important;
    }
}

@media screen and (max-width: 1434px) and (min-width: 767px) {
    .mb-50 {
        margin-bottom: 50px !important;
    }
}

@media screen and (max-width: 766px) {
    .xs-mb-10 {
        margin-bottom: 10px !important;
    }

    .xs-mb-16 {
        margin-bottom: 16px !important;
    }
}

.ErrorInfo:after {
    content: url("../../../assets/img/yellow.svg") !important;
    width: 24px;
    height: 24px;
}

.ErrorInfoRed:after {
    content: url("../../../assets/img/red-info.svg") !important;
    width: 24px;
    height: 24px;
}

.new-option-control {   
    background: url(../../../assets/img/new-white.svg) no-repeat right transparent;
}

.errorArrow {
    background: url(../../../assets/img/white-copy.svg) no-repeat right transparent !important;
    border-bottom: 1px solid #FECC39 !important;
}

.errorArrowRed {
    background: url(../../../assets/img/red-arrow-down.svg) no-repeat right transparent !important;
    border-bottom: 1px solid #E23219 !important;
}

.errorLine {
    border-bottom: 1px solid #FECC39 !important;
}

@media screen and (min-width: 1435px) {
    .max-height-modalContent {
        max-height: 340px;
        overflow-y: auto;
    }

    .default-spacing2 {
        margin-bottom: 30px;
        margin-top: 30px;
    }
}

@media screen and (max-width: 1434px) and (min-width: 767px) {
    .max-height-modalContent {
        max-height: 280px;
        overflow-y: auto;
    }

    .default-spacing2 {
        margin-bottom: 30px;
        margin-top: 30px;
    }
}

@media screen and (max-width: 766px) {
    .max-height-modalContent {
        max-height: 280px;
        overflow-y: auto;
    }

    .default-spacing3 {
        /*margin-bottom: 30px;*/
        margin-top: 30px;
    }

    .xs-mt-10 {
        margin-top: 10px !important;
    }

    .xs-mt-30 {
        margin-top: 30px !important;
    }

    .xs-mb-30 {
        margin-bottom: 30px !important;
    }
}

.pl-7 {
    padding-left: 7px!important;
}

.pr-7 {
    padding-right: 7px !important;
}

@media screen and (min-width: 1435px) {
    .padding-Enquiry {
        padding-top: 40px;
        padding-bottom: 30px;
    }
}

@media screen and (max-width: 1434px) and (min-width: 767px) {
    .padding-Enquiry {
        padding-top: 40px;
        padding-bottom: 30px;
    }
}

@media screen and (max-width: 766px) {
    .padding-Enquiry {
        padding-top: 24px;
    }
}

@media screen and (min-width: 1435px) {
    .mb-16 {
        margin-bottom: 16px!important;
    }
}

@media screen and (max-width: 1434px) and (min-width: 767px) {
    .mb-16 {
        margin-bottom: 16px!important;
    }
}

@media screen and (max-width: 766px) {
    .mb-16 {
        margin-bottom: 16px!important;
    }
}

.Rectangle-23 {
    width: 126px;
    height: 36px;
    border-radius: 2px;
    border: solid 1px #20bd4c;
}

.Rectangle-SuccessSubmited {
    width: 184px;
    height: 36px;
    border-radius: 2px;
    border: solid 1px #20bd4c;
}

@media screen and (min-width: 1435px) {
    .padding-footer {
        padding-left: 70px;
        padding-right: 70px;
    }
}

@media screen and (max-width: 1434px) and (min-width: 767px) {
    .padding-footer {
        padding-left: 70px;
        padding-right: 70px;
    }
}

@media screen and (min-width: 1435px) {
    .default-spacing-UPD {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 1434px) and (min-width: 767px) {
    .default-spacing-UPD {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 766px) {
    .default-spacing-UPD {
        margin-bottom: 16px;
    }

    .col-xs-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media screen and (max-width: 768px) {
    .success-button-wrapper {
        display: block !important;
    }
    
    .success-button-wrapper .button-wrapper {
        display: block !important;
        padding: 0px !important;
        max-width: unset;
        max-width: 200px;
        margin: 14px auto;
    }

    .success-button-wrapper .button-wrapper button {
        display: block !important;
        width: 100% !important;           
    }

    .appointment-required-cancel-button {
        margin: 8px 0px;
    }
}

.delete-bin-Enquiry {
    background-size: 20px 20px;
    width: 20px;
    height: 20px;
    /*padding: 0px;*/
    margin-top: 0px!important;
}

.delete-bin-Enquiry:after {
    background-size: 20px 20px;
    width: 20px;
    height: 20px;
    padding: 0px;
    /*margin-top: 1.5rem;*/
}

.tdTooltip-mt {
    margin-top: 0.5rem!important;
}

.mr-50 {
    margin-right: 50px;
}

.top-30 {
    top: 40px !important;
}

.top-35 {
    top: 35px !important;
}

.top-35 {
    top: 35px !important;
}

.mt-20 {
    margin-top: 20px;
}

.mt-1rem {
    margin-top: 1rem!important;
}

.mb-40 {
    margin-bottom: 40px;
}