﻿.GridIcon {
    width: 18px;
    height: 18px;
}

.GridView {
    text-align: left !important;
}

    .GridView th {
        padding-left: 0px !important;
    }

    .GridView tr > td:first-child, .GridView tr > th:first-child {
        padding-left: 1rem !important;
    }

    .GridView tr > td:last-child, .GridView tr > th:last-child {
        padding-right: 1rem !important;
    }

    .GridView tr:last-child {
        border-bottom: 1px solid #55A3B2 !important;
    }

.GridHeader_NoRecords {
    border: 0px groove #A0A0A0;
    padding-top: 12px;
    padding-bottom: 12px;
    height: 3rem;
    background-image: linear-gradient(#ECE9F4, #ECE9F4) !important;
    font-weight: bold !important;
    color: #452B90 !important;
    text-align: center !important;
}

.GridRow_NoRecords {
    text-align: center !important;
}

.GridHeaderAuto {
    border-bottom: 1px groove #C3C3C3;
    padding-top: 12px;
    padding-bottom: 12px;
    height: 3rem;
    text-align: left;
    padding-left: 0px;
    background-image: linear-gradient(#ffffff, #ffffff);
    font-weight: normal !important;
    color: #000000 !important;
    font-weight: bold;
    grid-auto-columns: auto;
}

.GridHeader {
    border-bottom: 1px groove #C3C3C3;
    padding-top: 12px;
    padding-bottom: 12px;
    height: 3rem;
    text-align: left;
    padding-left: 0px;
    background-image: linear-gradient(#ffffff, #ffffff);
    font-weight: normal !important;
    color: #000000 !important;
    font-weight: bold;
}

    .GridHeader th {
        font-weight: bold !important;
        color: #000000 !important;
    }

        .GridHeader th a {
            font-weight: bold !important;
            color: #000000 !important;
        }

        .GridHeader th:first-child {
            border-top-left-radius: 0px;
        }

        .GridHeader th:last-child {
            border-top-right-radius: 0px;
        }



.GridRow {
    border-bottom: 1px groove #E1E1E1;
    border-left: 0px groove #C3C3C3;
    border-right: 0px groove #C3C3C3;
    background-color: #fff;
    padding-top: 12px;
    padding-bottom: 12px;
    height: 3rem;
    text-align: left !important;
    padding-left: 0px;
    overflow-wrap: anywhere;
}

.GridAltRow {
    border-bottom: 1px groove #E1E1E1;
    border-left: 0px groove #C3C3C3;
    border-right: 0px groove #C3C3C3;
    background-color: #fff;
    padding-top: 12px;
    padding-bottom: 12px;
    height: 3rem;
    text-align: left !important;
    padding-left: 0px;
    overflow-wrap: anywhere;
}

.GridPager {
    text-align: right !important;
    color: #000;
}

    .GridPager th,
    .GridPager td {
        padding: 5px;
        vertical-align: top;
        text-align: right !important;
        width: 100% !important;
    }

.GridPageIndexLabel {
    font-size: 10pt;
    color: #727B84;
}

.DivGridPager {
    padding-top: 20px;
    width: 100% !important;
    align-content: center !important;
    text-align: center !important;
    padding-left: 0px;
    margin-left: 0px;
}

.GridPageHeader {
    padding-bottom: 15px;
    text-align: center !important;
}

.lblGridHeader {
    font-size: 8pt !important;
}

.lnkGridHeader {
    font-size: 8pt !important;
    color:orange !important;
}

.lnkWhite {
    color: white !important;
}

.lnkBlue {
    color: blue !important;
}

.lblDBHeader {
    font-size: 12pt;
}

.ImgBoxImages {
    height: 80px;
}

.ImgBoxImages1 {
    height: 50px;
}

.lblDetailsHeader {
    font-weight: bold;
    color: #39BBB0;
    font-size: 10pt;
    text-transform: uppercase;
}

.lblDetailsHeader1 {
    font-weight: bold;
    color: #39BBB0;
    font-size: 10pt;
    text-transform: uppercase;
}

.tdLeft_10 {
    width: 10%;
    padding-right: 25px;
    vertical-align: top;
}

.tdLeft_15 {
    width: 15%;
    padding-right: 25px;
    vertical-align: top;
}

.tdLeft_20 {
    width: 20%;
    padding-right: 25px;
    vertical-align: top;
}

.tdLeft_25 {
    width: 25%;
    padding-right: 25px;
    vertical-align: top;
}

.tdLeft_35 {
    width: 35%;
    padding-right: 25px;
    vertical-align: top;
}

.tdLeft_50 {
    width: 50%;
    padding-right: 25px;
    vertical-align: top;
}

.tdRight_50 {
    width: 50%;
    padding-right: 25px;
    vertical-align: top;
}

.tdLeft_100 {
    width: 100%;
    padding-right: 25px;
    vertical-align: top;
}

.tdRight_20 {
    width: 20%;
    padding-left: 25px;
    vertical-align: top;
}

.tdRight_25 {
    width: 25%;
    padding-left: 25px;
    vertical-align: top;
}

.tdRight_30 {
    width: 30%;
    padding-left: 25px;
    vertical-align: top;
    text-align: left;
}

.tdRight_35 {
    width: 35%;
    padding-left: 25px;
    vertical-align: top;
    text-align: left;
}

.tdRight_65 {
    width: 65%;
    padding-left: 25px;
    vertical-align: top;
}

.tdRight_80 {
    width: 80%;
    padding-left: 25px;
    vertical-align: top;
}

.tdRight_85 {
    width: 85%;
    padding-left: 25px;
    vertical-align: top;
}

.tdRight_90 {
    width: 90%;
    padding-left: 25px;
    vertical-align: top;
}

.tdRight_75 {
    width: 85%;
    padding-left: 25px;
    vertical-align: top;
}

.ClientBoxShadow {
    box-shadow: 0px 0px 0px 0px #56708D;
    padding-left: 0px;
    margin-left: 0px;
}

.divMobileTop {
    border-top: 2px solid #4F6984;
    border-left: 5px solid #4F6984;
    border-right: 5px solid #4F6984;
    height: 50px;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    vertical-align: middle;
    text-align: center;
}

.divMobileBody {
    border: 5px solid #4F6984;
    height: 280px;
}

.divWhatsAppBody {
    border: 1px groove #E1E1E1;
}

.divMobileBottom {
    border-left: 5px solid #4F6984;
    border-right: 5px solid #4F6984;
    border-bottom: 2px solid #4F6984;
    height: 50px;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
}

.divCircleLeft {
    width: 37%;
    float: left;
}

.divCircle {
    width: 26%;
    float: left;
    border: 2px solid #FFC601;
    border-radius: 10px;
}

.divCircleRight {
    width: 37%;
    float: left;
}

.txtMobile {
    border: 0px;
}

.divRightNavigationBar {
    position: fixed;
    top: 100px;
    right: 0px;
}

.divRightNavigationBarBody {
    min-height: 35px;
    /*background-color: #ECE9F4;*/
}

    .divRightNavigationBarBody div {
        display: block;
        text-align: center;
        padding: 1px;
        transition: all 0.3s ease;
        color: white;
        min-width: 50px;
        min-height: 50px;
        vertical-align: middle !important;
    }

        .divRightNavigationBarBody div a {
            font-size: 24px;
            padding-top: 12px;
            color: white;
        }

            .divRightNavigationBarBody div a:hover {
                font-size: 32px;
                padding-top: 8px;
                color: white;
            }

        .divRightNavigationBarBody div:hover {
            /*background-color: #FFC601;*/
        }

.ImgSideBar {
    width:32px;
}

.Width_100{
    width: 100px !important;
}

.Width_200 {
    width: 200px !important;
}

.Width_300 {
    width: 300px !important;
}

.Width_400 {
    width: 400px !important;
}

.Width_500 {
    width: 500px !important;
}

.ImgCalendar {
    width: 22px;
    height: 22px;
}
.CaltextBox {
    border-top: 0px solid #ccc;
    border-left: 0px solid #ccc;
    border-right: 0px solid #ccc;
    border-bottom: 1px solid #ccc;
    color: #959EA9;
}

.ImgDBIcon {
    height: 100px;
    padding-top: 25px;
}

.divDBCircle {
    text-align: center !important;
    float: left !important;
}

.divDBIcon_Style1 {
    border: 2px solid #2ec1cc;
    border-radius: 50%;
    height: 130px;
    width: 130px;
    text-align: center;
    vertical-align: bottom !important;
    background-color: #F9F9F9;
}

.divDBLable_Style1 {
    text-align: center;
    width: 100%;
    padding-top: 10px;
    color: #2ec1cc;
    font-weight: bold;
    font-size: 13pt;
    padding-bottom: 25px;
    text-decoration: underline;
}

.divDBIcon_Style2 {
    border: 2px solid #23ae89;
    border-radius: 50%;
    height: 130px;
    width: 130px;
    text-align: center;
    vertical-align: bottom !important;
    background-color: #F9F9F9;
}

.divDBLable_Style2 {
    text-align: center;
    width: 100%;
    padding-top: 10px;
    color: #23ae89;
    font-weight: bold;
    font-size: 13pt;
    padding-bottom: 25px;
    text-decoration: underline;
}

.divDBIcon_Style3 {
    border: 2px solid #2ec1cc;
    border-radius: 50%;
    height: 130px;
    width: 130px;
    text-align: center;
    vertical-align: bottom !important;
    background-color: #F9F9F9;
}

.divDBLable_Style3 {
    text-align: center;
    width: 100%;
    padding-top: 10px;
    color: #2ec1cc;
    font-weight: bold;
    font-size: 13pt;
    padding-bottom: 25px;
    text-decoration: underline;
}

.divDBIcon_Style4 {
    border: 2px solid #23ae89;
    border-radius: 50%;
    height: 130px;
    width: 130px;
    text-align: center;
    vertical-align: bottom !important;
    background-color: #F9F9F9;
}

.divDBLable_Style4 {
    text-align: center;
    width: 100%;
    padding-top: 10px;
    color: #23ae89;
    font-weight: bold;
    font-size: 13pt;
    padding-bottom: 25px;
    text-decoration: underline;
}

.divDBIcon_Style5 {
    border: 2px solid #23ae89;
    border-radius: 50%;
    height: 130px;
    width: 130px;
    text-align: center;
    vertical-align: bottom !important;
    background-color: #F9F9F9;
}

.divDBLable_Style5 {
    text-align: center;
    width: 100%;
    padding-top: 10px;
    color: #23ae89;
    font-weight: bold;
    font-size: 13pt;
    padding-bottom: 25px;
    text-decoration: underline;
}

.divDBIcon_Style6 {
    border: 2px solid #2ec1cc;
    border-radius: 50%;
    height: 130px;
    width: 130px;
    text-align: center;
    vertical-align: bottom !important;
    background-color: #F9F9F9;
}

.divDBLable_Style6 {
    text-align: center;
    width: 100%;
    padding-top: 10px;
    color: #2ec1cc;
    font-weight: bold;
    font-size: 13pt;
    padding-bottom: 25px;
    text-decoration: underline;
}

.divDBIcon_Disable {
    border: 2px solid #5C6165;
    border-radius: 50%;
    height: 130px;
    width: 130px;
    text-align: center;
    vertical-align: bottom !important;
    background-color: #F9F9F9;
}

.divDBLable_Disable {
    text-align: center;
    width: 100%;
    padding-top: 10px;
    color: #5C6165;
    font-weight: bold;
    font-size: 13pt;
    padding-bottom: 25px;
}

.divScroll {
    width: 200px;
    height: 400px;
    background: white;
    overflow: scroll;
}

    .divScroll::-webkit-scrollbar {
        width: 12px;
    }

    .divScroll::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        border-radius: 10px;
    }

    .divScroll::-webkit-scrollbar-thumb {
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
    }

​.ImgExpandCollapse {
    height: 12px !important;
    width:12px !important;
    padding-right: 10px;
}

.tdDimensionData {
    width: 20%;
    vertical-align: top;
}

.tdDimensionDataSecondColumns {
    width: 20%;
    vertical-align: top;
    padding-left: 25px;
}

.divDetails {
    padding-top: 25px;
}

.CodeSpanHeader {
    color: orange;
}

.tdDimensionData {
    width: 20%;
    vertical-align: top;
}

.tdDimensionDataSecondColumns {
    width: 20%;
    vertical-align: top;
    padding-left: 25px;
}

.tdDimensionSpacer {
    width: 3%;
}

.divDimensionHeader {
    width: 100%;
    float: left;
    font-size: 13pt;
    font-weight: bold;
    padding-bottom: 15px;
    color: #55A3B2;
}

.divDimensionRow {
    width: 100%;
    float: left;
    font-size: 11pt;
    padding-top: 5px;
}

.btnInvisible {
    width: 0px;
    padding: 0;
    border: none;
    background: none;
}

.HeaderIcon {
    width: 24px;
    height: 24px;
}

.lblOverFlow {
    overflow-wrap: break-word;
}

.CodeBlock {
    font-family: Consolas, Menlo, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace, serif;
    margin-bottom: 10px;
    overflow: auto;
    width: auto;
    padding: 5px;
    background-color: #000;
    color: #fff;
    font-size: 13px;
}

.CodeBlockText {
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 25px;
    padding-right: 25px;
}

.CodeSpanHeader {
    color: orange;
}

.rating-color {
    color: #FFA84C !important;
}

.AjaxCalendar .ajax__calendar_container {
    background-color: #fff !important;
    border: solid 1px #0296C6 !important;
}

.AjaxCalendar .ajax__calendar_header {
    padding-top: 5px !important;
    border: 1px solid #ffffff !important;
    background-color: #9A7AF9 !important;
    color: White;
    height: 25px;
}

.AjaxCalendar .ajax__calendar_footer {
    background-color: #0296C6 !important;
    color: White !important;
    padding-bottom: 0px;
    height: 25px;
}

.AjaxCalendar .ajax__calendar_hover {
    background-color: #0296C6 !important;
    color: White !important;
    font-weight: bold;
}

.AjaxCalendar .ajax__calendar_today {
    padding-top: 5px !important;
    background-color: #59B7FC !important;
    color: White;
    font-weight: bold;
}

.AjaxCalendar .ajax__calendar_day {
    background-color: #fff !important;
    color: #3F3F3F;
}

.AjaxCalendar .ajax__calendar_dayname {
    background-color: #fff !important;
    color: black;
    padding-top: 5px !important;
    padding-bottom: 20px !important;
    width: 100%;
}

.CustomerImage
{
    width:200px;
}