.timeline .time{
    font-size: 30px !important;
}
.feeds li .col2 {
    width: 150px !important;
    margin-left: -150px !important;
}
.liste li{
    padding: 5px;
    border-bottom: solid 1px #C1CBD0 !important;
}
.margin-top-5{
    margin-top: 5px !important;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type=number] {
    -moz-appearance:textfield;
}
.verticalAlign tbody tr td{
    vertical-align: middle;
}
.satisTable ul li:first-child .tohumCesitler{
    background-color: #35aa47;
}
.satisTable ul li:last-child .tohumCesitler{
    background-color: #89c4f4;
}
.satisTable ul li:after{
     content: "/";
     position: absolute;
     padding-left: 5px;
 }
.satisTable ul li:last-child:after{
    content: "";
}

.bayibelge{
    position: relative;
}
.bayibelge .bilgiler{
    position: absolute;
    top:35%;
    left:38%;
    font-size: 18px;
    font-weight: 600;
    width: 100%;
}
.bayibelge .bilgiler .duzenlemeTarih{
    margin-top: 22px;
}
.bayibelge .bilgiler .belgeNo{
    margin-top: 35px;
}
.bayibelge .bilgiler .AdiUnvani{
    margin-top: 17px;
}

.bayibelge .bilgiler .adres{
    margin-top: 17px;
    min-height: 105px;
    line-height: 27px;
    width: 320px;
}
.bayibelge .bilgiler .uyelikTarih{
    margin-top: 24px;
}
.bayibelge .bilgiler .uyelikNo{
    margin-top: -17px;
}

.bayibelge .bilgiler .tohumBayiNo{
    margin-top: 23px;
}
.sa-icon.sa-success{
    border: none !important;
}
.sa-icon{
    border-radius: 50% !important;
}
.sa-placeholder{
    border-radius: 50% !important;
}




.bs-example{
    font-family: sans-serif;
    position: relative;
    margin: 50px;
}
.typeahead, .tt-query, .tt-hint {
    border-radius: 8px;
    font-size: 18px;
    height: 30px;
    line-height: 30px;
    outline: medium none;
    padding: 8px 12px;
    width: 100%;
}
.typeahead {
    background-color: #FFFFFF;
}
.typeahead:focus {
    border: 2px solid #0097CF;
}

.tt-hint {
    color: #999999;
}
.tt-dropdown-menu {
    background-color: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    margin-top: 12px;
    padding: 8px 0;
    width: 422px;
}
.tt-suggestion {
    font-size: 18px;
    line-height: 24px;
    padding: 3px 20px;
}
.tt-suggestion.tt-is-under-cursor {
    background-color: #0097CF;
    color: #FFFFFF;
}
.tt-suggestion p {
    margin: 0;
}


.autocomplete-suggestions { border: 1px solid #999; background: #FFF; cursor: default; overflow: auto; -webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); -moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); }
.autocomplete-suggestion { padding: 2px 5px; white-space: nowrap; overflow: hidden; }
.autocomplete-no-suggestion { padding: 2px 5px;}
.autocomplete-selected { background: #F0F0F0; }
.autocomplete-suggestions strong { font-weight: bold; color: #000; }
.autocomplete-group { padding: 2px 5px; }
.autocomplete-group strong { font-weight: bold; font-size: 16px; color: #000; display: block; border-bottom: 1px solid #000; }

.blink_me {
    animation: blinker 1s linear infinite;
}

@keyframes blinker {
    50% { opacity: 0.0; }
}