#reservationList {
    width:100%!important;
    margin-bottom: 10px;
}

div.reservationList-table .dt-header {
    background-color: #e9e9e9;
}
div.reservationList-table .dt-header.kiosk {
    background-color: white;
}
div.reservationList-table .dt-header .dt-search-icon {
    padding-right: 6px;
    font-size: 18px;
    padding-top: 5px;
}
div.reservationList-table .dt-header #reservationList_filter {
    padding-top: 5px;
}
div.reservationList-table .dt-header #reservationList_filter label {
    float: left;
}
div.reservationList-table .dt-header #reservationList_filter .input-sm {
    width: 250px;
    border-radius: 0px;
    font-size: 14px;
    margin-top: -5px;
}

div.reservationList-table .dt-table-content {
    margin-top: 0px!important;
}

#reservationList th {
    font-weight: normal;
    color: #888888;
    width: max-content;
    text-align: left;
}

#reservationList td {
    border-top-style: dashed;
    padding-left: 12px;
    vertical-align: middle;
    width: max-content;
    text-align: left;
}

div.reservationList-table .dt-footer {
    margin-top: 0px !important;
    text-align: center;
}
div.reservationList-table .dt-footer #reservationList_paginate,
div.reservationList-table .dataTables_paginate {
    float:none !important;
}

div.reservationList-table .dt-footer #reservationList_paginate .pagination > li > a:not(.first):not(.last),
div.reservationList-table .dt-footer reservationLists_paginate .pagination > li > span:not(.first):not(.last),
div.reservationList-table .dataTables_paginate .pagination > li > a:not(.first):not(.last),
div.reservationList-table .dataTables_paginate .pagination > li > span:not(.first):not(.last){
    border-radius: 50%;
    margin-right: 5px;
    margin-left: 5px;
    width: 36px;
    color: #25AAE1;
    border-color: #25AAE1;
}

div.reservationList-table .dt-footer #reservationList_paginate .pagination > .active > a:not(.first):not(.last),
div.reservationList-table .dt-footer #reservationList_paginate .pagination > .active > a:not(.first):not(.last):hover,
div.reservationList-table .dataTables_paginate .pagination > .active > a:not(.first):not(.last),
div.reservationList-table .dataTables_paginate .pagination > .active > a:not(.first):not(.last):hover{
    background-color: #25AAE1;
    border-color: #25AAE1;
    color: #ffffff;
}

div.reservationList-table .dt-footer #reservationList_paginate .pagination > .disabled > a:not(.first):not(.last),
div.reservationList-table .dt-footer #reservationList_paginate .pagination > .disabled > a:not(.first):not(.last):hover,
div.reservationList-table .dataTables_paginate .pagination > .disabled > a:not(.first):not(.last),
div.reservationList-table .dataTables_paginate .pagination > .disabled > a:not(.first):not(.last):hover{
    background-color: transparent !important;
    border-color: #dddddd;
    color: #dddddd;
}

div.reservationList-table .dt-footer #reservationList_paginate .pagination > li > a:not(.first):not(.last):hover,
div.reservationList-table .dt-footer #reservationList_paginate .pagination > li > span:not(.first):not(.last):hover,
div.reservationList-table .dt-footer #reservationList_paginate .pagination > li > a:not(.first):not(.last):focus,
div.reservationList-table .dt-footer #reservationList_paginate .pagination > li > span:not(.first):not(.last):focus,
div.reservationList-table .dataTables_paginate .pagination > li > a:not(.first):not(.last):hover,
div.reservationList-table .dataTables_paginate .pagination > li > span:not(.first):not(.last):hover,
div.reservationList-table .dataTables_paginate .pagination > li > a:not(.first):not(.last):focus,
div.reservationList-table .dataTables_paginate .pagination > li > span:not(.first):not(.last):focus{
    background-color: #dcf4fe;
}


div.reservationList-table .dt-footer #reservationList_paginate .pagination > li > a.first,
div.reservationList-table .dt-footer #reservationList_paginate .pagination > li > a.last,
div.reservationList-table .dt-footer #reservationList_paginate .pagination > li > span.first,
div.reservationList-table .dt-footer #reservationList_paginate .pagination > li > span.last,
div.reservationList-table .dataTables_paginate .pagination > li > a.first,
div.reservationList-table .dataTables_paginate .pagination > li > a.last,
div.reservationList-table .dataTables_paginate .pagination > li > span.first,
div.reservationList-table .dataTables_paginate .pagination > li > span.last {
    color: #25AAE1;
    border: none;
    background-color: transparent !important;
}

div.reservationList-table .dt-footer #reservationList_paginate .pagination > .active > a.first,
div.reservationList-table .dt-footer #reservationList_paginate .pagination > .active > a.last,
div.reservationList-table .dt-footer #reservationList_paginate .pagination > .active > span.first,
div.reservationList-table .dt-footer #reservationList_paginate .pagination > .active > span.last,
div.reservationList-table .dataTables_paginate .pagination > .active > a.first,
div.reservationList-table .dataTables_paginate .pagination > .active > a.last,
div.reservationList-table .dataTables_paginate .pagination > .active > span.first,
div.reservationList-table .dataTables_paginate .pagination > .active > span.last {
    text-decoration: underline;
}

div.reservationList-table .dt-footer #reservationList_paginate .pagination > .disabled > a.first,
div.reservationList-table .dt-footer #reservationList_paginate .pagination > .disabled > a.last,
div.reservationList-table .dt-footer #reservationList_paginate .pagination > .disabled > span.first,
div.reservationList-table .dt-footer #reservationList_paginate .pagination > .disabled > span.last,
div.reservationList-table .dataTables_paginate .pagination > .disabled > a.first,
div.reservationList-table .dataTables_paginate .pagination > .disabled > a.last,
div.reservationList-table .dataTables_paginate .pagination > .disabled > span.first,
div.reservationList-table .dataTables_paginate .pagination > .disabled > span.last{
    color: #dddddd;
}


div.reservationList-table .dt-footer #reservationList_paginate .pagination > li:not(.disabled) > a.first:hover,
div.reservationList-table .dt-footer #reservationList_paginate .pagination > li:not(.disabled) > a.last:hover,
div.reservationList-table .dt-footer #reservationList_paginate .pagination > li:not(.disabled) > span.first:hover,
div.reservationList-table .dt-footer #reservationList_paginate .pagination > li:not(.disabled) > span.last:hover,
div.reservationList-table .dataTables_paginate .pagination > li:not(.disabled) > a.first:hover,
div.reservationList-table .dataTables_paginate .pagination > li:not(.disabled) > a.last:hover,
div.reservationList-table .dataTables_paginate .pagination > li:not(.disabled) > span.first:hover,
div.reservationList-table .dataTables_paginate .pagination > li:not(.disabled) > span.last:hover {
    font-weight: bold;
}



#reservationList .dt-previous-next {
    font-size:18px;
}

#reservationList > tbody > tr:hover {
    background-color: #f9f9f9;
}

#dt-specific-reservationList-content-template {
    text-align: right;
    padding-top: 11px;
    cursor: pointer;
}

#dt-specific-reservationList-content-template .filter-wrapper {
    font-size: 16px;
    padding-right: 10px;
    padding-left: 20px;
}

#dt-specific-reservationList-content-template .filter-label {
    padding-right: 5px;
}


.reservationList-panel-counter-decoration {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    border-bottom-style: solid;
    border-bottom-width:  2px;
    padding-top: 5px;
    transition: transform 0.5s ease-in-out, color 0.5s ease-in-out;
    -webkit-transition: transform 0.5s ease-in-out, color 0.5s ease-in-out; /** Chrome & Safari **/
    -moz-transition: transform 0.5s ease-in-out, color 0.5s ease-in-out; /** Firefox **/
    -o-transition: transform 0.5s ease-in-out, color 0.5s ease-in-out; /** Opera **/
}

.reservationList-panel-counter-decoration.for_today {
    border-bottom-color: red;
    transform: translate(calc(400%),0);
    -webkit-transform: translate(calc(400%),0); /** Chrome & Safari **/
    -o-transform: translate(calc(400%),0); /** Opera **/
    -moz-transform: translate(calc(400%),0); /** Firefox **/
}

.reservationList-panel-counter-decoration.in_three_days {
    border-bottom-color: orange;
    transform: translate(calc(200%),0);
    -webkit-transform: translate(calc(200%),0); /** Chrome & Safari **/
    -o-transform: translate(calc(200%),0); /** Opera **/
    -moz-transform: translate(calc(200%),0); /** Firefox **/
}


.reservationList-panel-counter-decoration.more_than_three_days {
    border-bottom-color: green;
    transform: translate(calc(0%),0);
    -webkit-transform: translate(calc(0%),0); /** Chrome & Safari **/
    -o-transform: translate(calc(0%),0); /** Opera **/
    -moz-transform: translate(calc(0%),0); /** Firefox **/
}

.reservationList-panel-counter-decoration.not_yet_discharged {
    border-bottom-color: blue;
    transform: translate(calc(600%),0);
    -webkit-transform: translate(calc(600%),0); /** Chrome & Safari **/
    -o-transform: translate(calc(600%),0); /** Opera **/
    -moz-transform: translate(calc(600%),0); /** Firefox **/
}

.reservationList-panel-counter-decoration.exit_today {
    border-bottom-color: red;
    transform: translate(calc(800%),0);
    -webkit-transform: translate(calc(800%),0); /** Chrome & Safari **/
    -o-transform: translate(calc(800%),0); /** Opera **/
    -moz-transform: translate(calc(800%),0); /** Firefox **/
}

.reservationList-panel-counter-decoration.future_exit {
    border-bottom-color: orange;
    transform: translate(calc(1000%),0);
    -webkit-transform: translate(calc(1000%),0); /** Chrome & Safari **/
    -o-transform: translate(calc(1000%),0); /** Opera **/
    -moz-transform: translate(calc(1000%),0); /** Firefox **/
}


.reservationList-panel-counter-decoration.past_exit {
    border-bottom-color: black;
    transform: translate(calc(800%),0);
    -webkit-transform: translate(calc(800%),0); /** Chrome & Safari **/
    -o-transform: translate(calc(800%),0); /** Opera **/
    -moz-transform: translate(calc(800%),0); /** Firefox **/
}

.today-alerts
{
    color:#00aeef;
}
.soon-alerts
{
    color:green;
}
.in_three_days-alerts
{
    color:orange;
}
.exceed-alerts
{
    color:red;
}
.futur-alerts
{
    color:orange;
}
.past-exit-alerts
{
    color:black;
}
.not-yet-discharged
{
    color:#00AEEC;
}
.filter-list-reservation {
    cursor: pointer;
    position:absolute;
    background-color: #fff;
    padding:10px;
    max-height: 300px;
    overflow-y: scroll;
    text-align: left;
    z-index: 10;
    border:1px #eee solid;
    top: 4%;
}

