﻿body {
    background: url('/images/taxi_2.jpg');
    background-position: center top;
    background-repeat: no-repeat;
    background-color: #f7941d;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 13px;
}

    body.login {
        background: url('/images/taxi_1.jpg');
        background-position: center top;
        background-repeat: no-repeat;
        background-color: #f7941d;
        font-family: Verdana, Geneva, Tahoma, sans-serif;
        font-size: 13px;
    }

    body.admin {
        background: url('/images/taxi_admin.jpg');
        background-position: center top;
        background-repeat: no-repeat;
        background-color: #9cb261;
        font-family: Verdana, Geneva, Tahoma, sans-serif;
        font-size: 13px;
    }

.clear {
    clear: both;
}

ul li { 
    list-style: none;
    float: left;
    margin-right: 20px;
}

.error {
    color: #9f0712;
    font-weight: bold;
}

.success { color:green; }

table tr td { text-align:right; padding-right: 5px; }
table tr td:first-child { text-align: left; }
table tr:first-child td { width: 110px; }
table tr:first-child td:first-child { width: 110px; }

input[type=submit] {
    cursor: pointer;
}

input[type=radio] {
    margin-right: 5px;
}

.status {
    width: 900px;
    margin-left: auto;
    margin-right: auto;
}

/* LOGIN */
.loginContent { 
    width: 500px; margin: auto; text-align:center; 
    margin-top: 360px;
}

.loginContent div { margin-bottom: 10px; }

.loginTitle {
    font-size: 16px;
    margin-bottom: 20px !important;
    font-weight: bold;
}
/* LOGIN END */

/* MAIN */

.mainContent {
    min-width: 1100px;
    margin: auto;
    margin-top: 200px;
}

.wagonInput {
    width: 480px;
    margin: auto;
}

table.logs td {
    border: 1px solid #000;
}

table {
    border-collapse: collapse;
    white-space: nowrap;
}

table.logs {
    font-size: 13px;
}

table.logs .header {
    font-weight: bold;
}

    table.logs tr:nth-child(odd) {
        background-color: #ffb251;
    }

    body.admin table.logs tr:nth-child(odd) {
        background-color: #6f976a;
    }

    table.logs tr:first-child, table.logs tr:last-child, body.admin table.logs tr:first-child, body.admin table.logs tr:last-child {
        background-color: #adadad;
    }

/* MAIN END */

/* ADMIN */

.adminContent {
    width: 1100px;
    margin: auto;
    margin-top: 200px;
}

.striped1 > div:nth-child(odd),
.striped2 > div:nth-child(4n-3),
.striped2 > div:nth-child(4n-2) 
{
    background-color: #6f976a;
}

/* */