﻿body, input, select, textarea {
}

* {
    font-family: Tahoma, sans-serif;
    font-size: 8.6pt;
    -webkit-text-size-adjust: none;
}

th {
    text-align: left;
}

iframe {
    border-radius: 4px;
}

img {
    border-width: 0px;
}

.imgShow {
    object-fit: cover;
    width: 100%;
    Height: 140px;
}

input[type=text], input[type=password], select {
    width: 210px;
    height: 19px;
    border: 1px solid #CACAB7;
    border-radius: 3px 3px 3px 3px;
    margin: 1px;
    padding: 3px;
}

input[type=checkbox] {
    vertical-align: sub;
}

textarea {
    width: 210px;
    border: 1px solid #CACAB7;
    border-radius: 3px 3px 3px 3px;
    margin: 1px;
    padding: 3px;
}

input[type=submit] {
    height: 25px;
    margin-top: 5px;
}

input[type=text]:focus, input[type=password]:focus, textarea:focus, select:focus {
    outline: none;
    border: 1px solid #9c9c9c;
    box-shadow: 0px 0px 8px #9c9c9c;
    -moz-box-shadow: 0px 0px 8px #9c9c9c;
    -webkit-box-shadow: 0px 0px 8px #9c9c9c;
    /*border: 2px solid #F1CA7E;
        margin: 0px;*/
}

sfieldset {
    border: 1px solid #CACAB7;
    border-radius: 6px 6px 6px 6px;
    margin: 2px;
    padding: 3px;
}

fieldset {
    border-radius: 3px 3px 3px 3px;
    border: solid 1px #bbb;
}

legend {
    margin-left: 10px;
    font-weight: bold;
}

select {
    width: 218px;
    height: 27px;
}

span select {
    width: 24%;
    height: 200px;
    overflow: auto;
    padding: 10px;
    margin-left: 7px;
    box-shadow: 0px 1px 7px 0px rgba(50, 50, 50, 0.5);
}

select option {
    padding: 5px;
}

.link {
    cursor: pointer;
    font-weight: normal;
    color: #B22F58;
    text-decoration: none;
}

.incelink {
    cursor: pointer;
    color: #666;
    text-decoration: underline;
}

.link:hover {
    cursor: pointer;
    color: orange;
    border-bottom: dashed 1px gray;
    text-decoration: none;
}

.sil {
    color: red;
}

.explain {
    color: #999999;
    font-style: italic;
    font-weight: normal;
}

.LightBox {
    border: 1px solid #ddd;
    border-radius: 3px 3px 3px 3px;
    padding: 3px;
}

.bottomline {
    border-bottom: solid 1px #eeeeee;
    font-weight: bold;
}

.k {
    width: 20%;
}

.b {
    width: 30%;
}

.mesajvehatirlatma {
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 1px;
    padding-bottom: 1px;
    border: solid 1px #999;
    border-radius: 5px;
    background-color: #F6F6F6;
}

.title {
    color: #D1457B;
    font-size: 16px;
    font-weight: bold;
}

.hata {
    font-size: 14px;
    width: 500px;
    border: solid 1px #dddddd;
}

.warning {
    color: red;
    border: solid 1px #FFD110;
    background-color: #FFFCA9;
    padding: 8px 4px 8px 4px;
    margin: 4px 4px 4px 0px;
}

.bigTextbox {
    width: 300px;
    height: 75px;
}

.activeGridEditPage {
    /*color: #881111;
    border: solid 2px #FF9900;*/
    border-bottom-width: 0px;
    padding: 2px 4px 2px 4px;
    font-weight: bold;
    background-color: #FFDD99;
    vertical-align: bottom;
    border-radius: 3px;
}

.grid_bottom {
    cursor: pointer;
    color: #662200;
    text-decoration: underline;
}

    .grid_bottom:hover {
        cursor: pointer;
        color: orange;
        border-bottom: dashed 1px gray;
        text-decoration: none;
    }

.alert {
    color: #C97800;
    border: solid 2px #FFD324;
    background-color: #FFF6BF;
    padding: 13px;
    margin: 4px 4px 4px 4px;
}

.information {
    color: #054B92;
    border: solid 2px #3399FF;
    background-color: #F4F4FF;
    padding: 13px;
    margin: 4px 4px 4px 4px;
}

.error {
    color: #DE0010;
    border: solid 2px #DE0010;
    background-color: #FBE3E4;
    padding: 13px;
    margin: 4px 4px 4px 4px;
}

.success {
    color: #0E8B4E;
    border: solid 2px #72C868;
    background-color: #E9FFDD;
    padding: 13px;
    margin: 4px 4px 4px 4px;
}

.waiting {
    color: #333333;
    border: solid 2px #A3A3A3;
    background-color: #eee;
    padding: 13px;
    margin: 4px 4px 4px 4px;
}

.minSize {
    font-size: 1px;
}

.defColor {
    background-color: white /*#FCF3F6*/;
}

.btn {
    display: block;
    position: relative;
    background: #DB7798;
    padding: 5px;
    float: left;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    margin-right: 1px;
    margin-bottom: 5px;
}

    .btn * {
        font-style: normal;
        background-image: url(btn2.png);
        background-repeat: no-repeat;
        display: block;
        position: relative;
    }

    .btn i {
        background-position: top left;
        position: absolute;
        margin-bottom: -5px;
        top: 0;
        left: 0;
        width: 5px;
        height: 5px;
    }

    .btn span {
        background-position: bottom left;
        left: -5px;
        padding: 0 0 5px 10px;
        margin-bottom: -5px;
    }

        .btn span i {
            background-position: bottom right;
            margin-bottom: 0;
            position: absolute;
            left: 100%;
            width: 10px;
            height: 100%;
            top: 0;
        }

        .btn span span {
            background-position: top right;
            position: absolute;
            right: -10px;
            margin-left: 10px;
            top: -5px;
            height: 0;
        }

    .btn.blue {
        background: #2ae;
    }

    .btn.red {
        background: #a00;
    }

    .btn.gray {
        background: #607D8B;
    }

    .btn.green {
        background: #9d4;
    }

    .btn.pink {
        background: #e1a;
    }

    .btn:hover {
        background-color: #444;
    }

    .btn:active {
        background-color: #444;
    }

    .btn[class] {
        background-image: url(shade.png);
        background-position: bottom;
    }

.itemImage {
    padding-right: 2px;
    vertical-align: middle;
}

.ajax__calendar_container {
    z-index: 999;
}

.autowidth {
    width: auto;
}

.lightbox {
    border: 1px solid #CACAB7;
    border-radius: 3px 3px 3px 3px;
    padding: 3px;
}

.ui-autocomplete-loading {
    background: white url('ui-lightness/images/ui-anim_basic_16x16.gif') right center no-repeat;
}

.checkedlist {
    width: 24px;
    height: 24px;
}

.checkedlist_none {
    display: none;
}

.checkedlist_visible {
    width: 300px;
    background-color: white;
    border: solid 1px gray;
    position: absolute;
    border-collapse: separate;
    border-spacing: 3px;
    border-radius: 5px;
}

.checkedlist_hidden {
    display: none;
}

.checkedlist_area {
    display: inline-table;
    *display: inline;
    width: 1px;
    height: 1px;
    margin: 0px;
    padding: 0px;
    border-collapse: collapse;
    border-spacing: 0px;
    vertical-align: sub;
    *vertical-align: middle;
}

.checkedlist_header {
    height: 25px;
    background-color: #eee;
    border: 1px solid #ddd;
}

.checkedlist_content {
    overflow: auto;
    width: 100%;
    height: 150px;
    vertical-align: top;
}

.edittable {
    border: 1px solid gray;
    width: 100%;
    border-collapse: collapse;
}

    .edittable th {
        border: 1px solid gray;
        height: 30px;
    }

.printviewer_print {
    background: url(../../../GUI/Images/yazdir.png);
}

.printviewer_close {
    background: url(../../../GUI/Images/cikis.png);
}

.printviewer_print, .printviewer_close {
    width: 357px;
    height: 60px;
    border: 0px;
    margin: 5px;
    cursor: pointer;
}

.hidden {
    display: none;
}

/*raporlama tool u için*/
.sagadaya {
    text-align: right;
}

.soladaya {
    text-align: left;
}

.ortala {
    text-align: center;
}

.kalin {
    font-weight: bold;
}

.pasif {
    text-decoration: line-through;
    opacity: 0.7;
}

.kolonumaviyap {
    color: #2196F3;
}

.teksatir {
    white-space: nowrap; /*aşağı inmeyen satır*/
}

.pading0 {
    padding:0px;
}
/*raporlama tool u için*/
