﻿body {
    font-family: Segoe, Segoe UI,DejaVu Sans,Trebuchet MS,Verdana,sans-serif;
    font-size: 16px;
    margin: 0px;
    background-color: #e9ebee;
    line-height: 160%;
}

#dvMainDiv {
    margin-top: 10px;
    margin-bottom: 10px;
    max-width: 890px;
    margin-left: auto;
    margin-right: auto;
    min-height: 1000px;
}

@media(max-width: 1250px) {
    #dvMainDiv {
        margin-top: 10px;
        margin-bottom: 10px;
        margin-left: 0px;
        width: 890px;
        min-height: 1000px;
        box-shadow: 0px 0px 5px gray;
        background-color: white;
        border-radius: 7px;
    }
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

a {
    color: #4285F4;
    text-decoration: none;
    letter-spacing: 0px;
}

    a:hover {
        text-decoration: underline;
    }

#dvTop {
    padding-right: 10px;
    background: linear-gradient(to bottom, #e9ebee 0%, #ffffff 35%, #e9ebee 100%);
    margin-bottom: 5px;
    border-radius: 3px;
}

#dvLeft {
    padding-left: 10px;
    padding-top: 10px;
    width: 225px;
    display: inline-block;
}

#dvContent {
    width: 637px;
    display: inline-block;
}

#dvAnaSayfaContent {
    padding: 5px;
}

#dvLogo {
    padding: 5px;
    float: left;
    margin-right: 5px;
}

#dvSiteName {
    float: left;
    white-space: nowrap;
    margin-top: 10px;
}

    #dvSiteName a:hover {
        text-decoration: none;
    }


#dvLinks {
    padding: 5px;
    float: right;
    font-size: 12px;
    letter-spacing: 1px;
    color: silver;
}

@media(max-width: 630px) {
    #dvLinks {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        clear: both;
        text-align: center;
    }
}

#dvLinks a {
    font-size: 14px;
    font-family: Arial;
    letter-spacing: 1px;
    white-space: nowrap;
}

.sUstArama {
    height: 48px;
}

table {
    font-size: 14px;
}

input[type=text], input[type=number], input[type=date], input[type=time], select, textarea {
    padding: 5px;
    font-size: 14px;
    border-radius: 3px;
    border: solid 1px steelblue;
}

input[type=button], input[type=submit], button {
    padding: 6px;
    border-radius: 2px;
    color: white;
    background-color:#0094ff;
    border: solid 0px lightsteelblue;
    text-shadow:1px 1px 1px #555555;
    position:relative;
}
input[type=button]:hover, input[type=submit]:hover, button:hover {
    box-shadow:0px 0px 1px black;
}
input[type=button]:active, input[type=submit]:active, button:active {
    box-shadow:none;
    left:1px;
    top:1px;
}
button {
    margin-right: 2px;
}

select optgroup {
    font-style: normal;
}


#spnSlogan {
    font-size: 15px;
    margin-left: 4px;
    text-shadow: none;
    color: black;
    font-style: normal;
    font-family: 'Times New Roman';
    font-style: italic;
}

.sAnaSayfaArama {
    width: 400px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 10px;
}

.sAnaSayfaSlogan {
    font-size: 20px;
    text-align: center;
    padding: 10px;
    margin: 0px;
    font-weight: normal;
}

h1, h2, h3, h4, h5, h6 {
    text-shadow: 1px 1px 3px silver;
    font-family: Arial;
    text-shadow: 1px 1px 1px silver;
    letter-spacing: 1px;
    font-weight: normal;
    color: #333;
}

h1, h1 a {
    font-size: 24px;
    color: #333;
}

h2, h2 a {
    font-size: 22px;
    color: #333;
}

h3, h3 a{
    font-size: 20px;
    font-weight: normal;
    color: #333;
}

h4, h4 a {
    font-size: 15px;
    font-weight: normal;
    color: #333;
}

h5, h5 a {
    font-size: 14px;
    font-weight: normal;
    color: #333;
}

.stlMath {
    font-family: "Times New Roman";
    font-size: 18px;
    font-weight: normal;
}
.stlMatematikIfade {
    font-family: "Times New Roman";
    font-size: 21px;
    font-weight: bold;
    font-style: italic;
    display: inline-block;
    margin-top: 15px;
    margin-bottom: 15px;
}
.stlSayiGiris {
    text-align: right;
}

.sHesaplamaFormu {
    line-height: 160%;
}

.slcDovizSelect {
    width: 200px;
}

#dvCopy {
    letter-spacing: 1px;
    padding: 10px;
    margin-top: 30px;
    border: solid 1px silver;
    border-radius: 7px;
    font-size: 14px;
    margin-bottom:10px;
}

.sGirisDiv {
    padding: 5px;
}

.ulForm {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}

    .ulForm li {
        margin-bottom: 15px;
    }

    .ulForm u {
        width: 150px;
        display: inline-block;
        vertical-align: bottom;
    }

.sHataDivi {
    background: url(/Resimler/Hata.png) 5px center no-repeat;
    color: black;
    background-color:#ffeeee;
    font-size: 18px;
    padding: 5px;
    padding-left: 35px;
    border: solid 1px #ffaaaa;
    border-radius: 5px;
}

.sSonuc {
    border: solid 5px #54cf5e;
    border-radius: 7px;
    border-top-left-radius:0px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px;
    padding-top: 35px;
    font-size: 15px;
    position: relative;
    background-color: #ffffff;
}

@keyframes sonucHareket {
    100% {
        left: 5px;
    }
}
.sAltBilgi {
    max-width: 100%;
    overflow-x: auto;
}
.spnHesapEl {
    position: relative;
    top: -15px;
    display: inline-block;
    padding-left: 30px;
}
.sSonucBasligi {
    position: absolute;
    left: 0px;
    top: -18px;
    color: white;
    font-size: 18px;
    background-color: #54cf5e;
    padding-left: 5px;
    padding-right: 5px;
    border: solid 5px #54cf5e;
    border-radius: 4px;
    animation: sonucHareket 200ms 1500ms alternate 4 linear;
    text-shadow: 1px 1px 1px #6c6969;
}

.sBlokBaslik {
    display: inline-block;
    width: 150px;
}

.sParaGirisi {
    text-align: right;
    background: url(/Resimler/TLSimgesi.png) right center no-repeat;
    padding: 5px;
    padding-right: 18px;
    border: solid 1px silver;
    border-radius: 3px;
    font-size: 14px;
}

#dvHataGorusBaglanti {
    text-align: right;
    padding: 5px;
}

#dvGrup {
    margin-bottom: 300px;
}

#ulGrup li {
    list-style-type: none;
    line-height: 200%;
}

#dvHesaplamaSolMenu {
    float: left;
    width: 200px;
    margin-left: 5px;
    display: inline-block;
    margin-top: 10px;
}

#dvHesaplamaIcerik {
    float: left;
    width: 675px;
}


/*Form*/
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

#dvBottom {
    padding: 10px;
    background: #0094ff;
    height: 100px;
    position: relative;
}

    #dvBottom a {
        color: white;
    }

#dvBottomCopy {
    background-color:white;
    border-radius:3px;
    padding:4px;
}

#dvContentGroup {
    box-shadow: 0px 0px 5px gray;
    background-color: white;
    border-radius: 3px;
}


/* Form */

.sHesapFormu * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.sHesapFormu {
    font-family: Arial, sans-serif;
    font-size: 15px;
    max-width: 600px;
    background-color: #f5f5f9; /*#f1fffd;*/
    padding: 10px;
    border-radius: 7px;
    box-shadow: 0px 0px 12px #888;
    margin-top: 20px;
    padding-top: 20px;
    margin-right: auto;
    margin-left: auto;
    font-size: 14px;
}

    .sHesapFormu label {
        float: left;
        width: 30%;
        text-align: right;
        margin-top: 12px;
        border: solid 0px red;
        color:#004372;
    }

.sFormGroup {
    margin-top: 5px;
    clear: both;
    overflow: hidden;
}

.sFormField {
    float: left;
    width: 70%;
    text-align: center;
    display: block;
}

.sFormField::after {
    content: "";
    clear: both;
}
.sFormField table {
    width:100%;
}
.sFormField td {
    vertical-align:top;
}
.sFormBody {
    border-top: solid 1px white;
    border-bottom: solid 1px silver;
    padding-top: 5px;
    padding-bottom: 20px;
}
/*
.sFormField input[type=radio],
.sFormField input[type=checkbox],
.sFormField label {
    margin-top:16px;
}

.sFormField input[type=radio],
.sFormField input[type=checkbox]
{
    margin-left: 15px;
}
*/
.sFormField input[type=text],
.sFormField input[type=number],
.sFormField textarea,
.sFormField select {
    width: 95%;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 7px;
    border-radius: 3px;
    border: solid 1px #e8e8e8;
    box-shadow: 0px 0px 1px silver;
    font-size: 14px;
    resize: vertical;
}

    .sFormField input[type=text]:focus,
    .sFormField input[type=number]:focus,
    .sFormField select:focus,
    .sFormField textarea:focus {
        border-bottom: solid 1px #0094ff;
        outline:none;
    }
/*
.sFormField input[type=radio],
.sFormField input[type=checkbox] {
}*/


.sFormField label {
    float: none;
    margin-top: 10px;
    font-weight: normal;
    text-align: left;
    min-height: 1px;
    width: auto;
    color:#333;
    margin-right:5px;
}

.sFieldInf {
    clear: both;
    text-align: left;
    padding-left: 10px;
    color: gray;
    text-shadow: 1px 1px 2px white;
}

.sFormFieldDouble {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

    .sFormFieldDouble input[type=text],
    .sFormFieldDouble input[type=number],
    .sFormFieldDouble select {
        margin-top: 5px;
        margin-bottom: 5px;
        padding: 7px;
        border-radius: 3px;
        border: solid 1px #e8e8e8;
        box-shadow: 0px 0px 1px silver;
        font-size: 14px;
    }

        .sFormFieldDouble input[type=text]:first-child,
        .sFormFieldDouble input[type=number]:first-child,
        .sFormFieldDouble select:first-child {
            float: left;
            width: 50%;
        }

        .sFormFieldDouble input[type=text]:last-child,
        .sFormFieldDouble input[type=number]:last-child,
        .sFormFieldDouble select:last-child {
            float: right;
            width: 50%;
        }

            .sFormFieldDouble input[type=text]:last-child::after,
            .sFormFieldDouble input[type=number]:last-child::after,
            .sFormFieldDouble select:last-child::after {
                content: "abcdef";
                clear: both;
            }

.sFormFieldMulti {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

    .sFormFieldMulti input[type=text],
    .sFormFieldMulti input[type=number],
    .sFormFieldMulti select {
        width: initial;
    }

.sFormFieldUnit {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

    .sFormFieldUnit input[type=text],
    .sFormFieldUnit input[type=number],
    .sFormFieldUnit select {
        margin-top: 5px;
        margin-bottom: 5px;
        padding: 7px;
        border-radius: 3px;
        border: solid 1px #e8e8e8;
        box-shadow: 0px 0px 1px silver;
        font-size: 14px;
    }

        .sFormFieldUnit input[type=text]:first-child,
        .sFormFieldUnit input[type=number]:first-child,
        .sFormFieldUnit select:first-child {
            float: left;
            width: 88%;
        }

    .sFormFieldUnit span:last-child {
        float: left;
        display: inline-block;
        margin-top: 20px;
        margin-left: 5px;
    }

        .sFormFieldUnit span:last-child::after {
            content: "";
            clear: both;
        }


.sFormHeader {
    font-weight: normal;
    padding-bottom: 5px;
    border-bottom: solid 1px silver;
    font-family: Arial;
    font-size: 17px;
    padding-top: 5px;
    min-height: 36px;
    width: 100%;
    background: url(/Resimler/Logo/32x32.png) left top no-repeat;
    padding-left: 38px;
    padding-bottom: 12px;
    text-shadow: 1px 1px 1px white;
    letter-spacing: 1px;
}

.sFormButtons {
    text-align: right;
    padding-top: 10px;
    border-top: solid 1px white;
}

    .sFormButtons input[type=submit], .sFormButtons input[type=button] {
        box-sizing:content-box;
        padding: 10px;
        min-width: 100px;
        background: #0094ff;
        color: white;
        border-width: 0px;
        border-radius: 3px;
        cursor: pointer;
        border: solid 1px transparent;
        font-weight: 600;
    }

        .sFormButtons input[type=submit]:hover, .sFormButtons input[type=button]:hover {
            box-shadow: 1px 1px 2px black;
        }

        .sFormButtons input[type=submit]:active, .sFormButtons input[type=button]:active {
            box-shadow: 0px 0px 2px black;
        }

@media (max-width: 460px) {
    .sHesapFormu {
        margin-left: 0px;
        margin-right: 0px;
    }

        .sHesapFormu label {
            float: none;
            text-align: left;
            min-height: 1px;
            margin-top:3px;
            width:auto;
        }

    .sFormField {
        float: none;
        width: 100%;
        text-align: left;
    }

        .sFormField input[type=text],
        .sFormField input[type=number] {
            width: 99%;
        }

    .sFormFieldDouble {
        float: none;
        width: 100%;
        text-align: left;
    }


        .sFormFieldDouble input[type=text],
        .sFormFieldDouble input[type=number] {
            width: 99%;
        }

    .sFormFieldUnit {
        float: none;
        width: 100%;
        text-align: left;
    }


        .sFormFieldUnit input[type=text],
        .sFormFieldUnit input[type=number] {
            width: 99%;
        }
}
/* Form Sonu */

/* Satır ve Sütunlar */
.sSatir-2 {
    box-sizing: border-box;
    width: 100%;
}
.sSatir-3 {
    box-sizing: border-box;
    width: 100%;
}
.sSatir-4 {
    box-sizing: border-box;
    width: 100%;
}
.sSatir-5 {
    box-sizing: border-box;
    width: 100%;
}
.sHucre-2 {
    box-sizing: border-box;
    width: 50%;
}
.sHucre-3 {
    box-sizing: border-box;
    float:left;
    width: 33.3%;
}
.sHucre-4 {
    box-sizing: border-box;
    float:left;
    width: 25%;
}
.sHucre-5 {
    box-sizing: border-box;
    float:left;
    width: 20%;
}
.sSatir-2 .sHucre-2::after,
.sSatir-3 .sHucre-3::after,
.sSatir-4 .sHucre-4::after,
.sSatir-5 .sHucre-5::after {
    content: "";
    clear: both;
    display: table;
}

    .sHucre-2 input[type=text],
    .sHucre-2 input[type=number],
    .sHucre-3 input[type=text],
    .sHucre-3 input[type=number],
    .sHucre-4 input[type=text],
    .sHucre-4 input[type=number],
    .sHucre-5 input[type=text],
    .sHucre-5 input[type=number] {
        box-sizing:border-box;
        width: 94%;
        margin-left: auto;
        margin-right: auto;
    }

/* Slider */
input[type=range] {
    -webkit-appearance: none;
    box-sizing: border-box;
    margin: 0px;
    margin-bottom:7px;
    width: 95%;
}

    input[type=range]:focus {
        outline: none;
    }

    input[type=range]::-webkit-slider-runnable-track {
        width: 100%;
        height: 12.8px;
        cursor: pointer;
        animate: 0.2s;
        box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
        background: #ffe590;
        border-radius: 25px;
        border: 0px solid #000101;
    }

    input[type=range]::-webkit-slider-thumb {
        box-shadow: 0px 0px 4px #000000;
        border: 4px solid #ffffff;
        height: 20px;
        width: 20px;
        border-radius: 12px;
        background: #0094ff;
        cursor: pointer;
        -webkit-appearance: none;
        position:relative;
        top:-3.4px;
    }

    input[type=range]:focus::-webkit-slider-runnable-track {
        background: #ffe590;
    }

    input[type=range]::-moz-range-track {
        width: 100%;
        height: 12.8px;
        cursor: pointer;
        animate: 0.2s;
        box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
        background: #ffe590;
        border-radius: 25px;
        border: 0px solid #000101;
    }

    input[type=range]::-moz-range-thumb {
        box-shadow: 0px 0px 4px #000000;
        border: 4px solid #ffffff;
        height: 16px;
        width: 16px;
        border-radius: 12px;
        background: #0094ff;
        cursor: pointer;

    }

    input[type=range]::-ms-track {
        box-sizing:border-box;
        width: 100%;
        height: 12.8px;
        cursor: pointer;
        animate: 0.2s;
        background: transparent;
        border-color: transparent;
        border-width: 0px;
        color: transparent;
        margin-top:2px;
        margin-bottom:2px;
    }

    input[type=range]::-ms-fill-lower {
        background: #ffe590;
        border: 0px solid #000101;
        box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
        border-radius: 50px;
    }

    input[type=range]::-ms-fill-upper {
        background: #ffe590;
        border: 0px solid #000101;
        box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
        border-radius: 50px;
    }

    input[type=range]::-ms-thumb {
        box-shadow: 0px 0px 4px #000000;
        border: 4px solid #ffffff;
        height: 16px;
        width: 16px;
        border-radius: 12px;
        background: #0094ff;
        cursor: pointer;
    }

    input[type=range]:focus::-ms-fill-lower {
        background: #ffe590;
    }

    input[type=range]:focus::-ms-fill-upper {
        background: #ffe590;
    }

.sGenelTablo {
}

    .sGenelTablo .sGenelTabloBaslik {
        background-color: #f5f5f5;
    }

    .sGenelTablo td {
        border: solid 1px #e9e9e9;
        padding:5px;
    }
.sKapak {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: lightsteelblue;
    opacity: 0.4;
    z-index: 1000;
}

#dvKapak {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: lightsteelblue;
    opacity: 0.4;
    z-index: 1000;
    visibility: hidden;
}