/* Minification failed. Returning unminified contents.
(845,20): run-time error CSS1036: Expected expression, found '@screen-md-min'
(845,20): run-time error CSS1034: Expected closing parenthesis, found '@screen-md-min'
(851,20): run-time error CSS1036: Expected expression, found '@screen-sm-max'
(851,20): run-time error CSS1034: Expected closing parenthesis, found '@screen-sm-max'
 */
@font-face {
    font-family: 'odisseias_icon';
    src: url('/fonts/odisseias/odisseias_icon.eot?oaz5dg');
    src: url('/fonts/odisseias/odisseias_icon.eot?oaz5dg#iefix') format('embedded-opentype'), url('/fonts/odisseias/odisseias_icon.ttf?oaz5dg') format('truetype'), url('/fonts/odisseias/odisseias_icon.woff?oaz5dg') format('woff'), url('/fonts/odisseias/odisseias_icon.svg?oaz5dg#odisseias_icon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'odisseias_icon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-live_icon:before {
    content: "\e933";
}

.icon-play_icon:before {
    content: "\e932";
}

.icon-up_arrow:before {
    content: "\e930";
}

.icon-down_arrow:before {
    content: "\e931";
}

.icon-less_options_icon:before {
    content: "\e92e";
}

.icon-more_options_icon:before {
    content: "\e92f";
}

.icon-heart_icon:before {
    content: "\e92c";
}

.icon-xmas_tree:before {
    content: "\e92d";
}

.icon-back_arrow:before {
    content: "\e929";
    color: #4d4d4d;
}

.icon-right_arrow:before {
    content: "\e92a";
}

.icon-left_arrow:before {
    content: "\e92b";
}

.icon-close_circle_icon:before {
    content: "\e920";
}

.icon-pencil_icon:before {
    content: "\e921";
}

.icon-menu_icon:before {
    content: "\e922";
}

.icon-personal_data_icon:before {
    content: "\e923";
}

.icon-performance_icon:before {
    content: "\e924";
}

.icon-restaurant_icon:before {
    content: "\e925";
}

.icon-hotel_bed_icon:before {
    content: "\e926";
}

.icon-payment_icon:before {
    content: "\e927";
}

.icon-notes_icon:before {
    content: "\e928";
}

.icon-bell:before {
    content: "\e91d";
}

.icon-bell1:before {
    content: "\e91e";
}

.icon-bell2:before {
    content: "\e91f";
}

.icon-products_view:before {
    content: "\e91a";
}

.icon-order:before {
    content: "\e91b";
}

.icon-redefine:before {
    content: "\e91c";
}

.icon-clock_icon:before {
    content: "\e919";
}

.icon-extras_icon:before {
    content: "\e918";
}

.icon-facebook_icon:before {
    content: "\e912";
}

.icon-google_icon .path1:before {
    content: "\e913";
    color: rgb(62, 130, 241);
}

.icon-google_icon .path2:before {
    content: "\e914";
    margin-left: -0.9775390625em;
    color: rgb(50, 167, 83);
}

.icon-google_icon .path3:before {
    content: "\e915";
    margin-left: -0.9775390625em;
    color: rgb(249, 187, 0);
}

.icon-google_icon .path4:before {
    content: "\e916";
    margin-left: -0.9775390625em;
    color: rgb(231, 65, 51);
}

.icon-facebook_icon1:before {
    content: "\e917";
}

.icon-close:before {
    content: "\e911";
}

.icon-checked_circle:before {
    content: "\e90f";
}

.icon-credit_card:before {
    content: "\e910";
}

.icon-btn_square_close:before {
    content: "\e90c";
}

.icon-btn_square_less:before {
    content: "\e90d";
}

.icon-btn_square_more:before {
    content: "\e90e";
}

.icon-gift_onrequest:before {
    content: "\e90b";
}

.icon-calendar_book:before {
    content: "\e90a";
}

.icon-gift_icon:before {
    content: "\e909";
}

.icon-home_icon:before {
    content: "\e900";
}

.icon-info_icon:before {
    content: "\e901";
}

.icon-location_icon:before {
    content: "\e902";
}

.icon-mail_icon:before {
    content: "\e903";
}

.icon-mibile_phone_icon:before {
    content: "\e904";
}

.icon-phone_icon:before {
    content: "\e905";
}

.icon-search_icon:before {
    content: "\e906";
}

.icon-shop_icon:before {
    content: "\e907";
}

.icon-user_icon:before {
    content: "\e908";
}

.ps_validator_target_error {
    background-color: #FFF4F4 !important;
    border: 1px solid #FF0000 !important;
}

.ps_validator_message
{
    color: #FF0000;
    display: block;
    font-style: italic;
}
.AsyncLoader {
    position: fixed;
    border: 1px solid #333;
    border-radius: 4px;
    background-color: #eef6ff;
    padding: 20px 30px 20px 30px;
    top: 40%;
    left: 5%;
    width: 90%;
    z-index: 9999;
}

    .AsyncLoader p {
        text-align: center;
        text-transform: uppercase;
        font-size: 13px;
    }

.modal.modal-custom {
    z-index: 8050;
}
    .modal.modal-custom .modal-dialog .modal-header {
        padding: 0.6rem 0.6rem
    }

.modal-dialog.modal-ok .modal-header {
    background-color: #28a745;
    color: #FFFFFF;
}

.modal-dialog.modal-error .modal-header {
    background-color: #dc3545;
    color: #FFFFFF;
}

.modal-dialog.modal-confirm .modal-header {
    background-color: #17a2b8;
    color: #FFFFFF;
}

body {
    font-size: 0.90em;
    background-color: #fefefe;
}

h1 {
    font-size: 1.9em;
    margin-bottom: 12px;
    font-weight: 400;
}

h2 {
    font-size: 1.7em;
    margin-bottom: 10px;
    font-weight: 400;
}

h3 {
    font-size: 1.6em;
    margin-bottom: 10px;
    font-weight: 400;
}

h4 {
    font-size: 1.5em;
    margin-bottom: 10px;
    font-weight: 400;
}

h5 {
    font-size: 1.4em;
    margin-bottom: 10px;
    font-weight: 400;
}

h6 {
    font-size: 1.3em;
    margin-bottom: 10px;
    font-weight: 400;
}

a {
    color: #eb5f40;
}

fieldset legend {
    font-size: 1.4em;
}

table thead tr th {
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #eb5f40;
}

    table thead tr th a {
        text-decoration: underline;
    }

.datepicker.dropdown-menu {
    font-size: 0.85rem;
}
body {
    font-size: 0.95em;
}


fieldset legend {
    font-size: 1.15em;
}

.ui-widget-overlay, .ui-dialog {
    z-index: 9999 !important;
}

.alert {
    position: relative;
}

    .alert button.close {
        line-height: 10px;
        position: absolute !important;
        top: 15px;
        right: 12px;
    }

.user-info {
    max-width: 180px;
}

.icon {
    font-size: 0.5em;
}

.main-top {
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #eb5f40 !important;
    color: #FFFFFF;
}

    .main-top .main-top-separator {
        height: 28px;
        border-left: 1px solid #FFFFFF;
        margin-left: 7px;
        margin-right: 7px;
        display: inline-block;
    }

    .main-top .main-logo-link {
        display: inline-block;
        vertical-align: top;
    }

    .main-top .title {
        vertical-align: top;
        text-transform: uppercase;
        font-weight: normal;
        margin-top: 5px;
        letter-spacing: 1px;
        font-size: 0.8em;
    }

    .main-top .wp-main-top-controls {
        white-space: nowrap;
        text-align: right;
    }

    .main-top .main-logo {
        max-width: 130px;
    }

    .main-top .dropdown .dropdown-toggle {
        color: #FFFFFF;
        text-decoration: none;
    }

    .main-top .dropdown .top-info::after {
        content: none;
    }

    .main-top i {
        font-size: 1.3em;
        vertical-align: middle;
    }

        .main-top i:last-child {
            margin-right: 5px;
        }

    .main-top .menu-hamburguer i {
        font-size: 1.4em;
        vertical-align: middle;
        color: #fff;
        margin-left: 0px;
    }

    .main-top .dropdown-menu-data {
        left: -322px;
    }

.main-wrapper {
    display: flex;
    width: 100%;
    align-items: stretch;
    padding: 5px;
}

#main-content {
    width: 100%;
    padding: 10px 20px 20px 20px;
    min-height: 82vh;
    transition: all 0.3s;
}

.menu-hamburguer {
    display: inline-block;
    vertical-align: top;
}

.login-container {
    max-width: 500px;
}

label {
    margin-top: .5rem;
}

#sidebar {
    min-width: 250px;
    max-width: 250px;
    transition: all 0.3s;
    border-right: 1px solid #e9ecef;
}

    #sidebar.active {
        margin-left: -250px;
    }

    #sidebar .sidebar-header {
        padding: 20px;
    }

    #sidebar ul li a {
        display: block;
        padding-left: 12px;
        padding-right: 12px;
        background-color: #e9ecef;
    }

        #sidebar ul li a:hover {
            color: #eb5f40;
        }

    #sidebar ul li ul li a span {
        padding-left: 19px;
        font-size: 0.95em;
    }
/*#sidebar ul li.active > a,
    a[aria-expanded="true"] {
        color: #fff !important;
        background: #eb5f40;
    }*/

a[data-toggle="collapse"] {
    position: relative;
}

#sidebar .dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

.top-accounting-data {
    font-size: 0.7em;
    vertical-align: top;
}

.wp-breadcrumb {
    padding: 0;
}

.hidden {
    display: none;
}

.btn-primary {
    border-color: #eb5f40;
    background-color: #eb5f40;
    color: #FFFFFF;
}

.form-control-static {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    background-color: #e9ecef;
    opacity: 1;
}

.breadcrumb {
    margin-bottom: 0px !important;
}

.menu-sidebar-ph {
    background-color: #e9ecef;
}

    .menu-sidebar-ph .nav-menu-main {
        margin: 1em 0 1em 0;
        overflow-x: hidden;
    }


.nav-menu-main .nav-item {
    line-height: 2.2em;
    border-top: solid 2px #fff;
}

    .nav-menu-main .nav-item a {
        color: #575757;
        text-decoration: none;
    }

        .nav-menu-main .nav-item a i {
            font-size: 1.2em;
            vertical-align: middle;
        }

    .nav-menu-main .nav-item .menu-text {
        margin-left: 0.5em;
    }

.table-calendar .wp-cell.hover {
    background-color: #F3F3F3;
}

.btn-close-management {
    cursor: pointer;
}

.management .date-list .wp-date-item {
    display: inline-block;
    padding: 5px 5px 5px 5px;
    color: #FFFFFF;
    background-color: #B3B3B3;
    margin: 3px 3px 3px 3px;
    font-size: 0.9em;
}

.date-list .remove-date {
    display: inline-block;
    cursor: pointer;
    vertical-align: middle;
}

.wp-slot-controls {
    white-space: nowrap;
    vertical-align: middle;
}

.management .btn-increase-slots, .management .btn-decrease-slots {
    display: inline-block;
    vertical-align: bottom;
}

    .management .btn-increase-slots i, .management .btn-decrease-slots i {
        display: inline-block;
        font-size: 2.0em;
        cursor: pointer;
        margin-left: 5px;
        margin-right: 5px;
    }

.management label {
    white-space: nowrap;
}

.management .textbox-slots {
    width: 60px;
    display: inline-block;
}

.management .textbox-pnet, .management .textbox-pvp {
    width: 118px;
    display: inline-block;
    margin-left: 5px;
}

.wp-prices {
    white-space: nowrap;
}

.btn-custom {
    text-transform: uppercase;
    display: block;
    width: 100%;
    color: #FFFFFF;
}

    .btn-custom i {
        font-size: 1.2em;
        float: left;
        margin-top: 2px;
    }

.btn-open-booking {
    background-color: #66C233;
    border-color: #66C233;
}

.btn-save-booking {
    background-color: #b3b3b3;
    border-color: #b3b3b3;
}

.btn-close-booking {
    background-color: #D51C24;
    border-color: #D51C24;
}

.ProductDetailsListTable td {
    vertical-align: middle;
}

.fancybox-lock body {
    overflow: unset !important;
}

a.btn {
    color: white !important;
}

@media (min-width: 576px) {
    .AsyncLoader {
        left: 10%;
        width: 80%;
    }
}

@media (min-width: 768px) {
    .AsyncLoader {
        left: 30%;
        width: 40%;
    }

    #sidebar.active {
        margin-left: 0px;
    }
}

@media (min-width: 992px) {
    .AsyncLoader {
        left: 35%;
        width: 30%;
    }
}

@media (min-width: 1200px) {
    .AsyncLoader {
        left: 40%;
        width: 20%;
    }
}

@media (max-width: 768px) {
    #sidebar {
        margin-left: -250px;
    }

        #sidebar.active {
            margin-left: 0;
        }

    #sidebarCollapse span {
        display: none;
    }

    .main-top .icon-user_icon {
        font-size: 2.2em;
    }
}

.color-red-2 {
    color: #ff0303;
}
/*View de widget CC*/
.text-bold {
    font-weight: bold;
}

.color-orange {
    color: #eb5f40 !important;
}

.no-padding, .nopadding {
    padding: 0;
}

.sibs-customLabel {
    font-weight: normal;
    vertical-align: middle;
    cursor: pointer;
}

    .sibs-customLabel input [type=checkbox] {
        margin-right: 3px;
        vertical-align: top;
    }

.wpwl-form {
    max-width: 100%;
}

.wpwl-button {
    font-size: 1.2em;
}

.wpwl-button-cancel {
    display: inline-block;
    padding: 8px 16px;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    color: #FFFFFF;
    background-color: #B30000;
    border-radius: 4px;
    font-size: 1.0em;
}

.payment-order-summary-table-lite thead th {
    font-weight: bold;
}

.payment-order-summary-table-lite td,
.payment-order-summary-table-lite tbody td {
    text-transform: initial;
}

    .payment-order-summary-table-lite td p.product-name,
    .payment-order-summary-table-lite tbody td p.product-name {
        white-space: normal;
    }

    .payment-order-summary-table-lite td .cart-total,
    .payment-order-summary-table-lite tbody td .cart-total {
        font-size: 18px;
    }

.payment-order-summary-table-lite {
    width: 100%;
}

    .payment-order-summary-table-lite tbody tr {
        border-bottom: 1px solid #ddd;
    }

        .payment-order-summary-table-lite tbody tr td {
            padding: 10px 5px;
        }

            .payment-order-summary-table-lite tbody tr td .row {
                padding-top: 2px;
                padding-bottom: 2px;
            }

    .payment-order-summary-table-lite.icon-checked_icon {
        font-size: 1em !important;
        margin-left: 2px;
        margin-right: 2px;
    }

@media (min-width: @screen-md-min) {
    .wp-cc-payment-cart {
        padding-left: 35px;
    }
}

@media (max-width: @screen-sm-max) {
    .wp-cc-payment-cart {
        margin-top: 20px;
    }
}

.transaction-list-table .btn-order-details {
    cursor: pointer;
    color: #eb5f40;
}

.transaction-list-table .btn {
    font-size: 0.8em;
    padding: 3px;
}
/*!
 * Datepicker for Bootstrap v1.9.0 (https://github.com/uxsolutions/bootstrap-datepicker)
 *
 * Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0)
 */

.datepicker{border-radius:4px;direction:ltr}.datepicker-inline{width:220px}.datepicker-rtl{direction:rtl}.datepicker-rtl.dropdown-menu{left:auto}.datepicker-rtl table tr td span{float:right}.datepicker-dropdown{top:0;left:0;padding:4px}.datepicker-dropdown:before{content:'';display:inline-block;border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid rgba(0,0,0,.15);border-top:0;border-bottom-color:rgba(0,0,0,.2);position:absolute}.datepicker-dropdown:after{content:'';display:inline-block;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #fff;border-top:0;position:absolute}.datepicker-dropdown.datepicker-orient-left:before{left:6px}.datepicker-dropdown.datepicker-orient-left:after{left:7px}.datepicker-dropdown.datepicker-orient-right:before{right:6px}.datepicker-dropdown.datepicker-orient-right:after{right:7px}.datepicker-dropdown.datepicker-orient-bottom:before{top:-7px}.datepicker-dropdown.datepicker-orient-bottom:after{top:-6px}.datepicker-dropdown.datepicker-orient-top:before{bottom:-7px;border-bottom:0;border-top:7px solid rgba(0,0,0,.15)}.datepicker-dropdown.datepicker-orient-top:after{bottom:-6px;border-bottom:0;border-top:6px solid #fff}.datepicker table{margin:0;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.datepicker table tr td,.datepicker table tr th{text-align:center;width:30px;height:30px;border-radius:4px;border:none}.table-striped .datepicker table tr td,.table-striped .datepicker table tr th{background-color:transparent}.datepicker table tr td.new,.datepicker table tr td.old{color:#777}.datepicker table tr td.day:hover,.datepicker table tr td.focused{background:#eee;cursor:pointer}.datepicker table tr td.disabled,.datepicker table tr td.disabled:hover{background:0 0;color:#777;cursor:default}.datepicker table tr td.highlighted{color:#000;background-color:#d9edf7;border-color:#85c5e5;border-radius:0}.datepicker table tr td.highlighted.focus,.datepicker table tr td.highlighted:focus{color:#000;background-color:#afd9ee;border-color:#298fc2}.datepicker table tr td.highlighted:hover{color:#000;background-color:#afd9ee;border-color:#52addb}.datepicker table tr td.highlighted.active,.datepicker table tr td.highlighted:active{color:#000;background-color:#afd9ee;border-color:#52addb}.datepicker table tr td.highlighted.active.focus,.datepicker table tr td.highlighted.active:focus,.datepicker table tr td.highlighted.active:hover,.datepicker table tr td.highlighted:active.focus,.datepicker table tr td.highlighted:active:focus,.datepicker table tr td.highlighted:active:hover{color:#000;background-color:#91cbe8;border-color:#298fc2}.datepicker table tr td.highlighted.disabled.focus,.datepicker table tr td.highlighted.disabled:focus,.datepicker table tr td.highlighted.disabled:hover,.datepicker table tr td.highlighted[disabled].focus,.datepicker table tr td.highlighted[disabled]:focus,.datepicker table tr td.highlighted[disabled]:hover,fieldset[disabled] .datepicker table tr td.highlighted.focus,fieldset[disabled] .datepicker table tr td.highlighted:focus,fieldset[disabled] .datepicker table tr td.highlighted:hover{background-color:#d9edf7;border-color:#85c5e5}.datepicker table tr td.highlighted.focused{background:#afd9ee}.datepicker table tr td.highlighted.disabled,.datepicker table tr td.highlighted.disabled:active{background:#d9edf7;color:#777}.datepicker table tr td.today{color:#000;background-color:#ffdb99;border-color:#ffb733}.datepicker table tr td.today.focus,.datepicker table tr td.today:focus{color:#000;background-color:#ffc966;border-color:#b37400}.datepicker table tr td.today:hover{color:#000;background-color:#ffc966;border-color:#f59e00}.datepicker table tr td.today.active,.datepicker table tr td.today:active{color:#000;background-color:#ffc966;border-color:#f59e00}.datepicker table tr td.today.active.focus,.datepicker table tr td.today.active:focus,.datepicker table tr td.today.active:hover,.datepicker table tr td.today:active.focus,.datepicker table tr td.today:active:focus,.datepicker table tr td.today:active:hover{color:#000;background-color:#ffbc42;border-color:#b37400}.datepicker table tr td.today.disabled.focus,.datepicker table tr td.today.disabled:focus,.datepicker table tr td.today.disabled:hover,.datepicker table tr td.today[disabled].focus,.datepicker table tr td.today[disabled]:focus,.datepicker table tr td.today[disabled]:hover,fieldset[disabled] .datepicker table tr td.today.focus,fieldset[disabled] .datepicker table tr td.today:focus,fieldset[disabled] .datepicker table tr td.today:hover{background-color:#ffdb99;border-color:#ffb733}.datepicker table tr td.today.focused{background:#ffc966}.datepicker table tr td.today.disabled,.datepicker table tr td.today.disabled:active{background:#ffdb99;color:#777}.datepicker table tr td.range{color:#000;background-color:#eee;border-color:#bbb;border-radius:0}.datepicker table tr td.range.focus,.datepicker table tr td.range:focus{color:#000;background-color:#d5d5d5;border-color:#7c7c7c}.datepicker table tr td.range:hover{color:#000;background-color:#d5d5d5;border-color:#9d9d9d}.datepicker table tr td.range.active,.datepicker table tr td.range:active{color:#000;background-color:#d5d5d5;border-color:#9d9d9d}.datepicker table tr td.range.active.focus,.datepicker table tr td.range.active:focus,.datepicker table tr td.range.active:hover,.datepicker table tr td.range:active.focus,.datepicker table tr td.range:active:focus,.datepicker table tr td.range:active:hover{color:#000;background-color:#c3c3c3;border-color:#7c7c7c}.datepicker table tr td.range.disabled.focus,.datepicker table tr td.range.disabled:focus,.datepicker table tr td.range.disabled:hover,.datepicker table tr td.range[disabled].focus,.datepicker table tr td.range[disabled]:focus,.datepicker table tr td.range[disabled]:hover,fieldset[disabled] .datepicker table tr td.range.focus,fieldset[disabled] .datepicker table tr td.range:focus,fieldset[disabled] .datepicker table tr td.range:hover{background-color:#eee;border-color:#bbb}.datepicker table tr td.range.focused{background:#d5d5d5}.datepicker table tr td.range.disabled,.datepicker table tr td.range.disabled:active{background:#eee;color:#777}.datepicker table tr td.range.highlighted{color:#000;background-color:#e4eef3;border-color:#9dc1d3}.datepicker table tr td.range.highlighted.focus,.datepicker table tr td.range.highlighted:focus{color:#000;background-color:#c1d7e3;border-color:#4b88a6}.datepicker table tr td.range.highlighted:hover{color:#000;background-color:#c1d7e3;border-color:#73a6c0}.datepicker table tr td.range.highlighted.active,.datepicker table tr td.range.highlighted:active{color:#000;background-color:#c1d7e3;border-color:#73a6c0}.datepicker table tr td.range.highlighted.active.focus,.datepicker table tr td.range.highlighted.active:focus,.datepicker table tr td.range.highlighted.active:hover,.datepicker table tr td.range.highlighted:active.focus,.datepicker table tr td.range.highlighted:active:focus,.datepicker table tr td.range.highlighted:active:hover{color:#000;background-color:#a8c8d8;border-color:#4b88a6}.datepicker table tr td.range.highlighted.disabled.focus,.datepicker table tr td.range.highlighted.disabled:focus,.datepicker table tr td.range.highlighted.disabled:hover,.datepicker table tr td.range.highlighted[disabled].focus,.datepicker table tr td.range.highlighted[disabled]:focus,.datepicker table tr td.range.highlighted[disabled]:hover,fieldset[disabled] .datepicker table tr td.range.highlighted.focus,fieldset[disabled] .datepicker table tr td.range.highlighted:focus,fieldset[disabled] .datepicker table tr td.range.highlighted:hover{background-color:#e4eef3;border-color:#9dc1d3}.datepicker table tr td.range.highlighted.focused{background:#c1d7e3}.datepicker table tr td.range.highlighted.disabled,.datepicker table tr td.range.highlighted.disabled:active{background:#e4eef3;color:#777}.datepicker table tr td.range.today{color:#000;background-color:#f7ca77;border-color:#f1a417}.datepicker table tr td.range.today.focus,.datepicker table tr td.range.today:focus{color:#000;background-color:#f4b747;border-color:#815608}.datepicker table tr td.range.today:hover{color:#000;background-color:#f4b747;border-color:#bf800c}.datepicker table tr td.range.today.active,.datepicker table tr td.range.today:active{color:#000;background-color:#f4b747;border-color:#bf800c}.datepicker table tr td.range.today.active.focus,.datepicker table tr td.range.today.active:focus,.datepicker table tr td.range.today.active:hover,.datepicker table tr td.range.today:active.focus,.datepicker table tr td.range.today:active:focus,.datepicker table tr td.range.today:active:hover{color:#000;background-color:#f2aa25;border-color:#815608}.datepicker table tr td.range.today.disabled.focus,.datepicker table tr td.range.today.disabled:focus,.datepicker table tr td.range.today.disabled:hover,.datepicker table tr td.range.today[disabled].focus,.datepicker table tr td.range.today[disabled]:focus,.datepicker table tr td.range.today[disabled]:hover,fieldset[disabled] .datepicker table tr td.range.today.focus,fieldset[disabled] .datepicker table tr td.range.today:focus,fieldset[disabled] .datepicker table tr td.range.today:hover{background-color:#f7ca77;border-color:#f1a417}.datepicker table tr td.range.today.disabled,.datepicker table tr td.range.today.disabled:active{background:#f7ca77;color:#777}.datepicker table tr td.selected,.datepicker table tr td.selected.highlighted{color:#fff;background-color:#777;border-color:#555;text-shadow:0 -1px 0 rgba(0,0,0,.25)}.datepicker table tr td.selected.focus,.datepicker table tr td.selected.highlighted.focus,.datepicker table tr td.selected.highlighted:focus,.datepicker table tr td.selected:focus{color:#fff;background-color:#5e5e5e;border-color:#161616}.datepicker table tr td.selected.highlighted:hover,.datepicker table tr td.selected:hover{color:#fff;background-color:#5e5e5e;border-color:#373737}.datepicker table tr td.selected.active,.datepicker table tr td.selected.highlighted.active,.datepicker table tr td.selected.highlighted:active,.datepicker table tr td.selected:active{color:#fff;background-color:#5e5e5e;border-color:#373737}.datepicker table tr td.selected.active.focus,.datepicker table tr td.selected.active:focus,.datepicker table tr td.selected.active:hover,.datepicker table tr td.selected.highlighted.active.focus,.datepicker table tr td.selected.highlighted.active:focus,.datepicker table tr td.selected.highlighted.active:hover,.datepicker table tr td.selected.highlighted:active.focus,.datepicker table tr td.selected.highlighted:active:focus,.datepicker table tr td.selected.highlighted:active:hover,.datepicker table tr td.selected:active.focus,.datepicker table tr td.selected:active:focus,.datepicker table tr td.selected:active:hover{color:#fff;background-color:#4c4c4c;border-color:#161616}.datepicker table tr td.selected.disabled.focus,.datepicker table tr td.selected.disabled:focus,.datepicker table tr td.selected.disabled:hover,.datepicker table tr td.selected.highlighted.disabled.focus,.datepicker table tr td.selected.highlighted.disabled:focus,.datepicker table tr td.selected.highlighted.disabled:hover,.datepicker table tr td.selected.highlighted[disabled].focus,.datepicker table tr td.selected.highlighted[disabled]:focus,.datepicker table tr td.selected.highlighted[disabled]:hover,.datepicker table tr td.selected[disabled].focus,.datepicker table tr td.selected[disabled]:focus,.datepicker table tr td.selected[disabled]:hover,fieldset[disabled] .datepicker table tr td.selected.focus,fieldset[disabled] .datepicker table tr td.selected.highlighted.focus,fieldset[disabled] .datepicker table tr td.selected.highlighted:focus,fieldset[disabled] .datepicker table tr td.selected.highlighted:hover,fieldset[disabled] .datepicker table tr td.selected:focus,fieldset[disabled] .datepicker table tr td.selected:hover{background-color:#777;border-color:#555}.datepicker table tr td.active,.datepicker table tr td.active.highlighted{color:#fff;background-color:#337ab7;border-color:#2e6da4;text-shadow:0 -1px 0 rgba(0,0,0,.25)}.datepicker table tr td.active.focus,.datepicker table tr td.active.highlighted.focus,.datepicker table tr td.active.highlighted:focus,.datepicker table tr td.active:focus{color:#fff;background-color:#286090;border-color:#122b40}.datepicker table tr td.active.highlighted:hover,.datepicker table tr td.active:hover{color:#fff;background-color:#286090;border-color:#204d74}.datepicker table tr td.active.active,.datepicker table tr td.active.highlighted.active,.datepicker table tr td.active.highlighted:active,.datepicker table tr td.active:active{color:#fff;background-color:#286090;border-color:#204d74}.datepicker table tr td.active.active.focus,.datepicker table tr td.active.active:focus,.datepicker table tr td.active.active:hover,.datepicker table tr td.active.highlighted.active.focus,.datepicker table tr td.active.highlighted.active:focus,.datepicker table tr td.active.highlighted.active:hover,.datepicker table tr td.active.highlighted:active.focus,.datepicker table tr td.active.highlighted:active:focus,.datepicker table tr td.active.highlighted:active:hover,.datepicker table tr td.active:active.focus,.datepicker table tr td.active:active:focus,.datepicker table tr td.active:active:hover{color:#fff;background-color:#204d74;border-color:#122b40}.datepicker table tr td.active.disabled.focus,.datepicker table tr td.active.disabled:focus,.datepicker table tr td.active.disabled:hover,.datepicker table tr td.active.highlighted.disabled.focus,.datepicker table tr td.active.highlighted.disabled:focus,.datepicker table tr td.active.highlighted.disabled:hover,.datepicker table tr td.active.highlighted[disabled].focus,.datepicker table tr td.active.highlighted[disabled]:focus,.datepicker table tr td.active.highlighted[disabled]:hover,.datepicker table tr td.active[disabled].focus,.datepicker table tr td.active[disabled]:focus,.datepicker table tr td.active[disabled]:hover,fieldset[disabled] .datepicker table tr td.active.focus,fieldset[disabled] .datepicker table tr td.active.highlighted.focus,fieldset[disabled] .datepicker table tr td.active.highlighted:focus,fieldset[disabled] .datepicker table tr td.active.highlighted:hover,fieldset[disabled] .datepicker table tr td.active:focus,fieldset[disabled] .datepicker table tr td.active:hover{background-color:#337ab7;border-color:#2e6da4}.datepicker table tr td span{display:block;width:23%;height:54px;line-height:54px;float:left;margin:1%;cursor:pointer;border-radius:4px}.datepicker table tr td span.focused,.datepicker table tr td span:hover{background:#eee}.datepicker table tr td span.disabled,.datepicker table tr td span.disabled:hover{background:0 0;color:#777;cursor:default}.datepicker table tr td span.active,.datepicker table tr td span.active.disabled,.datepicker table tr td span.active.disabled:hover,.datepicker table tr td span.active:hover{color:#fff;background-color:#337ab7;border-color:#2e6da4;text-shadow:0 -1px 0 rgba(0,0,0,.25)}.datepicker table tr td span.active.disabled.focus,.datepicker table tr td span.active.disabled:focus,.datepicker table tr td span.active.disabled:hover.focus,.datepicker table tr td span.active.disabled:hover:focus,.datepicker table tr td span.active.focus,.datepicker table tr td span.active:focus,.datepicker table tr td span.active:hover.focus,.datepicker table tr td span.active:hover:focus{color:#fff;background-color:#286090;border-color:#122b40}.datepicker table tr td span.active.disabled:hover,.datepicker table tr td span.active.disabled:hover:hover,.datepicker table tr td span.active:hover,.datepicker table tr td span.active:hover:hover{color:#fff;background-color:#286090;border-color:#204d74}.datepicker table tr td span.active.active,.datepicker table tr td span.active.disabled.active,.datepicker table tr td span.active.disabled:active,.datepicker table tr td span.active.disabled:hover.active,.datepicker table tr td span.active.disabled:hover:active,.datepicker table tr td span.active:active,.datepicker table tr td span.active:hover.active,.datepicker table tr td span.active:hover:active{color:#fff;background-color:#286090;border-color:#204d74}.datepicker table tr td span.active.active.focus,.datepicker table tr td span.active.active:focus,.datepicker table tr td span.active.active:hover,.datepicker table tr td span.active.disabled.active.focus,.datepicker table tr td span.active.disabled.active:focus,.datepicker table tr td span.active.disabled.active:hover,.datepicker table tr td span.active.disabled:active.focus,.datepicker table tr td span.active.disabled:active:focus,.datepicker table tr td span.active.disabled:active:hover,.datepicker table tr td span.active.disabled:hover.active.focus,.datepicker table tr td span.active.disabled:hover.active:focus,.datepicker table tr td span.active.disabled:hover.active:hover,.datepicker table tr td span.active.disabled:hover:active.focus,.datepicker table tr td span.active.disabled:hover:active:focus,.datepicker table tr td span.active.disabled:hover:active:hover,.datepicker table tr td span.active:active.focus,.datepicker table tr td span.active:active:focus,.datepicker table tr td span.active:active:hover,.datepicker table tr td span.active:hover.active.focus,.datepicker table tr td span.active:hover.active:focus,.datepicker table tr td span.active:hover.active:hover,.datepicker table tr td span.active:hover:active.focus,.datepicker table tr td span.active:hover:active:focus,.datepicker table tr td span.active:hover:active:hover{color:#fff;background-color:#204d74;border-color:#122b40}.datepicker table tr td span.active.disabled.disabled.focus,.datepicker table tr td span.active.disabled.disabled:focus,.datepicker table tr td span.active.disabled.disabled:hover,.datepicker table tr td span.active.disabled.focus,.datepicker table tr td span.active.disabled:focus,.datepicker table tr td span.active.disabled:hover,.datepicker table tr td span.active.disabled:hover.disabled.focus,.datepicker table tr td span.active.disabled:hover.disabled:focus,.datepicker table tr td span.active.disabled:hover.disabled:hover,.datepicker table tr td span.active.disabled:hover[disabled].focus,.datepicker table tr td span.active.disabled:hover[disabled]:focus,.datepicker table tr td span.active.disabled:hover[disabled]:hover,.datepicker table tr td span.active.disabled[disabled].focus,.datepicker table tr td span.active.disabled[disabled]:focus,.datepicker table tr td span.active.disabled[disabled]:hover,.datepicker table tr td span.active:hover.disabled.focus,.datepicker table tr td span.active:hover.disabled:focus,.datepicker table tr td span.active:hover.disabled:hover,.datepicker table tr td span.active:hover[disabled].focus,.datepicker table tr td span.active:hover[disabled]:focus,.datepicker table tr td span.active:hover[disabled]:hover,.datepicker table tr td span.active[disabled].focus,.datepicker table tr td span.active[disabled]:focus,.datepicker table tr td span.active[disabled]:hover,fieldset[disabled] .datepicker table tr td span.active.disabled.focus,fieldset[disabled] .datepicker table tr td span.active.disabled:focus,fieldset[disabled] .datepicker table tr td span.active.disabled:hover,fieldset[disabled] .datepicker table tr td span.active.disabled:hover.focus,fieldset[disabled] .datepicker table tr td span.active.disabled:hover:focus,fieldset[disabled] .datepicker table tr td span.active.disabled:hover:hover,fieldset[disabled] .datepicker table tr td span.active.focus,fieldset[disabled] .datepicker table tr td span.active:focus,fieldset[disabled] .datepicker table tr td span.active:hover,fieldset[disabled] .datepicker table tr td span.active:hover.focus,fieldset[disabled] .datepicker table tr td span.active:hover:focus,fieldset[disabled] .datepicker table tr td span.active:hover:hover{background-color:#337ab7;border-color:#2e6da4}.datepicker table tr td span.new,.datepicker table tr td span.old{color:#777}.datepicker .datepicker-switch{width:145px}.datepicker .datepicker-switch,.datepicker .next,.datepicker .prev,.datepicker tfoot tr th{cursor:pointer}.datepicker .datepicker-switch:hover,.datepicker .next:hover,.datepicker .prev:hover,.datepicker tfoot tr th:hover{background:#eee}.datepicker .next.disabled,.datepicker .prev.disabled{visibility:hidden}.datepicker .cw{font-size:10px;width:12px;padding:0 2px 0 5px;vertical-align:middle}.input-group.date .input-group-addon{cursor:pointer}.input-daterange{width:100%}.input-daterange input{text-align:center}.input-daterange input:first-child{border-radius:3px 0 0 3px}.input-daterange input:last-child{border-radius:0 3px 3px 0}.input-daterange .input-group-addon{width:auto;min-width:16px;padding:4px 5px;line-height:1.42857143;border-width:1px 0;margin-left:-5px;margin-right:-5px}
