﻿.discountprice {
    color: red !important;
}

.discount {
    color: gray;
}

.discount-min {
    font-size: 15px;
}

.input-group-addon.plus, .input-group-addon.minus {
    padding: 8px 5px !important;
}

[changepicker] {
    padding: 8px 5px !important;
}

/* DVC CAMBIOS ZEUSONLINE 2016/11/22 */
.div-group-search {
    margin-bottom: 10px;
}

.div-group-discount {
    -webkit-box-shadow: 0px 0px 9px 0px #9e0006;
    -moz-box-shadow: 0px 0px 9px 0px #9e0006;
    box-shadow: 0px 0px 9px 0px #9e0006;
}

.icon-buttons {
    background-color: #DEDEDE;
    padding: 5px;
    border-radius: 3px;
}

.ellipsis {
    position: absolute;
    width: 97%;
    bottom: 33px;
    height: 50px;
    left: 5px;
    z-index: 2;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0)), to(#fff));
    background: -moz-linear-gradient(top, rgba(255,255,255,0), #fff);
    background: -o-linear-gradient(top, rgba(255,255,255,0), #fff);
}

.title-important-small {
    padding-bottom: 5px;
}

    .title-important-small:hover {
        text-decoration: none !important;
    }
/* DVC CAMBIOS ZEUSONLINE 2016/11/22 */

/* Estilo material design */
.div-group {
    background-color: #fff;
    margin-bottom: 20px !important;
    -webkit-box-shadow: 0 8px 17px 0 rgba(0,0,0,.2), 0 6px 20px 0 rgba(0,0,0,.19);
    box-shadow: 0 8px 17px 0 rgba(0,0,0,.2), 0 6px 20px 0 rgba(0,0,0,.19);
    border-radius: 2px;
    border: 0;
}

.well {
    background-color: #fbfbfb !important;
    border: 0 !important;
    border-radius: 0px !important;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12) !important;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12) !important;
}

.button_idiom[isactive=true], .button_idiom[isactive=true]:focus {
    box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
    border: 0;
    background-color: #0A2F74;
    background-image: none;
    color: #fff;
    margin-bottom: 15px;
}

.button_idiom[isactive=false] {
    box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
    border: 0;
    margin-bottom: 15px;
}
/* Estilo material design */

.div-group-search .list-group-item {
    padding: 0px !important;
    border:none !important;
}


.img-logoz {
    height: 35px;
}

.linkMorePhoto {
    position: absolute;
    bottom: 12px;
    background-color: #fff;
    opacity: .7;
    padding-left: 5px;
    height: 35px;
    padding-top: 1px;
    margin-bottom: 0px;
    width: 80%;
    left: 28px;
}

    .linkMorePhoto .glyphicon {
        font-size: 20px;
    }

.well-hotel {
    padding: 0px;
    border: 1px solid #0A2F74 !important;
}

.alert-thin {
    padding: 5px 15px !important;
    margin-bottom: 5px !important;
    margin-top: 5px !important;
}

.alert-thin .close {
    top: -2px !important;
    right: -5px !important;
}

/*-----------------------
pageloader styles
-----------------------*/
#page-loader {
    position : fixed;
    top : 0;
    left : 0;
    bottom : 0;
    right : 0;
    z-index : 99999;
    background: #fff;
}
#page-loader .loader-container{
    position: absolute;
    top: 40%;
    left : 45%;
    width: 120px;
    height: 120px;
    display: block;
}
#page-loader .loader {
    position: absolute;
    top: 55%;
    left : 38%;
    width:35px;
    height:35px;
    display:inline-block;
    padding:0px;
    border-radius:100%;
    border:2px solid;
    border-top-color:rgba(255, 255, 255, 1);
    border-bottom-color:rgba(255, 255, 255, 1);
    border-left-color:rgba(255, 255, 255, 0.2);
    border-right-color:rgba(255, 255, 255, 0.2);
    -webkit-animation: preloader 0.8s ease-in-out infinite alternate;
    -moz-animation: preloader 0.8s ease-in-out infinite alternate;
    animation: preloader 0.8s ease-in-out infinite alternate;
}
#page-loader .loader-logo span{
    position: absolute;
    top: 20%;
    left : 13%;
    letter-spacing: 2px;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
}

#page-loader .loader-container {
    background: #2E406F;
}

@keyframes preloader {
   from {transform: rotate(0deg);}
   to {transform: rotate(360deg);}
}
@-webkit-keyframes preloader {
   from {-webkit-transform: rotate(0deg);}
   to {-webkit-transform: rotate(360deg);}
}
@-moz-keyframes preloader{
    from {-webkit-transform: rotate(0deg);}
    to {-webkit-transform: rotate(360deg);}
}

.alert-text-big {
    font-size:16px;
}
#DivlIfProduction{
text-align: center !important;
font-size: 18px !important;
font-weight:bold !important;
}
.popover-content-scroll > .popover {    
    left: 0 !important;
    min-width: 256px;
} 

.popover-content-scroll > .popover .popover-content {
    overflow-y: auto;
    max-height: 500px;
} 

.img-logoz{
   height: 40px !important;
}

.margin-bottom-btn-footer{
   margin-bottom: 30px !important;
}
.div-group-pasadia {
    padding: 10px 14px 10px 10px !important;
    height: 240px;
    border: 0 !important;
}
.img-pasadia {
    position: absolute;
    left: 4px;
    top: -10px;
    border: none;
    height: 240px !important;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.title-pasadia {
    margin-bottom: 4px;
    text-align: center;
    font-size: 24px;
    margin-top: 0;
    font-weight: bold;
    color: #848383;
}
.description-pasadia {
    height: 147px;
    overflow-y: hidden;
    margin-bottom: 9px;
    padding-left: 7px;
    padding-right: 7px;
}

#ContentRooming {
    position: absolute;
    left: -325px;
    width: 325px;
}

#tblRomming {
    width:100%;
    font-size: 12px;
    margin-top: 5px;
    margin-bottom:0;
}
#tblRomming tr th {
    background-color: #969595;
    color: #fff;
    font-weight: normal;
    padding: 2px 5px;
    text-align:center;
}
#rowTitular {
    color: #4b8c03;
}
.ContentNumberRooming {
    width: 35px;
    text-align: center;
    height: 35px;
    padding-top: 5px;
    background-color: red;
    color: #FFF;
    border-radius: 50%;
    position: absolute;
    left: -26px;
    z-index: 9;
    cursor: pointer;
    margin-top: -9px;
}

#ContentRoomingClass {
    position: absolute;
    left: -325px;
    width: 325px;
}
#tblRommingClass {
    width:100%;
    font-size: 12px;
    margin-top: 5px;
    margin-bottom:0;
}
#tblRommingClass tr th {
    background-color: #969595;
    color: #fff;
    font-weight: normal;
    padding: 2px 5px;
    text-align:center;
}

#ContentIndividuals {
    margin-bottom: 30px;
}
.checkBig {
    -ms-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -webkit-transform: scale(1.6);
    -o-transform: scale(1.6);
}
#NumberRooming {
    position: absolute;
    top: 4px;
    left: 5px;
    font-weight: bold;
}
.IconNumberRooming-1{
    position: absolute !important;
    top: 8px !important;
    left: 17px;
    color: gray;
}
.IconNumberRooming-2{
    position: absolute !important;
    top: 12px !important;
    left: 12px;
}
#NumberRoomingClass {
    position: absolute;
    top: 4px;
    left: 5px;
    font-weight: bold;
}
.msgAddRooming {
    position: absolute;
    top: -24px;
    color: #313131;
    font-size: 12px;
    width: 160px;
    left: -61px;
    background-color: #FCD837;
    padding: 3px;
    border-radius: 12px;
    display:none;
}
.msgAddRoomingClass {
    position: absolute;
    top: -24px;
    color: #313131;
    font-size: 12px;
    width: 160px;
    left: -61px;
    background-color: #FCD837;
    padding: 3px;
    border-radius: 12px;
    display:none;
}
.btn-detail-price {
    padding-bottom: 6px !important;
    padding-top: 6px !important;
    border: 0 !important;
    border-radius: 0 !important;
}
.content-detail-price {
    height: 33px;
}
.title-group-charge {
    background-color: #4CAF50 !important;
    border-color: #4CAF50 !important;
}
.title-charge {
    background-color: #8BC34A !important;
    border-color: #8BC34A !important;
}
.text-total {
    font-style: italic;font-weight: bold;color: #000;
}
#TblChargeAddedPasadia {
    margin-bottom:0 !important;
}
.tbl-chargespasadia {
    height: 153px;
    overflow-y: auto;
    font-size: 12px;
}

.value-pay {
    font-size: 28px !important;
    font-family: monospace;
}

.panel-datapayment > .panel-heading {
    background-color: #4464a0 !important;
}

.li-sort {
    cursor:pointer;
}
.li-sort-disabled {
    cursor: default !important;
    pointer-events: none;
    color: #adabab;
}
.li-sort label {
    margin-bottom:0;
}

.div-inline {
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
}

.room-count {
    background-color:#bce8f1;
    width: 60px;
    padding-left: 5px;
    margin-right: 10px;
    padding-top: 3px;
    border-radius: 7px;
    color: #1f688c;
    height: 30px;
    font-weight: bold;
}

.card {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    background-color: #fff;
    padding: 8px 15px;
    margin-bottom: 15px;
}

.plan-result-item {
    margin-bottom:10px;
    background-color: #f3f1f1;
    padding-top: 15px;
    padding-bottom: 15px;
}

.title-typeroom-search {
    font-size:27px;
    color: #0A2F74;
    font-style: italic;
}
.title-plan-search {
    font-size: 25px;
    line-height: 35px;
    font-weight: normal;
    color: #3a87ad;
    font-family: fantasy;
    margin-bottom: 0;
}

.price-search-typeroom {
    font-family: fantasy;
    font-size: 26px;
    letter-spacing: 1px;
}

.content-rooms-from {
    margin-left: 15px;font-size: 100% !important;
}
.content-rooms-from > .rooms-from {
    font-size: 18px;
}
.content-rooms-from > .text-rooms-from {
    font-style:italic;
    font-size: 13px;
}
@media (min-width: 769px) {
    .input-login {
        width: 140px !important;
    }
    .btn-Login {
        width: 100px;
        margin-left: 5px;
    }
}

#wizardConfig {
    position:absolute;
    z-index:3;
}

    #wizardConfig .modal-dialog {
        width: calc(80%);
    }

#btnWizardConfig {
    position: fixed;
    bottom: 0px;
    right: 0px;
    z-index: 3;
    padding: 15px;
    margin: 20px;
    margin-bottom: 150px;
    border-radius:50%;
}