﻿.form-row {
    margin-top: 2px;
    margin-bottom: 2px;
    padding-left: 5px;
    padding-right: 5px;
    vertical-align: central;
}

.row {
    margin-top: 5px;
}

.myrow {
    padding-bottom: -10px;
}

.evenRow {
    background-color: #F2F238 /*#ffd700*/
}

.oddRow {
    background-color: #f3f3f3
}

.svinov {
    background-color: #0099ff
}

.cancelled {
    color: red;
    text-decoration: line-through;
}

.accepted {
    color: green;
    font-weight: bold;
}

.linkStyle {
    color: #C50B20;
    cursor:pointer;
}

.linkColor {
    color: #C50B20;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
    margin-top: auto;
    margin-bottom: auto;
}

.list-group-item {
    background-color: transparent;
}

.toggle {
    display: none;
    position: absolute;
    width: 280px;
    padding: 0 10px;
    background: #eeeeee;
    color: #000000;
    border: 1px solid #1a1a1a;
    font-size: 90%;
    z-index: 10;
    white-space: pre-line;
}

.infodiv {
    display: block;
    /*vertical-align: bottom;*/
}

.infodiv-header {
    display: block;
    float: right;
    text-align: right;
    font-size: 1.4em;
    margin-top: 30px;
    padding-right: 0;
}

.infodiv-line {
    border-bottom: solid red 2px;
    margin-left: 18px;
}

.infodiv-text {
    display: block;
    float: right;
    text-align: right;
    padding-top: 5px;
}

.orderLine {
    border: none;
    border-bottom: solid 1px black;
    color: black;
}

.inner-orders {
    width: 100%;
}

.ordersTable{
    margin-top:20px;
}

.acceptOrder {
    color: #00EC00;
    display:block;
    border: 1px solid #00EC00;
    background-color: transparent;
}

.deniedOrder {
    color: black;
    display: block;
    border: 1px solid black;
    background-color: transparent;
}

.tablereservations {
    width: 100%;
    border: none;
    font-weight: normal;
    max-height: 600px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.shortOrder {
    margin: auto 5px;
    padding: 2px;
}

.testing {
    position: absolute;
    margin-top: 130px;
    font-size: 50px;
    font-weight: bold;
    letter-spacing: 50px;
    color: black;
    transform: rotate(-6deg);
    transform-origin: left top 0;
    opacity: 0.5;
}

.parking_info {
    margin-left: 30px;
    margin-bottom: 10px;
}

.map-card {
    margin: 10px 10px 0 0;
    border-radius: 2px 0 0 2px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    outline: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    background-color: #fff;
    font-family: Roboto;
}

#map-container {
    padding-bottom: 12px;
    margin-right: 12px;
}

.map-controls {
    display: inline-block;
    padding: 5px 11px;
}

    .map-controls label {
        font-family: Roboto;
        font-size: 13px;
        font-weight: 300;
    }

#map-input {
    background-color: #fff;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 300;
    margin-left: 50px;
    margin-top: 10px;
    padding: 0 5px 0 5px;
    text-overflow: ellipsis;
    width: 60%;
}

    #map-input:focus {
        border-color: #4d90fe;
    }

.mapSearch {
    background-color: #fff;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 300;
    margin-left: 50px;
    margin-top: 10px;
    padding: 0 5px 0 5px;
    text-overflow: ellipsis;
    width: 60%;
}

.transporterProblem{
    display:inline-block;
    width:100%;
    margin-bottom:15px;
}

.mapHelp{
    margin-top:40px;
}

.message{
    text-align:center;
    padding:30px;
}