﻿
/*AnnimationWork.css******/
.BlinkMe {
    -webkit-animation-name: blink;
    -webkit-animation-duration: 2s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-name: blink;
    -moz-animation-duration: 2s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    animation-name: blink;
    animation-duration: 2s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@-moz-keyframes blink {
    0% {
        opacity: 1.0;
        color: blue;
    }

    50% {
        opacity: 0.0;
    }

    100% {
        opacity: 1.0;
        color: red;
    }
}

@-webkit-keyframes blink {
    0% {
        opacity: 1.0;
        color: blue;
    }

    50% {
        opacity: 0.0;
    }

    100% {
        opacity: 1.0;
        color: red;
    }
}

@keyframes blink {
    0% {
        opacity: 1.0;
        color: blue;
    }

    50% {
        opacity: 0.0;
    }

    100% {
        opacity: 1.0;
        color: red;
    }
}


/*AppointmentChart.css********/
.cssAppointmentChart {
    border-collapse: separate;
    border-spacing: 0;
    border: 2px double #FFFFFF;
    border-radius: 0;
    width: 100%;
    background-color: #72adb0 !important;
    color: white;
}

    .cssAppointmentChart > tbody > tr > th {
        border-right: none;
        border-left: none;
        padding: 3px 5px 3px 5px;
        border-bottom-color: #dc4343;
        text-align: center;
        border: solid 1px;
        border-color: #deb0b0;
        background-color: #ef6161;
    }

    .cssAppointmentChart > tbody > tr > td {
        border-right: none;
        border-left: none;
        border: solid 1px;
        border-color: #c8c4c4;
        /*padding: 0px 5px 0px 5px;*/
        text-align: center;
        min-width: 80px;
        border-radius: 1px;
    }



    /*Fisrt Header Column For Title*/
    .cssAppointmentChart > tbody > tr > th:nth-child(2) {
        padding: 0px 0px 0px 0px;
        border: none;
        background-color: #f2eeee;
        color: #f2eeee;
    }

    .cssAppointmentChart > tbody > tr:nth-child(2) > td:nth-child(2) {
        background-color: #f2eeee;
    }



    /*Hide First Column Of data*/
    .cssAppointmentChart > tbody > tr > td:nth-child(1) {
        display: none;
    }

    .cssAppointmentChart > tbody > tr > th:nth-child(1) {
        display: none;
    }


    /*row Hover Style*/
    /*.cssAppointmentChart > tbody > tr:nth-child(2)  hover { background-color: #ECF5F9; color:black; }*/
    .cssAppointmentChart > tbody > tr {
        transition: 0.3s background-color;
    }



        /* First Row Day Name*/
        .cssAppointmentChart > tbody > tr:nth-child(2) {
            background-color: #72adb0;
        }

            .cssAppointmentChart > tbody > tr:nth-child(2):hover {
                background-color: #72adb0;
                color: white;
            }

            .cssAppointmentChart > tbody > tr:nth-child(2) > td {
                height: 5px;
                padding: 2px !important;
                font-size: 10px !important;
            }










.AppointmentChartOverlayEffect {
    background-color: black;
    filter: alpha(opacity=70);
    opacity: 0.2;
    width: 100%;
    height: 100%;
    z-index: 400;
    position: fixed;
    top: 0;
    left: 0;
    margin-top: 0%;
    margin-bottom: 0%;
}

.AppointmentChartPopupPanelEffect {
    border-color: #808080;
    border-style: solid;
    color: #414040;
    border-width: 1px;
    top: 0%;
    left: 0%;
    /*padding: 10px 10px 10px 10px;*/
    text-align: left;
    /*-ms-transform: translateX(-50%) translateY(-50%);
         -webkit-transform: translate(-50%,-50%); 
         transform: translate(-50%,-50%);*/
    z-index: 1000;
    position: absolute;
    background-color: White;
    display: block;
    padding-right: 10px;
    padding-top: 10px;
    height: 100%;
    width: 95%;
}




.count_top_Time {
    font-size: smaller;
    color: rgba(128, 128, 128, 0.53);
    padding: 0px;
    /*color:#77c6a2;*/
}


.NotAvailable {
    background-color: #e9dad6;
    content: none;
    cursor: cell;
}

.OldDay {
    background-color: #efea89;
}




.NormalDay {
    background-color: #ffffff;
    cursor: pointer;
}

    .NormalDay:hover {
        background-color: #d6ebbc;
    }


.SlotFullStyle {
    background-color: #eb8282;
    cursor: not-allowed;
}

    .SlotFullStyle .count_top_Time {
        color: #FFFFFF;
    }



.ActiveSlotStyle {
    background-color: #9cbe73;
    color: #FFFFFF;
    cursor: pointer;
    text-decoration: none;
}

    .ActiveSlotStyle:hover {
        background-color: #bbd59c;
    }

    .ActiveSlotStyle .count_top_Time {
        color: #FFFFFF;
    }



/*CommonStyle.css **************/

.TopBorderStyle {
    border: none;
    border-radius: 0;
    border-color: #ffffff;
    border-top-style: inset;
    border-top-width: thin;
    padding-top: 5px;
}

/*Used In Patient User Control */
.TobsBorderStyle2 {
    outline: none;
    color: #666666;
    border: 1px solid #77BACE;
    -webkit-box-shadow: inset 0 2px 2px #ccc, 0 0 10px #ADDCE6;
    -moz-box-shadow: inset 0 2px 2px #ccc, 0 0 10px #ADDCE6;
    box-shadow: inset 0 2px 2px #ccc, 0 0 10px #ADDCE6;
}









/*Control.css *****************/




@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 400;
    src: local("Open Sans"), local("OpenSans"), url("/Resources/Fonts/OpenSansFont.woff2") format("woff2");
}



/* make keyframes that tell the start state and the end state of our object */

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.nounderline {
    text-decoration: none;
    pointer-events: none;
}




.AnimationOnLoadDelete {
    opacity: 0; /* make things invisible upon start */
    -webkit-animation: fadeIn ease-in 1; /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
    -moz-animation: fadeIn ease-in 1;
    animation: fadeIn ease-in 1;
    -webkit-animation-fill-mode: forwards; /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 0.2s;
    -moz-animation-duration: 0.2s;
    animation-duration: 0.2s; /*transition: all cubic-bezier(.5,.41,1,1) 0.2s;*/
    -webkit-animation-delay: 0.2s;
    -moz-animation-delay: 0.2s;
    animation-delay: 0.2s;
}


.shadow {
    box-shadow: 1px 1px 1px 1px #e2e2e2;
    -moz-box-shadow: 1px 1px 1px 1px #e2e2e2;
    -webkit-box-shadow: 1px 1px 1px 1px #e2e2e2;
}





/* Button Design */
/*Type 1    */
.TobsButtonControlDefault {
    background-color: #bfcfd5;
    color: #38444F;
    border: none;
    margin-bottom: 2px;
    margin-top: 2px;
    cursor: pointer;
    padding: 3px 10px 3px 10px;
    transition: 0.3s background-color;
    border-radius: 3px;
}

input.TobsButtonControlDefault:hover {
    background-color: #0F7FAF;
    color: white;
}



/*type 2*/
.TobsButtonForGrid1 {
    background-color: #bfcfd5;
    color: black;
    border: none;
    margin-bottom: 2px;
    margin-top: 2px;
    cursor: pointer;
    padding: 2px 10px 2px 10px;
    border-radius: 3px;
    transition: 0.3s background-color;
}

input.TobsButtonForGrid1:hover {
    background-color: #0F7FAF;
    color: white;
}


/*type 3*/
.TobsButtonForType3 {
    background-color: #bfcfd5;
    color: black;
    border: none;
    margin-bottom: 2px;
    margin-top: 2px;
    cursor: pointer;
    padding: 2px 10px 2px 10px;
    transition: 0.3s background-color;
}

input.TobsButtonForType3:hover {
    background-color: #0F7FAF;
    color: white;
}

/*type 4*/
.csTobsButtonSave {
    background-color: #0F7FAF;
    color: white;
    border: none;
    margin-right: 5px;
    margin-bottom: 5px;
    margin-top: 5px;
    cursor: pointer;
    padding: 5px 20px 5px 20px;
    transition: 0.4s background-color;
    border-radius: 3px;
}

input.csTobsButtonSave:hover {
    background-color: #2b9dce;
}


.csTobsButtonSaveBootstrap {
    background-color: rgba(15, 127, 175, 0.72);
    color: white;
    border: none;
    margin-right: 5px;
    margin-bottom: 5px;
    margin-top: 5px;
    cursor: pointer;
    padding: 10px 25px 10px 25px !important;
    transition: 0.4s background-color;
    border-radius: 3px;
}

input.csTobsButtonSaveBootstrap:hover {
    background-color: #3095c1;
}






.csTobsButtonCancel {
    background-color: #35495D;
    opacity: 0.7;
    color: white;
    border: none;
    margin-right: 5px;
    margin-bottom: 5px;
    margin-top: 5px;
    cursor: pointer;
    padding: 5px 20px 5px 20px;
    transition: 0.4s background-color;
    border-radius: 3px;
}

input.csTobsButtonCancel:hover {
    background-color: #909398;
}

.csTobsButtonCancelBootstrap {
    background-color: rgba(53, 73, 93, 0.68);
    color: white;
    border: none;
    margin-right: 5px;
    margin-bottom: 5px;
    margin-top: 5px;
    cursor: pointer;
    padding: 10px 25px 10px 25px !important;
    transition: 0.4s background-color;
    border-radius: 3px;
    width: 100px;
}

input.csTobsButtonCancelBootstrap:hover {
    background-color: #35495D;
}








/* Form Header Lable  Design */
.TobsLableFormTitlecss {
    color: #38444F;
    font-size: x-large;
}

.TobsLableFormTitleInsidecss {
    color: #38444F;
    font-size: large;
}

.TobsLableRequiredFieldcss {
    color: #d51b3d;
    padding-left: 2px;
    font-size: small;
}




/* TextBox  Design */
/*.TobsTextBoxDefaultcss {resize: none; border: none; border-color: #526c7e; background-color: #EDEDED;
     border-radius: 0; padding-top: 3px; padding-bottom: 3px; border-color: #0F7FAF; border-bottom-style: inset; border-bottom-width: 1px; margin-top: 2px;
     -moz-appearance: textfield; }
input.TobsTextBoxDefaultcss:focus {
    background-color: #ECF5F9;
     border-color: #10709a;
      border-bottom-style: inset;
       border-bottom-width: 1px;

}*/

textarea {
}

    textarea:focus {
        outline: none;
        color: #666666;
        border: 1px solid #77BACE;
        -webkit-box-shadow: inset 0 2px 2px #ccc, 0 0 10px #ADDCE6;
        -moz-box-shadow: inset 0 2px 2px #ccc, 0 0 10px #ADDCE6;
        box-shadow: inset 0 2px 2px #ccc, 0 0 10px #ADDCE6;
    }

.TobsTextBoxDefaultcss {
    border: solid 1px silver;
    margin: 2px 0px 2px 0px;
    height: 25px;
    border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    padding-left: 5px;
    -moz-appearance: textfield;
    resize: none;
}

input.TobsTextBoxDefaultcss:focus {
    outline: none;
    color: #666666;
    border: 1px solid #77BACE;
    -webkit-box-shadow: inset 0 2px 2px #ccc, 0 0 10px #ADDCE6;
    -moz-box-shadow: inset 0 2px 2px #ccc, 0 0 10px #ADDCE6;
    box-shadow: inset 0 2px 2px #ccc, 0 0 10px #ADDCE6;
}




.TobsTextBoxRequiredcss {
    border: none;
    border-color: #dbbcbc;
    background-color: #f1e0e0;
    border-radius: 0;
    padding-top: 3px;
    padding-bottom: 3px;
    border-color: #0F7FAF;
    border-bottom-style: inset;
    border-bottom-width: 1px;
    margin-top: 2px;
}

input.TobsTextBoxRequiredcss:focus {
    background-color: #f1e0e0;
    border-color: #0e77a4;
    border-bottom-style: inset;
    border-bottom-width: 1px;
}




/* Check Box Design  */
input[type=checkbox] {
    display: none;
}

    input[type=checkbox] + label {
        background: url("../../Resources/Icon/UnckeckedIcon.png") no-repeat;
        /*background-size: 50%;*/
        height: 20px;
        display: inline-block;
        padding: 0 0 0 0px;
        padding-left: 30px;
    }

    input[type=checkbox]:checked + label {
        background: url("../../Resources/Icon/CheckedIcon.png") no-repeat;
        /*background-size: 50%;*/
        height: 20px;
        display: inline-block;
        padding: 0 0 0 0px;
        padding-left: 30px;
    }











/* DropDown Design */
.TobsDropDownListDefaultcssOld {
    padding-top: 3px;
    padding-bottom: 3px;
    border: none;
    border-color: #0F7FAF;
    border-bottom-style: inset;
    border-bottom-width: 1px;
    background-color: #EDEDED;
    border-radius: 0;
    margin-top: 2px;
}



.TobsDropDownListDefaultcss {
    padding-top: 3px;
    padding-bottom: 3px;
    border: none;
    border-color: #0F7FAF;
    border-bottom-style: inset;
    border-bottom-width: 1px;
    background-color: #ffffff;
    border-radius: 0;
    margin-top: 2px;
    border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    border: 1px solid silver;
    cursor: pointer;
}

    .TobsDropDownListDefaultcss option {
        background-color: #ffffff;
        padding-top: 2px;
        padding-bottom: 2px;
    }




.TobsDropDownListSearchcss {
}

    .TobsDropDownListSearchcss option {
    }



.TobsDropDownBootstrapcss {
    border: solid 1px silver;
    margin: 2px 0px 2px 0px;
    border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    cursor: pointer;
    padding-left: 10px !important;
    background: url(../../Resources/Icon/DropDownIcon.png) no-repeat right;
    background-position: right center;
    appearance: none;
    -moz-appearance: none; /* Firefox */
    -webkit-appearance: none; /* Safari and Chrome */


    min-height: 34px;
    width: 100%;
}

    .TobsDropDownBootstrapcss option {
        cursor: pointer;
        background-color: white;
        padding-top: 2px;
        padding-bottom: 2px;
    }




.TobsDatetimeDivHolder {
    border: solid 1px silver;
    background-color: white;
    border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    display: inline-block;
    padding-left: 4px;
    padding-right: 4px;
}


.TobsDatetimeDivHolderNoBorder {
    border: none !important;
    background-color: white;
    border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    display: inline-block;
    padding-left: 4px;
    padding-right: 4px;
}


.TobsDropDownListDefaultcssDateTime {
    padding-top: 3px;
    padding-bottom: 3px;
    border: none;
    /*border-bottom-style: inset; border-bottom-width: 1px;
     border-color: #0F7FAF;*/
    background-color: #ffffff;
    border-radius: 0;
    margin-top: 2px;
    cursor: pointer;
    -moz-appearance: none; /* Firefox */
    -webkit-appearance: none; /* Safari and Chrome */
    appearance: none;
    min-height: 30px;
}



.TobsDropDownListRequiredcss {
    padding-top: 3px;
    padding-bottom: 3px;
    border: none;
    border-color: #0F7FAF;
    border-bottom-style: inset;
    border-bottom-width: 1px;
    background-color: #f1e0e0;
    border-radius: 0;
    margin-top: 2px;
    border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    border: 1px solid silver;
}

.TobsDropDownInventoyGridcss {
    min-height: 25px;
    width: 100%;
    background-color: #EEEEEE;
    border: none;
    -moz-appearance: none; /* Firefox */
    -webkit-appearance: none; /* Safari and Chrome */
    padding-left: 3px;
}



.TobsDropDownList_145pxcs {
    padding-top: 3px;
    padding-bottom: 3px;
    border: none;
    border-color: #0F7FAF;
    border-bottom-style: inset;
    border-bottom-width: 1px;
    background-color: #fafafa;
    border-radius: 0;
    margin-top: 2px;
    border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    border: 1px solid silver;
    width: 148px;
}



.TobsLinkButtonHelpCss {
    color: #72767c;
    font-size: 27px;
}

a.TobsLinkButtonHelpCss:hover {
    color: #2b9dce;
}




/*remove spinner on input of number*/
/* For Firefox */
input[type='number'] {
    -moz-appearance: textfield;
}

/* Webkit browsers like Safari and Chrome */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/*----------------------------------------------*/




.pnlBillingBalancePaidDesign {
    font-size: 16px;
    font-weight: 700;
    padding-top: 7px;
    padding-bottom: 7px;
    min-height: 40px;
    border-top: 2px solid #ff0000;
    border-bottom: 2px solid #ff0000;
}





/*CustomGridView.css   ******************/



/* Grid View Design Design       Start */

.DashboardGridViewCss {
    font: normal 14px "Open Sans", "Helvetica Neue", Helvetica, sans-serif;
    color: #312f2f;
    border-collapse: separate;
    border-spacing: 0;
    border: 2px double #FFFFFF;
    border-radius: 0;
    width: 100%;
    margin-bottom: 20px;
}

    .DashboardGridViewCss > tbody > tr > th {
        border-right: none;
        border-left: none;
        padding: 7px 15px 7px 15px;
        border-bottom-color: #73aec7;
        text-align: left;
    }

    .DashboardGridViewCss > tbody > tr > td {
        border-right: none;
        border-left: none;
        padding: 2px 15px 2px 15px;
        border-bottom-color: #bdb6b6;
        text-align: left;
    }

    .DashboardGridViewCss > tbody > tr:hover {
        background-color: #ECF5F9;
    }

    .DashboardGridViewCss > tbody > tr:first-child:hover {
        background-color: #FFFFFF;
    }

    .DashboardGridViewCss > tbody > tr > td > span {
        cursor: default;
    }

    .DashboardGridViewCss > tbody > tr {
        transition: 0.2s background-color;
    }


/* -------------------------------------------------------------------------------- */



/* Recent Patint On Dashboard css Design       Start */



.DashboardRecentPatientCss {
    font: normal 14px "Open Sans", "Helvetica Neue", Helvetica, sans-serif;
    color: #312f2f;
    border-collapse: separate;
    border-spacing: 0;
    border: 2px double #FFFFFF;
    border-radius: 0;
    width: 100%;
    margin-bottom: 20px;
}

    .DashboardRecentPatientCss > tbody > tr > th {
        border-right: none;
        border-left: none;
        padding: 2px 15px 2px 15px;
        border-bottom-color: #73aec7;
        text-align: left;
    }

    .DashboardRecentPatientCss > tbody > tr > td {
        border-right: none;
        border-left: none;
        padding: 2px 15px 2px 15px;
        border-bottom-color: #bdb6b6;
        text-align: left;
    }

    .DashboardRecentPatientCss > tbody > tr:hover {
        background-color: #ECF5F9;
    }

    .DashboardRecentPatientCss > tbody > tr:nth-child(even) {
        background-color: #EEEEEE;
    }

    .DashboardRecentPatientCss > tbody > tr:nth-child(odd) {
        background-color: #FFFFFF;
    }

    .DashboardRecentPatientCss > tbody > tr > td > span {
        cursor: default;
    }

    .DashboardRecentPatientCss > tbody > tr {
        transition: 0.2s background-color;
    }

/* -------------------------------------------------------------------------------- */






/* ipd Dashboard Patient On Dashboard css Design       Start */

.IPDDashboarPatientCss {
    font: normal 14px "Open Sans", "Helvetica Neue", Helvetica, sans-serif;
    color: #312f2f;
    border-collapse: separate;
    border-spacing: 0;
    border: 2px double #FFFFFF;
    border-radius: 0;
    width: 100%;
    margin-bottom: 20px;
}

    .IPDDashboarPatientCss > .row {
        padding: 2px 15px 2px 15px;
        transition: 0.2s background-color;
        border-bottom: 1px solid #a9b5b9;
    }

        .IPDDashboarPatientCss > .row:nth-of-type(even) {
            background-color: #EEEEEE;
        }



.repeater-ul {
    width: 100%;
}

    .repeater-ul > li {
        list-style-type: none;
        line-height: 14px !important;
        width: 99%;
        font-size: 12px;
        display: inline-block;
    }




/* -----------------------------
    
    
    
    
    
    
    --------------------------------------------------- */
/* Recent Just Dial CRM  css Design       Start */
.juatdialCRMCss {
    font: normal 14px "Open Sans", "Helvetica Neue", Helvetica, sans-serif;
    color: #312f2f;
    border-collapse: separate;
    border-spacing: 0;
    border: 2px double #FFFFFF;
    border-radius: 0;
    width: 100%;
    margin-bottom: 20px;
}

    .juatdialCRMCss > tbody > tr > th {
        border-right: none;
        border-left: none;
        padding: 0px;
        border-bottom-color: #73aec7;
        text-align: left;
    }

    .juatdialCRMCss > tbody > tr > td {
        border-right: none;
        border-left: none;
        padding: 2px 15px 2px 15px;
        border-bottom-color: #bdb6b6;
        text-align: left;
    }

    .juatdialCRMCss > tbody > tr:hover {
        background-color: #ECF5F9;
    }

    .juatdialCRMCss > tbody > tr:nth-child(even) {
        background-color: #e1e9eb;
    }

    .juatdialCRMCss > tbody > tr:nth-child(odd) {
        background-color: #FFFFFF;
    }

    .juatdialCRMCss > tbody > tr > td > span {
        cursor: default;
    }

    .juatdialCRMCss > tbody > tr {
        transition: 0.2s background-color;
    }

/* -------------------------------------------------------------------------------- */










/* Grid View Design Design       Start */
.TobsGridView_WithItemTemplate_Default {
    border-collapse: separate;
    border-spacing: 0;
    border: 2px double #FFFFFF;
    border-radius: 0;
    width: 100%;
    margin-bottom: 20px;
}

    .TobsGridView_WithItemTemplate_Default > tbody > tr > th {
        border-right: none;
        border-left: none;
        padding: 7px 15px 7px 15px;
        border-bottom-color: #73aec7;
        text-align: left;
    }

    .TobsGridView_WithItemTemplate_Default > tbody > tr > td {
        border-right: none;
        border-left: none;
        padding: 2px 15px 2px 15px;
        border-bottom-color: #bdb6b6;
        text-align: left;
    }

        .TobsGridView_WithItemTemplate_Default > tbody > tr > td:nth-child(2) {
            color: #0d4760;
            font-weight: bold;
        }

    .TobsGridView_WithItemTemplate_Default > tbody > tr:hover {
        background-color: #ECF5F9;
    }

    .TobsGridView_WithItemTemplate_Default > tbody > tr:first-child:hover {
        background-color: #FFFFFF;
    }

    .TobsGridView_WithItemTemplate_Default > tbody > tr > td > span {
        cursor: default;
    }

    .TobsGridView_WithItemTemplate_Default > tbody > tr {
        transition: 0.2s background-color;
    }

/* -------------------------------------------------------------------------------- */





/* TobsGridView1_Default Design Design       Start */

.cssTobsGridViewShowRecord {
    border-collapse: separate;
    border-spacing: 0;
    border: 2px double #FFFFFF;
    border-radius: 0;
    width: 98%;
    margin-bottom: 20px;
}

    .cssTobsGridViewShowRecord > tbody > tr > th {
        border-right: none;
        border-left: none;
        padding: 7px 15px 7px 15px;
        border-bottom-color: #73aec7;
        text-align: left;
    }

    .cssTobsGridViewShowRecord > tbody > tr > td {
        border-right: none;
        border-left: none;
        padding: 5px 15px 5px 15px;
        border-bottom-color: #bdb6b6;
        text-align: left;
    }

        .cssTobsGridViewShowRecord > tbody > tr > td input {
            cursor: pointer;
        }

        .cssTobsGridViewShowRecord > tbody > tr > td:nth-child(2) {
            display: none;
        }

    .cssTobsGridViewShowRecord > tbody > tr > th:nth-child(2) {
        display: none;
    }

    .cssTobsGridViewShowRecord > tbody > tr > td:nth-child(3) {
        color: #0d4760;
        font-weight: bold;
    }

    .cssTobsGridViewShowRecord > tbody > tr:hover {
        background-color: #ECF5F9;
    }

    .cssTobsGridViewShowRecord > tbody > tr:first-child:hover {
        background-color: #FFFFFF;
    }

    .cssTobsGridViewShowRecord > tbody > tr > td > span {
        cursor: default;
    }

    .cssTobsGridViewShowRecord > tbody > tr {
        transition: 0.2s background-color;
    }


.cssTobsGridViewShowRecordSelectedRow {
    background-color: #FFDFBA !important;
}
/* -------------------------------------------------------------------------------- */
/*Used in User Role Page For Grid*/
.cssTobsGridViewShowRecordSelectedRow1 {
    background-color: rgba(251, 226, 198, 0.69) !important;
}





/*Search Text Box*/
.GridSearchTextLeft {
    box-sizing: border-box;
    border: 2px double #c3d2d8;
    width: 70%;
    margin: 0px;
    padding: 0px;
    border-right: none;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}

    .GridSearchTextLeft input {
        border: none;
        width: 99%;
    }

.GridSearchTextRight {
    box-sizing: border-box;
    border: 2px double #73aec7;
    margin: 0px;
    padding: 0px;
    width: 30%;
    border-left: none;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

    .GridSearchTextRight input {
        background-color: #73aec7;
        color: white;
        border: none;
        cursor: pointer;
        padding: 2px 10px 2px 10px;
        transition: 0.4s background-color;
        width: 100%;
    }

        .GridSearchTextRight input:hover {
            background-color: #679fb6;
        }



/*Grid View Pagging */
ul.pagination {
    display: inline-block;
    padding: 0;
    margin: 0;
    float: right;
    margin-right: 2%;
}

    ul.pagination li {
        display: inline;
    }

        ul.pagination li a {
            color: black;
            float: left;
            padding: 6px 14px;
            text-decoration: none;
            transition: background-color .3s;
            border: 1px solid #ddd;
        }

.pagination li:first-child a {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.pagination li:last-child a {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

ul.pagination li a.active {
    background-color: #73aec7;
    color: white;
    border: 1px solid #73aec7;
    pointer-events: none;
}

ul.pagination li a.TotalLable {
    pointer-events: none;
    padding-top: 8px;
    padding-right: 5px;
    border: none;
}

ul.pagination li a:hover:not(.active) {
    background-color: #f1b7a8;
}

ul.pagination li a.TotalLable:hover {
    background-color: white;
}







/*Grid View For Search Patient */






/* -------------------------------------------------------------------------------- */





/*Grid View For Inventory Item */

.grdInventoryItemcss {
    background-color: #EEEEEE;
    font: normal 14px "Open Sans", "Helvetica Neue", Helvetica, sans-serif;
    color: #312f2f;
    border-collapse: separate;
    border-spacing: 0;
    border: 2px double #FFFFFF;
    border-radius: 0;
    width: 100%;
    margin-bottom: 20px;
}

    .grdInventoryItemcss > tbody > tr > th {
        background-color: #F2DEDE;
        border-right: none;
        border-bottom: 1px solid;
        border-left: none;
        padding: 0px;
        padding-top: 5px;
        padding-bottom: 5px;
        text-align: left;
    }

    .grdInventoryItemcss > tbody > tr > td {
        border-right: none;
        border-left: none;
        padding: 3px 5px 3px 5px;
        text-align: left;
    }
/*.grdInventoryItemcss > tbody > tr:last-child{ background-color:#F2DEDE;   border-right: none; border-bottom:1px solid;  border-left: none; padding: 0px; padding-top:5px; padding-bottom:5px;  text-align: left;  }*/

.grdInventoryItemcssTextBox {
    font-weight: 600;
    color: #312f2f;
    padding-top: 3px;
    padding-bottom: 3px;
    background-color: #EEEEEE;
    border: none
}

.grdInventoryItemcssTextBoxNoBG {
    font-weight: 600;
    color: #312f2f;
    background-color: white;
    padding-top: 3px;
    padding-bottom: 3px;
    border: none
}

.grdInventoryItemcssTextBox:focus {
    background-color: #FAFFBD;
}
/* -------------------------------------------------------------------------------- */



/*Grid View For Inventory Item */

.grdInventoryItemcssNonEditable {
    background-color: #EEEEEE;
    font: normal 14px "Open Sans", "Helvetica Neue", Helvetica, sans-serif;
    color: #312f2f;
    border-collapse: separate;
    border-spacing: 0;
    border: 2px double #FFFFFF;
    border-radius: 0;
    width: 100%;
    margin-bottom: 20px;
}

    .grdInventoryItemcssNonEditable > tbody > tr > th {
        background-color: #f8f7b5;
        border-right: none;
        border-bottom: 1px solid;
        border-top: 1px solid;
        border-left: none;
        padding: 0px;
        padding-top: 5px;
        padding-bottom: 5px;
        text-align: left;
    }

    .grdInventoryItemcssNonEditable > tbody > tr > td {
        border-right: none;
        border-left: none;
        padding: 3px 5px 3px 5px;
        text-align: left;
        border-bottom: 1px solid #bdb6b6;
        background-color: white;
    }

        .grdInventoryItemcssNonEditable > tbody > tr > td > input {
            background-color: rebeccapurple !important;
        }

.grdInventoryItemcssNonEditable {
    font-weight: 600;
    color: #312f2f;
    padding-top: 3px;
    padding-bottom: 3px;
    background-color: #EEEEEE;
    border: none
}



/* -------------------------------------------------------------------------------- */





.cssExaminationFindingChart {
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 0;
    margin-bottom: 5px;
    border-color: #73aec7;
}

    .cssExaminationFindingChart > tbody > tr > th {
        border-right: none;
        padding: 7px 15px 7px 15px;
        border-bottom-color: #73aec7;
        text-align: left;
    }

    .cssExaminationFindingChart > tbody > tr > td {
        border-right: 1px double #73aec7;
        border-left: none;
        padding: 5px 15px 5px 15px;
        border-bottom-color: #bdb6b6;
        text-align: left;
    }

        .cssExaminationFindingChart > tbody > tr > td input {
            cursor: pointer;
        }

    .cssExaminationFindingChart > tbody > tr > th:nth-child(2) {
        display: none;
    }

    .cssExaminationFindingChart > tbody > tr > td:nth-child(2) {
        display: none;
    }

    .cssExaminationFindingChart > tbody > tr > th:nth-child(3) {
        display: none;
    }

    .cssExaminationFindingChart > tbody > tr > td:nth-child(3) {
        display: none;
    }

    .cssExaminationFindingChart > tbody > tr > th:nth-child(4) {
        display: none;
    }

    .cssExaminationFindingChart > tbody > tr > td:nth-child(4) {
        display: none;
    }





    .cssExaminationFindingChart > tbody > tr:hover {
        background-color: #ECF5F9;
    }

    .cssExaminationFindingChart > tbody > tr:first-child:hover {
        background-color: #FFFFFF;
    }

    .cssExaminationFindingChart > tbody > tr > td > span {
        cursor: default;
    }

    .cssExaminationFindingChart > tbody > tr {
        transition: 0.2s background-color;
    }







.AccountDisplayGridCss {
    font: normal 14px "Open Sans", "Helvetica Neue", Helvetica, sans-serif;
    color: #000000;
    border-collapse: separate;
    border-spacing: 0;
    border: 2px double #FFFFFF;
    border-radius: 0;
    width: 100%;
    margin-bottom: 20px;
}

    .AccountDisplayGridCss > tbody > tr > th {
        border-right: none;
        border-left: none;
        padding: 0px;
        border-bottom-color: #73aec7;
        text-align: left;
    }

    .AccountDisplayGridCss > tbody > tr > td {
        border-right: none;
        border-left: none;
        padding: 2px 15px 2px 15px;
        border-bottom-color: #bdb6b6;
        text-align: left;
    }

    .AccountDisplayGridCss > tbody > tr:hover {
        background-color: #f3ea80;
    }

    .AccountDisplayGridCss > tbody > tr > th:hover {
        background-color: white;
    }

.AccountDisplayGridRowFocus {
    background-color: #f3ea80;
}







/*DataPopupWindow.css****************************************************/





.cssTobsGridViewDataPopup {
    border-collapse: separate;
    border-spacing: 0;
    border: 2px double #FFFFFF;
    border-radius: 0;
    width: 98%;
    margin-bottom: 20px;
}

    .cssTobsGridViewDataPopup > tbody > tr > th {
        border-right: none;
        border-left: none;
        padding: 7px 10px 7px 10px;
        border-bottom-color: #73aec7;
        text-align: left;
    }

    .cssTobsGridViewDataPopup > tbody > tr > td {
        border-right: none;
        border-left: none;
        padding: 5px 5px 5px 5px;
        border-bottom-color: #bdb6b6;
        text-align: left;
    }

        .cssTobsGridViewDataPopup > tbody > tr > td input {
            cursor: pointer;
        }

        .cssTobsGridViewDataPopup > tbody > tr > td:nth-child(2) {
            display: none;
        }

    .cssTobsGridViewDataPopup > tbody > tr > th:nth-child(2) {
        display: none;
    }

    .cssTobsGridViewDataPopup > tbody > tr > td:nth-child(3) {
        color: #0d4760;
        font-weight: bold;
    }

    .cssTobsGridViewDataPopup > tbody > tr:hover {
        background-color: #a7c8d7;
    }

    .cssTobsGridViewDataPopup > tbody > tr:first-child:hover {
        background-color: #FFFFFF;
    }

    .cssTobsGridViewDataPopup > tbody > tr > td > span {
        cursor: default;
    }

    .cssTobsGridViewDataPopup > tbody > tr {
        transition: 0.2s background-color;
    }




/*Type 1    */
.DataPopupAddButtonControlDefault {
    background-color: #bfcfd5;
    color: #38444F;
    border: none;
    cursor: pointer;
    transition: 0.3s background-color;
}
/*input.DataPopupAddButtonControlDefault:hover { background-color: #0F7FAF; color: white; }*/

input.DataPopupAddButtonControlDefault:hover {
    background-color: #e93b5b;
    color: white;
}






.DataPopupOverlayEffect { /*background-color: black; filter: alpha(opacity=70); 
                          opacity: 0.7; width: 99%;
                           height: 1500px;
                            z-index: 400;
                             position: absolute;
                              top: 0; left: 0; margin-top: 1%; margin-bottom: 1%;*/
    background-color: black;
    filter: alpha(opacity=30);
    opacity: 0.3;
    width: 100%;
    height: 100%;
    z-index: 400;
    position: fixed;
    top: 0;
    left: 0;
    margin-top: 0%;
    margin-bottom: 0%;
}

.DataPopupPanelEffect {
    border-color: #0F7FAF;
    border-style: solid;
    color: #414040;
    border-width: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    top: 20%;
    left: 50%;
    padding: 0px 0px 0px 0px;
    text-align: center;
    -ms-transform: translateX(-50%) translateY(-20%);
    -webkit-transform: translate(-50%,-20%);
    transform: translate(-50%,-20%);
    z-index: 1000;
    position: fixed;
    background-color: White;
    display: block;
}

@media(max-width:768px) {
    .DataPopupPanelEffect {
        width: 95% !important;
    }
}








/*Search Text Box*/
.DataPopupSearchTextLeft {
    box-sizing: border-box;
    border: 2px double #c3d2d8;
    width: 70%;
    margin: 0px;
    padding: 0px;
    border-right: none;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}

    .DataPopupSearchTextLeft input {
        border: none;
        width: 99%;
    }

.DataPopupSearchTextRight {
    box-sizing: border-box;
    border: 2px double #73aec7;
    margin: 0px;
    padding: 0px;
    width: 30%;
    border-left: none;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

    .DataPopupSearchTextRight input {
        background-color: #73aec7;
        color: white;
        border: none;
        cursor: pointer;
        padding: 2px 10px 2px 10px;
        transition: 0.4s background-color;
        width: 101%;
    }

        .DataPopupSearchTextRight input:hover {
            background-color: #679fb6;
        }




/*Grid View Pagging */
ul.DataPopupPagination {
    display: inline-block;
    padding: 0;
    margin: 0;
    float: right;
    margin-right: 2%;
}

    ul.DataPopupPagination li {
        display: inline;
    }

        ul.DataPopupPagination li a {
            color: black;
            float: left;
            padding: 4px 8px;
            text-decoration: none;
            transition: background-color .3s;
            border: 1px solid #ddd;
        }

.DataPopupPagination li:first-child a {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.DataPopupPagination li:last-child a {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

ul.DataPopupPagination li a.active {
    background-color: #73aec7;
    color: white;
    border: 1px solid #73aec7;
    pointer-events: none;
}

ul.DataPopupPagination li a.DataPopupTotalLable {
    pointer-events: none;
    padding-top: 5px;
    padding-right: 5px;
    border: none;
}

ul.DataPopupPagination li a:hover:not(.active) {
    background-color: #f1b7a8;
}

ul.DataPopupPagination li a.DataPopupTotalLable:hover {
    background-color: white;
}








/*DefaultGridAddPanelPopup.css *********************/

.DefaultGridAdd_Popup_Panel_Display_Right {
    position: fixed;
    top: 100px;
    left: 50%;
    background-color: #f1f6f7;
    border: 2px solid #77BACE;
    -webkit-box-shadow: inset 0 0px 1px #ccc, 0 0 4px #ADDCE6;
    -moz-box-shadow: inset 0 0px 1px #ccc, 0 0 4px #ADDCE6;
    box-shadow: inset 0 0px 0px #ccc, 0 0 4px #ADDCE6;
    z-index: 10;
    padding-left: 7px;
    padding-right: 7px;
    padding-bottom: 10px;
}

.DefaultGridAdd_Popup_Panel_Display_Left {
    position: fixed;
    top: 100px;
    right: 51%;
    background-color: #f1f6f7;
    border: 2px solid #77BACE;
    -webkit-box-shadow: inset 0 0px 1px #ccc, 0 0 4px #ADDCE6;
    -moz-box-shadow: inset 0 0px 1px #ccc, 0 0 4px #ADDCE6;
    box-shadow: inset 0 0px 0px #ccc, 0 0 4px #ADDCE6;
    z-index: 10;
    padding-left: 7px;
    padding-right: 7px;
    padding-bottom: 10px;
}

.DefaultGridAdd_Popup_Panel_Header {
    color: white;
    font-size: medium;
    font-style: normal;
    background-color: #0F7FAF;
    margin-left: -7px;
    margin-right: -7px;
    padding: 6px;
}

.DefaultGridAdd_Popup_Panel_LabelContainer {
    padding-top: 2px;
    padding-bottom: 4px;
}


a.DefaultGridAdd_Popup_Panel_AddButton {
    border: none;
    cursor: pointer;
    padding: 4px 12px 4px 12px;
    transition: 0.3s background-color;
    color: white;
    text-decoration: none;
    background-color: #0F7FAF;
    margin-top: 15px;
    margin-right: 5px;
}

    a.DefaultGridAdd_Popup_Panel_AddButton:hover {
        background-color: #7badc2;
        color: white;
    }



/*Link Button*/
.DefaultGridAddGridAddRowscss {
    color: #808080;
    text-decoration: none;
    padding: 0px;
}

a.DefaultGridAddGridAddRowscss:hover {
    color: #2b9dce;
}


.DefaultGridAddGridRemoveowscss {
    color: #bababa;
    text-decoration: none;
    padding: 0px;
    font-size: smaller !important;
}

a.DefaultGridAddGridRemoveowscss:hover {
    color: #2b9dce;
}








/*  TEXT BOX */
.DefaultGridAddTextBoxDefaultcss {
    border: solid 1px silver;
    margin: 2px 0px 0px 0px;
    height: 24px;
    padding-left: 1px;
    -moz-appearance: textfield;
    resize: none;
}


input.DefaultGridAddTextBoxDefaultcss:focus {
    outline: none;
    color: #666666;
    border: 1px solid #77BACE;
    -webkit-box-shadow: inset 0 2px 2px #ccc, 0 0 10px #ADDCE6;
    -moz-box-shadow: inset 0 2px 2px #ccc, 0 0 10px #ADDCE6;
    box-shadow: inset 0 2px 2px #ccc, 0 0 10px #ADDCE6;
}







/*Labels*/
.DefaultGridAddGridLinescss {
    color: #0F7EAE;
    padding-left: 2px;
    font-size: small;
}

.DefaultGridAddGridLinesGraycss {
    color: #808080;
    padding-left: 2px;
    font-size: 12px;
    font-style: italic;
}




/*EHRControls.css ******************************/


/*Labels*/
.TobsEHRGridLinescss {
    color: #0F7EAE;
    padding-left: 2px;
    font-size: small;
}

.TobsEHRGridLinesGraycss {
    color: #808080;
    padding-left: 2px;
    font-size: 12px;
    font-style: italic;
}




/*Link Button*/
.TobsEHRGridAddRowscss {
    color: #808080;
    text-decoration: none;
    padding: 0px;
}

a.TobsEHRGridAddRowscss:hover {
    color: #2b9dce;
}


.TobsEHRGridRemoveowscss {
    color: #bababa;
    text-decoration: none;
    padding: 0px;
    font-size: smaller !important;
}

a.TobsEHRGridRemoveowscss:hover {
    color: #2b9dce;
}





/*  TEXT BOX */
.TobsEHRTextBoxDefaultcss {
    border: solid 1px silver;
    margin: 2px 0px 0px 0px;
    height: 24px;
    padding-left: 1px;
    -moz-appearance: textfield;
    resize: none;
}


input.TobsEHRTextBoxDefaultcss:focus {
    outline: none;
    color: #666666;
    border: 1px solid #77BACE;
    -webkit-box-shadow: inset 0 2px 2px #ccc, 0 0 10px #ADDCE6;
    -moz-box-shadow: inset 0 2px 2px #ccc, 0 0 10px #ADDCE6;
    box-shadow: inset 0 2px 2px #ccc, 0 0 10px #ADDCE6;
}


.grdEHRcssLableHeader {
    color: #0c6287;
    padding-left: 2px;
}


.grdEHRcssTextBox {
    color: #565252 !important;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 1px;
    padding-right: 1px;
    background-color: #ffffff;
    border: none
}

    .grdEHRcssTextBox:focus {
        background-color: #FAFFBD;
    }
















/*LoaddingImage.css *******************************/

/*New Loader Added On 09-04-2020*/
.loaderx {
    background-image: url('../../Resources/Images/spinner.svg') !important;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 70px;
    height: 70px;
    z-index: 9999;
}

.LoaddingImageEffect {
    z-index: 9999;
    height: 100%;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    margin-top: 0%;
    margin-bottom: 0%;
}


.LoaddingImageOverlayEffect {
    background-color: black;
    filter: alpha(opacity=70);
    opacity: 0.1;
    width: 100%;
    height: 100%;
    z-index: 9997;
    position: fixed;
    top: 0;
    left: 0;
    margin-top: 0%;
    margin-bottom: 0%;
}



/* Master.css*/

html, body {
    height: 100%;
    margin: 0;
    font: normal 13px/1 "Open Sans", "Helvetica Neue", Helvetica, sans-serif;
}

    body::-webkit-scrollbar {
        width: 8px;
        height: 8px;
        background-color: #d5e1e5;
    }

    body::-webkit-scrollbar-thumb {
        background-color: #c2c8cd;
        border-radius: 5px;
    }

        body::-webkit-scrollbar-thumb:hover {
            background-color: #a9b1b8;
            border: 1px solid #9ea1a3;
        }

        body::-webkit-scrollbar-thumb:active {
            background-color: #9bb7d2;
            /*border: 1px solid #31708F;*/
        }

    body::-webkit-scrollbar-track {
        /*border: 1px #dc3e3e solid;*/
        border-radius: 5px;
        -webkit-box-shadow: 0 0 2px #cedbe2 inset;
    }



.NoConfirmBox {
}

NoTab {
}

@media (max-width:700px) {
    .TobsMenuControls {
        display: none;
    }
}


.MasterPageheader {
    background-color: #2A3F54;
    height: 50px;
}

.MasterPageCenter {
    width: 100%;
    height: 500px;
}

.MasterPageFooter {
    height: 25px;
    background-color: #3A3D42;
}

.MasterPageIframeHeader {
    height: 0px;
    background-color: #f00;
}

.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

#tblMasterPageCenter {
    width: 100%;
    height: 100%;
}

#tblMasterPageCenter_tdFIrst {
    width: 15%;
    vertical-align: top;
    background-color: #2A3F54;
}

#tblMasterPageCenter_tdTongle {
    width: 1%;
    vertical-align: top;
    cursor: pointer;
    transition: 1s background-image;
}

    #tblMasterPageCenter_tdTongle:hover {
        background-position: left center;
        background-image: url('../../Resources/Icon/SideTongle.png');
        background-repeat: no-repeat;
    }

#tblMasterPageCenter_tdFrame {
    width: 84%;
    vertical-align: top;
}



.Masterpage_SideMenuSearchdiv {
    box-sizing: border-box;
    padding-left: 5px;
    padding-top: 2px;
    background-color: white;
    margin-left: 4%;
    margin-right: 4%;
    height: 25px;
    margin-bottom: 7px;
}

.MaterPage_SideMenuSearch_icon {
    position: relative;
    z-index: 2;
    display: block;
    float: right;
    width: 16px;
    height: 16px;
    margin: -17px 5px 0 0;
    text-align: center;
    pointer-events: none;
    line-height: 24px;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    background-image: url('../../Resources/Icon/search.png');
}







/* Asp Menu Control Design       Start */
.TobsMenuControls {
    font: normal 13px "Open Sans", "Helvetica Neue", Helvetica, sans-serif;
}

    .TobsMenuControls ul.static {
        list-style: none;
        background-color: #35495D;
        text-align: center;
        padding: 0;
        margin: 0;
    }

    .TobsMenuControls ul.dynamic {
        list-style: none;
        background-color: #35495D;
        text-align: center;
        padding: 0;
        margin: 0;
    }

    .TobsMenuControls li.static:first-child {
        background-color: #bb4040;
        color: #fff;
    }

    .TobsMenuControls li.static {
        line-height: 30px;
        height: 30px;
        width: inherit !important;
    }

    .TobsMenuControls li.dynamic {
        line-height: 30px;
        height: 30px;
        width: inherit !important;
    }

    .TobsMenuControls a.static {
        text-decoration: none;
        color: #fff;
        display: block;
        transition: 0.4s background-color;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .TobsMenuControls a.dynamic {
        text-decoration: none;
        color: #fff;
        display: block;
        transition: 0.4s background-color;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .TobsMenuControls a.highlighted {
        background-color: #0F7EAE !important;
    }

    .TobsMenuControls a.selected {
    }
/*Asp  Menu Control Design     End */









/* Menu verticale html ul li  Design       Start */
TobsMenuControlsVerticle {
    font: normal 13px "Open Sans", "Helvetica Neue", Helvetica, sans-serif;
    color: white;
}

.TobsMenuControlsVerticle li.tobs_Static:first-child {
    background-color: #1ABB9C;
    color: #fff;
}

.TobsMenuControlsVerticle ul.tobs_Static {
    list-style: none;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 99%;
}

.TobsMenuControlsVerticle ul.tobs_Dynamic {
    list-style: none;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 99%;
}

.TobsMenuControlsVerticle li.tobs_Static {
    line-height: 30px;
    height: 30px;
    width: inherit !important;
    width: 99%;
    background-color: #35495D;
}

.TobsMenuControlsVerticle li.tobs_Dynamic {
    line-height: 30px;
    height: 30px;
    width: inherit !important;
    width: 99%;
    background-color: #2A3F54;
}

.TobsMenuControlsVerticle a.tobs_Static {
    text-decoration: none;
    color: #fff;
    display: block;
    transition: 0.4s background-color;
    padding-left: 15px !important;
    padding-right: 15px !important;
    cursor: pointer;
    text-align: left;
}

.TobsMenuControlsVerticle a.tobs_Dynamic {
    text-decoration: none;
    color: #fff;
    display: block;
    transition: 0.4s background-color;
    padding-left: 15px !important;
    padding-right: 15px !important;
    cursor: pointer;
    text-align: left;
    padding-left: 2px;
}

.TobsMenuControlsVerticle a:hover {
    background-color: #465b70;
}

/* -------------------------------------------------------------------------------- */



/*CustomScrollbar  scrollbar*/

.CustomScrollbar::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: #d5e1e5;
}

.CustomScrollbar::-webkit-scrollbar-thumb {
    background-color: #31708F;
    border-radius: 10px;
}

    .CustomScrollbar::-webkit-scrollbar-thumb:hover {
        background-color: #dc3e3e;
        /*border: 1px solid #31708F;*/
    }

    .CustomScrollbar::-webkit-scrollbar-thumb:active {
        background-color: #dc3e3e;
        /*border: 1px solid #31708F;*/
    }

.CustomScrollbar::-webkit-scrollbar-track {
    /*border: 1px #dc3e3e solid;*/
    border-radius: 10px;
    -webkit-box-shadow: 0 0 2px #dc3e3e inset;
}
/*CustomScrollbar  END-------------------------------------------END */






/*CustomScrollbar  scrollbar 2 */

.CustomScrollbar1::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: #31708F;
}

.CustomScrollbar1::-webkit-scrollbar-thumb {
    background-color: #1ABB9C;
    border-radius: 10px;
}

    .CustomScrollbar1::-webkit-scrollbar-thumb:hover {
        background-color: #1ABB9C;
        /*border: 1px solid #31708F;*/
    }

    .CustomScrollbar1::-webkit-scrollbar-thumb:active {
        background-color: #1ABB9C;
        /*border: 1px solid #31708F;*/
    }

.CustomScrollbar1::-webkit-scrollbar-track {
    /*border: 1px #dc3e3e solid;*/
    border-radius: 10px;
    -webkit-box-shadow: 0 0 2px #dc3e3e inset;
}
/*CustomScrollbar1  END-----*/






/*CustomScrollbar  scrollbar 2 */

.CustomScrollbar2::-webkit-scrollbar {
    width: 4px;
    height: 5px;
    background-color: #31708F;
}

.CustomScrollbar2::-webkit-scrollbar-thumb {
    background-color: #1ABB9C;
    border-radius: 5px;
}

    .CustomScrollbar2::-webkit-scrollbar-thumb:hover {
        background-color: #1ABB9C;
        /*border: 1px solid #31708F;*/
    }

    .CustomScrollbar2::-webkit-scrollbar-thumb:active {
        background-color: #1ABB9C;
        /*border: 1px solid #31708F;*/
    }

.CustomScrollbar2::-webkit-scrollbar-track {
    /*border: 1px #dc3e3e solid;*/
    border-radius: 5px;
    -webkit-box-shadow: 0 0 2px #dc3e3e inset;
}
/*CustomScrollbar1  END-----*/



/*SEARCH CONTROL IN HOME -----*/
.SearchMainContainer {
    display: none;
    width: 99%;
    overflow: auto;
    background-image: url(../../Resources/Images/BackgroundLight.png);
    background-repeat: repeat;
    border: 1px solid #35495D;
    border-radius: 5px !important;
    padding: 5px 0 0 0 !important;
}

.SearchPatientRow {
    padding: 5px 5px 5px 5px;
    cursor: pointer;
}

    .SearchPatientRow:hover {
        background-color: #c9cdd9 !important;
        border-radius: 5px;
    }


#Master_Iframe {
    border: none !important;
    width: 100%;
    height: 100% !important;
    /*border: 3px solid green !important;*/
}

.Master_Iframe_Holder {
    /*    background-image: url('../../Resources/Images/spinner.svg') !important;*/
    background-position: center;
    background-repeat: no-repeat;
    /*border: 3px solid red !important;*/
    width: 100%;
}

.Master_Iframe_Holder-LoadingImage {
    transition-property: background-image;
    transition-duration: 5s;
    transition-delay: 2s;
    background-image: url('../../Resources/Images/spinner.svg') !important;
}



/*SEARCH CONTROL IN HOME-----*/







/*ACTION BUTTON DESIGN  START-----*/

.ActionDropDownCustumButton {
    background-color: transparent;
}

    .ActionDropDownCustumButton a.btn {
        border: 1px solid #50C1CF;
        border-bottom: none;
    }

    .ActionDropDownCustumButton ul {
        color: white !important;
        border: 1px solid #465b70 !important;
        background-color: #31708F !important;
        -webkit-box-shadow: 0 0 15px #31708F;
    }

        .ActionDropDownCustumButton ul:after {
            display: none !important; /*This Line Will Hide Upside Corner Image*/
        }

    .ActionDropDownCustumButton > ul > li > a {
        color: white !important;
        font-size: 15px !important;
        padding: 10px 20px 10px 30px !important;
    }

        .ActionDropDownCustumButton > ul > li > a:focus {
            background-color: #5c8ca4 !important;
            color: white !important;
        }

        .ActionDropDownCustumButton > ul > li > a:hover {
            background-color: #5c8ca4 !important;
            color: white !important;
        }
/*ACTION BUTTON DESIGN  END-----*/





/*ACTION BUTTON DESIGN  START-----*/

.ActionDropDownCustumButton-Style2 {
    background-color: transparent;
}

    .ActionDropDownCustumButton-Style2 a.btn {
        color: #5c1ac3 !important;
    }

    .ActionDropDownCustumButton-Style2 ul {
        color: #3b3f5c !important;
        border: 1px solid #3b3f5c4a !important;
        -webkit-box-shadow: 0 0 15px #3b3f5c;
    }

        .ActionDropDownCustumButton-Style2 ul:after {
            display: none !important; /*This Line Will Hide Upside Corner Image*/
        }

    .ActionDropDownCustumButton-Style2 > ul > li > a {
        color: #3b3f5c !important;
        font-size: 15px !important;
        padding: 10px 20px 10px 30px !important;
    }

        .ActionDropDownCustumButton-Style2 > ul > li > a:focus {
            background-color: #6610f2 !important;
            color: white !important;
        }

        .ActionDropDownCustumButton-Style2 > ul > li > a:hover {
            background-color: #6610f2 !important;
            color: white !important;
        }
/*ACTION BUTTON DESIGN  END-----*/













.BatchAnchor {
}


    .BatchAnchor:focus {
        font-weight: bold;
        color: #f00;
        border-bottom: 2px solid #dc3e3e !important;
    }





/*Shadow Design on 10-04-2020-----*/
.shadow-inner-s0 {
    -webkit-box-shadow: inset 0px 0px 15px -2px rgba(0, 0, 0, 0.30);
    -moz-box-shadow: inset 0px 0px 15px -2px rgba(0,0,0,0.30);
    box-shadow: inset 0px 0px 15px -2px rgba(0,0,0,0.30);
}

.shadow-inner-s1 {
    -webkit-box-shadow: inset 0px 0px 47px -10px rgba(0,0,0,0.53);
    -moz-box-shadow: inset 0px 0px 47px -10px rgba(0,0,0,0.53);
    box-shadow: inset 0px 0px 47px -10px rgba(0,0,0,0.53);
}

.shadow-inner-s2 {
    -webkit-box-shadow: inset 0px 0px 47px -20px rgba(0,0,0,0.53);
    -moz-box-shadow: inset 0px 0px 47px -20px rgba(0,0,0,0.53);
    box-shadow: inset 0px 0px 47px -20px rgba(0,0,0,0.53);
}

.shadow-outer-s0 {
    -webkit-box-shadow: 0px 0px 20px -10px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 20px -10px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 20px -10px rgba(0,0,0,0.5);
}

.shadow-outer-s1 {
    -webkit-box-shadow: 0px 0px 47px -20px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 47px -20px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 47px -20px rgba(0,0,0,0.5);
}

.shadow-outer-s2 {
    -webkit-box-shadow: 0px 0px 47px -15px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 47px -15px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 47px -15px rgba(0,0,0,0.5);
}


.ui-autocomplete {
    max-height: 300px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
    /* add padding to account for vertical scrollbar */
    padding-right: 0px;
}






/* MessageWindows.css******************/

/* Notification Message Design */
.InformationNotification {
    padding: 10px;
    margin-left: 2px;
    width: 100%;
    background-color: #DFF0D8;
    color: #3C763D;
    font-size: 14px;
    line-height: 1.2em;
    border-color: #C7DAB8;
    border-style: solid;
    border-width: 1px;
    border-radius: 4px;
    margin-top: 5px;
}

.ErrorNotification {
    padding: 10px;
    margin-left: 2px;
    width: 100%;
    background-color: #F2DEDE;
    color: #A9445F;
    font-size: 14px;
    line-height: 1.2em;
    border-color: #dcc8c8;
    border-style: solid;
    border-width: 1px;
    border-radius: 4px;
}

.InformationNotification a {
    float: right; /*margin-top:-10px;*/
    color: #282828;
}

.ErrorNotification a {
    float: right; /*margin-top:-10px;*/
    color: #282828;
}




.MessageBoxYesNoOverlayEffect {
    background-color: black;
    filter: alpha(opacity=30);
    opacity: 0.3;
    width: 99%;
    height: 100%;
    z-index: 400;
    position: fixed;
    top: 0;
    left: 0;
    margin-top: 0%;
    margin-bottom: 0%;
}

.MessageBoxYesNoPanelEffectII {
    border-color: #0F7FAF;
    border-style: solid;
    color: #414040;
    border-width: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-top-width: 15px;
    font-size: large;
    top: 40%;
    left: 45%;
    padding: 30px 75px 15px 75px;
    text-align: center;
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 1000;
    background-color: White;
    display: block;
    /*border-top-right-radius: 35px;
    border-bottom-left-radius: 35px;*/
    position: fixed;
}


.MessageBoxYesNoPanelEffect {
    border-color: #0F7FAF;
    border-style: solid;
    color: #414040;
    border-width: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-top-width: 15px;
    font-size: large;
    top: 40%;
    left: 45%;
    padding: 30px 75px 15px 75px;
    text-align: center;
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 1000;
    background-color: White;
    display: block;
    /*border-top-right-radius: 35px;
    border-bottom-left-radius: 35px;*/
    position: fixed;
}


    .MessageBoxYesNoPanelEffect input {
        background-color: #337AB7;
        color: white;
        border: none;
        margin-right: 8px;
        margin-bottom: 5px;
        margin-top: 5px;
        cursor: pointer;
        padding: 5px 30px 5px 30px;
        transition: 0.4s background-color;
        width: 45%;
        border-color: #2E6DA4;
        border-style: solid;
        border-width: 0.1em;
        border-radius: 3px;
    }

        .MessageBoxYesNoPanelEffect input:hover {
            background-color: #459cc2;
        }








.linkButtoncss {
    background-color: #337AB7;
    color: white;
    border: none;
    margin-right: 8px;
    margin-bottom: 5px;
    margin-top: 5px;
    cursor: pointer;
    padding: 5px 30px 5px 30px;
    transition: 0.4s background-color;
    width: 45%;
    border-color: #2E6DA4;
    border-style: solid;
    border-width: 0.1em;
    border-radius: 3px;
}

    .linkButtoncss:focus {
        background-color: #459cc2;
        color: #ffffff !important;
        text-decoration: none;
    }

    .linkButtoncss:hover {
        background-color: #459cc2;
        color: #ffffff !important;
        text-decoration: none;
    }






.notifyjs-custom-base {
    white-space: nowrap;
    background-color: #0F7FAF;
    padding: 15px;
    padding-top: 2px;
    font-size: 14px;
    font-weight: 500;
    margin-top: 45px;
    margin-right: 12px;
    line-height: 1.5;
    -webkit-box-shadow: -8px 8px 10px 0px rgba(0,0,0,0.34);
    -moz-box-shadow: -8px 8px 10px 0px rgba(0,0,0,0.34);
    box-shadow: -8px 8px 10px 0px rgba(0,0,0,0.34);
}

.notifyjs-custom-error {
    border: 1px solid #6d757d;
    color: #ECF0F1;
    background: #DF4958;
    border-color: #d03746;
    border-radius: 3px;
}

.notifyjs-custom-success {
    border: 1px solid #6d757d;
    color: White;
    background: #3CAF57;
    border-color: #31a74c;
    border-radius: 3px;
}

.notifyjs-custom-header-div {
    border-bottom: 1px solid rgba(194, 197, 200, 0.31);
    margin-bottom: 3px;
}

.TopMessage {
    width: 100%;
    padding: 7px 7px 7px 15px;
    background-color: #e96c6c;
    color: #DFF0D8;
    font-size: 16px;
    font-weight: 700;
    margin: 5px;
    border-radius: 5px;
    border: 1px solid #be887c;
    -webkit-box-shadow: 0px 2px 16px 1px rgba(0,0,0,0.20);
    -moz-box-shadow: 0px 2px 16px 1px rgba(0,0,0,0.20);
    box-shadow: 0px 2px 16px 1px rgba(0,0,0,0.20);
}


.YesNoDialogDescription {
    padding-bottom: 100px !important;
}

    .YesNoDialogDescription p:first-child {
        color: #bd1f1f;
        font-weight: 900;
        text-align: left;
        border-bottom: 1px solid #b2b5b2;
        padding-bottom: 3px;
    }

    .YesNoDialogDescription p {
        color: #2f482a;
        font-weight: normal;
        text-align: left;
        border-bottom: 1px solid #b2b5b2;
        padding-bottom: 3px;
    }

        .YesNoDialogDescription p :last-child {
            padding-bottom: 25px;
        }


/*NewGull.css  ************************/


.disabledx {
    pointer-events: none;
    opacity: 0.5;
}

.hideForNoContent {
    display: none !important;
}


.w-25 {
    width: 25% !important;
}

.w-50 {
    width: 50% !important;
}

.w-75 {
    width: 75% !important;
}

.w-100 {
    width: 100% !important;
}

.w-auto {
    width: auto !important;
}

.h-25 {
    height: 25% !important;
}

.h-50 {
    height: 50% !important;
}

.h-75 {
    height: 75% !important;
}

.h-100 {
    height: 100% !important;
}

.h-auto {
    height: auto !important;
}

.mw-100 {
    max-width: 100% !important;
}

.mh-100 {
    max-height: 100% !important;
}

.m-0 {
    margin: 0 !important;
}

.mt-0,
.my-0 {
    margin-top: 0 !important;
}

.mr-0,
.mx-0 {
    margin-right: 0 !important;
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
    margin-left: 0 !important;
}

.m-1 {
    margin: 0.25rem !important;
}

.mt-1,
.my-1 {
    margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
    margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
    margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
    margin-left: 0.25rem !important;
}

.m-2 {
    margin: 0.5rem !important;
}

.mt-2,
.my-2 {
    margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
    margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
    margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
    margin-left: 0.5rem !important;
}

.m-3 {
    margin: 1rem !important;
}

.mt-3,
.my-3 {
    margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important;
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
    margin-left: 1rem !important;
}

.m-4 {
    margin: 1.5rem !important;
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important;
}

.m-5 {
    margin: 3rem !important;
}

.mt-5,
.my-5 {
    margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
    margin-right: 3rem !important;
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
    margin-left: 3rem !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-0,
.py-0 {
    padding-top: 0 !important;
}

.pr-0,
.px-0 {
    padding-right: 0 !important;
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
    padding-left: 0 !important;
}

.p-1 {
    padding: 0.25rem !important;
}

.pt-1,
.py-1 {
    padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
    padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
    padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
    padding-left: 0.25rem !important;
}

.p-2 {
    padding: 0.5rem !important;
}

.pt-2,
.py-2 {
    padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
    padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
    padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
    padding-left: 0.5rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.pt-3,
.py-3 {
    padding-top: 1rem !important;
}

.pr-3,
.px-3 {
    padding-right: 1rem !important;
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
    padding-left: 1rem !important;
}

.p-4 {
    padding: 1.5rem !important;
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
    padding-left: 1.5rem !important;
}

.p-5 {
    padding: 3rem !important;
}

.pt-5,
.py-5 {
    padding-top: 3rem !important;
}

.pr-5,
.px-5 {
    padding-right: 3rem !important;
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
    padding-left: 3rem !important;
}

.m-auto {
    margin: auto !important;
}

.mt-auto,
.my-auto {
    margin-top: auto !important;
}

.mr-auto,
.mx-auto {
    margin-right: auto !important;
}

.mb-auto,
.my-auto {
    margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
    margin-left: auto !important;
}

@media (min-width: 576px) {
    .m-sm-0 {
        margin: 0 !important;
    }

    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important;
    }

    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important;
    }

    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important;
    }

    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important;
    }

    .m-sm-1 {
        margin: 0.25rem !important;
    }

    .mt-sm-1,
    .my-sm-1 {
        margin-top: 0.25rem !important;
    }

    .mr-sm-1,
    .mx-sm-1 {
        margin-right: 0.25rem !important;
    }

    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-sm-1,
    .mx-sm-1 {
        margin-left: 0.25rem !important;
    }

    .m-sm-2 {
        margin: 0.5rem !important;
    }

    .mt-sm-2,
    .my-sm-2 {
        margin-top: 0.5rem !important;
    }

    .mr-sm-2,
    .mx-sm-2 {
        margin-right: 0.5rem !important;
    }

    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-sm-2,
    .mx-sm-2 {
        margin-left: 0.5rem !important;
    }

    .m-sm-3 {
        margin: 1rem !important;
    }

    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important;
    }

    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important;
    }

    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important;
    }

    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important;
    }

    .m-sm-4 {
        margin: 1.5rem !important;
    }

    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important;
    }

    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important;
    }

    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important;
    }

    .m-sm-5 {
        margin: 3rem !important;
    }

    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem !important;
    }

    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem !important;
    }

    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem !important;
    }

    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem !important;
    }

    .p-sm-0 {
        padding: 0 !important;
    }

    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important;
    }

    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important;
    }

    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important;
    }

    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important;
    }

    .p-sm-1 {
        padding: 0.25rem !important;
    }

    .pt-sm-1,
    .py-sm-1 {
        padding-top: 0.25rem !important;
    }

    .pr-sm-1,
    .px-sm-1 {
        padding-right: 0.25rem !important;
    }

    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-sm-1,
    .px-sm-1 {
        padding-left: 0.25rem !important;
    }

    .p-sm-2 {
        padding: 0.5rem !important;
    }

    .pt-sm-2,
    .py-sm-2 {
        padding-top: 0.5rem !important;
    }

    .pr-sm-2,
    .px-sm-2 {
        padding-right: 0.5rem !important;
    }

    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-sm-2,
    .px-sm-2 {
        padding-left: 0.5rem !important;
    }

    .p-sm-3 {
        padding: 1rem !important;
    }

    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important;
    }

    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important;
    }

    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important;
    }

    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important;
    }

    .p-sm-4 {
        padding: 1.5rem !important;
    }

    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important;
    }

    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important;
    }

    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important;
    }

    .p-sm-5 {
        padding: 3rem !important;
    }

    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem !important;
    }

    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem !important;
    }

    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem !important;
    }

    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem !important;
    }

    .m-sm-auto {
        margin: auto !important;
    }

    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important;
    }

    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important;
    }

    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important;
    }

    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 !important;
    }

    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important;
    }

    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important;
    }

    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important;
    }

    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important;
    }

    .m-md-1 {
        margin: 0.25rem !important;
    }

    .mt-md-1,
    .my-md-1 {
        margin-top: 0.25rem !important;
    }

    .mr-md-1,
    .mx-md-1 {
        margin-right: 0.25rem !important;
    }

    .mb-md-1,
    .my-md-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-md-1,
    .mx-md-1 {
        margin-left: 0.25rem !important;
    }

    .m-md-2 {
        margin: 0.5rem !important;
    }

    .mt-md-2,
    .my-md-2 {
        margin-top: 0.5rem !important;
    }

    .mr-md-2,
    .mx-md-2 {
        margin-right: 0.5rem !important;
    }

    .mb-md-2,
    .my-md-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-md-2,
    .mx-md-2 {
        margin-left: 0.5rem !important;
    }

    .m-md-3 {
        margin: 1rem !important;
    }

    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important;
    }

    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important;
    }

    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important;
    }

    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important;
    }

    .m-md-4 {
        margin: 1.5rem !important;
    }

    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important;
    }

    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important;
    }

    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important;
    }

    .m-md-5 {
        margin: 3rem !important;
    }

    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem !important;
    }

    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem !important;
    }

    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem !important;
    }

    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem !important;
    }

    .p-md-0 {
        padding: 0 !important;
    }

    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important;
    }

    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important;
    }

    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important;
    }

    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important;
    }

    .p-md-1 {
        padding: 0.25rem !important;
    }

    .pt-md-1,
    .py-md-1 {
        padding-top: 0.25rem !important;
    }

    .pr-md-1,
    .px-md-1 {
        padding-right: 0.25rem !important;
    }

    .pb-md-1,
    .py-md-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-md-1,
    .px-md-1 {
        padding-left: 0.25rem !important;
    }

    .p-md-2 {
        padding: 0.5rem !important;
    }

    .pt-md-2,
    .py-md-2 {
        padding-top: 0.5rem !important;
    }

    .pr-md-2,
    .px-md-2 {
        padding-right: 0.5rem !important;
    }

    .pb-md-2,
    .py-md-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-md-2,
    .px-md-2 {
        padding-left: 0.5rem !important;
    }

    .p-md-3 {
        padding: 1rem !important;
    }

    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important;
    }

    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important;
    }

    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important;
    }

    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important;
    }

    .p-md-4 {
        padding: 1.5rem !important;
    }

    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important;
    }

    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important;
    }

    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important;
    }

    .p-md-5 {
        padding: 3rem !important;
    }

    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem !important;
    }

    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem !important;
    }

    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important;
    }

    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !important;
    }

    .m-md-auto {
        margin: auto !important;
    }

    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important;
    }

    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important;
    }

    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important;
    }

    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 992px) {
    .m-lg-0 {
        margin: 0 !important;
    }

    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important;
    }

    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important;
    }

    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important;
    }

    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important;
    }

    .m-lg-1 {
        margin: 0.25rem !important;
    }

    .mt-lg-1,
    .my-lg-1 {
        margin-top: 0.25rem !important;
    }

    .mr-lg-1,
    .mx-lg-1 {
        margin-right: 0.25rem !important;
    }

    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-lg-1,
    .mx-lg-1 {
        margin-left: 0.25rem !important;
    }

    .m-lg-2 {
        margin: 0.5rem !important;
    }

    .mt-lg-2,
    .my-lg-2 {
        margin-top: 0.5rem !important;
    }

    .mr-lg-2,
    .mx-lg-2 {
        margin-right: 0.5rem !important;
    }

    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-lg-2,
    .mx-lg-2 {
        margin-left: 0.5rem !important;
    }

    .m-lg-3 {
        margin: 1rem !important;
    }

    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important;
    }

    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important;
    }

    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important;
    }

    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important;
    }

    .m-lg-4 {
        margin: 1.5rem !important;
    }

    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important;
    }

    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important;
    }

    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important;
    }

    .m-lg-5 {
        margin: 3rem !important;
    }

    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem !important;
    }

    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important;
    }

    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem !important;
    }

    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !important;
    }

    .p-lg-0 {
        padding: 0 !important;
    }

    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important;
    }

    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important;
    }

    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important;
    }

    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important;
    }

    .p-lg-1 {
        padding: 0.25rem !important;
    }

    .pt-lg-1,
    .py-lg-1 {
        padding-top: 0.25rem !important;
    }

    .pr-lg-1,
    .px-lg-1 {
        padding-right: 0.25rem !important;
    }

    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-lg-1,
    .px-lg-1 {
        padding-left: 0.25rem !important;
    }

    .p-lg-2 {
        padding: 0.5rem !important;
    }

    .pt-lg-2,
    .py-lg-2 {
        padding-top: 0.5rem !important;
    }

    .pr-lg-2,
    .px-lg-2 {
        padding-right: 0.5rem !important;
    }

    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-lg-2,
    .px-lg-2 {
        padding-left: 0.5rem !important;
    }

    .p-lg-3 {
        padding: 1rem !important;
    }

    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important;
    }

    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important;
    }

    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important;
    }

    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important;
    }

    .p-lg-4 {
        padding: 1.5rem !important;
    }

    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important;
    }

    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important;
    }

    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important;
    }

    .p-lg-5 {
        padding: 3rem !important;
    }

    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important;
    }

    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important;
    }

    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important;
    }

    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important;
    }

    .m-lg-auto {
        margin: auto !important;
    }

    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important;
    }

    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important;
    }

    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important;
    }

    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 1200px) {
    .m-xl-0 {
        margin: 0 !important;
    }

    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important;
    }

    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important;
    }

    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important;
    }

    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important;
    }

    .m-xl-1 {
        margin: 0.25rem !important;
    }

    .mt-xl-1,
    .my-xl-1 {
        margin-top: 0.25rem !important;
    }

    .mr-xl-1,
    .mx-xl-1 {
        margin-right: 0.25rem !important;
    }

    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-xl-1,
    .mx-xl-1 {
        margin-left: 0.25rem !important;
    }

    .m-xl-2 {
        margin: 0.5rem !important;
    }

    .mt-xl-2,
    .my-xl-2 {
        margin-top: 0.5rem !important;
    }

    .mr-xl-2,
    .mx-xl-2 {
        margin-right: 0.5rem !important;
    }

    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-xl-2,
    .mx-xl-2 {
        margin-left: 0.5rem !important;
    }

    .m-xl-3 {
        margin: 1rem !important;
    }

    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important;
    }

    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important;
    }

    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important;
    }

    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important;
    }

    .m-xl-4 {
        margin: 1.5rem !important;
    }

    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem !important;
    }

    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important;
    }

    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important;
    }

    .m-xl-5 {
        margin: 3rem !important;
    }

    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem !important;
    }

    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem !important;
    }

    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem !important;
    }

    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem !important;
    }

    .p-xl-0 {
        padding: 0 !important;
    }

    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important;
    }

    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important;
    }

    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important;
    }

    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important;
    }

    .p-xl-1 {
        padding: 0.25rem !important;
    }

    .pt-xl-1,
    .py-xl-1 {
        padding-top: 0.25rem !important;
    }

    .pr-xl-1,
    .px-xl-1 {
        padding-right: 0.25rem !important;
    }

    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-xl-1,
    .px-xl-1 {
        padding-left: 0.25rem !important;
    }

    .p-xl-2 {
        padding: 0.5rem !important;
    }

    .pt-xl-2,
    .py-xl-2 {
        padding-top: 0.5rem !important;
    }

    .pr-xl-2,
    .px-xl-2 {
        padding-right: 0.5rem !important;
    }

    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-xl-2,
    .px-xl-2 {
        padding-left: 0.5rem !important;
    }

    .p-xl-3 {
        padding: 1rem !important;
    }

    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important;
    }

    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important;
    }

    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important;
    }

    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important;
    }

    .p-xl-4 {
        padding: 1.5rem !important;
    }

    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important;
    }

    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important;
    }

    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important;
    }

    .p-xl-5 {
        padding: 3rem !important;
    }

    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem !important;
    }

    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem !important;
    }

    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem !important;
    }

    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem !important;
    }

    .m-xl-auto {
        margin: auto !important;
    }

    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important;
    }

    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important;
    }

    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important;
    }

    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important;
    }
}

.m-0 {
    margin: 0px !important;
}

.mt-0 {
    margin-top: 0px !important;
}

.mr-0 {
    margin-right: 0px !important;
}

.mb-0 {
    margin-bottom: 0px !important;
}

.ml-0 {
    margin-left: 0px !important;
}

.mx-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.my-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.p-0 {
    padding: 0px !important;
}

.pt-0 {
    padding-top: 0px !important;
}

.pr-0 {
    padding-right: 0px !important;
}

.pb-0 {
    padding-bottom: 0px !important;
}

.pl-0 {
    padding-left: 0px !important;
}

.px-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.py-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.m-8 {
    margin: 8px !important;
}

.mt-8 {
    margin-top: 8px !important;
}

.mr-8 {
    margin-right: 8px !important;
}

.mb-8 {
    margin-bottom: 8px !important;
}

.ml-8 {
    margin-left: 8px !important;
}

.mx-8 {
    margin-left: 8px !important;
    margin-right: 8px !important;
}

.my-8 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
}

.p-8 {
    padding: 8px !important;
}

.pt-8 {
    padding-top: 8px !important;
}

.pr-8 {
    padding-right: 8px !important;
}

.pb-8 {
    padding-bottom: 8px !important;
}

.pl-8 {
    padding-left: 8px !important;
}

.px-8 {
    padding-left: 8px !important;
    padding-right: 8px !important;
}

.py-8 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
}

.m-12 {
    margin: 12px !important;
}

.mt-12 {
    margin-top: 12px !important;
}

.mr-12 {
    margin-right: 12px !important;
}

.mb-12 {
    margin-bottom: 12px !important;
}

.ml-12 {
    margin-left: 12px !important;
}

.mx-12 {
    margin-left: 12px !important;
    margin-right: 12px !important;
}

.my-12 {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
}

.p-12 {
    padding: 12px !important;
}

.pt-12 {
    padding-top: 12px !important;
}

.pr-12 {
    padding-right: 12px !important;
}

.pb-12 {
    padding-bottom: 12px !important;
}

.pl-12 {
    padding-left: 12px !important;
}

.px-12 {
    padding-left: 12px !important;
    padding-right: 12px !important;
}

.py-12 {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
}

.m-16 {
    margin: 16px !important;
}

.mt-16 {
    margin-top: 16px !important;
}

.mr-16 {
    margin-right: 16px !important;
}

.mb-16 {
    margin-bottom: 16px !important;
}

.ml-16 {
    margin-left: 16px !important;
}

.mx-16 {
    margin-left: 16px !important;
    margin-right: 16px !important;
}

.my-16 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
}

.p-16 {
    padding: 16px !important;
}

.pt-16 {
    padding-top: 16px !important;
}

.pr-16 {
    padding-right: 16px !important;
}

.pb-16 {
    padding-bottom: 16px !important;
}

.pl-16 {
    padding-left: 16px !important;
}

.px-16 {
    padding-left: 16px !important;
    padding-right: 16px !important;
}

.py-16 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
}

.m-24 {
    margin: 24px !important;
}

.mt-24 {
    margin-top: 24px !important;
}

.mr-24 {
    margin-right: 24px !important;
}

.mb-24 {
    margin-bottom: 24px !important;
}

.ml-24 {
    margin-left: 24px !important;
}

.mx-24 {
    margin-left: 24px !important;
    margin-right: 24px !important;
}

.my-24 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
}

.p-24 {
    padding: 24px !important;
}

.pt-24 {
    padding-top: 24px !important;
}

.pr-24 {
    padding-right: 24px !important;
}

.pb-24 {
    padding-bottom: 24px !important;
}

.pl-24 {
    padding-left: 24px !important;
}

.px-24 {
    padding-left: 24px !important;
    padding-right: 24px !important;
}

.py-24 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
}

.m-28 {
    margin: 28px !important;
}

.mt-28 {
    margin-top: 28px !important;
}

.mr-28 {
    margin-right: 28px !important;
}

.mb-28 {
    margin-bottom: 28px !important;
}

.ml-28 {
    margin-left: 28px !important;
}

.mx-28 {
    margin-left: 28px !important;
    margin-right: 28px !important;
}

.my-28 {
    margin-top: 28px !important;
    margin-bottom: 28px !important;
}

.p-28 {
    padding: 28px !important;
}

.pt-28 {
    padding-top: 28px !important;
}

.pr-28 {
    padding-right: 28px !important;
}

.pb-28 {
    padding-bottom: 28px !important;
}

.pl-28 {
    padding-left: 28px !important;
}

.px-28 {
    padding-left: 28px !important;
    padding-right: 28px !important;
}

.py-28 {
    padding-top: 28px !important;
    padding-bottom: 28px !important;
}

.m-32 {
    margin: 32px !important;
}

.mt-32 {
    margin-top: 32px !important;
}

.mr-32 {
    margin-right: 32px !important;
}

.mb-32 {
    margin-bottom: 32px !important;
}

.ml-32 {
    margin-left: 32px !important;
}

.mx-32 {
    margin-left: 32px !important;
    margin-right: 32px !important;
}

.my-32 {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
}

.p-32 {
    padding: 32px !important;
}

.pt-32 {
    padding-top: 32px !important;
}

.pr-32 {
    padding-right: 32px !important;
}

.pb-32 {
    padding-bottom: 32px !important;
}

.pl-32 {
    padding-left: 32px !important;
}

.px-32 {
    padding-left: 32px !important;
    padding-right: 32px !important;
}

.py-32 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
}

.m-36 {
    margin: 36px !important;
}

.mt-36 {
    margin-top: 36px !important;
}

.mr-36 {
    margin-right: 36px !important;
}

.mb-36 {
    margin-bottom: 36px !important;
}

.ml-36 {
    margin-left: 36px !important;
}

.mx-36 {
    margin-left: 36px !important;
    margin-right: 36px !important;
}

.my-36 {
    margin-top: 36px !important;
    margin-bottom: 36px !important;
}

.p-36 {
    padding: 36px !important;
}

.pt-36 {
    padding-top: 36px !important;
}

.pr-36 {
    padding-right: 36px !important;
}

.pb-36 {
    padding-bottom: 36px !important;
}

.pl-36 {
    padding-left: 36px !important;
}

.px-36 {
    padding-left: 36px !important;
    padding-right: 36px !important;
}

.py-36 {
    padding-top: 36px !important;
    padding-bottom: 36px !important;
}

.m-40 {
    margin: 40px !important;
}

.mt-40 {
    margin-top: 40px !important;
}

.mr-40 {
    margin-right: 40px !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.ml-40 {
    margin-left: 40px !important;
}

.mx-40 {
    margin-left: 40px !important;
    margin-right: 40px !important;
}

.my-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
}

.p-40 {
    padding: 40px !important;
}

.pt-40 {
    padding-top: 40px !important;
}

.pr-40 {
    padding-right: 40px !important;
}

.pb-40 {
    padding-bottom: 40px !important;
}

.pl-40 {
    padding-left: 40px !important;
}

.px-40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
}

.py-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}

.m-44 {
    margin: 44px !important;
}

.mt-44 {
    margin-top: 44px !important;
}

.mr-44 {
    margin-right: 44px !important;
}

.mb-44 {
    margin-bottom: 44px !important;
}

.ml-44 {
    margin-left: 44px !important;
}

.mx-44 {
    margin-left: 44px !important;
    margin-right: 44px !important;
}

.my-44 {
    margin-top: 44px !important;
    margin-bottom: 44px !important;
}

.p-44 {
    padding: 44px !important;
}

.pt-44 {
    padding-top: 44px !important;
}

.pr-44 {
    padding-right: 44px !important;
}

.pb-44 {
    padding-bottom: 44px !important;
}

.pl-44 {
    padding-left: 44px !important;
}

.px-44 {
    padding-left: 44px !important;
    padding-right: 44px !important;
}

.py-44 {
    padding-top: 44px !important;
    padding-bottom: 44px !important;
}

.m-48 {
    margin: 48px !important;
}

.mt-48 {
    margin-top: 48px !important;
}

.mr-48 {
    margin-right: 48px !important;
}

.mb-48 {
    margin-bottom: 48px !important;
}

.ml-48 {
    margin-left: 48px !important;
}

.mx-48 {
    margin-left: 48px !important;
    margin-right: 48px !important;
}

.my-48 {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
}

.p-48 {
    padding: 48px !important;
}

.pt-48 {
    padding-top: 48px !important;
}

.pr-48 {
    padding-right: 48px !important;
}

.pb-48 {
    padding-bottom: 48px !important;
}

.pl-48 {
    padding-left: 48px !important;
}

.px-48 {
    padding-left: 48px !important;
    padding-right: 48px !important;
}

.py-48 {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
}

.m-auto {
    margin: auto !important;
}

.mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
}

.my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
}





.d-inline {
    display: inline !important;
}

.d-inline-block {
    display: inline-block !important;
}

.d-block {
    display: block !important;
}

.d-table {
    display: table !important;
}

.d-table-row {
    display: table-row !important;
}

.d-table-cell {
    display: table-cell !important;
}

.d-flex {
    display: flex !important;
}

.d-inline-flex {
    display: inline-flex !important;
}


.font-8 {
    font-size: 8px;
}

.font-10 {
    font-size: 10px;
}

.font-12 {
    font-size: 12px;
}

.font-14 {
    font-size: 14px;
}

.font-16 {
    font-size: 16px;
}

.font-18 {
    font-size: 18px;
}

.font-20 {
    font-size: 20px;
}

.font-22 {
    font-size: 20px;
}

.font-26 {
    font-size: 20px;
}

.font-28 {
    font-size: 20px;
}

.font-30 {
    font-size: 20px;
}

.font-weight-normal {
    font-weight: normal;
}

.font-weight-bold {
    font-weight: bold;
}

.font-weight-bolder {
    font-weight: bolder;
}

.font-weight-100 {
    font-weight: 100;
}

.font-weight-200 {
    font-weight: 200;
}

.font-weight-300 {
    font-weight: 300;
}

.font-weight-400 {
    font-weight: 400;
}

.font-weight-500 {
    font-weight: 500;
}

.font-weight-550 {
    font-weight: 550;
}

.font-weight-600 {
    font-weight: 600;
}

.font-weight-650 {
    font-weight: 650;
}

.font-weight-700 {
    font-weight: 700;
}

.font-weight-800 {
    font-weight: 800;
}

/*File Upload Control Css ---------------------------------------------*/
.tss-file-upload-dragable {
    border: 1px dashed #8a7f8e;
    width: 100%;
    height: 100px;
    border-radius: 10px;
    background-image: url(../../../../../../../Resources/Images/dragdrop.png);
    background-repeat: no-repeat !important;
    background-origin: content-box !important;
    background-size: auto !important;
    background-position: center center;
    opacity: .8 !important
}

.DragOver {
    background-color: rgb(102 51 153 / .16) !important
}

.tss-file-upload-dragable::before {
    visibility: hidden !important
}

.tss-file-upload-dragable:active::before {
    background: 0 0 !important
}

.tss-file-upload {
    color: transparent
}

    .tss-file-upload::-webkit-file-upload-button {
        visibility: hidden
    }

    .tss-file-upload::before {
        content: 'Select file to Upload';
        color: #000;
        display: inline-block;
        border: 1px solid #999;
        border-radius: 3px;
        padding: 5px 8px;
        outline: 0;
        white-space: nowrap;
        -webkit-user-select: none;
        cursor: pointer;
        text-shadow: 1px 1px #fff;
        font-weight: 700;
        font-size: 10pt
    }

    .tss-file-upload:hover::before {
        border-color: #000
    }

    .tss-file-upload:active {
        outline: 0
    }

        .tss-file-upload:active::before {
            background: -webkit-linear-gradient(top,#e3e3e3,#f9f9f9)
        }

.fileuploadImagePreviewHolder {
    position: fixed;
    top: 10%;
    right: 5%;
    background-color: #808080;
    border: 1px solid #8a7f8e;
    box-shadow: 0px 0px 22px 0px rgba(0,0,0,0.75);
    -webkit-box-shadow: 0px 0px 22px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 22px 0px rgba(0,0,0,0.75);
}
/*---------------------------------File Upload Control Css END---------------------------------------------*/




.switch {
    position: relative;
    display: inline-block;
    padding-left: 50px;
    height: 16px;
}

    .switch span:not(.slider) {
        position: relative;
        top: -2px;
        cursor: pointer;
    }

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

    .switch .slider {
        position: absolute;
        cursor: pointer;
        width: 42px;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        border-radius: 34px;
        background-color: #dee2e6;
        -webkit-transition: 0.4s;
        transition: 0.4s;
    }

        .switch .slider:before {
            position: absolute;
            content: "";
            height: 24px;
            width: 24px;
            left: -1px;
            bottom: -4px;
            background-color: #fff;
            -webkit-transition: 0.4s;
            transition: 0.4s;
            border-radius: 50%;
            box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
        }

    .switch input:checked + .slider {
        background-color: #663399;
    }

    .switch input:focus + .slider {
        box-shadow: 0 0 1px #663399;
    }

    .switch input:checked + .slider:before {
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px);
    }







/*TobsBootstrapCustom.css ******************************************************/


/*ALL PANEL INSIDE FORM DESIGN FROM THIS */
.TobsPanelX {
    position: relative;
    width: 99%;
    margin-bottom: 10px;
    padding: 10px 17px;
    display: inline-block;
    background: #fff;
    border: 1px solid #E6E9ED;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid; /*column-break-inside: avoid;*/
    opacity: 1;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition: all .2s ease;
    margin-left: 5px;
}

.Tobsln_solid {
    border-top: 1px solid #e5e5e5;
    color: #ffffff;
    background-color: #ffffff;
    height: 1px;
    margin: 7px 0;
}

.TobsPanelx_title {
    border-bottom: 2px solid #E6E9ED;
    padding: 1px 2px 6px;
    margin-bottom: 10px;
    font-size: medium;
    color: #73879C;
}

.TobsPanel_SaveGroup {
    padding-left: 5%;
}

.Tobs_Hide {
    display: none;
}

.TobsPanelContent {
    width: 100%;
}

.TobsPanelContent-help {
    width: 100%;
}

.TobsPanelx_title > a {
    float: right;
    min-width: 20px;
    margin-right: 0;
    padding-left: 10px;
    opacity: 0.7;
}

    .TobsPanelx_title > a:hover {
        opacity: 1;
        font-weight: bold;
        cursor: pointer;
    }
/*----------------------------------------------------------------------------------------------------*/


.BootstrapBody {
    background-color: #F7F7F7;
    padding-right: 4px;
    padding-left: 4px;
    width: 99%;
    /*color:#31708F;*/
}


    .BootstrapBody .container {
        width: 100%;
        padding-top: 5px;
        padding-left: 0px;
        padding-right: 0px;
    }


.BootstrapBox {
    width: 100%;
    margin-bottom: 10px;
    padding: 10px 17px;
    display: inline-block;
    background: #fff;
    border: 1px solid #E6E9ED;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid; /*column-break-inside: avoid;*/
    opacity: 1;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition: all .2s ease;
}

.selectedTab {
    background-color: #31708F !important;
    color: white !important;
}

    .selectedTab:hover {
        background-color: rgba(49, 112, 143, 0.83) !important;
        color: white !important;
    }

.selectedTab2 {
    border-bottom: 3px solid #6610f2;
    font-weight: 600;
    color: #5009c3 !important;
    border-bottom: 3px solid #6610f2;
    margin-top: 2px;
    /*box-shadow: 0px 3px 3px -3px #6610f2;*/
}

    .selectedTab2:hover {
    }

.btn-tabStyle2 {
    color: #8b8e91;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 2px;
}





.btn-LiteWebX {
    background-color: #6b96ad;
    color: white;
}

    .btn-LiteWebX:hover {
        background-color: rgba(49, 112, 143, 0.83);
        color: white;
    }

.bg-Custom1 {
    background: #f7e0bb !important;
    border: 1px solid #F39C12 !important;
    color: #fff
}

.btn-DarkWebX {
    background-color: #31708F;
    color: white;
}

    .btn-DarkWebX:hover {
        background-color: rgba(49, 112, 143, 0.83);
        color: white;
    }

.btn-RedWebX {
    background-color: #e05050;
    color: white;
}

    .btn-RedWebX:hover {
        background-color: rgba(224, 80, 80, 0.86);
        color: white;
    }


.marginX-left-2x {
    margin-left: 2px !important;
}

.no-paddingX {
    padding: 0 !important;
}

.no-marginX {
    margin: 0 !important;
}

.text-redx {
    color: #e05050;
}




.bg-white {
    background: #fff !important;
    border: 1px solid #fff !important;
    color: #73879C
}

.bg-green {
    background: #1ABB9C !important;
    border: 1px solid #1ABB9C !important;
    color: #fff
}

.bg-red {
    background: #E74C3C !important;
    border: 1px solid #E74C3C !important;
    color: #fff
}

.bg-blue {
    background: #3498DB !important;
    border: 1px solid #3498DB !important;
    color: #fff
}

.bg-orange {
    background: #F39C12 !important;
    border: 1px solid #F39C12 !important;
    color: #fff
}

.bg-purple {
    background: #9B59B6 !important;
    border: 1px solid #9B59B6 !important;
    color: #fff
}

.bg-blue-sky {
    background: #50C1CF !important;
    border: 1px solid #50C1CF !important;
    color: #fff
}

.border-aero {
    border-color: #9CC2CB !important
}

a.profile_thumb {
    color: #97bdc6 !important;
}

.media .profile_thumb {
    border: 1px solid;
    width: 50px;
    height: 50px;
    margin: 5px 10px 5px 0;
    border-radius: 50%;
    padding: 9px 12px
}

    .media .profile_thumb i {
        font-size: 30px
    }


.btn-dark {
    color: #E9EDEF;
    background-color: rgba(52, 73, 94, 0.88);
    border-color: rgba(52, 73, 94, 0.88);
}

    .btn-dark:hover {
        color: #F7F7F7;
    }
/* /theming */
/* /Pnotify by Hunter Perrin :: 2.0.1 */

.btn.btn-outline {
    background: transparent;
}

.btn-primary.btn-outline {
    color: #1A82C3;
    border-width: 2px;
}

.btn-default.btn-outline {
    color: #34495e;
    border-width: 2px;
}

.btn-success.btn-outline {
    color: #1ABB9C;
    border-width: 2px;
}

.btn-info.btn-outline {
    color: #34495e;
    border-width: 2px;
}

.btn-warning.btn-outline {
    color: #5bc0de;
    border-width: 2px;
}

.btn-danger.btn-outline {
    color: #34495e;
    border-width: 2px;
}

.btn-dark.btn-outline {
    color: #c0392b;
    border-width: 2px;
}

.btn-warning {
    background: #f0ad4e;
    border-color: #f0ad4e;
}

.btn-danger {
    background: #d9534f;
    border-color: #d9534f;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    background-color: #1A82C3;
    border-color: #1A82C3;
    color: #FFFFFF;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
    background-color: #1ABB9C;
    border-color: #1ABB9C;
    color: #FFFFFF;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
    background-color: #4FB5D3;
    border-color: #4FB5D3;
    color: #FFFFFF;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
    background-color: #d58512;
    border-color: #d58512;
    color: #FFFFFF;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    background-color: #1479B8;
    border-color: #1479B8;
    color: #FFFFFF;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
    background-color: #d43f3a;
    border-color: #d43f3a;
    color: #FFFFFF;
}

.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active,
.btn-dark.active,
.open .dropdown-toggle.btn-dark {
    background-color: #394D5F;
    border-color: #394D5F;
    color: #FFFFFF;
}

.custom-notifications {
    position: fixed;
    margin: 15px;
    right: 0;
    float: right;
    width: 400px;
    z-index: 4000;
    bottom: 0;
}

.btn-round {
    border-radius: 30px;
}




.text-cork-primary {
    color: #1b55e2;
}

.text-cork-info {
    color: #2196f3;
}

.text-cork-success {
    color: #8dbf42;
}

.text-cork-waring {
    color: #e2a03f;
}

.text-cork-danger {
    color: #e7515a;
}

.text-cork-dark {
    color: #3b3f5c;
}

.text-cork-secondary {
    color: #5c1ac3;
}




.text-cork-primary-light {
    color: #c2d5ff;
}

.text-cork-info-light {
    color: #bae7ff;
}

.text-cork-dark-light {
    color: #acb0c3;
}

.text-cork-secondary-light {
    color: #dccff7;
}




/* TobsGlyphicons.css ***********************************/




@font-face {
    font-family: 'Glyphicons Halflings';
    src: url(../../Bootstrap/fonts/glyphicons-halflings-regular.eot);
    src: url(../../Bootstrap/fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'),url(../../Bootstrap/fonts/glyphicons-halflings-regular.woff2) format('woff2'),url(../../Bootstrap/fonts/glyphicons-halflings-regular.woff) format('woff'),url(../../Bootstrap/fonts/glyphicons-halflings-regular.ttf) format('truetype'),url(../../Bootstrap/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg');
}

.FontIconbtn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    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;
    border: 1px solid transparent;
    border-radius: 4px;
}

    .FontIconbtn.active.focus, .FontIconbtn.active:focus, .FontIconbtn.focus, .FontIconbtn:active.focus, .FontIconbtn:active:focus, .FontIconbtn:focus {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

    .FontIconbtn.focus, .FontIconbtn:focus, .FontIconbtn:hover {
        color: #333;
        text-decoration: none;
    }

    .FontIconbtn.active, .FontIconbtn:active {
        background-image: none;
        outline: 0;
        -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
        box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    }

    .FontIconbtn.disabled, .FontIconbtn[disabled], fieldset[disabled] .FontIconbtn {
        cursor: not-allowed;
        filter: alpha(opacity=65);
        -webkit-box-shadow: none;
        box-shadow: none;
        opacity: .65;
    }

a.FontIconbtn.disabled, fieldset[disabled] a.FontIconbtn {
    pointer-events: none;
}

.FontIconbtn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
    text-decoration: none;
}

    .FontIconbtn-default.focus, .FontIconbtn-default:focus {
        color: #333;
        background-color: #e6e6e6;
        border-color: #8c8c8c;
    }

    .FontIconbtn-default:hover {
        color: #333;
        background-color: #e6e6e6;
        border-color: #adadad;
    }

.FontIconbtn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
    text-decoration: none;
}

    .FontIconbtn-default.focus, .FontIconbtn-default:focus {
        color: #333;
        background-color: #e6e6e6;
        border-color: #8c8c8c;
    }

    .FontIconbtn-default:hover {
        color: #333;
        background-color: #e6e6e6;
        border-color: #adadad;
    }


    .FontIconbtn-default.active, .FontIconbtn-default:active, .open > .dropdown-toggle.FontIconbtn-default {
        color: #333;
        background-color: #e6e6e6;
        border-color: #adadad;
    }

        .FontIconbtn-default.active.focus, .FontIconbtn-default.active:focus, .FontIconbtn-default.active:hover, .FontIconbtn-default:active.focus, .FontIconbtn-default:active:focus, .FontIconbtn-default:active:hover, .open > .dropdown-toggle.FontIconbtn-default.focus, .open > .dropdown-toggle.FontIconbtn-default:focus, .open > .dropdown-toggle.FontIconbtn-default:hover {
            color: #333;
            background-color: #d4d4d4;
            border-color: #8c8c8c;
        }

    .FontIconbtn-default.active, .FontIconbtn-default:active, .open > .dropdown-toggle.FontIconbtn-default {
        background-image: none;
    }

    .FontIconbtn-default.disabled.focus, .FontIconbtn-default.disabled:focus, .FontIconbtn-default.disabled:hover, .FontIconbtn-default[disabled].focus, .FontIconbtn-default[disabled]:focus, .FontIconbtn-default[disabled]:hover, fieldset[disabled] .FontIconbtn-default.focus, fieldset[disabled] .FontIconbtn-default:focus, fieldset[disabled] .FontIconbtn-default:hover {
        background-color: #fff;
        border-color: #ccc;
    }

    .FontIconbtn-default .badge {
        color: #fff;
        background-color: #333;
    }

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
    content: "\002a";
}

.glyphicon-plus:before {
    content: "\002b";
}

.glyphicon-eur:before, .glyphicon-euro:before {
    content: "\20ac";
}

.glyphicon-minus:before {
    content: "\2212";
}

.glyphicon-cloud:before {
    content: "\2601";
}

.glyphicon-envelope:before {
    content: "\2709";
}

.glyphicon-pencil:before {
    content: "\270f";
}

.glyphicon-glass:before {
    content: "\e001";
}

.glyphicon-music:before {
    content: "\e002";
}

.glyphicon-search:before {
    content: "\e003";
}

.glyphicon-heart:before {
    content: "\e005";
}

.glyphicon-star:before {
    content: "\e006";
}

.glyphicon-star-empty:before {
    content: "\e007";
}

.glyphicon-user:before {
    content: "\e008";
}

.glyphicon-film:before {
    content: "\e009";
}

.glyphicon-th-large:before {
    content: "\e010";
}

.glyphicon-th:before {
    content: "\e011";
}

.glyphicon-th-list:before {
    content: "\e012";
}

.glyphicon-ok:before {
    content: "\e013";
}

.glyphicon-remove:before {
    content: "\e014";
}

.glyphicon-zoom-in:before {
    content: "\e015";
}

.glyphicon-zoom-out:before {
    content: "\e016";
}

.glyphicon-off:before {
    content: "\e017";
}

.glyphicon-signal:before {
    content: "\e018";
}

.glyphicon-cog:before {
    content: "\e019";
}

.glyphicon-trash:before {
    content: "\e020";
}

.glyphicon-home:before {
    content: "\e021";
}

.glyphicon-file:before {
    content: "\e022";
}

.glyphicon-time:before {
    content: "\e023";
}

.glyphicon-road:before {
    content: "\e024";
}

.glyphicon-download-alt:before {
    content: "\e025";
}

.glyphicon-download:before {
    content: "\e026";
}

.glyphicon-upload:before {
    content: "\e027";
}

.glyphicon-inbox:before {
    content: "\e028";
}

.glyphicon-play-circle:before {
    content: "\e029";
}

.glyphicon-repeat:before {
    content: "\e030";
}

.glyphicon-refresh:before {
    content: "\e031";
}

.glyphicon-list-alt:before {
    content: "\e032";
}

.glyphicon-lock:before {
    content: "\e033";
}

.glyphicon-flag:before {
    content: "\e034";
}

.glyphicon-headphones:before {
    content: "\e035";
}

.glyphicon-volume-off:before {
    content: "\e036";
}

.glyphicon-volume-down:before {
    content: "\e037";
}

.glyphicon-volume-up:before {
    content: "\e038";
}

.glyphicon-qrcode:before {
    content: "\e039";
}

.glyphicon-barcode:before {
    content: "\e040";
}

.glyphicon-tag:before {
    content: "\e041";
}

.glyphicon-tags:before {
    content: "\e042";
}

.glyphicon-book:before {
    content: "\e043";
}

.glyphicon-bookmark:before {
    content: "\e044";
}

.glyphicon-print:before {
    content: "\e045";
}

.glyphicon-camera:before {
    content: "\e046";
}

.glyphicon-font:before {
    content: "\e047";
}

.glyphicon-bold:before {
    content: "\e048";
}

.glyphicon-italic:before {
    content: "\e049";
}

.glyphicon-text-height:before {
    content: "\e050";
}

.glyphicon-text-width:before {
    content: "\e051";
}

.glyphicon-align-left:before {
    content: "\e052";
}

.glyphicon-align-center:before {
    content: "\e053";
}

.glyphicon-align-right:before {
    content: "\e054";
}

.glyphicon-align-justify:before {
    content: "\e055";
}

.glyphicon-list:before {
    content: "\e056";
}

.glyphicon-indent-left:before {
    content: "\e057";
}

.glyphicon-indent-right:before {
    content: "\e058";
}

.glyphicon-facetime-video:before {
    content: "\e059";
}

.glyphicon-picture:before {
    content: "\e060";
}

.glyphicon-map-marker:before {
    content: "\e062";
}

.glyphicon-adjust:before {
    content: "\e063";
}

.glyphicon-tint:before {
    content: "\e064";
}

.glyphicon-edit:before {
    content: "\e065";
}

.glyphicon-share:before {
    content: "\e066";
}

.glyphicon-check:before {
    content: "\e067";
}

.glyphicon-move:before {
    content: "\e068";
}

.glyphicon-step-backward:before {
    content: "\e069";
}

.glyphicon-fast-backward:before {
    content: "\e070";
}

.glyphicon-backward:before {
    content: "\e071";
}

.glyphicon-play:before {
    content: "\e072";
}

.glyphicon-pause:before {
    content: "\e073";
}

.glyphicon-stop:before {
    content: "\e074";
}

.glyphicon-forward:before {
    content: "\e075";
}

.glyphicon-fast-forward:before {
    content: "\e076";
}

.glyphicon-step-forward:before {
    content: "\e077";
}

.glyphicon-eject:before {
    content: "\e078";
}

.glyphicon-chevron-left:before {
    content: "\e079";
}

.glyphicon-chevron-right:before {
    content: "\e080";
}

.glyphicon-plus-sign:before {
    content: "\e081";
}

.glyphicon-minus-sign:before {
    content: "\e082";
}

.glyphicon-remove-sign:before {
    content: "\e083";
}

.glyphicon-ok-sign:before {
    content: "\e084";
}

.glyphicon-question-sign:before {
    content: "\e085";
}

.glyphicon-info-sign:before {
    content: "\e086";
}

.glyphicon-screenshot:before {
    content: "\e087";
}

.glyphicon-remove-circle:before {
    content: "\e088";
}

.glyphicon-ok-circle:before {
    content: "\e089";
}

.glyphicon-ban-circle:before {
    content: "\e090";
}

.glyphicon-arrow-left:before {
    content: "\e091";
}

.glyphicon-arrow-right:before {
    content: "\e092";
}

.glyphicon-arrow-up:before {
    content: "\e093";
}

.glyphicon-arrow-down:before {
    content: "\e094";
}

.glyphicon-share-alt:before {
    content: "\e095";
}

.glyphicon-resize-full:before {
    content: "\e096";
}

.glyphicon-resize-small:before {
    content: "\e097";
}

.glyphicon-exclamation-sign:before {
    content: "\e101";
}

.glyphicon-gift:before {
    content: "\e102";
}

.glyphicon-leaf:before {
    content: "\e103";
}

.glyphicon-fire:before {
    content: "\e104";
}

.glyphicon-eye-open:before {
    content: "\e105";
}

.glyphicon-eye-close:before {
    content: "\e106";
}

.glyphicon-warning-sign:before {
    content: "\e107";
}

.glyphicon-plane:before {
    content: "\e108";
}

.glyphicon-calendar:before {
    content: "\e109";
}

.glyphicon-random:before {
    content: "\e110";
}

.glyphicon-comment:before {
    content: "\e111";
}

.glyphicon-magnet:before {
    content: "\e112";
}

.glyphicon-chevron-up:before {
    content: "\e113";
}

.glyphicon-chevron-down:before {
    content: "\e114";
}

.glyphicon-retweet:before {
    content: "\e115";
}

.glyphicon-shopping-cart:before {
    content: "\e116";
}

.glyphicon-folder-close:before {
    content: "\e117";
}

.glyphicon-folder-open:before {
    content: "\e118";
}

.glyphicon-resize-vertical:before {
    content: "\e119";
}

.glyphicon-resize-horizontal:before {
    content: "\e120";
}

.glyphicon-hdd:before {
    content: "\e121";
}

.glyphicon-bullhorn:before {
    content: "\e122";
}

.glyphicon-bell:before {
    content: "\e123";
}

.glyphicon-certificate:before {
    content: "\e124";
}

.glyphicon-thumbs-up:before {
    content: "\e125";
}

.glyphicon-thumbs-down:before {
    content: "\e126";
}

.glyphicon-hand-right:before {
    content: "\e127";
}

.glyphicon-hand-left:before {
    content: "\e128";
}

.glyphicon-hand-up:before {
    content: "\e129";
}

.glyphicon-hand-down:before {
    content: "\e130";
}

.glyphicon-circle-arrow-right:before {
    content: "\e131";
}

.glyphicon-circle-arrow-left:before {
    content: "\e132";
}

.glyphicon-circle-arrow-up:before {
    content: "\e133";
}

.glyphicon-circle-arrow-down:before {
    content: "\e134";
}

.glyphicon-globe:before {
    content: "\e135";
}

.glyphicon-wrench:before {
    content: "\e136";
}

.glyphicon-tasks:before {
    content: "\e137";
}

.glyphicon-filter:before {
    content: "\e138";
}

.glyphicon-briefcase:before {
    content: "\e139";
}

.glyphicon-fullscreen:before {
    content: "\e140";
}

.glyphicon-dashboard:before {
    content: "\e141";
}

.glyphicon-paperclip:before {
    content: "\e142";
}

.glyphicon-heart-empty:before {
    content: "\e143";
}

.glyphicon-link:before {
    content: "\e144";
}

.glyphicon-phone:before {
    content: "\e145";
}

.glyphicon-pushpin:before {
    content: "\e146";
}

.glyphicon-usd:before {
    content: "\e148";
}

.glyphicon-gbp:before {
    content: "\e149";
}

.glyphicon-sort:before {
    content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
    content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152";
}

.glyphicon-sort-by-order:before {
    content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
    content: "\e154";
}

.glyphicon-sort-by-attributes:before {
    content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
    content: "\e156";
}

.glyphicon-unchecked:before {
    content: "\e157";
}

.glyphicon-expand:before {
    content: "\e158";
}

.glyphicon-collapse-down:before {
    content: "\e159";
}

.glyphicon-collapse-up:before {
    content: "\e160";
}

.glyphicon-log-in:before {
    content: "\e161";
}

.glyphicon-flash:before {
    content: "\e162";
}

.glyphicon-log-out:before {
    content: "\e163";
}

.glyphicon-new-window:before {
    content: "\e164";
}

.glyphicon-record:before {
    content: "\e165";
}

.glyphicon-save:before {
    content: "\e166";
}

.glyphicon-open:before {
    content: "\e167";
}

.glyphicon-saved:before {
    content: "\e168";
}

.glyphicon-import:before {
    content: "\e169";
}

.glyphicon-export:before {
    content: "\e170";
}

.glyphicon-send:before {
    content: "\e171";
}

.glyphicon-floppy-disk:before {
    content: "\e172";
}

.glyphicon-floppy-saved:before {
    content: "\e173";
}

.glyphicon-floppy-remove:before {
    content: "\e174";
}

.glyphicon-floppy-save:before {
    content: "\e175";
}

.glyphicon-floppy-open:before {
    content: "\e176";
}

.glyphicon-credit-card:before {
    content: "\e177";
}

.glyphicon-transfer:before {
    content: "\e178";
}

.glyphicon-cutlery:before {
    content: "\e179";
}

.glyphicon-header:before {
    content: "\e180";
}

.glyphicon-compressed:before {
    content: "\e181";
}

.glyphicon-earphone:before {
    content: "\e182";
}

.glyphicon-phone-alt:before {
    content: "\e183";
}

.glyphicon-tower:before {
    content: "\e184";
}

.glyphicon-stats:before {
    content: "\e185";
}

.glyphicon-sd-video:before {
    content: "\e186";
}

.glyphicon-hd-video:before {
    content: "\e187";
}

.glyphicon-subtitles:before {
    content: "\e188";
}

.glyphicon-sound-stereo:before {
    content: "\e189";
}

.glyphicon-sound-dolby:before {
    content: "\e190";
}

.glyphicon-sound-5-1:before {
    content: "\e191";
}

.glyphicon-sound-6-1:before {
    content: "\e192";
}

.glyphicon-sound-7-1:before {
    content: "\e193";
}

.glyphicon-copyright-mark:before {
    content: "\e194";
}

.glyphicon-registration-mark:before {
    content: "\e195";
}

.glyphicon-cloud-download:before {
    content: "\e197";
}

.glyphicon-cloud-upload:before {
    content: "\e198";
}

.glyphicon-tree-conifer:before {
    content: "\e199";
}

.glyphicon-tree-deciduous:before {
    content: "\e200";
}

.glyphicon-cd:before {
    content: "\e201";
}

.glyphicon-save-file:before {
    content: "\e202";
}

.glyphicon-open-file:before {
    content: "\e203";
}

.glyphicon-level-up:before {
    content: "\e204";
}

.glyphicon-copy:before {
    content: "\e205";
}

.glyphicon-paste:before {
    content: "\e206";
}

.glyphicon-alert:before {
    content: "\e209";
}

.glyphicon-equalizer:before {
    content: "\e210";
}

.glyphicon-king:before {
    content: "\e211";
}

.glyphicon-queen:before {
    content: "\e212";
}

.glyphicon-pawn:before {
    content: "\e213";
}

.glyphicon-bishop:before {
    content: "\e214";
}

.glyphicon-knight:before {
    content: "\e215";
}

.glyphicon-baby-formula:before {
    content: "\e216";
}

.glyphicon-tent:before {
    content: "\26fa";
}

.glyphicon-blackboard:before {
    content: "\e218";
}

.glyphicon-bed:before {
    content: "\e219";
}

.glyphicon-apple:before {
    content: "\f8ff";
}

.glyphicon-erase:before {
    content: "\e221";
}

.glyphicon-hourglass:before {
    content: "\231b";
}

.glyphicon-lamp:before {
    content: "\e223";
}

.glyphicon-duplicate:before {
    content: "\e224";
}

.glyphicon-piggy-bank:before {
    content: "\e225";
}

.glyphicon-scissors:before {
    content: "\e226";
}

.glyphicon-bitcoin:before {
    content: "\e227";
}

.glyphicon-btc:before {
    content: "\e227";
}

.glyphicon-xbt:before {
    content: "\e227";
}

.glyphicon-yen:before {
    content: "\00a5";
}

.glyphicon-jpy:before {
    content: "\00a5";
}

.glyphicon-ruble:before {
    content: "\20bd";
}

.glyphicon-rub:before {
    content: "\20bd";
}

.glyphicon-scale:before {
    content: "\e230";
}

.glyphicon-ice-lolly:before {
    content: "\e231";
}

.glyphicon-ice-lolly-tasted:before {
    content: "\e232";
}

.glyphicon-education:before {
    content: "\e233";
}

.glyphicon-option-horizontal:before {
    content: "\e234";
}

.glyphicon-option-vertical:before {
    content: "\e235";
}

.glyphicon-menu-hamburger:before {
    content: "\e236";
}

.glyphicon-modal-window:before {
    content: "\e237";
}

.glyphicon-oil:before {
    content: "\e238";
}

.glyphicon-grain:before {
    content: "\e239";
}

.glyphicon-sunglasses:before {
    content: "\e240";
}

.glyphicon-text-size:before {
    content: "\e241";
}

.glyphicon-text-color:before {
    content: "\e242";
}

.glyphicon-text-background:before {
    content: "\e243";
}

.glyphicon-object-align-top:before {
    content: "\e244";
}

.glyphicon-object-align-bottom:before {
    content: "\e245";
}

.glyphicon-object-align-horizontal:before {
    content: "\e246";
}

.glyphicon-object-align-left:before {
    content: "\e247";
}

.glyphicon-object-align-vertical:before {
    content: "\e248";
}

.glyphicon-object-align-right:before {
    content: "\e249";
}

.glyphicon-triangle-right:before {
    content: "\e250";
}

.glyphicon-triangle-left:before {
    content: "\e251";
}

.glyphicon-triangle-bottom:before {
    content: "\e252";
}

.glyphicon-triangle-top:before {
    content: "\e253";
}

.glyphicon-console:before {
    content: "\e254";
}

.glyphicon-superscript:before {
    content: "\e255";
}

.glyphicon-subscript:before {
    content: "\e256";
}

.glyphicon-menu-left:before {
    content: "\e257";
}

.glyphicon-menu-right:before {
    content: "\e258";
}

.glyphicon-menu-down:before {
    content: "\e259";
}

.glyphicon-menu-up:before {
    content: "\e260";
}

.FontIconbtn-Primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
    text-decoration: none;
}

    .FontIconbtn-Primary.focus, .FontIconbtn-Primary:focus {
        color: #fff;
        background-color: #2e6595ff;
        border-color: #8c8c8c;
    }

    .FontIconbtn-Primary:hover {
        color: #fcfcfc;
        background-color: #2e6595ff;
        border-color: #adadad;
    }




/*TobsIframePopupControl.css *****************************/







.IframePopupOverlayEffect { /*background-color: black; filter: alpha(opacity=70); 
                          opacity: 0.7; width: 99%;
                           height: 1500px;
                            z-index: 400;
                             position: absolute;
                              top: 0; left: 0; margin-top: 1%; margin-bottom: 1%;*/

    background-color: black;
    filter: alpha(opacity=30);
    opacity: 0.2;
    width: 100%;
    height: 100%;
    z-index: 400;
    position: fixed;
    top: 0;
    left: 0;
    margin-top: 0%;
    margin-bottom: 0%;
}

.IframePopupPanelEffect {
    border-color: #9fa2a8;
    border-style: solid;
    color: #414040;
    border-width: 1px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 0px 0px 0px 0px;
    text-align: center;
    top: 21%;
    left: 50%;
    -ms-transform: translateX(-50%) translateY(-20%);
    -webkit-transform: translate(-50%,-20%);
    transform: translate(-50%,-20%);
    z-index: 1000;
    position: fixed;
    background-color: White;
    display: block;
    height: 97%;
    -webkit-box-shadow: 0px 0px 30px -10px rgba(0,0,0,0.8);
    -moz-box-shadow: 0px 0px 30px -10px rgba(0,0,0,0.8);
    box-shadow: 0px 0px 30px -10px rgba(0,0,0,0.8);
}

.IframePopupPanelEffect-header {
    width: 100%;
    text-align: right;
    padding-right: 10px;
    border: none !important;
    background-color: #d4def4;
    color: #1b55e2;
}




.JqueryReportPopup-Main {
    background-image: url(../../Resources/Images/TriotechBackground.png);
    background-position: center;
    background-repeat: no-repeat;
    border-color: #3888a0;
    border-style: solid;
    color: #105b7c;
    border-width: 5px;
    top: 20%;
    left: 50%;
    padding: 0px 0px 0px 0px;
    text-align: center;
    -ms-transform: translateX(-50%) translateY(-20%);
    -webkit-transform: translate(-50%,-20%);
    transform: translate(-50%,-20%);
    z-index: 1000;
    position: fixed;
    background-color: #fefefe;
    display: block;
    height: 100%;
    display: none;
    width: 80%;
    -webkit-box-shadow: 0px 0px 39px 15px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 39px 15px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 39px 15px rgba(0,0,0,0.75);
}

.JqueryReportPopup-Header {
    width: 100%;
    text-align: right;
    padding-right: 20px;
    border: none !important;
    background-color: #3888a0;
    height: 22px;
}

.JqueryReportPopup-close {
    text-decoration: none;
    color: white;
    cursor: pointer;
    font-size: 18px;
}

.JqueryReportPopup-ObjectHolder {
    width: 100%;
    height: 100%;
}

.JqueryReportPopup-Object {
    width: 100%;
    height: 97%;
}

.JqueryReportPopup-Overlay {
    background-color: black;
    filter: alpha(opacity=50);
    opacity: 0.3;
    width: 100%;
    height: 100%;
    z-index: 400;
    position: fixed;
    top: 0;
    left: 0;
    margin-top: 0%;
    margin-bottom: 0%;
    display: none;
}




/*TobsPaggingControl.css *********************/



/*Search Text Box*/
/*.PaggingSearchTextLeft { box-sizing: border-box; border: 2px double #d5ede9;
                         width: 70%; margin: 0px; padding: 0px; border-right: none; border-top-left-radius: 2px; border-bottom-left-radius: 2px; }
.PaggingSearchTextLeft input { border: none; width: 99%;  padding:3px 0px 3px 0px;  }
.PaggingSearchTextLeft input:focus { outline: none;}



.PaggingSearchTextRight { box-sizing: border-box; border: 2px double #1ABB9C; margin: 0px; padding: 0px; width: 30%; border-left: none; border-top-right-radius: 2px; border-bottom-right-radius: 2px; }
.PaggingSearchTextRight input {  background-color: #1ABB9C; color: white; border: none; cursor: pointer; padding: 4px 10px 4px 10px; transition: 0.4s background-color; width: 100%; }
.PaggingSearchTextRight input:hover { background-color: #50ccb4;               }
.PaggingSearchTextRight:hover { border: 2px double #50ccb4;   }*/




/*Grid View Pagging */
/*ul.TobsUCpagination { display: inline-block; padding: 0; margin: 0; float: right; margin-right: 2%; }
ul.TobsUCpagination li { display: inline; }
ul.TobsUCpagination li a { color: black; float: left; padding: 6px 14px; text-decoration: none; transition: background-color .3s; border: 1px solid #ddd; }
.TobsUCpagination li:first-child a { border-top-left-radius: 5px; border-bottom-left-radius: 5px; }
.TobsUCpagination li:last-child a { border-top-right-radius: 5px; border-bottom-right-radius: 5px; }
ul.TobsUCpagination li a.active { background-color: #1ABB9C; color: white; border: 1px solid #73aec7; pointer-events: none; }
ul.TobsUCpagination li a.TotalLable { pointer-events: none; padding-top: 8px; padding-right: 5px; border: none; }
ul.TobsUCpagination li a:hover:not(.active) { background-color: #f1b7a8; }
ul.TobsUCpagination li a.TotalLable:hover { background-color: white; }*/
















/* TOBSPayModeControl.css  *************************/



.TOBSPayModeControl {
    display: inline-block;
    width: 100%;
}

.TOBSPayModeHeader {
    border: none;
    border-color: #1ABB9C;
    border-radius: 0;
    padding-top: 3px;
    padding-bottom: 3px;
    border-color: #1ABB9C;
    border-bottom-style: inset;
    border-bottom-width: 1px;
    margin-top: 2px;
    padding: 0;
    margin: 0;
    border-radius: 5px;
}

.TOBSPayModeWizardArea {
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 1px;
    border: none;
    border-color: #dbbcbc;
    border-color: #0F7FAF;
    background-color: rgba(225, 238, 236, 0.17);
    border-bottom-width: 1px;
    border-bottom-style: inset;
    border-radius: 5px;
    /*border-right-width: 1px;
     border-right-style: inset;  
    

      border-left-width: 1px;
     border-left-style: inset;  
     border-left-color:rgba(225, 238, 236, 0.27);*/
}



.PayModeTabControlButtonsActive {
    text-decoration: none;
    background-color: #1ABB9C;
    color: white;
    padding: 2px 7px 2px 7px;
    margin: 0;
    border-radius: 3px;
}

.PayModeTabControlButtons {
    text-decoration: none;
    color: #343232;
    padding: 2px 7px 2px 7px;
    margin: 0;
    border-radius: 3px;
}

    .PayModeTabControlButtons:hover {
        background-color: #1ABB9C;
        color: white;
    }





.POS-Popup-x-Overlay {
    display: flex;
    justify-content: center;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.60);
    width: 100%;
    height: 100%;
}



.POS-Popup-x-Body {
    overflow-y: auto !important;
    overflow-x: auto !important;
    padding: 5px;
    padding-top: 0px;
    width: 100%;
    height: calc(100vh - 45px) !important;
    border: none !important;
}


.POS-Popup-x-Conent {
    background-color: white;
    display: inline-block;
    position: absolute;
    width: 400px;
    border: 1px solid #4a3164;
    top: 100px;
    border-radius: 6px;
    height: 250px;
    padding: 12px;
    text-align: center;
    color: #170f60;
}

.POS-Loader {
    border: 5px solid #1b55e2;
    border-top: 5px solid #c7cfe1;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 1.5s linear infinite;
    margin: 10px auto 20px auto;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


/*POS Design Added here also  not used in dedicated ccss*/
.POS-Message-Box {
    width: 100%;
    min-height: 120px;
    background-color: #edf0fa;
    border: 2px solid #1b55e2;
    border-radius: 4px;
    color: #1b55e2;
    font-weight: bold;
    font-size: 16px;
    padding: 8px;
    margin-top: 3px;
    margin-bottom: 3px;
}




.POS-Transaction-Device-Button-Holder {
    background-color: #c7d3f1;
    border: 2px solid #1b55e2;
    padding: 4px;
    margin-bottom: 12px;
    text-align: left;
}



.POS-Device-Selection-Button {
    padding-top: 16px !important;
    min-height: 60px;
    text-align: center;
    margin-bottom: 20px !important;
}
