﻿
.hrVer.style-one {
    border: 0;
    height: 1px;
    background: #008C23;
    background-image: linear-gradient(to right, #fff, #008C23, #fff);
}

.hrVer.style-two {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(66, 173, 182, 0.75), rgba(0, 0, 0, 0));
}

.hrVer.style-three {
    border: 0;
    border-bottom: 1px dashed #ccc;
}

.hrVer.style-four {
    border: 0;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.4);
}

.hrVer.style-five {
    border: 0;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.4);
}



.borderVerme {
    border-top-style: none;
    border-left-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border: none !important;
}

.borderVer {
    border: solid 1px #E6E6E6;
}


.yuvarlakVer {
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}

.golgeVer {
    box-shadow: 0px 0px 0px 3px rgba(0,0,0,0.40);
    -moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.40);
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.40);
}

.golgeVer2 {
    box-shadow: 0px 0px 0px 3px rgba(0,0,0,0.20);
    -moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.20);
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.20);
}

.etiketYAP {
    display: block;
    padding: 1px 16px 3px 16px;
    background-color: #e6e6e6;
    color: #666666;
    font-weight: 600;
    margin: 0 10px 10px 0;
}

.etiketYAP2 {
    display: block;
    padding: 1px 16px 3px 16px;
    background-color: #fccdcd;
    color: #666666;
    font-weight: 600;
    margin: 0 10px 10px 0;
}

.etiketYAP a:hover a:focus {
    display: block;
    padding: 1px 16px 3px 16px;
    background-color: #e6e6e6;
    color: #008C23;
    font-weight: 600;
    margin: 0 10px 10px 0;
}



.solSutun {
    text-align: right;
    padding-right: 6px;
    font-weight: bold;
    padding-top: 10px;
}

.gray {
    background-color: gray;
}

.bosluk {
    padding-right: 10px;
}

.avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #f1f1f1;
}

.yukseklik_td {
    padding: 4px 8px !important; /* Padding azaltıldı */
    font-size: 13px; /* Yazı boyutu hafifçe küçültüldü */
    line-height: 2; /* Satır yüksekliği azaltıldı */
}

.yukseklik_td_baslik {
    padding: 4px 8px !important; /* Padding azaltıldı */
    font-size: 14px; /* Yazı boyutu hafifçe küçültüldü */
    color: #666 !important;
    line-height: 3; /* Satır yüksekliği azaltıldı */
}

label {
    margin-bottom: 6px !important;
}

.buyukHarfYap {
    text-transform: uppercase;
}


