body{
  overflow-x: hidden;
  overflow-y: scroll;
}

.red {
  color: red;
}

.hataVer { display: table-row; }

/*
.container {
  max-width: 960px;
}
*/

.form-horizontal .control-label{
    text-align: left;
}

.container
{
position: absolute;
top: 51%;
left: 50%;
transform: translate(-50%,-50%);
width: 50%;
background: #fff;
padding: 45px;
box-sizing: border-box;
border :1px solid rgba(0,0,0,.1);
box-shadow: 0 5px 10px rgba(0,0,0,.2);
align: center;
}

.container input[type="submit"]
{
border-radius: 25px;
font-size: 16px;
padding: 3px;
height: 30px;
width: 200px;
cursor : pointer;
background: rgb(66,133,244);
color: #fff;
margin-bottom: 0;
}

.containerDogrula
{
position: absolute;
top: 27%;
left: 50%;
transform: translate(-50%,-50%);
width: 40%;
height: 50%;
background: #fff;
padding: 45px;
box-sizing: border-box;
border :1px solid rgba(0,0,0,.1);
box-shadow: 0 5px 10px rgba(0,0,0,.2);
align: center;
}

.containerDogrula input[type="submit"]
{
border-radius: 25px;
font-size: 16px;
padding: 3px;
height: 30px;
width: 200px;
cursor : pointer;
background: rgb(66,133,244);
color: #fff;
margin-bottom: 0;
}

.gizle_aciklama
{
font-size: 16px;
background: rgb(66,133,244);
color: #fff;
}

.lh-condensed { line-height: 1.25; }

/* DivTable.com */
div.blueTable {
  border: 0px solid #EEEEEE;
  /* background-color: #28a745; */
  background-color: #EEEEEE;
  width: 70%;
  border-collapse: collapse;
  margin: 0 auto;
}
.divTable.blueTable .divTableCell, .divTable.blueTable .divTableHead {
  border: 2px solid #AAAAAA;
}
.divTable.blueTable .divTableBody .divTableCell {
  font-size: 13px;
}
.divTable.blueTable .divTableRow:nth-child(even) {
  background: #D0E4F5;
}
.divTable.blueTable .divTableHeading {
  background: #1C6EA4;
  background: -moz-linear-gradient(top, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
  background: -webkit-linear-gradient(top, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
  background: linear-gradient(to bottom, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
  border-bottom: 2px solid #444444;
}
.divTable.blueTable .divTableHeading .divTableHead {
  font-size: 15px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  border-left: 2px solid #D0E4F5;
}
.divTable.blueTable .divTableHeading .divTableHead:first-child {
  border-left: none;
}

.blueTable .tableFootStyle {
  font-size: 14px;
  font-weight: bold;
  color: #FFFFFF;
  background: #D0E4F5;
  background: -moz-linear-gradient(top, #dcebf7 0%, #d4e6f6 66%, #28a745 100%);
  background: -webkit-linear-gradient(top, #dcebf7 0%, #d4e6f6 66%, #D0E4F5 100%);
  background: linear-gradient(to bottom, #dcebf7 0%, #d4e6f6 66%, #D0E4F5 100%);
  border-top: 2px solid #444444;
}
.blueTable .tableFootStyle {
  font-size: 14px;
}
.blueTable .tableFootStyle .links {
	 text-align: right;
}
.blueTable .tableFootStyle .links a{
  display: inline-block;
  background: #1C6EA4;
  color: #28a745;
  border-radius: 5px;
}
.blueTable.outerTableFooter {
  border-top: none;
}
.blueTable.outerTableFooter .tableFootStyle {
}
/* DivTable.com */
.divTable{ display: table; }
.divTableRow { display: table-row; }
.divTableHeading { display: table-header-group;}
.divTableCell, .divTableHead { display: table-cell;}
.divTableCell2 {
  display: table-cell;
  width: 50px;
}
.divTableCell3 {
  display: table-cell;
  width: 500px;
}

.divTableHeading { display: table-header-group;}
.divTableFoot { display: table-footer-group;}
.divTableBody { display: table-row-group;}


/* Sonradan eklenenler */
.divTitleHukumsuzdur {
    /* Elemanın hücre yüksekliğini tam alabilmesi ve margin: 0 auto ile ortalanabilmesi için block yapıyoruz */
    display: block; 
    
    /* Genişliği esnek bırakıyoruz ki yükseklik büyüdükçe en-boy oranı bozulmadan logo da büyüyebilsin */
    width: 100%;  
    max-width: 380px; /* Logonun devasa olmasını engellemek için üst sınır (hücre yüksekliğinize göre 340px-400px arası deneyebilirsiniz) */
    
    /* Hücre yüksekliğinin tamamını kaplaması için */
    height: 100%; 
    min-height: 75px; /* Hücre çok küçülürse logonun kaybolmaması için taban koruma */
    margin: 0 auto;   /* td elementi içinde logoyu yatayda tam ortalamak için */
    
    /* Logo imaj ayarları */
    background-image: url('../img/hkms_logo_v1.1.png');
    background-repeat: no-repeat;
    background-position: center center; /* Sol yerine TAM ORTALI yapıyoruz */
    background-size: contain; /* Logonun sünmesini önler, en-boy oranını koruyarak sığdırır */

    /* Yazıyı gizleme kuralları */
    text-indent: -9999px;
    overflow: hidden;
}

.divSubTitleHukumsuzdur {
font-size: 35px;
color: #000000;
background: #FFFFFF;
text-shadow: 2px 2px 0 #bcbcbc, 4px 4px 0 #9c9c9c;
color: #000000;
background: #FFFFFF;
}

.divTable.blueTable .divTableHeadingTitle {
  background: -webkit-box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(18,49,224,0);
  box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(18,49,224,0);
  background: #4732A5;
}
body#tinymce {
background: #FFFFFF
}

.divTable.blueTable .divTableHeadingTitle .divTableHeadTitle {
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  border-left: 2px solid #D0E4F5;
}
.divTable.blueTable .divTableHeadingTitle .divTableHeadTitle:first-child {
  border-left: none;
}
.divTable.blueTable .divTableRowTitle:nth-child(even) {
  background: #D0E4F5;
}
.divTableRowTitle { display: table-row; }
.divTableHeadingTitle { display: table-header-group;}
.divTableCell, .divTableHeadTitle { display: table-cell;}
.divTableHeadingTitle { display: table-header-group;}




/* Tooltip container */
.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;

    /* Position the tooltip */
    position: absolute;
    z-index: 1;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}
/* Tooltip text */

.liveresult li{
	cursor: pointer;
}
.liveresult li:hover{
	background: #f2f2f2;
}


.SearchNavBar, .SearchItemsContainer{
    display: none;
}

a:hover{
  color: #fff !important;
}

/* Create three equal columns that floats next to each other */
.column {
    float: left;
    width: 15%;
    padding: 10px;
}

.column-center {
    float: left;
    width: 70%;
    padding: 10px;
}

.column-center-ilanlar {
    float: left;
    width: 100%;
    padding: 10px;
}

.column-ilan-tablosu {
    float: center;
    padding: 10px;
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
    .column {
        width: 100%;
    }
}


.table-text-center th, .table-text-center td {
    text-align: center;
}


/* Sonradan eklenenler */
