nav
{
    background-color: #ffdf01;
    color: #ffffff;
    font-family: "Citroen";
    font-size: 14px;
    font-weight: normal;
}

nav > ul a, nav > ul a:visited
{
    color: #000000 !important;
}

nav > ul ul
{
    background-color: #1f1f1f;
}

nav > ul > li:hover > ul
{
    background: #ffdf01;
}

nav > ul > li>ul > li:hover > ul
{
    background: #ffdf01;
}

nav li:hover
{
    background: #c5af1b;
    text-decoration: none;
}

.menu_separator 
{
    background-image: -webkit-linear-gradient(left, #353535, #171717, #101010);
    background-image: -moz-linear-gradient(left, #353535, #171717, #101010);
    background-image: -ms-linear-gradient(left, #353535, #171717, #101010);
    background-image: -o-linear-gradient(left, #353535, #171717, #101010);
}

.quick_menu 
{
    background-color: rgba(98,98,98,1.0);
}

.quick_menu ul a {
    color: #ffffff;
}

.quick_menu li 
{
    color: #ffffff;
}

.quick_menu li:hover {
    background-color: #4e4e4e;
}

.quick_menu li > div {
    background-color: #000;
    color: #fff;
    border: 2px solid #666;
    border-radius: 6px;
    opacity: 0;
}

.arrow-left 
{
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 5px solid #666;
}

.quick_menu i {
    color: #ffffff;
    font-size: 150%;
}

footer
{
    background-color: #ffdf01;
    color: #ffffff;
}

footer span, footer p {
    color: black;
}

.fa-group {
    text-shadow: 6px 2px;
}

.grip {
    background-color: #639061;
}

.result_container 
{
    background-color: #ffffff;
}
.quick_floating_help 
{
    background-color: #000;
    color: #fff;
    border: 2px solid #666;
    border-radius: 6px;
}

.cell4
{
    border-style: solid;
    border-color: transparent transparent transparent #000000;
}

.celltitle
{
    font-weight: bold;
}

.widgetbutton
{
    font: Arial;
    background: darkslategrey;
    color: #ffffff;
}

.alignside1
{
    display: table-cell;
    border-right-color: #808080;
    border-right-style: solid;
    border-right-width: 1px;
}

.tab-links li 
{
    border-color: #CCC;
    border-style: solid;
    background-color: #f0f0f0;
    z-index: 101;
}

.tab-links li.active{
    background-color: #fff;
    border-bottom: 1px solid #fff;
}

.tab-links li:last-child {
    border-right: 1px solid #CCC;
}

.tab-links li:hover
{
    background: #9ABAD9 !important;
}

li:hover
{
    background: #ffffff;
    text-decoration: none;
}

/*----- Content of Tabs -----*/
.tab-content {
    background:#fff;
    border: solid 1px #CCC;
    z-index: 99;
}

/*CSS Cancel Button*/
.buttonCancel
{
    background-color: crimson;
    font-size: 15px;
    font-family: "Citroen";
    color: #ffffff;
    font-weight: bolder;
}

/*CSS Logout Button*/
.buttonLogout
{
    background: #ffdf01;
    color: black !important;
    border: 0;
    font-family: "Citroen";
    border-radius: 5px;
}

.buttonLogout:hover {
    background: #c5af1b !important;
    text-decoration: none;
}

.but {
    border-radius: 5px;
    font-family: "Citroen";
    color: black !important;
    font-size: 13px;
    background: #ffdf01;
    text-decoration: none;
}

.but:hover {
    background: #c5af1b !important;
    text-decoration: none;
}

a.bgreen,a:visited.bgreen{
    border-radius: 5px;
    font-family: "Citroen";
    color: black !important;
    font-size: 13px;
    background: #ffdf01;
    text-decoration: none;
}

a:hover.bgreen  {
    background: #c5af1b !important;
    text-decoration: none;
}

/*CSS Help Link*/
.helpLink
{
    font-family: "Citroen";
    text-decoration: none;
}

/*CSS Search Button*/
.gobtn
{
    background: darkgray;
    color: #ffffff;
    border: 0;
    font-family: "Citroen";
    border-radius: 5px;
}

.btnformat
{
    background: #ffdf01;
    color: black;
    border: 0;
    font-family: "Citroen";
    border-radius: 5px;
}

.btnformat:hover {
    background: #c5af1b !important;
    text-decoration: none;
}

.cell:nth-child(even){
    border-right: 2px solid #CCC;
} 

.row > label
{
    font-weight: bold;
    font-family: "Citroen";
}

div.search-form label
{
    font-weight: normal;
}

.row.error>label, 
label.error{
    color: red;
}

.row.error>input, 
.row.error>select,
.row.error>textarea, 
input.error, 
select.error,
textarea.error, 
input.error{
    border: 1px solid red;
}

/*CSS Quick Menu third item*/
.first
{
    border-top: 10px solid #ffffff;
}

.third
{
    border-bottom: 10px solid #ffffff;
}

.cHeader {
    border-bottom: 1px solid #c1c1c1;
}
.totalField{
    border-style: none;
    font-size: 18px;
    font-weight: bold;
}

.totalField1{
    border-style: none;
}

.alertBaloonCount{
    border: 2px solid red;
    border-radius: 4px;
    background-color: red;
    color: #ffffff;
    font-family: "Citroen";
    font-size: 10px;
}

#VehicleInfo
{
    font-size: 14px;
    border-color: green;
    border-style: solid;
}

.red{
    color: red;
}

.green{
    color: green;
}
.fieldDisabled{
    background-color: #eeeeee;
    color: #000000;
}

.ui-dialog-buttonset button
{
    background: #ffdf01 !important;
    color: black !important;
}

.ui-dialog-buttonset button:hover {
    background: #c5af1b  !important;
    color: black !important;
    text-decoration: none;
} 	

.tablelink:hover {
    background-color: #c5af1b;
}
