﻿@import url('reset.css');

header.topHeader {
    background: url("../img/menu_bar_tile.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 30px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
}

header.header {
    height: 26px;
    padding: 4px;
    width: 99%;
    z-index: 100;
    border: 1px solid #ccc;
    background: rgb(238,238,238); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(238,238,238,1) 0%, rgba(204,204,204,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(238,238,238,1)), color-stop(100%,rgba(204,204,204,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
}

.hizmetlerHeader {
    border-top: 1px solid #ccc;
    background: rgb(238,238,238); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(238,238,238,1) 0%, rgba(204,204,204,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(238,238,238,1)), color-stop(100%,rgba(204,204,204,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
    padding: 10px;
}

.main {
    padding-bottom: 40px;
}

.content {
    margin: 0 auto;
    max-width: 1000px;
}

section {
    padding: 4px;
    display: inline-block;
}

    section.left {
        float: left;
        max-width: 472px;
        margin-right: 40px;
    }

    section.right {
        float: left;
        max-width: 472px;
    }

.form-item {
    height: 30px;
}

    .form-item label {
        display: block;
        float: left;
        margin-right: 10px;
        width: 190px;
    }

    .form-item div {
        float: left;
        width: 240px;
    }

        .form-item div mTop {
            margin-top: 10px;
        }

.inputLarge {
    width: 240px;
}

.inputMiddle {
    width: 120px;
}

.inputSmall {
    width: 90px;
}


footer {
    background: url("../img/menu_bar_tile.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    bottom: 0;
    height: 18px;
    padding: 6px;
    position: fixed;
    width: 100%;
    z-index: 100;
}

    footer .copyright {
        color: #EEEEEE;
        float: right;
        font-size: 12px;
        width: 200px;
    }

        footer .copyright span {
            margin-left: 10px;
            text-shadow: 0 0 2px;
        }

.inputSelectLarge {
    width: 240px;
}

.tabButtonlar input {
    float: right;
    margin-left: 10px;
}

.tblHata {
    width: 100%;
}

    .tblHata td {
        border: 1px solid #ccc;
        padding: 1px 4px;
    }

body {
    background: url('../img/x4.jpg') repeat 0 0;
}

.k-loading-mask {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

#clientsDb {
    width: 1190px;
    height: 680px;
    margin: 20px auto 0;
    padding: 40px 4px 0 4px;
    background: url('../img/clientsDb.png') no-repeat 0 0;
}


.k-textbox {
    width: 11.8em;
}

#tickets {
    width: 370px;
    height: 222px;
    margin: 0px auto;
    padding: 10px 20px 20px 110px;
    background: url('../img/login.png') white no-repeat 0 0;
}

    #tickets h3 {
        font-weight: normal;
        font-size: 1.4em;
        border-bottom: 1px solid #ccc;
    }

    #tickets ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

    #tickets li {
        margin: 10px 0 0 0;
    }

label {
    display: inline-block;
    width: 50px;
    text-align: right;
}

.required {
    font-weight: bold;
}

.accept, .status {
    padding-left: 90px;
}

.valid {
    color: green;
}

.invalid {
    color: red;
}

span.k-tooltip {
    margin-left: 6px;
}

#spinner {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../img/loader.gif) 50% 50% no-repeat transparent;
}
