﻿.gucHesaplama {
    margin: 0;
    padding: 30px;
    background-color: #FFF;
}

.gucHesaplama .row {
    padding: 0;
    margin: 0;
}

.gucHesaplama .gucBaslik {
    background-color: #0ca4bd;
    color: #FFF;
    font-size: 16px;
    font-family: 'klavikamedium', sans-serif;
    min-height: 50px;
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    border: none;
    margin: 0;
    line-height: 50px;
}

.gucHesaplama .gucBaslik div:nth-child(2) {
    text-align: center;
}

.gucHesaplama .gucBaslik div:nth-child(3) {
    text-align: right;
}

.gucHesaplama .gucBaslik title {
    display: block;
}

.gucHesaplama .gucBaslik div:first-child title,
.gucHesaplama .gucBaslik div:last-child title {
    padding: 0 15px;
}

.gucHesaplama .gucDetay {
    padding: 0 15px;
    line-height: normal;
}

.gucHesaplama .gucDetay .row div:nth-child(1),
.gucHesaplama .gucDetay .row div:nth-child(2) {
    padding: 15px 0
}

.gucHesaplama .sol {
    width: 50%;
    float: left;
}

.gucHesaplama .sag {
    width: 50%;
    float: right;
}

.gucHesaplama .gucDetay .row {
    min-height: 50px;
    border-bottom: 2px solid rgba(133,154,163,0.3);
    line-height: normal;
}

.gucHesaplama .gucDetay .row div:nth-child(2) {
    text-align: center;
}


.gucHesaplama .gucDetay input[type=text] {
    border: 1px solid #859aa3;
    height: 30px;
    width: 48px;
    background-color: transparent;
    float: right;
    color: #0a4f60;
    padding: 0 5px;
    margin: 10px 0;
}

.gucHesaplama .gucHesaplaButonlar {
    float: right;
    text-align: right;
    margin: 20px 15px 10px 0;
}

.gucHesaplama .gucHesaplaButonlar button {
    padding: 0 30px;
    height: 40px;
    font-size: 16px;
    font-family: 'klavikamedium', sans-serif;
    border: none;
    color: #FFF;
    cursor: pointer;
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
}

.gucHesaplama .gucHesaplaButonlar .gucHesaplaSil {
    float: left;
    background-color: #0ca4bd;
}

.gucHesaplama .gucHesaplaButonlar .gucHesaplaHesapla {
    float: right;
    margin-left: 10px;
    background-color: #ed1b2e;
}

.gucHesaplama .gucHesaplaRapor {
    width: 100%;
    background-color: #ecf0f1;
    line-height: 40px;
    margin-top: 10px;
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
}

.gucHesaplama .gucHesaplaRapor p {
    padding: 0 15px;
    color: #0a4f60;
    font-size: 16px;
    font-family: 'klavikamedium', sans-serif;
}
