/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Apr 23, 2015, 9:31:04 AM
    Author     : ahmer.shahbaz
*/

/*Login screen styles override*/
.login-box {
    background: transparent !important; //none repeat scroll 0 0 #444444 !important; /*theme default = none repeat scroll 0 0 #444444*/
    color: whtie !important; //#999999 #important;  /*theme default = #999999*/
    z-index: 10;
    margin: 2% auto;
}

.login-box .login-form .login-btn-box a, .login-box .forgot-pass-box .login-btn-box a{
    color: #EEEEEE;
}
.login-box .login-form .login-btn-box a:hover, .login-box .forgot-pass-box .login-btn-box a:hover{
    color: white;
}

.login-box .login-form input, .login-box .forgot-pass-box input {
    background: transparent !important; //none repeat scroll 0 0 #565656 !important;  /*theme default = none repeat scroll 0 0 #565656*/
    border: 1px solid #565656 !important;  /*theme default = 1px solid #565656*/
    color: white !important;  /*theme default = #999999*/
}
.login-content h3{
    color: white !important;
}
.login-box .login-form .input-group-addon, .login-box .forgot-pass-box .input-group-addon{
    color: white !important;
    background: transparent;
}

.ls-dark-btn{
    color: #DDDDDD;
}

.login-box .login-form *::-webkit-input-placeholder, .login-box .forgot-pass-box *::-webkit-input-placeholder {
   color: #DDDCCC !important;
}

.login-box .login-form *:-moz-placeholder, .login-box .forgot-pass-box *:-moz-placeholder { /* Firefox 18- */
   color: #DDDCCC !important;  
}

.login-box .login-form *::-moz-placeholder, .login-box .forgot-pass-box *::-moz-placeholder {  /* Firefox 19+ */
   color: #DDDCCC !important;  
}

.login-box .login-form *:-ms-input-placeholder, .login-box .forgot-pass-box *:-ms-input-placeholder {  
   color: #DDDCCC !important;  
}

.loginErrorMsg{
    text-align: center;
    color: white;
    border: 2px solid red;
    display: none;
    padding: 5px;
}
#errorContainer{
    margin-top: 10px;
    min-height: 45px;
}
#forgotPswSpaceFiller{
    margin-bottom: 41%;
}

.red-color .menu-control a:hover{
    color: yellow !important;
}
.navigation a h1{
    text-transform: none !important;
}
.login-screen-with-background{
    /*background-image: url('/bundles/app/images/backgrounds/shutterstock_147068921.jpg');
    background-repeat: repeat;*/
}
/*Login screen styles override*/

.forgotEmailSent-box {
    background: #444444 none repeat scroll 0 0;
    color: white;//#999999;
    margin: 17% auto;
    padding: 40px 70px;
    position: relative;
    z-index: 10;
    text-align: center;
    min-width: 500px;
}

.resetPasswordbox {
    /*
    background: #999999 none repeat scroll 0 0;
    color: white;//#999999;
    margin: 12% auto;
    padding: 40px 390px;
    position: relative;
    z-index: 10;
    text-align: center;
    min-width: 500px;
    */
    background: #444444 none repeat scroll 0 0;
    color: #999999;
    margin: 13% auto;
    padding: 20px 30px 20px 20px;
    position: relative;
    width: 430px;
    z-index: 1;
}
.resetPasswordbox .form-control{
    color: white;
}

.panel .navigation{
    padding: 4px;
}
.pagination{
    margin: 0 !important;
    float: right;
}
.navigation .count{
    display: inline;
}
.pagination a{
    //color: yellow;
}
.first{

}
.previous{

}
.page{

}
.current{

}
.next{

}
.last{

}

.loggedInUserName{
    font-size: 24px;
}
.loggedInUserRole{
    font-size: 14px;
}
.copy-right{
    position: static !important;
    //z-index: 5;
}
div[id*='ToggleContainer']{
    cursor: pointer;
}

#search-button{
    text-align: right;
    /*margin: 10px 0 16px;*/
}
.search-button{
/*    background-color: #aaa;
    color: #fff;*/
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 8px;
    padding: 6px 10px;
    text-align: center;
    width: 200px;
    text-decoration: none;
}
a.search-button:hover {
    /*background-color: #e8e8e8;*/
    /*border: 1px solid black;*/
    /*color: black;*/
    text-decoration: none;
}

.reset-button{
/*    background-color: #aaa;
    color: #fff;*/
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 8px;
    padding: 8px 10px;
    text-align: center;
    width: 200px;
    text-decoration: none;
}
a.reset-button:hover {
    /*background-color: #e8e8e8;*/
    /*border: 1px solid black;*/
    /*color: black;*/
    text-decoration: none;
}

.requiredFieldsText{
    float: right;
    vertical-align: top;
    padding-top: 38px;
    padding-right: 6px;
    font-size: 12px;
    color: red;
}

.form-error{
    color: red;
    text-align: left;
    font-size: 14px;
    padding-bottom: 5px;
}
.error{
    color: red;
}

table.table{
    /*table-layout: fixed;*/
    /*word-break: keep-all;*/    /*keeps words but breaks table widths and expands table; break-all;*/
    /*table-layout:fixed !important;*/
}
table.table td{
    overflow: hidden !important;
    /*white-space: nowrap !important;*/
    text-overflow: ellipsis !important;
}

.domainInHeader{
    display: inline;
    font-size: 24px;
    padding-left: 50px;    
    text-decoration: none;
    color: #f2f2f2;
}
.domainInHeader:hover{
    color: #f2f2f2;
    text-decoration: none;
}

tr.even{
    background: #f7f7f7 none repeat scroll 0 0;
}
tr.odd{
    background: #819FF7 none repeat scroll 0 0;
}
/*
#patientInformationTab{display:none;}
#patientInformationTab:target{display:block;}
#referredFromListTab{display:none;}
#referredFromListTab:target{display:block;}
#referredToListTab{display:none;}
#referredToListTab:target{display:block;}
#ledgersListTab{display:none;}
#ledgersListTab:target{display:block;}
#appointmentsListTab{display:none;}
#appointmentsListTab:target{display:block;}*/

.viewRelatedContainer{
    position: absolute; 
    top: 0px; 
    right: 0px;
    width: 215px; 
    z-index: 10;
}
#viewRelatedIcon{
    display: none;
    padding-top: 4px;
    height: 34px;
    width: 31px;
    cursor: pointer;
    font-size: 20px;
    text-align: center;
    background: #ff7878 none repeat scroll 0 0;
    float: right;
}
.viewRelatedBody{
    z-index: 12;
    width: 199px;
    /*border-radius: 24px 0px 0px 24px;*/
}
.viewRelatedBody > li{
    border-bottom: none !important;
    border-top: none !important;
}
.viewRelatedBody > li a{
    /*border-radius: 24px 0px 0px 24px;*/
}
ul.viewRelatedBody.mainNav.active li a i{
    padding-left: 0px;
}
ul.viewRelatedBody.mainNav.active li a span, ul.viewRelatedBody.mainNav.active li a b{
    display: inline-block;
}
ul.viewRelatedBody.mainNav.active ul{
    left: 0px;
    width: 199px;
    position: relative;
}
ul.viewRelatedBody.mainNav.active > li:hover, ul.viewRelatedBody.mainNav.active > li.check{
    width: 199px;
    /*border-radius: 24px 0px 0px 24px;*/
}
.viewRelatedHeading{
    height: 38px;
    padding-top: 13px !important;
}

.pictureTitle{
    text-align: left;
    width: 100%;
    font-weight: bold;
    display: inline-grid;
    /*margin: 10px 0 10px 10px;*/
}
.pictureButton{
    margin-bottom: 10px;
}

#centerImageContainer img{
    margin-left: auto;
    margin-right: auto;
}

#biggerThumbsContainer{
    padding: 5px; 
    top: 3px; 
    position: absolute;
    z-index: 100;
}
.imgthumbnail{
    margin-bottom: 3px;
}

.ptInfoPicture{
    background: #f9f9f9 none repeat scroll 0 0;
    /*float: right;*/
    /*position: absolute;*/
    /*left: 55%;*/
    height: 180px;
    width: 184px;
/*    top: 201px;
    z-index: 10;*/
    
}
.ptInfoPicture img{
    /*width: 169px;*/
    height: auto;
    left: 0%;
    top: 0%;
    /*float: right;*/
}
.pictureBatchInfo{
    left: 3px;
    position: absolute;
    top: 3px;
    z-index: 100;
    display: none;
    border: 3px solid #ddd;
    width: 210px;
}
.pictureBatchInfoPrintable{
    margin: 0 auto;
    table-layout: fixed;
    top: 3%;
    border: 3px solid #ddd;
    width: 640px;
}
.pictureBatchInfoDownloadable{
    margin: 0 auto; 
    table-layout: fixed; 
    top: -10px; 
    width: 640px;
}

#printablePicture{
    display: none;
}
#downloadablePicture{
    display: none;
}


.mail-navigation .ptInfoTab{
    width: 170px;
}
.ptInfoMediumTab{
    width: 150px !important;
}
.ptInfoSmallTab{
    width: 110px !important;
}

.mail-navigation li a:hover i.fa{
    /*transition: all 200ms linear 0s;*/
    /*-webkit-transition: all 200ms linear 0s;*/
}

.mail-navigation li a i.fa {
    color: #ff7878;
    display: block;
    font-size: 20px; /*28px;*/
    line-height: 30px; /*60px;*/
    transition: all 200ms linear 0s;
}

#main-content{
    /*min-height: 700px;*/
}

.recordCount{
    float: left;
}
.patientDetailList{
    width: 81%;
    /*min-width: 880px;*/
}

#left-navigation .user-image img {
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 0%;
    overflow: hidden;
}
#left-navigation .user-image {
    height: 80px;
    margin: 10px auto;
    position: relative;
    width: 190px;
    /*background-color: white;*/
    text-align: center;
}
#left-navigation.active .user-image{
    height: 20px;
}

/* ********************************************* */
/* The loading screen */

#loading {
width: 280px;
height: 177px;

background: url(/bundles/app/images/ajax-bg.png);

position: fixed;
z-index: 999;

top: 50%;
left: 50%;

margin-top: -88.5px;
margin-left: -140px;

text-align: center;
}

#loading:after {
display: block;

height: 16px;
width: 16px;

position: absolute;
left: 52%;
top: 78px;

margin-left: -16px;
margin-top: -16px;

background: url(/bundles/app/images/ajax-loader.gif);

content: ' ';
}

#loading-overlay {
position: fixed;

top: 0;
bottom: 0;
left: 0;
right: 0;

background: rgba(0,0,0,0.5);
background: -webkit-radial-gradient(50% 50% , ellipse closest-corner, rgba(0, 0, 0, 0.3) 1%, rgba(0, 0, 0, 0.725) 100%) repeat scroll 0 0 transparent;
background: -moz-radial-gradient(50% 50% , ellipse closest-corner, rgba(0, 0, 0, 0.3) 1%, rgba(0, 0, 0, 0.725) 100%) repeat scroll 0 0 transparent;
background: -o-radial-gradient(50% 50% , ellipse closest-corner, rgba(0, 0, 0, 0.3) 1%, rgba(0, 0, 0, 0.725) 100%) repeat scroll 0 0 transparent;
background: -ms-radial-gradient(50% 50% , ellipse closest-corner, rgba(0, 0, 0, 0.3) 1%, rgba(0, 0, 0, 0.725) 100%) repeat scroll 0 0 transparent;
background: radial-gradient(50% 50% , ellipse closest-corner, rgba(0, 0, 0, 0.3) 1%, rgba(0, 0, 0, 0.725) 100%) repeat scroll 0 0 transparent;

z-index: 998;
}

#loading span {
display: inline-block;

position: relative;
top: 123px;
}

.sign-out:hover{
    color: #ff7878;
}
.header-logo h1:hover{
    color: #ff7878;
}
.red-color .sign-out:hover{
    color: yellow !important;
}
.red-color .header-logo h1:hover{
    color: yellow !important;
}


.deg45 {
    background-color: lightgreen !important;
    background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, gray), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, gray), color-stop(.75, gray), color-stop(.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(-45deg, gray 25%, transparent 25%, transparent 50%, gray 50%, gray 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(-45deg, gray 25%, transparent 25%, transparent 50%, gray 50%, gray 75%, transparent 75%, transparent);
    background-image: -ms-linear-gradient(-45deg, gray 25%, transparent 25%, transparent 50%, gray 50%, gray 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(-45deg, gray 25%, transparent 25%, transparent 50%, gray 50%, gray 75%, transparent 75%, transparent);
    background-image: repeating-linear-gradient(-45deg, transparent, transparent 5px, rgb(242, 242, 242) 5px, rgb(242, 242, 242) 10px) !important;
}

.upDownArrowSpan{
    float: right; 
    margin-top: -18px;
    cursor: pointer;
}

.loginScreenContainerForStylesOnly{
    left: 69%; 
    position: absolute; 
    top: 10%; 
    z-index: 100;
}

.mandatoryBox{
    border: 1px solid red;
}

.capitalize{
    text-transform: capitalize;
}

#radioRelationGroup {
    padding-bottom: 6px;
}

.alignCheckBox{
    margin-left:20px;
}

.disabledTextBoxSA{
    background-color: lightgray;
}

.ui-dialog-titlebar-close {
    position: absolute;
    right: .5em;
    /*top: 50%;*/
    width: 21px;
    /*margin: -10px 0 0 0;*/
    padding: 3px;
    /*height: 20px;*/
    font-size: 8px;
    border: 1px dotted black;
}
.ui-widget-header{
    padding: 3px;
}
.ui-widget-content{
    border: 1px dotted black;
}

#dialog_guarantorsList{
    overflow: auto;
    height: 300px;
}
#dialog_serviceList{
    overflow: auto;
    height: 300px;
}

#left-navigation.active ul.mainNav li a i{
    width: 25px;
}

.inActive{
    color: gray;
}

.archived{
    color: lightgray !important;
}

.NoResultsFound{
    text-align: center;
}
.pageHint{
    float: right;
}
.textWidthOnlyDiv{
    display: inline-block;
}
/*#resultsToggleContainer{
    width: 40%;
}*/

.TDHeading{
    /*vertical-align: top;*/
}
.bookAppointment{
    text-align: center;
}

.SelectedApptCell{
    border: 3px solid #1E22A0;
}
.dayIsClosed{
    background-color: #ff0000;
    top: 39px;
    color: white;
    position: fixed;
    text-align: center;
    width: 115px;
}

#serviceSearchHelp{
    z-index: 100;
    background-color: white;
    position: absolute;
    border: 1px solid black;
    padding: 5px;
}
#ptSearchHelp{
    z-index: 100;
    background-color: white;
    position: absolute;
    border: 1px solid black;
    padding: 5px;
}

.ptBookDialog{
    position: fixed;
}

.disabledDayLabel{
   color: lightgray;
}

.TDLunchColor{
    background-color: #FFFF7F;
}
.TDHeading {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    border-style: solid;
    border-width: 1px;
}
.BookTD {
    border-style: solid;
    border-width: 1px;
}
.TDBlockTimeColor {
    background-color: #A3A3C5;
}
.ApptLink{
    white-space: pre-wrap; /* css-3 */    
    white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */    
    white-space: -o-pre-wrap; /* Opera 7 */    
    word-wrap: break-word; /* Internet Explorer 5.5+ */
    
    display: inline;
}

.fa-rotate-135 {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

.breadcrumb > li + li::before{
    color: inherit;  /*force get customized color*/
}