﻿.header {
    background-color: #ffffff;
}

.header h1 {
	color : #ff5000;
}


.redButton {
    color: #ff5000;
    text-transform: uppercase;
    background-color: #1a1a1a;
}
#signInForm button.redButton:hover,
.redButton:hover {
    color: #1a1a1a;
    text-transform: uppercase;
    background-color: #ff5000;
}	
.searchBtnCont button {
    background-image: -webkit-linear-gradient(top,#ff5000,#ff5000);
}

.searchBtnCont button:hover {
    background: #ffffff;
	color: #ff5000;
}

.resInputLabel label {
    border-left: 1px solid red;
    color: lightgray;
}

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    background-color: #ffffff;
    border-color: #ffffff;
}

.toolbar button:hover {
    color: #ff5000;
}

.reservation-item .btn-danger {
    background-image: -webkit-linear-gradient(top,#d2002a,#a80021);
    border-color: transparent;
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
}

.reservation-item .btn-danger:hover {
    background: #ffffff;
}

.xml-subTitle strong {
    border-left: 1px solid red;
}

.reservation-dt-button {
    background-image: -webkit-linear-gradient(top,#ff5000,#ff5000);
    color: white;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    border: 1px solid #ff5000;
    background: linear-gradient(#ff5000,#ff5000);
    font-weight: bold;
    color: white;
}

.table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr.info:hover > th, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover {
    background-color: #ffffff;
}

.table > tbody > tr.info > td, .table > tbody > tr.info > th, .table > tbody > tr > td.info, .table > tbody > tr > th.info, .table > tfoot > tr.info > td, .table > tfoot > tr.info > th, .table > tfoot > tr > td.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th, .table > thead > tr > td.info, .table > thead > tr > th.info {
    background-color: #ffffff;
}

.ui-state-default:hover {
    border: 1px solid white;
    background: white;
    color: red;
}

.header .logo {
    background: url("../images/SIXT_Logo_Pos_RGB.svg");
    background-size: contain;
    background-repeat: no-repeat;
}