﻿/* DEFAULTS
----------------------------------------------------------*/

body   
{
    background: #b6b7bc;
    font-size: .80em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
   color: Black;
}

a:link, a:visited
{
    color: #094006;
}

a:hover
{
    color: #0B5007;
    text-decoration: none;
}

a:active
{
    color: #034af3;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
   
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
    width: 990;
    background-color: #fff;
    margin: 10px auto 0px auto;
    border: 1px solid #496077;
}

.header
{
    position: relative;
    margin: 0px;
    padding: 0px;
    background: 	#99ccff;
    width: 100%;
}

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 2em;
}

.main
{
    padding: 0px 12px;
    margin: 12px 8px 8px 8px;
    min-height: 420px;
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer
{
    color: #4e5766;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}


/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
    background-color:#99ccff;
    width:100%;
}

div.menu
{
    padding: 4px 0px 4px 8px;
}

div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}

div.menu ul li a, div.menu ul li a:visited
{
    background-color: #000066;
    border: 1px #4e667d solid;
    color: #dde4ec;
    display: block;
    line-height: 1.35em;
    padding: 4px 20px;
    text-decoration: none;
    white-space: nowrap;
     font-weight:bold;
    
}

div.menu ul li a:hover
{
    background-color: #95C6A3;
    color: black;
    text-decoration: none;
}

div.menu ul li a:active
{
    background-color: black;
    color: #cfdbe6;
    text-decoration: none;
}

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
   
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
   
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
    
}
.login
{
    width:200px;
      }
fieldset label.inline 
{
    display: inline;
      text-align:center;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
      text-align:center;
      
}
.logindiscerceve
{ width:100%;
  text-align: center;
  background-color:Red;  
    }
    
.loginiccerceve
{ width:60%;
  background-color:Blue;
  
  
    }
input.textEntry 
{
    width: 200px;
      height:28px;
    border: 1px solid #ccc;
      text-align:center;
}

input.passwordEntry 
{
    width: 200px;
      height:28px;
    border: 1px solid #ccc;
      text-align:center;
      margin: auto;
}

div.accountInfo
{
    width: 20%;
     text-align:center;  
      left:200px;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
}

.loginDisplay a:link
{
    color: white;
    
}

.loginDisplay a:visited
{
    color: white;
}

.loginDisplay a:hover
{
    color: white;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
    margin-right: 0px;
}

.bold
{
    font-weight: bold;
}

.submitButton
    {
        text-align: right;
    height: 47px;
}

tr:hover
    {
        background-color:#EAF6E9;
    
    }
    
.buttonbar
    {
            background-color:#F2F2F2;
            width:100%;
            padding-left:10px;        
            margin-top:20px;            
    }
     .newbutton
    {
        background:~/images/bgButton1.png;    
    }
.mesajarkaplan
    {
        width:100%;
        height:1500px;
        position:fixed;
        background-color:gray;
        opacity:0.9;
        top:0;
        left:0;
        z-index:50;
        text-align:center;
        display:inline;    
     }
.mesajbox
    {
        position:fixed;
        width:380px;
        height:100px;
        background-color:lightgray;
        z-index:60; 
        display:inline;  
        top:200px;
        left:30%;
        vertical-align:bottom;
        border-bottom-style:solid;
        border-top:25px solid lightblue;
        
     }
     .mesajarkaplangizle
    {
        display:none;            
     }
.mesajboxgizle
    {
        display:none;   
     }
.formheader
    {
        font-size:24px;
        color:#000066;
        height:30px;
 
     }
     .formdivheader
    {
        font-size:16px;
        color:red;
        height:25px;
        font-weight:bold;
        
     }
 .calender
     {
          position:fixed;
          background-color:#F2F2F2;
      }
 .hidden
    {
        display:none;
    }
    .show
    {
        display:inline;
    }
 .order
      {
          background-color:#EFF3F0;
      
      }
.mobilebuttons
     {
         width:100%;
         background-color:#336600;
         height:50px;
         color:White;
         
     }
.decimaltextbox
     {
         width:40px;
         
      }
     
.button {
   border-top: 1px solid #97f79a;
   background: #175c19;
   background: -webkit-gradient(linear, left top, left bottom, from(#0d4f0a), to(#175c19));
   background: -webkit-linear-gradient(top, #0d4f0a, #175c19);
   background: -moz-linear-gradient(top, #0d4f0a, #175c19);
   background: -ms-linear-gradient(top, #0d4f0a, #175c19);
   background: -o-linear-gradient(top, #0d4f0a, #175c19);
   padding: 5px 10px;
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   border-radius: 8px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 14px;
   font-family: Georgia, serif;
   text-decoration: none;
   vertical-align: middle;
   width:200px;
   }
.button:hover {
   border-top-color: #59a147;
   background: #59a147;
   color: #ccc;
   }
.button:active {
   border-top-color: #1b5c37;
   background: #1b5c37;
   }
   
   .confirmbutton {
   border-top: 1px solid #97f79a;
   background: #175c19;
   background: -webkit-gradient(linear, left top, left bottom, from(#0d4f0a), to(#175c19));
   background: -webkit-linear-gradient(top, #0d4f0a, #175c19);
   background: -moz-linear-gradient(top, #0d4f0a, #175c19);
   background: -ms-linear-gradient(top, #0d4f0a, #175c19);
   background: -o-linear-gradient(top, #0d4f0a, #175c19);
   padding: 0px 10px;
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   border-radius: 8px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 14px;
   font-family: Georgia, serif;
   text-decoration: none;
   vertical-align: middle;
   cursor:pointer;
  
   }
   
 
   
    /* AUTOCOMPLETE  
----------------------------------------------------------*/
        .drd
        {
            width: 70px; 
        }
        td
        {
            padding-top: 5px; 
           
            
        }
         .completionList
        {
            border: solid 1px #444444;
            margin: 0px;
            padding: 2px;
            overflow: auto;
            background-color: #FFFFFF;
            font-size: 20px;           
                 
        }
        
        .listItem
        {
            color: #1C1C1C;
        }
        
        .itemHighlighted
        {
            background-color: #ffc0c0;
        }
 
 
 /* AUTOCOMPLETE  
----------------------------------------------------------*/
.btn {
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  text-shadow: 0px 0px 3px #000066;
  font-family: Arial;
  color: #ffffff;
  font-size: 15px;
  background: #3f81bc;
  padding: 5px 15px 5px 15px;
  text-decoration: none;
}
/*
.btn:hover {
  background: #99ccff;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}
*/
 .a_btn:link,.a_btn:visited {
   color: White;
   background-color: Blue;
   text-decoration: underline;
   target-new: tab;
   -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  text-shadow: 0px 0px 3px #000066;
  font-family: Arial;
  color: #ffffff;
  font-size: 15px;
  background: #000066;
  padding: 5px 15px 5px 15px;
  text-decoration: none;
   
   
  }
  .a_btn:hover {
   background: #99ccff;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
  }
/*-----------------------------------------*/
.btnmesaj {
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  text-shadow: 0px 0px 3px #000066;
  font-family: Arial;
  color: #ffffff;
  font-size: 15px;
  background:  #5c98cf;
  padding: 5px 15px 5px 15px;
  text-decoration: none;
}
.btnmesaj:hover {
  background: #99ccff;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}




.thumpdairesel{
  border-radius: 90%;
  overflow: hidden;
  width:30;
  height:20;
   
}
.etiket
{
    font-weight:bold 
    }
    
    .formyazi
{
    color:darkblue;
    
    }
td
{
    vertical-align:top;
    }
    
    .cvno
    {       
        font-size:16px;
        border-radius: 90%;
         width:150px;
        }
        
        .divupdateprogres1
        {           
        width:100%;
        height:1500px;
        position:fixed;
        background-color:black;
        opacity:0.9;
        top:0;
        left:0;
        z-index:500;
        text-align:center;
        display:inline; 
            }
         .divupdateprogres2
        {
            padding-top:220;
            padding-left:40%;
              width:20%;
              height:100;
            background-color:White;            
            
            }
            
.divuyekayitdis
    {  width:100%;
        font-family: Verdana, monospace, sans-serif;
        font-weight: bold;
        text-align:center;
        min-height: 900px;                
    }
    
.divuyekayitic
    {  width: 280px;
    padding: 20px;
    background-color: skyblue;
    margin: auto;          
    }
               
.login_textbox
    {   height:28px;   
        font-size:14px; 
        width:100%;
        border: 1px solid #ccc;
        text-align:left;
        margin: auto;
        padding-left:8px;
                
    }
    
.login_label
    {  
        font-size:13px;   
    }
    
    .tarihalani
    { width:80px;
        }
        
    .faturano
    { width:100px;
        }
               
            
.textboxaciklama
{
    width:250px;
    height:50px;
    }   
    
.divSMSlogin         
    {
        width:100%;
        text-align:center;
        }
        
.divSMSlogin_1         
    {
        width:30%;
        text-align:center;
        margin-left:auto;
        margin-right:auto;
        }
        
        
        