body {
    background: #ffffff none repeat scroll 0 0;
    border: 0 none;
    color: #363636;
    font-family: "Helvetica Neue",Helvetica,sans-serif;
    margin: 0;
    min-width: 320px;
    padding: 0;
    width: 100%;
}

header#main_header {
    background-color: #ac162c;
    color: #ffffff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    z-index: 1000;
}
header#main_header {
    // background-color: #ebe0d2;
    border-bottom: 1px solid #aaaaaa;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
    clear: both;
    color: #363636;
    display: block;
    font-family: helvetica,arial,sans-serif;
    height: 44px;
    // position: relative;
    width:100%;
    position: fixed;
}

a {
    color: #ac162c;
    text-decoration: none;
}
a:hover {
    color: #ac162c;
    outline: 0 none;
    text-decoration: none;
}
a:active {
    color: #ac162c;
    outline: 0 none;
}
a:focus {
    color: #ac162c;
    outline: 0 none;
}

a.link {
    color: #ac162c !important;
    text-decoration: none;
}
a.link:hover {
    color: #ac162c !important;
    outline: 0 none;
    text-decoration: none;
}
a.link:active {
    color: #ac162c !important;
    outline: 0 none;
}
a.link:focus {
    color: #ac162c !important;
    outline: 0 none;
}

.resvDetailsTable label{
    display:block; font-weight: bold; font-size:12px; min-width: 100px; margin-bottom:4px;
}

.ui-autocomplete {
     z-index: 9999 !important;
}

.ui-tooltip-content{color:#fff;}
.ui-tooltip{opacity: 1 !important;-moz-opacity: 1 !important; width:500px; max-width: 500px;}
.tooltip-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
    z-index: 1000;
}

table.rows tr.dispatched {
    background-color:green !important;
    color:#fff;
}
table.rows tr.low-rider{
    background: repeating-linear-gradient(
      45deg,
      transparent,
      transparent 10px,
      #87cefa 10px,
      #87cefa 20px
    );
}
table.rows tr.wheelchair{
    background: repeating-linear-gradient(
      45deg,
      transparent,
      transparent 10px,
      #FFFACD 10px,
      #FFFACD 20px
    );
}


.taxi-paid {
    background-color:green !important;
    color:#fff;
}
.taxi-adhoc {
    background-color:blue !important;
    color:#fff;
}