/* Date Range Picker Form */
.daterange-form input {
    height: 30px;
    min-width: 20px;
    max-width: 100px;
}
.daterange-form label {
    line-height: 30px;
    font-size: 16px;
}
.daterange-form .input-group-btn button {
    height: 30px;
    line-height: 12px;
    padding: 1px 5px;
}
.daterange-form .col-lg-2 {
    padding-left: 2px;
    padding-right: 2px;
}
.daterange-form .col-lg-10 {
    padding-right: 2px;
}
.hide-date-header .table.hour-view thead, .hide-date-header .table.minute-view thead {
    display: none;
}

/* Datatables */
.dataTables_processing {
    background: rgba(255,255,255,0.7);
    bottom: 0 !important;
    font-size: 20px;
    height: 100% !important;
    margin-top: 0 !important;
    position: absolute;
    padding-top: 20px;
    text-align: center;
    top: 0 !important;
    width: 100%;
}

/* Lock Screen */
.lockscreen-fixed {
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99999;
}

/* Login Page */
.login-box-body {
    border-radius: 3px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
.login-logo {
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}

/* Box */
.box-embed {
    border-top: none;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2)
}
.box-embed-2 {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3)
}

/* Absolute Container */
.absolute_container {
    background-color: #FFF;
    border-bottom: 1px solid #E0E0E0;
    border-left: 1px solid #E0E0E0;
    border-right: 1px solid #E0E0E0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    color: #666;
    font-weight: bold;
    padding: 10px;
    position: absolute;
    text-decoration: none;
}
.absolute_container_top_right {
    top: 50px;
    right: 15px;
}
.absolute_container .absolute_container_title {
    cursor: pointer;
}
.absolute_container .absolute_container_content {
    width:auto;
    background-color: white;
    position: absolute;
    right: -1px;
    top:25px;
    padding: 15px;
    margin-top: 10px;
    border-bottom: 1px solid #E0E0E0;
    border-right: 1px solid #E0E0E0;
    border-left: 1px solid #E0E0E0;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 100;
    color: black;
}
.absolute_container:hover {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.absolute_container:hover .absolute_container_content {
    display: block;
}

/* Fixed Container */
.fixed_container {
    background-color: #FFF;
    border-bottom: 1px solid #E0E0E0;
    border-left: 1px solid #E0E0E0;
    border-right: 1px solid #E0E0E0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    color: #666;
    font-weight: bold;
    padding: 10px;
    position: fixed;
    text-decoration: none;
    z-index: 60;
}
.fixed_container_top_right {
    top: 50px;
}

.fixed_container .fixed_container-wrapper {
    position: relative;
}

.fixed_container .fixed_container_title {
    border-left: 1px solid #ccc;
    margin-left: 5px;
    padding-left: 5px;
    cursor: pointer;
    display: inline-block;
}

.fixed_container .fixed_container_title i {
    color: #ff0000;
}

.fixed_container .fixed_container_title:first-child {
    border-left: 0;
    padding-left: 0;
    margin-left: 0;
}

.fixed_container .fixed_container_title:hover .fixed_container_content {
    display: block;
}

.fixed_container .fixed_container_title .fixed_container_content {
    display: none;
    position: absolute;
    top: 0px;
    left: 50%;
    right: 0;
    background-color: white;
    overflow: auto;
    border-bottom: 1px solid #E0E0E0;
    border-right: 1px solid #E0E0E0;
    border-left: 1px solid #E0E0E0;
    color: black;
    z-index: 100;
    width: 515px;
    margin: 0 auto;
    transform: translateX(-50%)
}

/* Label */
.label-lg {
    font-size: 100%;
}
.label-black {
    background-color: #000;
}

/* Panel */
.panel .panel-collapse {
    position: relative;
}
.panel .panel-collapse .overlay {
    background: rgba(255, 255, 255, 0.7);
    border-radius: 3px;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 50;
}

/* Popover */
.popover {
    z-index: 1000;
}

/* Tabs */
.tab-wrapper > .overlay{
    z-index: 50;
    background: rgba(255, 255, 255, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.tab-wrapper .overlay > .fa {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -15px;
    margin-top: -15px;
    color: #000;
    font-size: 30px;
}
.tab-wrapper > .overlay > i{
    position: absolute;
    top: 50%;
    left: 46%;
}

/* Within Modal */
.modal-extra-lg {
    width: 90%;
}
.modal > .modal-dialog {
    border-radius: 3px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.8);
}
.modal > .modal-dialog > .modal-content > .overlay {
    background-color: rgba(255,255,255,0.5) !important;
    bottom: 0 !important;
    height: 100%  !important;
    position: absolute  !important;
    top: 0 !important;
    width: 100% !important;
    z-index: 1000 !important;
}
.modal > .modal-dialog > .modal-content > .overlay > i{
    position: absolute;
    top: 50%;
    left: 46%;
}

/* Well */
.well > .overlay{
    z-index: 50;
    background: rgba(255, 255, 255, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.well .overlay > .fa {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -15px;
    margin-top: -15px;
    color: #000;
    font-size: 30px;
}
.well > .overlay > i{
    position: absolute;
    top: 50%;
    left: 46%;
}

/* Request Quote Hotels */
.room-container {
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
    padding: 5px;
}

/* Request Quote Cruises*/
.cabin-container {
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
    padding: 5px;
}

.cabin-container .popover,.reservations-reservation-cruises-container .popover, .hotel-room-container .popover {
    width:300px;
    height:auto;
}

/* Widget User */
.box.box-widget.widget-user .widget-user-image {
    transition: all ease .2s;
}
.box.box-widget.widget-user.collapsed-box .widget-user-image {
    top: 15px;
}

/* Widget Requests Manage your quotes */
.panel-heading.not-included {
    background-color: rgba(255, 0, 24, 0.3);
}

/* Fancybox */
.fancybox-slide--iframe .fancybox-content {
    min-height : 90%;
}

/* Miscellaneous */
div > .overlay{
    z-index: 50;
    background: rgba(255, 255, 255, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
div .overlay > .fa {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -15px;
    margin-top: -15px;
    color: #000;
    font-size: 30px;
}
div > .overlay > i{
    position: absolute;
    top: 50%;
    left: 46%;
}

.display-none {
    display: none;
}

.display-block {
    display: block;
}

.dropdown-menu.datetimepicker-directive {
    min-width: 300px;
    position: fixed;
    top: inherit;
    left: inherit;
}

.bg-white {
    background-color: #FFF;
}

.border-bottom {
    border-bottom: 1px solid #f4f4f4;
}
.border-top {
     border-top: 1px solid #f4f4f4;
 }
.border-right {
    border-right: 1px solid #f4f4f4;
}
.border-left {
    border-left: 1px solid #f4f4f4;
}

.border-thick-bottom {
    border-bottom: 2px solid #f4f4f4;
}
.border-thick-top {
    border-top: 2px solid #f4f4f4;
}
.border-thick-right {
    border-right: 2px solid #f4f4f4;
}
.border-thick-left {
    border-left: 2px solid #f4f4f4;
}

.border-bottom-dark {
    border-bottom: 1px solid #cccccc;
}
.border-left-dark {
    border-left: 1px solid #cccccc;
}
.border-right-dark {
    border-right: 1px solid #cccccc;
}
.border-top-dark {
    border-top: 1px solid #cccccc;
}

.cursor-pointer {
    cursor: pointer;
}

.dataTables_scrollHeadInner,
.table-responsive {
    width: 100% !important;
}
.pdf-links-container .btn-group-vertical a{
    background: #fff;
    color: #3c8dbc;
    padding: 5px 5px;
}
.picture-selected-container {
    position: relative;
}
.picture-selected-container:after {
    background: rgba(0,0,0,.3);
    border-radius: 6px;
    bottom: 0;
    color: #f2f2f2;
    content: "\f00c";
    font-family: FontAwesome;
    font-size: 2vw;
    left: 0;
    padding-top: 14%;
    padding-left: 42%;
    position: absolute;
    right: 0;
    top: 0;
}
.position-relative {
    position: relative;
}
.text-red {
    color: #ff1c00 !important;
}

.hour-control table.hour-view thead, .hour-control table.minute-view thead{
    display: none;
}

@media (max-width: 767px) {
    .picture-selected-container:after {
        font-size: 10vw;
    }
}
.picture-selected {
    border: 4px solid #00A65A;
    background: rgba(0,0,0,.3);
    box-shadow: rgba(100,100,100,0.5) 0 0 5px;
}
.shadow-on-hover:hover {
    border: none !important;
    box-shadow: 0 0 10px rgba(0,0,0,.5);
    z-index: 50;
}

@media (max-width: 991px) {
    .info-box-content-no-margin-small {
        margin-left: 0;
    }
}

.print-only {
    display: none !important;
}

@media print
{
    .print-only {
        display: block !important;
    }

    .no-print, .no-print *
    {
        display: none !important;
    }

    .box-title
    {
        color: #01A65A !important;
        font-weight: bold;
    }

    table.dataTable thead .sorting:after {
        display: none;
    }
}

#jsd-widget {
    bottom: -15px !important;
    right: -5px !important;
}

.color-alert-yellow {
    color: #ddab56 !important;
}

.right-top-absolute {
    position: absolute;
    top: 6px;
    right: 6px;
}

.tiny-text {
    font-size: 10px;
}

.big-popover-width {
    max-width: 500px;
    z-index: 10000;
}

.extra-big-popover-width {
    max-width: 990px;
    z-index: 10000;
}
.extra-big-popover-width.bottom-right .arrow{
    left: 95%;
}

.html-popover {
    display: block !important;
}


/* region Striped Table*/
.table-striped.sticky .odd td {
    background-color: #f9f9f9;
}

.table-striped.sticky .even td {
    background-color: white;
}

.table-striped.sticky tfoot th:first-child, .table-striped.sticky thead th:first-child {
    background-color: white;
    z-index: 100;
}
/* endregion Striped Table*/

/* region PDF list compose window */
.list-group-item.child {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
    background-color: #fdfdfd;
}

.list-group-item.child > span {
    height: 22px;
}

.list-group-item.child .subtitle {
    color: gray;
    font-size: 11px;
}
/* endregion PDF list compose window */

/* region Calendar view */
.tooltip .tooltip-inner
{
    white-space: pre-line;
    text-align: left;
}
/* endregion Calendar view */

.btn-purple {
    background-color: rgb(128, 90, 213);
    color: white;
}

.btn-purple:hover {
    background-color: rgb(99, 63, 182) !important;
    color: white !important;
}