html{
    height: 100%;
    width: 100%;
    background: #525252;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


body {
    margin: 0;
    height: 100%;
    width: 100%;
    overflow-y: auto;
}

*:focus {
    outline: none !important;
}

#header {
    width:100%;
    height: 48px;
    background: rgba(40, 40, 40, 0.8);
    font-family: "Open Sans";
}

#logo{
    margin-left: 17px;
    float: left;
}

#container{
    width: 100%;
    position: fixed;
    top:48px;
    bottom: 1px;
}

#mainTable{
    position: fixed;
    top:48px;
    bottom:1px;
    width: 100%;
    height: 100%;
    border-spacing: 0;
}

.span{
    word-break:break-all;
}

#mainPanel{
    padding-left: 25px;
    height: 100%;
    vertical-align: top;
    width: 80%;
    background-image: url(../images/background.png);
    background-size: cover;

}

#mainPanelHeader{
    width: 100%;
    height: 57px;
    font-family: "Open Sans";
    font-size: 20px;
    padding-top: 12px;
    color: #ffffff;
}

#mainPanelHeader a{
    width: 100%;
    height: 57px;
    font-family: "Open Sans";
    font-size: 20px;
    cursor:pointer;
    color :white;
}



#mainPanelContent{
    position: fixed;
    top: 105px;
    bottom: 1px;
    width: 80%;
    padding-left: 40px;
    padding-right: 60px !important;
    overflow-y: auto;
    color: white;
    font-family: "Open Sans";

}

.editIcon{
    vertical-align: baseline;
    padding-left: 10px;
    height: 20px;
    cursor: pointer;
}

.socialIcon {
    width: 40px;   /* ikon genişliği */
    height: 40px;  /* ikon yüksekliği */
    margin: 15px 8px; /* aralığı ayarladım */
    cursor: pointer;
    transition: transform 0.2s ease-in-out;
}

.socialIcon:hover {
    transform: scale(1.2); /* üzerine gelince büyüsün */
}
#socialDiv{
    position: fixed;
    bottom: 20px;
    width:100%;
    color:white;
}
#copyright{
    margin-left: 10px;
}
#email{
    margin-left: 50px;
}


#tanitim{
    color: #ffffff;
    font-family: "Open Sans";
    font-size: 20px;
    cursor: pointer;
    height: 48px;
    text-align: center;
    vertical-align: middle;
    line-height: 48px;
    width: 200px;
    background: #525252;;
    position: fixed;
    right:0px;
}


#tanitim:hover{
    background: #b0adad;
}

#sss{
    color: #ffffff;
    font-family: "Open Sans";
    font-size: 20px;
    cursor: pointer;
    height: 48px;
    text-align: center;
    vertical-align: middle;
    line-height: 48px;
    width: 100px;
    background: #525252;
    position: fixed;
    right: 200px;
    top: 0;
    white-space: nowrap;
    width: auto;
  
}


#sss:hover{
    background: #b0adad;
}


.iconEditWhite{
    vertical-align: super;
    font-size: 18px;
    margin-right: 10px;
    margin-left: 10px;
    color: #fff;
    cursor: pointer;
}

.navigasyon{
    padding: 3px;
}

.navigasyon:hover{
    background: #D5726D;
    text-decoration: none;
}
#telefon {
    position: fixed;   /* ekranın köşesine sabitle */
    top: 15px;         /* yukarıdan boşluk */
    right: 20px;       /* sağdan boşluk */
    font-size: 15px;
    font-weight: bold;
    color: #ffffff;
    background: #28a745;
    padding: 6px 12px;
    border-radius: 6px;
    text-decoration: none;
    z-index: 9999;     /* her şeyin üstünde kalır */
}
#telefon:hover {
    background: #218838;
    color: #fff;
}

