.bootstrap-select button.btn {
    color: #333333 !important;
}
.circle {
    color: #fff;
    padding: 2px;
    font-weight: bold;
    border-radius: 50%;
    border: 1px solid #85878A;
    background-color: darkgray;
}

::-webkit-input-placeholder { /* Internet Explorer 10-11 */
    color: #333 !important;
}

::-moz-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #333 !important;
    opacity: 1; /* Firefox */
}

::placeholder {
    color: #333 !important;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #333 !important;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #333 !important;
}

.blackFont {
    color: #333 !important;
}

.dxscApt .dxsc-apt-bg {
    opacity: 1 !important;
}
/* QTC - APAS LESS Document */
.empSpace {
    margin: 0;
    padding: 0;
    outline: none;
}

.whitBg {
    background: #fff;
}

.textColor {
    color: #ffffff;
}

.textgrayColor {
    color: #333333;
}

.textActColor {
    color: #850f88;
}

.float {
    float: left;
}

.floatRight {
    float: right;
}

.shadow {
    box-shadow: 0px 0 12px #bbbbbb;
}

.fontsm {
    font: normal 12px Arial, Helvetica, sans-serif;
}

.fontla {
    font-size: 14px;
}

.fontxl {
    font-size: 16px;
}

.maxwidth {
    width: 100%;
}

.fullscreenwidth {
    width: 100%;
    padding: 0;
}

.textUppercase {
    text-transform: uppercase;
}

.horGradient {
    background: -moz-linear-gradient(left, #201747 0%, #531368 46%, #850f89 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #201747), color-stop(46%, #531368), color-stop(100%, #850f89));
    background: -webkit-linear-gradient(left, #201747 0%, #531368 46%, #850f89 100%);
    background: -o-linear-gradient(left, #201747 0%, #531368 46%, #850f89 100%);
    background: linear-gradient(to right, #201747 0%, #531368 46%, #850f89 100%);
    color: #fff;
}

.navActive {
    background-color: #11053e;
    color: #fff;
}

.verGradient {
    background: #201747;
    background: -moz-linear-gradient(top, #201747 0%, #850f89 100%);
    background: -webkit-linear-gradient(top, #201747 0%, #850f89 100%);
    background: linear-gradient(to bottom, #201747 0%, #850f89 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#201747', endColorstr='#850f89', GradientType=0);
    color: #ffffff;
}

.btn {
    background-image: linear-gradient(to left, #3f1d69 0%, #0d074d 100%);
    background-color: #1f1545;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #FFFFFF;
    text-align: center;
    text-transform: uppercase;
    outline: none;
    border: none;
}

.btnHover {
    background-image: linear-gradient(to left, #7b1f7f 0%, #3b1363 100%);
    color: #FFFFFF;
}

* {
    margin: 0;
    padding: 0;
    outline: none;
}

body {
    margin: 0;
    padding: 0;
    outline: none;
    width: 100%;
    background: #e6e6e6;
    -ms-overflow-style: scrollbar;
    color: #333;
}

html {
    width: 100%;
    overflow-x: hidden
}

.clr {
    clear: both;
}

a {
    text-decoration: none;
}

h2, .h2 {
    font-size: 14px;
    font-weight: bold;
    float: left;
}

h3, .h3 {
    font-size: 14px;
    color: #731474;
    margin: 0;
}

.wrapper {
    margin: 0 auto;
    width: 97%;
}
/* HEADER */
.content-bg {
    float: left;
    background: #fff;
    box-shadow: 0px 0 12px #bbbbbb;
    margin-top: 10px;
    width: 100%;
    padding: 0px 22px 10px;
}

.header {
    float: left;
    width: 100%;
    margin-bottom: 1px;
    background: #201747;
    background: -moz-linear-gradient(left, #201747 0%, #f16f5c 0%, #201747 0%, #850f89 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #201747), color-stop(0%, #f16f5c), color-stop(0%, #201747), color-stop(100%, #850f89));
    background: -webkit-linear-gradient(left, #201747 0%, #f16f5c 0%, #201747 0%, #850f89 100%);
    background: -o-linear-gradient(left, #201747 0%, #f16f5c 0%, #201747 0%, #850f89 100%);
    background: -ms-linear-gradient(left, #201747 0%, #f16f5c 0%, #201747 0%, #850f89 100%);
    background: linear-gradient(to right, #201747 0%, #f16f5c 0%, #201747 0%, #850f89 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#201747', endColorstr='#850f89', GradientType=1 );
}

.logotext {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    padding: 7px 0 0 10px;
    float: left;
    margin: 14px 0 14px 10px;
    text-transform: uppercase;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.trademark {
    font-family: arial;
}

.logo a {
    margin: 10px;
    padding-right: 0;
    float: left;
}


/* MENU */
.navbar-inverse {
    background: none;
    color: #fff;
    border-radius: 0;
    border: none;
    min-height: 45px;
    margin-bottom: 0;
}

    .navbar-inverse .navbar-nav > li {
        float: left;
    }

        .navbar-inverse .navbar-nav > li > a {
            color: #ffffff;
            font-size: 14px;
            padding: 15px 20px;
        }

        .navbar-inverse .navbar-nav > li.active > a {
            background-color: #11053e;
            color: #fff;
        }

        .navbar-inverse .navbar-nav > li > a:hover,
        .navbar-inverse .navbar-nav > li > a:focus {
            background: #201747;
            background: -moz-linear-gradient(top, #201747 0%, #850f89 100%);
            background: -webkit-linear-gradient(top, #201747 0%, #850f89 100%);
            background: linear-gradient(to bottom, #201747 0%, #850f89 100%);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#201747', endColorstr='#850f89', GradientType=0);
            color: #ffffff;
        }

    .navbar-inverse .dropdown-menu {
        background: #201747;
        background: -moz-linear-gradient(top, #201747 0%, #850f89 100%);
        background: -webkit-linear-gradient(top, #201747 0%, #850f89 100%);
        background: linear-gradient(to bottom, #201747 0%, #850f89 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#201747', endColorstr='#850f89', GradientType=0);
        color: #ffffff;
    }

        .navbar-inverse .dropdown-menu > li > a,
        .navbar-inverse .dropdown-menu > li > a:focus {
            color: #ffffff;
            -webkit-transition: 0.5s;
            transition: 0.5s;
            padding: 6px 15px;
            background: none;
        }

            .navbar-inverse .dropdown-menu > li > a:hover {
                background-color: #11053e;
                color: #fff;
            }

        .navbar-inverse .dropdown-menu > li.active a {
            background-color: #11053e;
            color: #fff;
        }

.usericon .navbar-nav > li > a {
    padding: 18px;
    color: #fff;
}

.navbar {
    margin-bottom: 0px;
    float: right;
}

.title-bg {
    background: #fff;
    font-size: 14px;
    color: #000;
    text-transform: uppercase;
    padding: 15px;
    border-bottom: 1px solid #d2d2d2;
}

.btn,
.btn:focus {
    background-image: linear-gradient(to left, #3f1d69 0%, #0d074d 100%);
    background-color: #1f1545;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #FFFFFF;
    text-align: center;
    text-transform: capitalize;
    outline: none;
    font-size: 14px;
    padding: 5px 15px;
    margin: 10px;
    height: 28px;
}



    .btn:hover {
        background-image: linear-gradient(to left, #7b1f7f 0%, #3b1363 100%);
        color: #FFFFFF;
    }

.back-btn {
    border-bottom: 1px solid #CCCCCC;
    width: 100%;
    padding: 0 0 0 0px;
    float: left;
}

.qtc-from {
    margin: 0;
    padding: 0;
    outline: none;
    list-style: none;
    float: left;
}

    .qtc-from li {
        float: left;
        width: 44%;
        margin: 10px 3%;
    }
#dvLocationTokenBox {
position:relative
}
    .qtc-from li label, .qtc-from li p.label {
        float: left;
        width: 162px;
        font-size: 14px;
        color: #333333;
        padding: 7px 5px 0 0;
        margin-bottom: 0;
        text-align: left;
        font-weight: 700;
        text-transform: none;
    }

.qtc-from li input[type="text"],
.qtc-from li input[type="number"],
.qtc-from li textarea,
.qtc-from li select,
input[type="text"], textarea, select, input {
    float: left;
    padding: 5px 6px !important;
    font-size: 14px;
    color: #333333;
    border: 1px solid #b7b7b7;
    border-radius: 0;
    font-family: arial;
    height: auto;
    margin-left: 0;
}
        .qtc-from li input[type="text"],
        .qtc-from li input[type="number"],
        .qtc-from li textarea,
        .qtc-from li select{
            float: left;
            padding: 5px 6px !important;
            font-size: 14px;
            color: #333333;
            width: 60%;
            border: 1px solid #b7b7b7;
            border-radius: 0;
            font-family: arial;
            height: auto;
            margin-left: 0;
        }

        .qtc-from li textarea {
            height: 75px;
        }

        .qtc-from li select.dur-width {
            width: 25%;
        }

        .qtc-from li p {
            float: left;
            padding: 10px 0 0 10px;
            text-transform: uppercase;
            font: normal 12px Arial, Helvetica, sans-serif;
            color: #999999;
        }

        .qtc-from li.datepicker-wid input {
            width: 33%;
            margin-right: 4%;
        }

            .qtc-from li.datepicker-wid input:last-child {
                margin-right: 0;
            }

.btn-width {
    width: 100%;
    float: left;
    text-align: right;
    margin: 10px 0 0px;
}

    .btn-width .btn, .btn:focus {
        margin: 10px 0px 10px 0px;
    }

ul li .dxeButtonEditSys {
    width: 60% !important;
}

.dxeCalendarWeekend_DevEx {
    color: #cc19d4 !important;
}

.dxeCalendarToday_DevEx {
    border: 1px solid #cc19d4 !important;
}

.dxeTokenText_DevEx {
    font-size: 14px;
}

table tr td.dxeCalendarButton_DevEx,
table tr td.dxeColorEditButton_DevEx {
    background-image: linear-gradient(to left, #3f1d69 0%, #0d074d 100%);
    background-color: #1f1545;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #FFFFFF;
    text-align: center;
    text-transform: uppercase;
    outline: none;
    border: none;
}

table .dxgvEditFormDisplayRow_DevEx td.dxgv,
table .dxgvDetailCell_DevEx td.dxgv,
table .dxgvDataRow_DevEx td.dxgv,
table .dxgvDetailRow_DevEx.dxgvADR td.dxgvAIC {
    padding: 10px 5px;
}

.dxgvGroupRow_DevEx td.dxgv {
    padding: 6px !important
}

table.dxgvControl_DevEx tr td .dxpLite_DevEx {
    padding: 5px 10px 5px 10px;
    min-width: 100% !important;
}

table tr#VisitType_DXHeadersRow0 td {
    text-align: center;
}

span.text-danger1 {
    margin-left: 50px;
    width: 60%;
    float: left;
    color: #9B2743;
    margin-top: 2px;
    font-size: 12px;
}

span.text-danger3 {
    margin-left: 0px;
    width: 60%;
    float: left;
    color: #9B2743;
    margin-top: 2px;
    font-size: 12px;
}

span.text-danger {
    margin-left: 162px;
    width: 100%;
    float: left;
    color: #9B2743;
    margin-top: 2px;
    font-size: 12px;
}

.createVisitWid span.text-danger {
    margin-left: 172px;
}

span .text-danger4 {
    margin-left: 162px;
    width: 20%;
    float: left;
    color: #9B2743;
    margin-top: 2px;
}

/*table.dxeButtonEdit_DevEx td.dxic,
table.dxFirefox .dxeButtonEdit_DevEx td.dxic {
    padding: 0;
}*/




.search-from li select {
    padding: 5px 2px !important;
}

.search-from li.fullwidth {
    width: 94%;
}

.search-from1 li select {
    padding: 5px 2px !important;
}

.search-from1 li.fullwidth {
    width: %;
}

.qtc-from li.recurrence {
    width: 100%;
}

.recurrence .checkbox {
    background: url(../../images/checkbox.png) no-repeat;
    display: inline-block;
    width: 15px;
    height: 15px;
}

.recurrence input[type="checkbox"] {
    display: none;
}

    .recurrence input[type="checkbox"]:checked + .checkbox {
        background: url(../../images/checkbox-checked.png) no-repeat;
    }

.recurrence span {
    float: left;
    margin: 10px;
    color: #000;
}

.recurrence .radio {
    background: url(../../images/radio.png) no-repeat;
    display: inline-block;
    width: 14px;
    height: 14px;
}

.recurrence input[type=radio] {
    display: none;
}

    .recurrence input[type=radio]:checked + .radio {
        background: url(../../images/radio-checked.png) no-repeat;
    }

.qtc-from li .rec-width {
    float: left;
    width: 100px;
}

.qtc-from li.recurrence p {
    width: 100%;
    padding: 0;
    margin: 0;
    color: #000;
    text-transform: none;
}

.rec-right {
    float: left;
    width: 80%;
}

.rec-fulleidth {
    width: 100%;
    float: left;
}

.modal .qtc-from li {
    margin: 5px 3%;
}

.search-from li input.daysWidth[type="text"],
.search-from li select.daysWidth {
    width: 100px;
    margin-right: 5px;
    padding: 5px 0 !important;
    margin-top: 3px;
}

.weekMar {
    margin-right: 7px;
    float: left;
}

.calTopMar {
    margin-top: 20px;
    float: left;
    width: 100%;
}

.searchHide {
    display: none;
}

#btnSearchTitleBar, #btnAvailableTitleBar, #btnSelectedTitleBar {
    width: 100%;
    float: left;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.BtnCal, #btnSearchTitleBar-icon, #btnAvailableTitleBar-icon, #btnSelectedTitleBar-icon, #appSearchTitleBar-icon {
    float: right;
    background: url(../../images/uparrow.svg) no-repeat;
    width: 15px;
    height: 10px;
    margin: 25px 20px 10px;
    cursor: pointer;
}

#AlertMessagePopup_PWC-1 #AlertForm {
    text-align: left !important;
}

#AlertMessagePopup_PWC-1 div.dxflItemSys {
    text-align: left !important;
    float: left;
    width: 100%;
    max-height: 200px;
    overflow-y: auto;
    display: block;
    padding-left: 20px;
}

#AlertMessagePopup_PWC-1 .dxbButton_DevEx {
    float: right
}
#appSearch {
cursor:pointer !important}
#btnSearchTitleBar-icon.calShowArrow, #btnAvailableTitleBar-icon.calShowArrow, #btnSelectedTitleBar-icon.calShowArrow, #appSearchTitleBar-icon.calShowArrow {
    background: url(../../images/downarrow.svg) no-repeat;
}

.Cal-View {
    width: 100%;
    padding-bottom: 10px;
    float: left;
}

.leftNav {
    width: 17%;
    float: left;
    background: #fff;
    color: #000;
   position:relative; 
    z-index: 0;
    top: 0px;
    max-height: 500px;
    overflow: auto;
    overflow-x: hidden;
    bottom: 95px;
    margin-top: 10px;
}

.rightSec {
    width: 81%;
    float: left;
    margin-left: 2%;
    z-index: 1;
    position: relative;
}

.rightSecWidth {
    width: 96%;
    margin-left: 3%;
}

.leftNavWidth {
    width: 0%;
    padding-left: 3%;
    bottom: auto;
    overflow: hidden;
    height: 48px;
}

.leftNavhide {
    float: right;
    font-size: 25px;
    margin: 11px;
    color: #6e6e6e;
}

.leftNav p {
    font-size: 14px;
    margin: 15px 0 0 10px;
    color: #333;
    font-weight: bold;
}

.leftNavhide .fa-arrow-circle-o-right {
    display: none;
}

.leftNavicon .fa-times-circle-o {
    display: none;
}

.leftNavicon .fa-arrow-circle-o-right {
    display: block;
}

.avaCal-width {
    width: 50%;
}

    .avaCal-width li {
        width: 90%;
        margin: 7px 0 0 0px;
        font-size: 14px;
        position:relative
    }



ul.avaCal-width .dxeButtonEdit_DevEx td.dxic, ul.avaCal-width .dxFirefox .dxeButtonEdit_DevEx td.dxic {
    padding: 0;
}



span.text-danger2 {
    position: relative;
    color: #9B2743;
}

.margin-top-10 {
    margin-top: 10px !important;
}

.margin-bottom-10 {
    margin-bottom: 10px !important;
}

.margin-left-10 {
    margin-left: 10px !important;
}

.margin-right-10 {
    margin-right: 10px !important;
}

.pdfStyles {
    font: normal normal normal 20px/1 FontAwesome !important;
    padding-top: 10px !important;
    float: right;
}

    .pdfStyles span {
        display: none !important;
    }

.xlsxStyles {
    font: normal normal normal 20px/1 FontAwesome !important;
    padding: 10px !important;
    float: right;
}

    .xlsxStyles span {
        display: none !important;
    }

.dxeTextBoxDefaultWidthSys td {
padding:0px 3px !important;}
.typeahead {
    position: absolute;
    top: auto !important;
    margin-top: 34px;
    background: #fff;
    z-index: 2;
    width: 60%;
    -moz-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.34375);
    -webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.34375);
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.34375);
    border: 1px solid #b7b7b7;
}

    .typeahead li {
        margin: 0;
        padding: 0;
        list-style: none;
        width: 100%;
        min-height: auto;
    }

        .typeahead li a {
            padding: 7px 10px 4px 10px;
            float: left;
            width: 100%;
            font-size: 14px;
            text-decoration: none;
            color: #333;
            white-space: normal;
        }

        .typeahead li.active a {
            background-image: linear-gradient(to left, #3f1d69 0%, #0d074d 100%);
            background-color: #1f1545;
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            border-radius: 0;
            color: #fff
        }

.qtc-from li.providerTable {
    margin: 0;
    width: 100%;
}

    .qtc-from li.providerTable table {
        width: 100%;
    }

    .qtc-from li.providerTable tr th {
        border-top-width: 0px;
        border-left-width: 0px;
    }

.ProviderGridScroll {
    /*height: 675px;*/
    overflow-y: auto;
    border: 1px solid #cbcbcc;
    margin-top: 20px;
    width: 100%;
    float: left;
}

.qtc-from li .ProviderGridScroll input[type="text"], .qtc-from li .ProviderGridScroll input[type="number"] {
    width: 80px;
    padding: 4px !important;
}

.rolesGrid tr td {
    font: 11px Verdana, Geneva, sans-serif;
}

table tr td.roleSpace {
    white-space: normal;
    border-top: none;
    border-left: none;
    font: 11px Verdana, Geneva, sans-serif;
    text-align: center;
}

table.rolesGrid tr td label {
    font-weight: normal;
    font-size: 12px;
}

table.rolesGrid tr td input[type="text"] {
    float: left;
    padding: 4px !important;
    font-size: 12px;
    color: #333333;
    border: 1px solid #b7b7b7;
    border-radius: 0;
}

table.rolesGrid {
    border-top: 1px solid #CCCCCC;
}

.errorTxt {
    color: #e21c1c;
    padding-top: 15px;
    padding-left: 10px;
}

.roleSaveBtn i {
    font-size: 14px;
    padding: 0 10px;
    color: #850f88;
}

.locationTokenBoxDisabled {
    display: none;
}

.locationTokenBoxEnabled {
    display: block;
    position:relative;
}

.textBoxDisabled {
    disabled: "disabled" !important;
    cursor: not-allowed !important;
}

.alert-info {
    color: #ffffff;
    background-color: #2e9e27;
    border: none;
    font-size: 14px;
    margin: 0 auto;
    max-width: 100%;
    margin-top: 10px !important;
    height: 48px;
}

.alert-infoerror {
    color: #ffffff;
    background-color: #9B2743;
    border: none;
    font-size: 14px;
    margin: 0 auto;
    max-width: 100%;
    margin-top: 10px !important;
    height: 48px;
}

.alert-infowarn {
    color: #ffffff;
    background-color: #f0ad4e;
    border: none;
    font-size: 14px;
    margin: 0 auto;
    max-width: 100%;
    margin-top: 10px !important;
    height: 48px;
}

body .dxpcLite_DevEx .dxpc-header, body .dxdpLite_DevEx .dxpc-header {
    color: #850F89;
    background: #fff;
    border-bottom: 1px solid #d4d4d4;
    padding: 8px 14px !important;
    height: auto;
    font-size: 14px;
}

body .dxpc-content .dxbButton_DevEx {
    color: #fff;
    font: 14px Verdana, Geneva, sans-serif;
    border: none;
    background: -moz-linear-gradient(left, #3f1d69 0%, #0d074d 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #0d074d ), color-stop(100%, #3f1d69));
    background: -webkit-linear-gradient(left, #0d074d 0%, #3f1d69 100%);
    background: -o-linear-gradient(left, #3f1d69 0%, #0d074d 100%);
    background: linear-gradient(to left, #3f1d69 0%, #0d074d 100%);
    background-color: #1f1545;
    padding: 4px;
    margin: 8px 0 0 10px;
}

    body .dxpc-content .dxbButton_DevEx:hover {
        background: -moz-linear-gradient(left, #7b1f7f 0%, #3b1363 100%);
        background: -webkit-gradient(linear, left top, right top, color-stop(0 #3b1363), color-stop(100%, #7b1f7f));
        background: -webkit-linear-gradient(left, #3b1363 0%, #7b1f7f 100%);
        background: -o-linear-gradient(left, #7b1f7f 0%, #3b1363 100%);
        background: linear-gradient(to left, #7b1f7f 0%, #3b1363 100%);
        color: #FFFFFF;
    }

body .dxpc-content {
    text-align: center;
}

.navbar-collapse .dxmLite_DevEx .dxm-horizontal .dxm-image-l .dxm-content, .navbar-collapse .dxmLite_DevEx .dxm-horizontal .dxm-image-r .dxm-content {
    background: none;
    padding: 19px;
    border: none;
    color: #fff;
    font-size: 14px;
    font-family: arial;
}

.navbar-collapse .dxmLite_DevEx .dxm-horizontal .dxm-image-l .dxm-hovered, .navbar-collapse .dxmLite_DevEx .dxm-horizontal .dxm-image-r .dxm-hovered {
    background: #201747;
    background: -moz-linear-gradient(top, #201747 0%, #850f89 100%);
    background: -webkit-linear-gradient(top, #201747 0%, #850f89 100%);
    background: linear-gradient(to bottom, #201747 0%, #850f89 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#201747', endColorstr='#850f89', GradientType=0);
    color: #ffffff;
    border: none;
}

.navbar-collapse .dxmLite_DevEx .dxm-main {
    background: none;
    border: none;
}

.navbar-collapse .dxm-separator {
    display: none;
}

.navbar-collapse .dxmLite_DevEx .dxm-main .dxm-checked, .navbar-collapse .dxmLite_DevEx .dxm-main .dxm-selected {
    background: none;
}

.navbar-collapse .dxmLite_DevEx .dxm-popup {
    background: #201747;
    background: -moz-linear-gradient(top, #201747 0%, #850f89 100%);
    background: -webkit-linear-gradient(top, #201747 0%, #850f89 100%);
    background: linear-gradient(to bottom, #201747 0%, #850f89 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#201747', endColorstr='#850f89', GradientType=0);
    color: #ffffff;
    border-radius: 0 0 4px 4px;
    border: none;
    width: 218px !important;
}

    .navbar-collapse .dxmLite_DevEx .dxm-popup .dxm-hovered {
        background-color: #11053e;
        color: #850f88;
    }

    .navbar-collapse .dxmLite_DevEx .dxm-popup li {
        padding-left: 0 !important;
    }

    .navbar-collapse .dxmLite_DevEx .dxm-popup a {
        float: none;
        color: #fff !important;
        font-size: 12px !important;
        padding: 8px !important;
        border: none;
        font-family: arial;
    }

    .navbar-collapse .dxmLite_DevEx .dxm-popup li.dxm-hovered {
        background-color: #11053e;
        color: #850f88;
        border: 1px solid #11053e;
        background-image: none;
    }

        .navbar-collapse .dxmLite_DevEx .dxm-popup li.dxm-hovered a {
            color: #fff !important;
        }

.searchCon-Wid {
    float: left;
    width: 100%;
    margin: 0;
}

    .searchCon-Wid td.dxflCaptionCellSys {
        float: left;
        width: 156px !important;
        min-width: initial !important;
    }

.qtc-from li.SearchAppPadd input[type="text"] {
    padding: 6px !important;
}

.searchCon-Wid td.dxflCaptionCellSys label {
    width: auto;
    font-size: 14px;
    color: #333333;
    padding: 7px 0 0 0;
    font-weight: bold;
    font-family: arial;
}

.searchCon-Wid td.dxflNestedControlCell_DevEx {
    width: 60% !important;
    float: left;
    height: 100%;
    position:relative;
}

.searchCon-Wid .dxeButtonEdit_DevEx {
    float: left;
    padding: 0px !important;
    font-size: 14px;
    color: #333333;
    border: 1px solid #b7b7b7;
    border-radius: 0;
}

.searchCon-Wid .dxflGroupCell_DevEx {
    width: 50% !important;
    margin: 0;
    float: left;
    padding: 0;
}

.searchCon-Wid .dxflGroup_DevEx {
    padding: 0;
}

    .searchCon-Wid .dxflGroup_DevEx .dxflItem_DevEx {
        width: 90% !important;
        margin: 5px 0 0 0px;
    }

.AppSearch-Check {
    float: left;
    margin-top: 5px;
}

    .AppSearch-Check input {
        float: left;
    }

.qtc-from li .AppSearch-Check label {
    padding: 2px 24px 0 5px;
    width: 165px;
}

.navbar-collapse .dxmLite_DevEx .dxm-popup .dxm-hovered, .navbar-collapse .dxmLite_DevEx .dxm-popup .dxm-selected {
    background-color: #11053e;
    color: #850f88;
    background-image: none;
    border: 1px solid #11053e;
    font-size: 12px;
    font-weight: normal;
}

.navbar-collapse .dxmLite_DevEx .dxm-popup .dxm-selected {
    padding: 0 0;
}

.divShow {
    display: block;
}

.divHide {
    display: none;
}

.popupMar .dxpcLite_DevEx {
    left: 37% !important;
    top: 36% !important;
}



.tableScrollBar {
    overflow: auto;
    width: 100%;
    border: 1px solid #9da0aa;
}

.NoRecord-BG {
    color: #d82323;
    float: left;
    width: 100%;
    padding: 15px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}

.LocName {
    font-size: 16px;
    float: left;
    padding: 15px;
    font-weight: bold;
    color: #391b66;
}

i.fa-trash {
    font-size: 14px;
    padding: 0 10px;
    color: #850f88;
    cursor: pointer;
}
i.fa-disabled {
    opacity: 0.6;
    cursor: not-allowed;
}
.navbar-inverse img.dxm-pImage {
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    background: none;
    color: #fff;
    margin-top: 19px !important;
}


.favWidBg {
    width: 32%;
    float: left;
    margin: 10px 0 10px 1%;
    padding: 10px;
    min-height: 255px;
}

    .favWidBg input[type="text"] {
        padding: 4px 5px;
        width: 55%;
        font: normal 14px Arial, Helvetica, sans-serif;
        color: #333333;
        float: left;
    }

    .favWidBg h5 {
        font: bold 15px Arial, Helvetica, sans-serif;
        color: #383838;
    }

.FavBtnWidth {
    width: 45%;
    float: left;
    margin: 0 0 10px 0;
}

.favWidBg .FavBtnWidth button {
    padding: 4px 10px;
    margin: 0 0 0 5px;
}

#accordion p {
    margin: 0;
}

    #accordion p a {
        padding: 15px;
        display: inline-block;
        color: #383838;
        width: 100%;
        border-bottom: 1px solid #d2d2d2;
        font: bold 13px Arial, Helvetica, sans-serif;
        text-decoration: none;
    }

    #accordion p .errorTxt {
        font-size: 12px;
        font-weight: 400;
        width: 100%;
        float: left;
        padding-top: 5px;
    }

    #accordion p a i {
        float: right;
        font-size: 20px;
        color: #b617bb;
    }

    #accordion p a.collapsed i.fa-minus-circle {
        display: none;
    }

    #accordion p a.collapsed i.fa-plus-circle {
        display: block;
    }

    #accordion p a i.fa-plus-circle {
        display: none;
    }

    #accordion p a i.fa-minus-circle {
        display: block;
    }

#accordion .card-body ul {
    margin: 0;
    padding: 0;
}

    #accordion .card-body ul li {
        list-style: none;
        margin: 0;
        float: left;
        width: 100%;
    }

        #accordion .card-body ul li a {
            float: left;
            width: 100%;
            padding: 10px 10px 10px 25px;
            border-bottom: 1px solid #797590;
            background: #201648;
            font: normal 13px Arial, Helvetica, sans-serif;
            color: #fff;
            text-decoration: none;
        }

            #accordion .card-body ul li a:hover {
                background: #871088;
            }


.tooltip > .tooltip-inner {
    background-color: #850f88;
    font-size: 11px;
}

.tooltip > .tooltip-arrow {
    border-bottom-color: #850f88 !important;
}

footer {
    float: left;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 10px;
}

.dxgvControl_DevEx a {
    color: #850f88 !important;
    cursor: pointer;
}

.dxgvControl_DevEx .dxgvHeader_DevEx tbody a {
    color: #201f35 !important;
    text-decoration: none !important;
}

.ResLabel .qtc-from li label {
    width: 145px;
    text-align: left;
}

.ResLabel span.text-danger {
    margin-left: 145px;
}

body table.DayWeekBtn .dxbButton_DevEx {
    padding: 2px;
    margin: 8px 10px 8px 0;
}

.ProvResSearch {
    margin: 5px 0 10px 0;
}

    .ProvResSearch .btn {
        margin: 0 10px;
    }


.visitStatusWidth {
    width: 100% !important;
}

    .visitStatusWidth tr td {
        text-align: left;
        vertical-align: top;
    }

        .visitStatusWidth tr td label {
            padding: 0;
            width: auto;
        }

table.dxeButtonEdit_DevEx {
    border: 1px solid #b7b7b7;
}

#accordion {
    overflow: auto;
    height: 100%;
}

.AppSearchDanger {
    float: left;
    width: 50%;
}

    .AppSearchDanger label {
        width: 164px;
        padding: 0 5px 0 0;
        float: left;
        margin-bottom: 2px;
    }

    .AppSearchDanger span.text-danger {
        width: 46%;
        margin-left: 0;
    }

.searchCon-Wid .AppSearchDanger {
    float: left;
    width: 41%;
}

    .searchCon-Wid .AppSearchDanger label {
        width: 184px;
        padding: 0 5px 0 0;
        float: left;
        margin-bottom: 2px;
    }

    .searchCon-Wid .AppSearchDanger span.text-danger {
        width: 100%;
        margin-left: 0;
    }

.ResLabel .qtc-from li .AppSearch-Check label {
    width: auto;
}

.qtc-from li.ProVistPadd {
    margin: 10px 0 0 0;
    width: 100%;
    border-top: 1px solid #cacbd3;
}

.ProVistEdit .qtc-from li label {
    padding-top: 0;
}

.tableScrollBar .dxgvHeader_DevEx {
    cursor: default;
}

#dvNoVisitTypeFound span.text-danger {
    text-align: left;
    margin-top: 15px;
}

.FavSectionBg {
    height: 320px;
    overflow: auto;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
    background-color: #11053e;
}

.PopupFormBg {
    margin: 0;
    padding: 0;
}

    .PopupFormBg li {
        list-style: none;
        float: left;
        width: 50%;
        text-align: left;
        margin-bottom: 7px;
    }

        .PopupFormBg li label {
            width: 155px;
            font-size: 14px;
            font-family: Arial;
            float: left;
            padding-top: 3px;
        }

            .PopupFormBg li label.control-label {
                width: 156px;
                padding: 3px 0 0 0;
            }

ul.PopupFormBg li .dxeButtonEditSys {
    width: 150PX !important;
    float: left;
}

.PopupBtnWidth {
    float: left;
    width: 100%;
    text-align: right;
}

.ConfirmPopupBtnWidth {
    float: right;
    width: 100%;
    text-align: right;
}

ul.PopupFormBg li span.text-danger {
    margin-left: 155px;
}

ul.PopupFormBg li span.text-danger1 {
    margin-left: 155px;
    width: auto;
}

.dxpc-contentWrapper {
    height: auto !important;
}

.dxpcLite_DevEx .dxpc-mainDiv, .dxpcLite_DevEx.dxpc-mainDiv, .dxdpLite_DevEx .dxpc-mainDiv, .dxdpLite_DevEx.dxpc-mainDiv {
    height: auto !important;
}


.favWidBg .FavBtnWidth button.FavBtnAlg {
    width: 43%;
    margin: 0 0 0 2%;
}

.favWidBg .FavBtnWidth button.ClrFavBtnAlg {
    width: 50%;
    margin: 0 0 0 2%;
}

body div.dxflItemSys, body div.dxflGroupSys {
    text-align: left;
}




.FavFixedbar {
    width: 100%;
    border: 1px solid #dddddd;
}

    .FavFixedbar tbody {
        height: 320px;
        overflow-y: auto;
        width: 100%;
        float: left;
    }

    .FavFixedbar thead, .FavFixedbar tr, .FavFixedbar th, .FavFixedbar td {
        display: block;
    }
.FavFixedbar thead {
width:104.5%}
.FavFixedbar tbody tr {
    width: 100%;
    border-bottom: 1px solid #dddddd;
    float: left;
}

    .FavFixedbar td {
        float: left;
        border-bottom: none !important;
        border-top: none !important;
        border-left: 1px solid #dddddd !important;
    }

    .FavFixedbar thead tr th {
        float: left;
        border-left: none;
        border-top: none;
    }

.ListTopMar {
    margin-top: 20px;
    float: left;
    font-size: 14px;
}

.VistFullWidth table {
    width: 100%;
}

div.dxeOutOfRWarnRight_DevEx {
    font: 11px Verdana, Geneva, sans-serif;
    padding: 3px 8px 4px 0px;
    position: initial;
    background-color: none;
    color: #9B2743;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: none;
    margin: 3px 0 0 0;
}

    div.dxeOutOfRWarnRight_DevEx label {
        font-weight: normal;
    }

.disabledbutton {
    pointer-events: none;
    opacity: 0.4;
    color: #850f88;
    font-size: 14px;
}

table tr td.TimeSlotPopup {
    float: left;
    width: 90px;
    text-align: left;
    padding-top: 1px;
    margin-bottom: 11px;
    font-weight: bold;
}

table tr td.TimeSlotPopupEndTime {
    float: left;
    width: 90px;
    text-align: left;
    padding-top: 8px;
    margin-bottom: 11px;
    padding-left: 17px;
    font-weight: bold;
}

span.TimeSlotDanger {
    margin-left: 0;
    text-align: left;
    width: 100%;
}


.AppointSearch td.dxflCaptionCellSys {
    width: 140px !important;
}

    .AppointSearch td.dxflCaptionCellSys span {
        margin-left: 1px !important;
        font-size: 18px !important;
    }

.searchCon-Wid td.dxflCaptionCellSys em span {
    margin-left: 1px !important;
    font-size: 18px !important;
}

.AppointSearchDanger label {
    width: 145px;
}

.NotEditTxt {
    font-size: 16px;
    color: red;
    margin: 15px 0;
    min-width: 200px;
}

#StartDateOutOfRWarn label, #EndDateOutOfRWarn label {
    color: #9B2743;
    font: normal 12px Arial, Helvetica, sans-serif;
}

#StartDateOutOfRWarn, #EndDateOutOfRWarn {
    top: inherit !important;
    left: inherit !important;
    position: relative;
    float: left;
    background: none;
    width: 100%;
}

#SelectDateOutOfRWarn {
    top: inherit !important;
    left: inherit !important;
    position: relative;
    float: left;
    background: none;
    width: 100%;
}

.dateErrorTxt .dxeOutOfRWarnRight_DevEx {
    top: inherit !important;
    left: inherit !important;
    position: relative;
    float: left;
    background: none;
    width: 100%;
    font-size: 12px;
    font-family: arial;
}

.qtc-from li #StartDateOutOfRWarn label, .qtc-from li #EndDateOutOfRWarn label, .qtc-from li #SelectDateOutOfRWarn label, .qtc-from li #SelectDateOutOfRWarn label {
    color: #9B2743;
    font: normal 12px Arial, Helvetica, sans-serif;
    width: 60%;
    padding: 0;
    float: none;
    margin-left: 162px;
    margin-top: 0;
}

.qtc-from li #StartDateOutOfRWarn, .qtc-from li #EndDateOutOfRWarn, .qtc-from li #SelectDateOutOfRWarn, .qtc-from li #SelectDateOutOfRWarn {
    background: none;
    padding: 0;
    margin: 2px 0 0 0;
}

/*.search-from li select.SelPlaceHolder {
    color: #9c9c9c;
}*/

.qtc-from li label.EditResTxt {
    width: 60%;
}

.DurationOfAva .searchCon-Wid td.dxflCaptionCellSys label {
    padding: 4px 0 0 0;
}

.DurationOfAva .searchCon-Wid td.dxflCaptionCellSys {
    width: 75px !important;
}

.DurationOfAva span.text-danger {
    margin-top: 0;
}

.DurationOfAva .AppSearchDanger label {
    width: 102px;
}

.dxgvHeader_DevEx tr td {
    white-space: pre-wrap;
}

.overflowScroll {
    overflow: auto;
    width: 100%;
}

div.dxbButton_DevEx,
div.dxbButton_DevEx:focus {
    background: none;
    border: none;
    border-left: 1px solid #b3b3b3;
    padding: 5px;
    outline: none;
}

#ProviderVisitTypeList_DXMainTable div.dxbButton_DevEx:hover {
background: none !important;
}

div.dxbButton_DevEx:hover {
    background: url(/DXR.axd?r=0_750-_SPtg) left top repeat-x rgb(247, 249, 254);
}

    div.dxbButton_DevEx div.dxbf {
        border: none;
        padding: 3px 15px;
    }

    div.dxbButton_DevEx:focus {
        background: #fff;
    }

.fullscreenwidth:after, .fullscreenwidth:before {
    display: initial;
}

.required:after {
    content: "*";
    font-weight: bolder;
    font-size: larger;
    color: #9B2743;
}

.qtc-from li label.required:after {
    display: inline-block;
    margin-top: -6px;
}

.textbox {
    width: 20%;
}


img.dxWeb_pcCloseButton_DevEx {
    background: url(../../images/closeIcon.png) no-repeat;
    margin-right: -17px;
}

#maxMiles {
    width: 100%;
    margin: 0 15px 0 0;
}

#AppointmentSearchCriteria_IsNationWideSearchEnabled {
    margin: 8px 0 0 -20px;
}

.lblerror {
    font-size: 11px !important;
    color: #ec5e5b !important;
    margin-left: 162px;
    width: 60% !important;
    float: left;
}

.qtc-from li .chk-label {
    width: 94px;
}

.back-search {
    float: right;
}

a.link-btn {
    color: #850f88;
    font-size: 14px;
    font-weight: normal;
    margin: 17px 2px 0 0;
}

a.link-back {
    margin: 42px 17px 0 0;
}

.link-btn .fa {
    font-size: 16px;
    color: #850f88;
}

.scheduler-result {
    margin: 0 0px;
}

.dxgvControl_DevEx {
    width: 100%;
    table-layout: fixed;
}

#dvSelectedSlots {
    margin: 15px 0 0;
    width: 100%;
    float: left;
}

#SearchOutputGrid {
    width: 100% !important;
    table-layout: fixed;
    min-width: 100%;
}

.avail-list {
    float: none;
    margin-left: 15px;
}

input.checkbox-TopMar[type=checkbox] {
    margin-top: 9px;
}

.maxwidth1 {
    width: 100%;
}

.container-fluid1 {
    padding-right: 20px;
    padding-left: 20px;
}

.multiselect-container li {
    margin: 0 0 0 20px;
}

    .multiselect-container li.multiselect-item {
        margin: 0 0 0 0;
    }

.multiselect-container > li > a > label.radio, .multiselect-container > li > a > label.checkbox {
    padding: 2px 0 0 39px;
}

.Cal-View-boder .btn {
    background: transparent;
    color: #333333;
    border: 1px solid #b7b7b7;
    width: 100%;
    padding: 5px 6px;
}

.Cal-View-boder .btn-default.active, .btn-default:active, .open > .dropdown-toggle.btn-default {
    background-color: transparent;
    box-shadow: none;
}

    .Cal-View-boder .btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open > .dropdown-toggle.btn-default.focus, .open > .dropdown-toggle.btn-default:focus, .open > .dropdown-toggle.btn-default:hover {
        background-color: transparent;
    }

.start-end-Waring #StartDateOutOfRWarn, .start-end-Waring #EndDateOutOfRWarn {
    margin-top: 0;
    padding: 0;
}

    .start-end-Waring #StartDateOutOfRWarn label, .start-end-Waring #EndDateOutOfRWarn label {
        margin-top: 0;
    }

.form-control, .form-control:focus {
    webkit-box-shadow: none;
    box-shadow: none;
}

.pagenav-fixed .dxgvFSDC table.dxgvTable_DevEx {
    table-layout: auto !important;
}

div.pagenav-background {
    background: none;
    margin-left: -50px;
}

span.text-danger5 {
    margin-left: 4px;
    width: 60%;
    float: left;
    color: #9B2743;
    margin-top: -8px;
}

button.appResBtn, button.appResBtn:hover, button.appResBtn:active, button.appResBtn:focus {
    margin: 10px 0px 10px 10px !important;
    float: left;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    padding: 0px 5px 0px 5px;
}

.AppRes-Check {
    float: left;
    margin-top: 10px;
    margin-left: 15px;
}

    .AppRes-Check input {
        float: left;
        margin: 0;
    }



.usericon .navbar-nav > li > a .faUsericon {
    margin-right: 3px;
}

footer {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
}

    footer a {
        color: #850f88;
        font-size: 14px;
        text-decoration: none;
    }

        footer a:hover {
            color: #850f88;
        }

hr {
    width: 100%;
    display: inline-block;
    border-bottom: 1px solid #b7b7b7;
}


.searchDanger label {
    width: 183px;
}

.appointTable {
    /*display: flex; -- Commented flex prop, to allow the grid to be responsive (auto-resize based on resolution) */  
    width: 100%;
    overflow: hidden;
}



.headFavText {
    background-image: linear-gradient(to left, #3f1d69 0%, #0d074d 100%);
    background-color: #1f1545;
    padding: 10px 15px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}

label {
    margin-bottom: 5px;
}

.new-schedule label {
    float: left;
}

.btn-col-left {
    width: 50%;
    float: left;
    height: 15px
}

.btn-col-right {
    width: 50%;
    float: left;
}

.btn-gis-search {
    top: 17px;
    text-align: right;
}

    .btn-gis-search button {
        margin-right: 0px
    }

.btn-col-fullwidth {
    width: 90%;
    float: right;
    margin: 0 0 0 22px;
}

.btn-col-fullwidthLabel {
    width: 145px;
    float: left;
}

.btn-col-fullwidthLabel1 {
    width: 50%;
    float: left;
}

.btn-col-vistfullwidthLabel {
    width: 162px;
    float: left;
}

.btn-col-innerwidth {
    width: 80%;
    float: right;
    text-align: right;
    margin-left: -20%;
}

.btn-col-innerwidth1 {
    width: 50%;
    float: left;
    text-align: right;
    margin-left: -5px;
}

.btn-col-innerwidth .btn, .btn-col-innerwidth.btn:focus {
    margin: 0px 0 10px 5px;
}

.btn-col-innerwidth1 .btn, .btn-col-innerwidth1.btn:focus {
    margin: 10px 0 10px 5px
}

tr td.dxeListBoxItem_DevEx {
    padding: 7px 10px 4px 10px;
}

    tr td.dxeListBoxItem_DevEx:hover, tr td.dxeListBoxItem_DevEx:hover em {
        background-image: linear-gradient(to left, #3f1d69 0%, #0d074d 100%);
        background-color: #1f1545;
        color: #fff;
    }

    tr td.dxeListBoxItem_DevEx em {
        background: none repeat 0 0;
        color: #b617bb;
    }

.typeahead li a strong {
    color: #b617bb;
}

ul.PopupFormBg li.visitstatusform .dxeButtonEditSys {
    width: 160PX !important;
}

.typeahead li.active a strong {
    color: #fff;
}

.dxpc-ddSys table {
    width: 100% !important;
    float: left;
}

#AppointmentSelectedProvider_DDD_L_LBT td {
    width: 250px !important;
    word-wrap: break-word;
    white-space: normal;
}

#AppointmentSelectedLocation_DDD_L_LBT td {
    width: 250px !important;
    word-wrap: break-word;
    white-space: normal;
}

#AppointmentSelectedResource_DDD_L_LBT td {
    width: 250px !important;
    word-wrap: break-word;
    white-space: normal;
}

.dxeListBox_DevEx div.dxlbd {
    width: 100% !important;
}

li.appSearchDropdownList .dxeListBox_DevEx div.dxlbd table tr td {
    width: 270px !important;
    word-wrap: break-word;
    white-space: normal;
}

button.multiselect, button.multiselect:focus {
    margin: 0;
}


.popupTimeBg #StartTime_CC table.dxeButtonEdit_DevEx {
    width: 115px;
    margin-right: 40px;
}

.popupTimeBg #EndTime_CC table.dxeButtonEdit_DevEx {
    width: 115px;
}

.popupTimeBg table.dxeButtonEdit_DevEx {
    width: 115px;
}


.popupDropText .dxeListBox_DevEx div.dxlbd {
    width: 100% !important;
}

    .popupDropText .dxeListBox_DevEx div.dxlbd table tr td {
        width: 100% !important;
        word-wrap: break-word;
        white-space: normal;
    }

.createVisitWid li label {
    width: 172px;
}

.popupDropText tr td {
    vertical-align: top;
}

.location-textbox {
    height: 32px !important;
}
.provider-textbox {
    height: 32px !important;
}
.disabled-textbox {
    height: 32px !important;
}

.timeSlotListHeight {
    float: left;
    width: 100%;
}

.dxeListBox_DevEx td.dxeIM, .dxeListBox_DevEx td.dxeFTM, .dxeListBox_DevEx td.dxeTM, .dxeListBox_DevEx td.dxeLTM, .dxeListBox_DevEx td.dxeCM, .dxeListBox_DevEx td.dxeMIM, .dxeListBox_DevEx td.dxeIMR, .dxeListBox_DevEx td.dxeFTMR, .dxeListBox_DevEx td.dxeTMR, .dxeListBox_DevEx td.dxeLTMR, .dxeListBox_DevEx td.dxeCMR, .dxeListBox_DevEx td.dxeMIMR {
    border-top: 1px solid #d9dae0 !important;
    border-bottom: none !important;
}

#AppointmentScheduler_1_viewSelectorBlock_innerContent {
    min-width: 280px !important;
    font-weight: normal !important;
}

.ErrorPadding {
    padding-left: 10px;
}

li.appSearchLongDropdownList .dxeListBox_DevEx div.dxlbd {
    width: 340px !important;
}

    li.appSearchLongDropdownList .dxeListBox_DevEx div.dxlbd table tr td {
        width: 340px !important;
        word-wrap: break-word;
        white-space: normal;
    }

/*Session timeout model style*/
.message {
    padding: 20px 20px 0px;
    width: 100%;
    float: left;
}

    .message p {
        float: left;
    }

    .message i {
        font-size: 50px;
        float: left;
        margin: 2px 20px 25px;
        width: 45px;
    }

    .message h2, .message .h2 {
        margin: 0 0 10px;
        padding: 0;
        font-size: 20px
    }

    .message .login-link {
        font-size: 15px;
    }

#timer {
    margin: 0 0 10px;
    padding: 0;
    font-size: 20px;
    float: left;
    width: 80%;
}

#timeoutMsg {
    width: 80%;
    font-size: 14px;
    color: #731474;
}

.refresh {
    width: 100%;
    text-align: right;
    float: right;
}

.modal-header > h1 {
    margin: 0;
}

    .modal-header > h1 > span {
        font-size: 21px;
        font-weight: 500;
        padding-left: 10px;
    }

.modal-body {
    font-weight: 700;
}

.modal-body {
    padding: 0 20px 10px;
    display: inline-block;
    width: 100%;
    max-height: 250px;
    overflow-y: auto;
}

.modal-footer {
    margin-top: 0;
    padding: 0 20px;
    display: inline-block;
    width: 100%;
}

.modal p {
    margin: 0px;
}

.modal b {
    font-size: 14px;
}
/*End of Session timeout Model style*/

.dxeNullText_DevEx .dxeEditArea_DevEx, .dxeNullText_DevEx .dxeMemoEditArea_DevEx {
    color: #333333 !important;
}

/*Calender and color code overlapping*/
.dxpc-ddSys {
    background-color: white;
}

.dx-ac {
    /*border-bottom: none !important;*/
}
/*End of Calender and color code overlapping*/
.dxgvDataRow_DevEx:nth-child(even) {
    background: #f5f5f5;
}

.dxgvDataRow_DevEx:nth-child(odd) {
    background: #fff;
}

.dxeListBoxItemHover_DevEx {
    background: #11053e none !important;
    color: #fff !important;
}

.dxgvGroupRow_DevEx, .dxgvDataRow_DevEx td.dxgvIndentCell, .dxgvDetailRow_DevEx td.dxgvIndentCell, .dxgvPreviewRow_DevEx td.dxgvIndentCell, .dxgvGroupRow_DevEx td.dxgvIndentCell, .dxgvGroupFooter_DevEx td.dxgvIndentCell {
    background-color: #ffffff !important;
}

.dxgvHeader_DevEx {
    background: #ebebeb !important;
    padding: 0px 5px !important;
    border-top: 1px solid #9da0aa !important;
    border: 1px solid #9da0aa !important;
}
.apply-visit-duration{
    font-weight:bold;
}
.dxgvGroupRow_DevEx td.dxgv.dxgvPHEC {
    border-right: 0px !important;
}

.mt10 {
    margin-top: 10px;
}
.ml10 {
    margin-left: 10px;
}
.pb-20 {
    padding-bottom: 20px
}
.pr10 {
    padding-right: 10px;
}
#frmJSPOST {
width:100%;
float:left;
}
.json-layout div {
    width: 100%;
    float: left;
    margin-right: 50%;
}
.gis-search .back-btn {
    padding: 0px;
}

.gis-search .dxeButtonEditSys td.dxic {
    overflow: visible
}

.gis-search .h3 {
    font-size: 14px;
    color: #333;
    font-weight: bold;
    float: left;
    padding: 20px 0px 10px;
}

.gis-search .form-control {
    padding: 5px 6px 4px !important;
    font-size: 14px;
    color: #333333;
    border: 1px solid #b7b7b7;
    border-radius: 0;
    font-family: arial;
    height: auto !important;
}

.gis-search label {
    font-size: 14px;
    color: #333333;
    width: 100%;
    line-height: 18px;
    background-color: #fff;
}

.gis-search .btn-group, .gis-search .btn-group button {
    width: 100% !important;
    float: left
}

    .gis-search .btn-group button {
        background: #ffffff;
        text-transform: capitalize;
        height: auto;
        padding: 5px 6px 4px !important;
        font-size: 14px;
        color: #333333;
        border: 1px solid #b7b7b7;
        border-radius: 0;
        font-family: arial;
        text-align: left;
    }

.gis-search label i {
    line-height: 20px;
}

.gis-search .btn .caret {
    float: right;
    position: absolute;
    top: 50%;
    right: 4px;
    margin-top: -2px;
    vertical-align: middle;
    color: #333;
}

.gis-search .typeahead {
    width: 150%;
    max-height: 200px;
    overflow-x: auto;
    right: 0px;
    left: auto !important;
    margin-top: 0px;
}

.gis-search .searchCon-Wid .dxflGroup_DevEx .dxflItem_DevEx {
    width: 100% !important;
    margin: 0px 0 0 0px;
    table-layout: fixed;
}

#AppointmentScheduleGrid_DXMainTable {
    overflow-y: auto
}

.gis-search .searchCon-Wid .dxflGroupCell_DevEx {
    margin: 0px
}

.gis-search .searchCon-Wid td.dxflNestedControlCell_DevEx {
    width: 100% !important;
}

.gis-search .searchCon-Wid .dxflGroupCell_DevEx {
    width: 43% !important;
}

.gis-search #Picker_0 {
    margin-right: 15px
}

.gis-search #Picker_1 {
    margin-left: 15px;
}

.gis-search table.dxeButtonEdit_DevEx {
    width: 100%;
}

    .gis-search table.dxeButtonEdit_DevEx input {
        padding: 6px !important;
        margin: 0px !important;
    }

.dxMacOSMobilePlatform .gis-search td .dxeEditArea_DevEx {
    padding-bottom: 6px !important;
}

.gis-search .searchCon-Wid .dxeButtonEdit_DevEx {
    padding: 0px !important
}

.gis-search .dxgvDataRow_DevEx td {
    border-bottom: 1px solid #d9dae0 !important;
}

.gis-search .dx-ac {
    border-bottom: 1px solid #abacb9 !important;
}

.WeekDaysList_DDD_gv_col0 .dx-ac {
    border-bottom: none !important
}

.dxEditors_edtDropDown_DevEx:hover {
    cursor: pointer
}

.dxeButtonEditButton_DevEx.dxeButtonEditButtonHover_DevEx {
    border: none
}

.dxeButtonEditButtonHover_DevEx {
    background: none !important
}

.mt27 {
    margin-top: 27px;
}
.specialty-layer{
    width:21%;
}
.gender-search {
    width:18%;
}
@media (max-width:768px) {
    .specialty-layer {
        width: 100%;
    }

    .gender-search {
        width: 100%;
    }
}
.sas {
    width: 11%;
    margin-top: 27px;
}
.chk-label {
    float: left;
    width: auto !important;
    margin-right: 10px;
}

    .chk-label + input.checkbox-TopMar[type=checkbox] {
        margin-top: 0px;
    }

.AppRes-Check input {
    float: left;
    margin: 4px 4px 0 10px;
    line-height: 32px;
}

.nav {
    margin: 0px 0px 0 0px;
    float: left;
}

.tab-content {
    width: 100%;
    float: left
}

.nav-pills li {
    margin: 0px 10px;
}

    .nav-pills li a {
        background: #ebebeb;
        color: #333;
        border-radius: 0px;
        padding: 10px 30px;
        font-weight: 600;
    }

    .nav-pills li.active a, .nav-pills li.active a:hover, .nav-pills li.active a:active, .nav-pills li.active a:focus {
        background: #ffffff;
        color: #333;
        border-radius: 0px;
        padding: 10px 30px;
        border: 1px solid #b7b7b7;
        border-bottom: 0px;
    }

    .nav-pills li a:hover, .nav-pills li a:active, .nav-pills li a:focus {
        background: #e5e5e5;
        color: #333;
    }

.tab-pane {
    border: 1px solid #b7b7b7;
    margin-top: -1px;
    padding: 10px 0px 0px;
    width: 100%;
    float: left;
}

.NoRecord-BG1 {
    color: #333;
    float: left;
    width: 100%;
    padding: 15px;
    text-align: left;
    font-size: 14px;
    font-weight: 500;
}

.tab-pane .dxgvControl_DevEx, .tab-pane .dxgvDisabled_DevEx {
    border: 0px;
}

.tab-pane .dxgvHSDC .dxgvHeader_DevEx {
    background: transparent;
    border: 0px !important;
    border-left: 1px solid #9da0aa !important;
}

.tab-pane .dxgvHeader_DevEx {
    padding: 10px 5px !important
}
/*.tab-pane #SearchOutputGrid_DXMainTable .dxgvHeader_DevEx 
 {
        padding: 0px 5px !important;
        line-height:12px;
    }*/
#ConfirmForm_1, #ConfirmForm_2 {
    float: right;
    padding: 0px;
}

#AppointmentScheduleGrid_DXMainTable .dxgvHeader_DevEx {
    padding: 10px 5px !important;
    border: 0px !important;
    border-left: 1px solid #9da0aa !important;
    border-bottom: 1px solid #9da0aa !important;
}

    #AppointmentScheduleGrid_DXMainTable .dxgvHeader_DevEx:first-child {
        border-left: 0px !important;
        width: 50px !important
    }

.tab-pane #SearchOutputGrid_DXHeadersRow0 td:first-child {
    border-left: 0px !important
}

.dxgvHSDC {
    background: #ebebeb !important;
    border: 1px solid #9da0aa;
    border-left: 0px;
    border-right: 0px;
}

.plr20 {
    padding-left: 20px;
    padding-right: 20px;
}

.tab-content table .dxgvDataRow_DevEx td.dxgv {
    white-space: nowrap;
    overflow: hidden;
    /*text-overflow: ellipsis;*/
}

.divider1 {
    width: 100%;
    float: left;
    height: 4px;
    background: #ebebeb;
    margin: 15px 0px 15px;
}

#showBox3 {
    width: 100%;
    float: left;
    margin-top: 10px;
}

.dxgvDataRow_DevEx td:nth-child(4) .dxeImage_DevEx {
    cursor: pointer;
    width: 12px;
}

.dxEditors_edtRadioButtonUnchecked_DevEx {
    cursor: pointer !important;
}

.dxgvFooter_DevEx {
    background: #fff !important
}

#VisitTypeList_DDD_PW-1 {
    width: 250px !important;
}

.tab-pane .dxgvTable_DevEx {
    width: 100%;
    background: transparent !important;
    table-layout: fixed
}

.dxgvHSDC > div, .dxgvCSD, .dxgvFSDC > div {
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
}

.dxgvCSD {
    border-bottom: 1px solid #9da0aa;
    overflow: auto !important;
    /*max-height: 270px;*/
    min-height: auto;
    height: auto !important;
}

.tab-pane .dxgvHEC {
    display: none;
}

.dxpLite_DevEx .dxp-button.dxp-bi {
    padding: 2px 0px 0px !important;
}

#AppointmentScheduleGrid {
    width: 100%;
    table-layout: fixed;
}

    #AppointmentScheduleGrid > tbody {
        overflow-y: auto !important;
        width: 100%;
        float: left;
    }

button span {
    color: #333;
}

.full-width input {
    width: 100% !important;
}

#dvRolePermission .dxgv {
    border-left: 1px solid #d9dae0
}

.dxeButtonEdit_DevEx td.dxic {
    padding: 0px !important
}

#SelectedClinCodes_DDD_gv {
    width: 250px !important
}
#SelectedSpecialityIDs_DDD_gv {
    width: 250px !important
}


#VisitTypeList_DDD_gv_col1, #SelectedClinCodes_DDD_gv_col1 {
    padding: 5px 6px
}

#dvSelectedSlots .dxgvHeader_DevEx {
    padding: 10px 5px !important
}

.dxgvHeader_DevEx span.dx-vam {
}

.gis-search .dxgvHeader_DevEx {
    padding: 5px !important
}

.dxgvControl_DevEx .dxgvFSDC {
    background-color: #ffffff !important;
}

#divProviderSelectedSlots .dxAC {
    overflow: auto !important
}

#divAppointmentSearchResult tr.dxgvArm td:nth-child(5) {
    width: 20% !important;
}

#divAppointmentSearchResult tr.dxgvArm td:nth-child(7) {
    width: 20% !important;
}

#divAppointmentSearchResult tr.dxgvArm td:nth-child(11) {
    width: 100px !important;
}

#divAppointmentSearchResult tr.dxgvArm td:nth-child(12) {
    width: 100px !important;
}

#divProviderSelectedSlots tr.dxgvArm td:nth-child(1) {
    width: 50px !important;
}

#divProviderSelectedSlots tr.dxgvArm td:nth-child(2) {
    width: 150px !important;
}

#divProviderSelectedSlots tr.dxgvArm td:nth-child(4) {
    width: 90px !important;
}

#divProviderSelectedSlots tr.dxgvArm td:nth-child(11) {
    width: 70px !important;
}

#divAppointmentSearchResult div.pagenav-background {
    margin-left: -30px;
}

#divAppointmentSearchResult .PostCompass tr.dxgvArm td:nth-child(4) {
    width: 30px !important;
}

#divAppointmentSearchResult .PostCompass tr.dxgvArm td:nth-child(5) {
    width: 25px !important;
}

#divAppointmentSearchResult .PostCompass tr.dxgvArm td:nth-child(6) {
    width: 20% !important;
}

#divAppointmentSearchResult .PostCompass tr.dxgvArm td:nth-child(7) {
    width: 10% !important;
}

#divAppointmentSearchResult .PostCompass tr.dxgvArm td:nth-child(8) {
    width: 20% !important;
}

#divAppointmentSearchResult .PostCompass td i.fa-exclamation-triangle {
    color: #f0ad4e;
    cursor: pointer;
}

#SelectedSlotsResourceGrid_DXMainTable tr.dxgvArm td:nth-child(2) {
    width: 100px;
}

/*#divAppointmentSearchResult td {
}*/

/* Modal Form Popup styles */
.modal-dialog {
    height: 84%;
    width: 60%;
}

.modal-body {
    max-height: 750px;
}

/* width */
@media (max-width:1599px) {
    .modal-dialog {
        width: 72%;
    }
}
@media (max-width:1280px) {
    .modal-dialog {
        width: 84%;
    }
}

/* height */
@media (max-height:900px) {
    .modal-body {
        max-height: 600px;
    }
}
@media (max-height:768px) {
    .modal-body {
        max-height: 500px;
    }
}
/* END - Modal Form Popup styles */

@media (min-width:1367px) {
    #divProviderSelectedSlots tr.dxgvArm td:nth-child(1) {
        width: 5% !important;
    }

    #divAppointmentSearchResult tr .dxgvArm td:nth-child(1) {
        width: 2% !important;
    }

    #divAppointmentSearchResult tr.dxgvArm td:nth-child(2) {
        width: 2% !important;
    }

    #divAppointmentSearchResult tr.dxgvArm td:nth-child(3) {
        width: 2% !important;
    }

    #divAppointmentSearchResult tr.dxgvArm td:nth-child(4) {
        width: 2% !important;
    }

    #divAppointmentSearchResult tr.dxgvArm td:nth-child(5) {
        width: 18% !important;
    }

    #divAppointmentSearchResult tr.dxgvArm td:nth-child(6) {
        width: 7% !important;
    }

    #divAppointmentSearchResult tr.dxgvArm td:nth-child(7) {
        width: 25% !important;
    }

    #divAppointmentSearchResult tr.dxgvArm td:nth-child(8) {
        width: 10% !important;
    }

    #divAppointmentSearchResult tr.dxgvArm td:nth-child(9) {
        width: 7% !important;
    }

    #divAppointmentSearchResult tr.dxgvArm td:nth-child(10) {
        width: 8% !important;
    }

    #divAppointmentSearchResult tr.dxgvArm td:nth-child(11) {
        width: 9% !important;
    }

    #divAppointmentSearchResult tr.dxgvArm td:nth-child(12) {
        width: 9% !important;
    }

    #divAppointmentSearchResult tr.dxgvArm td:nth-child(13) {
        width: 7% !important;
    }
}

@media (max-width:1023px) {
    #divProviderSelectedSlots tr.dxgvArm td {
        width: 150px !important;
    }

        #divProviderSelectedSlots tr.dxgvArm td:nth-child(2) {
            width: 100px !important;
        }
}

.dxbButton_DevEx.multiselect {
    overflow: hidden
}

button.dropdown-toggle[disabled], button.dropdown-toggle[readonly], button.dropdown-toggle[aria-disabled='true'], table.disablecontrol > tbody > tr > td, table.disablecontrol > tbody > tr > td > input, table.disablecontrol > tbody > tr > td > div {
    background-color: #eee !important;
    opacity: 1 !important;
    cursor: text !important;
}

input.disablecontrol {
    background-color: #eee !important;
    opacity: 1 !important;
    cursor: text !important;
    border: solid thin;
    border-color: lightgray;
}

#AlertMessagePopup_PWH-1 .dxflNestedControlCell_DevEx {
}

.appointmentPopup {
    width: 80% !important
}

    .appointmentPopup table {
        width: 100%
    }

    .appointmentPopup .col-sm-2 {
        padding: 0px !important;
        text-align: left;
    }
    .appointmentPopup lable {
        margin-top: 3px;
    }

    .appointmentPopup .form-control {
        border: 1px solid #b7b7b7;
        border-radius: 0px;
        padding: 0px;
        font-size: 14px;
        color: #333333;
        margin-bottom: 10px;
        height: 30px;
    }
.ResLabel .new-schedule span.text-danger {
    margin-left: 0px;
    margin-bottom: 5px;
    text-align: left;
}

.new-schedule .dxflGroup_DevEx, .new-schedule .dxflGroupCell_DevEx {
    padding: 0px
}

.warning-txt {
    display: none;
}

.FavFixedbar thead tr th:first-child {
    width: 76.7%;
    text-align: center;
}

.FavFixedbar thead tr th:last-child {
    width: 19%;
    text-align: center;
}

p.role {
    font-size: 12px;
}

.content-bg fieldset {
    width: 100%;
}

.lightcoral {
    color: lightcoral;
}

.green {
    color: green
}

.dxpc-contentWrapper #dvLocationBox2 .typeahead, .dxpc-contentWrapper #dvLocationBox3 .typeahead, .dxpc-contentWrapper #dvLocationBox1 .typeahead {
    width: 90%;
    margin-top: -10px;
}

    .dxpc-contentWrapper #dvLocationBox2 .typeahead li a, .dxpc-contentWrapper #dvLocationBox3 .typeahead li a, .dxpc-contentWrapper #dvLocationBox1 .typeahead li a {
        text-align: left;
    }

.dxpc-contentWrapper #Value_DDD_PW-1, .dxpc-contentWrapper #VisitTypeId_DDD_PW-1, #ResourceTypeId_DDD_PW-1 {
    width: 90% !important;
    padding-right: 30px;
    background: rgba(255, 255, 255, 0) !important;
}
#divAppointmentSearchResult .dxpc-contentWrapper #Value_DDD_PW-1, #divAppointmentSearchResult .dxpc-contentWrapper #VisitTypeId_DDD_PW-1 {
    width: 100% !important
}
    .bootstrap-datetimepicker-widget.dropdown-menu {
        width: 100% !important;
    }
#PRAVScheduler_formBlock_AptFrmContainer_PWC-1 .bootstrap-datetimepicker-widget.dropdown-menu {
    width: auto !important;
}
#Value_DDD_PW-1 #Value_DDD_L_D, #VisitTypeId_DDD_PW-1 #VisitTypeId_DDD_L_D {
    width: 100% !important
}

.dxpc-contentWrapper #lblDuration {
    text-align: left;
    width: 100%;
}

.td-data-hide .dxflHALSys.dxflVATSys.dxflCaptionCell_DevEx.dxflCaptionCellSys {
    display: none;
}

.dxeHLC, .dxeHC, .dxeHFC {
    display: none;
}

#AppointmentScheduler_1_formBlock_innerContent .dxeListBox_DevEx td.dxeFTM, #AppointmentScheduler_1_formBlock_innerContent .dxeListBox_DevEx td.dxeTM, #AppointmentScheduler_1_formBlock_innerContent .dxeListBox_DevEx td.dxeLTM {
    border-top: 0px !important;
}

#AppointmentScheduler_1_formBlock_innerContent #ResourceTypeId_DDD_PW-1 .dxeListBox_DevEx div.dxlbd {
    width: 100% !important;
    height: 100px;
}

.apptCSS {
    width: 98%;
    font-weight: normal !important;
    font-size: 8pt !important;
    white-space: nowrap !important;
}

.providerNoteIcon {
    color: #852886;
    cursor: pointer;
}

.warningColor {
    color: #f0ad4e;
    cursor: pointer;
}

.errorColor {
    color: red;
    cursor: pointer;
}

.successColor {
    color: green;
    cursor: pointer;
}

#SelectedLocations_I {
    width: 100% !important
}

/*TFS-510964*/
#SelectedTimeZoneIds_I {
    width: 100% !important
}

#SelectedResources_I {
    width: 100% !important
}

#SelectedResources_I {
    width: 100% !important
}

.nowrapcell {
    white-space: nowrap !important;
}

.pvtDescription{
    width:25%;
}
.pvt-name {
    width: 15%;
}
.floatRight {
    margin: 10px 0px 10px 0px;
}

.appointmentPopup .dxeListBox_DevEx div.dxlbd {
    width: 242px !important;
}

.appointmentPopup table tr td#AppointmentStartDate_DDD_C_mc, .appointmentPopup table tr td#DORDate_DDD_C_mc {
    padding: 0 1px;
    font-size: 13px;
}

.greenBackground {
    color: #3c763d;
}

.dd-pagination {
    width: 72px;
    display: inline-block;
    vertical-align: middle;
}

#ddlGridPagination.dxeListBox_DevEx div.dxlbd {
    width: 72px !important;
}

#ddlGridPagination_DDD_L_D {
    width: 71px !important;
}

#ddlGridPagination_I {
    padding-left: 10px;
}

.timepicker-icon {
    padding: 2px 4px !important;
}

.remove-bottom-margin {
    margin-bottom: 0px !important;
}

.gridtimepicker-icon {
    padding: 1px 4px !important;
}

/*#ddlGridPagination_DDD_L_D {
    width: 100% !important
}*/

#ddlGridPagination_DDD_PW-1 {
    width: 71px !important;
}

#MultiSelectProviderIdsDailSchedule_DDD_PW-1 {
    width: 32% !important;
    display: inline !important;
}

.timepicker .btn span, .timepicker .btn {
    background: #fff !important;
    height: auto !important;
    color: #201747;
}

.timepicker .btn-primary {
    background: #201747 !important;
    color: #fff !important;
    border-radius: 3px;
}

.timepicker .btn span:hover {
    background: #201747 !important;
    color: #fff !important;
}

#MultiSelectProviderIdsDailSchedule_I {
    width: 100%
}

.gis-search .form-control.timepicker-textbox {
    padding: 4px 4px !important;
}

input[id^=time] {
    width: 70px !important;
}
.dxpcDropDown_DevEx, #LocationIdBox1 .typeahead, #dvResourceTokenBox .dxpcDropDown_DevEx {
    width: 60% !important
}
.dxpcDropDown_DevEx, #ProviderBox1 .typeahead, #dvResourceTokenBox .dxpcDropDown_DevEx {
    width: 60% !important
}

.new-schedule .dxpcDropDown_DevEx {
    width: 89% !important
}
#Template-List_DXFREditorcol4_DDD_PW-1, #Template-List_DXFREditorcol6_DDD_PW-1, #ProviderVisitTypeList_DXFREditorcol7_DDD_PW-1, #gvResource_DXFREditorcol14_DDD_PW-1, #VisitType_DXFREditorcol8_DDD_PW-1, #VisitType_DXFREditorcol9_DDD_PW-1, #VisitType_DXFREditorcol12_DDD_PW-1, #SelectDate_DDD_PW-1, #EffectiveStartDate_DDD_PW-1, #EffectiveEndDate_DDD_PW-1, #StartDate_DDD_PW-1 {
    width: 195px !important
}
#TemplateStatusText_DDD_PW-1{
    width: 100px !important
}
.template-cstm-width .dxpcDropDown_DevEx, #dvExamineeEnabled .typeahead {
    width: 26% !important
}
#StatusName_DDD_PW-1, #LineOfBusinessId_DDD_PW-1 {
    width: 24% !important
}
.new-schedule #LineOfBusinessId_DDD_PW-1 {
width:89% !important}
#VisitStatusId_DDD_PW-1 {
width:19% !important}
#VisitStatusId_DDD_PW-1 tr td.dxeListBoxItem_DevEx {
    white-space: normal !important;
}
/* TFS313087 */
#NoShowReasonId_DDD_PW-1 {
    width: 19% !important}
#NoShowReasonId_DDD_PW-1 tr td.dxeListBoxItem_DevEx {
    white-space: normal !important;
}

/* TFS407013 */
#PartialShowReasonId_DDD_PW-1 {
    width: 23% !important}
#PartialShowReasonId_DDD_PW-1 tr td.dxeListBoxItem_DevEx {
    white-space: normal !important;
}

#AppointmentStatusId_DDD_PW-1 {
width:18% !important}
#AppointmentScheduleGrid_DXMainTable table.dxeButtonEdit_DevEx, #SelectedSpecialityIDs_DDD_PW-1 #SelectedSpecialityIDs_DDD_gv, #SelectedClinCodes_DDD_PW-1 #SelectedClinCodes_DDD_gv, #SelectedLocations_DDD_PW-1 .dxeListBox_DevEx div.dxlbd table tr td, #SelectedLocations_DDD_PW-1 .dxeListBox_DevEx div.dxlbd {
    width: 100% !important;
}
#SelectedProviderName + .typeahead, #SelectedSpecialityIDs_DDD_PW-1, .report-cstm-width .typeahead, .SearchAppPadd .typeahead, #ProviderBox1 .typeahead, #LineOfBusinessesBox .typeahead, #divProviderList #MultiSelectProviderIdsDailSchedule_DDD_PW-1, #ProviderIds_DDD_PW-1, .ResLabel .typeahead, #VisitTypeColorCode_DDD_PW-1, #SelectedClinCodes_DDD_PW-1, #SelectedLocations_DDD_PW-1{
    width: 60% !important
}
    #ExamineeName + .typeahead {
        width: 60% !important
    }
#AppointmentScheduleGrid_DXMainTable .dxpcDropDown_DevEx {
    width: 150px !important
}

#AppointmentScheduleGrid_DXMainTable input[id^=time] {
    width: 100% !important;
    padding:5px 0px !important
}

body #AppointmentScheduleGrid_DXMainTable .dxpc-content {
    text-align: left
}

#AppointmentScheduleGrid_DXMainTable .dxgvIndentCell {
    display: none;
}

#AppointmentScheduleGrid_DXMainTable .dxgvArm td:nth-child(7) {
    width: 160px !important;
}
.responsive-table {
    width: 100%;
    float: left;
    overflow: auto
}
.dxgvHeader_DevEx .dx-vam:first-child {
  display:none !important
}
.input-element-devexpress-grid {
    border-top: 1px solid #9da0aa;
    border-right: 1px solid #c2c4cb;
    border-bottom: 1px solid #d9dae0;
    border-left: 1px solid #c2c4cb;
    height: 21px;
}

#divtempPicker {
    width: 19em;
    position:absolute;
}

@media (max-width:1024px) {
    #divAppointmentSearchResult tr.dxgvArm td:nth-child(5) {
        width: 180px !important;
    }

    #divAppointmentSearchResult .PostCompass tr.dxgvArm td:nth-child(5) {
        width: 25px !important
    }

    #divAppointmentSearchResult .PostCompass tr.dxgvArm td:nth-child(6) {
        width: 180px !important;
    }

    .sas {
        margin-top: 0px;
    }

    .ResLabel span.text-danger {
        margin-left: 0px;
    }

    .AppSearchDanger.AppointSearchDanger {
        margin-left: 0px !important;
    }

    .AppSearchDanger span.text-danger {
        width: 100%;
    }

    .new-schedule label {
        display: contents;
    }

    .required:after {
        position: absolute
    }

    .appointmentPopup {
        width: 100% !important;
    }

    .favWidBg .FavBtnWidth button {
        width: 100% !important;
        margin-bottom: 5px !important;
    }

    .createVisitWid span.text-danger {
        margin-left: 0px;
    }

    .searchCon-Wid td.dxflNestedControlCell_DevEx {
        width: 100% !important;
    }

    span.text-danger {
        margin-left: 0px !important
    }

    .searchCon-Wid .AppSearchDanger {
        width: 50% !important;
        margin-left: 0px !important;
    }

    iframe {
        width: 100% !important
    }

    .responsive-layout {
        width: 100%;
        overflow: auto;
        -webkit-overflow-scrolling: touch
    }
    .dxpc-shadow {
    box-shadow:none !important;-webkit-box-shadow:none !important}
    .tooltip {
        display: none;
    }
}

#VisitTypeGuIds_DDD_PW-1 {
    width: 72% !important;
}
#VisitTypeGuIdsAvailaTemplate_DDD_PW-1{
    width:78% !important
}
#VisitTypeGuIdsAvailaTemplate_DDD_gv_col0 {
    width: 5%;
}
#VisitTypeGuIdsAvailaTemplate_DDD_gv_col1 {
    width: 25%;
}
#VisitTypeGuIdsAvailaTemplate_DDD_gv_col2 {
    width: 70%;
}
.checkbox-cell {
    padding: 0px;
    margin: 0px;
    width: 20px;
}

.after-checkbox-cell {
    padding-left: 0px !important;
    width: 100%;
}

.checkbox-table tbody {
    display: block;
    max-height: 200px !important;
    overflow: auto !important;
}

.disabled-checkbox-cell {
    background-color: white;
    background: #f5f5f5;
    border: 1px solid transparent;
}

.disabled-after-checkbox-cell {
    color: #a7a7a7;
}
.owl-carousel .owl-stage.active {
    transform: translate3d(0px, 0px, 0px) !important;
}
#PRAVScheduler_viewSelectorBlock_innerContent {
    width: 50%;
}
.hide-panel {
    position: absolute;
    right: 8px;
    top: 5px;
    text-align: center;
    color: #b617bb;
    cursor: pointer;
  
    
}
    .hide-panel:before {
        content: "\f053";
        font: normal normal normal 14px/1 FontAwesome;
        width: 25px;
        height: 25px;
        line-height: 25px;
        background: #fff;
        position: relative;
        border-radius: 50%;
        font-size: 15px;
        display: block;
        
    }
.leftNav.active {
    width: 36px;
    height: 36px;
    background: transparent;
}
    .leftNav.active .hide-panel:before {
        content: "\f054";
    }
    .leftNav.active #accordion {
        display: none;
    }
    .rightSec.active {
        width: 95%
    }
.dxpcLite_DevEx.dxpc-mainDiv {
width:80% !important}
#ATScheduler_formBlock_AptFrmContainer_PW-1, #PRAVScheduler_formBlock_AptFrmContainer_PW-1 {
    width: 785px !important
}
.dxpLite_DevEx .dxp-comboBox input {
    padding: 0px 5px !important;
}
input[type="text"].dxeEditArea_DevEx, input[type="password"].dxeEditArea_DevEx {
    padding: 5px 6px !important;
}
.left-col-tab {
width:50%;float:left;text-align:left;}
.right-col-tab {
width:50%;float:right;}
#ATScheduler_formBlock_AptFrmContainer_PW-1 .popupTimeBg table.dxeButtonEdit_DevEx {
    width:100%;
}
#ATScheduler_formBlock_AptFrmContainer_PW-1 td {
    margin-left: 10px
}
.date ul li {
width:auto;float:none;}
#divAvailabilitySearchResult .date{
width:50%;}
#divAvailabilitySearchResult ul.PopupFormBg li .dxeButtonEditSys {
    width: 50% !important
}
.date .timepicker-textbox {
margin-bottom:0px !important}
.input-group .form-control {
width:101%;border-radius:0px !important;line-height:normal;border-right:0px;}
.input-group {
margin-bottom:0px;}
.input-group-addon {
    border-radius: 0px;
    background: #ffffff;
    border: 1px solid #b7b7b7;
    color: #201f35;
}

.w100 {
width:100% !important}
.w75{
    width: 75% !important;
}
#divAvailabilitySearchResult ul.PopupFormBg li #VisitTypeGuIds {
    width: 79.5% !important
}
#dvLocationBox2 #SelectedLocations_DDD_PW-1 {
    width: 60% !important
}
#WeekDaysList_DDD_PW-1 {
width:92% !important}
.gis-search #showBox1 .typeahead {
    width: 84%;
    margin-top: 30px;
    right:15px;
}

    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
        .dxpc-ddSys .dxpc-mainDiv {
            width: 102%;
        }

        #Template-List_DXFREditorcol4_DDD_PW-1 {
            width: 192px !important
        }

        .dxpc-contentWrapper #Value_DDD_PW-1, .dxpc-contentWrapper #VisitTypeId_DDD_PW-1, #ResourceTypeId_DDD_PW-1 {
            padding-right: 34px;
        }

        .dxpcDropDown_DevEx {
            width: 59% !important
        }

        .new-schedule .dxpcDropDown_DevEx {
            width: 88% !important
        }

        #VisitTypeGuIdsAvailaTemplate_DDD_PW-1 {
            width: 75.6% !important
        }

        #VisitTypeColorCode_DDD_PW-1, #SelectedSpecialityIDs_DDD_PW-1, #SelectedClinCodes_DDD_PW-1, #divProviderList #MultiSelectProviderIdsDailSchedule_DDD_PW-1, #ProviderIds_DDD_PW-1, #SelectedLocations_DDD_PW-1 {
            width: 59% !important
        }

        #LineOfBusinessId_DDD_PW-1, #StatusName_DDD_PW-1 {
            width: 23.6% !important
        }

        #VisitTypeGuIds_DDD_PW-1 {
            width: 70.8% !important
        }

        #dvLocationBox2 #SelectedLocations_DDD_PW-1 {
            width: 59% !important
        }

        .new-schedule #LineOfBusinessId_DDD_PW-1 {
            width: 88% !important
        }

        #dvLocationBox1 .typeahead {
            width: 100% !important
        }

        #VisitStatusId_DDD_PW-1 {
            width: 155px !important
        }

        #AppointmentStatusId_DDD_PW-1 {
            width: 150px !important;
        }

        /* TFS313087 */
        #NoShowReasonId_DDD_PW-1 {
            width: 150px !important;
        }

        /* TFS407013 */
        #PartialShowReasonId_DDD_PW-1 {
            width: 180px !important;
        }
    }

    @media (max-width: 1024px) {
        .col-sm-12 {
            width: 100%;
        }

        .dxpcDropDown_DevEx {
            width: 85% !important;
        }

        .bootstrap-datetimepicker-widget.dropdown-menu {
            width: 19em !important
        }

        #AppointmentStatusId_DDD_PW-1 {
            width: 23% !important;
        }

        /* TFS313087 */
        #NoShowReasonId_DDD_PW-1 {
            width: 25% !important;
        }

        /* TFS407013 */
        #PartialShowReasonId_DDD_PW-1 {
            width: 30% !important;
        }

        #VisitStatusId_DDD_PW-1 {
            width: 25% !important;
        }

        .dxeListBoxItem_DevEx {
            white-space: normal
        }

        #EffectiveEndDate_I, .dxic .dxeEditArea_DevEx {
            width: 100% !important
        }
    }

    #ProviderVisitTypeList_DXMainTable .dxgvArm td:nth-child(1) {
    width: 150px !important
}
#ProviderVisitTypeList_DXMainTable .dxgvArm td:nth-child(2) {
    width: 200px !important
}
#ProviderVisitTypeList_DXMainTable .dxgvArm td:nth-child(3) {
    width: 100px !important
}
#ProviderVisitTypeList_DXMainTable .dxgvArm td:nth-child(4) {
    width: 100px !important
}
#ProviderVisitTypeList_DXMainTable .dxgvArm td:nth-child(5) {
    width: 100px !important
}
#ProviderVisitTypeList_DXMainTable .dxgvArm td:nth-child(6) {
    width: 50px !important
}
.ProviderGridScroll table {
table-layout:fixed;}
.ProviderGridScroll table th:nth-child(1) {
    width: 120px !important
}
.ProviderGridScroll table th:nth-child(2) {
    width: 200px !important
}
.ProviderGridScroll table th:nth-child(3) {
    width: 140px !important
}
    .ProviderGridScroll table th:nth-child(4), .ProviderGridScroll table th:nth-child(5), .ProviderGridScroll table th:nth-child(6), .ProviderGridScroll table th:nth-child(7), .ProviderGridScroll table th:nth-child(8) {
        width: 270px !important;
        white-Space :normal;
    }
.provider-visit-copy{
    color:purple;
    font-size:16px;
}
.s2provider {
    background: #fafad2 !important; /*lightgoldenrodyellow*/
}

.page-button {
    color: white;
    cursor: pointer;
    background-image: linear-gradient(to left, #3f1d69 0%, #0d074d 100%);
}

.dxp-disabledButton {
    cursor: not-allowed !important;
}

.center-align {
    text-align: center;
}

.newvisittype-alert {
    display: inline-block;
    width: 100%;
    margin-bottom: 0;
}

.newvisittype-table {
    margin-bottom: 0;
}

.newvisittype-table > tbody > tr > td {
    padding: 5px;
}


/* Event Search related */
#divAppointmentSearchResult .EventSearchResult #SearchOutputGrid_tcFooterRow {
    padding-left: 40px;
}

#divAppointmentSearchResult .EventSearchResult #SearchOutputGrid_DXHeadersRow0 .dxgvHeader_DevEx:nth-child(1),
#divAppointmentSearchResult .EventSearchResult #SearchOutputGrid_DXHeadersRow0 .dxgvHeader_DevEx:nth-child(2),
#divAppointmentSearchResult .EventSearchResult #SearchOutputGrid_DXHeadersRow0 .dxgvHeader_DevEx:nth-child(3) {
    border: none !important;
}

/* Event Search Results Grid - DataRow style */
#divAppointmentSearchResult .EventSearchResult tr.dxgvArm td:nth-child(1),
#divAppointmentSearchResult .EventSearchResult tr.dxgvArm td:nth-child(2) {
    width: 0% !important;
}

#divAppointmentSearchResult .EventSearchResult tr.dxgvArm td:nth-child(3) {
    width: 3% !important;
}

#divAppointmentSearchResult .EventSearchResult tr.dxgvArm td:nth-child(4) {
    width: 3% !important;
}

#divAppointmentSearchResult .EventSearchResult tr.dxgvArm td:nth-child(5) {
    width: 3% !important;
}

#divAppointmentSearchResult .EventSearchResult tr.dxgvArm td:nth-child(6) {
    width: 20% !important;
}

#divAppointmentSearchResult .EventSearchResult tr.dxgvArm td:nth-child(7) {
    width: 8% !important;
}

#divAppointmentSearchResult .EventSearchResult tr.dxgvArm td:nth-child(8) {
    width: 32% !important;
}

#divAppointmentSearchResult .EventSearchResult tr.dxgvArm td:nth-child(9) {
    width: 7% !important;
}

#divAppointmentSearchResult .EventSearchResult tr.dxgvArm td:nth-child(10) {
    width: 12% !important;
}

#divAppointmentSearchResult .EventSearchResult tr.dxgvArm td:nth-child(11) {
    width: 12% !important;
}

#divAppointmentSearchResult .EventSearchResult tr.dxgvArm td:last-child {
    width: 0% !important;
}

#divAppointmentSearchResult .EventSearchResult tr.dxgvDataRow_DevEx td.dxgv:nth-child(1),
#divAppointmentSearchResult .EventSearchResult tr.dxgvDataRow_DevEx td.dxgv:nth-child(2) {
    border: none;
}
#divAppointmentSearchResult .EventSearchResult tr.dxgvDataRow_DevEx td.dxgv:nth-child(4) {
    text-align: center !important;
}

#DropDownMessagePopup_PW-1.dxpclW {
    word-break: break-word !important;
    min-width: 610px !important;
    max-width: 720px !important;
}

.bold {
    font-weight: bold;
}
.padTop10 {
    padding-top: 10px;
}
.maroonTxt {
    color: maroon;
}
ul.multiselect-container.dropdown-menu li {
    width: 100%;
}

button.multiselect.dropdown-toggle.btn.btn-default {
    border: 1px solid #b7b7b7;
    background: #fff;
    width: calc(100% - 170px);
    display: block;
    text-align: left;
}

    button.multiselect.dropdown-toggle.btn.btn-default:hover, button.multiselect.dropdown-toggle.btn.btn-default:active, button.multiselect.dropdown-toggle.btn.btn-default:focus {
        border: 1px solid #b7b7b7;
        background: #fff;
    }

span.multiselect-selected-text {
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
}

.wc-icon {
    color: #fff;
    background: deepskyblue;
    height: 22px;
    width: 22px;
    padding: 3px 0 0 1px;
    border: 1px solid lightblue;
    text-decoration: none;
}

    .wc-icon:hover {
        position: relative;
    }

    .wc-icon span {
        display: none;
    }

    .wc-icon:hover span {
        color: black;
        display: block;
        background: #fff;
        position: absolute;
        border: lightgrey 2px outset;
        top: 10px;
        left: 10px;
        margin: 10px;
        width: 180px;
        line-height: 1.5em;
        padding: 10px 0 0 20px;
        text-decoration: none;
        text-align: justify;
        z-index: 100;
    }

/*Css for the CancellationRequestForm*/
#Popup_PW-1 .dxpc-mainDiv.dx-acc-r.dxpc-shadow {
    width: 24cm;
}

.dxeDisabled_DevEx, .dxeDisabled_DevEx td.dxe {
    padding: 3px;
}

.dxpcLite_DevEx dxpclW {
    margin-left: 65px !important;
}

.container {
    margin: 5px;
}

.textbox1 input {
    height: 2cm;
    margin-block-end: 10px;
    margin-left: 2px;
}

.crf-form-grp {
    margin-bottom: 15px;
    margin-left: -15px;
    width: 110%;
}

.date .crf-timepicker {
    padding: 10px !important;
}

.crf-popup li label {
    font-family: system-ui;
    padding-top: 10px;
}

.crf-popup li {
    margin-bottom: 0px;
    margin-top: 15px;
}

.fa-clock-o:before {
    margin-right: 5px;
}

#dvValSelectedScheduleType span.text-danger {
    margin-left: 176px;
}

#dvValCancellationReason span.text-danger {
    margin-left: 3px;
}

.schedulelbl {
    width: 170px!important;
}

#pickerEndTime {
    width: 45%!important;
    left: 30px;
}

.Scheduledropdown button.multiselect.dropdown-toggle.btn.btn-default{
    width:170px!important;
    right:24px!important;
}

#VisitTypeGuIds_B-1 .dxEditors_edtDropDown_DevEx, #StatusName_B-1 .dxEditors_edtDropDown_DevEx {
    margin-top: 4px !important;
}

.Scheduledropdown .btn .caret{
    top:10px!important;
}

#LobList-container button.multiselect.dropdown-toggle.btn.btn-default {
    width: 172px;
    left:28px;
    position:absolute;
}
#divScheduleMemo .form-control {
    width: 76.5%;
}
/*TFS#497492*/
.chaperone-icon {
    margin-top: -8px;
}

.template-cstm-width .dxpcDropDown_DevEx, #dvExamineeEnabled.createappt-examinee .typeahead {
    width: 80% !important;
    text-align: left;
    z-index: 9;
}

.create-appt-type {
    opacity: 0.6;
    pointer-events: none;
}

.create-appt-type input[type='text'] {
    background-color:#eee;
}

input[disabled='disabled'] {
    background-color: #eee !important;
}

/*#US-543019*/
.switch {
    position: relative;
    display: inline-block;
    width: 50px !important;
    height: 22px;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 15px;
        width: 15px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }

#lblEarliestApptDate {
    padding-left: 15px;
}

#smAvailabilityContent .thead-light th {
    text-align:center;
}
#smAvailabilityContent tbody td {
    text-align: center;
}
#smAvailabilityModal .modal-content .close {
    opacity: 1 !important;
}
#smAvailabilityModal .modal-content .close:focus, .close:hover {
        opacity: 1 !important;
 }
#smAvailabilityModal .modal-header .close {
    margin-top: -65px !important;
}

div.dxeOutOfRWarnRight_DevEx label {
    font-weight: normal;
    width: 98%;
    overflow-wrap: break-word;
    white-space: normal;
}