<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*, body{
    font-family: Helvetica, Arial, 'sans-serif';
}

.backRed{
    height: 100% !important;
    background-color: red;
}

.padding_no{
    padding: 0px !important;
}

.anone{
    text-decoration: none !important;
    cursor: pointer;
    color: #00adbb;
}

.anone:hover{
    text-decoration: none !important;
    cursor: pointer;
    color: #008c97;
}

.anoneBeyaz{
    text-decoration: none !important;
    cursor: pointer;
    color: #fff;
}

.anoneBeyaz:hover{
    text-decoration: none !important;
    cursor: pointer;
    color: #008c97;
}

.top10{
    margin-top:10px;
}

.top20{
    margin-top:20px;
}

.top30{
    margin-top:30px;
}

.h1_style_one{
    font-size: 13pt;
    color: #00adbb;
    font-weight: bold;
}

.h1_style_two{
    font-size: 11pt;
    color: #00adbb;
    font-weight: bold;
}

.triangle{
    width: 35px;
    height: 35px;
    *border-style: solid;
    *border-width: 30px 30px 0 0;
    *border-color: #00adbb transparent transparent transparent;
    float: left;
    background-image: url("../../uploads/favicon-96x96.png");
    background-size: cover;
    background-repeat: no-repeat;
    margin-right: 10px;
}

.h2_container{
    height: 30px;
    line-height: 30px;
}
.h2_style_one{
    font-size: 11pt;
    color: #00adbb;
    font-weight: bold;
    float: left;
}

.img_bottom{
    margin-bottom: 20px;
}

.error {
    color: #00adbb;
}

.bold{
    font-weight: bold;
}

.underline{
    border-bottom: 1px solid #00adbb;
}



.doktrin {
    width: 70px;
    float: right;
    opacity: 0.3;
    -webkit-transition: all .8s ease;
    -moz-transition: all .8s ease;
    -ms-transition: all .8s ease;
    -o-transition: all .8s ease;
    transition: all .8s ease;
}

.doktrinP {
    position: absolute;
    right: 0px;
    width: 70px;
    height: auto;
    margin-top: 21px;
}

.svg:hover .doktrin {
    opacity: 1;
    -webkit-transition: all .8s ease;
    -moz-transition: all .8s ease;
    -ms-transition: all .8s ease;
    -o-transition: all .8s ease;
    transition: all .8s ease;
}

.svg {
    position: absolute;
    z-index: 10;
}

a.svg:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.flags{
    padding-left: 4px !important;
    padding-right: 3px !important;
    padding-bottom: 1px !important;
    position: relative;
    z-index: 1000;
    top: -30px;
    float: right;
    background-color: #e2e2e2;
    border-radius: 3px;
}

.flags a span {
background-color: #fff;
}

.strong{
    font-weight: bolder;
}

.AquaLightBackground{
    background-color: rgba(17,160,175,0.8);
    color: #fff;
}

.fa{
    font-size: 16pt !important;
}

a,
a label {
    cursor: pointer;
}

.map_button{
    padding-top: 20px;
    padding-bottom: 8px;
    padding-right: 12px;
    padding-left: 12px;
    border: 1px solid #333333;
}
.map_button_icon{
    font-size: 20pt !important;
}

.font_gray{
    color: #333333 !important;
}

.font_gray:hover{
    text-decoration: none;
    color: #00adbb !important;
}

.turkuaz{
    color: #00adbb;
}

.red{
    color: red;
}

.form-control:focus {
    border-color: 0px;
    outline: 0;
    -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 0px 0px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
}

.bootstrap-select .btn:focus, a:focus, a:visited, a:hover{
    outline: none !important;
}</pre></body></html>