﻿body {
    font-family: Arial, Verdana, sans-serif;
    overflow-x: hidden;
}

a {
    color: #2A4876;
}

span {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 13px;
    color: #000;
}

.navbar-inner {
    border-top: 2px solid #72C144;
    border-bottom: 2px solid #72C144;
    background-color: #FAFAFA;
}
/*************Start Overwrite DevExtreme related css class*********************/
.dx-treeview-item-without-checkbox.dx-state-selected > .dx-treeview-item {
    color: #333;
    font-weight: bold;
}

.dx-treeview-item-without-checkbox.dx-state-focused > .dx-treeview-item {
    
}

    .dx-treeview-item-without-checkbox.dx-state-focused > .dx-treeview-item * {
        color: #333;
        font-weight: bold;
    }
/*************End Overwrite DevExtreme related css class*********************/
.header {
    width: 95%;
    margin: 10px auto;
}

.imgRelimed {
    width: 60px;
    height: 50px;
    border: 0px;
}

#mainContent {
    transition: margin-left 0.5s;
    padding: 5px 5px 20px 0;
    overflow-x: hidden;
    width: 100%;
}

.toggleSlide {
    display: block !important;
}

.mainContentMargin {
    margin-left: 20px !important;
}

.sideNavMenu {
    background-color: #b0c4de;
    color: #02075d;
    font-family: Tahoma Arial sans-serif;
}

@media(max-width: 568px) {
    .open-slide {
        display: block;
        padding: 8px 15px 5px 10px;
        float: left;
    }

    #tvSideNavBar {
        display: none;
    }

    #mainContent {
        margin-left: 0;
    }
}

@media(min-width: 568px) {
    .open-slide {
        display: none;
    }

    #tvSideNavBar {
        display: block;
    }

    #mainContent {
        margin-left: 0;
    }
}

.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

.contentHeader {
    color: #2A4876;
}

.name {
    font-size: 15px !important;
}

.navbar .brand {
    display: block;
    float: left;
    padding: 10px 20px 10px;
    margin-left: -20px;
    font-size: 20px;
    font-weight: 200;
    color: #2A4876 !important;
    text-shadow: 0 1px 0 #ffffff;
}

#spnName {
    color: #2A4876;
    font-weight: 600;
    margin-left: 5px;
}

.msgImgPos {
    width: 40%;
    margin: 5% 2%;
}

.cursorPointer {
    cursor: pointer;
}

.msgDivDetails {
    margin-top: 5px;
    margin-left: 5px;
    color: #2A4876;
    font-family: Verdana, Geneva, sans-serif;
}

.msgBodyFont {
    font-size: 14px;
    display: inline-block;
    padding: 4px;
}

.btnStyle {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    opacity: 1;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
    background: #2A4876;
    background: -moz-linear-gradient(top,rgba(45, 89, 134, 1) 0,rgba(26, 70, 115, 1) 50%,rgba(7, 51, 96, 1) 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(45, 89, 134, 1)),color-stop(50%,rgba(26, 70, 115, 1)),color-stop(100%,rgba(7, 51, 96, 1)));
    background: -webkit-linear-gradient(top,rgba(45, 89, 134, 1) 0,rgba(26, 70, 115, 1) 50%,rgba(7, 51, 96, 1) 100%);
    background: -o-linear-gradient(top,rgba(45, 89, 134, 1) 0,rgba(26, 70, 115, 1) 50%,rgba(7, 51, 96, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C4C4C',EndColorStr='#2A4876');
    background: linear-gradient(top,rgba(45, 89, 134, 1) 0,rgba(26, 70, 115, 1) 50%,rgba(7, 51, 96, 1) 100%);
    color: white;
    font-size: 12px;
    font-family: Verdana, Geneva, sans-serif;
    height: 25px;
    font-weight: bold;
    cursor: pointer;
    float: right;
    margin-left: 5px;
}

.error {
    color: red;
    font-size: 14px;
    font-weight: normal;
}

#ulHorizontalSubMenu {
    list-style-type: none;
    font-size: 14px;
    padding: 12px 0 14px 0;
}

    #ulHorizontalSubMenu li {
        float: left;
        padding-right: 8px;
        border-left: 2px solid #e9e9e9;
        padding-left: 8px;
    }

    #ulHorizontalSubMenu li:last-child {
        border-right: 2px solid #e9e9e9;
    }

    #ulHorizontalSubMenu li a {
        width: auto;
        background-color: #fff;
        color: #2A4876;
        text-align: center;
        font-size: inherit;
        padding: 3px;
        font-weight: 500;
    }

.subTitle {
    color: #2A4876;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 1px;
}

.sectionTitle {
    color: #2A4876;
    font-weight: 600;
    font-size: 14px;
}

.commonLabelStyle {
    color: #2A4876;
    font-weight: 600;
    font-size: 12px;
    display: inline;
}

#form-container{
    margin: 10px 0;
}

.link-button {
    background-color: #2A4876;
    display: block;
    padding: 3px;
    text-align: center;
    color: white;
    font-size: small;
    width: 90%;
    font-family: verdana, sans-serif;
    border-radius: 3px;
}

    .link-button:hover {
        text-decoration: none;
        color: white;
    }

.upload-button {
    margin-top: 5px;
    float: right;
}

.providerDrpLabel {
    text-align: right;
    width: 70%;
}

.providerDrpControl {
    width: 30%;
}

.dx-datagrid-focus-overlay {
    border: 0px !important;
}

.dropdown {
    float: right;
}

    .dropdown .dropbtn {
        border: none;
        outline: none;
        padding: 10px 0;
        background-color: inherit;
        font-family: inherit; /* Important for vertical align on mobile phones */
        margin: 0; /* Important for vertical align on mobile phones */
        white-space: nowrap;
        cursor: pointer;
    }

.dropdown-content {
    display: none;
    position: absolute;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    background-color: #fff;
    right: 1px;
    min-width: 100%;
}

    /* Links inside the dropdown */
    .dropdown-content a {
        float: none;
        color: #2A4876;
        padding: 10px 16px;
        text-decoration: none;
        display: block;
        text-align: left;
        font-size: 14px;
        white-space: nowrap;
    }

        /* Add a grey background color to dropdown links on hover */
        .dropdown-content a:hover {
            background-color: #ddd;
            text-decoration: none;
        }

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

.formContainer {
    max-width: 650px;
}

.commonLIStyle {
    color: #2A4876;
    line-height: 35px;
}

.tipText {
    list-style: circle;
    height: auto;
    font-weight: normal;
}

.commonUIStyle {
    margin-left: -20px;
    font-size: 13px;
}

.popupActionLinks {
    display: inline-block;
    float: right;
    height: 15px;
}

.ulActionLinks {
    list-style-type: none;
    padding: 0;
}

    .ulActionLinks li {
        float: right;
        padding-right: 8px;
        border-left: 2px solid #e9e9e9;
        padding-left: 8px;
    }

        .ulActionLinks li a {
            width: auto;
            background-color: #fff;
            color: #2A4876;
            text-align: center;
            padding: 3px;
            font-weight: 700;
        }

#dxPatientFilleUploader .dx-icon-close:before {
    color: white !important;
}

#dxPatientFilleUploader .dx-fileuploader-upload-button {
    float: right;
    margin-left: 100%;
}

footer {
    position: relative;
}

p.copyright {
    font-size: small;
    position: relative;
    bottom: 0;
    width: 100%;
    text-align: center;
    font-weight: 600;
    color: #2A4876;
}

.validationError ul li {
    color: #d9534f;
    list-style: none;
    font-size: 14px;
}

.topbar {
    background-color: #FAFAFA;
    border-top: 2px solid #72C144;
    border-bottom: 2px solid #72C144;
}

.loadingIndicator {
    background-image: url('../images/loading.gif');
    background-repeat: no-repeat;
    background-color: #ffffff;
    position: relative;
    display: block;
    height: 35px;
    width: 35px;
    margin-top: 15%;
    margin-left: 48%;
}

.ajaxPostLoader {
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1000;
    background: #FFFFFF;
    opacity: 0.8;
    background-image: url('../images/loading.gif');
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
}

.row.vdivide [class*='col']:not(:last-child):after {
    background: #e0e0e0;
    width: 1px;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    min-height: 70px;
}

.vertical-align {
    display: flex;
}

.newUserLabel {
    color: black;
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
}

.patientVerificationLabel {
    color: #444444;
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
}

/*styles added by rakesh */

.overlay {
    background: #0000009c;
    position: absolute;
    width: 100%;
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
    z-index: 1;
    top: 0;
}

.login-container {
    width: 70%;
    border: 1px solid #e5e5e5;
    margin: 0 auto;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.form-link span.dx-checkbox-text {
    color: #102a52;
}

.level-parent {
    position: absolute !important;
    width: 100%;
    margin-left: 15px;
}

@media screen and (max-width: 766px) {
    .cdc-guide {
        text-align: center;
    }
    .middle-bar {
        display:none;
    }

    .level-parent {
        position: relative !important;
        width: 100%;
        margin-top: -33px;
        margin-left: 28px;
    }
}