body{
    margin: 0px;
}

.backgroundDiv {
    width: 100%; 
    height: 100%; 
    position: fixed; 
    left: 0px; 
    top: 0px; 
    z-index: 999;
    background-color: #252525;    
    opacity: .5;
    display: none;
    background-image: url(../image/backgroundpreloader.png);
    background-size: 64px;
    background-position: center;
    background-repeat: no-repeat;
}

/*****************************************
** LOGIN
*******************************************/
.loginBackground{
    background-color: #ccc;
    background-image: url(../image/doctor.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.loginContainer{
    width: 350px;
    height: 360px;
    background-color: white;
    margin: auto;
    position: absolute;
    top: 0; left: 0; bottom: 0; right: 0;
    -webkit-box-shadow: 0px 0px 15px 4px rgba(88, 88, 88, .8);
    -moz-box-shadow:    0px 0px 15px 4px rgba(88, 88, 88, .8);
    box-shadow:         0px 0px 15px 4px rgba(88, 88, 88, .8); 
    background-color: #FFF;
    border-radius: 4px;
}

.loginBrandBar{
    float: left;
    width: 100%;
    height: 145px;
    background-color: #3c454f;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.loginBrandBarLogo{
    float: left;
    width: 75px;
    height: 115px;
    background-image: url('../image/login/logo.png');
    background-size: 65%;
    background-position: center;
    background-repeat: no-repeat;
}

.loginBrandBarTitle{
    float: left;
    height: 115px;
    line-height: 115px;
    font-family: 'Wire One', sans-serif;
    font-weight: bold;
    color: #FFF;
    font-size:40px;
}

.loginPanelTitle{
    float: left;
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    color: #FFF;
    background-color: #4D89C0;
}

.loginInputPasswordContainer{
    margin-left: 13px;
    float: left;
    width: 320px;
    height: 40px;
    border: #b7b7b7 solid 1px;
}

.loginInputSecureCodeContainer{
    margin-left: 13px;
    float: left;
    width: 320px;
    height: 40px;
    border: #b7b7b7 solid 1px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top-width: 0px!important;
}

.loginInputEmailContainer{
    float: left;
    width: 320px;
    height: 40px;
    margin-left: 13px;
    border: #b7b7b7 solid 1px;
    border-bottom-width: 0px!important;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.loginInputPicture{
    float: left;
    width: 40px;
    height: 40px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 50%;
    opacity: 0.6;
    background-color: #EEE;
}

.loginInputContainer{
    float: left;
    height: 39px;
    width: 275px;
}

.loginInput{
    width: 98%;
    height: 38px;
    line-height: 38px;
    font-family: Tahoma;
    font-size: 14px;
    font-weight: lighter;
    color: #585858;
    border-width: 0px;
    padding-left: 5px;
    outline: none;
}

.loginErrorMessage{
    float: left;
    width: 100%;
    height: 28px;
    line-height: 28px;
    font-family: Arial;
    font-size: 12px;  
    color:#fc3030;
}

.loginButtonContainer{
    float: left;
    text-align: right;
    width: 100%;
    height: 50px;
}

.loginButton{
    margin-right: 20px;
    margin-top: 10px;
    background-color: #4D89C0;
    border: #596E3F solid 1px;
    cursor: pointer;
    padding: 10px;
    border-radius: 5px;    
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    color:#FFF;
    outline: none;
}

.loginButton:hover{
    background-color: #2C6396;
}

.loginSecureCode{
    position: absolute;
    width: 60px;
    height: 35px;
    line-height: 35px;
    margin-left: 20px;
    margin-top: 15px;
}

/**************************************************************
** LAYOUT
***************************************************************/
   
.layout{
    position:absolute;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;    
}
.header {
    top:0;
    left:0;
    right:0;
    height:55px;
    background-color: #4D89C0;
}
.headerAlgoritmaBTContainer{
    float: left;    
}
.headerAlgoritmaBTLogo{
    float: left;    
    height: 55px;
    width: 55px;
    background-image: url(../image/bar/logo.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 65%;
    background-color: #2C6396;
}

.headerAlgoritmaBTName{
    float: left;    
    height: 55px;
    line-height: 55px;
    font-family: 'Wire One', sans-serif;
    font-size: 40px;
    color: #FFF;
}

.headerLogoutContainer{
    float: right;
    cursor: pointer;
}

.headerLogoutContainer:hover{
    background-color: #2C6396;    
}

.headerLogoutContainerImage{
    float: left;
    height: 55px;
    width: 55px;
    background-image: url(../image/bar/shutdown.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 90%;    
}


.iconMenu{ 
    background-color: #6E6E6E;
    width:55px;
    min-width:55px;
    top:55px;
    left:0;
    bottom:0;
    overflow-y:auto;
     z-index: 100;
     cursor: pointer;
     min-height: 500px;
}

.iconMenuBox:hover{
    background-color: #424242;
}

.dynamicMenu{ 
    background-color: rgba(66,66,66,0.9); 
    width:300px;
    top:55px;
    left:55px;
    bottom:0;
    overflow-y:auto;
    padding-top:1px;
     z-index: 55;
     display: none;
     
}

.dynamicMenuTitle{
    float: left;
    width: 250px;
    margin-left: 25px;
    height: 30px;
    line-height: 30px;
    font-family: "Trebuchet MS";
    font-size: 16px;    
    color: #FFF;
    border-bottom: #FFF solid 1px;
}

.dynamicMenuSubMenuContainer{
    float: left;
    width: 250px;
    margin-left: 25px;
}
.dynamicMenuSubMenu{
    float: left;
    margin-top: 10px;
    width: 250px;
    height: 30px;
    cursor: pointer;
}

.dynamicMenuSubMenu:hover{
    background-color: #696969;
}

.dynamicMenuSubMenuImage{
    float: left;
    width: 30px;
    height: 30px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.dynamicMenuSubMenuTitle{
    float: left;
    
    height: 30px;
    line-height: 30px;    
    font-family: "Trebuchet MS";
    font-size: 15px;    
    color: #FFF;
}


.iconMenuBox{   
    float: left;
    width: 55px;
    height: 55px;
    z-index: 101;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 70%;
    border-bottom: #ccc solid 1px;
}

.warningBox{
    width: 20px;
    height: 20px;
    margin-top:30px;
    margin-left: 30px;
    border-radius: 90px;
    font-family: Arial;
    font-weight: bold;
    font-size: 12px;
    color: #FFF;
    background-color: #C60C0C;
    text-align: center;
    line-height: 20px;
    z-index: 1000;
}

.pageContainer{
    padding: 5px;
    top:55px;
    bottom:0;
    right:0;
    z-index: 50;
    overflow-y:auto;
    background-color: #FFF;
    left:55px;
}
/******************************************************************
******************************************************************/

.contentContainer{
    width: 95%;
    margin: 0 auto;
    min-width: 970px;
}

.contentHeadLine{
    float: left;
    width: 100%;
    min-width: 970px;
    height: 40px;
    line-height: 40px;
    font-family: Arial;
    font-size: 18px;
    color: #4D89C0;
    border-bottom: #4D89C0 solid 1px;
    
}

.buttonLine{
    float: left;
    width: 100%;
    min-width: 970px;
    height: 40px;
    background-color: #FAFAFA;
    margin-top: 2px;
}

.barButton{
    float: right;   
    height: 40px;
    cursor: pointer;
    
}

.barButton:hover{
    background-color: #EEE;
}

.barButtonImage{
    float: left;
    height: 40px;
    width: 40px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 65%;
}

.barButtonTitle{
    float: left;
    height: 40px;
    line-height: 40px;
    font-family: Arial;
    font-size: 16px;    
    color: #000;
}

.tableRow{
    float: left;
    width: 100%;
    min-width: 1000px;
    min-height: 30px;
    line-height: 30px;

}

.tableRow:hover{
    background-color: #CED8F6!important;
}

.tableRowRankButton{
    width:30px; 
    background-size: 65%; 
    background-repeat: no-repeat; 
    background-position: center; 
    cursor: pointer;
}

.tableRowRankButton:hover{
    background-color: #c5c5c5;
}

.tableColumn{
    float: left;
    min-height: 30px;
    line-height: 30px;
    font-family: Arial;
    font-size: 12px;
    color: #585858;
}


.tableButtonContainer{
    float: right;   
    height: 26px;
    margin-top: 2px;
    margin-right: 5px;
    border-radius: 2px;
    cursor: pointer;
    background-color: #585858;
}

.tableButtonContainer:hover{
    background-color: #000;
}

.tableButtonImage{
    float: left;
    height: 26px;
    width: 26px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 80%;

}

.tableButtonTitle{
    float: left;
    height: 26px;
    line-height: 26px;
    font-family: Arial;
    font-size: 12px;    
    color: #FFF;
}

.formContainer{
    float: left;
    width: 100%;
    min-width: 1000px;
    margin-top: 2px;
    
}

.formRow{
    float: left;
    width: 100%;
    height: 40px;
    line-height: 40px;
}

.formColumnLabel{
    float: left;
    width: 15%;
    height: 40px;
    line-height: 40px;
    font-family: Arial;
    font-weight: bold;
    font-size: 14px;
    color: #585858;
}

.formColumnElement{
    float: left;
    width: 85%;
    height: 40px;
    line-height: 40px;
    font-family: Arial;
    font-weight: bold;
    font-size: 14px;
    color: #585858;
}

.formHeader{
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    font-family: Arial;
    font-weight: bold;
    font-size: 14px;
    color: #4D89C0;    
}

.formFooter{
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.formInput{
    outline: none; 
    border: 1px solid #b7b7b7; 
    font-family:Segoe UI; 
    font-size: 14px; 
    background-color: #FFF; 
    padding: 5px;
    width: 120px;
}

.formInput:focus{
    border: 1px solid #F5A9A9; 
}

.formInputLabel{
    font-family: "Trebuchet MS";
    font-size: 16px;
    font-weight: bold;
}



.menuPreloaderContainer{
    float:left; 
    margin-top:4px; 
    width:100%; 
    height:30px;
}

.menuPreloader{
    float:left; 
    width:30px; 
    height:30px; 
    background-image:url(../image/menupreloader.png); 
    background-size:80%; 
    background-position:center; 
    background-repeat:no-repeat;
}

.menuPreloaderText{
    float:left; 
    height:30px;     
    line-height: 30px;
    font-family: Verdana;
    font-size: 12px;
    color:#FFF;
}

/*****************************************************
* POPUP
******************************************************/
.popUpBackground{
    margin: 0px; 
    height: 100%; 
    width: 100%; 
    position: fixed; 
    background: rgba(198,198,198,0.8);
    display: none;
    z-index: 899;
}

.popUpContainer{
    position: absolute; 
    margin: auto; 
    top: 0; 
    left: 0; 
    bottom: 0; 
    right: 0; 
    background-color: #FFF; 
    -moz-box-shadow: 0 0 10px 1px #000;
    -webkit-box-shadow: 0 0 10px 1px #000;
    box-shadow: 0 0 10px 1px #000;    
}

.popUpTitleLabel{
    float: left;
    height: 40px;
    line-height: 40px;
    text-align: left;
    font-family: "Trebuchet MS";
    font-size: medium;
    font-weight: bold;
    color: #FFF;
    background-color: #424242;
}

.popUpTitleCloseButton{
    float: left;
    height: 40px;
    width: 40px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 30%;
    background-image: url(../image/closepopup.png);
    background-color: #424242;
    cursor: pointer;
}



















.searchBar{
    float: left;
    width: 100%;
    height: 30px;   
    border: 1px solid #2C6396;
}

.searchButton{
    float: right;
    width: 30px;
    height: 30px;
    background-color: #2C6396;
    background-image: url('../image/button/white/search.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 70%;
    cursor: pointer;
}

.searchButton:hover{
    opacity: .8;
}

.searchInput{
    width: 90%;
    height: 90%;
    padding-left: 10px;
    border: 0px;
    outline: none;
    font-family: Segoe UI;
    font-size: small;
}

.dataTable{
    border: 0px solid; 
    border-collapse : collapse; 
    width : 100%;
    font-family: Segoe UI;
    font-size: medium;
}

.dataTableHeader{
    border-color: #FFF; 
    background-color: #2C6396;
    color: #FFF;
}

.dataTableRow{
    width:100%; 
    height:30px; 
}

.dataTableRow:hover{
    background-color: #A5BFD7!important;
}

.dataTableNoDataFound{
    font-family: Segoe UI;
    font-size: medium;
    color: red;
}

.dataTableButton{
    background-color: #2C6396;
    background-image: url('../image/button/white/eye.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width:30px; 
    height:30px; 
    border:0px; 
    cursor:pointer; 
}

.dataTableButtonDoctor{
    background-color: #2C6396;
    background-image: url('../image/button/white/doctor.png');
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: center;
    width:30px; 
    height:30px; 
    border:0px; 
    cursor:pointer; 
}


table.mytable { 
border-collapse: collapse; 
border: 1px solid #839E99; }


.mytable td { border:1px solid #839E99;  }

/***************************************************************
** Modal Popup Box for App - Asclepius
****************************************************************/
.mp-container{
    margin: 0px auto; 
    height: 100%;
    width: 100%; 
    position: fixed; 
    background: rgba(198,198,198,0.8);
    display: none;
    z-index: 890;
}

.mp-content{    
    position: absolute; 
    margin: auto; 
    top: 50px; 
    left : 0;
    right: 0;
    
    background-color: #FFF;
    -webkit-box-shadow: 0px 0px 15px 4px rgba(88, 88, 88, .8);
    -moz-box-shadow:    0px 0px 15px 4px rgba(88, 88, 88, .8);
    box-shadow:         0px 0px 15px 4px rgba(88, 88, 88, .8); 
}

/***************************************************************
** Message Box - Asclepius
****************************************************************/
.mb{
    margin: 0px auto; 
    height: 100%; 
    width: 100%; 
    position: fixed; 
    background: rgba(198,198,198,0.8);
    display: none;
    z-index: 899;
}

.mb-container{
    width: 650px; 
    height: 210px;
    position: absolute; 
    margin: auto; 
    top: 0; 
    left: 0; 
    bottom: 0; 
    right: 0;     
    -webkit-box-shadow: 0px 0px 15px 4px rgba(88, 88, 88, .8);
    -moz-box-shadow:    0px 0px 15px 4px rgba(88, 88, 88, .8);
    box-shadow:         0px 0px 15px 4px rgba(88, 88, 88, .8); 
}

.mb-title-bar{
    float: left; 
    width: 650px; 
    height: 35px; 
    background-color: #000;
}

.mb-title-label{
    float: left; 
    width: 600px; 
    height: 35px; 
    line-height: 35px;
    font-family: Segoe UI;
    font-size: 16px;
    color: #FFF;
    padding-left: 10px;    
}

.mb-title-icon{
    float: right; 
    width: 35px; 
    height: 35px; 
    line-height: 35px;
    background-image: url('../image/messagebox/close.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 60%;
    cursor: pointer;
    opacity: 0.8;
}

.mb-title-icon:hover{
    opacity: 1;
}

.mb-message-body{
    float: left; 
    width: 650px; 
    height: 135px; 
    background-color: #FFF;
}

.mb-message-body-icon{
    float: left; 
    width: 150px; 
    height: 150px;
    background-image: url('../image/messagebox/success.png');
    background-position: 50% 30%;
    background-repeat: no-repeat;
    background-size: 60%;
    background-color: whitesmoke;
}

.mb-message-body-text-container{
    float: left; 
    width: 500px; 
    height: 135px;
}

.mb-message-body-text-container-content{
    float: left; 
    width: 480px; 
    margin: 10px; 
    font-family: Segoe UI; 
    font-size: 14px; 
    color: #000;
}

.mb-button-bar{
    float: left; 
    width: 650px; 
    height: 40px; 
    background-color: #DEDEDE;
}

.mb-button{
    float: right; margin-right: 5px; margin-top: 5px; width: 50px; height: 30px; line-height: 30px;
    color: #FFF; font-family: Segoe UI; font-size: 14px; text-align: center; padding-left: 5px; padding-right: 5px; border-radius: 5px; cursor: pointer;
}

/******************************************************************
** Günlük muayene listesi tarih değiştirme butonları
********************************************************************/
.next-previous-date{
    float: left; 
    width: 38px; 
    height: 38px; 
    background-color: #4D89C0; 
    background-size: 60%; 
    background-repeat: no-repeat; 
    background-position: center; 
    cursor: pointer;
}

.today{
    float: left; 
    height: 38px; 
    line-height: 38px;
    background-color: #4D89C0; 
    cursor: pointer;
    color: #FFF;
}

.next-previous-date:hover{
    opacity: .5;
}

.today:hover{
    opacity: .5;
}