﻿.header {
    background-color: #d4002a;
}

.redButton {
    background: -webkit-linear-gradient(top,#f03,#d4002a);
    color: #fff;
    text-transform: uppercase;
    background-color: #f03;
}

.searchBtnCont button {
    background-image: -webkit-linear-gradient(top,#d2002a,#a80021);
}

.searchBtnCont button:hover {
    background: #d4002a;
}

.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: #d4002a;
    border-color: #d4002a;
}

.toolbar button:hover {
    color: #d2002a;
}

.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: #d4002a;
}

.xml-subTitle strong {
    border-left: 1px solid red;
}

.reservation-dt-button {
    background-image: -webkit-linear-gradient(top,#d2002a,#a80021);
    color: white;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    border: 1px solid #d2002a;
    background: linear-gradient(#d2002a,#a80021);
    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: #d4002a;
}

.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: #d4002a;
}

.ui-state-default:hover {
    border: 1px solid white;
    background: white;
    color: red;
}

.header .logo {
    background: url("../images/avis_logo.png");
    background-size: contain;
    background-repeat: no-repeat;
}