﻿
/* CSS Document */
* {
    margin: 0;
    padding: 0;
}

a:hover, a:focus {
    outline: none;
}

.dropdown1 {
    position: relative;
    z-index: none;
}

.zindex0.dropdown1 {
    z-index: 0;
}

.dropdown1-toggle:focus {
    outline: 0;
}

.dropdown1-menu {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 0;
    margin: 2px 0 0;
    font-size: 15px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

    .dropdown1-menu.pull-right {
        right: 0;
        left: auto;
    }

    .dropdown1-menu .divider {
        height: 1px;
        margin: 9px 0;
        overflow: hidden;
        background-color: #e5e5e5;
    }

    .dropdown1-menu > li > a {
        display: block;
        padding: 8px 24px 9px 8px;
        clear: both;
        font-weight: normal;
        line-height: 1.42857143;
        color: #7b7b7b;
        white-space: nowrap;
        border-bottom: 1px solid #ddd;
    }

        .dropdown1-menu > li > a > i {
            margin-right: 5px;
        }

        .dropdown1-menu > li > a:hover,
        .dropdown1-menu > li > a:focus {
            color: #fff !important;
            text-decoration: none;
            background-color: #22BB67;
        }

    .dropdown1-menu > .active > a,
    .dropdown1-menu > .active > a:hover,
    .dropdown1-menu > .active > a:focus {
        color: #fff;
        text-decoration: none;
        background-color: #337ab7;
        outline: 0;
    }

    .dropdown1-menu > .disabled > a,
    .dropdown1-menu > .disabled > a:hover,
    .dropdown1-menu > .disabled > a:focus {
        text-decoration: line-through;
    }

        .dropdown1-menu > .disabled > a:hover,
        .dropdown1-menu > .disabled > a:focus {
            text-decoration: none;
            cursor: not-allowed;
            background-color: #CACACA;
            background-image: none;
            filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
        }

.open > .dropdown1-menu {
    display: block;
}

.open > a {
    outline: 0;
}

.dropdown1-menu-right {
    right: 0;
    left: auto;
}

.dropdown1-menu-left {
    right: auto;
    left: 0;
}

.dropdown1-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #777;
    white-space: nowrap;
}

.dropdown1-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990;
}

.pull-right > .dropdown1-menu {
    right: 0;
    left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown1 .caret {
    content: "";
    border-top: 0;
    border-bottom: 4px solid;
}

.dropup .dropdown1-menu,
.navbar-fixed-bottom .dropdown1 .dropdown1-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 1px;
}

header {
    background-color: #ffffff;
}

.body-area {
    width: 90%;
    margin: 0px auto;
    background-color: #f4f4f4;
    margin-top: 62px;
    box-shadow: 0px 0px 8px #5F5F5F;
    position: relative;
    border-radius: 6px;
    min-height: 500px;
    padding-bottom: 15px;
}

.nopadding {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.nopaddingL {
    padding-left: 0 !important;
}

.nopaddingR {
    padding-right: 0 !important;
}
/*--------------Login Page------------------*/
.login-area {
    max-width: 395px;
    padding: 15px;
    margin: 0px auto;
    background-color: #ffffff;
    margin-top: 15%;
    box-shadow: 0px 0px 8px #5F5F5F;
    position: relative;
    border-radius: 6px;
}

    .login-area .logo {
        margin: -70px auto 0;
    }

    .login-area span {
        margin-top: 10px;
        text-align: center;
        display: block;
    }


.form-position {
    margin-top: 15px;
}

.login-area form-group {
}

.login-area span.required {
    position: absolute;
    right: 10px;
    top: -12px;
}

.login-area .form-group {
    margin-bottom: 10px;
    position: relative;
}

.footer-bottom-margin {
    margin-bottom: 10px;
}

.login-area .form-control {
    display: inline-block;
    height: auto;
    padding: 12px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #ececec;
    background-image: none;
    /*border: 0px solid #ccc;*/
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

    .login-area .form-control:focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    }

    .login-area .form-control::-moz-placeholder {
        color: #999;
        opacity: 1;
    }

    .login-area .form-control:-ms-input-placeholder {
        color: #999;
    }

    .login-area .form-control::-webkit-input-placeholder {
        color: #999;
    }

    .login-area .form-control[disabled],
    .login-area .form-control[readonly],
    .login-area .btn {
        display: inline-block;
        width: 100%;
        height: auto;
        padding: 8px 12px;
        margin-bottom: 0;
        font-size: 20px;
        font-weight: bold;
        line-height: 1.42857143;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        -ms-touch-action: manipulation;
        touch-action: manipulation;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background-image: none;
        border: 0px solid transparent;
        border-radius: 4px;
    }

.login-area .form-group-button {
    margin-top: 20px;
    margin-bottom: 10px;
}

.copy_right {
    max-width: 395px;
    margin: 0px auto;
    color: #477d48;
    margin-top: 34px;
    margin-bottom: 16px;
}
.TwoFAModal span,
.TwoFAModal input {
    margin-top: 10px;
    /*text-align: left !important;*/
    padding-left:0px;
}
.TwoFAModal .row {
    margin-top: 10px;
    text-align: left !important;
    padding-left:10px;
    padding-right:10px;
}
.TwoFAModal .form-control {
    display: inline-block;
    height: auto;
    padding: 12px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #ececec;
    background-image: none;
    /* border: 0px solid #ccc; */
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.TwoFAModal .btn {
        display: inline-block;
        width: 100%;
        height: auto;
        padding: 9px 37px;
        margin-bottom: 0;
        margin-right:5px;
        font-size: 14px;
        font-weight: bold;
        line-height: 1.42857143;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        -ms-touch-action: manipulation;
        touch-action: manipulation;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background-image: none;
        border: 0px solid transparent;
        border-radius: 4px;
    }
    .OTPsentMessage {
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 14px;
    color: #414141;
    text-align: center;
    padding: 0 10%;
}
.enhance-security{
    margin-top:30px; 
    font-size:20px; 
    text-align:center
}
.enhance-security-subheading {
    margin-top: 0px;
    font-size: 14px;
    color: #7d7d7d;
    text-align: center;
}
.two-fa-bootemtext {
    margin-top: 40px;
    font-size: 14px;
    color: #7d7d7d;
    padding: 0 10% 20px 10%;
    text-align: center;
}
    .OTPValidtation
    {
        color: rgb(169, 68, 66); 
        text-align: left; 
        margin-bottom:0 !important;
    }
/*.img_responsiive{height:116px;width:116px;}*/



/*----------------------start of header---------------------*/
.body-area .logo {
    position: absolute;
    top: -55px;
    left: -58px;
}

.logo-text {
    position: absolute;
    top: 26px;
    left: 120px;
    font-weight: bold;
    color: #1F3244;
}

    .logo-text .text-danger {
        color: #AD1F2F;
    }

.row-bottom-border {
    border-bottom: 1px solid #e7e7e7;
}

.TopDateTime {
    float: left;
    width: 23%;
    display: inline-block;
}

    .TopDateTime p {
        text-align: left;
    }

.label-color {
    color: #07561c;
    font-weight: normal;
    font-size: 14px;
}

.top-margin {
    margin-top: 22px;
    padding-left: 80px;
}

.search-box {
    float: left;
    width: 27%;
    padding-left: 0px;
    margin-right: 0px;
}

.search-margin {
    margin-top: 22px;
    margin-bottom: 0px;
    margin-left: 100px;
}

.form-control-search {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none;
    color: #dbdbdb;
}

#inputValidation.form-control {
    display: block;
    width: 100%;
    height: auto;
    padding: 7px 30px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #dbdbdb;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075);
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

    #inputValidation.form-control:focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    }

    #inputValidation.form-control::-moz-placeholder {
        color: #dadada;
        opacity: 1;
        font-size: 15px;
    }

    #inputValidation.form-control:-ms-input-placeholder {
        color: #999;
    }

    #inputValidation.form-control::-webkit-input-placeholder {
        color: #999;
    }

.body-area .form-group-button {
    margin-top: 10px;
}

.lgoutSection {
    float: right;
}

    .lgoutSection ul.navicons {
        list-style: none;
        float: left;
        margin-bottom: 0;
    }

        .lgoutSection ul.navicons li {
            display: inline;
        }

.logoutDivision {
    float: left;
    width: 247px;
    margin-top: 30px;
    padding-right: 30px;
    display: inline-block;
}

.alert-p {
    padding: 7px 10px;
    font-size: 13px;
}

/*07/11/17*/
.a-block a {
    border: 1px solid #dddddd;
    border-radius: 3px;
    color: #777777;
    display: block;
    padding: 20px 5px;
    text-align: center;
    line-height: 37px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

    .a-block a i {
        font-size: 20px;
    }

    .a-block a:hover, .a-block a:focus, .a-block a:active {
        background-color: #39974f;
        color: #fff;
        border: 1px solid #39974f;
        text-decoration: none;
    }

.mtb50 {
    margin: 50px 0;
}

.p20 {
    padding: 20px;
}

/*vertical tabs*/
.tabs-left {
    border-bottom: none;
    padding-top: 2px;
    padding: 30px 0;
}

.tabs-left {
    border-right: 1px solid #ddd;
    min-height: 500px;
}

    .tabs-left > li {
        float: none;
        margin-bottom: 2px;
    }

    .tabs-left > li {
        margin-right: -3px;
    }

        .tabs-left > li > a {
            position: relative;
            right: -2px;
            color: #444;
            color: #555;
            background: linear-gradient(to bottom, #F4F4F4, #DDDBDB);
            border-top: 1px solid #ddd;
            border-bottom: 1px solid #ddd;
            border-left: 1px solid #ddd;
            border-right: 1px solid #ddd;
        }

        .tabs-left > li.active > a {
            background: #fff;
        }

            .tabs-left > li.active > a, .tabs-left > li.active > a:hover, .tabs-left > li.active > a:focus {
                border-bottom-color: #ddd;
                border-right-color: transparent !important;
                border-radius: 0;
                background-color: #fff;
                border: solid 2px #3c763d;
                border-right-color: transparent;
            }

    .tabs-left.nav-tabs > li.active > a::after {
        content: "";
        position: absolute;
        right: -1px;
        width: 5px;
        height: 100%;
        background: #fff;
        top: 0px;
        z-index: 1;
        left: auto;
    }

    .tabs-left.nav-tabs > li:hover > a {
        background: linear-gradient(to bottom, #F4F4F4, #DDDBDB);
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
        border-left: 1px solid #ddd;
        border-right: 1px solid #ddd;
        border-radius: 4px 0 0 4px;
    }

    .tabs-left.nav-tabs > li.active:hover a {
        background: #fff;
    }

.theme-help .fixed-h {
    margin-left: -1px;
}

.theme-help .h-tabs::after {
    height: 0;
}
/*.tabs-left.nav-tabs > li > a:hover {
    border-color: #dddddd;
}*/
.custom-accordian .panel-heading {
    cursor: pointer;
}

.lh25 {
    line-height: 25px;
}

.custom-accordian a:hover {
    text-decoration: none;
}

.mb10 {
    margin-bottom: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.notextd a:hover, .notextd a:focus, .notextd a:active {
    text-decoration: none;
}

.nopaddingl {
    padding-left: 0;
}

.disp-i {
    display: inline-block;
}

.fs30 {
    font-size: 30px !important;
}

.nopaddingR {
    padding-right: 0;
}

.border {
    border: 1px solid #ddd;
}

.p10 {
    padding: 10px;
}

.noborderl {
    border: 1px solid #ddd;
    border-left: 0;
}

.fixed-h {
    min-height: 500px;
    background-color: #fff;
    border-left: 2px solid #3c763d !important;
}

.plr20 {
    padding-left: 20px;
    padding-right: 20px;
}

.p20 {
    padding: 20px;
}

.custom-ul, .custom-ol {
    padding-left: 22px;
}

.li-mt li {
    margin-top: 10px;
}

.custom-ol li:first-child {
    margin-top: 0;
}

/*html {
  overflow: hidden;
  height: 100%;
}*/

/*modal flicker*/
body {
    overflow: auto;
    height: 100%;
}
/* unset bs3 setting */
.modal-open {
    overflow: auto;
    padding-right: 0 !important;
}

.text-default {
    color: #333333;
}

.progress-bar-default {
    background-color: #444444 !important;
    background-image: none !important;
}

/*custom ddl*/
.schedule .dd-select {
    border:solid 1px #f0ad4e;
}
.dd-selected-text {
    line-height: 1 !important;
    font-weight: normal;
    padding-top: 4px;
}

.dd-option-text {
    line-height: 1 !important;
    font-weight: normal;
    padding-top: 5px;
}

.dd-selected, .dd-option {
    padding: 4px 9px !important;
}

.dd-option {
    border-bottom: 0 !important;
}

    .dd-option:hover {
        background-color: #eaeaea !important;
    }

.dd-option-image, .dd-selected-image {
    margin-top: 2px;
}

.new-datepic {
    width: 90% !important;
    display: inline-block !important;
}

.Newdatepicker .datepick-trigger {
    position:absolute;
    margin-left: 10px;
}

/*jquery new datepicker*/
.datepick-popup {
    z-index: 9999;
}

    .datepick-popup a {
        text-decoration: none;
    }

.datepick-cmd-prev, .datepick-cmd-next {
    width: 10% !important;
    padding: 0 4px !important;
    color: #479E47 !important;
}

.datepick-month-header {
    float: left;
    margin: 3px 4px 0;
}

.datepick-cmd-today {
    padding: 4px 6px !important;
    width: 56% !important;
}

.datepick-nav {
    padding: 5px 0 10px;
}

a.datepick-cmd {
    padding: 4px 6px;
}

.datepick-month-header select, .datepick-month-header input {
    width: auto;
}

.datepick-month table {
    border: none;
    margin-bottom: 0;
}

.datepick-month td .datepick-selected {
    background-color: #479E47 !important;
}

.datepick a.datepick-disabled {
    color: #888888 !important;
}

.datepick-month-header .datepick-month-year:last-child {
    width: 60px;
}

.datepick-month td .datepick-highlight {
    background-color: #479E47 !important;
}

.datepick-month td .datepick-today {
    background-color: #A7E286 !important;
}

.header-Compatibility {
    background-color: #f0ad4e;
}

.lnk-logout {
    color: #c61c1c !important;
}

.cls-pending + .tooltip {
    opacity: 1;
}

    .cls-pending + .tooltip > .tooltip-inner {
        background-color: #FFDBAF;
        color: #333;
        padding: 10px;
        box-shadow: 0px 0px 2px #989393;
        line-height: 22px;
        text-align: left;
    }

    .cls-pending + .tooltip > .tooltip-arrow {
        border-top-color: #FFDBAF;
        margin-left: -8px;
        bottom: -3px;
        border-width: 8px 8px 0;
    }

.cls-startProcedure + .tooltip > .tooltip-inner img {
    margin-top: -7px;
}

.cls-startProcedure + .tooltip {
    opacity: 1;
}

    .cls-startProcedure + .tooltip > .tooltip-inner {
        background-color: #000000;
        color: #fff;
        padding: 10px;
        box-shadow: 0px 0px 2px #989393;
        line-height: 20px;
        text-align: left;
    }

    .cls-startProcedure + .tooltip > .tooltip-arrow {
        border-top-color: #FFDBAF;
        margin-left: -8px;
        bottom: -3px;
        border-width: 8px 8px 0;
    }

    .cls-startProcedure + .tooltip > .tooltip-inner img {
        margin-top: -7px;
    }

ul.dropdown1-menu li a:hover i, ul.dropdown1-menu li a:focus i, ul.dropdown1-menu li a:active i {
    color: #fff !important;
}

.font-warning {
    color: #f0b95a !important;
}

.font-blue {
    color: #3e8ee9 !important;
}

.font-yellow {
    color: #cbb40a !important;
}

.font-green {
    color: #45d13c !important;
}

.font-lightBlue {
    color: #4C9ED9 !important;
}

.font-imageCorrection {
    color: #ff264a !important;
}

.font-Merge {
    color: #9f4cd9 !important;
}
.font-signedOff {
    color: #1F7C35 !important;
    font-size:16px;
}
.font-RefPhysician {
    color: #0F670F !important;
}
.font-Purple {
    color: #4c3bf5 !important;
}

.dd-container, .dd-select, .dd-options {
    width: 160px !important;
}

.section-export .fa, .section-export .caret {
    font-size: 18px;
    color: #F0AD4E;
    cursor: pointer;
}

.section-export a, .section-export span {
    text-shadow: none;
}

.section-export .dropdown1-menu > li > a > i {
    color: #7b7b7b;
}

.section-export .dropdown1-menu {
    border-radius: 0;
}

.section-export > a.dropdown1-toggle {
    padding: 0px;
}

.section-export .dropdown1-menu {
    left: 0;
    right: auto;
}

.section-export .font-other {
    color: #c52f2f !important;
}

.section-export .font-warning {
    color: #5ca8b8 !important;
}

.section-export .font-discharge {
    color: #2E862E !important;
}

.section-export .font-report {
    color: #D9534F !important;
}

.section-export .font-path {
    color: #F0AD4E !important;
}

.section-export .ml {
    margin-left: 15px;
}

.round {
    position: relative;
}

    .round label {
        background-color: #fff;
        border: 2px solid #ccc;
        border-radius: 50%;
        cursor: pointer;
        height: 22px;
        left: 0;
        position: absolute;
        top: 0;
        width: 22px;
    }

        .round label:after {
            border: 2px solid #c52f2f;
            border-top: none;
            border-right: none;
            content: "";
            height: 6px;
            left: 4px;
            opacity: 0;
            position: absolute;
            top: 5px;
            transform: rotate(-45deg);
            width: 10px;
        }

    .round input[type="checkbox"] {
        z-index: 9;
        position: relative;
        width: 100%;
        height: 100%;
        opacity: 0;
        cursor: pointer;
    }

        .round input[type="checkbox"]:checked + label {
            background-color: #fff;
            border-color: #c52f2f;
        }

            .round input[type="checkbox"]:checked + label:after {
                opacity: 1;
            }

.modal-custom {
    width: 450px !important;
}

.overlay-screen {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999;
    display: none;
    background-color: #000;
    opacity: 0.8;
}

.cls-export + .tooltip {
    opacity: 1;
}

    .cls-export + .tooltip > .tooltip-inner {
        border: 1px solid #c6c5c5;
        background-color: #e4e4e4;
        color: #333;
        padding: 10px;
        box-shadow: 0px 0px 2px #989393;
        line-height: 22px;
        text-align: left;
        text-shadow: initial;
    }

    .cls-export + .tooltip > .tooltip-arrow {
        border-left-color: #e4e4e4;
        margin-left: -8px;
        bottom: -3px;
        border-top-color: transparent;
        right: 1px;
    }

    .cls-export + .tooltip > .tooltip-inner img {
        margin-top: -7px;
    }

.multiselect.btn-block.select span {
    color: #555;
}

.not-read {
    font-weight: 600;
}

.read {
    font-weight: normal;
}

.pos-lab {
    position: absolute;
    font-size: 11px;
    top: 15px;
    /*right: 4px;*/
}
#linkInbox {
    position: relative;
}
.pos-rel {
    position: relative;
}

.greenColor {
    color: #22BB67 !important;
}

.orangeColor {
    color: #f0ad4e !important;
}

.redColor {
    color: red !important;
}

.patientImgCorrection {
    margin: 3px;
    cursor: pointer;
    border: 3px solid #c04c4c;
}

.patientImgCorrectionMoved {
    margin: 3px;
    cursor: pointer;
    border: 3px solid #2E862E;
}

.MoveFromSearchBorder {
    border-bottom: 1px solid #ccc;
}

.MoveFromHeadingBold {
    color: #ad0707;
    font-weight: bold;
}

.MoveToHeadingBold {
    color: #1F7C35;
    font-weight: bold;
}

.ISPrimaryPatient {
    background-color: #e0ffe7;
}

.ISMergedPatient {
    background-color: #9f4cd9;
}

.ShowDuplicate-modal-footer {
    padding: 15px 15px 0px 0px;
    text-align: right;
}

@media screen and (min-width:0\0) {
    .logoutDivision {
        width: 268px;
    }

    .lgoutSection {
        width: 60%;
    }
}

.pendingPatients {
    float: left;
    background-color: #f0ad4e;
    display: inline-block;
    height: 83px;
}

    .pendingPatients a {
        color: #fff;
        display: block;
        padding: 22px;
    }

        .pendingPatients a:hover {
            background-color: #f0ad4e;
            color: #fff;
            border-bottom: 4px solid #5cb85c;
            height: 83px;
        }

        .pendingPatients a:focus {
            background-color: #f0ad4e;
            color: #fff;
            border-bottom: 4px solid #5cb85c;
            height: 83px;
        }

        .pendingPatients a.active {
            color: #fff;
            background-color: #f0ad4e;
            border-bottom: 4px solid #5cb85c;
        }
/*.pendingPatients{float:left;background-color:#f0ad4e; display:inline-block; height:83px;}
.pendingPatients a{color:#fff;display: block; padding: 22px;}
.pendingPatients a:hover{background-color:#f0ad4e; height:83px;border-bottom:4px solid #5cb85c;}
.pendingPatients a:active{background-color:#f0ad4e; height:83px;border-bottom:4px solid #5cb85c;}*/
/*.pendingPatients a:focus{background-color:#f0ad4e;color:#fff; border-bottom:4px solid #5cb85c; height:83px;}*/

.greenNav {
    float: left;
    background-color: none;
    display: inline-block;
    border-right: 1px solid #e1e1e1;
    height: 83px;
}

    .greenNav a {
        color: #ccc;
        display: block;
        padding: 22px;
    }

        .greenNav a:hover {
            background-color: #f4f4f4;
            color: #5cb85c;
            border-bottom: 4px solid #5cb85c;
            height: 83px;
        }

        .greenNav a:focus {
            background-color: #f4f4f4;
            color: #5cb85c;
            border-bottom: 4px solid #5cb85c;
            height: 83px;
        }

        .greenNav a.active {
            color: #5cb85c;
        }

.addNew {
    float: left;
    background-color: #ebebeb;
    height: 83px;
    border-radius: 0 6px 0 0;
}

    .addNew a {
        color: #5cb85c;
        display: block;
        padding: 22px;
    }

        .addNew a:hover {
            height: 83px;
            background-color: #E5E3E3;
            border-bottom: 4px solid #5cb85c;
        }

        .addNew a.active {
            background-color: #E5E3E3;
            border-bottom: 4px solid #5cb85c;
        }

.logout-dropdown {
    color: #89939a;
    font-size: 15px;
}

.logout {
    color: red !important;
}

.TopRightIcons {
    display: inline-block;
    vertical-align: middle;
    margin-top: 0;
    text-align: center;
    font-size: 36px;
}

.noborder {
    border: none;
}

.table tr:hover {
    background-color: #FFFFED !important;
}

/*----------------------Left Panel---------------------*/
.left-menu {
    list-style: none;
    padding: 35px 0 0 20px;
}

    .left-menu ul {
        display: inline-block;
    }

    .left-menu li {
        display: inherit !important;
        margin-bottom: 13px;
        font-size: 16px;
    }

        .left-menu li a {
            color: #bcbcbc;
        }

            .left-menu li a:hover {
                color: #006829;
                text-decoration: none;
            }

.nextAppointment {
    margin: 50px 0px 0 0;
}

    .nextAppointment h2 {
        font-size: 18px;
        color: #39974f;
    }

.appointmentDetail {
    font-size: 15px;
    color: #5f5f5f;
    line-height: 13px;
    margin-left: 15px;
}

.appointment-time {
    color: #bc3737;
    margin-bottom: 15px;
    margin-top: 20px;
    font-size: 24px;
}

.AppointmentFont {
    color: #161616;
}

.name-top-margin {
    margin-top: 20px;
}

.Appointment-button-margin {
    margin-top: 20px;
}


.clock-wrap {
    position: absolute;
    right: -54px;
    top: -54px;
}

.info-cls {
    height: 80px;
    position: absolute;
    right: 0;
    top: 31px;
    width: 78px;
}

.result-section, .result-section .search-table {
    padding: 0;
}

    .result-section input[type="submit"] {
        margin-top: 15px;
    }

/*----------------------Main content area---------------------*/
.column-left-border {
    border-left: 1px solid #e7e7e7;
    min-height: 500px;
}

.Schedule-top-margin {
    margin-top: 22px;
    margin-bottom: 10px;
}

article h1 {
    color: #000000;
    font-size: 20px;
}

article span {
    color: #b8b9b8;
    font-size: 17px;
}

.progress_detail {
    list-style: none;
}

    .progress_detail ul {
    }

    .progress_detail li {
        display: inline;
        font-size: 16px;
        padding: 0 40px 0 0;
    }

        .progress_detail li a {
            color: #bcbcbc;
        }

            .progress_detail li a:hover {
                color: #006829;
                text-decoration: none;
            }

.completed {
    background-color: #62b75d;
    border-radius: 10px;
    height: 15px;
    width: 15px;
    display: inline-block;
    border: 1px solid #419a41;
}

.cancelled {
    background-color: #444444;
    border-radius: 10px;
    height: 15px;
    width: 15px;
    display: inline-block;
    border: 1px solid #444444;
}

.pending {
    background-color: #f0ad4e;
    border-radius: 10px;
    height: 15px;
    width: 15px;
    display: inline-block;
    border: 1px solid #c1893a;
}

.noshow {
    background-color: #d9534f;
    border-radius: 10px;
    height: 15px;
    width: 15px;
    display: inline-block;
    border: 1px solid #ab3835;
}

.progressText {
    color: #74808a;
}

.ProgressRange {
    color: #000000;
}

h3 {
    color: #000000;
    font-size: 20px;
    margin-bottom: 20px;
}

.appointment-table {
    float: left;
    width: 100%;
}

.Calendar {
    float: left;
    padding-left: 20px;
    position: absolute;
    right: 5px;
    top: 45px;
}

.table-curved {
    border-radius: 10px;
    border: 1px solid #ddd;
    margin-bottom: 10px;
    font-size: 17px!important;
}

    .table-curved th {
        background-color: #2e862e;
        color: #ffffff;
        font-weight: normal;
        text-shadow: 1px 1px 1px #555555;
        font-size: 1.6rem !important;
    }

.inner-table-curved {
    border-radius: 10px;
    border: 1px solid #3c93bc;
    margin-bottom: 10px;
}

    .inner-table-curved th {
        background-color: #7f7f7f;
        color: #ffffff;
        font-weight: normal;
        text-shadow: 1px 1px 1px #555555;
    }

.validation-error {
    border-color: red;
    /*-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;*/
}
/*.body-area .table-bordered {border: 0 solid #ddd;}*/


/*-----footer------*/
footer {
    width: 90%;
    margin: 0px auto;
    color: #477d48;
    margin-top: 15px;
    font-size: 12px;
}

.footer-margin {
    margin-bottom: 15px;
}

footer a {
    color: #477d48;
}

    footer a:hover {
        color: #477d48;
    }
/*-----advance search page---*/
.advance_search label {
    font-weight: normal !important;
}

.body-area .advance_search .form-control {
    display: block;
    width: 100%;
    height: auto;
    padding: 7px 10px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #dbdbdb;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075);
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

    .body-area .advance_search .form-control:focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    }

    .body-area .advance_search .form-control::-moz-placeholder {
        color: #c1c1c1;
        opacity: 1;
        font-size: 15px;
    }

    .body-area .advance_search .form-control:-ms-input-placeholder {
        color: #999;
    }

    .body-area .advance_search .form-control::-webkit-input-placeholder {
        color: #999;
    }

    .body-area .advance_search .form-control[disabled],
    .body-area .advance_search .form-control[readonly],
    .body-area .advance_search fieldset[disabled] .form-control {
        cursor: not-allowed;
        background-color: #eee;
        opacity: 1;
    }

.search-table {
    float: left;
    width: 100%;
    min-height: 500px;
    padding: 0 7px;
}

.search-background {
    background-color: #f3f4f4;
    padding-bottom: 10px;
}

/*----pending task -----*/
.editIcons {
    height: 16px;
    width: 14px;
    opacity: 1;
    margin-left: 10px;
}

    .editIcons:hover {
        opacity: 0.8;
        cursor: pointer;
    }

/*----scheuler task -----*/
.editIconsWithoutMargin {
    height: 16px;
    width: 14px;
    opacity: 1;
}

    .editIconsWithoutMargin:hover {
        opacity: 0.8;
        cursor: pointer;
    }

/*------inbox----*/
.inbox a {
    text-decoration: none;
    color: #036e25;
}

    .inbox a:hover {
        text-decoration: underline;
    }

    .cls-scopeDetails + .tooltip {
    opacity: 1;
}

    .cls-scopeDetails + .tooltip > .tooltip-inner {
        background-color: #FFDBAF;
        color: #333;
        padding: 10px;
        box-shadow: 0px 0px 2px #989393;
        line-height: 22px;
        text-align: left;
    }

    .cls-scopeDetails + .tooltip > .tooltip-arrow {
        border-top-color: #FFDBAF;
        margin-left: -8px;
        bottom: -3px;
        border-width: 8px 8px 0;
    }
.moremenu-tooltip {
    background: green;
    border-radius: 35px;
    color: #fff !important;
    font-size: 21px;
    padding: 5px 12px 5px 10px;
}

/*-----new patient---*/
.moremenu{
    background: green;
border-radius: 35px;
color: #fff !important;
font-size: 21px;
padding: 5px 12px 5px 10px;
margin-left: -7px;
margin-top: 3px;
} 
.welcome-dr {
	margin-left: 30px;
	color: #FFA500;
}
.ref-heading {
    padding-left: 0px;
    margin-bottom: 10px;
    color: #000000;
    font-size: 16px;
    font-weight: bold;
}
.NewPatient img {
    max-width: none !important;
    opacity: 1;
}

    .NewPatient img:hover {
        cursor: pointer;
        opacity: 0.9;
    }

.fixedheight .table-responsive {
    display: block;
    height: 250px;
    overflow: auto;
}

  .table-responsive {
        overflow:visible;
        width:100%;
    }

.margin-newpatient {
    margin-top: 0px;
}

.NewPatient {
    margin-top: 0px;
}

    .NewPatient label {
        font-weight: normal;
        padding-top: 0;
    }

    .NewPatient textarea {
        resize: none;
    }

    .NewPatient span.required {
        color: #FF0505;
    }

.multiselect-native-select .btn .caret {
    margin-left: auto;
    float: right;
    margin-top: -11px;
}

.comined-grp > select {
    -moz-apperance: non;
    -webkit-appearance: none;
}

.comined-grp {
    position: relative;
}

    .comined-grp b.caret {
        position: absolute;
        right: 12px;
        top: 16px;
    }

.body-area .NewPatient .form-control {
    display: block;
    width: 100%;
    height: auto;
    padding: 7px 10px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    /*border: 1px solid #dbdbdb;*/
    border-radius: 4px;
    -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075);
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.tabPatientDemo .mtGO {
    margin-top: 26px;
}

.panel-default .mt-set {
    margin-top: 25px;
}

.submit-box {
    margin-top: 3px;
}

.dc-portaltabs {
    margin: 0;
    padding: 0 15px;
}

    .dc-portaltabs .tab-content {
        padding-top: 15px;
        background: #fff;
        border-left: solid 1px #ddd;
        border-bottom: solid 1px #ddd;
        border-right: solid 1px #ddd;
    }

        .dc-portaltabs .tab-content .search-background {
            background: #fff;
        }

.body-area .NewPatient .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}

.body-area .NewPatient .form-control::-moz-placeholder {
    color: #c1c1c1;
    opacity: 1;
    font-size: 15px;
}

.body-area .NewPatient .form-control:-ms-input-placeholder {
    color: #999;
}

.body-area .NewPatient .form-control::-webkit-input-placeholder {
    color: #999;
}

.body-area .NewPatient .form-control[disabled],
.body-area .NewPatient .form-control[readonly],
.body-area .NewPatient fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #eee;
    opacity: 1;
}

.btn-primary {
    background-color: #39974f;
    border: 1px solid #1f7c35;
    background-image: none;
}

    .btn-primary:hover, .btn-primary:focus {
        background-color: #1F7C35;
    }

    .btn-primary:active, .btn-primary.active {
        background-color: #1F7C35;
        border-color: #1F7C35;
    }

.btn-2primary {
    color: #fff;
    background-color: #3C6FBC;
    border: 1px solid #305997;
    background-image: none;
    font-weight:normal;
}

    .btn-2primary:hover, .btn-2primary:focus {
        background-color: #3765AA;
        color: #fff;
    }

    .btn-2primary:active, .btn-2primary.active {
        background-color: #3C6FBC;
        border-color: #305997;
    }

/*---change password---*/

.body-area .changePassword .form-control {
    display: block;
    width: 100%;
    height: auto;
    padding: 7px 10px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    /*border: 1px solid #dbdbdb;*/
    border-radius: 4px;
    -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075);
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

    .body-area .changePassword .form-control:focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    }

    .body-area .changePassword .form-control::-moz-placeholder {
        color: #c1c1c1;
        opacity: 1;
        font-size: 15px;
    }

    .body-area .changePassword .form-control:-ms-input-placeholder {
        color: #999;
    }

    .body-area .changePassword .form-control::-webkit-input-placeholder {
        color: #999;
    }

    .body-area .changePassword .form-control[disabled],
    .body-area .changePassword .form-control[readonly],
    .body-area .changePassword fieldset[disabled] .form-control {
        cursor: not-allowed;
        background-color: #eee;
        opacity: 1;
    }

.changePassword label {
    font-weight: normal !important;
}

.changePassword span {
    color: red;
}

/*---Account Setting---*/
.Accountsetting label {
    font-weight: normal !important;
}

/*---Patient Image Section-----*/
.patientImg {
    float: left;
    margin: 3px;
    cursor: pointer;
    border: 3px solid #c04c4c;
}

.patientImgsize {
    width: 100px;
    height: 100px;
}

.lb-nav {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10;
}

    .lb-nav a.lb-prev {
        background: url("../img/previous.png") no-repeat scroll left 48% rgba(0, 0, 0, 0);
        float: left;
        left: 0;
        opacity: 1;
        transition: opacity 0.6s ease 0s;
        width: 34%;
    }

    .lb-nav a.lb-next {
        background: url("../img/next.png") no-repeat scroll right 48% rgba(0, 0, 0, 0);
        float: right;
        opacity: 1;
        right: 0;
        transition: opacity 0.6s ease 0s;
        width: 64%;
    }

.lb-prev, .lb-next {
    cursor: pointer;
    display: block;
    height: 100%;
}

.appointmentDetail .btn-primary {
    width: 95%;
}

.tabPatientDemo .tab-content {
    padding: 15px;
    border: 1px solid #ddd;
    border-top: 0px;
    border-radius: 0 0 4px 4px;
    background-color: #fff;
    clear: both;
}

.tabPatientDemo .nav > li > a {
    font-weight: bold;
    margin-right: 6px;
    color: #555;
    background: linear-gradient(to bottom, #F4F4F4, #DDDBDB);
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

.tabPatientDemo .nav-tabs > li.active > a, .tabPatientDemo .nav-tabs > li.active > a:hover, .tabPatientDemo .nav-tabs > li.active > a:focus {
    background: #fff;
    border-bottom: 1px solid #fff;
}

.tab-content {
    clear: both;
}

.patient-demoTabContent {
    width: 60%;
}

.billing label {
    font-weight: normal;
}

.billing-form {
    padding: 0 15px;
}

    .billing-form .form-group label {
        padding-top: 8px;
    }

    .billing-form .checkbox label {
        padding-top: 0px;
    }

.billing-table .input-sm {
    min-width: 60px;
}

.billing-form .subLevels {
    padding-left: 30px;
}

#showCalendar {
    font-size: 15px;
    color: #036e25;
    cursor: pointer;
}

.bigger-calendar {
    color: #036e25;
    font-size:20px !important;
}

    #showCalendar span {
        color: #036e25;
    }

.radioCustom label {
    padding: 0px;
    margin: 0px;
}

.theme-help .h-tabs li:nth-child(3) {
    margin-top: 10px;
}

table span {
    color: #000000;
}

table td a {
    color: #036e25;
}

.hide-right-margin {
    margin-right: 0px !important;
}

.calendar {
    background-color: #ffffff;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.ajax__calendar_container {
    width: 190px !important;
    height: 220px !important;
}

.ajax__calendar_body {
    height: 170px !important;
    width: 170px !important;
}

.ajax__calendar_dayname {
    height: 24px !important;
    width: 24px !important;
    padding: 0 6px !important;
}

.ajax__calendar_day {
    height: 23px !important;
    padding: 0 6px !important;
    width: 24px !important;
}

.ajax__calendar_container TD {
    font-size: 12px !important;
}

.ajax__calendar_title {
    font-size: 13px !important;
    font-weight: bold !important;
}

.ajax__calendar_header {
    margin-bottom: 5px;
}

.ajax__calendar_day:hover {
    background-color: #1f7c35;
    color: #ffffff;
}

.ajax__calendar_footer {
    font-weight: bold;
}

.ajax__calendar_prev {
    height: 18px !important;
    width: 18px !important;
}

.ajax__calendar_next {
    height: 18px !important;
    width: 18px !important;
}

.form-group span {
    color: #000000;
}

.make-span {
    display: inline-block;
}
/*------------Validatons--------------*/
.validation-text {
    color: #c50202;
    font-family: verdana;
    font-size: 12px;
    font-weight: normal;
}

.head-m {
    color: #000;
    font-size: 20px;
}

.mb10 {
    margin-bottom: 10px;
}

.scheduler-remarks {
    max-height: 60px;
    min-height: 20px;
    max-width: 300px;
    overflow-y: auto;
}

.export-failedPatients {
    margin-top:0px;
    margin-bottom:10px;
    max-height: 70px;
    min-height: 20px;
    /*max-width: 300px;*/
    overflow-y: auto;
}
.export-failedPatients ul li
{
    list-style: numeric;
}

.progress {
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1) inset;
}

.modal-header .close span {
    font-size: 22px;
    color: #fff;
}

button.close {
    opacity: 0.4;
}

/*04/21/16*/
.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mt5 {
    margin-top: 5px;
}

.custom-tabs .nav-tabs {
    bottom: 0;
    position: absolute;
    right: 0;
}

.custom-tabs .panel-default > .panel-heading {
    position: relative;
}

.custom-tabs .nav-tabs > li {
    margin-bottom: -2px;
}

.custom-tabs .nav > li > a {
    padding: 11px 15px;
}

.custom-tabs .nav-tabs > li > a {
    border-radius: 0;
    font-size: 14px;
    margin-right: 0;
}

#divVisitErrorMessage {
    margin-top: 15px;
}

#divPwd .popover {
    width: 276px;
}

.checkboxWithSpace input[type="checkbox"] {
    margin: -3px 6px 0 0;
}

.checkboxWithSpace > label {
    color: #333;
}

/*------inbox----*/
.forgotpassword {
    text-align: right;
}

    .forgotpassword a {
        text-decoration: none;
        color: #036e25;
    }

        .forgotpassword a:hover {
            text-decoration: underline;
        }

input#btnLogIn:hover {
    opacity: 0.9;
}
/*#ctl00_divSessionTimeoutWarning .modal-dialog{margin:17% auto;}*/

.head {
    color: #2E862E;
    font-size: 28px;
    font-weight: bold;
}

.error-mt {
    padding-top: 100px;
}

.thankyou-mt {
    padding-top: 50px;
}

.ico-font {
    font-size: 60px !important;
    color: #B7B7B7;
    text-shadow: 0 0 1px #333333;
}

.ico-thankyou {
    font-size: 90px !important;
    color: #2E862E;
}

.mtb {
    margin: 20px 0 10px;
}

#ValidationSummary1.alert {
    font-size: 12px;
    padding: 5px 10px;
}

/*trial page*/
.outer-content-wrapper {
    max-width: initial;
    padding: 15px;
    margin: 6% auto 2%;
    background-color: #ffffff;
    box-shadow: 0px 0px 8px #5F5F5F;
    position: relative;
    border-radius: 6px;
}

.box {
    background-color: #eafff1;
    border-left: 3px solid #89c49e;
    margin-top: 10px;
    padding: 15px 10px;
    width: 100%;
}

.contact_freetrial .box {
    float: left;
}

div.subscribed_plan {
    padding: 10px 0px 0px 0px;
    font-weight: bold;
}

    div.subscribed_plan #subscribe_plans {
        padding: 0px 10px 0px 15px;
    }

.txt-warning {
    color: #A96505;
}

.mt20 {
    margin-top: 20px;
}

.outer-content-wrapper .login-area span.required {
    position: relative;
    right: auto;
    top: auto;
    display: initial;
    margin-top: auto;
    text-align: center;
}

.outer-content-wrapper .btn {
    width: auto;
}

.outer-content-wrapper .logo {
    margin: -70px auto 0;
}

.outer-content-wrapper .required {
    color: #ff0000;
}

.outer-content-wrapper h3 {
    font-weight: bold;
    margin-bottom: 6px;
    margin-top: 16px;
    font-size: 15px;
}

.pl20 {
    padding-left: 20px;
}

.fs12 {
    font-size: 12px;
}

.entry-content {
    line-height: 20px;
}

.outer-content-wrapper .row {
    margin-left: -15px;
    margin-right: -15px;
}

.outer-content-wrapper label {
    font-weight: normal;
}

.has-error #chkAcceptTC {
    outline: 1px solid #a94442;
}

.has-error .mce-tinymce {
    outline: 1px solid #a94442;
}

.has-error #ctl00_chkAcceptTC {
    outline: 1px solid #a94442;
}

.has-error #ctl00_ContentPlaceHolder1_chkAcceptTC {
    outline: 1px solid #a94442;
}

/*To show scroll bar while closing the modal window*/
/*.modal-open {
    overflow: scroll;
}*/
.marginchk.checkboxWithSpace input[type="checkbox"] {
    margin: 10px 0 0;
}

.lbl-normal label {
    font-weight: normal;
}

.lbl-normal.form-horizontal .control-label {
    text-align: left;
}

span.required {
    color: #ff0505;
}

.mtGO {
    margin-top: 34px;
}

.progressdiv {
    top: 43%;
    left: 48%;
    position: absolute;
    z-index: 5000;
    text-align: center;
}

    .progressdiv .loadingText {
        top: 50%; /*must have*/
        left: 43%; /*must have*/
    }

    .progressdiv img {
        margin-top: 7px;
        position: fixed;
    }

.LoadingStyleCss {
    filter: alpha(opacity=30);
    -moz-opacity: 0.30;
    opacity: 0.30;
    background: #000000;
    width: 100%;
    _width: 99.8%;
    height: 100%;
    position: fixed;
    z-index: 2147483647;
}

.select-free iframe {
    display: none; /*sorry for IE5*/
    display: /**/ block; /*sorry for IE5*/
    position: absolute; /*must have*/
    top: 0px; /*must have*/
    left: 0px; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    width: 100%; /*must have for any big value*/
    height: 100%; /*must have for any big value*/
}

.other-page-width.logoutDivision {
    width: auto;
}
/*.modal-dialog {
    width: 710px;
}*/

.custom-popover .popover-title {
    background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
}

.pointer {
    cursor: pointer;
}

.TooltipPopUp {
    color: #2e862e !important;
    font-size: 20px;
}

.disp-inline {
    display: inline-block;
}

.ml {
    margin-left: 10px;
}

.disabled {
    cursor: not-allowed;
}

.selected-text a {
    color: green;
    font-weight: 600;
}

.fs-sm {
    font-size: 14px;
}

.txt-green {
    color: #1bbc9d;
    font-size: 15px;
    font-weight: bold;
}

.pricing-description {
    min-height: 165px;
    overflow-y: auto;
}

.pl0 {
    padding-left: 0;
}

.fw label {
    font-weight: 500;
    color: #000;
}
/* Accordion Theme Change */
.browser .panel-group {
    margin-top: 10px;
}

    .browser .panel-group .panel {
        border: 0;
    }

.browser .panel-default > .browser .panel-heading {
    background: none;
    padding: 4px 0;
}

.browser .panel-group .panel-heading + .panel-collapse > .browser .panel-body, .panel-group .panel-heading + .browser .panel-collapse > .browser .list-group {
    border-top: 0;
    background: #eaeaea;
}

.browser .panel-title {
    font-size: 14px;
    font-weight: bold;
}

    .browser .panel-title span {
        font-size: 12px;
        color: #999;
        font-weight: normal;
    }

.browser .panel-body li {
    margin: 0 0 0 15px;
}

.drop-left .dd-container {
    float: left !important;
}

.dropdown1:hover .dropdown1-menu {
    display: block;
}

.caret {
    border-top: 6px solid;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
}

.centerimg {
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 62%;
    margin-top: 11px;
}

/*Merge page start Patient*/
.sel_pri_lft {
    float: left;
}

.sel_pri_rht {
    float: right;
    margin: 5px 2px 0 10px;
}

.cls-apthistory + .tooltip {
    padding: 0px 10px 0px 10px;
    margin: 10px 0 0 0;
    z-index: 999999;
}

.sel_pri_rht + .tooltip > .tooltip-inner {
    padding: 10px;
    text-align: left;
    min-width: 300px;
    transform: translateX(40%);
    z-index: 999 !important;
    overflow: visible;
}
/*.mergedListOver{
    overflow: auto;
}*/
.modal-full {
    min-width: 80%;
}

modal-full .modal-content {
    min-height: 100px !important;
    height: auto !important;
}

.logout-dropdown:active {
    color: #5cb85c;
}
/*.theme-searchtable {
    min-height: 300px;
}

.theme-searchtable table tbody tr:nth-last-child(1) .dropdown1-menu, .theme-searchtable table tbody tr:nth-last-child(2) .dropdown1-menu, .theme-searchtable table tbody tr:nth-last-child(3) .dropdown1-menu{top:auto;bottom:15px;}*/


/*Merge End Patient*/

/*Uplod start Patient*/
.form-well {
    float: left;
    width: 100%;
}

    .form-well .form-row {
        margin: 0 -15px;
    }

.w-100 {
    width: 100%;
}
.w-66 {
    width: 64%;
    margin-left: 15px;
}

.form-well .input-file, .theme-upload .input-file {
    position: relative;
    display: block;
}

    .form-well .input-file .button, .theme-upload .input-file .button {
        position: absolute;
        top: 4px;
        right: 4px;
        float: none;
        height: 31px;
        margin: 0;
        padding: 0 20px;
        font-size: 13px;
        line-height: 31px;
        background: #868687;
        color: #fff;
    }

        .form-well .input-file .button input, .theme-upload .input-file .button input {
            position: absolute;
            top: 0;
            right: 0;
            padding: 0;
            font-size: 30px;
            cursor: pointer;
            opacity: 0;
        }

.form-well .input input, .theme-upload .input input {
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    height: 39px;
    padding: 8px 10px;
    outline: none;
    border-width: 1.5px;
    border-style: solid;
    border-radius: 0;
    background: #fff;
    font: 15px/19px 'Open Sans', Helvetica, Arial, sans-serif;
    color: #404040;
    appearance: normal;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.pt-2 {
    padding-top: 15px;
}

.form-well .control-label {
    margin-bottom: 6px;
    font-size: 15px;
}

.form-well .alert-p {
    /*margin-bottom: 10px;*/
}

.form-well .btn-primary {
    margin-top: 4px;
    font-weight: 600;
}

.flex-grp .input-file {
    min-width: 99%;
    margin-right: 10px;
}

.flex-grp {
    display: flex;
}

    .flex-grp #ctl00_ContentPlaceHolder1_btnUploadDocuments {
        padding: 3px 10px;
        height: 33px;
        margin-bottom: 17px;
    }

.btm-hideshow .panel-heading .btn-link {
    width: 100%;
    text-align: left;
    border: solid 1px #ccc;
    padding: 8px 10px;
    color: #444;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.uploaded-item > img {
    padding: 15px;
}

.uploaded-item > .tooltip {
    z-index: 9999999 !important;
    top: 0px !important;
}

.uploaded-item .pdf-item > tooltip {
    z-index: 9999999 !important;
}

.btm-hideshow .panel {
    margin-bottom: 4px !important;
    display: block;
    clear: both;
}

.btm-hideshow .accordion .panel-heading {
    padding: 0;
    border: none;
}

.btm-hideshow .panel-heading .btn-link:hover, .btm-hideshow .panel-heading .btn-link:focus {
    text-decoration: none;
    outline: none;
}

.btm-hideshow .accordion .panel-default-body {
    border: solid 1px #ccc;
    padding: 15px;
    background: #fff;
}

.btm-hideshow .accordion .panel {
    margin-bottom: 0;
}


.uploaded-item > img { /*object-fit:cover;*/
    height: 100%;
    width: 100%;
    transition: all 0.3s ease 0s;
}

.uploaded-item {
    position: relative;
    border: solid 1px #eee;
    margin-bottom: 20px;
    height: 270px;
    display: flex;
    max-height: 300px;
    flex-direction: column;
    width: 100%;
    transition: all 0.3s ease 0s;
    cursor: pointer;
}

.form-row {
    margin: 0 -15px;
}

.p-0 {
    padding: 0;
}

.has-error {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.thumbSignDiv {
    margin-bottom: 10px;
}

.thumbSign {
    font-size: 16px;
    margin-right: 12px;
}

.validation-summary {
    margin-bottom: 15px;
    margin-top: 15px;
    color: #a94442 !important;
}

.no-record-yet {
    text-align: right;
    float: left;
    padding: 0px 10px 2px 10px;
    margin-bottom: 0px !important;
    font-size: 13px;
    margin-left: 10px;
}

.pdf-item a {
    display: flex;
    width: 100%;
    height: 100%;
    text-align: center;
}

    .pdf-item a > img {
        max-width: 90px;
        height: 100px !important;
        margin: auto;
    }

.btn-link p {
    margin-bottom: 0;
}

.ImgModal-fig .uploaded-item > img {
    padding: 0;
    width: auto;
    height: auto;
    object-fit: contain !important;
    min-width: 520px;
    max-width: 768px;
    margin: auto;
}

.ImgModal-fig .uploaded-item {
    border: none;
    height: auto;
    max-height: inherit;
}

.pdf-item {
    background: rgba(0, 0, 0, 0.06);
}

.icons--box {
    position: relative;
    top: -40px;
    opacity: 0;
    transition: all 0.3s ease 0s;
    text-align: right;
}

.action-list li span, .action-list li a {
    font-size: 16px;
    position: relative;
    top: -3px;
    border-radius: 50%;
    cursor: pointer;
    right: -7px;
}

.action-list li .del-icon {
    color: #fff;
    background: red;
    padding: 9px 11px;
}

.action-list li .mark-primary {
    color: #fff;
    padding: 9px 10px;
    background: #68B364;
}

.action-list li .download-doc {
    color: #fff;
    padding: 9px 10px;
    background: #FF6565;
}

.form-row .col-sm-4:hover .icons--box {
    opacity: 1;
    transform: translateY(9px);
}

.greenBorder {
    border: 1px solid green;
}

.returnMessage {
    margin: 0px 7px 10px 7px;
}

    .returnMessage i {
        margin-right: 10px;
    }
/*Upload End Patient*/

/*Demographics start Patient*/
.insurance-accordian {
    padding: 0px;
}

.form-row .col-sm-6:hover .icons--box {
    opacity: 1;
    transform: translateY(9px);
}

.container-fluid .ImgModal-fig .uploaded-item > img {
    padding: 0;
    width: auto;
    height: auto;
    object-fit: contain !important;
    min-width: 520px;
    max-width: 768px;
    margin: auto;
}

.modal-body .container-fluid:hover .icons--box {
    opacity: 1;
    transform: translateY(9px);
}

.margin-bt-15 {
    margin-bottom: 15px;
}

.overflow-y {
    overflow-y: auto;
}

/*Upload End Patient*/

/*Scheduler page start*/
.YearInCalendar {
float: left;
padding: 2px 5px;
margin-left: 6px;
}
.yearPanel {
    display: table;
margin: 6px 0px;
}
.MonthInCalendar{
    float: right;
padding: 2px;

}
.todayCalendar{
font-size: 15px;
margin: 0 27px !important;
}
.exportPdf-scheduler {
    color: #FFEA7E;
    font-size: 21px !important;
    margin-right: 10px;
}

.procedure-time-enabled{
    background-color: #f0ad4e;
    border-radius: 12px;
    display: inline-block;
    border: 1px solid #c1893a;
    padding:7px 9px;
}
.procedure-downtime-enabled{
    background-color: #5CA8B8;
    border-radius: 12px;
    display: inline-block;
    border: 1px solid #4E8D9C;
    padding:7px 9px;
}
.procedure-time-disabled,.procedure-downtime-disabled{
    background-color: #ACACAC;
    border-radius: 12px;
    display: inline-block;
    border: 1px solid #555;
    padding:7px 9px;
}
.procedure-time-enabled:hover,.procedure-downtime-enabled:hover,.procedure-time-disabled:hover,.procedure-downtime-disabled:hover{
    background-color: #62B75D;
    border-radius: 12px;
    display: inline-block;
    border: 1px solid #90B75D;
    padding:7px 9px;
    cursor:pointer;
}

.shift-detail{
    background-color: rgb(100, 195, 209);
    border-radius: 12px;
    display: inline-block;
    border: 1px solid #4E8D9C;
    padding:7px 9px;
}
.shift-detail-disabled,.shift-detail-disabled{
    background-color: #ACACAC;
    border-radius: 12px;
    display: inline-block;
    border: 1px solid #555;
    padding:7px 9px;
}
.shift-detail:hover,.shift-detail-disabled:hover{
    background-color: #62B75D;
    border-radius: 12px;
    display: inline-block;
    border: 1px solid #90B75D;
    padding:7px 9px;
    cursor:pointer;
}

/*toggle switch start*/
.switch_endo {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 22px;
}

.switch_endo input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.switch_endo .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.switch_endo .slider:before {
  position: absolute;
  content: "";
  height: 17px;
  width: 17px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

.switch_endo input:checked + .slider {
  background-color: #2E862E;
}

.switch_endo input:focus + .slider {
  box-shadow: 0 0 1px #2E862E;
}

.switch_endo input:checked + .slider:before {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}

/* Rounded sliders */
.switch_endo .slider.round {
  border-radius: 34px;
}

.switch_endo .slider.round:before {
  border-radius: 50%;
}

/*toggle switch END*/

.procedureTimeEnabled {
	font-size: 14px;
	color: #036e25;
	cursor: pointer;
	font-weight: bold;
    padding-right:20px;
}
.avg-downtime {
	color: #2196F3;
    font-weight: bold;
}
.btn-info{
    font-weight:normal !important;
}

/*Scheduler page end*/

/*SoftwareHelp page start*/
.legend {
    float: right;
    padding-bottom: 10px;
}

    .legend ul li {
        display: inline;
        font-size: 13px;
        padding: 0 20px 0 0;
        font-weight: bold;
    }


.ts_list {
    padding-left: 18px;
}

    .ts_list li {
        list-style-type: decimal !important;
        line-height: 20px;
    }

.system_access_table tr td i, .legend ul li i {
    color: #ccc;
    font-size: 18px !important;
    padding: 0px 8px;
    line-height: 16px !important;
}

.system_access_table tr td img {
    height: 23px;
    padding: 0px 8px;
}

.action-control {
    font-weight: bold;
    text-decoration: underline;
}

.access_list li {
    line-height: 20px !important;
}
.Compatible-browser-link{
   cursor:pointer;
   text-decoration:underline
}

.downloadEB{
   padding-top: 15px;
padding-bottom: 15px;
}
.esymed-browser{
    padding-top:10px;
}
/*SoftwareHelp page End*/
/*Referring Physician Patient page Start*/

/*Inbox page Start*/

.fake-link{
    color: #036e25;
    cursor:pointer
}
.fake-link:hover{
    color: #036e25;
    cursor:pointer;
    text-decoration:underline;
}

.modal-pathologyResult {
    width: 90%; 
  }

.pathology-result-iframe {
    margin:10px;
    width: 100%;
    height: 500px;
}
.clear-search {
	margin-top: 5px;
	margin-left: 5px;
    padding-left: 15px;
    padding-right: 15px;
}
/*Inbox page End*/

/*Recall page Start*/
.recall-date {
    padding: 6px 16px;
    border: 1px solid transparent;
    border-radius: 4px;
    background-color: #6cb9c9;
    border-color: #9aa79e;
    text-align:center;
}
.recall-date span
{
    color:white;
    font-weight:700;
}
.recall-footer
{
    margin-top:15px;
    text-align:right;
}
/*Recall page End*/

/*Referring Physician Patient page Start*/
.heading-div {
    padding: 0px 20px;
}

.ref-page-heading {
    display: flex;
}

.ref-serachpannel {
    background-color: white;
    margin-top: 10px;
    margin-bottom: 20px;
    padding: 15px;
}

.search-link {
    font-weight: 600;
    font-size: 12px;
    padding-left: 20px;
    margin-top: 24px;
    text-decoration: none;
    cursor: pointer;
    color: #337ab7;
}
    .search-link:hover {
        text-decoration: underline;
    }

.fixed-hieght
{
    max-height: 550px;
    overflow:auto;
}
.bottom-border
{
    border-bottom: 1px solid #e5e5e5;
    border-top:none !important;
}

/*Referring Physician Patient page End*/
/*Manage Referring Physician Patient page Start*/
.row-spacing{
    margin-bottom:10px;
}
.addNew-Form{
    width:90%;
    padding-left:20px;
}
.message-margin{
    margin:15px;
}

.inline-icon {
    position: absolute;
    margin-left: 8px;
    height: 25px;
    display: flex;
    align-items: center;
    z-index: 999;
    margin-top:8px;
    color:#ffffff !important;
    font-size:14px;
}
.margin-top-15 {
    margin-top:15px;
}

.button-inline-icon {
    padding-left: 27px !important;
}
.validationSummary-AddNewForm{
	color: #A94442 !important;
	margin-left: 20px;
	margin-top: 10px;
    margin-top: 10px;
}
.margin-20 {
    margin:20px;
}
/*ManageReferring Physician Patient page End*/
/*Patient Image CSS Start */
.visits-reports {
	float: right;
	margin-top: -20px;
	margin-right: 9px;
}
/*Patient Image CSS End */
/*Paging CSS Start */
.paging
{
    border:none
}
         
.paging a, .paging a:visited
{
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #036e25;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
         
.paging a:hover
{
    color: #23527c;
    background-color: #eee;
    border-color: #ddd;
}
         
.paging span
{
    z-index: 2;
    color: #036e25;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    background-color: #eee;
}
         
tr.paging
{
    background: none !important;
}
         
tr.paging tr
{
    background: none !important;
}
tr.paging td
{
    border: none;
}     
/*Paging CSS End*/

span.multiselect-native-select {
    position: relative;
}

    span.multiselect-native-select select {
        border: 0 !important;
        clip: rect(0 0 0 0) !important;
        height: 1px !important;
        margin: -1px -1px -1px -3px !important;
        overflow: hidden !important;
        padding: 0 !important;
        position: absolute !important;
        width: 1px !important;
        left: 50%;
        top: 30px;
    }

.multiselect-container {
    position: absolute;
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-left: 13px;
}

    .multiselect-container .input-group {
        margin: 5px;
    }

    .multiselect-container > li {
        padding: 0;
    }

        .multiselect-container > li > a.multiselect-all label {
            font-weight: 700;
        }

        .multiselect-container > li.multiselect-group label {
            margin: 0;
            padding: 3px 20px 3px 20px;
            height: 100%;
            font-weight: 700;
        }

        .multiselect-container > li.multiselect-group-clickable label {
            cursor: pointer;
        }

        .multiselect-container > li > a {
            padding: 0;
        }

            .multiselect-container > li > a > label {
                margin: 0;
                height: 100%;
                cursor: pointer;
                font-weight: 400;
                padding: 3px 0 3px 30px;
            }

                .multiselect-container > li > a > label.radio, .multiselect-container > li > a > label.checkbox {
                    margin: 0;
                }

                .multiselect-container > li > a > label > input[type=checkbox] {
                    margin-bottom: 5px;
                }

.btn-group > .btn-group:nth-child(2) > .multiselect.btn {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.form-inline .multiselect-container label.checkbox, .form-inline .multiselect-container label.radio {
    padding: 3px 20px 3px 40px;
}

.form-inline .multiselect-container li a label.checkbox input[type=checkbox], .form-inline .multiselect-container li a label.radio input[type=radio] {
    margin-left: -20px;
    margin-right: 0;
}

button.multiselect.btn-default:hover, .btn-default:active {
    background-color: #ffffff !important;
}

button.multiselect.btn-default {
    background-color: #fff;
    color: #333;
    border: 1px solid #ccc;
    margin-top: 0px;
}

button.multiselect.btn {
    box-shadow: none;
    height: 34px;
    padding: 2px 10px;
    font-size: 16px;
    text-align: left;
    background: #fff;
}

.dropdown-menu > .active > a > label {
    color: #333;
    text-decoration: none;
    background-color: #E6E6E6;
    outline: 0;
}

.multiselect-container > li > a > label {
    padding: 3px 10px 3px 30px;
    font-weight: 500;
}

.open .multiselect-container.dropdown-menu {
    height: 250px;
    overflow: auto;
    width: 280px;
}

.multiselect-container .input-group {
    margin: 5px 2px;
}

.btn.btn-default.multiselect-clear-filter {
    padding: 7px 12px;
}

.section-export .caret {
    border-top: 14px solid;
    border-right: 14px solid transparent;
    border-left: 14px solid transparent;
    margin-top:2px;
}

.toolTipCustom {
    width: 760px;
}

.cls-apthistory + .tooltip {
    opacity: 9;
    box-shadow: 0px 0px 5px #999;
}

    .cls-apthistory + .tooltip > .tooltip-inner {
        background-color: #FFFFFF;
        color: #8B8B8B;
        padding: 10px;
        line-height: 22px;
        text-align: left;
    }

    .cls-apthistory + .tooltip > .tooltip-arrow {
        border-top-color: #fff;
        margin-left: -8px;
        bottom: -3px;
        background: none;
        background-color: none;
    }

.ah {
    color: #2e862e;
    font-family: sans-serif;
    font-size: 15px;
}

.AptHistoryAnchor {
    color: #444444;
    font-family: sans-serif;
    font-size: 13px;
}

.cls-apthistory + .tooltip {
    padding: 0px 10px 0px 10px;
}

.cls-reviewImage + .tooltip > .tooltip-inner {
    padding: 10px;
    text-align: left;
}

.rihLine {
    color: #fff;
    border-bottom: 1px solid #fff;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
    margin-bottom: 5px;
    padding-bottom: 5px;
    display: block;
}

.rtotalreports {
    color: #bbb;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 11px;
    font-weight: bold;
    line-height: 11px;
}

li {
    list-style: none;
    line-height: 17px;
}

.btm-images {
    margin-bottom: 75px;
}

    .btm-images .img-block {
        position: relative;
        margin-right: 15px;
    }

        .btm-images .img-block img {
            transition: all 0.3s ease 0s;
            width: 100px;
            border-radius: 0px !important;
        }

        .btm-images .img-block:hover img {
            transform: scale(5.5);
            z-index: 1;
            position: relative;
            border-radius: 4px !important;
        }

_:-ms-fullscreen, :root .foo {
    property: value;
}

@media all and (-ms-high-contrast:none) {
    *::-ms-backdrop, .my_elements_with_border_radius {
        border-radius: 0;
    }
}

@media screen and (max-width: 1920px) {
    /*----------------------Left Panel---------------------*/
    .nextAppointment {
        margin: 16px 0px 0 0;
    }
}

@media screen and (max-width: 1411px) {

    .lgoutSection {
        width: 66%;
    }
}

@media screen and (max-width: 1328px) {
    .lgoutSection {
        width: 98%;
    }

    .lgoutSection {
        float: left;
    }
}

@media screen and (max-width: 1280px) {
    /*----------------------Left Panel---------------------*/
    .left-menu {
        list-style: none;
        padding: 35px 0 0 0px !important;
    }

        .left-menu ul {
            display: inline-block;
        }

        .left-menu li {
            display: inline-block !important;
            margin-bottom: 13px;
            font-size: 16px;
        }

            .left-menu li a {
                color: #bcbcbc;
            }

                .left-menu li a:hover {
                    color: #006829;
                    text-decoration: none;
                }

    .nextAppointment h2 {
        font-size: 17px;
        color: #39974f;
    }

    .appointmentDetail {
        font-size: 14px;
        margin-left: 0px;
    }

    .nextAppointment .btn {
        width: 100% !important;
    }

    .lgoutSection {
        width: auto;
    }
    /*.logoutDivision{margin-bottom: 10px; margin-top: -35px; text-align: right; width: 100%;}
.lgoutSection ul.navicons{float:right;}*/
    .addNew {
        border-radius: 0;
    }

    .logout-dropdown {
        margin-right: 54px !important;
    }

    .lgoutSection {
        width: 75%;
        float: right;
    }

    .hide-right-margin {
        margin-right: 0px !important;
    }

    ul.circles {
    }
}

@media screen and (max-width: 1120px) {

    .logout-dropdown {
        margin-right: 13px !important;
    }
}

@media screen and (max-width: 1116px) {
    .logoutDivision {
        width: 215px;
    }
}


@media screen and (max-width: 1110px) {

    .pull-right.responsive-style {
        float: left !important;
    }
}


@media screen and (max-width: 1080px) {
    .logoutDivision {
        margin-top: 30px !important;
    }

    .logout-dropdown {
        margin-left: 15px;
        margin-right: 8px !important;
    }
}

@media screen and (max-width: 1024px) {
    .width-scroll {
        width: 100%;
        overflow-x: auto;
    }

    #silverlightControlHost {
        min-width: 1200px;
    }

    /*.clock-wrap {
    left: 177px;
    top: -55px;
}*/
    .body-area .logo {
        left: -49px;
    }

    .logoutDivision {
        width: 240px;
    }

    .logout-dropdown {
        margin-left: 14px !important;
    }
}

@media screen and (max-width: 1000px) {
    .pull-right.responsive-style {
        float: right !important;
    }

    .lgoutSection {
        width: 60%;
    }

    .logoutDivision {
        width: 200px;
    }

    .btm-images .mdl-content img {
        transition: all 0.3s ease 0s;
        display: block;
    }
}

@media screen and (max-width: 1080px) {
    /*----------------------start of header---------------------*/
    .TopDateTime {
        float: left;
        width: 23%; /*display:none;*/
    }
    /*.search-box{float: right; width: 42%;margin-right: 10px;}*/
    .lgoutSection {
        float: right; /*width:auto;*/
    }

    .logoutDivision {
        margin-top: 5px;
        width: 195px;
    }


    /*----------------------Left Panel---------------------*/
    .appointmentDetail {
        font-size: 15px;
        margin-left: 0px;
    }
}

@media screen and (max-width: 1045px) {
    /*----------------------start of header---------------------*/
    .pos-lab {
        font-size: 10px;
        top: 11px;
        right: 3px;
    }

    .TopDateTime {
        float: left;
        width: 23%; /*display:none;*/
    }

    .lgoutSection {
        float: right;
        width: 50%;
    }

    .pendingPatients {
        height: 65px;
    }

        .pendingPatients a {
            padding: 21px 20px;
        }

            .pendingPatients a:hover {
                height: 65px;
            }

    .greenNav {
        height: 65px;
    }

        .greenNav a {
            padding: 21px 20px;
        }

            .greenNav a:hover {
                height: 65px;
            }

    .addNew {
        height: 65px;
    }

        .addNew a {
            padding: 21px 20px;
        }

            .addNew a:hover {
                height: 65px;
            }

    .TopRightIcons {
        font-size: 22px;
    }

    .logo .img_responsiive {
        position: relative;
        z-index: 999;
    }

    .search-margin {
        margin-top: 16px;
    }

    .lgoutSection {
        width: 70%;
    }

    .logoutDivision {
        margin-top: 20px !important;
    }

    header {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 991px) {
    /*.nopadding{padding-left: 5px !important;
    padding-right: 5px !important;}
    .nopaddingR{padding-left: 5px !important;
    padding-right: 5px !important;}
    .nopaddingL{padding-left: 5px !important;
    padding-right: 5px !important;}*/
    .footer-margin {
        margin-bottom: 0px;
    }

    .notonmobile {
        display: none;
    }

    .search-background {
        background-color: #f3f4f4;
        margin-top: 15px;
        padding-bottom: 10px;
        padding-top: 1px;
    }
    /*.lgoutSection { width: 100%;}
.lgoutSection ul.navicons { float: right;}*/
    /*.logoutDivision { margin-bottom: 12px; margin-top: 0px; padding-right: 10px; text-align: right; width: 100%;}*/
    .logoutDivision {
        padding-right: 10px;
    }

    footer {
        padding-bottom: 30px;
    }

    .addNew {
        border-radius: 0;
    }
    /*.search-box{float:right; margin-right: 9px;}*/
    .logoutDivision {
        margin-top: 20px;
        width: auto;
        padding-left: 6px;
        padding-right: 0;
    }

    #ctl00_ContentPlaceHolder1_updVisitInfo .col-xs-2 {
        width: 6% !important;
    }
}

@media screen and (max-width: 860px) {
}

@media screen and (max-width: 886px) {
    /*----------------------start of header---------------------*/
    .TopDateTime {
        float: left;
        width: 23%;
    }
    /*.search-box{float: left; padding-left: 98px; width: 42%;margin-right: 0px;}
.search-margin{	margin-bottom:23px;	margin-top:22px;}*/
    .lgoutSection {
        width: 68%;
    }

    .logoutDivision {
        float: left;
        margin-top: 30px;
        width: 182px;
        padding-left: 0px;
    }
    /*.pendingPatients { background-color: #e1e1e1; float: left; height: 81px;width: 82px;display:inline-block;}*/
    /*.addNew { background-color: #c04c4c;  float: left; height: 81px;width: 82px;}*/
    .centerer {
        display: inline-block;
        padding-top: 23px;
        vertical-align: middle;
        margin-top: 0px;
    }

    .padding {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    /*.lgoutSection{width:100%;}
.search-box { float: right; margin-right: 8px; width: 65%; margin-bottom:0;}*/
    .search-box {
        width: 25%;
    }

    /*----------------------Left Panel---------------------*/
    .left-menu {
        list-style: none;
        padding: 20px 0 0;
    }

        .left-menu ul {
            display: inline;
        }

        .left-menu li {
            display: inline;
            margin-bottom: 13px;
            font-size: 16px;
            padding-right: 50px;
        }

            .left-menu li a {
                color: #bcbcbc;
            }

                .left-menu li a:hover {
                    color: #006829;
                    text-decoration: none;
                }

    .nextAppointment .btn {
        width: 20% !important;
    }

    .TopRightIcons {
        font-size: 22px;
    }

    .greenNav a {
        padding: 22px 15px;
    }

    .pendingPatients a {
        padding: 22px 16px;
    }

    .addNew a {
        padding: 22px 17px;
    }

    .logoutDivision {
        margin-top: 20px;
        padding-left: 6px;
        padding-right: 0;
    }

    .logout-dropdown {
        margin-left: 0 !important;
    }

    .body-area .form-control {
        display: block;
        width: 100%;
        height: auto;
        padding: 7px 5px 7px 26px;
        font-size: 14px;
        line-height: 1.42857143;
        color: #555;
        background-color: #fff;
        background-image: none;
        border: 1px solid #dbdbdb;
        border-radius: 4px;
        -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075);
        box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075);
        -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
        -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    }

        .body-area .form-control:focus {
            border-color: #66afe9;
            outline: 0;
            -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
            box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
        }

        .body-area .form-control::-moz-placeholder {
            color: #dadada;
            opacity: 1;
            font-size: 15px;
        }

        .body-area .form-control:-ms-input-placeholder {
            color: #999;
        }

        .body-area .form-control::-webkit-input-placeholder {
            color: #999;
        }

        .body-area .form-control[disabled],
        .body-area .form-control[readonly],
        .body-area fieldset[disabled] .form-control {
            cursor: not-allowed;
            background-color: #eee;
            opacity: 1;
        }

    .appointment-table {
        float: left;
        width: 100%;
    }

    .Calendar {
        float: left;
        width: auto;
        padding-left: 0px;
        padding-top: 0;
        top: 26px;
    }

    .column-left-border {
        border-left: 0px solid #e7e7e7;
        min-height: 0px;
    }

    .addNew {
        border-radius: 0;
    }

    article h1 {
        margin-top: 0;
        margin-bottom: 10px;
    }
}

.datepick-ctrl .datepick-cmd:hover {
    color: #479E47;
}

.modal-custom760 {
    width: 760px;
}

.topstep-box h6 span {
    display: block;
    font-size: 13px;
    color: #282828;
    padding-top: 5px;
}

.topstep-box h6 {
    font-size: 14px;
}

.topstep-box .col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    margin: 5px;
}

.topstep-box .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.topstep-box {
    border-bottom: solid 3px #67B362;
    margin-bottom: 20px;
}

.brbtm-0 {
    border: none;
}

.h-tabs {
    position: relative;
    clear: both;
}


    .h-tabs li.active a, .h-tabs li.active a:focus {
        border-radius: 4px 0 0 4px;
        background-color: #fff !important;
        border: 2px solid #3c763d !important;
        color: #3c763d !important;
    }

    .h-tabs::after {
        content: "";
        height: 2px;
        background: #3C763D;
        width: 100%;
        bottom: -41px;
        position: absolute;
    }

    .h-tabs li a {
        position: relative;
    }

    .h-tabs li.active a::after {
        content: "";
        height: 3px;
        background: #FFF;
        width: 100%;
        bottom: -2px;
        position: absolute;
        left: 0;
        z-index: 1;
    }

    .h-tabs > li > a {
        line-height: inherit;
        font-weight: bold;
    }

.panel-heading .nopaddingL {
    margin-bottom: 15px;
}

body .h-tabs {
    border-bottom: none;
}

/*body.modal-open{overflow:hidden!important; padding-right:0!important;}*/

.activeWelcomeDropdown {
    font-weight: bold;
    color: #5CB85C;
}

    .activeWelcomeDropdown:hover {
        font-weight: bold;
        color: #5CB85C;
        text-decoration: none;
    }

.activeWelcomeDropdownLi a {
    color: #fff !important;
    text-decoration: none;
    background-color: #22BB67;
}

    .activeWelcomeDropdownLi a i {
        color: #fff !important;
    }

.imgs-list {
    margin-top: 25px;
}

    .imgs-list li a span {
        position: absolute;
        left: -9999px;
        background-color: #eae9d4;
        padding: 10px;
        font-family: 'Droid Sans', sans-serif;
        font-size: .9em;
        text-align: center;
        color: #495a62;
        -webkit-box-shadow: 0 0 20px rgba(0,0,0, .75));
        -moz-box-shadow: 0 0 20px rgba(0,0,0, .75);
        box-shadow: 0 0 20px rgba(0,0,0, .75);
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px;
    }

        .imgs-list li a span img {
            padding: 2px;
            background: #ccc;
            max-width: 430px;
        }

    .imgs-list li a:hover span {
        top: -300px;
        left: -20px;
    }

.mt-5 {
    margin-top: 5rem;
}

.imgs-list li {
    width: 50%;
    display: flex;
}

    .imgs-list li a {
        position: relative;
    }

    .imgs-list li h5 {
        padding-top: 13px;
        padding-left: 10px;
    }

.imgs-list h6 {
    font-size: 15px;
    font-weight: Bold;
}


.tabs-left > li:nth-child(2) > a {
    margin-top: 10px;
}

@media (min-width:991px) and (max-width: 1024px) {
    .uploaded-item {
        height: 176px;
    }
}

@media screen and (max-width: 800px) {
    .body-area .logo {
        left: -38px;
    }

    .a-block a:first-child {
        margin-bottom: 10px;
    }

    .tab-responsive h1 {
        line-height: 25px;
        margin-top: 20px;
    }

    .uploaded-item {
        height: 128px;
    }
}


@media only screen and (max-width:768px) {
    .logoutDivision {
        padding-left: 2px;
        padding-right: 4px;
    }

    .modal-dialog {
        width: 80% !important;
        margin: 0 auto !important;
    }

    .logo img.img_responsiive {
        max-width: 70%;
    }

    .logo-text {
        left: 88px;
    }

    .uploaded-item {
        height: 128px;
    }
}

@media only screen and (max-width:767px) {
    .search-box {
        float: right;
        margin-right: 3px;
        padding-left: 20px;
        width: 50%;
    }

    .lgoutSection {
        float: right;
        width: 100%;
        border-top: 1px solid #e7e7e7;
    }

    .TopRightIcons {
        font-size: 24px;
    }

    .greenNav a, .pendingPatients a, .addNew a {
        padding: 21px 15px;
    }

    .logoutDivision {
        margin-top: 21px;
        padding-left: 25px;
        width: auto;
    }

    .search-margin {
        margin: 23px 15px;
    }

    .lgoutSection .pull-right:first-child {
        float: none !important;
    }

    .logoutDivision.pull-left {
        float: right !important;
        padding-right: 15px;
    }

    .topstep-box .col {
        min-width: 100%;
    }

    .uploaded-item {
        height: 281px;
    }
}

@media only screen and (max-width:640px) {
    .Calendar {
        top: -32px;
        right: 268px;
    }
}

@media only screen and (max-width:667px) {
    .tab-responsive .col-xs-2, .tab-responsive .col-xs-10 {
        width: 100%;
    }

    .tabs-left {
        border-right: 0 none;
        height: auto;
        padding: 0;
        border-bottom: 1px solid #dddddd;
    }

        .tabs-left > li {
            float: left;
            margin-bottom: -2px;
        }





            .tabs-left > li.active > a, .tabs-left > li.active > a:hover, .tabs-left > li.active > a:focus {
                border-bottom: 1px solid #dddddd;
                border-image: none;
                border-left: 1px solid #ddd !important;
                border-right: 1px solid #dddddd !important;
                border-top: 2px solid #3c763d !important;
            }

    .noborderl {
        -moz-border-bottom-colors: none;
        -moz-border-left-colors: none;
        -moz-border-right-colors: none;
        -moz-border-top-colors: none;
        border-color: currentcolor #dddddd #dddddd #dddddd;
        border-image: none;
        border-style: none solid solid;
        border-width: 0 1px 1px;
    }

    .tab-responsive .panel-heading h4 {
        line-height: 25px;
    }
}

@media only screen and (max-width:600px) {
    /*----------------------start of header---------------------*/
    .TopDateTime {
        display: none;
    }

    .body-area .logo {
        left: -30px;
        position: absolute;
        top: -30px;
    }

    .top-margin {
        margin-top: 8px;
    }

    /*----------------------Left Panel---------------------*/
    .nextAppointment .btn {
        width: 30% !important;
    }

    .Schedule-top-margin {
        margin-top: 8px;
    }

    .lgoutSection {
        width: 100%;
    }

    @media screen and (min-width:0\0) {
        .lgoutSection {
            width: 100%;
        }
    }

    .body-area .logo {
        left: -30px;
        top: -54px;
    }
}

@media screen and (max-width: 595px) {
    .greenNav a, .pendingPatients a, .addNew a {
        padding: 17px 22px;
    }

    .pendingPatients, .greenNav, .addNew {
        height: 55px;
    }

        .pendingPatients a:hover, .greenNav a:hover, .addNew a:hover {
            height: 55px;
        }

    .TopRightIcons {
        font-size: 18px;
    }
}

@media screen and (max-width: 575px) {
    footer {
        margin: 7px auto 0;
        text-align: center;
    }

        footer .pull-right {
            float: none !important;
            display: block;
        }

        footer .pull-left {
            float: none !important;
            display: block;
        }
}

@media screen and (max-width: 568px) {
    /*----------------------start of header---------------------*/
    /*.search-box {float: right; margin-right: 7px; padding-left: 20px; width: 52%;}
.search-margin { margin-bottom: 0; margin-top: 18px;}
.logoutDivision {float: left; margin-top: 11px; padding-left: 0px;width: 100%;}
.pendingPatients { background-color: #f0ad4e; float: left; height: 83px; width: 88px;}
.addNew {background-color: #c04c4c; float: left; height: 83px; width: 88px;}
.TopRightIcons {display: inline-block;padding-top: 15px; vertical-align: middle;margin-top:0;}*/
    .logoutDivision {
        margin-top: 16px;
    }

    .appointment-table {
        float: left;
        width: 100%;
    }

    .Calendar {
        float: none;
        width: 30%;
        padding-left: 0px;
        padding-top: 0px;
    }

    .search-box {
        width: 80%;
    }

    .logoutDivision {
        margin-top: 17px !important;
    }

    article h1 {
        font-size: 18px;
    }

        article h1 span {
            font-size: 13px;
        }

    .patient-demoTabContent {
        width: 100%;
    }

    .form-group {
        margin-bottom: 5px;
    }

    .uploaded-item {
        height: 281px;
    }
}

@media screen and (max-width: 537px) {
    /*.greenNav a, .pendingPatients a, .addNew a { padding:12px 14px;}*/
    .pendingPatients, .greenNav, .addNew {
        height: 44px;
    }

        .pendingPatients a:hover, .greenNav a:hover, .addNew a:hover {
            height: 44px;
        }

    .logoutDivision {
        margin-top: 11px;
    }

    .uploaded-item {
        height: 240px;
    }
}

@media only screen and (max-width:490px) {
    /*----------------------start of header---------------------*/
    /*.body-area .logo {left: -27px; position: absolute;top: -33px;}
article h1 span{display:block;}*/
    /*.search-box{float: right; margin-right: 10px; padding-left: 0; width: 70%;}
.pendingPatients { background-color: #f0ad4e; float: left; height: 50px; width: 60px;}
.addNew {background-color: #c04c4c; float: left; height: 50px; width: 60px;}
.TopRightIcons { font-size: 26px; margin-top: 0; padding-top: 7px; text-align: center; vertical-align: middle;}

.logoutDivision{margin-bottom: 10px; margin-top: 5px; text-align: right; width: 100%;}
.greenNav { float: left; height: 50px; width: 60px;}
.search-margin{margin-top:12px;}*/

    /*----------------------Main content area-------------*/
    .progress_detail li {
        display: list-item;
        font-size: 16px;
        padding: 0 40px 0 0;
    }

    .search-box {
        width: 70%;
    }

    .logoutDivision {
        margin-top: 11px !important;
    }

    .a-block .col-xs-6 {
        width: 100%;
    }

    .modal-custom {
        width: 90% !important;
    }

    .uploaded-item {
        height: 240px;
    }
}


@media only screen and (max-width:474px) {
    .logoutDivision.pull-left {
        padding-right: 10px;
    }

    .lgoutSection ul.navicons {
        border-bottom: 1px solid #e7e7e7;
        width: 100%;
    }

        .lgoutSection ul.navicons li {
            width: 20%;
        }

    .greenNav a, .pendingPatients a, .addNew a {
        padding: 14px 16px;
    }

    .pendingPatients, .greenNav, .addNew {
        height: 62px;
    }

        .pendingPatients a:hover, .greenNav a:hover, .addNew a:hover {
            height: 62px;
        }

    .TopRightIcons {
        font-size: 30px;
    }

    .logoutDivision.pull-left {
        margin-bottom: 15px;
    }

    .head-m {
        display: block;
        color: #000;
    }

    .logo .img_responsiive {
        width: 115px;
        height: auto;
    }

    article h1 {
        margin-top: 6px;
        margin-bottom: 5px;
    }

    #showCalendar {
        margin: 10px 0;
    }

    .body-area .logo {
        left: -23px;
        top: -50px;
    }

    .logo-text {
        left: 82px;
    }

    .body-area {
        margin: 55px auto 0;
    }

    .Calendar {
        width: 30%;
        top: 34px;
        right: 143px;
    }

    .uploaded-item {
        height: 230px;
    }
}

@media only screen and (max-width:360px) {
    /*article h1 span{display:block;}*/
    .search-box {
        float: right;
        margin-right: 6px;
        padding-left: 18px;
        width: 100%;
    }
    /*.pendingPatients { background-color: #f0ad4e; float: left; height: 50px; width: 60px;}
.addNew {background-color: #c04c4c; float: left; height: 50px; width: 60px;}
.TopRightIcons { font-size: 26px; margin-top: 0; padding-top: 7px; text-align: center; vertical-align: middle;}

.logoutDivision{margin-bottom: 10px; margin-top: 5px; text-align: center; width: 100%;}
.greenNav { float: left; height: 50px; width: 60px;}*/
    .search-margin {
        margin-bottom: 15px;
        margin-top: 18px;
    }

    .body-area .logo {
        left: -20px;
        top: -50px;
    }

    .body-area {
        margin: 51px auto 0;
    }

    #ctl00_txtSearchPatient {
        padding-left: 27px !important;
    }

    .search-box {
        float: right;
        font-size: 15px;
        margin-right: 6px;
        padding-left: 0;
        width: 67%;
    }

    .progressdiv {
        left: 41%;
    }

    .uploaded-item {
        height: 168px;
    }
}

@media only screen and (max-width:320px) {
    /*-------------Login Page------------------*/
    .login-area {
        max-width: 395px;
        padding: 15px;
        margin: 0px auto;
        background-color: #ffffff;
        margin-top: 24%;
        box-shadow: 0px 0px 8px #5F5F5F;
        position: relative;
        border-radius: 6px;
    }

        .login-area .logo {
            position: static;
            margin: -70px 5px -70px 0;
        }

    .form-position {
        margin-top: 72px;
    }

    .login-area span {
        margin-top: 10px;
        text-align: right;
        display: none;
    }

    .login-area .form-control {
        width: 100%;
        height: auto;
        padding: 10px 12px;
    }

    .login-area .btn {
        width: 100%;
        height: 49px;
        padding: 6px 12px;
        margin-bottom: 0;
        font-size: 18px;
        font-weight: bold;
    }

    header {
        margin-bottom: 10px;
    }

    .uploaded-item {
        height: 157px;
    }
    /*.img_responsiive
{
	height:100px;
	width:100px;
}*/

    /*----------------------start of header---------------------*/
    /*.nopadding{padding-left: 5px !important; padding-right: 5px !important;}*/
    .Calendar .nopadding {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .nopaddingR {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }

    .nopaddingL {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }

    .body-area {
        width: 90%;
        margin: 0px auto;
        background-color: #ffffff;
        margin-top: 51px;
        box-shadow: 0px 0px 8px #5F5F5F;
        position: relative;
        border-radius: 6px;
        min-height: 500px;
    }
    /*.body-area .logo{margin: -23px 0 -23px 109px; position: absolute;}*/
    .top-margin {
        margin-top: 50px;
        padding-left: 0px;
    }
    /*article h1 span{display:block;}*/

    /*.search-margin{	margin-top:48px;}
.pendingPatients { background-color: #f0ad4e; float: left; height: 50px; width: 51px;}
.addNew {background-color: #c04c4c; float: left; height: 50px; width: 51px;}
.TopRightIcons { font-size: 26px; margin-top: 0; padding-top: 7px; text-align: center; vertical-align: middle;}

.logoutDivision{margin-bottom: 10px; margin-top: 5px; text-align: center; width: 100%;}
.greenNav { float: left; height: 50px; width: 51px;}
.search-box { padding-left: 18px; width: 100%;}*/
    .greenNav a, .pendingPatients a, .addNew a {
        padding: 13px 16px;
    }

    .pendingPatients, .greenNav, .addNew {
        height: 52px;
    }

        .pendingPatients a:hover, .greenNav a:hover, .addNew a:hover {
            height: 52px;
        }

    .TopRightIcons {
        font-size: 22px;
    }

    /*----------------------Left Panel---------------------*/
    .nextAppointment .btn {
        width: 50% !important;
    }

    /*----------------------Main content area-------------*/
    .progress_detail li {
        display: inline-block;
        font-size: 16px;
        padding: 0 40px 0 0;
    }

    .login-area span.required {
        display: inline !important;
        position: absolute;
        right: -6px;
        top: -12px;
    }

    .btn {
        margin-top: 5px;
    }

    .col-md-12 {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.alert-success span {
    color: #3c763d;
}

.alert-danger span {
    color: #a94442;
}

.control-labeled {
    word-break: break-all;
}
