body{
    background-color: #000;
    font-family: 'Ubuntu Mono', monospace;
    font-weight: 400;

}
.primaryColor{color: #FFF ;}
.secondaryColor{color:#f4a927;}
.secondaryColor:hover{color:#f4a927; text-decoration: none;}

.secondaryBgColor{background-color:#f4a927 !important;}


.f12{font-size: 12px;}
.f14{font-size: 14px;}

.w_n{font-family:'Ubuntu Mono', monospace !important; font-weight: 400 !important;}
.w_b{font-family:'Ubuntu Mono', monospace !important; font-weight: 700 !important; }


.float_l{float: left;}
.float_r{float: right;}
.clear{clear: both;}

.border0{border: 1px #f4a927  solid;}
.border1{border: 2px #f4a927  solid;}
.border1_color{ border-color: #f4a927  !important;}

.bordert1{border-top: 1px #f4a927  solid;}
.borderb1{border-bottom: 1px #f4a927  solid;}

.ortala {margin-left: auto; margin-right: auto;}

.dw1200{width: 1200px;}


.lang_btn_selected, .lang_btn_selected:focus, .lang_btn_selected:active{
    background-color: #f4a927 !important;
    color: #000 !important;
    outline: #f4a927 !important;
    border-color: #f4a927 !important;
}
.lang_btn, .lang_btn:focus, .lang_btn:active{
    background-color: #000 !important;
    color: #f4a927 !important;
    outline: #000 !important;
    border-color: #000 !important;
}



.dot {
    height: 20px;
    width: 20px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
}

.dot2 {
    height: 10px;
    width: 10px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
}

#infoDiv{
    height: 300px;
    overflow-y:auto;
    background-color: rgba(109, 187, 115, .13);
} 
#tebrikDiv{
    height: 400px;
    background-color: rgba(109, 187, 115, .13);
} 

.bgtrans{background-color: rgba(109, 187, 115, .10);}

.form_altcizgi , .form_altcizgi:focus{ 
    border-top: 0px; 
    border-left: 0px; 
    border-right: 0px; 
    border-bottom: 2px; 
    border-style: solid;
    background-color: transparent;
    border-radius : 0px;
    outline: none;
    box-shadow:none !important;
    color: inherit;
}

.formSendBtn, .formSendBtn:focus, .formSendBtn:active{
    border: 2px #f4a927  solid;
    background-color: transparent;
    padding: 5px;
    outline: none;
    box-shadow:none !important;
    padding: 5px 10px;
}
.formSendBtn:hover{
    background-color: rgba(244, 169, 39, .60);
}

.tdnone{text-decoration: none !important;}
.tdnone:hover{text-decoration: none !important;}

.dnone{display: none;}

.kutubuton{
    border: 2px #f4a927 solid;
    color: #f4a927;
    text-decoration: none;
}
.kutubuton:hover{
    background-color: rgba(244, 169, 39, .60);
    text-decoration: none;
    color: #000;
}

.sagok{
    border: 2px #f4a927 solid;
    background-color: #000;
    padding: 5px;
    outline: none;
    box-shadow:none !important;
    padding: 5px 10px;
}


#logindiv{
    width: 400px; 
    margin-left: auto;
    margin-right: auto;
    margin-top: 200px;
}


#footer_index{
    position: fixed;
    left: 0px; right: 0px; bottom: 0px;
}


@media (max-width: 1019px) {

    #logindiv{
        width: 80%; 
        margin-left: auto;
        margin-right: auto;
        margin-top: 200px;
    }
    
    .dw1200{width: 95%;}

}
