@import url("https://www.w3schools.com/w3css/4/w3.css");

.resimSilLink{
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: white;
}

.resimContainer{
    
    height: 250px;
    border: 1px solid;
    border-collapse: collapse;
    
}

.formVeriResim{
  margin: 2px;
  float:left;   
  width:140px; 
  height:190px;   
  background-color: #dfdfdf;
  background-repeat: no-repeat; 
  background-size: contain;
  background-position: center;  
}

.formVeriResimSil{
  float: left;   
  width: 140px; 
  height: 40px;   
  line-height: 40px;
  background-color: #4C77AB;
  color: white;
  text-align: center;
}

body{
    margin: 0px;
}

.hint{    
    float: right;
    width: 30px;
    height: 30px;
    margin-top: 2px;
    margin-right: 2px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 85%;
    background-image: url(../image/hint.png);    
    cursor: pointer;
}

.hintText{
    display:none;
}

input{
    font-family: 'Comfortaa', cursive;
    font-size: 12px;
    padding: 5px;
}

textarea{
    font-family: 'Comfortaa', cursive;
    font-size: 14px;
    padding: 3px;
}

.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/preloader.png);
    background-size: 64px;
    background-position: center;
    background-repeat: no-repeat;
}

/*****************************************
** LOGIN
*******************************************/
.loginBackground{
    background-color: #EDEDED;
}

.loginContainer{
    width: 700px;
    height: 440px;
    background-color: #FFF;
    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);     
    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/logo.png');
    background-size: 75%;
    background-position: center;
    background-repeat: no-repeat;
}

.loginBrandBarTitle{
    float: left;
    height: 115px;
    line-height: 115px;
    font-family: 'Comfortaa', cursive;
    font-weight: bold;
    color: #FFF;
    font-size:30px;
}

.loginPanelTitle{
    float: left;
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-family: 'Comfortaa', cursive;
    letter-spacing: 1.25px;
    font-size: 14px;
    font-weight: bold;
    color: #FFF;
    background-color: #4D89C0;
}

.loginPanelContentContainer{
    float: left;
    width: 700px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../image/login/seperator.png);
}

.loginPanelContentSection{
    width: 345px;
    min-height: 10px;
}

.loginPanelContentSectionLabel{
    float: left;
    width: 345px;
    height: 45px;
    line-height: 45px;    
    font-family: 'Comfortaa', cursive;
    font-size: 22px;
    color: #3c454f;
    border-bottom: 1px solid #3c454f;
}

.loginPanelContentSectionRow{
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 3px;
}

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

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

.loginInput{
    width: 325px;
    height: 38px;
    line-height: 38px;
    font-family: 'Comfortaa', cursive;
    font-size: 14px;
    font-weight: lighter;
    color: #585858;
    border: 1px solid #88A7C5;
    padding-left: 5px;
    outline: none;
}

.loginButton{    
    margin-top: 1px;
    width: 325px;
    height: 40px;
    background-color: #3c454f;
    border: 0px solid;    
    cursor: pointer;    
    font-family: 'Comfortaa', cursive;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 1.25px;
    color:#FFF;
    outline: none;
}

.loginButton:hover{       
    background-color: #88A7C5;
}

.loginProcessBar{
    float: left;
    width: 700px;
    height: 35px;
}

.loginProcessBarSecurityCode{
    float: left;
    width: 350px;
    height: 35px;    
    line-height: 35px;
}

.loginProcessBarSecurityCodeIcon{
    float: left;
    width: 35px; 
    height: 35px;
    background-image: url(../image/login/shield.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 85%;
}

.loginProcessBarSecurityCodeLabel{
    float: left;    
    height: 35px;
    line-height: 35px;    
    font-family: 'Comfortaa', cursive;
    font-size: 14px;
    font-weight: bold;
    color: #468D3D;
}

.loginProcessBarError{
    float: left;
    text-align: right;
    width: 350px;
    height: 35px;   
    line-height: 35px;
    font-family: 'Comfortaa', cursive;
    font-size: 14px;
    font-weight: bold;
    color: red;    
}


/**************************************************************
** 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;
    min-width: 1024px;
}

.headerAlgoritmaBTContainer{
    float: left;    
}

.headerAlgoritmaBTLogo{
    float: left;    
    height: 55px;
    width: 55px;
    background-image: url(../image/logo.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 65%;
    background-color: #3c454f;
    
}

.headerAlgoritmaBTName{
    float: left;    
    height: 55px;
    line-height: 55px;
    font-family: 'Comfortaa', cursive;
    font-size: 20px;
    color: #FFF;
}

.headerUserContainer{
    float: right;
    height: 55px;
    line-height: 55px;
    padding-left: 5px;
    padding-right: 5px;
    font-family: 'Comfortaa', cursive;
    font-size: 15px;
    color: #FFF;    
}

.sendButtonContainer{
    margin: auto;
    cursor: pointer;
    width: 120px;
    background-color: #4D89C0;
}

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

.sendButtonContainerImage{
    float: left;
    height: 50px;
    width: 50px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 50%;    
}


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

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

.headerButtonContainerImage{
    float: left;
    height: 75px;
    width: 60px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 55%;
    margin-right:  2px
}

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

.contentContainer{    
    width: 1024px;
    margin: 0px auto;
}

.contentRow{        
    width: 1024px;
    float: left;
    margin-top: 5px;
}

.contentHeader{
    float: left;
    width: 100%;       
    height: 40px;
    line-height: 40px;
    font-family: 'Comfortaa', cursive;
    font-size: 18px;
    color: #4D89C0;
    border-bottom: #4D89C0 solid 1px;
}

.contentFooter{
    float: left;
    width: 100%;       
    height: 44px!important;
    line-height: 44px!important;
    font-family: 'Comfortaa', cursive;
    font-size: 18px;
    color: #4D89C0;
    border-top: #4D89C0 solid 1px;
    background-color: #FAFAFA;
    
}

.buttonContainer{
    float: right;   
    height: 36px;
    cursor: pointer;    
    font-size: 16px;
    border: 1px solid #4D89C0;    
    border-radius: 4px;
    margin-bottom: 2px;
}

.buttonContainer:hover{
    background-color: #E3F6CE;
    color: #C60C0C;    
}

.buttonImage{
    float: left;
    height: 36px;
    width: 36px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 75%;
    background-color: #E0E3E7;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.buttonLabel{
    float: left;
    height: 36px;
    line-height: 36px;
    padding-right: 2px;
    padding-left: 2px;
    color: #000;
}


table{
    border: 1px solid #4D89C0; 
    border-collapse: collapse; 
    width: 100%;
    font-family: 'Comfortaa', cursive;
    font-size: 14px;
    font-weight: normal;
}

tr{
    height: 30px;
}

/***************************************************************
** Modal Popup Box for App 
****************************************************************/
.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: 0; 
    left: 0; 
    bottom: 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 
****************************************************************/
.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: 350px; 
    height: 345px;
    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); 
    border-radius: 3px;
    background-color: #FFF;
}

.mb-new-icon{
    width: 100%; 
    height: 100px; 
    background-position: center;     
    background-repeat: no-repeat; 
    background-size: 64px 64px;
}

.mb-title-bar{
    float: left; 
    width: 100%; 
    height: 35px; 
}

.mb-title-label{
    float: left; 
    width: 100%; 
    height: 35px; 
    line-height: 35px;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #355377;  
    text-align: center;
}

.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: 100%; 
    height: 150px; 
    background-color: #FFF;
}

.mb-message-body-icon{
    float: left; 
    width: 150px; 
    height: 150px;    
    background-position: 50% 30%;
    background-repeat: no-repeat;
    background-size: 60%;
}

.mb-message-body-text-container{
    float: left; 
    width: 100%; 
    height: 135px;
    text-align: center;
}

.mb-message-body-text-container-content{
    float: left; 
    width: 100%;     
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #355377;
}

.mb-button-bar{
    float: left; 
    width: 100%; 
    height: 60px; 
}

.mb-button-container{
    margin: 0px auto;
    height: 60px;
    width: fit-content;
}

.mb-button{
    float: right; 
    margin: 2px;     
    width: fit-content; 
    height: 30px; 
    line-height: 30px;
    color: #FFF; 
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    text-align: center; 
    cursor: pointer;
    padding-left: 5px;
    padding-right: 5px;
    background-color: #355377;
}

.mb-button-text{
    
}

/***************************************************************
** Page Title
****************************************************************/

.pt-line{        
    border-bottom: 1px solid #2c6396;
    border-collapse: collapse;
    /*display: flex;*/
    overflow: auto;
}

.pt-line-icon{    
    float: left;
    height: 40px; 
    width: 40px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 85%;    
}

.pt-line-header{    
    width: 980px;
    float: left;    
    font-family: 'Comfortaa', cursive;    
}

.pt-line-header-label{    
    font-size: 17px;    
    color: #2C6396;
    margin: 10px;
}

.pt-line-header-description{    
    height: 18px;         
    font-size: 12px;
    color: #585858;
    font-style: italic;
}

/***************************************************************
** metro-Button
****************************************************************/

.metro-button-container{
    width: 253px; height: 100px; background-color: #2C6396; float: left; 
}

.metro-button-top{
    width: 253px; height: 70px;
}

.metro-button-image{
    width: 100px; height: 70px; background-repeat: no-repeat; background-position: center; background-size: 50%; float: left;
}

.metro-button-text{
    width: 153px; height: 70px;line-height: 70px; color:white; font-family: 'Comfortaa', cursive; font-size: 40px; float: left; text-align: right;
}

.metro-button-description{
    width: 253px; height: 30px; line-height: 30px; background-color: #4d89c0; font-family: 'Comfortaa', cursive; font-size: 13px; color: #FFF;
}

/***************************************************************
** aaaaaaaaaaaaaaaaaa
****************************************************************/
.panelX{
    background-color: #FFF;
    -webkit-box-shadow: 0px 0px 2px 1.5px rgba(88, 88, 88, .8);
    -moz-box-shadow:    0px 0px 2px 1.5px rgba(88, 88, 88, .8);
    box-shadow:         0px 0px 2px 1.5px rgba(88, 88, 88, .8); 
}




.newFormErrText{
    font-family: 'Comfortaa', cursive;
    font-size: 14px;
    font-weight: lighter;
    color: red;
}

/********************************************
GRİD
********************************************/
.gridRowContainer{
    width:100%;
    /*min-height:40px;
    line-height: 40px;*/
    height: fit-content;
    overflow:auto;    
    background-color: #FAFAFA;
    font-family: 'Comfortaa', cursive;
    font-size: 14px;
}

.gridRowContainerAlternate{
    width:100%;
    /*height:40px;
    line-height: 40px;*/
    height: fit-content;
    overflow:auto;    
    font-family: 'Comfortaa', cursive;
    font-size: 14px;
    background-color: #E0EAF0;
}

.gridHeader{
    width:100%;
    display: flex;  
    min-height: 100%;
    color:#FFF;
    font-family: 'Comfortaa', cursive;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: .8px;
    background-color: #4d89c0!important;
}

.gridButton{
    width: 30px;
    min-height: 30px;
    float: left;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 70%;
    cursor: pointer;
        background-color: #0072C6;
}

.gridDataContainer{
    min-height:30px;   
    bottom:0;
    right:0;
    left:60px;
    overflow:auto;    
}

.gridData{    
    min-height:30px;
    line-height: 30px;    
    float:left;
    overflow:auto;
    font-family: 'Comfortaa', cursive;
    font-size: 14px;
}

.gridComboBox{
        font-family: 'Comfortaa', cursive;
    font-size: 14px;
    padding: 3px;
}

/**************************************************************
** Home Page
***************************************************************/
/**************************************************************/
.header-homepage {
    top:0;
    left:0;
    right:0;
    height:75px;
    background-color: #4c77ab;
    min-width: 1024px;
}

.homepage-header{    
    width: 1024px;
    margin: 0px auto;
    height:75px;
}

.homepage-container{    
    padding: 5px;
    top:75px;
    bottom:0;
    right:0;
    z-index: 50;
    overflow-y:auto;
    background-color: #F8F8F8;
    left:0px;  
}

.homepage-logo{    
    width: 50px;
    height: 75px;
    float: left;    
    background-image: url(../image/newlogo1.png);
    background-position: center left;
    background-repeat: no-repeat;
    background-size: 40px 40px;    
}

.homepage-logo-aboutus{
    height: 75px; 
    width: 45px; 
    float: left; 
    background-image: url(../image/aboutus.png); 
    background-position: center; 
    background-repeat: no-repeat; 
    background-size: 25px 25px;
}

.homepage-logo-label{
    height: 75px; 
    float: left; 
    line-height: 75px; 
    text-align: left; 
    font-family: 'Comfortaa', cursive; 
    font-size: 18px; 
    color: #dcdcdc; 
    cursor: pointer;
}

.homepage-title{    
    float: left;    
    height: 75px;    
    line-height: 75px;
    font-family: Trebuchet MS;
    font-size: 22px;
    color: #fff;
}
/**************************************************/
.event-button-container{
    float: right;
    height: 34px;
    cursor: pointer;       
    background-color: #2C6396;
}

.event-button-container:hover{
    float: right;
    height: 34px;
    cursor: pointer;       
    background-color: #4D89C0;
}

.event-button-logo{
    float: left;
    height: 34px;
    width: 30px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 14px 14px;
}

.event-button-label{
    float: left;
    height: 34px;
    line-height: 34px;
    font-family: Arial;
    font-size: 14px;
    color: #FFF;
    padding-right: 10px;
}

/***********************************************************
Yeni Anasayfa
***********************************************************/
.new-homepage-button {
  color: #fff;
  background-color: #6496c8;
  border: none;
  width: 100px;
  height: 30px;
  line-height: 30px;
  cursor: pointer;  
}

.new-homepage-button:hover, new-homepage-button.hover {
  background-color: #346392;
}

.new-homepage-button:active, new-homepage-button.active {
  background-color: #27496d;
}

.join-now{
    font-weight: normal; 
    color: #FFF; 
    font-size: 14pt; 
    cursor: pointer;
}

.join-now:hover{
    text-decoration: underline;
}

/***************************************************************
** New User Register
****************************************************************/
.new-user{
    margin: 0px auto; 
    height: 100%; 
    width: 100%; 
    position: fixed; 
    background: rgba(198,198,198,0.8);
    display: none;
    z-index: 899;
}

.new-user-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); 
}



/***************************************************************
** Forgot Password
****************************************************************/
.forgot-password-link{
    float: left; 
    height: 30px; 
    line-height: 30px;
    cursor: pointer; 
    font-size: 10pt;    
}

.forgot-password-link:hover{
    text-decoration: underline;
}

.forgot-password{
    margin: 0px auto; 
    height: 100%; 
    width: 100%; 
    position: fixed; 
    background: rgba(198,198,198,0.8);
    display: none;
    z-index: 899;
}

.forgot-password-container{
    width: 450px; 
    height: 210px;
    position: absolute; 
    margin: auto; 
    top: 0; 
    left: 0; 
    bottom: 0; 
    right: 0;     
}

.forgot-password-email-textbox{
    box-sizing: border-box; 
    width: 90%; 
    padding:5px; 
    font-family: Segoe UI;  
    font-size: 15px; 
    font-weight: normal; 
    color:#000;
}


.user-list-grid-button{
    width: 25px; 
    height: 25px; 
    background-color: #2C6396;
    background-size: 15px 15px; 
    background-repeat: no-repeat; 
    background-position: center; 
    cursor: pointer;
}

.user-list-grid-button:hover{
    background-color: #4D89C0; 
}

/********************************************
** Drop Down Button
**********************************************/
.dropbtn {
    background-color: #3C454F;
    color: white;
    /*padding: 16px;*/
    height: 30px;
    font-family: 'Comfortaa', cursive;
    font-size: 12px;
    border: none;
    cursor: pointer;
    margin-top: 2px;
    margin-left: 3px;
}

.dropdown {
/*    position: relative;*/
    display: inline-block;
    float: left;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    font-family: 'Comfortaa', cursive;
    font-size: 12px;
    font-weight: bold;
}

.dropdown-content a {
    color: black;
    padding: 12px 10px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {background-color: #f1f1f1}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #BF2727;
}
/*******************************************
Navigator
********************************************/
.nav-button{    
    background-repeat: no-repeat;
    background-position: center;
    background-size: 70%;
    float: left; 
    width: 25px; 
    height: 25px;
    cursor: pointer;    
}

.nav-button:hover{    
    background-color: #4d89c0;
}

.reviewdata-tr{
    background-color: #FFF; 
    font-family: Arial; 
    font-size: 9pt;
    
}

.reviewdata-tr:hover{
    background-color: #EDEDED;
}

.reviewdata-button{
    width:25px; 
    height:25px; 
    cursor: pointer; 
    background-color:#4C77AB; 
    background-repeat: no-repeat; 
    background-position: center; 
    background-size: 70%; 
    background-image: url(../image/grid/edit.png);
}

.reviewdata-delete-button{
    width:25px; 
    height:25px; 
    cursor: pointer; 
    background-color:#4C77AB; 
    background-repeat: no-repeat; 
    background-position: center; 
    background-size: 70%; 
    background-image: url(../image/grid/rubbish.png);
}

.reviewdata-button:hover{
    background-color:#4D89C0;
}
/*******************************************
Select Columns
********************************************/
.select-columns{
    margin: 0px auto; 
    height: 100%; 
    width: 100%; 
    position: fixed; 
    background: rgba(198,198,198,0.8);
    display: none;
    z-index: 899;
}

.select-columns-container{
    width: 500px; 
    height: 600px;
    position: absolute; 
    margin: auto; 
    top: 0; 
    left: 0; 
    bottom: 0; 
    right: 0;     
}

.select-columns-save-button{
    float: right; 
    width: 70px; 
    height: 30px; 
    line-height: 30px; 
    margin: 5px; 
    background-color: #4C77AB; 
    text-align: center;
    color: #FFF; 
    font-family: 'Comfortaa', cursive; 
    font-size: 10pt; 
    cursor: pointer;
}

.select-columns-save-button:hover{
    
}

.matris-tr:hover{
    background-color: #EFC0C0;
    cursor: pointer;
}