﻿ /***css by manjula started***/


     .trush-color{float: right;
    position: absolute;
    color: #f00;}
    .width480{width:480px !important;}
    .height40{height:40px !important;}
    .bin{position: relative;
   
    display: block;
    color: #f00;}

    .width550{width:550px !important;}
   .width530{width: 530px !important;}
   .mt5{margin-top:5px !important;}

#myTable_length, #myTable_filter, #myTable_paginate, #myTable_filter {
    /*display: none;*/
}

#myTable_paginate {
    /*display: none;*/
}

.table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th {
    /*color: #fff !important;*/
}

.doc-link a:hover {
    /*color: #fff !important;*/
}

.pb15 {
    padding-bottom: 15px;
}

.wn {
    white-space: nowrap;
    font-weight: bold;
    padding-bottom: 10px;
}

.wn1 {
    white-space: nowrap;
    font-weight: bold;
    padding-bottom: 0px;
}

.pt25 {
    padding-top: 20px;
}

.btn-link:focus {
    color: #fff !important;
}

tr.highlight > .bg-red, tr.highlight > .bg-blue {
    background: #ccc !important;
    color: #273542;
}

.btn-link {
    color: #353535;
}

.highlight .Active-text {
    color: #fff;
}
/*#Active-text {
    color: #353535;
}*/

/*tr.highlight > .Active-text {
    color: #fff !important;
}*/
.panel-primary > .panel-heading {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
}

.panel-heading {
    padding: 1px 15px !important;
}

.lin-hig-15 {
    line-height: 15px;
    padding: 7px;
}

.s14 {
    font-size: 13px;
    white-space: nowrap;
}

.cus-col {
    color: #353535;
    text-decoration: underline;
    cursor: pointer;
    text-align: center;
}

    .cus-col:hover {
        color: #353535 !important;
    }


.hvr-sweep-to-bottom, .hvr-sweep-to-bottom1 {
    /*display: inline-block;
    vertical-align: middle;*/
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    cursor:pointer
}

    .hvr-sweep-to-bottom1:before {
        background: #ccc;
    }


    .hvr-sweep-to-bottom:before {
        background: #1176ac;
        color: #fff;
    }


    .hvr-sweep-to-bottom:before, .hvr-sweep-to-bottom1:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        /*background: #1176ac;*/
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transform-origin: 50% 0;
        transform-origin: 50% 0;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

    .hvr-sweep-to-bottom:hover, .hvr-sweep-to-bottom:focus, .hvr-sweep-to-bottom:active {
        color: white;
    }

    .hvr-sweep-to-bottom1:hover, .hvr-sweep-to-bottom1:focus, .hvr-sweep-to-bottom1:active {
        color: #353535;
    }

        .hvr-sweep-to-bottom:hover:before, .hvr-sweep-to-bottom:focus:before, .hvr-sweep-to-bottom:active:before,
        .hvr-sweep-to-bottom1:hover:before, .hvr-sweep-to-bottom1:focus:before, .hvr-sweep-to-bottom1:active:before {
            -webkit-transform: scaleY(1);
            transform: scaleY(1);
        }






.radiotextsty {
    color: #353535;
    /*font-size: 18px;*/
}

.customradio, .customradio1 {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 0px;
    cursor: pointer;
    /*font-size: 18px;*/
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default radio button */
    .customradio input, .customradio1 input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

/* Create a custom radio button */
.checkmark1 {
    position: absolute;
    top: 0;
    left: 0;
    height: 22px;
    width: 22px;
    background-color: white;
    border-radius: 50%;
    border: 1px solid #BEBEBE;
}

/* On mouse-over, add a grey background color */
.customradio:hover input ~ .checkmark1, .customradio1:hover input ~ .checkmark1 {
    background-color: transparent;
}

/* When the radio button is checked, add a blue background */
.customradio input:checked ~ .checkmark1, .customradio1 input:checked ~ .checkmark1 {
    background-color: white;
    border: 1px solid #BEBEBE;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark1:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.customradio input:checked ~ .checkmark1:after, .customradio1 input:checked ~ .checkmark1:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.customradio .checkmark1:after, .customradio1 .checkmark1:after {
    top: 2px;
    left: 2px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #126935;
}

.radio-bg {
    /*background: #f9f9f9;*/
    height: 43px;
    padding: 10px;
    line-height: 25px;
    border: solid 1px #1176ac;
    line-height: 25px;
    border-radius: 6px;
}

.custom-file-upload input[type="file"] {
    display: none;
}

.custom-file-upload .custom-file-upload {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
}

.w140 {
    width: !important;
    background: #273542;
}

.w {
    position: relative;
}


    .w:before {
        content: "";
        font-weight: bold;
        font-style: italic;
        position: absolute;
        background: #fff;
        height: 32px;
        width: 150px;
        left: 88px;
        z-index: 9;
        top: 1px;
    }

.mb25 {
    margin-bottom: 25px;
}

.cus-pdf {
    color: #c42027;
    padding-right: 5px;
    font-size: 1em;
}

.Portfolio {
    position: relative;
    margin: 5px;
    border: 2px solid black;
    float: left;
    width: 180px;
    transition-duration: 0.4s;
    border-radius: 5px;
    animation: winanim 0.5s;
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    box-shadow: 0 3px 5px -1px rgba(0,0,0,.2),0 5px 8px 0 rgba(0,0,0,.14),0 1px 14px 0 rgba(0,0,0,.12);
}

    .Portfolio:hover {
        box-shadow: 0 12px 16px 0 rgba(0,0,0,.24),0 17px 50px 0 rgba(0,0,0,.19);
    }

    .Portfolio img {
        width: 100%;
        height: auto;
        border-radius: 5px;
    }

.desc {
    padding: 5px;
    text-align: center;
    font-size: 90%;
    background: black;
    color: hotpink;
}

/*.nav {
    padding:20px;
    margin-left:340px;
    margin-top:-30px;
}

.nav li a { 
    margin:5px;
    padding: 15px 50px; 
    font-size:16px; 
    color:hotpink; 
    background: #000;
    transition-duration: 0.4s;
}
.nav a:hover { 
    background:#333; 
}
.nav .active { 
    background-color:hotpink !important;
    color:#fff;
}*/

@keyframes winanim {
    0% {
        opacity: 0;
        transform: scale3d(.3,.3,.3);
    }

    50% {
        opacity: 1;
    }
}

.modal-body-cus {
    padding: 10px !important;
}

.model-cus-brd {
    border: solid 1px #ccc;
}

.model-cus-header {
    background: #0ba7c0;
    height: 35px;
    line-height: 35px;
    margin-bottom: 20px;
    color: #fff;
    padding-left: 15px;
    font-size: 1.2em;
    position: relative;
}

.close {
    background: #606061 none repeat scroll 0 0;
    border-radius: 12px;
    box-shadow: 1px 1px 3px #000;
    color: #ffffff !important;
    font-weight: bold;
    line-height: 25px;
    position: absolute;
    right: -10px;
    text-align: center;
    text-decoration: none;
    top: -11px;
    width: 24px;
    opacity: 1 !important;
    font-size: 1em !important;
    height: 25px !important;
    width: 27px !important;
    line-height: 21px !important;
}

    .close:hover {
        background: #00d9ff none repeat scroll 0 0;
    }

.header th {
    white-space: nowrap;
}

tr.header th[scope="col"] {
    border-right: solid 1px #fff !important;
}

.header tr {
    border-right: solid 1px #fff !important;
}

.pencil-bg {
    background: #cccccc;
    text-align: center;
    width: 20px;
    height: 20px;
    margin: 0 auto;
    padding-top: 2px;
    border-radius: 3px;
}

.hrms-container-cus {
    margin-top: -3%;
}

.expot-consolidated-report {
    height: 34px;
    width: 220px;
    background-image: url(../Content/Images/expot-consolidated-report.png) !important;
}

    .expot-consolidated-report:hover {
        height: 34px;
        width: 220px;
        background-image: url(../Content/Images/expot-consolidated-report-hover.png) !important;
    }



.expot-excel-View-Work-Details {
    height: 34px;
    width: 130px;
    background-image: url(../Content/Images/Export-excel.png) !important;
   
}

    .expot-excel-View-Work-Details:hover {
        height: 34px;
        width: 130px;
        background-image: url(../Content/Images/Export-excel-hover1.png) !important;
    }

.expot-excel {
    height: 34px;
    width: 160px;
    background-image: url(../Content/Images/Export-excel.png);
    background-color: transparent !important;
}

    .expot-excel:hover {
        background-image: url(../Content/Images/Export-excel.png);
        height: 34px;
        width: 160px;
    }

.Provider-expot-excel {
    height: 34px;
    width: 201px;
    background-image: url(../Content/Images/Provider-Export-excel.png);
    background-color: transparent;
}

    .Provider-expot-excel:hover {
        background-image: url(../Content/Images/Provider-Export-excel-hover.png);
        height: 34px;
        width: 201px;
        background-color: transparent;
    }

.Scribe-expot-excel {
    height: 34px;
    width: 201px;
    background-image: url(../Content/Images/Scribe-Export-excel.png);
}

    .Scribe-expot-excel:hover {
        background-image: url(../Content/Images/Scribe-Export-excel-hover.png);
        height: 34px;
        width: 201px;
    }

.expot-pdf {
    height: 34px;
    width: 130px;
    background-image: url(../Content/Images/Export-pdf.png);
}

    .expot-pdf:hover {
        background-image: url(../Content/Images/Export-pdf-hover1.png);
        height: 34px;
        width: 130px;
    }

.padding-cus {
    /*padding: 0px 15px;*/
}

table thead > tr > th {
    padding-left: 20px !important;
}

table.dataTable thead .sorting {
    background-position: 3px 9px;
}

table.dataTable thead .sorting_desc, table.dataTable thead .sorting_asc {
    background-position: 3px 9px !important;
}

.cus-table-width thead tr th {
    white-space: nowrap !important;
    /*border: solid 1px #f00;*/
}

.cus-hospital-table thead tr th {
    white-space: nowrap !important;
}

.doc-link a:link, .doc-link a:active, .doc-link a:visited {
    color: #216bb1;
}

.doc-link a:hover {
    color: #dd412b !important;
}

.active-link a {
    color: #353535;
    text-decoration: underline !important;
}

    .active-link a:hover {
        text-decoration: none !important;
    }

.btn-3::after {
    height: 0;
    left: 50%;
    top: 50%;
    width: 0;
}

.btn-3:hover:after {
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.pl20 {
    padding-left: 20px;
}
.pr20 {
    padding-right: 20px;
}
.strong {
    font-weight: bold;
}

.pr15 {
    padding-right: 15px;
}

.nopadding1 {
    /*padding: 0 !important;
   margin: 0 !important;*/
}

.pencil-cus1 {
    color: #353535;
}

.calender-icon {
    position: relative;
}

    .calender-icon:before {
        content: "";
        position: absolute;
        background-image: url(../Content/Images/Calender-icon.png);
        height: 35px;
        width: 38px;
        right: 15px;
        top: 24px;
        cursor: pointer;
    }

.cus-table-tr thead tr th, .header1 {
    white-space: nowrap;
    height: 30px !important;
    text-align: left;
}

.custom-brd {
    border: solid 1px #ccc;
    margin-top: 25px;
    padding: 10px 0px 10px;
    border-radius: 6px;
}

.cus-value {
    background: #fff;
    padding: 5px 10px;
    margin-top: -4px;
    color: #000;
    border-radius: 4px;
}

.cus-value1 {
    background: #fff;
    background-image: none;
    padding: 5px;
    margin-top: -7px;
    color: #000;
    border-radius: 4px;
    width: 140px;
    display: block;
    padding: 6px 12px;
    font-size: 14px;
    border: 1px solid #ccc;
    float: right;
    margin-left: 6px;
}

.go-to-calendar {
    position: absolute;
    left: 50%;
    top: 73px;
}

.breadcrumb {
    padding: 8px 15px 8px 0px !important;
}

.ok-rt {
    float: right;
    font-size: 17px;
    margin-right: 5px;
    color: #006837;
}

.remove-rt {
    float: right;
    font-size: 17px;
}

.DisChange {
    min-width: 120px;
}
/*.count-list ol{margin:0px; padding:0px}
.count-list li{margin-left:-15px;}*/
.count-list ol {
    list-style: none !important;
    counter-reset: item;
}

.count-list li {
    counter-increment: item;
    margin-bottom: 5px;
    margin-left: -25px !important;
    white-space: normal !important;
}

.count-list [href$=".pdf"], .count-list [href$=".doc"], .count-list [href$=".docx"], .count-list [href$=".xlsx"], .count-list [href$=".png"], .count-list [href$=".txt"], .count-list [href$=".JPG"], .count-list [href$=".jpg"], .count-list [href$=".jpeg"] {
    background-position: right top !important;
    width: 15px;
    height: 15px;
    white-space: nowrap;
    padding-right: 20px;
}

.count-list [href$=".JPG"], .count-list [href$=".jpg"], .count-list [href$=".jpeg"] {
    background: url(images/jpeg-icon.png) no-repeat;
}

.count-list [href$=".pdf"] {
    background: url(images/pdf-icon.png) no-repeat;
}

.count-list [href$=".doc"] {
    background: url(images/doc-icon.png) no-repeat;
}

.count-list [href$=".docx"] {
    background: url(images/doc-icon.png) no-repeat;
}

.count-list [href$=".xlsx"] {
    background: url(images/xlsx-icon.png) no-repeat;
}

.count-list [href$=".png"] {
    background: url(images/xlsx-icon.png) no-repeat;
}

.count-list [href$=".txt"] {
    background: url(images/xlsx-icon.png) no-repeat;
}

/*#LoadingStatus {
    text-align: center !important;
    font-size: 2em;
    padding-top: 50px;
    display: block;
    margin: 0 auto !important;
}*/
.ui-timepicker-container.ui-timepicker-standard {
    z-index: 9999999 !important;
}

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    margin-right: 1%;
}

.col-xs-15 {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-15 {
        width: 19%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-15 {
        width: 19%;
        float: left;
    }

    .fa-font-size1 {
        font-size: 4em;
        margin-top: 10px;
    }
}

@media (min-width: 1200px) {
    .col-lg-15 {
        width: 19%;
        float: left;
    }
}

.no-padding {
    margin-left: 0;
    margin-right: 0;
}

.row.no-padding {
    margin-left: 0;
    margin-right: 0;
}

    .row.no-padding [class^="col-"] {
        padding: 0;
    }

.chart-header {
    background: #0683a3;
    padding: 5px 10px;
    display: inline-block;
    color: #fff;
    position: absolute;
    left: 0px;
    top: -32px;
    font-size: 1.1em;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.datepicker {
    position: relative;
    cursor: pointer;
}

/*.ui-datepicker-trigger {
    position: absolute;
    top: 0px;
    right: 0px;
    cursor:pointer
}*/
.s { /*content: '';
        background: url('Images/calendar.png');
        width: 25px;
        height: 25px;
           position: absolute;
           right:0px;
           top:4px;
           cursor:pointer*/
}

/*.datepicker:before {
    content: "\f073";
    display: inline-block;
    vertical-align: middle;
    font-family: FontAwesome;
    position: absolute;
    right: 14px;
    top: 6px;
    font-size: 1.0em;
    cursor: pointer;
    padding: 0px;
    margin: 0px;
    width: 0px;
    height: 0px;
}*/
.red {
    color: #f00 !important;
}

.dataTables_scrollBody thead tr[role="row"] {
    visibility: collapse !important;
}

.cus-height {
    min-height: 60px !important;
}
/*#txtHspBrchAddress{height:45px;}*/
.cus-Admin-scribe {
    background-color: #fff;
    color: #06c1e0 !important;
    font-size: 1.5em !important;
    -moz-user-select: none;
    cursor: pointer;
    display: inline-block;
    font-weight: normal;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 20px !important;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    border: none !important;
    border-radius: 12px;
    margin-left: -4px;
    margin-right: -4px;
}

.scribe-btn {
    /*border: solid 1px #03c4e3;*/
    display: inline-block;
    border-radius: 12px;
}

.brd1 {
    -webkit-border-top-left-radius: 12px !important;
    -webkit-border-bottom-left-radius: 12px !important;
    -moz-border-radius-topleft: 12px !important;
    -moz-border-radius-bottomleft: 12px !important;
    border-top-left-radius: 12px !important;
    border-bottom-left-radius: 12px !important;
}

.brd2 {
    -webkit-border-top-right-radius: 12px !important;
    -webkit-border-bottom-right-radius: 12px !important;
    -moz-border-radius-topright: 12px !important;
    -moz-border-radius-bottomright: 12px !important;
    border-top-right-radius: 12px !important;
    border-bottom-right-radius: 12px !important;
}

.brd3 {
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}

.mr-2side {
    /*margin-right: -12px;*/
    margin-right: -12px;
    margin-left: -5px;
}

.mr-5 {
    margin-right: -5px;
    margin-top: 0px;
}



.mr0 {
    margin-right: 0px;
}


.cus-Admin {
    background-color: #fff;
    color: #06c1e0 !important;
    font-size: 1.5em !important;
    -moz-user-select: none;
    cursor: pointer;
    display: inline-block;
    font-weight: normal;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 20px !important;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    border: none !important;
}

.cus-QC {
    /*width: 55px !important;*/
    margin-left: -12px;
    margin-right: -5px;
    padding-left: 13px !important;
}

button.cus-Admin.cus-QC-active {
    background: #06c1e0;
    color: #fff !important;
    /*width: 55px !important;*/
    margin-left: -12px;
    margin-right: -5px;
    padding-left: 13px !important;
}

.cus-Admin:hover,
.cus-Admin:focus,
.cus-Admin:active,
.cus-Admin.active,
.open .dropdown-toggle.cus-Admin {
    background-color: #f5f5f5 !important;
    background-image: none;
    border-color: #419641;
    color: #000;
}

.cus-Admin:active,
.cus-Admin.active,
.open .dropdown-toggle.cus-Admin {
    background-image: none;
}

.brd-blue-rt {
    /*border-right: solid 1px #06c1e0 !important;*/
}

.brd-blue-lt {
    /*border-left: solid 1px #06c1e0 !important;*/
}

.cus-Scribe {
    background-color: #06c1e0;
    color: #fff !important;
    font-size: 1.5em !important;
    -moz-user-select: none;
    cursor: pointer;
    display: inline-block;
    font-weight: normal;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 20px !important;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    border: none !important;
}

    .cus-Scribe:hover,
    .cus-Scribe:focus,
    .cus-Scribe:active,
    .cus-Scribe.active,
    .open .dropdown-toggle.cus-Scribe,
    .cus-Admin:hover,
    .cus-Admin:focus,
    .cus-Admin:active,
    .cus-Admin.active,
    .open .dropdown-toggle.cus-Admin {
        background-color: #068ea4 !important;
        background-image: none;
        /*border-color: #419641;*/
        color: #fff !important;
    }

    .cus-Scribe:active,
    .cus-Scribe.active,
    .open .dropdown-toggle.cus-Scribe {
        background-image: none;
    }

.expot-excel-scribepreferncs {
    position: absolute;
    right: 8px;
    top: 15px;
}

.email-div {
    margin: 0px;
    padding: 0px;
    list-style: none;
    position: relative;
}

    .email-div li {
        border-bottom: solid 1px #ccc;
        padding-bottom: 7px;
        padding-top: 5px;
        margin-bottom: 15px;
    }

.email-div-del {
    position: absolute;
    right: 0px;
    top: 10px;
    font-size: 20px;
    color: #c03b3e;
    cursor: pointer;
}

.width170 {
    width: 172px;
    text-align: right;
    display: inline-block;
    padding-right: 5px;
    font-weight: bold;
    min-height: 25px;
}

.width100 {
    width: 122px;
    text-align: right;
    display: inline-block;
    padding-right: 5px;
    font-weight: bold;
    min-height: 25px;
}

.width120 {
    width: 110px;
    text-align: right;
    display: inline-block;
    padding-right: 5px;
    font-weight: bold;
    min-height: 25px;
}

/*.col2, .col1 {
    padding: 0px;
    margin: 0px;
}

    .col1 li, .col2 li {
        line-height: 2.5em !important;
        float: left;
        display: inline;
        pointer-events: auto;
        text-align: left;
        font-weight: normal !important;
    }

    .col1 li {
        width: 100%;
    }

    .col2 li {
        width: 50%;
    }*/

.m-data, .m-data1 {
    display: inline-block;
    line-height: 20px;
    vertical-align: text-top;
    margin-bottom: 10px;
    white-space: nowrap;
}

.m-data {
    width: 71%;
}

.m-data1 {
    width: 78%;
}

.m-data2 {
    width: 80%;
}

.phb {
    margin: 0px;
    padding: 0px;
    list-style: none;
    /*list-style: square;*/
}

    .phb li {
        margin-left: 0px;
    }

.provider-name, .Hospital-Name, .Branch-Name {
    height: 7px;
    width: 7px;
    margin-right: 5px !important;
    display: inline-block;
}

.provider-name {
    background: #0fd6eb;
}

.Hospital-Name {
    background: #efba8e;
}

.Branch-Name {
    background: #73efbb;
}

.td-nowrap {
    line-height: 22px;
    white-space: nowrap;
}

.scribe-name {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

    .scribe-name li {
        line-height: 25px;
        white-space: nowrap !important;
    }

.phb-count {
    background: #fff;
    padding: 1px 6px;
    color: #000;
    margin-left: 5px;
    border-radius: 2px;
}

.act-link a:link, .act-link a:active, .act-link a:visited {
    color: #393aea !important;
    text-decoration: underline !important;
    font-weight: bold;
}

.txt-white a:link, .txt-white a:active, .txt-white a:visited, .txt-white {
    color: #fff !important;
}

    .txt-white a:hover {
        color: #f00;
    }

.brd {
    border: solid 1px #ccc;
    border-radius: 6px;
    height: 150px !important;
    width: 150px !important;
    margin: 20px auto !important;
}

.File-size {
    color: #f00;
    margin: 0 auto 10px !important;
    font-size: 12px;
    text-align: center;
}

.upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
    cursor: pointer !important;
}

.btn-upload {
    color: #fff;
    background-color: #036c82;
    padding: 8px 10px;
    font-size: 12px;
    margin: 0 auto !important;
    cursor: pointer !important;
}

.upload-btn-wrapper input[type=file] {
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.profile-align {
    margin: 0 auto;
    text-align: center;
}

.red-del {
    color: #aa0707;
}

.successMsg, .Errormsg {
    margin: 10px auto 0px;
    padding: 10px;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 1.2em;
}

.successMsg {
    background: #dff0d8;
    color: #3c763d;
    border: solid 1px #d6e9c6;
}

.Errormsg {
    background: #f2dede;
    color: #a94442;
    border: solid 1px #ebccd1;
}

@media only screen and (max-width : 640px) {
    .brr, .brr1, .brr2, .brr3, .brr4, .brr5 {
        height: 30px !important;
        line-height: 30px !important;
        /*border: solid 1px #2a892a !important;*/
        width: 22px !important;
    }
}



.mb15 {
    margin-bottom: 15px;
}

.text-zip {
    word-wrap: break-word;
}

.mt66 {
    margin-top: 66px;
}

.pt20 {
    padding-top: 20px;
}

@media only screen and (max-width: 1024px) {
    /*.name-details {  padding-left:30px !important;   }*/

    .model-width9 {
        width: 97% !important;
    }

    .radio-btn-bg {
        padding-left: 6px !important;
    }

    .logo {
        height: 52px;
        width: 230px;
    }

    .profile-content {
        font-size: 1em;
    }
}

.well {
    margin-bottom: 0px !important;
}

.table-pading {
    padding: 8px 15px 15px 15px;
}

.min-height-100 {
    min-height: 100px !important;
}

.scribe-overflow {
    /*overflow-x: scroll;
    overflow-y: hidden;
    max-height: 140px;*/
}



@media (min-width: 320px) and (max-width: 480px) {
    .custom-border-width {
        margin: 90px auto 50px;
        width: 100% !important;
    }

    .dataTables_filter label {
        display: !important;
    }

    .hospital-btn-mob-ml5 {
        margin-left: 5px !important;
    }

    .hospital-btn-mob {
        display: inline-flex;
        margin-top: 18px !important;
        width: 100%;
    }

    .gfield_label {
        margin-top: 10px;
    }

    fieldset#SubmitForm {
        border: solid;
        display: contents;
    }

    .mobile-btn {
        margin-top: 15px !important;
        display: inline-flex;
        width: 100%;
    }

    .btn-white {
        font-size: 11px !important;
    }

    .mob-pb5 {
        margin-left: 5px !important;
    }

    .dataTables_wrapper .dataTables_paginate .paginate_button {
        padding: 5px 3px !important;
        font-size: 11px !important;
        box-sizing: inherit !important;
    }

    .dataTables_wrapper .dataTables_paginate .ellipsis {
        padding: 0 .2em;
    }

    .dataTables_wrapper .dataTables_filter input {
        margin-left: 0px !important;
    }

    .dataTables_wrapper .dataTables_filter {
        width: 59% !important;
        padding-left: 10px;
        float: left !important;
    }

    .dataTables_wrapper .dataTables_length {
        display: block !important;
        width: 41% !important;
        float: right !important;
        padding-top: 31px;
    }

    #tbldepartment_filter input, .dataTables_filter input {
        width: 100% !important;
    }

    .table-pading {
        padding: 0px;
    }

    .dataTables_filter > label {
        width: 100% !important;
    }
}

.table-tr-5 > thead > tr {
    height: 60px;
}

.brd-rt-none {
    border-right: none !important;
}

.brd-lt-none {
    /*border-left: none !important;*/
}

.Primary-Scribe {
    position: relative !important;
}

    .Primary-Scribe:before {
        content: "Preference1";
        position: absolute;
        width: 263px;
        max-width: 280px;
        text-align: center;
        top: 0px;
        left: 0;
        border-bottom: solid 1px #fff;
        background: #036c82;
        height: 25px;
        line-height: 25px;
    }

.vtal {
    vertical-align: top !important;
}

.vtal-bottom {
    vertical-align: bottom !important;
}

.custom-brd1 {
    padding: 6px 8px !important;
    border: solid 1px #083967 !important;
}

.custom-scroll-scribe {
    height: 350px;
    overflow: scroll !important;
}

.cus-width {
    width: 300px !important;
}

.color-red {
    color: #f00 !important;
    font-size: 18px;
}

.pr10 {
    padding-right: 10px !important;
}

.scribe-list li {
    padding: 5px;
    width: 100%;
    display: block;
    text-transform: uppercase;
}


    .scribe-list li a:link, .scribe-list li a:active, .scribe-list li a:visited {
        color: #000 !important;
        background: #ccc;
        border: solid 1px #216bb1;
        padding: 10px;
        display: block;
        border-radius: 6px;
    }

    .scribe-list li a:hover {
        color: #fff !important;
        background: #0683a3;
        /*background:#126935;*/
    }

.custom-border-width {
    margin: 90px auto 50px;
    width: 480px;
}

.ui-datepicker {
    z-index: 10000 !important; /* has to be larger than 1050 */
    width: 23em;
}

.wt {
    white-space: nowrap !important;
}

.min190 {
    min-height: 190px;
}

.w-150 {
    width: 150px;
}

.w-190 {
    width: 190px !important;
}

.w-100 {
    width: 100px;
}
/*akshatha*/
.btn-top {
    margin-top: 24px;
}
/*.tableBodyScroll1 tbody {
  display: block;
  max-height: 200px;
  overflow-y: auto;
}

.tableBodyScroll1 thead,
tbody tr {
  display: table;
  width: 100%;
  table-layout: fixed;
}*/
.grid-text {
    width: 350px !important;
    word-break: keep-all !important;
    white-space: pre-line !important;
    display: block;
}
/*akshatha*/
.cus-tab tbody tr td:first-child {
    width: 79px !important;
}

.cus-tab tbody tr td:nth-child(2) {
    width: 177px !important;
}

.cus-tab tbody tr td:nth-child(3) {
    width: 156px !important;
}

.cus-tab tbody tr td:nth-child(4) {
    width: 118px !important;
}

.search {
    position: absolute;
    right: 10px;
    top: 10px;
}

.searchlink:hover, .searchlink.open {
    cursor: pointer;
    border-bottom: 3px solid #17d9fc;
}

.searchform {
    background: #fff none repeat scroll 0 0;
    border: medium none;
    border-radius: 5px;
    color: #63717f;
    display: none;
    font-size: 10pt;
    height: 33px;
    left: -137px;
    position: absolute;
    top: 74px;
    width: 250px;
}

.searchform1 {
    top: 54px !important;
    left: -203px;
}

.searchlink.open .searchform {
    display: block;
}

.excel-size {
    font-size: 18px;
    color: #1f6f42;
    float: left;
    margin-left: 15px;
}

.pdf-size {
    font-size: 18px;
    color: red;
    float: left;
    margin-left: 15px;
}

.img-container {
    border: solid 1px #f00;
    margin: 20px auto;
    text-align: center;
}

.m15 {
    margin: 15px 15px 0px 15px;
}

.Implementation {
    position: relative;
    background-image: url('Images/iwb.png');
    width: 277px;
    height: 38px;
}

.Provider {
    position: relative;
    background-image: url('Images/Provider.png');
    width: 223px;
    height: 38px;
}
/*.Implementation::before {
            position: absolute;
            left: 0px;
            top: 0px;
            background-image: url('Images/Implementation_Workbook_btn.png');
        }*/
.fileupload {
    overflow: hidden;
    width: 100% !important;
    font-size: 12px !important;
}

.search_icon {
    height: 43px;
    width: 60px;
    float: right;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFF;
    padding-top: 0;
    margin-top: 0;
    margin-right: -6px;
    font-size: 20px;
    background-color: #07435D;
}

.profile-content-2-line {
    padding-top: 24px !important;
}

#webApplicantXmlLoggerList tbody tr td .download-files {
    background: #216bb1 !important;
    float: left;
    margin-top: 0px !important;
    padding: 6px 8px;
    margin-right: 2px !important;
}

.download-files a:link, .download-files a:active, .download-files a:visited {
    color: #fff;
    text-decoration: none;
}

#webApplicantXmlLoggerList tbody tr td .FilePath {
    display: table-header-group;
}

    #webApplicantXmlLoggerList tbody tr td .FilePath a:link, #webApplicantXmlLoggerList tbody tr td .FilePath a:active, #webApplicantXmlLoggerList tbody tr td .FilePath a:visited {
        display: flex;
        text-decoration: none;
        background: #c7bfbf;
        padding: 6px;
        border-radius: 2px;
        margin-bottom: 3px;
        color: #353535 !important;
        min-width: 200px;
    }

    #webApplicantXmlLoggerList tbody tr td .FilePath a:hover {
        background: #216bb1;
        color: #fff !important;
    }

.mt5 {
    margin-top: 5px !important;
}

.table-hover-blue tbody tr:hover {
    background: #B7F2FB !important;
}

.pdf-ico {
    left: 4px;
    position: absolute;
    font-size: 14px;
    top: 0px;
    color: #f00;
}

.PDF-only {
    color: #353535;
    position: absolute;
    right: 20px;
    top: 38px;
    background: #fff;
    padding: 2px 6px;
    border-radius: 4px;
    min-width: 85px;
    text-align: right;
}

.check-green {
    color: #3f7b31 !important;
    font-size: 14px;
}

.limheight3 {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    width: 100%;
    display: flex;
    margin: 0px !important;
    padding: 0px;
}

    .limheight3 li {
        display: inline-block;
        background: #fff;
        padding: 8px;
        width: 33%;
        margin-right: 15px;
        border-radius: 4px;
        border: solid 1px #ccc;
        margin-bottom: 15px;
    }

        .limheight3 li:last-child {
            margin-right: 0px;
        }

.limheight50 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    width: 100%;
    display: flex;
    margin: 0px;
    padding: 0px;
}

    .limheight50 li {
        display: inline-block;
        /*background: #fff;*/
        /*padding: 8px;*/
        padding: 8px;
        width: 50%;
        margin-right: 15px;
        border-radius: 4px;
        border: solid 1px #ccc;
        margin-bottom: 15px;
        word-wrap: break-word;

background: #e6e6e6; /* Old browsers */
background: -moz-linear-gradient(left,  #e6e6e6 1%, #e6e6e6 38%, #ffffff 38%, #ffffff 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #e6e6e6 1%,#e6e6e6 38%,#ffffff 38%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #e6e6e6 1%,#e6e6e6 38%,#ffffff 38%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e6e6', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */

    }

        .limheight50 li:last-child {
            margin-right: 5px;
        }
        .limheight100 {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    width: 100%;
    display: flex;
    margin: 0px;
    padding: 0px;
}

/*.name-details {  padding-left:90px;}*/

/*.limheight100 li { 
    display: inline-block; 
    background: #fff;  
    padding: 8px; 
    width: 100%; 
    margin-right: 5px; 
    border-radius: 4px; 
    border: solid 1px #ccc; 
    margin-bottom: 15px;
    background: #e6e6e6;*/      /* Old browsers */
    /*background: -moz-linear-gradient(left,  #e6e6e6 1%, #e6e6e6 38%, #ffffff 38%, #ffffff 100%);*/      /* FF3.6-15 */
    /*background: -webkit-linear-gradient(left,  #e6e6e6 1%,#e6e6e6 38%,#ffffff 38%,#ffffff 100%);*/      /* Chrome10-25,Safari5.1-6 */
    /*background: linear-gradient(to right,  #e6e6e6 1%,#e6e6e6 38%,#ffffff 38%,#ffffff 100%);*/          /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e6e6', endColorstr='#ffffff',GradientType=1 );*/    /* IE6-9 */
/*}*/

.H-B-D-wrapper{background:#fff; border:solid 10px #1275ae}
.H-B-D-wrapper-inner{background: #f2f2f2; /*padding: 15px;*/     padding: 15px 5px 0px 15px; border:solid 1px #ccc; border-radius:4px; }
.H-B-D-wrapper-inner1{background: #f2f2f2;    padding: 15px;  padding-bottom:15px;   margin-bottom: 15px; width:101%; border:solid 1px #ccc; border-radius:4px;}
.H-B-D-wrapper-txt {color:#fff !important; margin-bottom: 0px !important; background:#07435d; padding: 7px 12px; display: inline-block; border: solid 1px #ccc; font-size: 17px !important; margin-top:15px;
-webkit-border-top-left-radius: 4px; -webkit-border-top-right-radius: 4px; -moz-border-radius-topleft: 4px; -moz-border-radius-topright: 4px;
border-top-left-radius: 4px; border-top-right-radius: 4px;}
.Hardware-Information{background:#fff; border:solid 1px #ccc; margin-left:15px; margin-right:15px;}
.Hardware-Information-header{background:#0ba7c0}
.Hardware-Information-info{font-size:16px; padding:8px 0px; margin-bottom:10px; color:#fff}
.gray-bg{background: #e6e6e6;  font-weight: bold; padding-left: 10px; padding-right: 10px; display: block; width: 230px; padding-top: 10px; line-height: 16px;}
.brd-gray{border:solid 1px #d3d3d3; border-radius:6px !important; margin-bottom:15px;}
.Facilitylocation-brd { /*min-height: 27px; margin: 5px 10px;*/  color: #5e5e5e;  position: relative}
.width70{width:70%;  background:#fff !important;}
.pb8{padding-bottom:8px;}
.trgrye{background:#e6e6e6; border-bottom: solid 1px #ccc;}
.tdwhite{background:#fff !important;}
.d-blue-txt{color:#1275ae !important; }
.d-blue{background:#1275ae !important;}
.yescls,.nocls,.completed,.pending{ background: #f9f9f9;  border:solid 1px #e6e6e6; padding: 0px 10px; display: inline-block; line-height: 25px;  border-radius: 5px; min-width:38px; text-align:center}
.yescls{color:#2a6901}
.nocls{color:#f00; }
.yescls:before,.nocls:before{font-family: FontAwesome;  position: absolute;  left: 45px;  top: -3px;  font-size: 20px;}
.yescls:before{ content: "\f00c"; }
.nocls:before{ content: "\f00d"; }
.pr0{padding-right:0px !important;}
.pl0{padding-left:0px !important;}
/*.name{background: #e6e6e6;
    padding: 8px;
    margin-left: 0px;
    width: 144px !important;
    display: inline-block !important;
    word-break: break-word;
    margin-right: 2px;}*/ 
/*.brd55{border:solid 1px #ccc !important; padding-left:15px;}*/
 .bg-blue-custom{    background: #fff;
    border-radius: 3px;
    margin-right: 5px;
    padding: 5px 10px 0px 10px!important; border:solid 1px #ccc;
}

 
.name {
        background: #e6e6e6;
    display: block;
    word-break: break-word;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    width: 100% !important;
    padding: 5px 5px 5px 5px;
    margin-bottom: 5px;
} 

.limheight100 li {
    background : #fff;
    display: inline-block;
    padding: 0px 0px 5px 0px;
    width: 100% !important;
    margin-right: 10px;
    border-radius: 4px;
    border: solid 1px #ccc;
    margin-bottom: 15px;
    min-height: 55px !important;
}
.limheight100 p {
    
    margin: 5px;
   
}

.lim-width {
    width: 50% !important;
}
/*Akshatha*/
.remcls:first-child{margin-top:3px;}
/*#txtImpMgrNameUpdate{pointer-events: none;
cursor: default;}*/
.remcls{background: #ccc;
    /* padding: 10px; */
    padding: 5px 10px 10px 10px;
    color: #000;
    border-bottom: solid 1px #fff;
    min-height: 28px; position:relative; pointer-events: none;
cursor: default;}
 .remcls-link{position:relative;}
    .remcls-link:before {
        content: "\f014";
        font-family: FontAwesome;
        display: inline-block;
        padding-right: 3px;
        vertical-align: middle;
        position: absolute;
        right: 6px;
        color: #f00;
        font-size: 1.2em;     cursor: pointer !important;
    z-index: 99999999 !important;     top: -29px;
    } 

    .addwork {
background-color: #C11113;

}
@keyframes glowing {
0% { background-color: #C11113; box-shadow: 0 0 5px #C11113; }
50% { background-color: #E52C36; box-shadow: 0 0 20px #E52C36; }
100% { background-color: #C11113; box-shadow: 0 0 5px #C11113; }
}
.addwork {
animation: glowing 1300ms infinite;
}
.file-count-cus{position: absolute; top: 12px; width: 108px !important; right: 10px; padding: 17px 10px; font-size: 12px !important; line-height: 2px !important;}
.btn-remove-font {color:#5cb85c !important;}
.btn-remove-font:hover,.btn-remove-font:focus,.btn-remove-font:active,.btn-remove-font.active,.open .dropdown-toggle.btn-remove-font, .btn-remove-font:active,
.btn-remove-font.active, .open .dropdown-toggle.btn-remove-font { color:#449d44 !important;}

.edit-buttons a{position:absolute; right:30px; top:5px; color:#346841}
.edit-buttons1 a{position:absolute; right:10px;  top:5px; color:#f00}
.table-fbg tbody tr td:first-child{background:#1f82ab; color:#fff;}
.scribeneme-td{white-space:nowrap}
.Preference_Primary, .relative {
    position: relative;
    
}
.mt-34 {
    margin-top: -34px;
}
.Preference_Primary:before {
    content: 'Primary Scribe';
    display: block;
    position: absolute;
    right: 0px;
    top: 0px;
    background: #1f82ab;
    border-bottom: solid 1px #fff !important;
    border-left: solid 1px #fff;
    width: 120px;
    line-height: 26px;
    height: 26px;
    padding-left: 10px;
}
.Preference_Primary:after{  
        content: 'Secondary Scribe';
    display: block;
   background:#1f82ab;
    position: absolute;
    right: 0px;
    top: 26px;
         width:120px;
    border-left:solid 1px #fff; line-height:26px;
        padding-left:10px;
}
.wer{background:#036d85 !important;}
td.Preference_Primary.wer.sorting_1.sorting_2,.wer  {
    /*background: #036d85 !important;*/ line-height:10px; height:30px; /*position:relative;*/

background: #036d85; /* Old browsers */
background: -moz-linear-gradient(left,  #036d85 0%, #036d85 50%, #1f82ab 50%, #7db9e8 100%) !important; /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #036d85 0%,#036d85 50%,#1f82ab 50%,#7db9e8 100%) !important; /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #036d85 0%,#036d85 50%,#1f82ab 50%,#7db9e8 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#036d85', endColorstr='#7db9e8',GradientType=1 ) !important; /* IE6-9 */

width:200px !important;
height:40px;
}

.table-mar thead tr th{background:#cccccc; color:#000; padding-left:-5px !important; text-align:left}
.table-mar thead tr th:first-child,.table-mar tbody tr td:first-child{background:#038db4; color:#fff; font-weight:bold}
.marhe31{height:31px !important;}


 /***css by manjula ends***/