/* popup_box DIV-Styles*/

.popup_box {
    display: none; /* Hide the DIV */
    position: fixed;
    _position: absolute; /* hack for internet explorer 6 */
    max-height: 365px;
    width: 1000px;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: 100; /* Layering ( on-top of others), if you have lots of layers: I just maximized, you can change it yourself */
    background: #FFFFFF;
    border: 1px solid #c1c1c1;
    padding-bottom: 10px;
    font-size: 12px;
    -moz-box-shadow: 0 0 5px #666;
    -webkit-box-shadow: 0 0 5px #666;
    box-shadow: 0 0 5px #666;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    overflow-y: auto;
    overflow-x: hidden;
}

.popup_box_reg {
    max-height: 500px !important;
}

.popup_box_NewPatient {
    display: none; /* Hide the DIV */
    position: fixed;
    _position: absolute; /* hack for internet explorer 6 */
    height: 780px;
    width: 835px;
    background: #FFFFFF;
    left: 100px;
    top: 20px;
    z-index: 100; /* Layering ( on-top of others), if you have lots of layers: I just maximized, you can change it yourself */
    margin-left: 105px;
    border: 1px solid #c1c1c1;
    padding: 5px;
    font-size: 12px;
    -moz-box-shadow: 0 0 5px #666;
    -webkit-box-shadow: 0 0 5px #666;
    box-shadow: 0 0 5px #666;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.popup_box-2 {
    display: none; /* Hide the DIV */
    position: fixed;
    _position: absolute; /* hack for internet explorer 6 */
    max-height: 590px;
    max-width: 1100px;
    width: 95%;
    background: #FFFFFF;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 10000; /* Layering ( on-top of others), if you have lots of layers: I just maximized, you can change it yourself */
    /*margin-left: 185px;*/
    border: 1px solid #c1c1c1;
    padding: 0px;
    font-size: 13px;
    margin: auto;
    -moz-box-shadow: 0 0 5px #666;
    -webkit-box-shadow: 0 0 5px #666;
    box-shadow: 0 0 5px #666;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    overflow-x: scroll;
}

.container {
    background: #f7f7f7;
    /*background: #dfe5e9;*/
    /*Sample*/
    width: 100%;
    height: 100%;
}

/* This is for the positioning of the Close Link */
.popupBoxClose {
    font-size: 20px;
    line-height: 15px;
    right: 5px;
    top: 5px;
    position: absolute;
    color: #6fa5e2;
    font-weight: 500;
}

.Show {
    display: block;
}

.Hide {
    display: none;
}

.border-below {
    width: 100%;
    height: 1px;
    background-color: #ccc;
    margin: 8px 0;
}
/* popup_box DIV-Styles Starts Here.*/

/* author: Vinay Pal 06/25/2013 */


#backgroundPopup {
    z-index: 2;
    position: fixed;
    display: none;
    height: 100%;
    width: 100%;
    background: #000;
    top: 0px;
    left: 0px;
    opacity: 0.7;
    filter: Alpha(opacity=70); /* IE8 and earlier */
}

.backgroundPopupToBigger {
    z-index: 4;
    position: fixed;
    display: none;
    height: 100%;
    width: 100%;
    background: #fff;
    top: 0px;
    left: 0px;
    opacity: 0.5;
    filter: Alpha(opacity=50); /* IE8 and earlier */
}

#toPopup {
    background: none repeat scroll 0 0 #f0f0f0;
    border: 1px solid #c1c1c1;
    border-radius: 3px 3px 3px 3px;
    color: #333333;
    display: none;
    font-size: 14px;
    left: 50%;
    margin-left: -402px;
    position: fixed;
    top: 20%;
    width: 300px;
    width: 260px\9;
    padding: 5px\9;
    z-index: 3;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    text-align: left;
    line-height: 23px;
    box-shadow: 0px 0px 10px #999;
    height: 125px;
    padding: 10px;
}

html[data-useragent*='MSIE 10.0'] #toPopup {
    width: 260px;
}

#toBigSizePopup {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #777;
    border-radius: 3px 3px 3px 3px;
    color: #777;
    display: none;
    font-size: 13px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 95%;
    max-width: 1000px;
    float: left;
    left: 5px;
    z-index: 1111;
    height: 600px;
    overflow: auto;
}

#toMediumSizePopup {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #777;
    border-radius: 3px 3px 3px 3px;
    color: #777;
    font-size: 13px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 600px;
    max-width: 1000px;
    float: left;
    left: 5px;
    z-index: 1111;
    height: 350px;
    overflow: auto;
}

div.loader {
    background: url('../Images/loader-3.gif') no-repeat;
    width: 96px;
    height: 120px;
    display: none;
    z-index: 10007;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: fixed;
    margin: auto;

}

.loader-container {
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    opacity: 0.5;
    z-index: 998;
    height: 100%;
    width: 100%;
}

 div.close {
    background: url('../Images/close.png') no-repeat scroll 0 0 transparent;
    bottom: 24px;
    cursor: pointer;
    float: right;
    height: 35px;
    left: 27px;
    position: relative;
    width: 28px;
}

div.close-pop {
    background: url("../Images/close.png") no-repeat scroll 0 0 transparent;
    bottom: -13px;
    cursor: pointer;
    float: right;
    height: 35px;
    left: -3px;
    position: relative;
    width: 28px;
}

.uni-close {
    background: url('../Images/closebox.png') no-repeat scroll 0 0 transparent;
    bottom: 24px;
    cursor: pointer;
    float: right;
    height: 30px;
    left: 27px;
    position: relative;
    width: 30px;
}

span.ecs_tooltip {
    background: none repeat scroll 0 0 #000000;
    border-radius: 2px 2px 2px 2px;
    color: #FFFFFF;
    display: none;
    font-size: 11px;
    height: 16px;
    opacity: 0.7;
    padding: 4px 3px 2px 5px;
    position: absolute;
    right: -62px;
    text-align: center;
    top: -51px;
    width: 93px;
}

span.arrow {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 7px solid #000000;
    display: block;
    height: 1px;
    left: 40px;
    position: relative;
    top: 3px;
    width: 1px;
}

.popup_content {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    overflow: auto;
    padding: 0;
    position: relative;
    width: 100%;
    height: 200px;
    padding: 10px;
    overflow: auto;
}

.popup_content_add_Apptype {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    overflow: auto;
    padding: 0;
    position: relative;
    width: 100%;
    max-height: 300px;
    padding: 10px;
    overflow: auto;
}

#divImageModalPopUp {
    width: 100%;
}

.popup_content-2 {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    overflow: auto;
    position: relative;
    height: 598px;
    overflow-x: hidden;
    border-radius: 5px;
}

#divPTPersonalInfo {
    margin: .5em 2px;
}
/*End here */

.abbas-task-baloon {
    display: none;
    border: 10px solid #fff;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    position: fixed;
    bottom: 5px;
    right: 5px;
    z-index: 99999;
    background-color: #f1ffda;
    color: #1d1c1c;
    box-shadow: -2px -2px 5px #808080;
    -moz-box-shadow: -2px -2px 5px #808080;
    -webkit-box-shadow: -2px -2px 5px #808080;
    height: 120px;
    width: 250px;
}

.pop-emr-btn {
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #e0e0e0 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #e0e0e0)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%, #e0e0e0 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%, #e0e0e0 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%, #e0e0e0 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 0%, #e0e0e0 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e0e0e0', GradientType=0 ); /* IE6-9 */
    border: 1px solid #adadad;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    vertical-align: middle;
    padding: 4px 20px;
    color: #666;
    font-size: 12px;
    margin-top: 10px;
}

.popup-box-btn {
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #e0e0e0 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #e0e0e0)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%, #e0e0e0 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%, #e0e0e0 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%, #e0e0e0 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 0%, #e0e0e0 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e0e0e0', GradientType=0 ); /* IE6-9 */
    border: 1px solid #adadad;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    vertical-align: middle;
    padding: 4px 20px;
    color: #333;
    line-height: 35px;
    line-height: 20px \9;
    font-size: 11px;
    margin-top: 10px;
}
/************** Styles for balloon pop up*****************/

.bln_Top {
    padding: 0 !important;
}

.bln_Bottom {
    background: #f0f0f0 !important;
    border-color: rgba(0, 0, 0, 0.2);
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    display: table;
    padding: 10px 0;
    width: 100%;
}

    .bln_Bottom > a {
        color: #666666;
        text-decoration: none;
        background: none repeat scroll 0 0 #F8F8F8;
        border: 1px solid #C6C6C6;
        border-radius: 2px;
        display: inline-block;
        line-height: 28px;
        padding: 0 12px;
        margin-left: 5px;
        margin-right: 5px;
        float: left;
        cursor: pointer !important;
    }

        .bln_Bottom > a:hover {
            background: #666;
            color: #fff !important;
        }

    .bln_Bottom a + a {
        float: right;
    }
/* set width for baloon tool tip */
.lgn-panel {
    width: 286px;
    height: auto;
    position: absolute;
    right: 52px;
    background: #fff;
    border: 1px solid rgb(119, 119, 119);
    box-shadow: 0 0 10px #7e7e7e;
    border: 1px solid #ccc;
    margin: 5px -55px 0 0;
    display: block;
    visibility: visible;
}

.lgn-pane-invent {
    right: 229px !important;
}

.lgn-panel-wrapp {
    min-width: 250px;
    height: auto;
    float: left;
    display: block;
    padding: 10px
}

.lgn-panel-img {
    width: 80px;
    float: left;
}

    .lgn-panel-img img {
        border: 1px solid #c1c1c1 !important;
    }

.lgn-panel-text {
    min-width: 100px;
    float: left;
    white-space: nowrap;
}

.header-all {
    height: 38px;
    color: #fff;
    background: #7bbbbc;
    width: 100%;
    line-height: 37px;
    padding-left: 1%;
    font-weight: bold;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.header-all-lookup {
    position: relative;
    z-index: 10001;
    top: -36px;
}

.data_lookup {
    margin: 0px auto;
    width: 93%;
}

    .data_lookup ul li:nth-child(1) {
        text-align: right;
        width: 25%;
    }

    .data_lookup ul li:nth-child(2) {
        margin-left: 20px;
    }

    .data_lookup ul li input[type="text"] {
        height: 23px;
        width: 86%;
    }

.divAppointmentType_Dropdown {
    height: 30px;
    width: 63%;
}

.popUp-Block-Text {
    display: block;
}


.inline {
    display: inline;
    margin-left: 40px;
}

.insurance-info-edit legend {
    margin-bottom: 5px;
}

.insurance-info-edit .row {
    padding: 0px;
    margin: 0px;
}

.insurance-info-edit #txtAddressINC, #txtAddressINCSec, #ddlTitleOrSuffixSec, #ddlTitleOrSuffix, #txtAddressINCTer, #ddlTitleOrSuffixTer {
    margin-top: 7px;
    margin-bottom: 7px;
}

.insurance-info-edit .left-info {
    margin: 0px;
}

.insurance-info-edit fieldset:first-of-type {
    max-height: 120px;
}

.insurance-info-edit label {
    max-height: 30px;
    margin: 0px;
}