body {
    background: #fbfbfb url(../img/background.jpg) 0 0 repeat;
    font-family: Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
    font-size: 80%;
    margin: 10px 20px 10px 20px;
}

#waptaxiLoginBtn {width:100px}
#waptaxiLoginError { color: #ff0000; }
#waptaxiError { color: #ff0000;  text-align: center; }

#waptaxiLogo { 
    float: left; 
    margin-right:30px;
}

#waptaxiLogo img{ 
    border: 0;
}

#waptaxiUserName { color: #c94300; 
                   font-size: 28px;
}
#waptaxiUserBalance { display:inline }
#waptaxiMainTabs {
    clear:both;
}

#waptaxiQiwiPhone {
    font-weight: normal;
}

.waptaxiNegativeNumber { color: #cc0000; }
.waptaxiZeroNumber { color: #000099; }
.waptaxiPositiveNumber { color: #006600; }
.waptaxiCenter { text-align: center;
                 margin-left: auto; 
                 margin-right: auto; }
.waptaxiRight { text-right: right; }
.waptaxiLeft { text-right: left; }

#waptaxiCurrentTableDiv { display: none}
#waptaxiArchiveTableDiv { display: none}

.waptaxiRowDetailed { /* not working for some reason */
    background-color: #ffffcc;
    border: 1px solid #1b2642;
}

td.waptaxiDetails {
    background-color: #ffffcc;   
    border: 1px solid #1b2642;
}

.waptaxiInnerDetails {
    background-color: #ffffcc;   
    display: none; /* important! */
}

.waptaxiDetailTable {
    margin-left: auto;
    margin-right: auto;
}

.waptaxiDetailTable td{
    /*    border: 1px solid #1b2642;*/
}


table.display tr.odd.waptaxiCancelled {
    background-color: #ffdddd;
}

table.display tr.even.waptaxiCancelled {
    background-color: #ffeeee;
}

tr.odd.waptaxiCancelled td.sorting_1 {
    background-color: #ffc4c4;
}

tr.even.waptaxiCancelled td.sorting_1 {
    background-color: #ffd5d5;
}


.ui-tabs-vertical { width: 55em; }
.ui-tabs-vertical .ui-tabs-nav { padding: .2em .1em .2em .2em; float: left; width: 12em; }
.ui-tabs-vertical .ui-tabs-nav li { clear: left; width: 100%; border-bottom-width: 1px !important; border-right-width: 0 !important; margin: 0 -1px .2em 0; }
.ui-tabs-vertical .ui-tabs-nav li a { display:block; }
.ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active { padding-bottom: 0; padding-right: .1em; border-right-width: 1px; border-right-width: 1px; }
.ui-tabs-vertical .ui-tabs-panel { padding: 1em; float: right; width: 40em;}

.orderAddress {display:none;}
.orderCurrentSelected { font-weight: bold;   }

.orderPlaceAddress {color: #909090; padding-left: 5px;  }
.ac_over .orderPlaceAddress {color: #ffffff; }
#orderHelp { width: 500px; }

.hide {display:none}
.hidden {display:none}
.inline { display:inline }
.pointer { cursor: pointer}

.dataTables_info {
    float: next;
    width: 20%;
}


#parts of Twitter Bootstrap

.controls > .radio:first-child,
.controls > .checkbox:first-child {
    padding-top: 5px;
}

.control-group {
    margin-bottom: 10px;
}

legend + .control-group {
    margin-top: 20px;
    -webkit-margin-top-collapse: separate;
}

.form-horizontal .control-group {
    margin-bottom: 8px;
    *zoom: 1;
}

.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
    display: table;
    line-height: 0;
    content: "";
}

.form-horizontal .control-group:after {
    clear: both;
}

.form-horizontal .control-label {
    float: left;
    width: 160px;
    padding-top: 5px;
    text-align: right;
}

.form-horizontal .controls {
    *display: inline-block;
    *padding-left: 20px;
    margin-left: 180px;
    *margin-left: 0;
}

.form-horizontal .controls:first-child {
    *padding-left: 180px;
}



.span4 {
    width: 300px;
}

.span3 {
    width: 220px;
}

.span2 {
    width: 140px;
}

.span1 {
    width: 60px;
}

