﻿#datatableSearchReservation .tabla th:first-child, table:not(.ui-datepicker-calendar):not(.tabla-calendario) th:first-child {
    border-left: 0px;
}

#datatableSearchReservation .tabla th,
table:not(.ui-datepicker-calendar):not(.tabla-calendario) th {
    background-color: #37a3b7;
    color: #FFFFFF;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
    font-family: lato;
    border-top: 5px;
    text-align: center;
    font-size: 14px;
}

.ui-jqgrid-hbox {
    background: #37a3b7 !important;
}

#datatableSearchReservation .tabla,
table:not(.ui-datepicker-calendar):not(.tabla-calendario) {
    /*font-size:1.125em;*/
    font-size: 13px;
    border-collapse: collapse;
    margin-bottom: 0em;
    font-family: lora;
}

.bootstrap-table .page-list {
    display: none;
}

.bootstrap-table .fixed-table-pagination {
    text-align: center;
}

.bootstrap-table .pagination li a,
.bootstrap-table .pagination li > span {
    margin: 8px;
    text-decoration: none;
    color: #333;
    display: block;
    background-color: #f6f6f6;
    border: 1px solid #ccc;
    min-width: 25px;
    transition: background-color .5s ease-out, color .5s ease-out;
    font-size: 14px;
    font-family: lora;
    font-style: italic;
}

.bootstrap-table .pagination ul li a:hover,
.bootstrap-table .pagination ul li a:focus {
    color: #fff;
    background-color: #37a3b7;
    border: 1px solid #37a3b7;
}

li.page-number.active a{
    color: #fff;
    background-color: #37a3b7;
    border: 1px solid #37a3b7;
}


.ui-widget {
    font-family: "Lora", "Lato", "Helvetica Neue";
}

.ui-widget-header {
    border: 1px solid #37a3b7;
    background: #37a3b7;
    color: #f6f6f6;
    font-weight: bold;
}

    .ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-button:hover, .ui-button:focus {
        border: 1px solid #37a3b7;
        background: #37a3b7;
        color: #f6f6f6;
        font-weight: bold;
    }


.anim {
    -webkit-transform: translate(0px,5px);
}

.form-control {
    width: 100%;
    margin-right: 0px;
}

.btn-primary {
    background-color: #37a3b7;
    border-color: #37a3b7;
}

    /*.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #37a3b7;
    border-color: #37a3b7;
}*/

    .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
        background-color: #A72435;
        border-color: #A72435;
    }


th.rotate {
    /* Something you can count on */
    height: 140px;
    white-space: nowrap;
    background-color: white !important;
}

    th.rotate > div {
        transform:
        /* Magic Numbers */
        translate(25px, 51px)
        /* 45 is really 360 - 45 */
        rotate(315deg);
        width: 30px;
    }

        th.rotate > div > span {
            border-bottom: 1px solid #ccc;
        }

td.rotate {
    /* Something you can count on */
    height: 40px;
    white-space: nowrap;
    background-color: white !important;
    font-weight: bold;
}

    td.rotate > div {
        transform:
        /* Magic Numbers */
        translate(25px, 51px)
        /* 45 is really 360 - 45 */
        rotate(315deg);
        width: 30px;
    }

        td.rotate > div > span {
            border-bottom: 1px solid #ccc;
        }
