/* Minify: at least one missing file. See http://code.google.com/p/minify/wiki/Debugging */
div.ui-tooltip {
    border: 0px solid #DDDDDD;
    box-shadow:  0 1px 4px 0 rgba(136,136,136,0.57) !important;
    max-width: 800px;
    padding: 0px;
}

.TooltipBody{
    padding:10px;
    background-color:#FFFFFF;
    border: solid 2px #80C5EE;
}

.TooltipCaption {
    background-color:#80C5EE;
    padding:5px;
    font-weight:bold;
    color:#FFFFFF;
    font-size:110%;
    
}

.TooltipError {
    background-color: #FFD9D9;
    border:solid 1px;
    border-color:#FF9B9D;
    background-image:url("");
    background-repeat:no-repeat;
    background-position:5px 5px;
    
    padding:7px;
    padding-left:27px;
    line-height:15px;
    margin-bottom:10px;
 }

.TooltipWarning {
    background-color: #ECD177;
    border:solid 1px;
    border-color: #FF9900;
    
    background-image:url("");
    background-repeat:no-repeat;
    background-position:5px 5px;
    
    padding:7px;
    padding-left:27px;
    line-height:15px;
    margin-bottom:10px;
}

.TooltipExample {
    background-color:#C4DAF4;
    border:solid 1px #4294f4;
    
    background-image:url("");
    
    background-repeat:no-repeat;
    background-position:5px 5px;
    
    padding:7px;
    padding-left:27px;
    line-height:15px;
    margin-bottom:10px;
}

.TooltipSubtit {
    font-weight:bold;
    margin-bottom:10px;
}

.TooltipText {
    line-height:18px;
    font-size: 12px;
    margin-bottom:10px;
}

a.tooltip {
    text-decoration: none !important;
}

.grisClaro {
    color:#ccc;
}

.greyIcon {
    color: #848484;
}.avtMktMsgImg img{
    margin:0 auto;
    height: 188px;
}

.avtMktMsgTitle{
    padding-top: 20px;
    padding-left: 34px;
    padding-right: 34px;
    margin:0 auto;
    text-align: center;
    color: #84898E;
    font-weight: bold;
    font-size: 17px;
}

.avtMktMsgDescription{
    padding-top: 20px;
    padding-left: 34px;
    padding-right: 34px;
    margin:0 auto;
    color: #84898E;
    text-align: center;
    font-size: 14px;
}

.avtMktMsgButtons{
    padding-top: 30px;
    padding-bottom: 25px;
}
.avtMktMsgButtons div.avtMktread{
    color: #9B9B9B;
    float:left;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: bold;
    cursor:pointer;
}
.avtMktMsgButtons div.avtMkthelp{
    color: #F15F41;
    float: right;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: bold;
    cursor:pointer;
}


/* START BANNER STYLES*/

#contenedorWidget_avtMktMsgBanner{
    padding-bottom: 10px;
}

.homeContainerBanner{
    height: 110px!important;
    display: block;
}

.avtMktMsgBanner {
    border-radius: 4px;
    background-color: #FFFFFF;
    border:1px solid lightgrey;
    display: flex;
    justify-content: space-between;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 30px;
    flex-basis: 100%;
    height: max-content;
}

.avtMktMsgInboxBanner {
    border-radius: 4px;
    background-color: #FFFFFF;
    display: flex;
    justify-content: space-between;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 30px;
}

.avtMktMsgInboxBanner .avtMktBlock {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.avtMktMsgBanner .avtMktBlock {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.avtMktMsgBanner img.avtMktMsgSvg{
    float: left;
    margin-right: 16px;
    margin-left: 16px;
    margin-top: 9px;
    margin-bottom: 9px;
    height:32px;
}

.avtMktMsgBannerTitle{

    color: #6D7278;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 18px;
    margin-right: 10px;

}

.avtMktMsgBannerTitleInbox{

    color: #6D7278;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 18px;
    margin-right: 10px;

}

.avtMktMsgBannerDescription{
    color: #84898E;
    font-size: 13px;
    letter-spacing: 0;
    line-height: 18px;
}

.avtMktMsgBannerButtons{
    display: flex;
    align-items: center;
    margin-left: 30px;

}
.avtMktMsgBannerButtons div.avtMktread{
    float:left;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
    cursor:pointer;
    color: #9B9B9B;
    letter-spacing: -0.37px;
    line-height: 15px;
    text-align: center;
}
.avtMktMsgBannerButtons div.avtMkthelp{
    color: #00BAB8;
    float:left;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
    cursor:pointer;
    letter-spacing: -0.37px;
    line-height: 15px;
    text-align: center;
    margin-left: 22px;
}

/* Widget list view*/
#titleANews{
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.23px;
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.avtMktMsgDiv{
    box-sizing: border-box;
    width: 100%;
    height: 218px;
    padding: 48px;
    border: 1px solid rgba(46, 54, 61, 0.1);
    border-radius: 8px;
    margin-bottom: 12px;
    background: #FFFFFF;
    cursor: pointer;
    overflow: hidden;
    display: flex;
    position: relative;
    flex-direction: column;
}
.avtMktMsgFirstDiv{
    width: 100%;
    padding: 120px 24px 24px 72px;
    box-sizing: border-box;
    border: 1px solid rgba(46, 54, 61, 0.1);
    border-radius: 8px;
    margin-bottom: 24px;
    cursor: pointer;
    display: flex;
    position: relative;
    flex-direction: column;
    overflow: hidden;
}
.blockTop{
    display: flex;
    justify-content: space-between;
}

.blockBottom{
    text-align: right;
}
.avtMktMsgFirstDiv:hover {
    background: #F6F6F8;
}
.avtMktMsgDiv:hover{
    background: #F6F6F8;
}
.avtMktMsgContainer{
    padding-top: 60px;
    padding-left: 60px;
    padding-right: 60px;
    padding-bottom: 32px;
    background: #FFFFFF;
    box-shadow: 0px 2px 4px rgba(139, 146, 176, 0.182631);
    border-radius: 12px;
    max-width: 100%;
}
.avtMktMsgWTitle{
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0.23px;
}
.avtMktMsgWFirstTitle{
    font-weight: 700;
    font-size: 30px;
    line-height: 37px;
    letter-spacing: 0.23px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 16px;
}
.publishedDate{
    color: rgba(46, 54, 61, 0.5);
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.23px;
    margin-top: 8px;
}
.avtMktMsgWdescription{
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.23px;
    margin-top: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4; /* number of lines to show */
            line-clamp: 4;
    -webkit-box-orient: vertical;
}
.avtMktMsgWFirstdescription{
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.23px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4; /* number of lines to show */
            line-clamp: 4;
    -webkit-box-orient: vertical;
}
.imageContentDiv{
    display: flex!important;
    justify-content: right;
    align-items: center;
    min-width: 25%;
}
.avtMktMsgImgBackground{
    height: 150px;
    width: 125px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.editAvtMkt{
    font-size: 18px;
    margin-left: 10px;
    color: #444444!important;
}

.avtMktMsgFirstImgBackground{
    height: 200px;
    width: -moz-available;
    width: -webkit-fill-available;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.textContentDiv{
    display: flex;
    flex-direction: column;
}

.botonHoverEditAvtMktFirst,.botonHoverEditAvtMktFirst:hover{
    position: absolute;
    right: 10px;
    top: 10px;
    float: right;
    color: #9B9B9B!important;
    font-weight: bold;
    background: #FFFFFF!important;
    box-shadow: 2px 4px 4px rgb(81 79 79 / 25%);
    border-radius: 4px!important;
    padding: 7px 5px 7px 5px;
    width: 19px;
    font-size: 15px;
    text-align: center;
    height: 15px;
    cursor: pointer;
    z-index: 1;
}

.botonHoverEditAvtMkt,.botonHoverEditAvtMkt:hover{
    position: absolute;
    right: 10px;
    top: 10px;
    float: right;
    color: #9B9B9B!important;
    font-weight: bold;
    background: #FFFFFF!important;
    box-shadow: 2px 4px 4px rgb(81 79 79 / 25%);
    border-radius: 4px!important;
    padding: 7px 5px 7px 5px;
    width: 19px;
    font-size: 15px;
    text-align: center;
    height: 15px;
    cursor: pointer;
    z-index: 1;
}

.floatEditNews{
    display: none;
    position: relative;
    width: 100%;
}

.containerAvtMktMsgDiv:hover .floatEditNews{
    display: block!important;
}

.blockTopFirst{
    display: block;
}

.floatEditNewsFirst{
    display: none;
    position: relative;
    width: 100%;
}

.containerAvtMktMsgDivFirst:hover .floatEditNewsFirst{
    display: block!important;
}

.contentNewsFirst{
    display: block;
}

@media screen and (max-width: 1004px) {

    .avtMktMsgBanner {
        flex-direction: column
    }

    .avtMktMsgBannerButtons {
        justify-content: flex-end;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .avtMktMsgImg {
        display: flex;
        align-self: start;
    }

    .avtMktBlock {
        margin-top: 15px;
    }

    .avtMktMsgContainer{
        padding: 16px;
    }
    .avtMktMsgFirstDiv, .avtMktMsgDiv{
        height: 311px;
        padding: 32px 16px 16px 24px;
        margin-bottom: 8px;
    }
    .displayResponsive{
        display: block;
    }
    .displayNoneResponsive{
        display: none!important;
    }
    .avtMktMsgWFirstdescription, .avtMktMsgWdescription{
        width: 100%;
        font-weight: 400;
        font-size: 14px;
        line-height: 17px;
        letter-spacing: 0.23px;
        margin-top: 0px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 4; /* number of lines to show */
                line-clamp: 4;
        -webkit-box-orient: vertical;
    }
    .imageContentDiv{
        width: 70%;
        align-items: flex-end;
    }
    .avtMktMsgImgBackground{
        width: 120px;
        height: 100px;
    }
    .avtMktMsgFirstImgBackground{
        width: 120px;
        height: 100px;
    }
    #avtMktMsgFirstImg{
        width: 120px;
        height: 100px;
        min-width: unset!important;
        min-height: unset!important;
    }
    .publishedDate{
        margin-top: 16px;
        margin-bottom: 24px;
        font-style: normal;
        font-weight: 600;
        font-size: 12px;
        line-height: 15px;
        letter-spacing: 0.23px;
    }
    .avtMktMsgWFirstTitle, .avtMktMsgWTitle{
        font-style: normal;
        font-weight: 600;
        font-size: 14px;
        line-height: 17px;
        letter-spacing: 0.23px;
        margin-bottom: unset;
    }
    .linkMoreInfo{
        font-weight: 600;
        font-size: 14px;
        line-height: 17px;
        color: #F15F41!important;
        text-decoration: none!important;
    }
    .textContentDiv{
        width:100%;
        padding-right: 0px!important;
    }
    .blockTop{
        margin-bottom: 24px;
    }
    .blockBottom{
        display: flex!important;
    }
    .firstContentInfoBookingGhostState, .ghostAvtMkt.contentInfoBookingGhostState{
        padding: 32px 16px 24px 16px!important;
        /* height: 311px; */
    }
    .emptyContentText{
        width: 100%!important;
    }
    .titleEmptyGhost, .secondaryTitleEmpty{
        width: 75%!important;
    }
    .firstImageEmpty{
        width: 142px!important;
        height: 107px!important;
    }
    .firstParagraphEmpty{
        width: 95%!important;
    }
    .firstDateEmpty{
        width: 35%!important;
        margin-right: 12%;
        margin-top: 0px!important;
    }
    .firstBottom{
        justify-content: flex-end;
    }
    .emptyContentImg{
        width: auto!important;
    }

    .avtMktMsgDiv:hover .floatEditNews{
        display: none!important;
    }

    .avtMktMsgFirstDiv:hover .floatEditNewsFirst{
        display: none!important;
    }
    .btnContent{
        margin-top: 24px!important;
    }
}
@media screen and (min-width: 1004px) {
    .displayResponsive{
        display: none!important;
    }
}

/* GHOSTLOADING*/

.ghostEmptyLoading {
    position: relative;
    background: #F0F0F0;
    min-height: 1em;
    border-radius: 4px;
    overflow: hidden;
}


.ghostEmptyLoading:before {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    width: 50px;
    left: -50px;
    background: linear-gradient(to right, rgba(255,255,255, 0), rgba(255,255,255, 0.3), rgba(255,255,255, 0));
    animation: loading 1s infinite;
}

.ghostEmptyLoadingConver {
    height: 70px;
    width: 100%;
    background: #FFF;
    opacity: 0.9;
}
.firstContentInfoBookingGhostState{
    width: auto;
    background: rgba(46, 54, 61, 0.05);
    border-radius: 8px;
    padding: 108px 48px 26px 72px;
    display: block;
}
.ghostAvtMkt.contentInfoBookingGhostState{
    width: auto;
    background: rgba(46, 54, 61, 0.05);
    border-radius: 8px;
    padding: 48px 54px 47px 40px;
    margin-top: 32px;
}
.emptyContentText{
    width: 75%;
}

.emptyContentImg{
    width: 25%;
    display: flex;
    justify-content: flex-end;
}

.titleEmptyGhost{
    width: 55%;
    height: 12px;
    background: #CCCCCC;
    border-radius: 2px;
}

.firstParagraphEmpty{
    width: 85%;
    height: 12px;
    background: rgba(46, 54, 61, 0.1);
    border-radius: 2px;
    margin-top: 33px;
    margin-bottom: 13px;
}

.secondParagraphEmpty{
    width: 42.5%;
    height: 12px;
    background: rgba(46, 54, 61, 0.1);
    border-radius: 2px;
    margin-top: 13px;
    margin-bottom: 13px;
}

.firstImageEmpty{
    width: 258px;
    height: 172px;
    background: rgba(46, 54, 61, 0.1);
    border-radius: 8px;
}
.buttonEmptyGhost{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 6px 15px;
    gap: 10px;
    width: 117px;
    height: 29px;
    background: #D8D8D8;
    border-radius: 2px;
    flex: none;
    order: 0;
    flex-grow: 0;
    margin-top: 38px;
}
.firstDateEmpty{
    width: 14%;
    height: 12px;
    background: #D8D8D8;
    border-radius: 2px;
    margin-top: 61px;
}

.secondaryTitleEmpty{
    width: 47%;
    height: 12px;
    background: #CCCCCC;
    border-radius: 2px;
}

.secondarySubTitleEmpty{
    width: 23%;
    height: 12px;
    background: #D8D8D8;
    border-radius: 2px;
    margin-top: 13px;
}
.secondaryImageEmpty{
    width: 149px;
    height: 107px;
    background: rgba(46, 54, 61, 0.1);
    border-radius: 8px;
}
.avtMktMsgImgFirstElement{
    width: 300px;
    height: 200px;
}
.containerAvtMktMsgDiv, .containerAvtMktMsgDivFirst{
    position: relative;
}

/* CAROUSEL */
.avtMktMsgSlideContainerImg{
    display: flex;
    justify-content: center;
}
.avtMktMsgSlideImg{
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 200px;
    height: 125px;
    cursor: pointer;
}

.avtMktMsgCarouselContainer{
    border: 1px solid #2E363D1A;
    border-radius: 4px;
    padding: 21px;
    padding-bottom: 15px;
}
.titleSupportCont{
    margin: 40px 0;
    display: flex;
    justify-content: space-between;
}
.titleSlideSupport{
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
}
.titleSupportCont a{
    text-decoration: none!important;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
}
.carouselButtonsTop{
    display: flex;
    justify-content: space-between;
}
.carouselArrowButton{
    cursor: pointer;
}
.avtMktMsgTextContainerTitle{
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.23px;
    margin-bottom: 10px;
}
.avtMktMsgTextContainer{
    margin-top: 17px;
}
.avtMktMsgTextContainerDesc{
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.23px;
}
.avtMktMsgContentUnitsSlides{
    text-align: center;
    margin-top: 20px;
}
.avtMktMsgSlide{
    margin-top: -12.5px;
}
.activeSlide {
    background: #00BAB8!important;
  }
.unitSlideAvtMktMsg{
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin-right: 6px;
    background: #EDEDED;
    cursor: pointer;
}
.contentUnitSlides{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-content: center;
}
/*ANIMATION SVG*/


/* FINAL BANNER STYLES*/
/* global */
#cluetip-close img {
  border: 0;
}
#cluetip-title {
  overflow: hidden;
}
#cluetip-title #cluetip-close {
  float: right;
  position: relative;
}
#cluetip-waitimage {
  width: 43px;
  height: 11px;
  position: absolute;
  /*background-image: url(../javascript/clueTip/images/wait.gif);*/
}
.cluetip-arrows {
  display: none;
  position: absolute;
  top: 0;
  left: -11px;
  height: 22px;
  width: 11px;
  background-repeat: no-repeat;
  background-position: 0 0;
}
#cluetip-extra {
  display: none;
}
/***************************************
   =cluetipClass: 'default' 
-------------------------------------- */

.cluetip-default {
  background-color: #eff9ff;
}
.cluetip-default #cluetip-outer {
  position: relative;
  margin: 0;
  background-color: #eff9ff;
  border:2px solid #2694e8;
}
.cluetip-default h3#cluetip-title {
  margin: 0 0 5px;
  padding: 8px 10px 4px;
  font-size: 1.1em;
  font-weight: normal;
  background-color: #2694e8;
  color: #fff;
}
.cluetip-default #cluetip-title a {
  color: #0b578f;
  font-size: 0.95em;
}  
.cluetip-default #cluetip-inner {
  padding: 10px;
}
.cluetip-default div#cluetip-close { 
  text-align: right;
  margin: 0 5px 5px;
  color: #900;
}

/* default arrows */

.clue-right-default .cluetip-arrows {
  background-image: url("");
}
.clue-left-default .cluetip-arrows {
  background-image: url("");
  left: 100%;
  margin-right: -11px;
}
.clue-top-default .cluetip-arrows {
  background-image: url("");
  top: 100%;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;  
}  
.clue-bottom-default .cluetip-arrows {
  background-image: url("");
  top: -11px;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;
}

/***************************************
   =cluetipClass: 'jtip'
-------------------------------------- */
.cluetip-jtip {
  background-color: transparent;
}
.cluetip-jtip #cluetip-outer {
  border: 2px solid #ccc;
  position: relative;
  background-color: #fff;
}

.cluetip-jtip h3#cluetip-title {
  margin: 0 0 5px;
  padding: 2px 5px;
  font-size: 16px;
  font-weight: normal;
  background-color: #ccc;
  color: #333;
}

.cluetip-jtip #cluetip-inner {
  padding: 0 5px 5px;
  display: inline-block;
}
.cluetip-jtip div#cluetip-close { 
  text-align: right;
  margin: 0 5px 5px;
  color: #900;
}

/* jtip arrows */

.clue-right-jtip .cluetip-arrows {
  background-image: url("");
}
.clue-left-jtip .cluetip-arrows {
  background-image: url("");
  left: 100%;
  margin-right: -11px;
}
.clue-top-jtip .cluetip-arrows {
  background-image: url("");
  top: 100%;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;  
}  
.clue-bottom-jtip .cluetip-arrows {
  background-image: url("");
  top: -11px;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;
}

/***************************************
   =cluetipClass: 'rounded'
-------------------------------------- */

.cluetip-rounded {
  background: transparent url("") no-repeat 0 100%;
  margin-top: 10px;
  margin-left: 12px;
}

.cluetip-rounded #cluetip-outer {
  background: transparent url("") no-repeat 0 0;
  margin-top: -12px;
}

.cluetip-rounded #cluetip-title {
  background-color: transparent;
  padding: 12px 12px 0;
  margin: 0 -12px 0 0;
  position: relative;
}
.cluetip-rounded #cluetip-extra {
  position: absolute;
  display: block;
  background: transparent url("") no-repeat 100% 0;
  top: 0;
  right: 0;
  width: 12px;
  height: 30px;
  margin: -12px -12px 0 0;
}
.cluetip-rounded #cluetip-inner {
  background: url("") no-repeat 100% 100%;
  padding: 5px 12px 12px;
  margin: -18px -12px 0 0;
  position: relative;
}

.cluetip-rounded div#cluetip-close { 
  text-align: right;
  margin: 0 5px 5px;
  color: #009;
  background: transparent;
}
.cluetip-rounded div#cluetip-close a {
  color: #777;
}

/* rounded arrows */

.clue-right-rounded .cluetip-arrows {
  background-image: url("");
}
.clue-left-rounded .cluetip-arrows {
  background-image: url("");
  left: 100%;
  margin-left: 12px;
}
.clue-top-rounded .cluetip-arrows {
  background-image: url("");
  top: 100%;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;  
}  
.clue-bottom-rounded .cluetip-arrows {
  background-image: url("");
  top: -23px;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;
}



/* stupid IE6 HasLayout hack */
.cluetip-rounded #cluetip-title,
.cluetip-rounded #cluetip-inner {
  zoom: 1;
}




#cluetip-outer::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

 /* Estilos barra (thumb) de scroll */
#cluetip-outer::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 4px;
}

#cluetip-outer::-webkit-scrollbar-thumb:active {
  background-color: #999999;
}

#cluetip-outer::-webkit-scrollbar-thumb:hover {
  background: #b3b3b3;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
}

 /* Estilos track de scroll */
#cluetip-outer::-webkit-scrollbar-track {
  background: #e1e1e1;
  border-radius: 4px;
}

#cluetip-outer::-webkit-scrollbar-track:hover, 
#cluetip-outer::-webkit-scrollbar-track:active {
  background: #d4d4d4;
}
.ui-multiselect {
    padding: 3px 4px 0px 6px;
    text-align:left;
    
    color: #000000 !important;
    font-weight: normal !important;
    height:25px;
    overflow-x:hidden;
    font-family:'Montserrat',Open Sans, Arial, Verdana, Helvetica, sans-serif;
}
.ui-multiselect span.ui-icon { float:right }
.ui-multiselect-single .ui-multiselect-checkboxes input { position:absolute !important; top: auto !important; left:-9999px; }
.ui-multiselect-single .ui-multiselect-checkboxes label { padding:5px !important }

.ui-multiselect-header { margin-bottom:3px; padding:3px 0 3px 4px }
.ui-multiselect-header ul { font-size:0.9em }
.ui-multiselect-header ul li { float:left; padding:0 10px 0 0 }
.ui-multiselect-header a { text-decoration:none }
.ui-multiselect-header a:hover { text-decoration:underline }
.ui-multiselect-header span.ui-icon { float:left }
.ui-multiselect-header li.ui-multiselect-close { float:right; text-align:right; padding-right:0 }

.ui-multiselect-menu { display:none; padding:3px; position:absolute; z-index:10000; text-align: left }
.ui-multiselect-checkboxes { position:relative /* fixes bug in IE6/7 */; overflow-y:auto; max-height:250px; }
.ui-multiselect-checkboxes label { cursor:default; display:block; border:1px solid transparent; padding:3px 1px }
.ui-multiselect-checkboxes label input { position:relative; top:1px }
.ui-multiselect-checkboxes li { clear:both; font-size:0.9em; padding-right:3px }
.ui-multiselect-checkboxes li.ui-multiselect-optgroup-label { text-align:center; font-weight:bold; border-bottom:1px solid }
.ui-multiselect-checkboxes li.ui-multiselect-optgroup-label a { display:block; padding:3px; margin:1px 0; text-decoration:none }
.ui-multiselect.selectCheck {
    border: none  !important;
    background: none !important; 
    cursor: pointer;
}
/* remove label borders in IE6 because IE6 does not support transparency */
* html .ui-multiselect-checkboxes label { border:none }.ui-multiselect-hasfilter ul { position:relative; top:2px }
.ui-multiselect-filter { float:left; margin-right:10px; font-size:11px }
.ui-multiselect-filter input { width:150px; font-size:10px; margin-left:5px; height:15px; padding:2px; border:1px solid #292929; -webkit-appearance:textfield; -webkit-box-sizing:content-box; }
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{/*padding: 0; margin: 0;*/}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
    font-size: 12px;
    color: #333333;
}

#TB_secondLine {
    font-size: 10px;
    color:#666666;
}

#TB_window #TB_title a:link {color: #919191;font-size: 17px;}
#TB_window #TB_title a:visited {color: #666666;}
#TB_window #TB_title a:hover {color: #000;}
#TB_window #TB_title a:active {color: #666666;}
#TB_window #TB_title a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
    position: fixed;
    z-index:500;
    top: 0px;
    left: 0px;
    height:100%;
    width:100%;
}

.TB_overlayBG, .TB_overlayMacFFBGHack {
    background-color:#000;
    filter:alpha(opacity=25);
    -moz-opacity: 0.25;
    opacity: 0.25;
}

* html #TB_overlay { /* ie6 hack */
    position: absolute;
    height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
    position: fixed;
    background: #ffffff;
    z-index: 510;
    color:#000000;
    display:none;

    text-align:left;
    top:50%;
    left:50%;
}

* html #TB_window { /* ie6 hack */
    position: absolute;
    margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
    display:block;
    margin: 15px 0 0 15px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #666;
    border-left: 1px solid #666;
}

#TB_caption{
    height:25px;
    padding:7px 30px 10px 25px;
    float:left;
}

#TB_closeWindow{
    height:25px;
    padding:11px 25px 10px 0;
    float:right;
}

#TB_closeAjaxWindow{

    padding:7px 10px 5px 0;
    margin-bottom:1px;
    text-align:right;
    float:right;
}

#TB_ajaxWindowTitle{
    float:left;
    padding:7px 0 5px 10px;
    margin-bottom:1px;
    color:#919191;
    font-weight: bold;
}


#TB_title{
    background-color:#eaeaea;
    height:33px;
}

#TB_title a:hover {color: lightgray;}

#TB_ajaxContent{
    clear:both;
	padding:2px 15px 15px 15px;

    width: 95%;
    overflow:auto;
    text-align:left;
    line-height:1.4em;
    padding-bottom: 25px;
}

#TB_ajaxContent.TB_modal{
    padding:15px;
}

#TB_ajaxContent p{
    padding:5px 0px 5px 0px;
}

#TB_load{
    position: fixed;
    display:none;
    height:13px;
    width:208px;
    z-index:501;
    top: 50%;
    left: 50%;
    margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
    position: absolute;
    margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
    z-index:99;
    position:fixed;
    top: 0;
    left: 0;
    background-color:#fff;
    border:none;
    filter:alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
    height:100%;
    width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
    position: absolute;
    height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
    clear:both;
    border:none;
    margin-bottom:-1px;
    margin-top:1px;
    _margin-bottom:1px;
}
.tox-mbtn { color: black!important;}
.tox-tbtn { color: black!important;}

.isBlackContent { background: rgba(46, 54, 61, 0.9) !important;}
.isCloseWhite { color: white !important; }

/*
#TB_overlay { position: absolute; z-index:100; top: 0px; left: 0px; background-color: #00ff8f; filter:alpha(opacity=85); -moz-opacity: 0.7; opacity: 0.75; min-height:100%; height: auto; _height:100%; /* pour IE 6 */ height : 1px; } /* pour les autres navigateurs */ * > #TB_overlay { height: auto; } /* pour IE 7 */ *+html #TB_overlay { min-height : 1px; }
*/

.box {
	background-color:none;
}

.box {
	width:455px;
	height:184px;
	background:url("") 149px 25px no-repeat;
	position:relative;
	font-family:Arial, Helvetica, sans-serif;
	margin-top:15px;
	z-index:1;
}

.boxInfo,.boxInfo:hover,.boxInfo:link,.boxInfo:visited 
{
    background: url("") no-repeat scroll 30px 0 rgba(0, 0, 0, 0);
    bottom: -3px;
    color: #3A67E5;
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
    height: 28px;
    padding-left: 3px;
    padding-right: 43px;
    padding-top: 3px;
    position: absolute;
    right: 4px;
    text-align: right;
    text-decoration: none;
    width: 137px;
}

.boxInfoNew,.boxInfoNew:hover,.boxInfoNew:link,.boxInfoNew:visited 
{
    bottom: -3px;
    color: #4E70D6;
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
    height: 28px;
    padding-left: 3px;
    padding-right: 43px;
    padding-top: 3px;
    position: absolute;
    right: -12px;
    text-align: right;
    text-decoration: none;
    /*width: 137px;*/
} 

.boxIcon{
	width:149px;
	height:157px; 
	float:left; 
	position:relative; 
	text-align:center; 
	*top:1px;
	cursor:pointer;
}

.boxEnter{
	position:relative; 
	top:135px; 
	color:#FFFFFF; 
	font-size:15px;
	cursor:pointer;
}

.boxText {
	margin:11px; 
	float:left; 
	font-size:12px; 
	width:262px; 
	top:10px; 
	*top:10px;
}

.boxPoints+br
{
	margin-bottom:5px;
}

.boxPoints{
	background:url("") -20px 4px no-repeat; 
	padding-left:10px;
}

.boxTitle{
	font-size:18px;
	cursor:pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 96%;
    text-transform: uppercase;
}
/*********************************************************************************

 * SugarCRM is a customer relationship management program developed by
 * SugarCRM, Inc. Copyright (C) 2004 - 2008 SugarCRM Inc.
 * 
 * This program is free software; you can redistribute it and/or modify it under
 * the terms of the GNU General Public License version 3 as published by the
 * Free Software Foundation with the addition of the following permission added
 * to Section 15 as permitted in Section 7(a): FOR ANY PART OF THE COVERED WORK
 * IN WHICH THE COPYRIGHT IS OWNED BY SUGARCRM, SUGARCRM DISCLAIMS THE WARRANTY
 * OF NON INFRINGEMENT OF THIRD PARTY RIGHTS.
 * 
 * This program is distributed in the hope that it will be useful, but WITHOUT
 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
 * FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more
 * details.
 * 
 * You should have received a copy of the GNU General Public License along with
 * this program; if not, see http://www.gnu.org/licenses or write to the Free
 * Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
 * 02110-1301 USA.
 * 
 * You can contact SugarCRM, Inc. headquarters at 10050 North Wolfe Road,
 * SW2-130, Cupertino, CA 95014, USA. or at email address contact@sugarcrm.com.
 * 
 * The interactive user interfaces in modified source and object code versions
 * of this program must display Appropriate Legal Notices, as required under
 * Section 5 of the GNU General Public License version 3.
 * 
 * In accordance with Section 7(b) of the GNU General Public License version 3,
 * these Appropriate Legal Notices must retain the display of the "Powered by
 * SugarCRM" logo. If the display of the logo is not reasonably feasible for
 * technical reasons, the Appropriate Legal Notices must display the words
 * "Powered by SugarCRM".
 ********************************************************************************/



/*********************************************************************************



 ********************************************************************************/

/* MAIN NAV STYLES */

.menu {

    position:absolute;

    display:none;

    visibility:hidden;

    background-color:#f6f6f6;

    z-index: 2;

    border: #999999 solid 1px;

    filter:alpha(opacity=90);

    -moz-opacity:0.9;

    opacity: 0.9;

    /*	width:150px;*/

}

.subDmenu {

    position:absolute;

    display:none;

    visibility:hidden;

}

.menuItem, .menuItemHilite, .menuItemX, .menuItemHiliteX,

.menuItem:visited, .menuItemHilite:visited, .menuItem:hover, .menuItemHilite:hover,

.menuItem:active, .menuItemHilite:active, .menuItem:link, .menuItemHilite:link,

.menuItemX:visited, .menuItemHiliteX:visited, .menuItemX:hover, .menuItemHiliteX:hover,

.menuItemX:active, .menuItemHiliteX:active, .menuItemX:link, .menuItemHiliteX:link {

    font-family: Arial,Verdana, Helvetica, sans-serif ;

    font-size: 11px;

    font-style: normal;

    line-height: 18px;

    color: #000;

    text-decoration: none;

    width: 120px;

    border-left: none;

    border-right: none;

    display: block;

    padding: 1px 5px 1px 7px;

    border-bottom: 1px solid #c0c0c0;

}



.menuItem:hover, .menuItemHilite:hover, .menuItem:active, .menuItemHilite:active,

.menuItemX:hover, .menuItemHiliteX:hover, .menuItemX:active, .menuItemHiliteX:active {

    color: #000;

}



.menuItem {

    background-color:#f6f6f6;

}



.menuItemHilite {

    background-color:#FFFFFF;

}



.menuItemX {

    background-color:#CCCCCC;

}



.menuItemHiliteX {

    background-color:#999999;

}

/* UNUSED STYLES */

/*********************************************************************************

 * SugarCRM is a customer relationship management program developed by
 * SugarCRM, Inc. Copyright (C) 2004 - 2008 SugarCRM Inc.
 *
 * This program is free software; you can redistribute it and/or modify it under
 * the terms of the GNU General Public License version 3 as published by the
 * Free Software Foundation with the addition of the following permission added
 * to Section 15 as permitted in Section 7(a): FOR ANY PART OF THE COVERED WORK
 * IN WHICH THE COPYRIGHT IS OWNED BY SUGARCRM, SUGARCRM DISCLAIMS THE WARRANTY
 * OF NON INFRINGEMENT OF THIRD PARTY RIGHTS.
 *
 * This program is distributed in the hope that it will be useful, but WITHOUT
 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
 * FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more
 * details.
 *
 * You should have received a copy of the GNU General Public License along with
 * this program; if not, see http://www.gnu.org/licenses or write to the Free
 * Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
 * 02110-1301 USA.
 *
 * You can contact SugarCRM, Inc. headquarters at 10050 North Wolfe Road,
 * SW2-130, Cupertino, CA 95014, USA. or at email address contact@sugarcrm.com.
 *
 * The interactive user interfaces in modified source and object code versions
 * of this program must display Appropriate Legal Notices, as required under
 * Section 5 of the GNU General Public License version 3.
 *
 * In accordance with Section 7(b) of the GNU General Public License version 3,
 * these Appropriate Legal Notices must retain the display of the "Powered by
 * SugarCRM" logo. If the display of the logo is not reasonably feasible for
 * technical reasons, the Appropriate Legal Notices must display the words
 * "Powered by SugarCRM".
 ********************************************************************************/

/*********************************************************************************



 * Description:  Contains a variety of utility functions used to display UI

 * components such as form headers and footers.  Intended to be modified on a per

 * theme basis.

 ********************************************************************************/



/* Default Styles */
#main{
    padding-right: 10px;
    padding-left: 12px;
    padding-top:13px;
    padding-bottom: 20px;
    border-bottom: 2px solid #ddd;
    vertical-align: top;
    width: 100%;
}

body {
    margin: 0px 0px 0px 0px;
    font-family:'Montserrat',Open Sans, Arial, Verdana, Helvetica, sans-serif !important;
    font-size: 12px;
}

img {
    behavior:	url("");
}

.body {
    font-size: 12px;
}

table,td {
    font-size: 11px;
}

p {
    margin-top: 0px;
    margin-bottom: 0px;
}

form {
    margin: 0px;
}

h2, h1 {
    font-family: 'Montserrat', Open Sans,Arial, Verdana, Helvetica, sans-serif;
    font-weight: 600;
    margin-bottom: 0px;
    margin-top: 0px;
}

h3, .monthHeaderH3, .schedulerTopDateCell {
    font-family:'Montserrat',Open Sans, Arial, Verdana, Helvetica, sans-serif;
    font-weight: bold;
    margin-bottom: 3px;
    padding-top: 3px;
    font-size: 14px;
}

.h3Row, .monthHeader, .schedulerTopDateCell {
    padding: 6px 5px 4px 3px;
    margin-bottom: 0;
    margin-top: 10px;
    vertical-align: middle;
    background-repeat: repeat-x;
    background-position: top;
    background-color: #fff;
}

h4, h4.dataLabel, h5, h5.listViewSubHeadS1 {
    font-family:'Montserrat',Open Sans, Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 2px;
    padding-left: 4px;
}

h4.dataLabel {
    margin-top: 0;
    padding-left: 0;
    padding-top: 0;
}

ul {
    margin-top: 2px;
}

hr {
    height: 1px;
}

a:link, a:visited {
    text-decoration: underline;
}

a:hover {
    text-decoration: underline;
}

/* Form Styles */
.button {
    padding: 4px 6px;
    background: transparent;
    border-right: 1px solid;
    border-top: 1px solid;
    border-left: 1px solid;
    border-bottom: 1px solid;
    font-size: 1.1em;
    text-decoration: none !important;
    cursor: pointer;
    overflow: visible;
    position: relative;
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 1.3em;
    text-transform: uppercase;
    padding: 7px 9px;
    -webkit-border-radius: 2px !important;
    border-radius: 2px !important;
    -webkit-box-shadow: 0 1px 1px rgba(19,21,23,0.09);
    box-shadow: 0 1px 1px rgba(19,21,23,0.09) ;
    font-family: 'Montserrat',Open Sans,Arial,Verdana,Helvetica,sans-serif !important;
}
/* .button:focus{
    border-bottom: 0px !important;
    box-shadow: none;
    -webkit-border-bottom: 0px !important;
    -webkit-box-shadow: none !important;

    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
} */

div.button:not(.wizardButton):not(.miniButton), a.button:not(.wizardButton):not(.miniButton){
    padding-top:8px;
}


.btnUpdater{
    background-color:  #00BAB8;
    color:white;
    border: 1px solid #00BAB8;
    font-weight: bold;
    text-decoration: none !important;
    cursor: pointer;
    margin-right: 0.1em;
    overflow: visible;
    position: relative;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    padding: 7px 8px;
    -webkit-border-radius: 2px !important;
    border-radius: 1px !important;
    -webkit-box-shadow: 0 1px 1px rgba(19,21,23,0.09);
    box-shadow: 0 1px 1px rgba(19,21,23,0.09) ;
    font-family: 'Montserrat',Open Sans,Arial,Verdana,Helvetica,sans-serif !important;
}

.buttonDisplayFilters{
    padding: 4px 6px;
    background-color:#acacac;
    color:white;
    border: 1px solid #acacac;
    font-size: 1.1em;
    text-decoration: none !important;
    cursor: pointer;
    margin-right: 0.1em;
    overflow: visible;
    position: relative;
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 1.3em;
    text-transform: uppercase;
    padding: 7px 9px;
    -webkit-border-radius: 2px !important;
    border-radius: 2px !important;
    -webkit-box-shadow: 0 1px 1px rgba(19,21,23,0.09);
    box-shadow: 0 1px 1px rgba(19,21,23,0.09) ;
    font-family: 'Montserrat',Open Sans,Arial,Verdana,Helvetica,sans-serif !important;
}
#badgetNumFiltrosOcultos{
    border: 2px solid #fafbff;
    position: relative;
    margin-top: -10px;
    margin-left: -32px;
    border-radius: 15px;
    width: 18px;
    height: 15px;
    text-align: center;
    font-size: 11px;
    padding-top: 3px;
    float: left;

}

.linkButton:link {
    padding: 10px 15px;
    background: #4479BA;
    color: #FFF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: solid 1px #20538D;
}

.tabDetailView .button img{
    margin-right: 5px;
    margin-left: 5px;
}

#listViewPaginationButtons .button {
    width: 25px;
}

table.reportDataChildtablelistView td {
    border-color: #ccc;
}

input,select {
    border: 1px solid;
    font-size: 12px;
    font-family:'Montserrat',Open Sans, Arial, Verdana, Helvetica, sans-serif;
}

input[type="checkbox"]:not(.alib-checkbox__input) {
    border: 0px;
    background-color: transparent !important;
    vertical-align:middle;
}

textarea {
    font-family: 'Montserrat',Open Sans, Arial, Verdana, Helvetica, sans-serif !important;
    border: 1px solid;
    font-size: 12px;
}

.checkbox,.radio {
    border:0px;
    background-color: transparent;
    margin: 0px;
    vertical-align: bottom;
}

/* Content Specific Styles */
/* body text */
.contentBox {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 0px 10px 0px 0px;
    margin: 10px 0 10px 0;
}

.teamNoticeBox {
    border: 1px solid;
    padding: 0px 10px 0px 10px;
    background: #fff;
}

a.body:link, a.body:visited {
    text-decoration: underline;
}

a.body:hover {
    text-decoration: underline;
}

/*for the main screen navigation tabs*/
.tabRow {
    background-position: top;
    background-repeat: repeat-x;
    border-bottom: 2px solid;
}

.currentTab, .currentTabOff {
    font-size: 12px;
    font-weight: bold;
    padding-top: 8px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 3px;
    background-position: top center;
    border-bottom: 2px solid;
}

.currentTabLeft, .otherTabLeft, .currentTabOffLeft {
    background-position: top left;
    border-bottom: 2px solid;
}

.currentTabRight, .otherTabRight, .currentTabOffRight {
    background-position: top right;
    border-bottom: 2px solid;
}

a.currentTabLink:link, a.currentTabLink:visited {
    text-decoration: none;
}

a.currentTabLink:hover {
    text-decoration: none;
}

.otherTab {
    font-size: 12px;
    font-weight: bold;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 8px;
    padding-bottom: 3px;
    background-position: top center;
    border-bottom: 2px solid;
    color: #444;
}

.otherTabRight , .otherTabLeft, .otherTab {
    border-bottom: 2px solid;
}

a.otherTabLink:link, a.otherTabLink:visited {
    text-decoration: none;
    padding-top: 0px;
}

a.otherTabLink:hover {
    text-decoration: none;
}

#groupTabs {
    margin-top: 20px;
}

.moreHandle {
    color: #444;
    background: url("") no-repeat bottom left;
}

.subMenu {
    width: 100%;
    padding: 0px;
    border-top: 0px;
    margin: 0px 0px 10px 0px;
    font: normal 12px Arial, Verdana, Helvetica, sans-serif;
    color: #000;
    background: #f1f1f1;
}

ul.subMenu li{
    list-style: none;
    margin: 0px;
    border: 0px;
    border-bottom: 1px solid;
}

ul.subMenu li a {
    display: block;
    border: 0px;
    text-decoration: none;
    color: #444;
    text-align: left;
    padding: 3px 3px 3px 6px;
}

ul.subMenu li a:hover {
    background: #cedce9;
    color: #000;
}

ul.subMenu li span {
    display: block;
    border: 0px;
    text-decoration: none;
    text-align: left;
    padding: 3px 3px 3px 6px;
}

ul.subMenu li span:hover {
    color: #000;
}

table.leftColumnModuleHead th {
    text-align: left;
    padding-left: 6px;
    padding-top: 8px;
    padding-bottom: 4px;
}

.subMenuLink {
    text-decoration: none;
    border-bottom: 0px;
    padding-left: 0px;
    cursor: pointer;
}

a.subMenuLink:hover {
    text-decoration: none;
    border-bottom: 0px;
}

.moduleTitle {
    margin-bottom: 19.5px;
}

.logo {
    padding: 10px 10px 15px 15px;
    height: 60px;
    vertical-align: bottom;
}

.divContainerLogoHeader
{
    position: relative;
    top:60px;
    background: #F8F8F8;
}

.welcome {
    font-size: 12px;
    font-weight: normal;
    padding: 3px 10px 3px 0px;
    vertical-align: middle;
    height: 23px;
}

.searchField {
    border: 1px solid;
    font-size: 11px;
}

.search {
    padding: 0 3px 0 5px;
}

ul.subTabs{
    padding: 4px 0;
    margin: 0px 0 0 0;
    border: none;
    font: 12px Arial, Verdana, Helvetica, sans-serif;
}

ul.subTabs li{
    list-style: none;
    margin: 0;
    display: inline;
}

.activeSubTab, ul.subTabs li a.activeSubTab:link, ul.subTabs li a.activeSubTab:visited, ul.subTabs li a.activeSubTab:hover{
    font-weight: bold;
}

ul.subTabs li a{
    padding: 0 8px 0 8px;
    margin: 0px;
    border-right: 1px solid;
    border-bottom: none;
    text-decoration: none;
}

ul.subTabs li a:link, ul.subTabs li a:visited {
    text-decoration: none;
}

.subTabMore {
    font-size: 11px;
    text-decoration: none;
    padding-top: 3px;
}

.date {
    font-size: 13px;
    font-weight: bold;
    border-bottom: 1px solid;
    padding-right: 10px;
}

.lastView {
    padding-left: 10px;
    border-top: 2px solid;
    border-bottom: 2px solid;
    padding-top: 5px;
    padding-bottom: 3px;
    vertical-align: middle;
}

a.lastViewLink:link, a.lastViewLink:visited, .lastViewLink {
    text-decoration: none;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
    border-left:1px #cccccc solid;
}

a.lastViewLink:hover {
    text-decoration: underline;
}

.leftColumn {
    border-right: 2px #dddddd solid;
    padding-right: 8px;
}

.leftColumnModuleName {
    padding-left: 3px;
    padding-top: 4px;
    padding-bottom: 4px;
}

.leftColumnModuleS3  {
    font-size: 11px;
    border-bottom: 1px solid;
    padding: 8px 8px 5px 8px;
    background-repeat: repeat-x;
    background-position: bottom;
}

.leftColumnModuleS3 input, .leftColumnModuleS3 select {
    margin-bottom: 4px;
    margin-top: 2px;
}

td.leftColumnModuleS3 .button {
    padding-top: 0px;
    vertical-align: bottom;
    font-size: 11px;
}

td.leftColumnModuleS3 .dataLabel {
    padding-bottom: 2px;
    padding-top: 3px;
    padding-left: 0px;
    vertical-align: bottom;
    font-size: 11px;
}

td.leftColumnModuleS3 .dataField {
    padding-bottom: 3px;
}

.leftColumnModuleS3 #jscal_trigger {
    margin-bottom: 4px;
    margin-top: 2px;
    vertical-align: bottom;
}

a.leftColumnModuleS3Link:link, a.leftColumnModuleS3Link:visited {
    text-decoration: underline;
    border-bottom: 0px;
    padding-left: 0px;
    font-size: 11px;
}

a.leftColumnModuleS3Link:hover {
    text-decoration: underline;
    border-bottom: 0px;
}

/*right main content (suffix S1 stands for Style 1) */
.listView {
    border: 1px solid;
}

table.listView th, .listViewThS1{
    /* this definition should be exactly the same as .listViewThS1 */
    font-size: 11px;
    font-weight: bold;
    background:#ffffff;
    border-bottom: 2px solid #e0e3e5;
    padding: 4px 5px;
    text-align: left;
}

table.reportlistViewRC{
    background:Black;
}

table.reportlistView{
    background:Black;
}

.reportlistViewThS1 {
    font-size: 13px;
    font-weight: bold;
    text-align: left;
    padding: 4px 5px 4px 5px;
    border-left: none;
    border-right: none;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background:Gainsboro;
}



.reportevenListRowS1, .reportoddListRowS1 {

    font-size: 12px;

    padding-left: 5px;

    padding-right: 8px;

    padding-bottom: 5px;

    padding-top: 3px;

    vertical-align: middle;

    background:white;

}



.reportlistViewPaginationTdS1 {

    border: none;

    vertical-align: top;

    padding-top: 5px;

    padding-bottom: 5px;

    font-size: 12px;

    background:white;

}



/* These are for summation report */

.reportViewTable {

    border-left: none;

    border-right: none;

    border-top: none;

    background:White;

}

.reportGroupViewTable {

    border-left: 1px solid Black;

    border-top: 1px solid Black;

    background:LightGrey;

}

.reportGroup1ByTable {

    font-size: 15px;

    border-left: none;

    border-right: 1px solid Black;

    border-bottom: 1px solid Black;

    background:LightGrey;

}

.reportGroupNByTable {

    font-size: 13px;

    border-left: none;

    border-right: 1px solid Black;

    border-bottom: none;

    background:White;

}

.reportGroupByDataTableHeader {

    border-left: none;

    border-right: none;

    border-top: none;

    border-bottom: none;

    background:White;

}

.reportDataChildtablelistView {

    border-left: none;

    border-right: none;

    border-top: none;

    border-bottom: none;

    background:Black;

}

.reportGroupByDataChildTablelistViewThS1 {

    font-size: 11px;

    font-weight: bold;

    text-align: left;

    padding: 4px 5px 4px 5px;

    border-left: none;

    border-right: none;

    border-top: none;

    border-bottom: none;

    background:White;

}

.reportGroupByDataEvenListRowS1, .reportGroupByDataOddListRowS1 {

    font-size: 12px;

    padding-left: 5px;

    padding-right: 8px;

    padding-bottom: 5px;

    padding-top: 3px;

    vertical-align: middle;

    background:white;

}

.reportGroup1ByTableEvenListRowS1 {

    font-weight: bold;

    font-size: 14px;

    padding-left: 5px;

    padding-right: 8px;

    padding-bottom: 5px;

    padding-top: 3px;

    vertical-align: middle;

    background:LightGrey;

}

.reportGroupNByTableEvenListRowS1 {

    font-weight: bold;

    font-size: 12px;

    padding-left: 5px;

    padding-right: 8px;

    padding-bottom: 5px;

    padding-top: 3px;

    vertical-align: middle;

    background:LightGrey;

}

.reportGroupBySpaceTableView {

    border-left: none;

    border-right: none;

    border-top: none;

    background:White;

}

.reportGroupByDataTableHeaderEmptyCell {

    border-bottom: 1px solid Black;

    border-top: 1px solid Black;

    background:White;

}



/* End of summation report classes */





/* Start of Matrix Report Class */

.reportlistView {

    border-top: 1px solid #000;

    border-left: 1px solid #000;

}

table.reportlistView td, table.reportlistView th {

    background: #fff;

    border-bottom: 1px solid #000;

    border-right: 1px solid #000;

    color: #000;

    padding: 4px;

    text-align: center;

    font-size: 11px;

}

table.reportlistView th, .reportlistView .reportlistViewMatrixRightEmptyData, .reportlistView .reportlistViewMatrixRightEmptyData1 {

    background: #dcdcdc;

    font-weight: bold;

}



/* End of matrix report classes */



.listViewSubHeadS1 {

}







table.listview th a:link, table.listview th a:visited, 	a.listViewThLinkS1:link, a.listViewThLinkS1:visited {

    /* this definition should be exactly the same

            as a.listViewThLinkS1:link, a.listViewThLinkS1:visited */

    font-weight: bold;

    text-decoration: none;

}



table.listview th a:hover, a.listViewThLinkS1:hover{

    /* this definition should be exactly the same

            as a.listViewThLinkS1:hover */

    text-decoration: underline;

}





a.listViewTdLinkS1:link, a.listViewTdLinkS1:visited {

    font-size: 12px;

    text-decoration: underline;



}

a.listViewTdLinkS1:hover {

}

a.listViewTdToolsS1:link, a.listViewTdToolsS1:visited {

}

a.listViewTdToolsS1:hover {

}

.evenListRowS1, .oddListRowS1 {
    font-size: 12px;
    padding-left: 5px;
    padding-right: 8px;
    padding-bottom: 5px;
    padding-top: 3px;
    vertical-align: middle;
}

.listViewPaginationTdS1 {
    padding: 3px 7px 3px 5px;
    color: #666;
    background: #fafafa;}

a.listViewPaginationLinkS1:link, a.listViewPaginationLinkS1:visited {
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    padding: 2px 0px 3px 0px;
}

a.listViewPaginationLinkS1:hover {
    text-decoration: underline;
}
.tabDetailView .listViewPaginationTdS1 {
    padding: 4px 5px 5px 8px;
    border-bottom: 2px solid #ddd;
    background: #fff;
}

table#tabFormPagination td,  #tabFormPagination {

    border-bottom: none;

    margin-bottom: 0;

}

.tabDetailView a.listViewPaginationLinkS1:link, .tabDetailView a.listViewPaginationLinkS1:visited {

    text-decoration: underline;

}

a.listViewCheckLink:link, a.listViewCheckLink:visited {

    font-size: 11px;

    font-weight: normal;

    text-decoration: none;

}

a.utilsLink:link, a.utilsLink:visited {

    font-size: 11px;

    font-weight: normal;

    text-decoration: underline;

    padding-bottom: 3px;

    margin-left:5px;

    vertical-align:middle !important;

}

.listViewCalCurrentAppt {

    background-color: #75AF4F;

}

.listViewCalOtherAppt {

    background-color: #4D5EAA;

}

.listViewCalConflictAppt {

    background-color: #AA4D4D;

}

.listViewCalCurrentApptLgnd {

    background-color: #75AF4F;

    border: 1px solid #444444;

}

.listViewCalOtherApptLgnd {

    background-color: #4D5EAA;

    border: 1px solid #444444;

}

.listViewCalConflictApptLgnd {

    background-color: #AA4D4D;

    border: 1px solid #444444;

}

/* charting styles */

.chartBox {

    border: 1px solid;

    padding: 5px;

}



a.chartToolsLink:link, a.chartToolsLink:visited {

    font-size: 11px;

    font-weight: normal;

    text-decoration: none;

}

a.chartToolsLink:hover {

    text-decoration: none;

}



table.chartForm {

    border: 1px solid;

    padding: 5px;

}



table.chartForm td {

}



/* main tab forms */



.tabForm {

    border: 1px solid;
    border-bottom: 2px solid;

    padding: 10px 6px 12px 10px;

    font-size: 12px;

    margin-bottom: 5px;

}

.subpanelTabForm {

    padding: 15px 0px 0 0px;

    font-size: 12px;

}

table.subpanelTabForm td .listViewButtons {

    background-color: #fff;

    padding-bottom: 2px;

}

.subpanelTabForm p {

    margin-bottom:0;

}

.subpanelTabForm h3 {

    padding-left: 3px;

}

.subpanelTabForm .h3Row {

    padding-top: 2px;

    padding-bottom: 4px;

    margin-top: 0;

    background-image: none;

    border-top: 1px solid #dddddd;



}

.subpanelTabForm .listView {

    margin-bottom: 10px;

}

table.tabForm td {

}



h5.dataLabel {

    font-family: Arial, Verdana, Helvetica, sans-serif;

    font-size: 12px;

    font-weight: bold;

    margin-bottom: 0px;

    text-align: left;

    padding-bottom: 15px;

    margin-top: 1px;

    padding-left: 5px;

}

td.dataLabel{

    padding-bottom: 5px;
    padding-left: 15px;
    padding-right: 5px;
    padding-top: 7px;
    vertical-align: Top;

}

.dataLabel {

    text-align: left;

    font-size: 12px;

    font-weight: normal;

    vertical-align: top;

}

.dataField {

    font-size: 12px;

    font-weight: normal;

    vertical-align: top;

}

.tabFormAddDel {

    padding-left: 4px;

    padding-right: 4px;

    vertical-align: middle;

    text-align: center;

}



a.tabFormAdvLink:link, a.tabFormAdvLink:visited {

    font-size: 11px;

    text-decoration: none;

    line-height: 20px;

    margin-right: 2px;

}

a.tabFormAdvLink:hover {

    text-decoration: none;

}



/* main tab panel views */

.tabDetailView {
    border: 1px solid;
    border-bottom: 2px solid;
    margin-top: 2px;
    margin-bottom: 10px;
}

.current .tabDetailView {
    border-top: 0;
}

.tabDetailView .listViewPaginationTdS1 .tabDetailViewDL, table.monthHeader td
{
    border: none;
    vertical-align: top;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 12px;
}

.tabDetailViewDL {
    font-size: 12px;
    padding: 5px 6px 5px 6px;
    vertical-align: top;
    text-align: right;
    border-bottom: 1px solid;
}

h4.tabDetailViewDL {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    margin: 0px;
    text-align: left;
    border: none;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 0;
    margin-left: 0;
}

table.tabDetailView th.tabDetailViewDL {

    border-bottom: 2px solid;

    background: #fff;

}

.tabDetailViewDF {

    font-size: 12px;

    border-bottom: 1px solid;

    padding: 5px 10px 5px 8px;

    vertical-align: top;

}



a.tabDetailViewDFLink:link, a.tabDetailViewDFLink:visited {

    text-decoration: underline;

}

a.tabDetailViewDFLink:hover {

}



.tabDetailView2 {

    border-top: 1px solid;

    border-bottom: 2px solid;

    margin-bottom: 20px;

}

.tabDetailViewDL2 {

    font-size: 12px;

    font-weight: normal;

    padding: 3px 6px 4px 6px;

    vertical-align: middle;

}

.tabDetailViewDF2 {

    font-size: 11px;

    font-weight: normal;

    padding: 4px 10px 4px 6px;

    vertical-align: middle;

}

a.tabDetailViewDL2Link:link, a.tabDetailViewDL2Link:visited {

    font-size: 11px;

    text-decoration: underline;

}

a.tabDetailViewDL2Link:hover {

}

/* calendar styles */

.monthBox {

    font-size: 12px;

}



.monthFooterPrev, .monthFooterNext {

    padding-left: 7px;

    padding-right: 7px;

    padding-top: 3px;

    padding-bottom: 5px;

    border-top: 1px solid;

    border-bottom: 2px solid;

}



.monthCalBody {



}

.monthHeader {

}

.monthHeaderPrevTd {

    padding-left: 5px;

}

.monthHeaderNextTd {

    padding-right: 5px;

}

a.NextPrevLink:link, a.NextPrevLink:visited {

    text-decoration: underline;

}



.monthCalBodyTHWeek, .monthCalBodyTHDay {

    padding: 5px;

    border-bottom: 1px solid;

    border-bottom: 1px solid;

}



.monthCalBodyWeek {

    vertical-align: top;

    padding: 5px;

}

a.monthCalBodyWeekLink:link, a.monthCalBodyWeekLink:visited {

    font-size: 11px;

}

.monthCalBodyTodayWeekDay, .monthCalBodyTodayWeekEnd {

    border: 1px solid;

    padding: 3px;

    text-align: right;

}

.monthCalBodyTodayWeekDay a.monthCalBodyWeekDayDateLink:link, .monthCalBodyTodayWeekDay a.monthCalBodyWeekDayDateLink:visited,

.monthCalBodyTodayWeekEnd a.monthCalBodyWeekDayDateLink:link, .monthCalBodyTodayWeekEnd a.monthCalBodyWeekDayDateLink:visited

{

    font-weight: bold;

}

.monthCalBodyWeekDay, .monthCalBodyWeekEnd  {

    padding: 3px;

    text-align: right;

}



a.monthCalBodyWeekDayDateLink:link, a.monthCalBodyWeekDayDateLink:visited {

    font-size: 12px;

}

a.monthCalBodyWeekDayDateLink:hover, a.monthCalBodyWeekEndDateLink:hover {

}

a.monthCalBodyDayItemLink:link, a.monthCalBodyDayItemLink:visited, a.monthCalBodyDayItemLink:hover  {

    font-size: 10px;

}

.monthCalBodyDayItem {

    margin: 7px 0px 7px 0px;

    padding: 5px 0px 8px 0px;

    border-top: 1px solid;

}

.monthCalBodyDayIconTd {

    padding-right: 3px;

    vertical-align: top;



}

.monthCalBodyDayItemTd {

    vertical-align: top;





}

.monthViewDayHeight {

    height: 100px;

}

.yearViewDayHeight {

    height: 40px;

}

.dailyCalBodyTime {

    vertical-align: top;

    padding: 7px;

    height: 20px;

}



.dailyCalBodyItems {

    padding: 5px;

    text-align: left;

    font-size: 12px;

}



a.weekCalBodyDayLink:link, a.weekCalBodyDayLink:visited {

}

a.weekCalBodyDayLink:hover {

}



.yearCalBody {

}

.yearCalBodyMonth {

    padding-top: 5px;

}

.yearCalBodyMonth th {



}

.yearCalBodyMonth #daily_cal_table {

    margin-top: 5px;

    border-top: 1px solid;

}

.yearCalBodyMonth #daily_cal_table .monthCalBodyTHDay {

    border-top: 1px solid;

}



a.yearCalBodyMonthLink:link, a.yearCalBodyMonthLink:visited {





    font-size: 12px;

    font-weight: bold;

    margin: 0px;

    padding: 5px;

    width: 100%;

    margin-bottom: 5px;

    text-decoration: none;

}

a.yearCalBodyMonthLink:hover {

    text-decoration: underline;

}

.calSharedUser {

    height: 20px;

    padding-top: 5px;

    padding-left: 8px;

    font-size: 11px;

    margin-top: 0px;

    margin-bottom: 0px;

    border-top: 1px;

}



/* misc font displays */

.todaysTask {

    color: #FF7800

}

.overdueTask {

    color: #ff0000;

}

.required {

    color: #ff0000;

}

.error {

    color: #ff0000 !important;

}

.errorBorder {
    border-color: #ff0000;
}

.success {

    color: #9FCA45;

}

.successBorder {
    border-color: #9FCA45;
}

.rssItemDate {

    color: #666666;

    font-size: 11px;

}

.dateFormat {

    font-weight: normal;

    font-style: italic;

    font-size: 11px;

}

.chartFootnote {

    font-size: 11px;



}



.copyRight {

}

a.copyRightLink:link, a.copyRightLink:visited {

}

a.copyRightLink:hover {

}



.tm {

    font-size: 8px;

    font-family: Verdana;

}



.footer {

    padding-top: 10px;

}

a.footerLink:link, a.footerLink:visited {

    text-decoration: none;



}

a.footerLink:hover {

    text-decoration: underline;

}



.footerHR {

}

.aboveFooter {

}

.underFooter {

    padding-bottom: 5px;

}

/* Scheduler Styles */

.schedulerDiv {

    font-size: 12px;

    color: #000000;

    text-align: left;

    width: 100%;

    background-color: #FAFAFA;

    border-collapse: collapse;

    border-bottom: 1px solid #999;

    margin-top: 0px;

}

.schedulerTable {

    width: 100%;

    border-collapse: collapse;

}

table.schedulerTable td {

    height: 18px; }



.schedulerTopRow, .schedulerTopDeleteHeaderCell, .schedulerDeleteHeaderCell, .schedulerTopHeaderCell, .schedulerAttendeeHeaderCell, .schedulerAttendeeHeaderCell  {

    height: 22px;

    border-bottom: 1px solid #ddd;

}



.schedulerTimeRow{

    border-top: 1px solid #999;

    border-collapse: collapse;

}

.schedulerTimeCell, .schedulerAttendeeDeleteCell {

    border-left: 1px solid #dddddd;

    padding-left: 4px;

}



.schedulerAttendeeCell {

    border-right: 1px solid #dddddd;

    border-bottom: 1px solid #ddd;

    overflow: hidden;

    padding-left: 4px;

    width: 125px;

}

.schedulerAttendeeIconCell {

    border: 1px solid #dddddd;

    padding: 0px;

    width: 16px;

}

.schedulerSlotEmptyDiv {

    border: 0px solid transparent;

    width: 100%;

    height: 100%;

}

.schedulerSlotCellStartTime {

    border-left: 4px solid #75AF4F;

    border-right: 1px solid #dddddd;

    border-top: 1px solid #dddddd;

    border-bottom: 1px solid #dddddd;

    padding: 0px;

    background-color: #eeeeee;

    width: 15px;

}

.schedulerSlotCellEndTime {

    border-left: 4px solid #ff0000;

    border-right: 1px solid #dddddd;

    border-top: 1px solid #dddddd;

    border-bottom: 1px solid #dddddd;

    padding: 0px;

    background-color: #eeeeee;

    width: 15px;

}

.schedulerSlotCellHour {

    border: 1px solid #dddddd;

    padding: 0px;

    background-color: #eeeeee;

    width: 15px;

}

.schedulerEvenListRow, .schedulerOddListRow {

    padding-top: 2px;

    background-color: #f6f6f6;

}



/* dynamic tab styles */

.myArea {

    white-space: nowrap;

    font: 12px Arial, Verdana, Helvetica, sans-serif;

    color: #ccc;

    padding-right: 8px;

    padding-left:4px;

}

.myAreaLink {

    color: #444444;

    margin-right: 4px;

    margin-left:4px;

}

#colorpicker {

    vertical-align: middle;

}

ul.colorpicker {

    border: none;

    padding: 3px 0 0 0;

    margin: 0 0 0 10px;

}

ul.colorpicker li

{

    list-style: none;

    display: inline;

    padding: 0px;

    cursor: pointer;

    margin: 0;

}

ul.tablist, ul.subpanelTablist
{
    padding: 3px 0 0px;
    margin: 0;
    border-bottom: 2px solid;
    font: 12px Arial, Verdana, Helvetica, sans-serif;
}

ul.tablist li, ul.subpanelTablist li
{
    list-style: none;
    margin: 0;
    display: inline;
    cursor: pointer;
}

ul.tablist li > a, ul.subpanelTablist li > a, ul.tablist li > div, ul.subpanelTablist li > div
{
    padding: 3px 8px;
    margin: 0px;
    border-top: 2px solid;
    border-right: 1px solid;
    border-bottom: none;
    text-decoration: none;
}

ul.subpanelTablist #addPageItem a, ul.subpanelTablist #addPageItem a:hover  {
    border: none;
    background: transparent;
    text-decoration: none;
}

ul.tablist li > a:link, ul.tablist li > a:visited, ul.subpanelTablist li > a:link, ul.subpanelTablist li a:visited
{
    text-decoration: none;
}

ul.tablist li a:hover, ul.subpanelTablist li a:hover
{
    border-top: 2px solid;
}

ul.tablist li > a.current, ul.tablist li > a.current:hover, ul.tablist li > div.current, ul.tablist li > div.current:hover {
    background-image: none;
    font-weight: bold;
    border-bottom:2px solid;
    border-top: 2px solid;
}

ul.subpanelTablist li a.current, ul.subpanelTablist li a.current:hover {
    background-repeat: repeat-x;
    background-position: top;
    font-weight: bold;
    border-top: 2px solid;
    border-bottom: 2px solid;
    background-color: #fff;
}

.olFontClass { }

.olFontClass A { }

.olCapFontClass {

    font-weight: bold;

    color: #444;

    background-color: #dfdfdf;

}

.olCapFontClass A {

    color: #dfdfdf;

    font-size: 9px;

}

.olFgClass td {

    background-color: #fff;

    padding: 5px 7px 7px 10px;

    line-height: 18px;

}

.olCgClass td {

    border-bottom: 2px solid #ddd;

    background-color: #f6f6f6;

    padding: 5px 3px 3px 10px;

}

.olCgClass {

    padding: 0px;

    border: 0px;

}

.olBgClass {

    background-color: #ddd;

    padding: 1px;

}

.olCloseFontClass {

    padding-bottom: 1px;

    text-align: right;

    background-color: #dfdfdf;

}



/* acl role colors */



.aclAll {

    color: #008000;

    font-weight: bold;

}

.aclOwner {

    color: #000000;

    font-weight: bold;

}

.aclNone {

    color: #FF0000;

    font-weight: bold;

}

.aclEnabled {

    color: #008000;

    font-weight: bold;

}

.aclDisabled {

    color: #FF0000;

    font-weight: bold;

}

.aclAdmin {

    color: #0000FF;

    font-weight: bold;



}

.aclNormal {

    color: #008000;

    font-weight: bold;

}



ul.noBullet {

    list-style-type: none;

    margin-left: 0;

    padding-left: 0;

}



li.noBullet {

    list-style-type: none;

    padding: 0;

    margin: 0;

}

/* help styles */

table.tabForm td ul li {

    list-style-type: none;

    margin-bottom: 10px;

}



.helpButton {

    font-weight: bold;

}



.helpShortcut {

    font-weight: bold;

}



/* sitemap */

#sitemap .tabForm {

    padding: 10px 10px 10px 20px;

}

#sitemap a:link, #sitemap a:visited {

    text-decoration:none;

    font-size: 11px;

    color: #444;

}

#sitemap h4 a:link, #sitemap h4 a:visited {

    font-size: 13px;

}

#sitemap ul.nobullet {

    margin-top: 5px;

    margin-left: 5px;

}

#sitemap .tabForm {

    border: 2px solid;

}

#sitemap a:hover, #sitemap h4 a:hover {

    text-decoration:underline;

}

#sitemap ul.nobullet li {

    margin-bottom: 5px;

}



/* gantt styles */



table.days {
    font-size: 11px;

}

td.days {

    border-top: 1px solid #dfdfdf;

    border-bottom: 1px solid #dfdfdf;

    border-left: 0px;

    border-right: 0px;

}



td.sunday {

    border-top: 1px solid #dfdfdf;

    border-bottom: 1px solid #dfdfdf;

    border-left: 1px solid #dfdfdf;

    border-right: 0px;

}



td.saturday {

    border-top: 1px solid #dfdfdf;

    border-bottom: 1px solid #dfdfdf;

    border-left: 0px;

    border-right: 1px solid #dfdfdf;

}



td.date {

    width: 100%;

    padding: 0px;

    border-top: 0px;

    border-bottom: 0px;

    border-left: 0px;

    border-right: 0px;

    font-size: 10px;

}



tr.empty {

    height: 2px;

}



div.completed {

    background-color: #777777;

    float: left;

    width: 100%;

    line-height: 10px;

    margin-top: 4px;

}



div.inprogress {

    background-color: #002E4D;

    float: left;

    width: 100%;

    line-height: 10px;

    margin-top: 4px;

}



div.inprogress_bar {

    background-color: #ff0000;

    float: left;

    width: 100%;

    line-height: 10px;

    margin-top: 4px;

}



div.notstarted {

    background-color: #cccccc;

    float: left;

    width: 100%;

    line-height: 10px;

    margin-top: 4px;

}



div.indent_left {

    background-color: #000000;

    float: left;

    line-height: 10px;

    margin-top: 4px;

}



div.indent_bar {

    background-color: #000000;

    float: left;

    margin-top: 4px;

}



div.indent_right {

    background-color: #000000;

    float: right;

    line-height: 10px;

    margin-top: 4px;

}



#horizWrapper {position:relative; margin-left:60px;width:218px;float:left;}

#horizBGDiv {position:relative; top:60px; background:url("") no-repeat; height:26px; width:218px;z-index:5 }

#horizHandleDiv {

    position:absolute;

    left: 100px; /* the default position is the center of the bg */

    top: 8px;  /* force the image down a bit */

    cursor:default;

    width:18px;

    height:18px;

}

.newButtonStyle{
    background: #E0F0FA none repeat scroll 0% 0%;
    border: 1px solid #AED0EA;
    color: #2779AA;
    font-weight: bold;
    padding: 5px;
    cursor:pointer;
    text-align: center;
    width:100px;
    display:inline;
    margin-right: 5px;
}
.newButtonStyle:hover{
    color:white !important;
    background-color: #4E8CCF !important;
    border-color: #4E8CCF !important;

}

.newButtonDisableStyle{
    background: #DEDEDE  none repeat scroll 0% 0%;
    border: 1px solid #757575;
    color: #757575;

}
a.autoLogin{
    text-decoration: none;
    margin-top: 1px;
    float: right;
    margin-right: 25px;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0.5px;
    color: #3A7EB4!important;
}

a.autoLogin i{
    font-size: 20px;
}

.editUser{
    color: white;
    font-size: 25px;
    position: relative;
    bottom: 100%;
    width: 101.5%;
    background: rgba(46, 54, 61, 0.7);
    height: 102%;
    left: -0.5%;
    border-radius: 4px;
}

.productoVRMS{
    padding-left: 14px;
    width: 85%;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 15px;
    color: #343434;
}

/* end gantt styles */

/*

 * Ext JS Library 2.0

 * Copyright(c) 2006-2007, Ext JS, LLC.

 * licensing@extjs.com

 *

 * http://extjs.com/license

 */

.loading-indicator{background-image:url("");background-repeat:no-repeat;background-position:left;padding-left:20px;line-height:16px;margin:3px;}

.x-sqs-list{border:1px solid #d0d0d0;background:#d0d0d0;zoom:1;overflow:hidden;}

.x-sqs-list-inner{overflow:auto;background:white;position:relative;zoom:1;overflow-x:hidden;}

.x-sqs-list-item{padding:1px;border:1px solid #fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}

.x-sqs-list .x-sqs-selected{border:1px dotted #f6f6f6!important;background:#d0d0d0;cursor:pointer;}


.monthCalBodyWeekDayDisable
{
    padding: 1px;
    text-align: right;
}

.monthCalBodyWeekDayReserve
{
    padding: 1px;
    text-align: right;
}

.monthCalBodyWeekDayUnavailable, monthCalBodyWeekDayConfirmada, monthCalBodyWeekDayBajopeticion, monthCalBodyWeekDayPropietario, monthCalBodyWeekDayUnpaid, monthCalBodyWeekDayPaid{
    padding: 1px;
    text-align: right;
}

.triangulo {
    border-style: solid;
    border-width: 8px;
    width: 0;
    height: 0;
}
.triangulo>div {
    border-style: solid;
    border-width: 11px;
    width: 0;
    height: 0;
    position: relative;
}

.actionMenu .triangulo {
    border-style: solid;
    border-width: 10px;
    width: 0;
    height: 0;
}
.actionMenu .triangulo>div {
    border-style: solid;
    border-width: 9px;
    width: 0;
    height: 0;
    position: relative;
}
.actionMenu .triangulo.right {
    position: absolute;
    margin-top: 8px;
    margin-left: -25px;

}
.actionMenu .triangulo.right>div {
    border-color: transparent white transparent transparent;
    top: -9px;
    left: -6px;
}

.triangulo.up {
    border-color: transparent transparent #a2b3be transparent;
    position: absolute;
    margin-top: -16px;
    margin-left: 35px;
}
.triangulo.up>div {
    border-color: transparent transparent white transparent;
    top: -10px;
    left: -11px;
}

.twigSearch
{
    background-color: #f6f6f6;
    border: 1px solid;
    border-bottom: 2px solid;
    font-size: 12px;
    margin-top: 1%;
    margin-bottom: 1%;
    border-bottom-color: #abc3d7;
    border-top-color: #4e8ccf;
    overflow: hidden;
    width: 100%;
}

.twigSearchBlock
{
    float: left;
    width: 22.5%;
    padding-top:2%;
    padding-left:2%;
    padding-right:2%;
}
.twigSearchBlockSelectDateRange
{
    padding-right:2%;
    width: 47%;
}
.twigSearchBlock+.twigSearchBlock{
    padding-left:0%;
}


.twigSearchBlock:not(.twigSearchBlockButtons):nth-child(4n+1){
    padding-left:2%;
}
.twigSearchBlock+.twigSearchBlockSelectDateRange{
    padding-left:2%;
}
.twigSearchBlockSelectDateRange+twigSearchBlock{
    padding-right:4%;
}
.twigSearchBlockButtons{
    float: right !important;
}

.twigSearchBlock:empty
{
    padding:0%;
}



.dataFieldTwig {
    width: 100%;
}

.dataFieldTwig input{
    box-sizing: border-box;
}
.dataLabelTwig{
    width: 100%;
    margin-bottom: 2.5%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.containerButtonList div + div {
    clear: right;
    float: left;
}

.twigInput95, .twigSelect95 {
    width: 95%;
}

.twigInput90, .twigSelect90 {
    width: 90%;
}

.twigInput85, .twigSelect85 {
    width: 85%;
}

.twigInputFull
{
    width: 100%;
}

.twigInputLarge
{
    width: 87%;
}

.twigInputMedium
{
    width: 41%;
}

.twigInputSmall
{
    width: 30%;
}

.twigInputXSmall
{
    width: 15%;
}

.twigSelectFull
{
    width: 100%;
}

.twigSelectXXLarge
{
    width: 80%;
}

.twigSelectXLarge
{
    width: 70%;
}

.twigSelectLarge
{
    width: 60%;
}

.twigSelectMedium
{
    width: 29%;
}

.twigSelectSmall
{
    width: 20%;
}

.twigSelectXSmall
{
    width: 10%;
}

.buttonsTwig
{
    text-align: right;
    margin-right: 2%;
}

.resetButton
{
    text-decoration: none !important;
    border: 1px solid #e0e3e5 !important;
}


#seleccionFuncionalidad{
    color: gray;
    font-size: 20px;
    padding: 0 0 0 10px;
}

#imgSample {
    margin-top: 15px;
    max-width: 890px;
}


.tituloEdit {
    background-color: #CBDAE6;
    color: #444;
    float: left;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
    padding: 5px;
    width: 100%;
    vertical-align: middle;
    text-transform: uppercase;
    box-sizing: border-box;
}

.contenedorPagos {
    text-align: right;
    color: #000000;
    font-weight: bold;
    font-size: 12px;
    padding: 3px;
}

.listaPagos {
    float:left;
    color: #000000;
    font-size: 12px;
}

.ui-input:disabled{
    opacity: 0.35;
}

.listView > tbody > tr:nth-child(odd){
    background-color: #f2f3f7 !important;
}

.listView > tbody > tr:nth-child(even){
    background-color: #ffffff !important;
}

.listView > tbody > tr:hover{
    background-color: #DEEFFF;
}

/*******************************************************/
/*  INICIO BLOQUE DE PLANTILLAS TWIG CON ESTILOS REACT */
/*******************************************************/

#buttonsEditTwigReact.container {
    display: flex;
    min-height: 40px;
    align-items: center;
    justify-content: space-between;
    max-width: none;
    margin-bottom: 53px;
}

#buttonsEditTwigReact .section-title {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-right: auto;
}

#buttonsEditTwigReact .title {
    display: flex;
    align-items: center;
    font-size: 1.25rem;
    line-height: 1.5rem;
    letter-spacing: .03125rem;
    font-weight: 600;
    text-align: left;
    font-family: Montserrat;
    --tw-text-opacity: 1;
    color: rgb(52 52 52 / var(--tw-text-opacity));
}

#buttonsEditTwigReact .back-link {
    display: flex;
    align-items: center;
    margin-right: 12px;
    font-size: 12px;
}

#buttonsEditTwigReact .icon-arrow {
    display: inline-block;
    color: #6B7280;
    transition: transform 0.2s ease-out;
}

#buttonsEditTwigReact .back-link:hover .icon-arrow {
    transform: translateX(-4px);
}

#buttonsEditTwigReact .section-actions {
    display: flex;
    justify-content: flex-end;
}

#buttonsEditTwigReact .button-container {
    display: flex;
    justify-content: center;
}

#buttonsEditTwigReact .save-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: .75rem 1.5rem;
    background-color: var(--alib-color-corporative-1) !important;
    color: white !important;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.2s ease;
    border: none;
    text-align: center;
    font-size: .875rem;
    line-height: 1.0625rem;
    letter-spacing: .03125rem;
    font-family: 'Montserrat';
    font-weight: 500;
}

#buttonsEditTwigReact .save-button:hover {
    background-color: var(--alib-color-corporative-1-dark) !important;
}

.new-view-container {
    background: white;
    min-height: calc(100vh - 185px);
    padding: 40px;
}

/**************************************/
/*  INICIO BLOQUE DE PLANTILLAS TWIG  */
/**************************************/
#buttonsEditTwig {
    margin-bottom:      7px;
    display: inline-block;
}

#buttonsEditTwig .cancelButton{
    margin-left:10px;
}

#returnListView {
    margin-left: 25px;
}
#returnListView .fa-arrow-left {
    margin-right: 3px;
}

.tabFormTwig, .contentEditTwig, .newContentEditTwig {
    background:         #F6F6F6;
    border: 1px solid #4E8CCF;
    border-bottom: 2px solid #ABC3D7;
    margin-bottom:      5px;
}

.subTitleEditView {
    padding:            4px 8px;
    text-transform:     uppercase;
    background:         #CBDAE6;
    margin-bottom:      5px;
}

.rowEditTwig {
    padding:            5px 2% 7px 2%;
    overflow:           hidden;
    width:              45%;
    display:            inline-block;
    vertical-align:     top;
}

.rowEditTwig * {
    vertical-align:      middle;
    box-sizing:          border-box;
}

.rowEditTwig i {
    vertical-align:      top;
    font-size:           16px !important;
}

.labelEditTwig {
    display:            inline;
    word-wrap:         break-word;
    font-size:          12px;
    padding:            5px 10px 5px 0px;
}

.labelError {
    color:              #FF0000;
    padding-top:        5px;
    visibility:         hidden;
}


#buttonsDetailTwig a {
    text-decoration:    none;
    padding:            4px;
    margin-left:        20px;
    display:            inline-block;
}

#buttonsDetailTwig a i {
    padding:            3px;
}

.contentDetailTwig {
    border-top:         2px solid #4E8CCF;
    border-bottom:      2px solid #e0e3e5;
    clear:              both;
    margin:             10px 0;
    width:              100%;
}

.subtitleDetail {
    font-weight:        bold;
    text-transform:     uppercase;
    padding:            5px 1%;
    background:         #CBDAE6;
    margin-top:         12px;
}

.subTitleGroupDetail {
    font-weight: bold;
    border-bottom: 1px solid #CBDAE6;
    background-color: #F6F6F6;
    font-size: 12px;
    padding: 5px 10px;
    vertical-align: top;
}

.contentDetailTwig .subtitleDetail:first-of-type {
    margin-top:         0;
}

.labelDetailTwig {
    border-bottom:      1px solid #CBDAE6;
    background-color:   #F6F6F6;
    font-size:          12px;
    padding:            5px 10px;
    vertical-align:     top;
    text-align:         right;
}

.dataDetailTwig {
    font-size:          12px;
    border-bottom:      1px solid #CBDAE6;
    padding:            5px 10px;
    vertical-align:     top;
}

.selectPostInputTwig{
    vertical-align:     bottom;
}

.errorTip
{
    float: right;
    position: relative;
    color: #c40000;
    font-weight: normal;
}
/***********************************/
/*  FIN BLOQUE DE PLANTILLAS TWIG  */
/***********************************/
ul.property_extras li.extra div.row,ul.property_extras li.header div.row{
    border-color: #e0e3e5;
}
ul.property_extras li.extra div.row:hover{
    background-color: #e0e3e5;
}
/* checkbox reverse */

.toggleReverse {
    display: flex;
    align-items: center;
    width: auto!important;
    margin-top: 0px!important;
  }

  .toggleReverse .checkbox-label {
    width: 30px;
    margin-right: 10px;
  }

  .toggleReverse .labelCheckBoxIos {
      margin-top: 0px!important;
      text-transform: initial;
      color: rgba(46, 54, 61, 0.75);
      font-size: 12px;
  }

/* switchBox */
.switchBox {
    padding: 2px;
    margin-bottom: 0px;
    background: rgba(46, 54, 61, 0.1);
    border-radius: 6px;
}
.switchBox input{
    padding: 5px 15px 5px 15px;
    background: transparent;
    border: none;
    cursor: pointer;
    font-weight: normal;
    font-size: 12px;
    line-height: 15px;
    color: rgba(46, 54, 61, 0.5);
}

.switchBox input.active {
    background: #FFFFFF;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.12);
    border-radius: 5px;
}

/* end switchBox*/

/* checkbox tipo ios */

.toggle,.checkBoxIos,.toggle:before,.toggle:after,.checkBoxIos:before,.checkBoxIos:after{
    box-sizing:border-box;
    margin:0;
    padding:0;
    /*transition*/
    -webkit-transition:.25s ease-in-out;
    -moz-transition:.25s ease-in-out;
    -o-transition:.25s ease-in-out;
    transition:.25s ease-in-out;
    outline:none;
    font-family:'Montserrat',Helvetica Neue,helvetica,arial,verdana,sans-serif;
}

.toggle{
    width:30px;
    float:left;
    text-align:center;
    margin-right: 20px;
    margin-top: 7px;
}

.ios-toggle,.ios-toggle:active{
    position:absolute;
    height:0;
    width:0;
    opacity:0;
    border:none;
    outline:none;
}
.checkbox-label{
    display:block;
    position:relative;
    font-size:12px;
    line-height:16px;
    width:100%;
    height:15px;
    /*border-radius*/
    -webkit-border-radius:18px;
    -moz-border-radius:18px;
    border-radius:18px;
    background:#f8f8f8;
    cursor:pointer;
}
.checkbox-label:after{
    -webkit-transition:.25s ease-in-out;
    -moz-transition:.25s ease-in-out;
    -o-transition:.25s ease-in-out;
    transition:.25s ease-in-out;
    content:'';
    display:block;
    position:absolute;
    z-index:0;
    height:15px;
    width:15px;
    /*border-radius*/
    -webkit-border-radius:100%;
    -moz-border-radius:100%;
    border-radius:100%;
    top:0px;
    left:0px;
    right:auto;
    background:white;
    /*box-shadow*/
    -webkit-box-shadow:0 3px 3px rgba(0,0,0,.2),0 0 0 2px #dddddd;
    -moz-box-shadow:0 3px 3px rgba(0,0,0,.2),0 0 0 2px #dddddd;
    box-shadow:0 3px 3px rgba(0,0,0,.2),0 0 0 2px #dddddd;
}
.checkbox-label:before{
    -webkit-transition:.25s ease-in-out;
    -moz-transition:.25s ease-in-out;
    -o-transition:.25s ease-in-out;
    transition:.25s ease-in-out;
    content:attr(data-off);
    display:block;
    position:absolute;
    z-index:0;
    top:0;
    padding:15px;
    height:100%;
    text-align:right;
    color:#bfbfbf;
    white-space:nowrap;
}
.ios-toggle:checked + .checkbox-label:before{
    content:attr(data-on);
}

.ios-toggle:checked + .checkbox-label:after{

    -webkit-transition:.25s ease-in-out;
    -moz-transition:.25s ease-in-out;
    -o-transition:.25s ease-in-out;
    transition:.25s ease-in-out;
    left:calc(100% - 15px);
    /*box-shadow*/
    -webkit-box-shadow:0 0 0 2px transparent,0 3px 3px rgba(0,0,0,.3);
    -moz-box-shadow:0 0 0 2px transparent,0 3px 3px rgba(0,0,0,.3);
    box-shadow:0 0 0 2px transparent,0 3px 3px rgba(0,0,0,.3);
}

.labelCheckBoxIos{
    float:left;margin-top:7px;text-transform:uppercase;margin-right:5px;color:#989898;
}

.classDisabledAction{
    color: #c9c9c9;
}

.tabAdvancedFilter+.tabAdvancedFilter{
    border-right: 1px solid #E0E3E5;
}
.tabAdvancedFilter{
    background-color: #ECEDF1;
    border-left: 1px solid #E0E3E5;
    border-top: 1px solid #E0E3E5;
    border-bottom: 3px solid #E0E3E5;
    margin-bottom: -3px;
    cursor:pointer;
}
.tabActiveFilter{
    background-color: white;
    border-bottom-color: white;
}
.toolTipMultiWidget{
    color: #B4B4B8;
    margin-top: 2px;
    font-size: 20px;
}
.toolTipStandar {
    color: #B4B4B8;
    margin-left: 4px;
}

.badgetTab{
    width: 15px;
    height: 16px;
    border-radius: 10px;
    text-align: center;
    padding-left: 2px;
    padding-right: 2px;
    margin-right: 12px;
    padding-top: 3px;
    color: white !important;
}

.divabsolute{
    position: absolute;
    margin-top: -30px;
}

.badgetWidgetRed{
    background-color: #f15f41;
}
.badgetWidgetGreen{
    background-color: #00c621;
}

#headerFilterListView{
    font-size: 16px;
    padding-left: 2px;
    padding-bottom: 10px;
}

.twigSearch ul.token-input-list-facebook {
    width: 230px !important;
    height: 22px !important;
    display: inline !important;
    float: left !important;
}
.twigSearch div.token-input-dropdown-facebook{
    width: 230px !important;
}

#envolture_listaExport{
    display:none;
}


.actionMenu{
    list-style:none;
    display:none;
    position: absolute;
    margin-left: -120%;
    z-index:3;
    padding:0px;
    background-color: white;
    top: -14px;
    margin-top: -10px;
    min-width: 100px;
    margin-right: 15px;
    box-shadow: 0px 2px 4px rgba(137, 147, 155, 0.25);
    border-radius: 2px;
}

.actionMenuItem{
    padding-left: 0px;
    padding-right:0px;
    cursor: pointer;
}
.actionMenuItem a{
    display:block;
    text-decoration: none;
}

.triangulo {
			border-style: solid;
            border-width: 8px;
            width: 0;
            height: 0;
		}
.triangulo>div {
			border-style: solid;
            border-width: 11px;
            width: 0;
            height: 0;
            position: relative;
        }

.actionMenu .triangulo {
			border-style: solid;
            border-width: 10px;
            width: 0;
            height: 0;
            border-color: transparent red transparent transparent;
		}
.actionMenu .triangulo>div {
			border-style: solid;
            border-width: 9px;
            width: 0;
            height: 0;
            position: relative;
        }
.actionMenu .triangulo.right {
            position: absolute;
            margin-top: 8px;
            margin-left: -25px;

        }
.actionMenu .triangulo.left {
            position: absolute;
            margin-top: 8px;
            margin-left: -25px;

		}
.actionMenu .triangulo.right>div {
			border-color: transparent white transparent transparent;
            top: -9px;
            left: -6px;
            }
.actionMenu .triangulo.left {
            position: absolute;
            margin-top: 8px;
            margin-left: 106px;

        }

.actionMenu .triangulo.left>div {
			border-color: transparent  transparent transparent white;
            top: -9px;
            left: -12px;
            }
.actionMenu .triangulo.bottom {
                position: absolute;
                margin-top: -25px;
                margin-left: 40px;

            }
.actionMenu .triangulo.bottom>div {
                border-color: transparent  transparent white transparent;
                top: -6px;
                left: -9px;
                }
.contenedorListViewHelp{
    padding-top: 6px;
}
.contenedorListViewHelp a{
    font-size: 18px;
}

.errores, .preview {
    float: left;
    padding: 0px 2%;
    background-color: #FFFFFF;
    border: 1px solid #D7D7D7;
    margin-top:	12px;
    margin-bottom:15px;
    width:95%;
    padding-bottom: 16px;
}

.reloadErrors{
    float: right;
    margin-top: 8px;
    margin-right: -10px;
}

.reloadErrors i{
    margin-right:8px;
}

.NewToggle,.newCheckBoxIos,.NewToggle:before,.NewToggle:after,.newCheckBoxIos:before,.newCheckBoxIos:after{
    box-sizing:border-box;
    margin:0;
    padding:0;
    -webkit-transition:.25s ease-in-out;
    -moz-transition:.25s ease-in-out;
    -o-transition:.25s ease-in-out;
    transition:.25s ease-in-out;
    outline:none;
    font-family:Helvetica Neue,helvetica,arial,verdana,sans-serif;
}

.NewToggle{
    width:40px;
    text-align:center;
}

.newIos-toggle,.newIos-toggle:active{
    position:absolute;
    top:-5000px;
    height:0;
    width:0;
    opacity:0;
    border:none;
    outline:none;
}

.newCheckbox-label{
    display:block;
    position:relative;
    font-size:12px;
    line-height:16px;
    width:100%;
    height:15px;
    /*border-radius*/
    -webkit-border-radius:18px;
    -moz-border-radius:18px;
    border-radius:18px;
    background:#f8f8f8;
    cursor:pointer;
}

.newCheckbox-label:after{
    -webkit-transition:.25s ease-in-out;
    -moz-transition:.25s ease-in-out;
    -o-transition:.25s ease-in-out;
    transition:.25s ease-in-out;
    content:'';
    display:block;
    position:absolute;
    z-index:1;
    height:14px;
    width:14px;
    -webkit-border-radius:100%;
    -moz-border-radius:100%;
    border-radius:100%;
    top:0px;
    left:0px;
    right:auto;
    background:white;
    -webkit-box-shadow:0 3px 3px rgba(0,0,0,.2),0 0 0 2px #dddddd;
    -moz-box-shadow:0 3px 3px rgba(0,0,0,.2),0 0 0 2px #dddddd;
    box-shadow:0 3px 3px rgba(0,0,0,.2),0 0 0 2px #dddddd;
}

.newCheckbox-label:before{
    -webkit-transition:.25s ease-in-out;
    -moz-transition:.25s ease-in-out;
    -o-transition:.25s ease-in-out;
    transition:.25s ease-in-out;
    content:attr(data-off);
    display:block;
    position:absolute;
    z-index:0;
    top:0;
    padding:5px;
    height:100%;
    text-align:right;
    color:#bfbfbf;
    white-space:nowrap;
}

.newIos-toggle:checked + .newCheckbox-label:before{
    content:attr(data-on);
}

.newIos-toggle:checked + .newCheckbox-label:after{

    -webkit-transition:.25s ease-in-out;
    -moz-transition:.25s ease-in-out;
    -o-transition:.25s ease-in-out;
    transition:.25s ease-in-out;
    left:calc(100% - 15px);
    -webkit-box-shadow:0 0 0 2px transparent,0 3px 3px rgba(0,0,0,.3);
    -moz-box-shadow:0 0 0 2px transparent,0 3px 3px rgba(0,0,0,.3);
    box-shadow:0 0 0 2px transparent,0 3px 3px rgba(0,0,0,.3);
}

.newCheckBoxIos + .newCheckbox-label {
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
    -webkit-box-shadow: inset 0 0 0 0px #42ab5b, 0 0 0 2px #ddd;
    -moz-box-shadow: inset 0 0 0 0px #42ab5b, 0 0 0 2px #ddd;
    box-shadow: inset 0 0 0 0px #42ab5b, 0 0 0 2px #ddd;
}

.newCheckBoxIos:checked + .newCheckbox-label {
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
    -webkit-box-shadow: inset 0 0 0 18px #42ab5b, 0 0 0 2px #42ab5b;
    -moz-box-shadow: inset 0 0 0 18px #42ab5b, 0 0 0 2px #42ab5b;
    box-shadow: inset 0 0 0 18px #42ab5b, 0 0 0 2px #42ab5b;
}

.newIos-toggle:checked + .newCheckbox-label {
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
    -webkit-box-shadow: inset 0 0 0 20px #42ab5b, 0 0 0 2px #42ab5b;
    -moz-box-shadow: inset 0 0 0 20px #42ab5b, 0 0 0 2px #42ab5b;
    box-shadow: inset 0 0 0 20px #42ab5b, 0 0 0 2px #42ab5b;
}

.connected-app-code,
.price-labs {
    border-radius: 2px;
    background-color: #09588F;
    color: #FDFDFD;
    font-size: 9px;
    padding: 2px 6px;
    margin: 1px 0 0 10px;
    float: right;
}

.hiddenReferenceCatastral{
    display: none;
}

/*RESOLVER RESERVA CONFLICTIVA*/
#resolveConflicted {
    padding: 0;
    font-size: 120%;
    color: #5e5e5e;
}

#resolveConflicted .warning {
    background-color: #f6c8cb;
    color: #cb0004;
    display: inline-block;
    position: relative;
    margin: -3px -15px 0 -15px;
    padding: 10px 15px 40px 15px;
    width: 100%;
}



#resolveConflicted .warning .icon {
    font-size: 50px;
    float: left;
    width: 20%;
    text-align: center;
    margin-top: 10px;
}

#resolveConflicted .warning .text {
    float: left;
    width: 75%;
}

#resolveConflicted .warning .text .title {
    font-weight: bold;
}

#resolveConflicted .warning .text .description {
    font-size: 90%;
}

#resolveConflicted .instructions {
    padding-bottom: 20px;
    padding-top:28px;
}

#resolveConflicted .instructions .option {
    margin-bottom: 0px;
}

#resolveConflicted .instructions .option .number {
    float: left;
    width: 10%;
    font-size: 40px;
    line-height: 45px;
    color: #a0a0a0;
}

#resolveConflicted .instructions .option .description {
    float: left;
    width: 60%;
    margin-right: 20px;
}

#resolveConflicted .instructions .option:nth-child(1) .description {
    width: 100%;
    margin-bottom: 30px;
}

#resolveConflicted .instructions .optionsBody .descriptionBody .buscar {
    width: 305px;
    margin-right: 10px;
    display: inline-block;
}

#resolveConflicted .instructions .optionsBody .descriptionBody .buscar #alojamiento {
    width: 100%;
}

#resolveConflicted .instructions .optionsBody .descriptionBody .lupa {
    top: -20px;
    display: inline-block;
}

#resolveConflicted .instructions .option .action {
    float: right;
    width: 24%;
    text-align: right;
    margin-top: 5px;
}

#resolveConflicted .instructions .option:nth-child(3) .action {
    margin-top: 200px;
}

#resolveConflicted .warningError {
    margin: 0 5%;
    width: 85%;
    padding: 20px;
    font-weight: bold;
    display: none;
}

#resolveConflicted .optionSeparator {
   width: 105%;
   margin-left:-13px;
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #DDDDDD;
}

.topFailedPayment{
    margin: 69px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.mainTitle{
    font-weight: bold;
    color: #000000;
    font-size: 23px;
    text-align: center;
}
 .mainDescription{
    text-align: center;
    font-size: 15px;
    margin-top:18px;
    color: #000000;
    line-height: 20px;
 }

.optionsBody{
    width:100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom:15px;

}

.descriptionBody{
    float:left !important;
    color: #000000;
    width:76%;
}

.descriptionBody > ol {
    margin: 0;
    padding-left: 15px;
    padding-right: 15px;
}

.descriptionBody > ol > li {
    margin-bottom: 10px;
}

.actionButton{
    float:left !important;
    width:20%;
    color: #000000;


}

#contactButton{
    color: #9C9C9C !important;
    border: 1px solid #9C9C9C !important;
}

#contactButton:hover{
    color: #ffffff !important;
    background-color: #9C9C9C !important;

}
#chargeButton{
    width:103px;
}
#chargeButton:hover{
   color: #f15f41 !important;
    background-color: #ffffff !important;

}
#cancelButton{
    width:103px;
}

/*POPUP CANCELACIÓN RESERVA*/

#resolveConflicted .cancel_titilo {
    display: inline-block;
    position: relative;
    width: 100%;
    color: #000000;
}

#resolveConflicted .cancel_titilo .title {
    font-size: 23.1px;
    font-weight: bold;
    line-height: 32px;
    text-align: center;
}

#resolveConflicted .cancel_titilo .description {
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    padding-left: 80px;
    padding-right: 80px;
}

#resolveConflicted .cancelContent {
    margin-left: 33px;
    margin-right:33px;
    width: 88%;
    color: #000000;
    font-size: 13px;
}

#resolveConflicted .bloqueCalculado {
    margin-top: -5px;
    margin-bottom: 43px;
}

#resolveConflicted .cancelContent .rowText .description {
    width: 100%;
    margin-bottom: 20px;
}

#resolveConflicted .rowText .description {
    height: 15px;
    width: 231px;
    line-height: 15px;
}

#resolveConflicted .cancelContent .rowText .description p {
    padding: 0px !important;
    width: 60%;
}

#resolveConflicted .inputFields {
    float: right;
    margin-top: -20px;
}

#resolveConflicted .inputFields input {
    width: 105px;
    text-align: right;
    height: 20px;
}

.informacionAdicional{
    font-size: 11px;
    background: #F9F9F9;
    padding: 10px 17px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) { /*Para chrome o safari*/
    #resolveConflicted .inputFields input {
        width: 100px;
        height: 20px;
        padding-left: 8px;
        text-align: right;
    }
}

#resolveConflicted .inputFields select {
    width: 113px;
}

#resolveConflicted .toggle {
    margin-right: 82px !important;
}

.botonesCheck {
    color: #8F8F8F;
}
#resolveConflicted #cancelarReserva{

}

#resolveConflicted #volver{
    float: right;
    margin-right:33px;
}

#resolveConflicted #cancelarReserva, #resolveConflicted #aceptarIncremento {
    float: left;
    margin-left: 18%;
}

#resolveConflicted #addBloque,#resolveConflicted #addImagen {
    float: right;
    font-size: 16px;
    margin-right: 18%;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.25);
}

#resolveConflicted #volver:hover,#resolveConflicted #volver:active{
    background-color:#FFFFFF !important;
    border:1px solid #414141 !important;
}

#resolveConflicted #volver {
    float: right;
    font-size: 16px;
    margin-right: 18%;
    border: 1px solid #8A8A8A!important;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.25);
}

#resolveConflicted #volver:hover,#resolveConflicted #volver:active{
    background-color:#FFFFFF !important;
    border:1px solid #414141 !important;
}

#resolveConflicted .toolTipCancelBo {
    margin-top: -17px;
    color: #9B9B9B !important;
    font-size: 12px;
}

#resolveConflicted .condicion_bk{
    position: absolute;
    width: 300px;
}

#resolveConflicted .textosPopUp{
    width: 300px;
    float: left;
    margin-top: -20px;
}

.TooltipCaption {
    display: none !important;
}

.TooltipBody {
    border: none !important;
    background-color: #F2F2F2 !important;
    box-shadow: 0 1px 4px 0 rgba(136, 136, 136, 0.73) !important;
    color: #777;
}


.transparentToPointerEvents{
    pointer-events: none;
}


/* popup cedolareSecca */

#cedolare .cancel_titilo {
    display: inline-block;
    position: relative;
    width: 100%;
    color: #000000;
}

#cedolare .cancel_titilo .title {
    font-size: 23.1px;
    font-weight: bold;
    line-height: 32px;
    text-align: center;
}

#cedolare .cancel_titilo .description {
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    padding-left: 80px;
    padding-right: 80px;
}

#cedolare .cancelContent {
    margin-left: 96px;
    width: 75%;
    color: #000000;
    font-size: 14px;
}

#cedolare .cancelContent .rowText .description {
    margin-left: 7px;
    width: 90%;
    margin-bottom: 20px;
}

#cedolare .rowText .description {
    height: 15px;
    width: 231px;
    line-height: 15px;
}

#cedolare .cancelContent .rowText .description p {
    padding: 0px !important;
}

#cedolare .inputFields {
    float: right;
    margin-top: -20px;
}

#cedolare .inputFields input {
    width: 105px;
}

/*POPUP ACTUALIZAR DORMITORIOS*/

#updDormitorios{
    padding: 50px;
    padding-bottom: 30px !important;
}
#updDormitorios img{
    margin-bottom: 30px;
}
#updDormitorios .cancel_titilo {
    display: inline-block;
    position: relative;
    width: 100%;
    color: #444444;
}
#updDormitorios .cancel_titilo .title {
    font-size: 24px;
    font-weight: 600;
    line-height: 33px;
    text-align: center;
    margin-bottom: 20px;
}
#updDormitorios .cancel_titilo .description {
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    margin-bottom: 45px;
}
#updDormitorios #btnActualizar {
    float: left;
    margin-left: 80px;
}

#updDormitorios #volver {
    float: right;
    margin-right: 95px;
}
#updDormitorios .updSpinner{
    width: 31px;
    height: 31px;
}
#updDormitorios .loadUpdate{
    font-size: 25px;
    color:#F15F41;
    margin-left: 204px;
}

/* Replicate .button { but for the swal popup  */
.buttonInput {
    border: 1px solid !important;
    font-size: 12px !important;
    font-family: 'Montserrat','Open Sans', Arial, Verdana, Helvetica, sans-serif !important;
    font-weight: bold !important;
    padding: 7px 9px !important;
}

.ml-5 {
    margin-left: 3rem !important;
}

.hoverActionSelector:hover{
    background-color: white !important;
}


.ui-multiselect.selectIdioma{
    background-color:#343434 !important;
    cursor:pointer;
}

.selectIdioma span{
    width: 70% !important;
    cursor:pointer;
};

#goToPlanning {
    width: 140px;
}

#ubicarAlojamiento {
    width: 131px;
    position: absolute;
    bottom: 15px;
}

div.optionsBody.resolve_other_property {
    margin-top: 20px;
}


.primarySelectBox{
    border: 1px solid #F15F41;
    background-color: #FFFFFF;
    color: #F15F41;
    font-weight: bold;
}

.secondarySelectBoxLeft{
    border: 1px solid #C0C0C0;
    background-color: #FFFFFF;
    color: #C0C0C0;
    border-right: none;
}

.secondarySelectBoxRight{
    border: 1px solid #C0C0C0;
    background-color: #FFFFFF;
    color: #C0C0C0;
    border-left: none;
}

.selectBox1{
    border-radius: 2px 0 0 2px;
    cursor:pointer;
    box-sizing: border-box;
}

.selectBox2{
    border-radius: 0 2px 2px 0;
    cursor:pointer;
    box-sizing: border-box;
}

.xsSizeBox{
    height: 23px;
    width: 44px;
    margin-right:-3px;
}
.smSizeBox{
    height: 23px;
    width: 56px;
    margin-right:-4px;
}

.mdSizeBox{
    height: 23px;
    min-width: 80px;
    margin-right:-4px;
    vertical-align: top;
}

.blueButton {
    color: white !important;
    text-decoration: none !important;
}

#avtDocuementSaved{
   margin-top: 30%;
    display: none;
    text-align: center;
}

/*Estilos macro selectFilterWidget*/
.divFilterWidget{
    margin-bottom: 8px;
}

.selectFilterWidget{
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 18px;
    color: rgba(46, 54, 61, 0.5);
    border: none;
    background-color:transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("arrow-select-widget.svg");
    background-repeat:no-repeat;
    background-position: calc(100% - 6px) center;
    background-size: 10px;
    outline: none;
}

.selectFilterWidget >option{
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 18px;
    color: #2E363D;
}

.moduleTitle h2 {
    font-size: 18px !important;
    color: #2E363D!important;
    font-weight: 600!important;
}

.wHeaderCollapse{
    padding: 0px;
}

.connected-app-logo {
    margin: 0;
    float: right;
}

.connected-app-logo img {
    max-height: 24px;
    width: auto;
    display: block;
}

/* button.actionSelectorButton span {
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #EF5F48;
} */

.actionMenu a.itemTabMenuVRMS{
    font-weight: normal;
    font-size: 12px;
    line-height: 17px;
    color: #2E363D;
}

.actionMenu .actionSelectorItem {
    border-bottom: 0px !important;
}

.actionMenu {
    padding-bottom:5px;
    padding-top: 5px;
}

.subActionsMenu{
    display: block;
    position: absolute;
    top: 5px;
    margin-right: 0px;
    margin-left: 0px;
}

.actionSelectorItem {
    position: relative;
}

.avt-textarea {
    resize: none;
    border: 1px solid rgba(46, 54, 61, 0.1);
    border-radius: 2px;
    width: -webkit-fill-available;
    width: -moz-available;
    padding: 16px !important;
    font-size: 12px;
}

.avt-input {
    height: 28px;
    border: 1px solid rgba(46, 54, 61, 0.1);
    border-radius: 2px;
    font-size: 12px;
    padding: 0px 8px!important;
    width: -webkit-fill-available;
    width: -moz-available;
}

.avt-select, .avt-multiselect .ui-multiselect {
    height: 28px!important;
    border: 1px solid rgba(46, 54, 61, 0.1);
    border-radius: 2px;
    font-size: 12px;
    padding-left: 8px!important;
    padding-right: 24px!important;
    padding-top: 0px!important;
    padding-bottom: 0px!important;
    width: -webkit-fill-available;
    width: -moz-available;
    -moz-appearance: none!important;
    -webkit-appearance: none!important;
    background: white url("") no-repeat!important;
    background-position: right 5px top 50%!important;
}


.avt-multiselect .ui-multiselect {
    border: 1px solid rgba(46, 54, 61, 0.1)!important;
    min-width: 100%;
}

.ui-multiselect.avt-multiselect {
    height: 30px!important;
    border: 1px solid rgba(46, 54, 61, 0.1)!important;
    border-radius: 2px;
    font-size: 14px;
    padding-left: 8px!important;
    width: -webkit-fill-available;
    width: -moz-available;
    -moz-appearance: none!important;
    -webkit-appearance: none!important;
    background: white url("") no-repeat!important;
    background-position: right 5px top 50%!important;
    min-width: 100%;
}
.avt-multiselect i.fa-angle-down{
    display: none;
}

#avtSlideOut form .slidetwigSearch {
    overflow: visible!important;
}

.ui-multiselect-menu.avt-multiselect {
    top:55px!important;
    left: 0px!important;
    width: -webkit-fill-available!important;
    width: -moz-available!important;
}

.formInSlide .slideoutFilter {
    position: fixed;
    top: -20px;
    z-index: 999;
    height: 100vh;
    width: 484px;
    right: -150%;
}

.formInSlide .blockName i.alib-icon-arrow-back {
    display: none;
}

#avtSlideOut .alib-icon-arrow-down, #avtSlideOut .alib-icon-arrow-up {
    font-size: 8px;
}

.formInSlide .slideoutFilter .twigSearchBlock {
    width: 100%;
    padding: 0px 0px 32px 0px;
    display: content;
}

.formInSlide .filtersContainer {
    height: calc(100vh - 150px);
    overflow: auto;
    display: block;
    padding: 16px 40px 40px 40px;
}
.formInSlide .twigSearchPrincipal {
    padding:40px 0px 40px 0px;
    width: auto!important;
}

.formInSlide .twigSearchBlock:not(.twigSearchBlockButtons):nth-child(4n+1) {
    padding-left: 0%;
}

.formInSlide .dataLabelTwig {
    font-size: 12px;
    line-height: 15px;
    color: #2E363D;
    font-weight: 600;
}

.formInSlide  .twigSearchBlockButtons .buttonsTwig {
    display: flex;
}

.formInSlide  .twigSearchBlockButtons {
    display: flex;
    padding-right: 40px;
    justify-content: space-between;
    padding-left: 40px;
    float: initial!important;
    align-items: center;
    padding-bottom: 40px;
}
.formInSlide  .twigSearchBlockButtons .dataFieldTwig {
    width: auto!important;
}

.formInSlide  .twigSearchBlockSelectDateRange .dataFieldTwig span:first-child{
    float: initial!important;
}

.formInSlide  .twigSearchBlockSelectDateRange .dataFieldTwig .ui-multiselect{
    margin-bottom: 16px;
}



.formInSlide input:not([type="checkbox"]){
    height: 28px;
    border: 1px solid rgba(46, 54, 61, 0.1);
    border-radius: 2px;
    font-size: 14px;
    padding: 0px 8px!important;
    width: -webkit-fill-available!important;
    width: -moz-available!important;
}

.formInSlide .ui-multiselect-filter input {
   border: 1px solid #292929!important;
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    margin-left: 5px!important;
    height: 15px!important;
    width: 115px!important;
    font-size: 12px;
}

.formInSlide ul.token-input-list-facebook li input {
    border: none;
    height: 23px;
    width: 100%!important;
}

.formInSlide select {
    height: 28px!important;
    border: 1px solid rgba(46, 54, 61, 0.1);
    border-radius: 2px;
    font-size: 14px;
    padding-left: 8px!important;
    padding-right: 24px!important;
    padding-top: 0px!important;
    padding-bottom: 0px!important;
    width: -webkit-fill-available!important;
    width: -moz-available!important;
    -moz-appearance: none!important;
    -webkit-appearance: none!important;
    background: white url("") no-repeat!important;
    background-position: right 5px top 50%!important;
}

.formInSlide .ui-multiselect {
    height: 30px!important;
    border: 1px solid rgba(46, 54, 61, 0.1)!important;
    border-radius: 2px;
    font-size: 14px;
    padding-left: 8px!important;
     width: -webkit-fill-available!important;
    width: -moz-available!important;
    -moz-appearance: none!important;
    -webkit-appearance: none!important;
    background: white url("") no-repeat!important;
    background-position: right 5px top 50%!important;
    min-width: 100%;
}
.formInSlide .ui-multiselect-menu {
    top:55px!important;
    left: 0px!important;
    width: -webkit-fill-available!important;
    width: -moz-available!important;
}
.formInSlide .ui-multiselect i.fa-angle-down{
    display: none;
}
.formInSlide .twigSearchBlock .token-input-list-facebook {
    min-height: 28px !important;
    height: auto !important;
    border: 1px solid rgba(46, 54, 61, 0.1);
    border-radius: 2px;
    font-size: 14px;
    padding: 0px 8px!important;
    width: -webkit-fill-available!important;
    width: -moz-available!important;
}

.formInSlide .twigSearchBlock ul, .formInSlide .twigSearchBlock select, .formInSlide .twigSearchBlock input {
    width:100%!important;
}

.formInSlide .twigSearchBlock.searchInputSelect input {
    width: -webkit-fill-available!important;
    width: -moz-available!important;
}

.formInSlide .twigSearchBlock.searchInputSelect button.ui-multiselect {
   margin-bottom: 16px;
}
.formInSlide .twigSearchBlock .calendarInput, .formInSlide .twigSearchBlock .hasDatepicker {
    width: 46.98%!important;
    text-align: left;
}
.formInSlide img.ui-datepicker-trigger {
    position: initial!important;
}

.formInSlide .nameFilter {
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.5px;
    color: #343434;
    font-weight: 600;
}

.formInSlide .BlockDoubleSelect span
{
    float: initial!important;
}

.formInSlide .BlockDoubleSelect button
{
    margin-bottom: 16px;
}

.formInSlide .blockCheckBoxCustom input.checkboxElement {
    width: auto!important;
}

.formInSlide .blockCheckBoxCustom .twigSearchBlock  {
    display: flex;
}

 .avantioRangeDatePicker.avt-rangeDatePicker, .avantioRangeDatePicker.avt-rangeTwoDatePicker {
    height: 28px;
    border: 1px solid rgba(46, 54, 61, 0.1);
    border-radius: 2px;
    font-size: 14px;
    padding-left: 8px;
    background-position: right 5px center;
}

 .avantioRangeDatePicker.avt-rangeDatePicker {
    width: -webkit-fill-available;
    width: -moz-available;
}

.avantioRangeDatePicker.avt-rangeTwoDatePicker {
    width: 48%!important;
}

.newDateFromFlex .avantioRangeDatePicker.avt-rangeTwoDatePicker {
    width: 100% !important;
}

@media (max-width: 849px) {
    .formInSlide .slideoutFilter {
        position: fixed;
        top: -8px;
        z-index: 999;
        height: 100vh;
        right: 0px;
    }
}
@media (max-width: 700px) {
    .formInSlide .blockName i.alib-icon-arrow-back {
        display: block;
    }
}

@media (max-width: 484px) {
    .formInSlide .slideoutFilter {
        position: fixed;
        top: -6px;
        z-index: 999;
        height: 100vh;
        width: 100%;
        right: 0px;
    }
    .formInSlide .twigSearchBlock .calendarInput {
        width: 45.98%!important;
        text-align: left;
    }
    button.primaryButton {
        margin-left: 8px;
    }
    .twigSearchBlockButtons, .filtersContainer {
        padding-left: 16px!important;
        padding-right: 16px!important;
    }
}


@media (max-width: 1025px) {
    .textoColorPrincipal {
        padding-left: 40px;
    }
}

.badgetMiddleInboxFilter, .badgetMiddleInbox {
    width: 14px;
    height: 14px;
    display: flex;
    position: absolute;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    padding: 2px;
}

.blueLink {
    color: #0b578f;
    text-decoration: underline;
    cursor: pointer;
}
#inbody {
    height: 100%;
}

.leftColumn {
    border: 0px;
}

#headerGeneralBody {
    padding-top: 1px;
}

body {
    margin: 0;
    padding: 0;
    height: 100%;

    background-color: #fafbff;
}

.bigContainer {

    min-height: 100%;

    margin: 0px auto;

    position: relative;
}

.footer {
    background-color: #f2f3f7;
    width: 100%;

    position: absolute;

    bottom: 0px;

    left: 0;
    padding-bottom: 56px;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    color: rgba(46, 54, 61, 0.3);
}

.footer a {
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    color: rgba(46, 54, 61, 0.3) !important;
}

html {
    height: 100%;
}

body:not(#login) .bigContainer:not(.new-listings-container) #contenidoGeneralBody {
    background: #F8F8F8 !important;
}

#contenidoGeneralBody {
    width: 100%;
    max-width: 1500px;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 30px;
}

.centered-content {
    margin: 0 auto;
}

.limiteAncho {
    width: 1500px;
}

@media only screen and (max-width: 1200px) {
    .limiteAncho {
        width: auto;
    }
}

@media only screen and (max-width: 1430px) {
    #contenidoGeneralBody {
        padding-left: 40px !important;
        padding-right: 40px !important;
    }
}

@media only screen and (max-width: 1097px) {
    #contenidoGeneralBody {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }
}

.loginContainer .limiteAncho {
    width: auto;
}

.fullScreen {
    margin: 0 2%;
    width: 96%;
}

a.monthCalBodyWeekDayPropietarioDateLink:link,
a.monthCalBodyWeekDayPropietarioDateLink:visited,
a.monthCalBodyWeekDayPropietarioDateLink:hover {
    color: #FFFFFF;
}

a.monthCalBodyWeekDayConfirmadaDateLink:link,
a.monthCalBodyWeekDayConfirmadaDateLink:visited,
a.monthCalBodyWeekDayConfirmadaDateLink:hover {
    color: #000000;
}

a.monthCalBodyWeekDayUnavailableDateLink:link,
a.monthCalBodyWeekDayUnavailableDateLink:visited,
a.monthCalBodyWeekDayUnavailableDateLink:hover,
a.monthCalBodyWeekDayStop_sellDateLink:link,
a.monthCalBodyWeekDayStop_sellDateLink:visited,
a.monthCalBodyWeekDayStop_sellDateLink:hover,
a.monthCalBodyWeekDayConflictedDateLink:link,
a.monthCalBodyWeekDayConflictedDateLink:visited,
a.monthCalBodyWeekDayConflictedDateLink:hover {
    color: #FFFFFF;
}

a.monthCalBodyWeekDayBajopeticionDateLink:link,
a.monthCalBodyWeekDayBajopeticionDateLink:visited,
a.monthCalBodyWeekDayBajopeticionDateLink:hover {
    color: #000000;
}

a.monthCalBodyWeekDayUnpaidDateLink:link,
a.monthCalBodyWeekDayUnpaidDateLink:visited,
a.monthCalBodyWeekDayUnpaidDateLink:hover {
    color: #000000;
}

a.monthCalBodyWeekDayPaidDateLink:link,
a.monthCalBodyWeekDayPaidDateLink:visited,
a.monthCalBodyWeekDayPaidDateLink:hover {
    color: #FFFFFF;
}

a.monthCalBodyWeekDayCancelledDateLink:link,
a.monthCalBodyWeekDayCancelledDateLink:visited,
a.monthCalBodyWeekDayCancelledDateLink:hover {
    color: #FFFFFF;
}

.navegaZonas {
    text-decoration: none;
    padding: 1px;
    background-color: #FFFFFF;
    border-right: solid 1px;
    border-color: #9999CC;
    font-size: 12px;
    color: #0b578f;
}

.navegaZonas:hover {
    font-weight: bold;
}

.tabDetailViewTITLE {
    font-size: 120%;
    font-weight: bold;
    text-transform: uppercase;
    padding: 3px;
    background-color: #f2f3f7;
}

.ErrorText {
    color: #CC0000;
    font-weight: bold;
    display: none;
    background-color: #FFD9D9;
    border: solid 1px;
    border-color: #FF9B9D;
    padding: 7px;
    background-image: url("");
    background-repeat: no-repeat;
    background-position: 5px 5px;
    padding-left: 27px;
    line-height: 15px;
    width: 300px;
    margin-top: 3px;
    margin-bottom: 3px;
}

.WarningText {
    background-color: none;
    border: solid 2px;
    border-color: #E3A900;
    padding: 7px;
    line-height: 15px;
}

.NoteText {
    background-color: #B5D6EE;
    border: solid 1px;
    border-color: #80B8E1;
    padding: 7px;
    padding-left: 27px;
    line-height: 15px;
}

.InfoText {
    padding: 10px;
    background-color: #E9F8C7;
    margin-top: -1px;
    border: solid 1px;
    border-color: #BDEA55;
    text-align: left;
    line-height: 17px;
}

.IntranetText {
    margin-bottom: 25px;
    padding-top: 8px;
}

.tabSelected {
    background-repeat: no-repeat;
    text-transform: uppercase;
    width: 185px;
    color: #FFFFFF;
    height: 25px;
    font-weight: bold;
    background-color: #BEBEBE;
    margin-left: 7px;
    margin-right: 7px;
    padding: 7px;
    font-size: 110%;
    border: solid 3px #FFFFFF;
}

.tabSelected a {
    color: #FFFFFF;
    text-decoration: none;
}

.tabNotSelected {

    background-repeat: no-repeat;
    text-transform: uppercase;

    background-color: #EEEEEE;
    margin-left: 7px;
    margin-right: 7px;
    padding: 7px;
    font-size: 110%;
    border: solid 3px #FFFFFF;
}

.tabNotSelected a {
    color: #666666;
    text-decoration: none;
}

.yearCalBodyMonth {
    padding-top: 2px;
}

.yearCalBodyMonth #daily_cal_table {
    margin-top: 2px;
    border-top: 1px solid;
}

.yearCalBodyMonth #daily_cal_table .monthCalBodyTHDay {
    border-top: 1px solid;
}

.monthCalBodyDayItem {
    margin: 7px 0px 7px 0px;
    padding: 5px 0px 8px 0px;
    border-top: 1px solid;
    border-bottom: 1px solid;
}

.monthCalBodyDayIconTd {
    padding-right: 3px;
    vertical-align: top;
}

.monthCalBodyDayItemTd {
    vertical-align: top;
}

.monthViewDayHeight {
    height: 100px;
}

.yearViewDayHeight {
    height: 0px;
}

.dailyCalBodyTime {
    vertical-align: top;
    padding: 7px;
    height: 20px;
}

.dailyCalBodyItems {
    padding: 5px;
    text-align: left;
    font-size: 12px;
}

.black_overlay {
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: white;
    z-index: 501;
    -moz-opacity: 0.8;
    opacity: .80;
    filter: alpha(opacity=80);
}

#masAvanzado {
    padding: 0px 10px;
    background-color: #fff;
    border: 2px solid #ccc;
    display: none;
    position: fixed;
    top: 15%;
    left: 5%;
    z-index: 502;
    overflow: auto;
}

#masAvanzado td {
    vertical-align: top;
    width: auto;
}

#calendarioTarifas caption {
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 7px;
}

#calendarioTarifas caption span {
    float: left;
    font-weight: bold;
}

#calendarioTarifas caption span img {
    float: left;
}

#calendarioTarifas tbody tr td {
    vertical-align: top;
    text-align: center;
}

#calendarioTarifas tbody tr td form {
    margin: 0px;
    padding: 0px;
}

#calendarioTarifas>thead>tr>th {
    border-top: 1px solid #000;
}

#calendarioTarifas .ui-datepicker-trigger {
    margin-top: 5px;
}

.numDiaMes {
    border-top: 1px solid #000;
    display: block;
    margin: 0;
    padding: 2px;
    width: 105px;
    background-color: #ddd;
    text-align: right;
}

.columnaSemana {
    background-color: #bbb;
}

.separacionTabla {
    width: 20px;
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
}

.columnaSemana .numDiaMes {
    background-color: #bbb;
}

.separacionTabla .numDiaMes {
    border-top: 1px solid #fff;
    background-color: transparent;
    width: 25px;
    vertical-align: top;
}

.separacionTabla td {
    vertical-align: middle;
}

.separacionTabla td img,
#calendarioTarifas caption span img {
    cursor: pointer;
}

.clear_both {
    clear: both;
}

#calendarioTarifas tbody .valoresInput {
    clear: both;
}

#calendarioTarifas tbody .valoresInput tr td {
    height: 25px;
    padding: 0px;
    padding-left: 5px;
    white-space: nowrap;
    text-align: left;
}

#calendarioTarifas tbody .valoresInput tr td+td {
    padding-left: 0px;
}

#calendarioTarifas tbody .valoresInput tr td label {
    font-weight: bold;
    padding: 0px;
}

#botonModificadorFecha {
    background-color: #E8E8E8;
    font-size: 14px;
    float: left;
    height: 27px;
    border: 1px solid #333333;
    margin-left: 10px;
}

#fechaVisualizacionTarifa {
    float: left;
    height: 17px;
    margin-left: 15px;
    font-size: 14px;
}

#descripcionCalendario {
    float: right;
}

#formularioTarifas,
#listadoTarifas,
#formularioTarifasMes {
    padding: 0px 10px;
    margin-top: 10px;
}

#formularioTarifas,
#formularioTarifasMes {
    width: 780px;
    background-color: #fff;
    border: 2px solid #4e8ccf;
}

#formularioTarifas th,
#masAvanzado th,
#formularioTarifasMes th {
    text-align: left;
    font-size: 120%;
    padding: 5px;
}

#masAvanzado th {
    text-align: center;
}

#formularioTarifas td,
#formularioTarifasMes td {
    padding: 5px 10px;
}

#listadoTarifas {
    width: 780px;
}

#listadoTarifas td,
#listadoTarifas th {
    text-align: center;
    padding: 5px 0px;
}

.miniDetalleTemporada {
    width: 100%;
    text-align: left;
}

.miniDetalleTemporada td {
    vertical-align: top;
    text-align: left;
}

div#leyenda {
    margin: 5px 0px;
    text-align: left;
    padding-right: 15px;
}

div#leyenda table td,
div#leyenda table th {
    text-align: left;
    padding-left: 10px;
}

#cuadroCalendario {
    width: auto;
}

#contenedorListadoTarifas img,
#calendarioTarifas tbody .valoresInput tr td img,
.miniDetalleTemporada img {
    width: 12px;
    border: 0px;
    vertical-align: bottom;
}

#fadeForm {
    display: none;
    width: 800px;
    height: 100%;
    background-color: white;
    position: absolute;
    -moz-opacity: 0.8;
    opacity: .80;
    filter: alpha(opacity=80);
    text-align: center;
    vertical-align: text-bottom;
}

#fadeCalendario {
    display: none;
    width: 950px;
    height: 100%;
    background-color: white;
    position: absolute;
    -moz-opacity: 0.8;
    opacity: .80;
    filter: alpha(opacity=80);
    text-align: center;
    vertical-align: text-bottom;
}

#fadeGuardando {
    display: none;
    width: 100%;
    height: 1000px;
    background-color: white;
    position: absolute;
    -moz-opacity: 0.8;
    opacity: .80;
    filter: alpha(opacity=80);
    text-align: center;
    vertical-align: text-bottom;
    z-index: 99999;
}

#contenedorListadoTarifas {
    width: 500px;
    margin-top: 10px;
}

.zebra {
    background-color: #f2f3f7;
}

table.zebraScrollableTable thead tr {
    background-color: #ddd;
}

table.zebraScrollableTable thead tr td,
table.zebraScrollableTable thead tr th {
    border-bottom: 1px solid navy;
}

table.zebraScrollableTable tbody tr:nth-child(odd) td {
    background-color: #EFF5FB;
}

table.zebraScrollableTable tbody tr td {
    border-bottom: 1px;
    border-bottom-color: #000;
    border-bottom-style: solid;
}

.subApartadoPop {
    text-align: left;
    font-size: 110%;
    font-weight: bold;
    padding: 5px;
}

.finDeSemana {
    background-color: #FFE79F;
}

div.floatingWindow {
    min-width: 500px;
    height: 90%;
    width: 90%;
    position: absolute;
    top: 5%;
    left: 5%;
    right: 5%;
    bottom: 5%;
    border: 3px solid navy;
    background-color: white;
    z-index: 10;
    overflow: hidden;
}

div.floatingWindow div.header {
    width: 100%;
    background-color: navy;
    padding: 5px;
    color: white;
    font-weight: bold;
    cursor: default;
}

div.floatingWindow div.content {
    padding: 20px;
    overflow-y: scroll;
    cursor: default;
}

div.floatingWindow div.header a.close {
    margin-top: -5px;
    background-color: firebrick;
    text-align: center;
    padding: 1px 10px;
    position: absolute;
    right: 5px;
    color: white;
    text-decoration: none;
    cursor: pointer;
}

div.floatingWindow div.header a.close:hover {
    background-color: darkred;
}

div.floatingWindow div.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: #ddd;
    padding: 5px;
    font-weight: bold;
    border-top: 1px solid #777;
    z-index: 2;
    white-space: nowrap;
}

.responsiveEdit {
    position: relative;
    width: 98%;
    float: left;
    clear: both;
}

.responsiveDetail {
    position: relative;
    width: 100%;
    float: left;
    clear: both;
}

.responsiveBotonera {
    position: relative;
    width: 98%;
    margin: 5px auto;
    float: left;
}

.responsiveBotonera a.noResaltar {
    text-decoration: none;
}

.responsiveColumn {
    position: relative;
    float: left;
    margin: 0;
}

.responsiveColumn .responsiveLabel {
    position: relative;
    width: 20%;
    float: left;
    min-height: 25px;
    height: 100%;
    padding: 8px;
    margin: 0;
}

.responsiveColumn .responsiveField {
    position: relative;
    float: left;
    min-height: 25px;
    height: 100%;
    padding: 8px;
    margin: 0;
}

.botonIdioma {
    float: left;
    margin: 0;
    padding: 10px;
    border: 1px solid darkgray;
    border-bottom: 0;
    text-decoration: none;
    text-align: center;
}

.textIdioma {
    display: none;
}

.textIdioma.selected {
    display: block;
}

.botonIdioma:hover {
    background-color: lightgray;
}

.botonIdioma+.botonIdioma {
    border-left: 0;
}

.botonIdioma.selected {
    font-weight: bold;
    background-color: darkgray;
    color: white;
    text-decoration: none;
}

#pestanyasContainerIdiomas {
    width: 100%;
}

div.contenedorIdiomas {
    width: 100%;
}

div.contenidoIdioma {
    clear: both;
    float: left;
    padding: 5px;
    border: 1px solid darkgray;
    border-top: 0;
    background-color: darkgray;
    width: 550px;
}

div.contenidoIdioma textarea {
    width: 100%;
}

.progressBarContainer {
    padding: 85px 0;
}

.progressBar {
    width: 50%;
    margin: 0 auto;
    padding: 1px;
    height: 50px;
}

.headerMenuItem {
    padding: 3px 10px;
    margin: 5px 0px;
    float: right;
    display: inline-block;
    vertical-align: middle;
    font-size: 100%;
}

.headerMenuItem+.headerMenuItem {
    border-right: 1px solid #94C1E8;
}

.headerMenuItemClearLeft {
    clear: left;
}

.headerMenuItemClearRight {
    clear: right;
}

.headerMenuItem+.headerMenuItemClearRight {
    border-right: 0;
}

.headerMenuItem+.headerMenuItemClearLeft {
    border-left: 0;
}

.headerMenuItem>a:hover {
    text-decoration: underline;
    cursor: pointer;
}

.headerMenuItemIcon {
    margin-right: 10px;
}

.fa {
    text-decoration: none !important;
}

.fa-cabecera {
    width: 22px;
}

.fa-md {
    font-size: 1.2em !important;
}

.fa-6x {
    font-size: 6em;
}

.fa-7x {
    font-size: 7em;
}

.fa-8x {
    font-size: 8em;
}

.fa-13x {
    font-size: 1.3em;
}

.fa-14x {
    font-size: 1.4em;
}

.fa-15x {
    font-size: 1.5em;
}

.fa-16x {
    font-size: 1.6em;
}

.fa-17x {
    font-size: 1.7em;
}

.fa-18x {
    font-size: 1.8em;
}

.fa-19x {
    font-size: 1.9em;
}

#contenedorVal {
    width: 500px;
    background-color: #F7F9F9;
    border: 1px solid #E1E6E9;
    height: auto;
    margin: 0 auto;
    padding: 25px 30px;
    overflow: hidden;
}

#contenedorVal .titulo {
    color: #616D73;
    font-size: 18px;
    margin-bottom: 15px;
}

#contenedorVal .label {
    color: #929CA2;
    font-size: 17px;
    padding-bottom: 15px;
}

#contenedorVal ul {
    list-style: none;
    margin: 0;
    padding: 0;
    color: #616D73;
}

#datosReserva {
    color: #616D73;
    margin: 10px 0px;
    overflow: hidden;
}

#datosReserva table,
#datosReserva table tr {
    width: 100%;
}

#datosReserva table tr td:nth-child(odd) {
    width: 18%;
    text-align: right;
    padding-right: 5px;
    color: #616D73;
}

#datosReserva table tr td:nth-child(even) {
    width: 32%;
    text-align: left;
    padding-left: 5px;
    color: #616D73;
}

#datosReserva li {
    margin: 5px 0;
}

#contenidoNoVal textarea {
    width: 100%;
}

.validarButton {
    border: 1px solid #0271A7;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 13px;
    padding: 13px;
    text-decoration: none;
    display: inline-block;
    color: #FFFFFF;
    background-color: #49c0f0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#49c0f0), to(#2CAFE3));
    background-image: -webkit-linear-gradient(top, #0199E3, #0579B1);
    background-image: -moz-linear-gradient(top, #0199E3, #0579B1);
    background-image: -ms-linear-gradient(top, #0199E3, #0579B1);
    background-image: -o-linear-gradient(top, #0199E3, #0579B1);
    background-image: linear-gradient(to bottom, #0199E3, #0579B1);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#49c0f0, endColorstr=#2CAFE3);
    margin-bottom: 5px;
}

.validarButton:hover,
.validarButton:focus {
    font-size: 13px;
    border: 1px solid #1090c3;
    background-color: #1ab0ec;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#1ab0ec), to(#1a92c2));
    background-image: -webkit-linear-gradient(top, #1ab0ec, #1a92c2);
    background-image: -moz-linear-gradient(top, #1ab0ec, #1a92c2);
    background-image: -ms-linear-gradient(top, #1ab0ec, #1a92c2);
    background-image: -o-linear-gradient(top, #1ab0ec, #1a92c2);
    background-image: linear-gradient(to bottom, #1ab0ec, #1a92c2);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#1ab0ec, endColorstr=#1a92c2);
}

.siValida {
    display: none;
}

.message {
    font-weight: bold;
    color: #3F9FDA;
    text-align: center;
    font-size: 18px;
}

.right {
    float: right;
}

.left {
    float: left;
}

.clear {
    clear: both;
}

.clear_left {
    clear: left;
}

.separador {
    margin: 15px 0;
    border-top: 1px solid #E1E6E9;
    clear: both;
}

#linkOpcionesRechazo span {
    color: #616D73;
    text-decoration: underline;
    cursor: pointer;
    cursor: hand;
}

.requiredField {
    border: 1px solid red !important;
}

.requiredText {
    color: red;
}

.negro {
    color: #000000;
}

.blanco {
    color: #FFFFFF !important;
}

.azul {
    color: #1486DD;
}

.gris {
    color: #666666;
}

.grisOscuro {
    color: #333333;
}

.rojo {
    color: #FF5B35;
}

.wfrojo {
    font-size: 25px;
    color: #D11111;
}

.amarillo {
    color: yellow;
}

.naranja {
    color: #F2BA00;
}

.wfnaranja {
    color: #E3A900;
    font-size: 25px;
}

.verde {
    color: #21D383;
}

.LimeGreen {
    color: LimeGreen;
}

.inactivo {
    color: #DDDDDD;
    text-shadow: 0 -1px #777777;
}

.azulWF {
    font-size: 25px;
    color: #10B8B8;
}

.verdeWF {
    font-size: 25px;
    color: #9fca45;
}

@font-face {
    font-family: "Flaticon";
    src: url("");
    src: url("") format("embedded-opentype"),
        url("") format("woff"),
        url("") format("truetype"),
        url("") format("svg");
    font-weight: normal;
    font-style: normal;
}

[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
    font-family: Flaticon;
    font-size: 20px;
    font-style: normal;
    text-decoration: none;
    font-weight: normal;
    display: inline-block;
}

.flaticon-add12:before {
    content: "\e000";
    font-size: 14px;
}

.flaticon-lifesaver:before {
    content: "\e001";
    vertical-align: middle;
    font-size: 29px;
    width: 27px;
}

.flaticon-swimming3:before {
    content: "\e004";
}

.flaticon-new1:before {
    content: "\e002";
    font-size: 32px;
    vertical-align: middle;
}

.flaticon-reply1:before {
    content: "\e003";
    font-size: 27px;
    vertical-align: middle;
}

.flaticon-view1:before {
    content: "\e004";
}

.plus {
    font-size: 10px;
    margin-left: -3px;
    color: #209C24;
    vertical-align: bottom;
    font-weight: bold;
}

.estilosTablaNew .dataLabel {
    padding-top: 5px;
}

.radioSelector {
    padding: 0;
}

.radioSelector>li {
    float: left;
    padding: 1% 1% 1% 0;
    margin: 2px !important;
}

.radioSelector>li:hover {
    background-color: #E5E5E5;
}

.radioSelector>li img {
    width: 88%;
    vertical-align: top;
}

.radioSelector .selectedRadio {
    background-color: #969696;
}

.fa-1_4x {
    font-size: 1.4em;
}

.plainForm {
    padding-right: 1%;
    padding-left: 1%;
}

.plainForm .tituloPlain {
    color: #444444;
    float: left;
    font-size: 14px;
    font-weight: bold;
    margin: 10px 0 10px -1%;
    padding: 3px 0px 3px 9px;
    width: 101%;
    vertical-align: middle;

    text-transform: uppercase;
}

.plainForm .tituloPlain:first-of-type {
    margin-top: -10px;
}

.plainForm .tituloPlain+.datosPlain.izquierdaPlain,
.tituloPlain+.datosPlain.izquierdaPlain+.datosPlain.derechaPlain {
    padding-top: 10px;
}

.plainForm .datosPlain {
    padding: 5px 0 10px;
    overflow: hidden;
    width: 50%;
}

.plainForm .derechaPlain {
    height: auto;
    float: right;
    clear: right;
}

.plainForm .izquierdaPlain {
    height: auto;
    float: left;
    clear: both;
}

.plainForm .centradoPlain {
    width: 420px;
    height: auto;
    float: none !important;
    margin: 0 auto;
    padding: 10px 0px;
    clear: both;
}

.plainForm .columnaUnicaPlain {
    width: 100%;
    float: left;
    color: #444444;
    margin-bottom: 2px;
    padding: 5px 15px 10px;
    margin-top: 8px;
    padding-right: 0;
    padding-left: 0;
}

.plainForm .dataLabelResponsive {
    width: 23%;
    float: left;
    font-weight: bold;
    padding: 0 1%;
}

.plainForm .dataLabelNoBold {
    font-weight: normal;
}

.plainForm .dataInputResponsive {
    float: left;
    width: 73%;
    padding: 0 1%;
}

.plainForm a.dataLabelResponsive {
    width: auto;
}

.chat-online {
    float: right;
    width: 95px;
    color: #ffffff;
    display: table;
    vertical-align: middle;
    text-align: left;
    background: #828282;
    margin-left: 15px;
    border-radius: 2px;
    font-weight: bold;
    padding: 3px 3px 3px 6px;
}

.chat-online i {
    display: table-cell;
    vertical-align: middle;
}

.chat-online span {
    font-size: 10px;
    padding-left: 6px;
    display: table-cell;
    vertical-align: middle;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 85px;
    white-space: nowrap;
}

.button-info-module {
    float: right;
    width: 95px;
    color: #ffffff;
    display: table;
    vertical-align: middle;
    text-align: left;
    background: #86bde6;
    border-radius: 2px;
    font-weight: bold;
    padding: 3px 3px 3px 6px;
}

.button-info-module i {
    display: table-cell;
    vertical-align: middle;
}

.button-info-module span {
    text-transform: uppercase;
    font-size: 10px;
    padding-left: 6px;
    display: table-cell;
    vertical-align: middle;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 85px;
    white-space: nowrap;
}

.button_print_header {
    float: right;
    width: 95px;
    padding: 5px;
    padding-left: 8px;
    border-radius: 0px;
    color: #ffffff;
    display: table;
    vertical-align: middle;
    text-align: left;
    background: #828282;
    margin-left: 15px;
}

.button_print_header i {
    display: table-cell;
    vertical-align: middle;
}

.button_print_header span {
    font-size: 10px;
    padding-left: 6px;
    display: table-cell;
    vertical-align: middle;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 85px;
    white-space: nowrap;
}

.button_Conf_planner_header {
    float: right;
    width: 95px;
    padding: 5px;
    padding-left: 8px;
    border-radius: 0px;
    color: #ffffff;
    display: table;
    vertical-align: middle;
    text-align: left;
    background: #828282;
    margin-left: 15px;
}

.button_Conf_planner_header i {
    display: table-cell;
    vertical-align: middle;
}

.button_Conf_planner_header span {
    font-size: 10px;
    padding-left: 6px;
    display: table-cell;
    vertical-align: middle;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 85px;
    white-space: nowrap;
}

.multiButton ul.multiButtonMenu {
    background-color: #ECF1F4;
    background-position: center top;
    background-repeat: repeat-x;
    border: 1px solid #ABC3D7;
    color: #000000;
    font-size: 12px;
    font-weight: normal;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    display: none;
    position: absolute;
}

.multiButton li {
    list-style-type: none;
    margin: 0;
    padding: 5px 5%;
    background-color: #ECF1F4;
}

.multiButton li:hover {
    background-color: #4E8CCF;
    color: white;
}

.multiButton li.deshabilitado {
    background-color: #848484;
    color: #BDBDBD !important;
}

.multiButton .multiButtonMenu a {
    text-decoration: none;
}

.align-right {
    text-align: right;
}

.align-left {
    text-align: left;
}

.align-center {
    text-align: center;
}

.displayNone {
    display: none;
}

.valign-middle {
    vertical-align: middle;
}

.mr10 {
    margin-right: 10px;
}

.mb10 {
    margin-bottom: 10px;
}

.barraAnuncios {
    width: 100%;
    background: #F15F41;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    color: #FFFFFF;
    text-align: center;
}

.cabeceraAFlotar {
    background-color: #EBEBED;
}

.cabeceraAFlotar tr {
    width: 100%;
}

.cabeceraAFlotar td {
    border-bottom: 2px solid #ccc;
}

.imagenBox {
    color: #EBEBEB;
}

.tituloModulo {
    padding: 3px 5px;
}

.tabDetailDestacado {
    background-color: #E8E8E8 !important;
}

.hrEdit {
    border-top: 1px solid;
    border-bottom: 0px;
    border-color: #e0e3e5 !important;
}

.roEntrada {
    border: solid 1px;
    border-color: #8FCBF8;
    background-color: #DBEEFD;
    padding: 10px;
    font-weight: bold;
    width: 250px;
}

.roEntrada1 {
    float: left;
    border: solid 1px;
    border-color: #8FCBF8;
    background-color: #DBEEFD;
    padding: 5px;
    width: 60px;
}

.roEntrada2 {
    float: left;
    border: solid 1px;
    border-color: #8FCBF8;
    background-color: #ecf4fa;
    padding: 5px;
    width: 60px;
}

.roSalida {
    border: solid 1px;
    border-color: #F58B67;
    background-color: #FCDBCF;
    padding: 10px;
    font-weight: bold;
    width: 250px;
}

.roSalida1 {
    float: left;
    border: solid 1px;
    border-color: #F58B67;
    background-color: #FCDBCF;
    padding: 5px;
    width: 60px;
}

.roSalida2 {
    float: left;
    border: solid 1px;
    border-color: #F58B67;
    background-color: #fcefea;
    padding: 5px;
    width: 60px;
}

.roVacio {
    float: left;
    border: solid 1px;
    border-color: #ffffff;
    background-color: #ffffff;
    padding: 5px;
    width: 60px;
}

.cluetip-default h3#cluetip-title {
    background-color: #908B8B;

    color: #ffffff;
}

.cluetip-default #cluetip-outer {
    background-color: white;

    border-color: #908B8B;
}

.cluetip-arrows {
    background-image: none !important;

    width: 0 !important;
    height: 0 !important;
    border-top: 15px solid transparent !important;
    border-bottom: 14px solid transparent !important;
    border-right: 11px solid #908B8B !important;
}

a.infoV2:hover span,
a.infoV3:hover span {
    border-color: #666666;
}

.TooltipCaption {
    background-color: #908B8B !important;
}

.TooltipBody {
    border-color: #908B8B !important;
}

.azulBase {

    color: #0000FF;
}

.verdeBase {

    color: #008000;
}

.marronBase {

    color: #A52A2A;
}

.color0B578F {

    color: #0B578F;
}

.colorBBBBBB {

    color: #BBBBBB;
}

.color000033 {

    color: #000033;
}

.color999999 {

    color: #999999;
}

.color636365 {

    color: #636365;
}

.color616D73 {

    color: #616D73;
}

.color5B941D {

    color: #5B941D;
}

.colorFF3333 {

    color: #FF3333;
}

.colorCCCCCC {

    color: #CCCCCC;
}

.color7CB6E0 {

    color: #7CB6E0;
}

.color6E6E6E {

    color: #6E6E6E;
}

.color979696 {

    color: #979696;
}

.color444444 {

    color: #444444;
}

.color3E2C9D {

    color: #3E2C9D;
}

.color2E72C5 {

    color: #2E72C5;
}

.color397BCC {

    color: #397BCC;
}

.colorFF6600 {

    color: #FF6600;
}

.color0066CC {

    color: #0066CC;
}

.colorF5600F {

    color: #F5600F;
}

.colorFF4000 {

    color: #FF4000 !important;
}

.colorF96526 {

    color: #F96526;
}

.color2779AA {

    color: #2779AA;
}

.colorF15F41 {

    color: #F15F41;
}

.colorFFA64D {

    color: #FFA64D;
}

.color00B200 {

    color: #00B200;
}

.color94C1E8 {

    color: #94C1E8;
}

.color7D7D7D {

    color: #7D7D7D;
}

.bgTables {

    background-color: #CBDAE6;
}

.bgAmarillo {

    background-color: #FFFF00;
}

.bgRojo {

    background-color: #D11111;
}

.bgBlanco {

    background-color: #FFFFFF;
}

.bgNegro {

    background-color: #000000;
}

.bgCCCCCC {

    background-color: #CCCCCC;
}

.bgD9DFC3 {

    background-color: #D9DFC3;
}

.bgEFEFEF {

    background-color: #EFEFEF;
}

.bgDBDFE3 {

    background-color: #DBDFE3;
}

.bgVerdeBase {

    background-color: #008000;
}

.bgEAEAEA {

    background-color: #EAEAEA;
}

.bgFDFDFD {

    background-color: #FDFDFD;
}

.bgECF1F4 {

    background-color: #ECF1F4;
}

.bgF0F0EE {

    background-color: #F0F0EE;
}

.bgD6DEEE {

    background-color: #D6DEEE;
}

.bgEEEEEE {

    background-color: #EEEEEE;
}

.bg8CDB8C {

    background-color: #8CDB8C;
}

.bg81BEF7 {

    background-color: #81BEF7;
}

.bgECECEC {

    background-color: #ECECEC;
}

.bgFFAA66 {

    background-color: #FFAA66;
}

.bgF4F090 {

    background-color: #F4F090;
}

.bg4477DD {

    background-color: #4477DD;
}

.bg66DDEE {

    background-color: #66DDEE;
}

.bg2EA495 {

    background-color: #2EA495;
}

.bgFF6666 {

    background-color: #FF6666;
}

.bgE6E6E6 {

    background-color: #E6E6E6;
}

.bgF6F6F6 {

    background-color: #F6F6F6;
}

.bgCBE2F3 {

    background-color: #CBE2F3;
}

.bgDDEBF9 {

    background-color: #DDEBF9;
}

.bgD3E8F7 {

    background-color: #D3E8F7;
}

.bgFAD984 {

    background-color: #FAD984;
}

.bgE3F3C2 {

    background-color: #E3F3C2;
}

.bgBDEA55 {

    background-color: #BDEA55;
}

.bgE3F3FD {

    background-color: #E3F3FD;
}

.bgDDDDDD {

    background-color: #DDDDDD;
}

.bgD5D0F9 {

    background-color: #D5D0F9;
}

.bgE5E9F1 {

    background-color: #E5E9F1;
}

.bgFDD197 {

    background-color: #FDD197;
}

.bgCFE281 {

    background-color: #CFE281;
}

.bgE1EDB1 {

    background-color: #E1EDB1;
}

.bgE9F8C7 {

    background-color: #E9F8C7;
}

.bgB7D6EE {

    background-color: #B7D6EE;
}

.bgFF9933 {

    background-color: #FF9933;
}

.bgBEFEA8 {

    background-color: #BEFEA8;
}

.bgFDE69A {

    background-color: #FDE69A;
}

.bgE0F0FA {

    background-color: #E0F0FA !important;
}

.bgC4DAF4 {

    background-color: #C4DAF4;
}

.bgBDBDBD {

    background-color: #BDBDBD;
}

.bgF9F9F9 {

    background-color: #F9F9F9;
}

.bgD9E1EC {

    background-color: #D9E1EC;
}

.bgEEF1F7 {

    background-color: #EEF1F7;
}

.bgA8F7A8 {

    background-color: #A8F7A8;
}

.bgFF7A7A {

    background-color: #FF7A7A;
}

.bgC2CFC2 {

    background-color: #C2CFC2;
}

.bgF1F1F1 {

    background-color: #F1F1F1;
}

.bgE4E4E4 {

    background-color: #E4E4E4;
}

.bordeBlanco {

    border-color: #FFFFFF !important;
}

.bordeRojo {

    border-color: #FF0000 !important;
}

.bordeNegro {

    border-color: #000000 !important;
}

.bordeCCCCCC {

    border-color: #CCCCCC !important;
}

.bordeAFAFAF {

    border-color: #AFAFAF !important;
}

.borde999999 {

    border-color: #999999 !important;
}

.borde000033 {

    border-color: #000033 !important;
}

.borde7DB31C {

    border-color: #7DB31C !important;
}

.borde7CB6E0 {

    border-color: #7CB6E0 !important;
}

.borde9999CC {

    border-color: #9999CC !important;
}

.bordeC5C0C0 {

    border-color: #C5C0C0 !important;
}

.borde4AA4DF {

    border-color: #4AA4DF !important;
}

.bordeE68422 {

    border-color: #E68422 !important;
}

.bordeA4D838 {

    border-color: #A4D838 !important;
}

.borde777777 {

    border-color: #777777 !important;
}

.borde828282 {

    border-color: #828282 !important;
}

.bordeMarron {

    border-color: #A52A2A !important;
}

.bordeAED0EA {

    border-color: #AED0EA !important;
}

.bordeBFCDDF {

    border-color: #BFCDDF !important;
}

.borde6DA36D {

    border-color: #6DA36D !important;
}

.bordeABC3D7 {

    border-color: #ABC3D7 !important;
}

.bordeE4E4E4 {

    border-color: #E4E4E4 !important;
}

.borde00B200 {

    border-color: #00B200 !important;
}

td.actionsCell {
    white-space: nowrap;
}

.fastFilterContainer {
    font-size: 13px;
    cursor: pointer;
    font-weight: bold;
    border: 1px solid;
    float: right;
    border-radius: 3px;
}

.fastFilterContainer :first-child {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}

.fastFilterContainer :last-child {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

.fastFilterContainer+.fastFilterContainer {
    margin-right: 20px;
}

.menuWidgetHomeData,
.menuWidgetHomeType {
    border: 1px solid;
    padding: 4px 5px;
    text-transform: uppercase;
    float: left;
}

.urlBadget {
    text-decoration: none;
}

.urlBadgetOne {
    color: black;
}

.urlBadgetTwo {
    color: white;
}

.titleLinkBlock div {
    padding: 8px 11px;
    font-size: 12px;
    float: right;
    cursor: pointer;
    color: #848484;
    text-decoration: none !important;
}

.titleLinkBlock+.titleLinkBlock div {
    border-right: 1px solid #D7D7D7;
}

.titleLinkBlock div i {
    font-size: 19px;
    color: #848484;
    margin-left: 11px;
}

.vrmsTag {
    height: auto !important;
    margin: 2px;
    padding: 2px 3px;
    background-color: #fff;
    color: #00BAB8;
    cursor: default;
    border: 1px solid #00BAB8;
    font-size: 12px;
    border-radius: 5px;
    float: left;
}

.ui-draggable-handle {
    -ms-touch-action: none;
    touch-action: none;
}

.ui-helper-hidden {
    display: none;
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse;
}

.ui-helper-clearfix:after {
    clear: both;
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0);
}

.ui-front {
    z-index: 100;
}

.ui-state-disabled {
    cursor: default !important;
    pointer-events: none;
}

.ui-icon {
    display: inline-block;
    vertical-align: middle;
    margin-top: -.25em;
    position: relative;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}

.ui-widget-icon-block {
    left: 50%;
    margin-left: -8px;
    display: block;
}

.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ui-resizable {
    position: relative;
}

.ui-resizable-handle {
    position: absolute;
    font-size: 0.1px;
    display: block;
    -ms-touch-action: none;
    touch-action: none;
}

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
    display: none;
}

.ui-resizable-n {
    cursor: n-resize;
    height: 7px;
    width: 100%;
    top: -5px;
    left: 0;
}

.ui-resizable-s {
    cursor: s-resize;
    height: 7px;
    width: 100%;
    bottom: -5px;
    left: 0;
}

.ui-resizable-e {
    cursor: e-resize;
    width: 7px;
    right: -5px;
    top: 0;
    height: 100%;
}

.ui-resizable-w {
    cursor: w-resize;
    width: 7px;
    left: -5px;
    top: 0;
    height: 100%;
}

.ui-resizable-se {
    cursor: se-resize;
    width: 12px;
    height: 12px;
    right: 1px;
    bottom: 1px;
}

.ui-resizable-sw {
    cursor: sw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    bottom: -5px;
}

.ui-resizable-nw {
    cursor: nw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    top: -5px;
}

.ui-resizable-ne {
    cursor: ne-resize;
    width: 9px;
    height: 9px;
    right: -5px;
    top: -5px;
}

.ui-selectable {
    -ms-touch-action: none;
    touch-action: none;
}

.ui-selectable-helper {
    position: absolute;
    z-index: 100;
    border: 1px dotted black;
}

.ui-sortable-handle {
    -ms-touch-action: none;
    touch-action: none;
}

.ui-accordion .ui-accordion-header {
    display: block;
    cursor: pointer;
    position: relative;
    margin: 2px 0 0 0;
    padding: .5em .5em .5em .7em;
    font-size: 100%;
}

.ui-accordion .ui-accordion-content {
    padding: 1em 2.2em;
    border-top: 0;
    overflow: auto;
}

.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default;
}

.ui-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    outline: 0;
}

.ui-menu .ui-menu {
    position: absolute;
}

.ui-menu .ui-menu-item {
    margin: 0;
    cursor: pointer;
    list-style-image: url("");
}

.ui-menu .ui-menu-item-wrapper {
    position: relative;
    padding: 3px 1em 3px .4em;
}

.ui-menu .ui-menu-divider {
    margin: 5px 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    border-width: 1px 0 0 0;
}

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
    margin: -1px;
}

.ui-menu-icons {
    position: relative;
}

.ui-menu-icons .ui-menu-item-wrapper {
    padding-left: 2em;
}

.ui-menu .ui-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: .2em;
    margin: auto 0;
}

.ui-menu .ui-menu-icon {
    left: auto;
    right: 0;
}

.ui-button {
    padding: .4em 1em;
    display: inline-block;
    position: relative;
    line-height: normal;
    margin-right: .1em;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: visible;
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
    text-decoration: none;
}

.ui-button-icon-only {
    width: 2em;
    box-sizing: border-box;
    text-indent: -9999px;
    white-space: nowrap;
}

input.ui-button.ui-button-icon-only {
    text-indent: 0;
}

.ui-button-icon-only .ui-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -8px;
    margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
    padding: 0;
    width: 2.1em;
    height: 2.1em;
    text-indent: -9999px;
    white-space: nowrap;
}

input.ui-button.ui-icon-notext .ui-icon {
    width: auto;
    height: auto;
    text-indent: 0;
    white-space: normal;
    padding: .4em 1em;
}

input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.ui-controlgroup {
    vertical-align: middle;
    display: inline-block;
}

.ui-controlgroup>.ui-controlgroup-item {
    float: left;
    margin-left: 0;
    margin-right: 0;
}

.ui-controlgroup>.ui-controlgroup-item:focus,
.ui-controlgroup>.ui-controlgroup-item.ui-visual-focus {
    z-index: 9999;
}

.ui-controlgroup-vertical>.ui-controlgroup-item {
    display: block;
    float: none;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    text-align: left;
}

.ui-controlgroup-vertical .ui-controlgroup-item {
    box-sizing: border-box;
}

.ui-controlgroup .ui-controlgroup-label {
    padding: .4em 1em;
}

.ui-controlgroup .ui-controlgroup-label span {
    font-size: 80%;
}

.ui-controlgroup-horizontal .ui-controlgroup-label+.ui-controlgroup-item {
    border-left: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label+.ui-controlgroup-item {
    border-top: none;
}

.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
    border-right: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
    border-bottom: none;
}

.ui-controlgroup-vertical .ui-spinner-input {
    width: 75%;
    width: calc(100% - 2.4em);
}

.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
    border-top-style: solid;
}

.ui-checkboxradio-label .ui-icon-background {
    box-shadow: inset 1px 1px 1px #ccc;
    border-radius: .12em;
    border: none;
}

.ui-checkboxradio-radio-label .ui-icon-background {
    width: 16px;
    height: 16px;
    border-radius: 1em;
    overflow: visible;
    border: none;
}

.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
    background-image: none;
    width: 8px;
    height: 8px;
    border-width: 4px;
    border-style: solid;
}

.ui-checkboxradio-disabled {
    pointer-events: none;
}

.ui-datepicker {
    width: 17em;
    padding: .2em .2em 0;
    display: none;
}

.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
    top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
    left: 2px;
}

.ui-datepicker .ui-datepicker-next {
    right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
    left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
    right: 1px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    width: 45%;
}

.ui-datepicker table {
    width: 100%;
    font-size: .9em;
    border-collapse: collapse;
    margin: 0 0 .4em;
}

.ui-datepicker th {
    padding: .7em .3em;
    text-align: center;
    font-weight: bold;
    border: 0;
}

.ui-datepicker td {
    border: 0;
    padding: 1px;
}

.ui-datepicker td span,
.ui-datepicker td a {
    display: block;
    padding: .2em;
    text-align: right;
    text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: .7em 0 0 0;
    padding: 0 .2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    margin: .5em .2em .4em;
    cursor: pointer;
    padding: .2em .6em .3em .6em;
    width: auto;
    overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left;
}

.ui-datepicker.ui-datepicker-multi {
    width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
    float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto .4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left;
}

.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0;
}

.ui-datepicker-rtl {
    direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
    float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}

.ui-datepicker .ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
    left: .5em;
    top: .3em;
}

.ui-dialog {
    position: absolute;
    top: 0;
    left: 0;
    padding: .2em;
    outline: 0;
}

.ui-dialog .ui-dialog-titlebar {
    padding: .4em 1em;
    position: relative;
}

.ui-dialog .ui-dialog-title {
    float: left;
    margin: .1em 0;
    white-space: nowrap;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ui-dialog .ui-dialog-titlebar-close {
    position: absolute;
    right: .3em;
    top: 50%;
    width: 20px;
    margin: -10px 0 0 0;
    padding: 1px;
    height: 20px;
}

.ui-dialog .ui-dialog-content {
    position: relative;
    border: 0;
    padding: .5em 1em;
    background: none;
    overflow: auto;
}

.ui-dialog .ui-dialog-buttonpane {
    text-align: left;
    border-width: 1px 0 0 0;
    background-image: none;
    margin-top: .5em;
    padding: .3em 1em .5em .4em;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: right;
}

.ui-dialog .ui-dialog-buttonpane button {
    margin: .5em .4em .5em 0;
    cursor: pointer;
}

.ui-dialog .ui-resizable-n {
    height: 2px;
    top: 0;
}

.ui-dialog .ui-resizable-e {
    width: 2px;
    right: 0;
}

.ui-dialog .ui-resizable-s {
    height: 2px;
    bottom: 0;
}

.ui-dialog .ui-resizable-w {
    width: 2px;
    left: 0;
}

.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
    width: 7px;
    height: 7px;
}

.ui-dialog .ui-resizable-se {
    right: 0;
    bottom: 0;
}

.ui-dialog .ui-resizable-sw {
    left: 0;
    bottom: 0;
}

.ui-dialog .ui-resizable-ne {
    right: 0;
    top: 0;
}

.ui-dialog .ui-resizable-nw {
    left: 0;
    top: 0;
}

.ui-draggable .ui-dialog-titlebar {
    cursor: move;
}

.ui-progressbar {
    height: 2em;
    text-align: left;
    overflow: hidden;
}

.ui-progressbar .ui-progressbar-value {
    margin: -1px;
    height: 100%;
}

.ui-progressbar .ui-progressbar-overlay {
    background: url("");
    height: 100%;
    filter: alpha(opacity=25);
    opacity: 0.25;
}

.ui-progressbar-indeterminate .ui-progressbar-value {
    background-image: none;
}

.ui-selectmenu-menu {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

.ui-selectmenu-menu .ui-menu {
    overflow: auto;
    overflow-x: hidden;
    padding-bottom: 1px;
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
    font-size: 1em;
    font-weight: bold;
    line-height: 1.5;
    padding: 2px 0.4em;
    margin: 0.5em 0 0 0;
    height: auto;
    border: 0;
}

.ui-selectmenu-open {
    display: block;
}

.ui-selectmenu-text {
    display: block;
    margin-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ui-selectmenu-button.ui-button {
    text-align: left;
    white-space: nowrap;
    width: 14em;
}

.ui-selectmenu-icon.ui-icon {
    float: right;
    margin-top: 0;
}

.ui-slider {
    position: relative;
    text-align: left;
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    cursor: default;
    -ms-touch-action: none;
    touch-action: none;
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0;
}

.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
    filter: inherit;
}

.ui-slider-horizontal {
    height: .8em;
}

.ui-slider-horizontal .ui-slider-handle {
    top: -.3em;
    margin-left: -.6em;
}

.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
    left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
    right: 0;
}

.ui-slider-vertical {
    width: .8em;
    height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
    left: -.3em;
    margin-left: 0;
    margin-bottom: -.6em;
}

.ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
    bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
    top: 0;
}

.ui-spinner {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 0;
    vertical-align: middle;
}

.ui-spinner-input {
    border: none;
    background: none;
    color: inherit;
    padding: .222em 0;
    margin: .2em 0;
    vertical-align: middle;
    margin-left: .4em;
    margin-right: 2em;
}

.ui-spinner-button {
    width: 1.6em;
    height: 50%;
    font-size: .5em;
    padding: 0;
    margin: 0;
    text-align: center;
    position: absolute;
    cursor: default;
    display: block;
    overflow: hidden;
    right: 0;
}

.ui-spinner a.ui-spinner-button {
    border-top-style: none;
    border-bottom-style: none;
    border-right-style: none;
}

.ui-spinner-up {
    top: 0;
}

.ui-spinner-down {
    bottom: 0;
}

.ui-tabs {
    position: relative;
    padding: .2em;
}

.ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: .2em .2em 0;
}

.ui-tabs .ui-tabs-nav li {
    list-style: none;
    float: left;
    position: relative;
    top: 0;
    margin: 1px .2em 0 0;
    border-bottom-width: 0;
    padding: 0;
    white-space: nowrap;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    float: left;
    padding: .5em 1em;
    text-decoration: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    margin-bottom: -1px;
    padding-bottom: 1px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
    cursor: text;
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
    cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
    display: block;
    border-width: 0;
    padding: 1em 1.4em;
    background: none;
}

.ui-tooltip {
    padding: 8px;
    position: absolute;
    z-index: 9999;
    max-width: 300px;
}

body .ui-tooltip {
    border-width: 2px;
}

.ui-widget {
    font-family: 'Montserrat', Open Sans, Lucida Grande, Lucida Sans, Arial, sans-serif;
    font-size: 1.1em;
}

.ui-widget .ui-widget {
    font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
    font-size: 1em;
}

.ui-widget.ui-widget-content {
    border: 1px solid #aed0ea;
}

.ui-widget-content {
    border: 1px solid #dddddd;
    background: #f2f5f7 50% top repeat-x;
    color: #362b36;
}

.ui-widget-content a {
    color: #362b36;
}

.ui-widget-header {
    border: 1px solid #aed0ea;
    background: #deedf7 50% 50% repeat-x;
    color: #222222;
    font-weight: bold;
}

.ui-widget-header a {
    color: #222222;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,

html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    border: 1px solid #aed0ea;
    background: #d7ebf9 50% 50% repeat-x;
    font-weight: bold;
    color: #2779aa;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
    color: #2779aa;
    text-decoration: none;
}

.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 #74b2e2;
    background: #e4f1fb 50% 50% repeat-x;
    font-weight: bold;
    color: #0070a3;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
    color: #0070a3;
    text-decoration: none;
}

.ui-visual-focus {
    box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    border: 1px solid #2694e8;
    background: #3baae3 50% 50% repeat-x;
    font-weight: bold;
    color: #ffffff;
}

.ui-icon-background,
.ui-state-active .ui-icon-background {
    border: #2694e8;
    background-color: #ffffff;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
    color: #ffffff;
    text-decoration: none;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid #f9dd34;
    background: #ffef8f 50% top repeat-x;
    color: #363636;
}

.ui-state-checked {
    border: 1px solid #f9dd34;
    background: #ffef8f;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
    color: #363636;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
    border: 1px solid #cd0a0a;
    background: #cd0a0a;
    color: #ffffff;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
    color: #ffffff;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
    color: #ffffff;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
    font-weight: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
    opacity: .7;
    filter: Alpha(Opacity=70);
    font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
    opacity: .35;
    filter: Alpha(Opacity=35);
    background-image: none;
}

.ui-state-disabled .ui-icon {
    filter: Alpha(Opacity=35);
}

.ui-icon {
    width: 16px;
    height: 16px;
}

.ui-icon-blank {
    background-position: 16px 16px;
}

.ui-icon-caret-1-n {
    background-position: 0 0;
}

.ui-icon-caret-1-ne {
    background-position: -16px 0;
}

.ui-icon-caret-1-e {
    background-position: -32px 0;
}

.ui-icon-caret-1-se {
    background-position: -48px 0;
}

.ui-icon-caret-1-s {
    background-position: -65px 0;
}

.ui-icon-caret-1-sw {
    background-position: -80px 0;
}

.ui-icon-caret-1-w {
    background-position: -96px 0;
}

.ui-icon-caret-1-nw {
    background-position: -112px 0;
}

.ui-icon-caret-2-n-s {
    background-position: -128px 0;
}

.ui-icon-caret-2-e-w {
    background-position: -144px 0;
}

.ui-icon-triangle-1-n {
    background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
    background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
    background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
    background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
    background-position: -65px -16px;
}

.ui-icon-triangle-1-sw {
    background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
    background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
    background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
    background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
    background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
    background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
    background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
    background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
    background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
    background-position: -65px -32px;
}

.ui-icon-arrow-1-sw {
    background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
    background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
    background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
    background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
    background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
    background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
    background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
    background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
    background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
    background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
    background-position: 1px -48px;
}

.ui-icon-arrowthick-1-ne {
    background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
    background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
    background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
    background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
    background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
    background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
    background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
    background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
    background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
    background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
    background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
    background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
    background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
    background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
    background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
    background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
    background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
    background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
    background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
    background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
    background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
    background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
    background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
    background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
    background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
    background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
    background-position: -176px -64px;
}

.ui-icon-arrow-4 {
    background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
    background-position: -16px -80px;
}

.ui-icon-extlink {
    background-position: -32px -80px;
}

.ui-icon-newwin {
    background-position: -48px -80px;
}

.ui-icon-refresh {
    background-position: -64px -80px;
}

.ui-icon-shuffle {
    background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
    background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
    background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
    background-position: 0 -96px;
}

.ui-icon-folder-open {
    background-position: -16px -96px;
}

.ui-icon-document {
    background-position: -32px -96px;
}

.ui-icon-document-b {
    background-position: -48px -96px;
}

.ui-icon-note {
    background-position: -64px -96px;
}

.ui-icon-mail-closed {
    background-position: -80px -96px;
}

.ui-icon-mail-open {
    background-position: -96px -96px;
}

.ui-icon-suitcase {
    background-position: -112px -96px;
}

.ui-icon-comment {
    background-position: -128px -96px;
}

.ui-icon-person {
    background-position: -144px -96px;
}

.ui-icon-print {
    background-position: -160px -96px;
}

.ui-icon-trash {
    background-position: -176px -96px;
}

.ui-icon-locked {
    background-position: -192px -96px;
}

.ui-icon-unlocked {
    background-position: -208px -96px;
}

.ui-icon-bookmark {
    background-position: -224px -96px;
}

.ui-icon-tag {
    background-position: -240px -96px;
}

.ui-icon-home {
    background-position: 0 -112px;
}

.ui-icon-flag {
    background-position: -16px -112px;
}

.ui-icon-calendar {
    background-position: -32px -112px;
}

.ui-icon-cart {
    background-position: -48px -112px;
}

.ui-icon-pencil {
    background-position: -64px -112px;
}

.ui-icon-clock {
    background-position: -80px -112px;
}

.ui-icon-disk {
    background-position: -96px -112px;
}

.ui-icon-calculator {
    background-position: -112px -112px;
}

.ui-icon-zoomin {
    background-position: -128px -112px;
}

.ui-icon-zoomout {
    background-position: -144px -112px;
}

.ui-icon-search {
    background-position: -160px -112px;
}

.ui-icon-wrench {
    background-position: -176px -112px;
}

.ui-icon-gear {
    background-position: -192px -112px;
}

.ui-icon-heart {
    background-position: -208px -112px;
}

.ui-icon-star {
    background-position: -224px -112px;
}

.ui-icon-link {
    background-position: -240px -112px;
}

.ui-icon-cancel {
    background-position: 0 -128px;
}

.ui-icon-plus {
    background-position: -16px -128px;
}

.ui-icon-plusthick {
    background-position: -32px -128px;
}

.ui-icon-minus {
    background-position: -48px -128px;
}

.ui-icon-minusthick {
    background-position: -64px -128px;
}

.ui-icon-close {
    background-position: -80px -128px;
}

.ui-icon-closethick {
    background-position: -96px -128px;
}

.ui-icon-key {
    background-position: -112px -128px;
}

.ui-icon-lightbulb {
    background-position: -128px -128px;
}

.ui-icon-scissors {
    background-position: -144px -128px;
}

.ui-icon-clipboard {
    background-position: -160px -128px;
}

.ui-icon-copy {
    background-position: -176px -128px;
}

.ui-icon-contact {
    background-position: -192px -128px;
}

.ui-icon-image {
    background-position: -208px -128px;
}

.ui-icon-video {
    background-position: -224px -128px;
}

.ui-icon-script {
    background-position: -240px -128px;
}

.ui-icon-alert {
    background-position: 0 -144px;
}

.ui-icon-info {
    background-position: -16px -144px;
}

.ui-icon-notice {
    background-position: -32px -144px;
}

.ui-icon-help {
    background-position: -48px -144px;
}

.ui-icon-check {
    background-position: -64px -144px;
}

.ui-icon-bullet {
    background-position: -80px -144px;
}

.ui-icon-radio-on {
    background-position: -96px -144px;
}

.ui-icon-radio-off {
    background-position: -112px -144px;
}

.ui-icon-pin-w {
    background-position: -128px -144px;
}

.ui-icon-pin-s {
    background-position: -144px -144px;
}

.ui-icon-play {
    background-position: 0 -160px;
}

.ui-icon-pause {
    background-position: -16px -160px;
}

.ui-icon-seek-next {
    background-position: -32px -160px;
}

.ui-icon-seek-prev {
    background-position: -48px -160px;
}

.ui-icon-seek-end {
    background-position: -64px -160px;
}

.ui-icon-seek-start {
    background-position: -80px -160px;
}

.ui-icon-seek-first {
    background-position: -80px -160px;
}

.ui-icon-stop {
    background-position: -96px -160px;
}

.ui-icon-eject {
    background-position: -112px -160px;
}

.ui-icon-volume-off {
    background-position: -128px -160px;
}

.ui-icon-volume-on {
    background-position: -144px -160px;
}

.ui-icon-power {
    background-position: 0 -176px;
}

.ui-icon-signal-diag {
    background-position: -16px -176px;
}

.ui-icon-signal {
    background-position: -32px -176px;
}

.ui-icon-battery-0 {
    background-position: -48px -176px;
}

.ui-icon-battery-1 {
    background-position: -64px -176px;
}

.ui-icon-battery-2 {
    background-position: -80px -176px;
}

.ui-icon-battery-3 {
    background-position: -96px -176px;
}

.ui-icon-circle-plus {
    background-position: 0 -192px;
}

.ui-icon-circle-minus {
    background-position: -16px -192px;
}

.ui-icon-circle-close {
    background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
    background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
    background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
    background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
    background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
    background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
    background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
    background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
    background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
    background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
    background-position: -192px -192px;
}

.ui-icon-circle-check {
    background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
    background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
    background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
    background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
    background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
    background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
    background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
    background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
    background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
    background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
    background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
    background-position: -80px -224px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
    border-top-left-radius: 6px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
    border-top-right-radius: 6px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
    border-bottom-left-radius: 6px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
    border-bottom-right-radius: 6px;
}

.ui-widget-overlay {
    background: #eeeeee 50% 50% repeat;
    opacity: .8;
    filter: Alpha(Opacity=80);
}

.ui-widget-shadow {
    -webkit-box-shadow: -7px -7px 7px #000000;
    box-shadow: -7px -7px 7px #000000;
}

.ui-tooltip.ui-widget-shadow {
    opacity: 1;
}
.Help {
	display:none;
	position: absolute;
	overflow: hidden;
	border:solid 2px;
	border-color: #80C5EE;
}

.HelpBody{
	padding:10px;
	background-color:#FFFFFF;
}

.HelpCaption {
	background-color:#80C5EE;
	padding:5px;
	font-weight:bold;
	color:#FFFFFF;
	font-size:110%;
	background-image:url("");
	background-repeat:no-repeat;
	background-position:left;
	padding-left:27px;
}

.HelpExample {
	background-color:#C4DAF4;
	padding:10px; 
	font-size:90%;
}

.HelpLink {
	cursor:help;
	border:none;
}

.HelpSubtit {
	font-weight:bold;
	margin-bottom:10px;
}

.HelpText {
	margin-bottom:10px;
}

.PuntaInfoTop{
	position:relative;
	background-image:url("");
	background-repeat:no-repeat;
	background-position:center;
	height:14px;
}

a.info{ 
	position: relative;
    z-index: 1;
    text-decoration: none;
	font-weight:bold;
	vertical-align: middle;
    }

  a.info:visited{ 
  	/*color: gray;*/
    text-decoration: none;
    }

  a.info:hover{
    z-index: 2;
    color: #333333;
	cursor:pointer;
    }

  a.info:active{ 
  	color: #333333;
    text-decoration: none;
    }

  a.info span{ 
  	display: none;
	/*width:375px;*/
    }

  a.info:hover span{
  	font-weight:normal;
    display: block;
    position: absolute;
    top: 2em;
    left: 2em;
	border:solid 2px;
	border-color: #80C5EE;
	text-decoration:none;
	text-align:left;
    }

.ConfirmText{
	padding:10px;
	background-color: #FFCACA;
	margin-top:-1px;
	border:solid 1px;
	border-color: #CC0000;
	text-align:left;
	line-height:17px;
}

.PuntaConfirmTop{
	position:relative;
	background-image:url("");
	background-repeat:no-repeat;
	background-position:center;
	height:14px;
}

.ConfirmTextGrey{
	padding:10px;
	background-color: #FFFFFF;
	margin-top:-1px;
	border:solid 1px;
	border-color: #999999;
	text-align:left;
	line-height:17px;
}

.PuntaConfirmTopGrey{
	position:relative;
	background-image:url("");
	background-repeat:no-repeat;
	background-position:center;
	height:14px;
}

.PuntaConfirmTopGreyLeft{
	position:relative;
	background-image:url("");
	background-repeat:no-repeat;
	background-position:left;
	height:14px;
}

.LinkFake{
	text-decoration:underline; 
	color:#0b578f;
	cursor:pointer;
}

.button_upload{
	display:none;
	text-align:left;
	cursor:pointer;
	padding-top:3px;
	padding-left:15px;
	text-transform: capitalize;
	font-size: 12px;
	width:100px;
	height:22px;
	background-repeat:no-repeat;
	background-image: url("");
	color:#5E8B18;
	
}

.Recomendado{
	background-image:url(""); 
	background-repeat:no-repeat;
	color:#FFFFFF;
	font-size:9px;
	padding:2px; 
	width:114px; 
	height:16px; 
	text-align:center;
	font-weight:bold;
}

.HelpBodyV2{
	padding:10px;
	background-color:#FFFFFF;
	width:350px;
}

.HelpSubtitV2 {
	font-weight:bold;
	margin-bottom:10px;
	padding-left:20px;
	padding-top:2px;
}

.HelpTextV2 {
	margin-bottom:10px;
}

a.infoV2{ position: relative;
    z-index: 3;
    text-decoration: none;
	font-weight:bold;
    }

  a.infoV2:visited{ 
    text-decoration: none;
    }

  a.infoV2:hover{
    z-index: 25;
    color: #333333;
	cursor:pointer;
    }

  a.infoV2:active{ 
  	color: #333333;
    text-decoration: none;
    }

  a.infoV2:span{ 
  	display: block;
    }

  a.infoV2:hover span{
  	font-weight:normal;
    display: block;
    position: absolute;
    top: 0em;
    left: 0em;
	border:solid 2px;
	border-color: #9EC4E2;
	text-decoration:none;
	text-align:left;
    }
/*********************************************************************/
a.infoV3{ position: relative;
    z-index: 24;
    text-decoration: none;
	font-weight:bold;
    }

  a.infoV3:visited{ 
    text-decoration: none;
    }

  a.infoV3:hover{
    z-index: 25;
    color: #333333;
	cursor:pointer;
    }

  a.infoV3:active{ 
  	color: #333333;
    text-decoration: none;
    }

  a.infoV3:span{ 
  	display: block;
    }

  a.infoV3:hover span{
  	width:380px;
  	overflow:hidden;
  	font-weight:normal;
    display:inline-block;
    position: absolute;
    top: 0em;
    left: -350px;
	border:solid 2px;
	border-color: #9EC4E2;
	text-decoration:none;
	text-align:left;
    }
   
/*********************************************************************/
.helpSpan{ 
	display: none;
	cursor:default;
}

.helpButton{ 
	cursor:pointer;
	background-color: #0066CC;
	color: #FFFFFF;
	width:125px;
	padding:3px;
	background-image:url("");
	background-position:right;
	background-repeat:no-repeat;
	padding-right:20px;
	padding-left:8px;
}
/*! jQuery UI - v1.10.3 - 2013-08-16
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.ui.accordion.css, jquery.ui.autocomplete.css, jquery.ui.button.css, jquery.ui.datepicker.css, jquery.ui.dialog.css, jquery.ui.menu.css, jquery.ui.progressbar.css, jquery.ui.slider.css, jquery.ui.spinner.css, jquery.ui.tabs.css, jquery.ui.tooltip.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Lucida%20Grande%2CLucida%20Sans%2CArial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=0px&bgColorHeader=deedf7&bgTextureHeader=highlight_soft&bgImgOpacityHeader=100&borderColorHeader=aed0ea&fcHeader=222222&iconColorHeader=72a7cf&bgColorContent=f2f5f7&bgTextureContent=highlight_hard&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=362b36&iconColorContent=72a7cf&bgColorDefault=d7ebf9&bgTextureDefault=glass&bgImgOpacityDefault=80&borderColorDefault=aed0ea&fcDefault=2779aa&iconColorDefault=3d80b3&bgColorHover=e4f1fb&bgTextureHover=glass&bgImgOpacityHover=100&borderColorHover=74b2e2&fcHover=0070a3&iconColorHover=2694e8&bgColorActive=3baae3&bgTextureActive=glass&bgImgOpacityActive=50&borderColorActive=2694e8&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=ffef8f&bgTextureHighlight=highlight_soft&bgImgOpacityHighlight=25&borderColorHighlight=f9dd34&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=cd0a0a&bgTextureError=flat&bgImgOpacityError=15&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffffff&bgColorOverlay=eeeeee&bgTextureOverlay=diagonals_thick&bgImgOpacityOverlay=90&opacityOverlay=80&bgColorShadow=000000&bgTextureShadow=highlight_hard&bgImgOpacityShadow=70&opacityShadow=30&thicknessShadow=7px&offsetTopShadow=-7px&offsetLeftShadow=-7px&cornerRadiusShadow=8px
* Copyright 2013 jQuery Foundation and other contributors Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-clearfix {
	min-height: 0; /* support: IE7 */
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0);
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
}


/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin-top: 2px;
	padding: .5em .5em .5em .7em;
	min-height: 0; /* support: IE7 */
}
.ui-accordion .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-noicons {
	padding-left: .7em;
}
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
	position: absolute;
	left: .5em;
	top: 50%;
	margin-top: -8px;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
.ui-button {
	display: inline-block;
	position: relative;
	padding: 0;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	overflow: visible; /* removes extra width in IE */
}
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}
/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2.2em;
}
/* button elements seem to need a little more width */
button.ui-button-icon-only {
	width: 2.4em;
}
.ui-button-icons-only {
	width: 3.4em;
}
button.ui-button-icons-only {
	width: 3.7em;
}

/* button text element */
.ui-button .ui-button-text {
	display: block;
	line-height: normal;
}
.ui-button-text-only .ui-button-text {
	padding: .4em 1em;
}
.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
	padding: .4em;
	text-indent: -9999999px;
}
.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 1em .4em 2.1em;
}
.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 2.1em .4em 1em;
}
.ui-button-text-icons .ui-button-text {
	padding-left: 2.1em;
	padding-right: 2.1em;
}
/* no icon support for input elements, provide padding by default */
input.ui-button {
	padding: .4em 1em;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
	position: absolute;
	top: 50%;
	margin-top: -8px;
}
.ui-button-icon-only .ui-icon {
	left: 50%;
	margin-left: -8px;
}
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
	left: .5em;
}
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
	right: .5em;
}

/* button sets */
.ui-buttonset {
	margin-right: 7px;
}
.ui-buttonset .ui-button {
	margin-left: 0;
	margin-right: -.3em;
}

/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month-year {
	width: 100%;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 49%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}
.ui-dialog {
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 21px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-se {
	width: 12px;
	height: 12px;
	right: -5px;
	bottom: -5px;
	background-position: 16px 16px;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
.ui-menu {
	list-style: none;
	padding: 2px;
	margin: 0;
	display: block;
	outline: none;
}
.ui-menu .ui-menu {
	margin-top: -3px;
	position: absolute;
}
.ui-menu .ui-menu-item {
	margin: 0;
	padding: 0;
	width: 100%;
	/* support: IE10, see #8844 */
	list-style-image: url("");
}
.ui-menu .ui-menu-divider {
	margin: 5px -2px 5px -2px;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-menu-item a {
	text-decoration: none;
	display: block;
	padding: 2px .4em;
	line-height: 1.5;
	min-height: 0; /* support: IE7 */
	font-weight: normal;
}
.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active {
	font-weight: normal;
	margin: -1px;
}

.ui-menu .ui-state-disabled {
	font-weight: normal;
	margin: .4em 0 .2em;
	line-height: 1.5;
}
.ui-menu .ui-state-disabled a {
	cursor: default;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item a {
	position: relative;
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: .2em;
	left: .2em;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	position: static;
	float: right;
}
.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
	background: url("");
	height: 100%;
	filter: alpha(opacity=25);
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* For IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 22px;
}
.ui-spinner-button {
	width: 16px;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}
/* more specificity required here to overide default borders */
.ui-spinner a.ui-spinner-button {
	border-top: none;
	border-bottom: none;
	border-right: none;
}
/* vertical centre icon */
.ui-spinner .ui-icon {
	position: absolute;
	margin-top: -8px;
	top: 50%;
	left: 0;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}

/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
	/* need to fix icons sprite */
	background-position: -65px -16px;
}
.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav li a {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -2px;
	padding-bottom: 1px;
	border-bottom: 1px solid #FFFFFF;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active a,
.ui-tabs .ui-tabs-nav li.ui-state-disabled a,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading a {
	cursor: default;
}
.ui-tabs .ui-tabs-nav li a, /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
	-webkit-box-shadow: 0 0 5px #aaa;
	box-shadow: 0 0 5px #aaa;
}
body .ui-tooltip {
	border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
	font-size: 1.1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	
        font-family:'Montserrat',Open Sans, Arial, Verdana, Helvetica, sans-serif;
	font-size: 1em;
}
.ui-widget-content {
	border: 1px solid #dddddd;
	background: #f2f5f7 url("") 50% top repeat-x;
	color: #362b36;
}
.ui-widget-content a {
	color: #362b36;
}
.ui-widget-header {
	border: 1px solid #aed0ea;
	background: #deedf7 url("") 50% 50% repeat-x;
	color: #222222;
	font-weight: bold;
}
.ui-widget-header a {
	color: #222222;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 1px solid #aed0ea;
	background: #e0f0fa;
	font-weight: bold;
	color: #2779aa;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #2779aa;
	text-decoration: none;
}
.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 {
	border: 1px solid #74b2e2;
	background: #e4f1fb url("") 50% 50% repeat-x;
	font-weight: bold;
	color: #0070a3;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited {
	color: #0070a3;
	text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: 1px solid #2694e8;
	background: #3baae3 url("") 50% 50% repeat-x;
	font-weight: bold;
	color: #ffffff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #ffffff;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #f9dd34;
	background: #ffef8f url("") 50% top repeat-x;
	color: #363636;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #363636;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #cd0a0a;
	background: #cd0a0a url("") 50% 50% repeat-x;
	color: #ffffff;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #ffffff;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #ffffff;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70);
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35);
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* For IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url("");
}
.ui-widget-header .ui-icon {
	background-image: url("");
}
.ui-state-default .ui-icon {
	background-image: url("");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
	background-image: url("");
}
.ui-state-active .ui-icon {
	background-image: url("");
}
.ui-state-highlight .ui-icon {
	background-image: url("");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url("");
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 0px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 0px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 0px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 0px;
}

/* Overlays */
.ui-widget-overlay {
	background: #eeeeee url("") 50% 50% repeat;
	opacity: .8;
	filter: Alpha(Opacity=80);
}
.ui-widget-shadow {
	margin: -7px 0 0 -7px;
	padding: 7px;
	background: #000000 url("") 50% top repeat-x;
	opacity: .3;
	filter: Alpha(Opacity=30);
	border-radius: 8px;
}
.ui-menu-item .export-icon {
    margin: 5px 5px 3px 10px;
}

.export-icon {
    background: url("") no-repeat 0px 0px;
    vertical-align: middle;	
    height: 25px;
    width: 25px;
    display:inline-block;
}

.export-icon-print {
    background-position: 0px 0px;
}

.export-icon-pdf, .export-icon-pdf_v, .export-icon-pdf_h{
    background-position: -25px 0px;
}
.export-icon-csv {
    background-position: -50px 0px;	
}

.export-icon-xls {
    background-position: -75px 0px;	
}

.ui-menu-item:hover {
    background-color:#F0FAF0;
}

.ui-state-ok {
    background: url("") repeat-x scroll 50% 50% #deffc6;
    border: 1px solid #96cd83;
    color: #2779AA;
    font-weight: bold;
}

.ui-state-ok a, .ui-state-ok a:link, .ui-state-ok a:visited {
    color: #555555;
    text-decoration: none;
}

.ui-icon-white, .ui-widget-content .ui-icon-white {
    background-image: url("");
}

.ui-input {
    padding: 3px 3px;
}
select.ui-input {
    padding: 0;
    height: 26px;
    line-height: 26px;
}
select.ui-input option, select.ui-input optgroup {
    padding: 4px 3px;
}

.ui-multiselect-menu .ui-state-hover {
    font-weight: normal !important;	
    
}

.hasDatepicker {
    padding-right:30px;
    text-align:center;
}

img.ui-datepicker-trigger {
    position: absolute;
    margin-top: 3px;
    margin-left: -20px;
    
}
select[multiple]{
    height:30px;
}

.ui-header-tabs .ui-tabs-active {
    border: 2px solid #ec604d;
    border-bottom-width:2px;
    background-image: none;
    background-color: #ec604d;
    margin-bottom: -2px;
}

.ui-header-tabs .ui-tabs-nav li {
    margin-right:-1px;
}

.ui-header-tabs .ui-tabs-nav li:not(.ui-tabs-active):hover{
    background: #f1f1f1 !important;
}

.ui-header-tabs .ui-tabs-active a,.ui-header-tabs .ui-tabs-active a:link,.ui-header-tabs .ui-tabs-active a:visited {
    color: #FFFFFF;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    padding-bottom: 0;
    border-bottom-width:0;

}

.ui-tabs{
    font-family: 'Montserrat',Open Sans, Arial, Verdana, Helvetica, sans-serif;
    background-color: #ECEDF1;
    padding: 0;
    border-top: 1px solid #C1C2C4;
    border-right: 1px solid #C1C2C4;
    border-left: 1px solid #C1C2C4;
}

.ui-tabs .ui-tabs-nav{
    margin: -2px;
    padding: 0;
}

.iconSprite {
    background: url("") no-repeat 0px 0px;
    border: 0;
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
}

.iconSprite-user {
    background-position: 0px 0px;
}

.iconSprite-gear {
    background-position: -16px 0px;
}

.iconSprite-help {
    background-position: -32px 0px;
}

.iconSprite-internet {
    background-position: -48px 0px;
}

.iconSprite-lightning {
    background-position: -64px 0px;
}

.iconSprite-video {
    background-position: -80px 0px;
}

.iconSprite-chat {
    background-position: -96px 0px;
}

.button.miniButton,.button.miniButton:hover,.button.miniButton:focus,.button.miniButton:active {
    font-size: 90%;
    padding-top: 1px;
    vertical-align: middle;
    padding: 0.1em 4px;
    text-transform: uppercase;
    font-weight: normal;
}

.button.miniSqButton,.button.miniSqButton:hover,.button.miniSqButton:focus,.button.miniSqButton:active {
    vertical-align: bottom;
    padding: 0em;
}

.ui-multiselect span {
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
}

.ui-multiselect {
    overflow:hidden;
    height: 24px;
}

#tabNavigation .ui-state-default {
    background-color: #ECEDF1;
    border-color: #C1C2C4;
}

#tabNavigation .ui-state-default a, #tabNavigation .ui-state-default a:link, #tabNavigation .ui-state-default a:visited
{
    color: #2e363c;
}

#tabNavigation{
    display:table;
    border-width:0;
}

#tabList{
    display:table-row;
}
#tabList li{
    display:table-cell;
    float:none;
    text-align: center;
}
#tabList li {
    
}
#tabList > li + li
{
    border-left-width:0;
}

#tabList li a{
    
    float:none;
}

.ui-tabs .ui-tabs-nav li a
{
    padding: 10px ;
}

.ui-autocomplete-category {
    font-weight: bold;
    padding: .2em .4em;
    margin: .8em 0 .2em;
    line-height: 1.5;
}
.ui-autocomplete-moreInfo {
    font-style: italic;
}

.ui-autocomplete {
    max-height: 200px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
}

.minimalSelect {
    position: relative;
}
  
.minimalSelect:after {
    content: '\f078';
    font: normal normal normal 11px/1 FontAwesome;
    color: #ccc;
    right: 6px;
    top: 8px;
    height: 25px;
    position: absolute;
    pointer-events: none;
}

.minimalSelect select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    height: 27px;
    float: right;
    -ms-word-break: normal;
    -webkit-padding-start:8px !important;
    word-break: normal;
}

.minimalSelect select option{
    background-color: white;
}
	/* 
    Created on : 15-jun-2015, 16:42:02
    Author     : juanba
*/
.inlineEditField,.inlineEditButton {
    margin-right: 1%;
}/*********************************************************************************
 * SugarCRM is a customer relationship management program developed by
 * SugarCRM, Inc. Copyright (C) 2004 - 2008 SugarCRM Inc.
 *
 * This program is free software; you can redistribute it and/or modify it under
 * the terms of the GNU General Public License version 3 as published by the
 * Free Software Foundation with the addition of the following permission added
 * to Section 15 as permitted in Section 7(a): FOR ANY PART OF THE COVERED WORK
 * IN WHICH THE COPYRIGHT IS OWNED BY SUGARCRM, SUGARCRM DISCLAIMS THE WARRANTY
 * OF NON INFRINGEMENT OF THIRD PARTY RIGHTS.
 *
 * This program is distributed in the hope that it will be useful, but WITHOUT
 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
 * FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more
 * details.
 *
 * You should have received a copy of the GNU General Public License along with
 * this program; if not, see http://www.gnu.org/licenses or write to the Free
 * Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
 * 02110-1301 USA.
 *
 * You can contact SugarCRM, Inc. headquarters at 10050 North Wolfe Road,
 * SW2-130, Cupertino, CA 95014, USA. or at email address contact@sugarcrm.com.
 *
 * The interactive user interfaces in modified source and object code versions
 * of this program must display Appropriate Legal Notices, as required under
 * Section 5 of the GNU General Public License version 3.
 *
 * In accordance with Section 7(b) of the GNU General Public License version 3,
 * these Appropriate Legal Notices must retain the display of the "Powered by
 * SugarCRM" logo. If the display of the logo is not reasonably feasible for
 * technical reasons, the Appropriate Legal Notices must display the words
 * "Powered by SugarCRM".
 ********************************************************************************/
/*********************************************************************************

 * Description:  Contains a variety of utility functions used to display UI
 * components such as form headers and footers.  Intended to be modified on a per
 * theme basis.
 ********************************************************************************/

/* Default Styles */
body, .body{
    color: #444444;
}

table,td {
    color: #444444;
}

h1, h2, h3{
    color: #000000;
}

h4, h5, h5.listViewSubHeadS1, a.yearCalBodyMonthLink:link, a.yearCalBodyMonthLink:visited {
    color: #444;
}

.h3Row {
    color: #444;
    background-image: url("");
}

.monthHeader {
    color: #444;
    background-color: #fff;
    border-color: #e0e3e5;
    background-image: url("");
}

a:link, a:visited, a.body:link, a.body:visited {
    color: #0b578f;
    outline: none;
}
a:hover, a.body:hover {
    color: #000000;
}

/* Form Styles */
.button {
    vertical-align: text-bottom;
}

.buttonOn, .buttonOn:focus {
    background-color: #4e8ccf;
    border-color: #4e8ccf;
}
.button[disabled] {
    cursor: auto;
    opacity: 0.5;
}

input,select {
    border-color: #ccc;
    background-color: #ffffff;
}

input:disabled, select:disabled, textarea:disabled {
    background-color: transparent;
}

input[type="checkbox"]:not(.alib-checkbox__input) {
    border: 0px;
    background-color: transparent !important;
}

textarea {
    border-color: #ccc;
    background-color: #fff;
}

.ui-multiselect{
    border-color: #ccc !important;
}

/* Content Specific Styles */
/* body text */
.teamNoticeBox {
    border-color: #abc3d7;
    color: #444444;
}


/*for the main screen navigation tabs*/
.tabRow {
    background-image : url("");

    border-bottom-color: #0046ad;
}
.currentTabLeft, .currentTabRight, .currentTab {

    background-image : url("");
    background-repeat: no-repeat;
    border-bottom-color: #4e8ccf;

}

a.currentTabLink:link, a.currentTabLink:visited, a.currentTabLink:hover {

    color: #ffffff;
}

.otherTabLeft, .otherTabRight, .otherTab {
    background-image : url("");
    background-repeat: no-repeat;
    border-bottom-color: #0046ad;
}
a.otherTabLink:link, a.otherTabLink:visited {
    color: #444444;
}
a.otherTabLink:hover {
    color: #000000;
}

.subpanelTabSpace  * {
    display: none;
}

a.currentSubpanelTabLink:link, a.currentSubpanelTabLink:visited {
    color: #000000;
}
a.currentSubpanelTabLink:hover {
    color: #000000;
}

a.otherSubpanelTabLink:link, a.otherSubpanelTabLink:visited {
    color: #444444;

}
a.otherSubpanelTabLink:hover {
    color: #000000;
}

.moreHandle {
    background: url("") no-repeat bottom left;
}
.subMenu {
    border-color: #e0e3e5;
}
.subMenu, ul.subMenu li, .leftColumnModuleS3 {
    color: #444444;
    background-color: #fff;
    border-color: #cbdae6;
}

ul.subMenu li a:hover, ul.subMenu li span:hover  {
    color: #000000;
    background-color: #ecf1f4;
}

.leftColumn {
    border-color: #dddddd;
}

table.leftColumnModuleHead th, table.listView th, .schedulerTopRow {
    /*left column styles*/
    color: #666666;
    background-color: #fff;
    border-color: #e0e3e5;
    border-bottom:2px #e0e3e5 solid;
}

/* myArea is for my account, admin, logout, an about links*/
/*welcome user and date bar and last view*/
.moduleTitle {
    border-color: #e0e3e5;
}
.welcome {
    color: #444444;
    background-color: #ffffff;
    border-right-color: #ddd;
}
a.myAreaLink:link, a.myAreaLink:visited {
    color: #444;
}
a.myAreaLink:hover {
    color: #0b578f;
}
#subtabs {
    background-color:#4e8ccf;
}

ul.subTabs li a{
    border-right-color:#e0e3e5;
}

ul.subTabs li a:link, ul.subTabs li a:visited {
    color: #ffffff;
}

ul.subTabs li a:hover{
    background-color:#0046ad;
}

ul.tablist li a.activeSubTab:hover{
    border-bottom-color: #ddd;
    color: #000000;
}

ul.subpanelTablist li a.activeSubTab:hover{
    color: #000000;
}

.searchField {
    border-color: #6fb0e4;
    background-color: #f6fafd;
}
.search {
    color: #444444;
}
.searchButton {
    background-color: #fafafa;

}
.searchButton:focus{
    background-color: #fafafa;
}

.date {
    color: #444444;
    background-color: #dddddd;
    border-bottom-color: #bbbbbb;
}

.lastView {
    color: #444;
    border-top-color:#0046ad;
    border-bottom-color: #e0e3e5;
    background-color: #f4f9fc;
}

a.lastViewLink:link, a.lastViewLink:visited, .lastViewLink {
    color: #444444;
}
a.lastViewLink:hover {

    color: #000000;
}

a.leftColumnModuleS3Link:link, a.leftColumnModuleS3Link:visited {
    color: #666666;
}

a.leftColumnModuleS3Link:hover {
    color: #444444;
}

/*right main content (suffix S1 stands for Style 1) */
.listView {
    border: 1px solid #e0e3e5;
    border-bottom-width:2px;
}

table.listview th a:link, table.listview th a:visited, a.listViewThLinkS1:link, a.listViewThLinkS1:visited {
    color: #444;
}

table.listview th a:hover, a.listViewThLinkS1:hover {
    color: #000000;
}

a.listViewTdLinkS1:link, a.listViewTdLinkS1:visited {
    color: #0b578f;
}

.evenListRowS1, .oddListRowS1 {
    color: #000000;
}

.listViewHRS1 {
    background-color: #cbdae6;
}

.pageNumbers {
    color: #444444;
}

a.listViewPaginationLinkS1:link, a.listViewPaginationLinkS1:visited {
    color: #444444;
}

a.listViewPaginationLinkS1:hover {
    color: #000000;
}

a.utilsLink:link, a.utilsLink:visited, a.NextPrevLink:link, a.NextPrevLink:visited {
    color: #86bde6;
}

/* charting styles */
.chartBox {
    background-color: #ffffff;
    border-color: #abc3d7;
}

a.chartToolsLink:link, a.chartToolsLink:visited {
    color: #444444;
}
a.chartToolsLink:hover {
    color: #000000;
}

table.chartForm {
    background-color: #efefef;
    border-color: #abc3d7;
}

table.chartForm td {
    background-color: #efefef;
}

/* main tab forms */
.tabForm {
    border-bottom-color: #abc3d7;
    border-top-color: #4e8ccf;
    color: #000000;
    background-color: #f6f6f6;
}
.subpanelTabForm {
    border-color: #e0e3e5;
    color: #000000;
    background-color: #ffffff;
}

h4.dataLabel {
    color: #444444;
}

h5.dataLabel {
    color: #444444;
}

a.tabFormAdvLink:link, a.tabFormAdvLink:visited {
    color: #444444;
}

a.tabFormAdvLink:hover {
    color: #000000;
}

/* main tab panel views */
.tabDetailView {
    border-top-color: #4e8ccf;
    border-bottom-color: #abc3d7;
    background-color: #ffffff;
}

.tabDetailViewDL {
    color: #000000;
    background-color: #f6f6f6;
    border-color: #cbdae6;
}

h4.tabDetailViewDL {
    color: #444444;
}

table.tabDetailView th.tabDetailViewDL {
    border-color: #cbdae6;
}

.tabDetailViewDF {
    color: #444444;
    border-color: #cbdae6;
    background-color: #fff;
}

.tabDetailViewME {
    color: #444444;
    border-color: #cbdae6;
    background-color: #fff;
    border-bottom: 0px;
    font-size: 14px;
    line-height: 20px;
    padding-top: 10px;
}

a.tabDetailViewDFLink:link, a.tabDetailViewDFLink:visited {
    color: #0b578f;
}

a.tabDetailViewDFLink:hover {
    color: #0b578f;
}

.tabDetailView2 {
    border-color: #abc3d7;
    background-color: #cbdae6;
}

.tabDetailViewDL2 {
    color: #000000;
    background-color: #fafafa;
}

.tabDetailViewDF2 {
    color: #444444;
    background-color: #ffffff;
    border-left-color: #dfdfdf;
}

a.tabDetailViewDL2Link:link, a.tabDetailViewDL2Link:visited {
    color: #444444;
}

a.tabDetailViewDL2Link:hover {
    color: #000000;
}

/* calendar styles */
.monthCalBody {
    background-color: #abc3d7;
}

.monthFooterPrev, .monthFooterNext {
    border-top-color: #abc3d7;
    border-bottom-color: #abc3d7;
    background-color: #ffffff;
}

a.monthCalBodyWeekLink:link, a.monthCalBodyWeekLink:visited, a.monthCalBodyWeekDayDateLink:link, a.monthCalBodyWeekDayDateLink:visited  {
    color: #0b578f;
}

a.NextPrevLink:hover, a.monthCalBodyWeekLink:hover, a.monthCalBodyWeekDayDateLink:hover, a.monthCalBodyWeekEndDateLink:hover,
.monthCalBodyTodayWeekDay a.monthCalBodyWeekDayDateLink:link, .monthCalBodyTodayWeekDay a.monthCalBodyWeekDayDateLink:visited,
.monthCalBodyTodayWeekEnd a.monthCalBodyWeekDayDateLink:link, .monthCalBodyTodayWeekEnd a.monthCalBodyWeekDayDateLink:visited {
    color: #0b578f;
}

.monthCalBodyTHWeek, .monthCalBodyWeek {
    background-color: #ebebeb;
    color: #444444;
    border-color: #abc3d7;
}

.monthCalBodyTHDay {
    background-color: #fafafa;
    color: #444444;
    border-color: #abc3d7;
}

.monthCalBodyTodayWeekDay, .monthCalBodyTodayWeekEnd {
    border-color: #abc3d7;
    background-color: #ffffff;
    color: #444444;
}

.monthCalBodyWeekDay {
    background-color: #fff;
    color: #444444;
}

.monthCalBodyWeekEnd {
    background-color: #f6f6f6;
    color: #444444;
}

.monthCalBodyDayItem {
    background-color: #ffffff;
    border-top-color: #abc3d7;
    border-bottom-color: #ddd;
}

.dailyCalBodyItems {
    background-color: #fff;
    color: #444444;
}

a.weekCalBodyDayLink:link, a.weekCalBodyDayLink:visited {
    color: #000000;
}

.yearCalBody {
    border-top: 2px solid #fff;
    background-color: #fff;
}

.yearCalBodyMonth {
    background-color: #abc3d7;
    border-top: 2px solid #4e8ccf;
    border-bottom: 2px solid #fff;
}

.yearCalBody .monthHeader {
    border: none;
}

.yearCalBodyMonth #daily_cal_table {
    border-top: #abc3d7;
}

.yearCalBodyMonth #daily_cal_table .monthCalBodyTHDay {
    border-color: #abc3d7;
}

a.yearCalBodyMonthLink:link, a.yearCalBodyMonthLink:visited {
    color: #000000;
}

h5.calSharedUser {
    color: #444444;
}

a.footerLink:hover {
    color: #000000;
}

/* dynamic tab styles */
ul.tablist, ul.subpanelTablist{
    border-bottom-color: #e0e3e5;
    width: 100%;
}

ul.tablist li > a:hover, ul.subpanelTablist li > a:hover, ul.tablist li > div:hover, ul.subpanelTablist li > div:hover{
    color: #000000;
    background: #fafafa;
    border-color: #e0e3e5;
}

ul.tablist li > a, ul.subpanelTablist li > a, ul.tablist li > div, ul.subpanelTablist li > div{
    background-color: #fff;
    border-color: #dddddd;
    padding: 6px 2% 2px;
    text-transform: uppercase;
    display: inline-block;
}

ul.tablist li > a:link, ul.tablist li > a:visited, ul.subpanelTablist li > a:link, ul.subpanelTablist li > a:visited,
ul.tablist li > div:link, ul.tablist li > div:visited, ul.subpanelTablist li > div:link, ul.subpanelTablist li > div:visited {
    color: #444444;
}

ul.tablist li > a:hover, ul.subpanelTablist li > a:hover, ul.tablist li > div:hover, ul.subpanelTablist li > div:hover{
    color: #000000;
    background: #fafafa;
}

ul.tablist li > a.current, ul.tablist li > div.current{
    background: #f6f6f6;
    border-bottom-color: #f6f6f6;
    border-right-color: #e0e3e5;
    border-top-color: #e0e3e5;
    padding: 6px 2% 2px;;
    text-transform: uppercase;
}

ul.tablist li > a.current:hover, ul.tablist li > div.current:hover{
    border-bottom-color: #f6f6f6;
    color: #000000;
    border-bottom-color: #f6f6f6;
    border-right-color: #e0e3e5;
    border-top-color: #e0e3e5;
}

ul.subpanelTablist li > a.current, ul.subpanelTablist li > a.current:hover, ul.subpanelTablist li > div.current, ul.subpanelTablist li > div.current:hover{
    color: #4f4f4f;
    border-right-color: #e0e3e5;
    border-top-color: #e0e3e5;
    border-bottom-color: #ffffff;
}

.olCgClass td {
    border-bottom-color: #abc3d7;
}

.olBgClass {
    background-color: #abc3d7;
}

/* sitemap */
#sitemap .tabForm {
    border-color: #4e8ccf;
}

/*
 * Ext JS Library 2.0
 * Copyright(c) 2006-2007, Ext JS, LLC.
 * licensing@extjs.com
 *
 * http://extjs.com/license
 */
.x-sqs-list{
    border:1px solid #94C1E8;
    background:#fdfdfd;
}

.x-sqs-list .x-sqs-selected{
    border:1px dotted #F4F9FC!important;
    background:#94C1E8;
}
/*
* END Ext JS Library 2.0
*/
#generalBodyContainer {
    width: 100%;
    display: flex;
    min-height: 90vh;
}

.generalPanelRight {
    width: 100%;
    margin: 0 auto;
    padding-left: 300px;
    padding-top: 50px;
    padding-bottom: 50px;
}

.survey-detail {
    width: fit-content;
    position: fixed;
    bottom:0;
    right:0;
    z-index:10;
    margin: 3rem;
}

@media (pointer: coarse) {
    .survey-detail {
        bottom: 8%;
    }
}


avantio-survey-detail {
    display: flex;
    justify-content: end;
}

.isPopUp .generalPanelRight {
    padding: 16px;
    margin: 0;
}

.isPopUp #contenidoGeneralBody {
    padding: 0px;
    margin: 0;
}

body:not(#login) .generalPanelRight{
    background: #F8F8F8;
}

.displayNone {
    display: none;
}

#iconGeneralPanelLeft {
    cursor: pointer;
    font-size: 30px;
    color: white;
    position: relative;
    float: left;
}

#generalBody {
    vertical-align: top;
    width: 100%;
}

#generalFooterContainer {
    text-align: center;
    width: -webkit-fill-available;
    width: -moz-available;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#generalHeaderContainer {
    width: 100%;
}

#generalHeader {
    padding: 5px auto;
}

#configNavigation {
    width: 100%;
    display: inline-block;
}

#logoPlace {
    margin: auto;
    width: 700px;
}

@media only screen and (max-width: 750px) {
    #logoPlace {
        width: auto;
        margin-right: 23px !important;
    }
}

.linkAvantio {
    float: right;
    margin-top: 42px;
}

#logo {
    margin-left: 5px;
    margin-top: 5px;
}

#login #logo {
    max-width: 185px;
    margin-left: 0px;
    max-height: 100px;
}

#idSelectedGA {
    width: 90%;
    height: 35px;
}

#showGaName {
    font-weight: bold;
}

#salud {
    background-color: rgb(244, 250, 80);
    margin-bottom: 0px;
    padding-bottom: 2px;
    padding-top: 2px;
    text-align: center;
    border: 1px solid #C1C2C4;
    font-size: 70%;
    color: #C1C2C4;
    border-radius: 5px;
}

#HideMenu {
    z-index: 2;
}

#div_shortcuts_hide {
    width: 180px;
}

.tabUrl {
    cursor: pointer;
    font-size: 13px;
    padding: 7px;
    display: block;
}

.MoreHandle {
    cursor: pointer;
}

#menu_help {
    display: none;
    position: absolute;
    z-index: 2
}

.barraSuperiorHeader {
    background-color: #343434;
    height: 50px;
    display: flex;
    z-index: 300;
    position: fixed;
    width: 100%;
}

.headerContent {
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
}

.tabBarraSuperior {
    position: relative;
    float: left;
    height: 50px;
    margin-right: 40px;
    font-size: 15px;
    box-sizing: border-box;
    cursor: pointer;
}

.flexBarraSuperior {
    display: flex;
    align-items: center;
}

.tabBarraSuperior.tabBarraSuperiorDerecha {
    margin-right: 0px;
    margin-top: 15px;
    height: auto;
}

.tabBarraSuperiorDerecha img:hover, .tabBarraSuperiorDerecha i:hover {
    background-color: rgba(255, 255, 255, 0.2);
    padding: 6px !important;
    border-radius: 4px;
    margin: -6px;
}

.tabBarraSuperiorDerecha.tabBarraSuperiorDerechaNewUi img:hover {
    background-color: rgba(255, 255, 255, 0.2);
    padding: 6px 6px 4px 6px !important;
    border-radius: 4px;
    margin: -8px;
}

.tabBarraSuperiorDerecha .contentIconInboxMessage img:hover {
    padding-top: 8px !important;
}

.tabBarraSuperiorDerecha .contenedorMenuNotificaciones img {
    margin-top: 1px;
}

.tabBarraSuperiorDerecha .contenedorMenuNotificaciones img:hover {
    margin-top: -5px !important;
}

.tabBarraSuperiorDerecha.contenedorMarketplace i {
    width: 20px;
    height: 20px;
}

.tabBarraSuperiorDerecha.contenedorMarketplace {
    margin-top: 15px;
}

.tabBarraSuperiorDerecha.contenedorMarketplace i::before {
    margin: 0px;
}

.contenedorMarketplace a {
    text-decoration: none;
    position: relative;
}

.contenedorMarketplace .marketPlaceIcon {
    color: white;
    font-size: 20px;
    display:flex;
}

.highlightDot {
    height: 8px;
    width: 8px;
    background-color: #00BAB8;
    display: block;
    position: absolute;
    top: -2.5px;
    right: -2.5px;
    border-radius: 50%;
}

.containerIconMarketplaceResponsive .highlightDot {
    top: 0px !important;
    right: 0px !important;
}

.toastContainer {
    position: absolute;
    width: max-content;
    max-width: 520px;
    bottom: -8rem;
    left: 50%;
    transform: translateX(-50%);
}

.toastContainer {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
}

.toastContainer.show {
  opacity: 1;
  visibility: visible;
}

.img-select:hover {
    background: transparent !important;
}

.tabBarraSuperiorDerecha {
    float: right;
    margin-top: 8px;
    margin-left: 30px;
    margin-right: 0px;
}

.textoBarraAnuncios {
    padding: 7px 13px;
    display: inline-block;
}

.leidoBarraAnuncios {
    float: right;
    margin-top: 7px;
    margin-right: 20px;
    cursor: pointer
}

.colorGrisNuevo {
    color: #525252;
}

.nombreEmpresa {
    display: inline-block;
    margin-right: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 170px;
    margin-top: 2px;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    color: #DCDCDC;
    white-space: nowrap;
}

.contenedorMenuUsuario {
    -webkit-user-select: none;contenedorMenuUsuario
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.contenedorMenuUsuario-content:hover {
    background-color: rgba(255, 255, 255, 0.2);
    padding: 6px 6px 4px 6px !important;
    border-radius: 4px;
    margin: -6px;
}
.contenedorMenuUsuario-content-owner:hover {
    background-color: rgba(255, 255, 255, 0.2);
    padding: 6px 6px 0px 6px !important;
    border-radius: 4px;
    margin: -6px;
}

.contenedorMenuUsuario-content {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.menuUsuarioVRMS {
    display: none;
    position: absolute;
    z-index: 100;
    width: 350px;
    font-size: 15px;
    background-color: white;
    top: 58px;
    left: -215px;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.ulMenuUsuarioVRMS {
    padding: 0px;
    cursor: default;
    height: 100%;
    background-color: white;
}

.optionSeparator {
    margin: 15px 3%;
    display: block;
    height: 1px;
    border: 0;
    border-top: 1.5px solid #c6c6c6;
    padding: 0;
    margin-bottom: -1px !important;
}

.badget {
    color: white;
    position: absolute;
    left: 7px;
    top: 11px;
    background-color: #e41f1d;
    cursor: pointer;
    font-size: 10px;
    padding-top: 1px;
    padding-bottom: 1px;
    font-weight: bold;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    padding-left: 3px;
    padding-right: 4px;
    text-transform: lowercase;
}

.primerBloqueMenuUsuarioVRMS {
    height: 90px;
    border-bottom: 1px solid #C1C2C4;
    background-color: #F7F7F7;
}

.imgUsuario {
    height: 100%;
    width: 100%;
    object-fit: cover;
    background-color: #F9AF32;
    background-color: #9fca45;
    background-color: #E44a29;

}

.imgUsuarioHeader {
    height: 107%;
    width: 101%;
    object-fit: cover;
    border-radius: 4px;
}

.selectorEmpresaAdmin2 button.ui-multiselect {
    max-width: none !important;
    width: 72% !important;
}

.selectorEmpresaAdmin div.ui-multiselect-menu {
    width: 70.3% !important;
    top: auto !important;
}


.divFotoUsuario {
    overflow: hidden;
    border: 1px solid #C1C2C4;
    width: 60px;
    height: 60px;
    border-radius: 36px;
    margin: auto;
    background-color: white;
    margin: 12%;
}

.divNombreUsuario {
    font-size: 90%;
    font-weight: bold;
}

.divLinksUsuario {
    font-size: 80%;
    margin-top: 5px;
}

.contenedorFotoUsuario {
    float: left;
    width: 30%;
    height: 100%;
}

.contenedorLinkUsuario {
    float: left;
    width: 64%;
    margin-top: 3%;
    margin-bottom: 3%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.divMiPerfil {
    display: inline;
    padding-right: 2px;
    color: #10B9B8;
    cursor: pointer
}

.divCerrarSesion {
    cursor: pointer;
    display: inline;
    padding-left: 5px;
    border-left: solid 1px #C1C2C4;
}

.contenedorSalud {
    width: 40%;
    text-align: center;
    margin: auto;
    margin-top: 29px;
    margin-bottom: 29px;
    height: 10px;
}

.liMenuUsuarioVRMS {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: white;
    border-bottom: 1px solid #C1C2C4;

}

.liMenuUsuarioVRMSSidebar {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: white;
}

.menuUsuarioVRMS__wrapper {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    position: relative;
    overflow: auto;
    height: 100%;
    width: 100%;
}

.menuUsuarioVRMS__item {
    width: 90%;
    margin: 0 auto;
}

.menuUsuarioVRMS__item--fixed {
    bottom: 0;
    background-color: white;
    position: sticky;
    right: 0;
    left: 0;
    margin-top: auto;
}

.menuUsuarioVRMS__closeSession {
    font-weight: 600;
    padding: 24px;
    text-align: center;
}

.liPulsableMenuUsuarioVRMS_style {
    padding-left: 14px;
    padding-top: 1px;
    font-size: 12px;
    color: rgb(193, 194, 196);
}

.texto_nameEmpresa {
    display: flex;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}

.textoNameEmpresaHeader {
    padding-left: 14px;
    margin-bottom: 5px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.388889px;
    color: #343434;
}

.paddingLiMenuUsuario {
    padding-top: 15px;
    padding-bottom: 15px;
    cursor: pointer;
    border: none;
    background-color: #F6F6F6;
    margin-top: 10px;
    border-radius: 5px;
    text-align: left;
}

.contenedor_misempresas {
    text-align: center;
    margin-top: 0px;
    font-size: 14px;
}

.misEmpresas_texto {
    float: left;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.388889px;
    color: #343434;
}

.misEmpresas_texto span {
    line-height: 16px !important;
    letter-spacing: 0.5px !important;
    color: #939393 !important;
}

.misEmpresas_iconoGestionar {
    float: right;
    margin-right: 15px;
}

.tokenInputComponente #selectorBoxCLIENT {
    margin-left: -1px !important;
    min-height: 34px !important;
}

.tokenInputComponente #selectorBoxCLIENT i.fa-angle-down {
    padding-top: 50% !important;
}

#generalHeaderContainer #searchId {
    box-sizing: border-box;
    height: 24.6px;
    width: 193.6px;
    border: 1px solid #6d6c6c;
    border-radius: 2px;
    background-color: #3A3A3A;
}

.search-container {
    position: relative;
    float: right;
    margin-right: 17px;
}

.search-container #searchId {
    text-indent: 26px;
    color: white;
    padding-right: 23px;
}

.search-container #searchId::-webkit-input-placeholder {
    color: #B7B7B7;
}

.search-container #searchIdInbox {
    text-indent: 26px;
    padding-right: 23px;
}

.search-container .fa-search {
    position: absolute;
    top: 14px;
    left: 7px;
    color: #6d6c6c;
}

.idioma-container {
    float: right;
}

.flechaMenuTranslateVRMS {
    border-style: dashed dashed solid;
    border-width: 0px 8.5px 8.5px;
    position: absolute;
    z-index: 1;
    height: 0px;
    width: 0px;
    margin-left: 0px;
    top: 42px;
    border-color: transparent transparent #ffffff;
    /*animation: 0.2s ease 0s normal none 1 running gb__a;*/
}

.imgCabecera {
    --avantio: #CCCCCE;
    --textoLogo: #CCCCCE;
}

.selectTabSuperior .imgCabecera, .imgCabecera:hover {
    --avantio: #f15f41 !important;
    --textoLogo: #ffffff !important;
}

.selectTabSuperior .imgCabecera {
    margin-top: 2px;
}
.admin-container {
    padding-top: 3px!important;
}

.img-select{
    width: 20px;
}

.selectIdiomaUser .img-select{
    width: 16px;
}

.admin-container {
    padding-top: 3px !important;
    margin-left: 22px;
}

.img-select {
    width: 20px;
}

.selectIdiomaUser .img-select {
    width: 16px;
}

button.selectIdioma {
    width: 30px !important;
    background: rgb(0, 0, 0) !important;
    margin: 0px;
    padding: 0px;
}

.ui-multiselect.ui-widget.ui-state-default.ui-corner-all.selectIdioma {
    background: #343434;
    border: initial;
}

.ui-multiselect-menu.selectIdioma {
    background: white;
    padding: 0px !important;
    margin-left: 1px;
    margin-top: 5px;
    border: 0px;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.32);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.32);
    width: 213px !important;
    height: 210px !important;
}

.idioma-container button:hover {
    background-color: rgba(255, 255, 255, 0.2) !important;
    padding: 6px 0px 6px 0px;
    border-radius: 4px;
    height: 32px;
    margin: -6px 0px;
}

.selectIdiomaUser span {
    width: 16px !important;
}

button.selectIdiomaUser {
    display: inline-flex;
    top: -8px;
    position: relative;
    border: 1px solid #D8D8D8 !important;
    border-radius: 50%;
    padding-top: 9px;
    width: 36px !important;
    height: 36px !important;
    margin-right: 10px;
    padding-left: 9px;
}

.ui-multiselect.ui-widget.ui-state-default.ui-corner-all.selectIdiomaUser {
    background: white !important;
}

.ui-multiselect-menu.selectIdioma ul li {
    padding-right: 0px !important;
}


.ui-multiselect-menu.selectIdioma ul li:last-child label {
    padding-bottom: 0px !important;
}

.selectIdioma ul li label span img.img-select {
    margin-left: 19px;
    margin-right: 19px;
    width: 16px;
    height: 16px;
    float: left;
}

.selectIdioma span {
    color: #343434;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 17px;
    width: 100%;
}

.selectIdioma label {
    border: none !important;
}

.selectIdioma ul li label.ui-corner-all.ui-state-hover {
    border: 0px;
}

.selectIdioma ul li label.ui-state-active {
    display: none;
}


button.selectIdioma {
    text-align: center;
}

.selectIdioma .ui-helper-reset {
    margin-top: 11px;
}

button.selectIdioma .fa-angle-down {
    display: none;
}

.searchId-home {
    border: 0px !important;
    padding: 0px !important;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    box-shadow: rgba(46, 54, 61, 0.15) 0px 2px 4px 0px;
}

.searchId-home li.ui-autocomplete-category {
    color: #9B9B9B;
    background: white;
    margin-bottom: 0px;
    margin-top: 2px;
    padding-top: 6px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 100 !important;
}

.searchId-home li a {
    background-color: white;
    color: #3A3A3A;
    cursor: pointer;
    padding-left: 16px !important;
}

.searchId-home li a.ui-state-focus {
    background: #F15F41 !important;
    color: white !important;
    border: 0px !important;
}

.searchId-home::-webkit-scrollbar-track {
    background: #e1e1e1;
    border-radius: 4px;
}

.searchId-home::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 4px;
}

.searchId-home::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

.spin-searchId, .spin-searchIdInbox {
    position: absolute;
    top: 14px;
    right: 6px;
}

.avantioColorPicker {
    box-shadow: none;
    color: black;
    border: 1px solid #cccccc;
    border-radius: 4px;
    padding: .3em .8em;
    font-size: 12px;
    font-family: inherit;
    margin-bottom: 10px;
    margin-right: 10px;
    background-color: white;
}

input.avantioRangeDatePicker {
    background: #FFFFFF;
    border: 1px solid rgba(46, 54, 61, 0.1);
    border-radius: 2px;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 0.3px;
    color: #2E363D;
    background-image: url("");
    background-position: right center;
    background-repeat: no-repeat;
}

.daterangepicker .calendar-table .next span, .daterangepicker .calendar-table .prev span {
    border: solid #EF5F48 !important;
    border-width: 0 2px 2px 0 !important;
}

.daterangepicker {
    box-shadow: 0px 2px 4px rgb(137 147 155 / 25%);
    border-radius: 4px;
    border-color: transparent;
}

.daterangepicker .calendar-table th, .daterangepicker .calendar-table td {
    height: 32px !important;
}

.daterangepicker td.start-date.end-date, .daterangepicker td.active, .daterangepicker td.active:hover, .daterangepicker td.available:hover, .daterangepicker th.available:hover {
    border-radius: 50% !important;
}

img.avantioRangeDatePicker {
    margin-left: -25px;
    position: absolute;
    margin-top: 4px;
}

.daterangepicker .monthselect {
    border: 1px solid rgba(46, 54, 61, 0.1);
    box-sizing: border-box;
    border-radius: 2px;
    height: 30px !important;
    margin-right: 6%;
}

.daterangepicker .yearselect {
    border: 1px solid rgba(46, 54, 61, 0.1);
    box-sizing: border-box;
    border-radius: 2px;
    height: 30px !important;
}


/* Barra superior new y responsive */

ul#listResponsiveProduct {
    display: none;
    list-style: none;
    padding: 0px;
    width: 150px;
    box-shadow: 0 2px 4px 0 rgba(58, 66, 75, 0.17);
    border-radius: 6px;
}

ul#listResponsiveProduct li:not(:first-of-type) {
    border-top: 1px solid #dadada;

}

ul#listResponsiveProduct li {
    padding: 10px;
}

.hideHamburgerHeader {
    display: none !important;
}

.showHamburgerHeader {
    display: initial !important;
}

.containerPaddingBottom {
    padding-bottom: 150px;
}

#userProfile {
    display: block !important;
    border-radius: 4px;
    width: 20px;
    float: left;
    margin-right: 10px;
    height: 20px;
}
.intranetUserProfile {
    margin-right:0px;
}
#userProfileSlideOut {
    display: block !important;
    border-radius: 4px;
    text-align: center;
    width: 100px;
    height: 100px;
    margin: auto;
    margin-top: 30px;
}

.bloqueUserProfile {
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    height: -webkit-fill-available;
}

.slideOutSection .changeLanguageUser {
    margin-top: 24px;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    cursor: pointer;
    border: 1px solid #D8D8D8;
}
.slideOutSection .nameInfoProfile {
    font-size: 20px;
    color: #343434;
    font-weight: 600;
}

.emptyContentVRMS {
    text-align: center;
    width: 100%;
    margin-top: 200px;
}

.emptyLogoVRMS {
    margin-bottom: 59px;
}

.lavelEmptyTitle {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.234949px;
    color: #2E363D;
    margin-bottom: 28px;
}

.lavelEmptyBody {
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    letter-spacing: 0.234949px;
    color: rgba(46, 54, 61, 0.7);
}

.contenedorFunctionsUser {
    display: none;
    text-align: center;
}

@media screen and (max-width: 1430px) {
    .navigationSideBar {
        width: 158px !important;
    }

    .generalPanelRight {
        padding-left: 158px !important;
    }

    .headerContent {
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media screen and (max-width: 1097px) {
    .headerContent {
        padding-left: 16px;
        padding-right: 16px;
    }
}

.iconGeneralPanelLeftFixed {
    display: block !important;
}

.generalPanelLeftFixed {
    left: -100%;
    position: absolute;
}

.generalPanelRightFixed {
    padding-left: 0px !important;
}

.footerSeparator {
    width: -webkit-fill-available;
    width: -moz-available;
    border-top: 1px solid rgba(46, 54, 61, 0.2);
    margin: 0 auto;
    max-width: 1400px;
    padding-bottom: 44px;
    margin-left: 50px;
    margin-right: 50px;
}

.containerIconProfile {
    width: 35px;
    height: 35px;
    border: 1px solid #D8D8D8;
    box-sizing: border-box;
    border-radius: 50%;
    margin: 0 auto;
    cursor: pointer;
    margin-right: 10px;
    display: inline-flex;
}


.containerIconMarketplaceResponsive {
    width: 35px;
    height: 35px;
    border: 1px solid #D8D8D8;
    box-sizing: border-box;
    border-radius: 50%;
    margin: 0 auto;
    cursor: pointer;
    margin-right: 10px;
    font-size: 20px;
    display:flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.containerIconMarketplaceResponsive .marketPlaceIcon {
    color: #858585;
}

.saludPercentageUserProfile {
    display: inline-flex;
}

.saludPercentageUserProfile p {
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: -0.5px;
    color: rgba(46, 54, 61, 0.7);
}

/* Estilos calificacion energetica*/
.titleModalCalif{
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 31px;
    text-align: center;
    color: #2E363D;
}

.divCalif{
    height: 36px;
    margin-bottom: 8px;
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.divCalif span {
    color: white;
    padding-left: 12px;
    display: flex;
    align-items: center;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    height: 36px;
    letter-spacing: 0.234949px;
    clip-path: polygon( 0% 0%, calc(100% - 0.4em) 0%, 100% 50%, calc(100% - 0.4em) 100%, 0% 100%);
    border-radius: 2px;
}

.divCalif .valores{
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    display: flex;
    letter-spacing: 0.234949px;
    color: #FFFFFF;
    height: 36px;
    clip-path: polygon(10% 0%, 100% 0%, 100% 100%, 10% 100%, 0% 50%);
    background: #000000;
    width: 75%;
    padding-right: 10px;
    border-radius: 2px;
    margin-left: 6px;
    align-items: center;
    justify-content: flex-end;
}

.letterTitle{
    display: flex;
    align-items: center;
}

.divCalif .letter,.titleCalif .letterTitle{
    width: 57%;
    margin-right: 8px;
}

.divCalif .letter,.divCalif .value{
    background: #FFFFFF;
    border-radius: 2px;
    height: 36px;
}

.divCalif .value,.titleCalif .valueTitle{
    width: 19.5%;
}

.divCalif .spanCalifA {
    background: #117E37;
    width: 127px;
}

.divCalif .spanCalifA > .subtitleCalifA{
    padding-right:5px;
    padding-left: 8px;
    font-size:10px;
    background: #117E37;
    white-space: nowrap;
}

.divCalif .spanCalifB {
    background: #1B9E37;
    width: 162px;
}

.divCalif .spanCalifC {
    background: #7DBA30;
    width: 198px;
}

.divCalif .spanCalifD {
    background: #E4E233;
    width: 238px;
}

.divCalif .spanCalifE {
    background: #EA9D26;
    width: 267px;
}

.divCalif .spanCalifF {
    background: #CE501E;
    width: 291px;
}

.divCalif .spanCalifG {
    background: #D50020;
    width: 308px;
}

.divCalif .spanCalifG > .subtitleCalifG{
    padding-right:5px;
    padding-left: 8px;
    font-size:10px;
    background: #D50020;
}

.titleCalif{
    font-style: normal;
    display: flex;
    font-weight: bold;
    font-size: 14px;
    line-height: 19px;
    color: rgba(46, 54, 61, 0.7);
    justify-content: space-between;
}

.titleCalif .mayusCalif{
    text-transform: uppercase;
}

.titleCalif .minusCalif{
    font-size: 10px;
    text-align: center;
}

.contentCalif{
    background: #EFEFEF;
    border-radius: 8px;
    margin:18px;
    padding: 16px;
}

.enlaceCalif{
    color: #0b578f;
    text-decoration: underline;
}

.enlaceCalif:hover{
    cursor: pointer;
}


/*Fin calificacion energetica*/

/*Estilos Configuracion de marca*/

.grisTooltip{
    color: #C3C3C3;
}

/*Fin Estilos configuracion de marca*/

/*Estilos nuevos Edit/Detail (Si la vista es una tabla)*/

.tableBlock{
    background: #FFFFFF;
    border-radius: 8px;
    padding: 24px;
    margin-bottom: 30px;
    width: 100%;
}

.tableBlock .titleTableBlock{
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.234949px;
    color: #2E363D;
    flex: none;
    order: 0;
    flex-grow: 0;
    margin-right: 16px;
    margin-bottom: 40px;
}

.tableBlock .subtitleTableBlock{
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.234949px;
    color: #2E363D;
    flex: none;
    order: 0;
    flex-grow: 0;
    padding-right: 16px;
    padding-bottom: 30px;
    padding-bottom: 40px;
}

.tableBlock td.labelBlock{
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #2E363D;
    text-align: left;
    vertical-align: top;
    padding-bottom: 24px; /* + los 24px de tableBlock, 40px de margen inferior del bloque*/
}

.tableBlock h4.labelBlock{
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #2E363D;
    text-align: left;
    vertical-align: top;
    padding-bottom: 24px; /* + los 24px de tableBlock, 40px de margen inferior del bloque*/
}

.tableBlock td.fieldBlock{
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    color: #2E363D;
    text-align: left;
    vertical-align: top;
    padding-bottom: 24px; /* + los 24px de tableBlock, 40px de margen inferior del bloque*/
}

.tableBlock div.fieldBlock{
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    color: #2E363D;
    text-align: left;
    vertical-align: top;
    padding-bottom: 24px; /* + los 24px de tableBlock, 40px de margen inferior del bloque*/
}

td.fieldBlock .toggle {
    margin-top: 0px;
}

/*Fin Estilos nuevos Edit/Detail*/

/* Estilos nuevos Edit/Detail (Si la vista va con divs)*/
.divBlock{
    background: #FFFFFF;
    border-radius: 8px;
    padding: 24px;
    margin-bottom: 30px;
}

.divBlock .titleDivBlock{
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.234949px;
    color: #2E363D;
    flex: none;
    order: 0;
    flex-grow: 0;
    margin-bottom: 40px;
}

.divBlock .subtitleDivBlock{
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.234949px;
    color: #2E363D;
    flex: none;
    order: 0;
    flex-grow: 0;
    padding-right: 16px;
    padding-bottom: 30px;
    padding-bottom: 40px;
}

.divBlock div.labelBlock{
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 17px;
    color: #2E363D;
    text-align: left;
    vertical-align: top;
    padding-bottom: 24px;
    width: 40%;
    padding-right: 16px;
}

.divBlock div.fieldBlock{
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 17px;
    color: #2E363D;
    text-align: left;
    vertical-align: top;
    padding-bottom: 24px;
    width: 60%;
    padding-right: 16px;
}

.divRowBlock{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
}

.divCellBlock{
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 50%;
}

div.fieldBlock .dataField {
    width: 90%!important;
}

.divLineBlock, .divCompletLine{
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 100%;
}

.divCompletLine div.labelBlock {
    width: 50%;
}

.divCompletLine div.fieldBlock{
    width: 50%;
}

.divLineBlock div.labelBlock{
    width: 19%;
}

.divLineBlock div.fieldBlock{
    width: 78.5%;
}

.divBlockConfig{
    padding: 32px;
    background: #FFFFFF;
    border-radius: 8px;
    margin-bottom: 30px;
}

@media screen and (max-width: 661px) {
    .divBlock {
        padding:0px;
        display:block;
    }
    .divRowBlock {
        display: block!important;
    }
    .contentBlock {
        padding: 24px;
    }
    .divCellBlock {
        width: 100%!important;
    }
}
/*Fin Estilos nuevos Edit/Detail*/

#contenedorEscanner{
    display: flex;
    flex-direction: column;
}

#cabeceraEscanner{
    display: flex;
}

#cabeceraEscanner div {
    width: 23%;
}

.escanerContenedor {
    display: -webkit-inline-box;
}

.escanerContenedor div {
    width: 21%;
    margin-right: 2%;
}

/* CSS New tooltip*/
.newTooltip{
    color:#C3C3C3;
    cursor: default;
}

.newTooltipContainer{
    width: 278px;
    min-height: 318px!important;
    height: auto!important;
    background: #FFFFFF;
    border: 1px solid rgba(46, 54, 61, 0.05);
    box-sizing: border-box;
    box-shadow: 0px 2px 4px rgba(137, 147, 155, 0.25);
    border-radius: 4px;
    position: relative;
}

.newTooltipContainer .imgNewTooltip{
    width: 278px;
    height: 120px;
    border-radius: 6px 6px 0px 0px;
}

.newTooltipContainer .newTooltipContent{
    padding: 16px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    height: fit-content;
}

.newTooltipContainer .titleNewTooltip{
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 16px;
    text-align: center;
    color: rgba(46, 54, 61, 0.7);
    text-align:center;
}

.newTooltipContainer .textNewTooltip{
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: -0.3px;
    color: rgba(46, 54, 61, 0.5);
    padding: 0px 10px;
}

.newTooltipContainer .hrNewTooltip{
    margin-bottom: 12px;
    background: #D9D9D9;
    border: none;
    width: 100%;
}
/* CSS New tooltip*/
.searchSlideGa {
    border: 1px solid rgba(46, 54, 61, 0.3);
    box-sizing: border-box;
    border-radius: 3px;
    width: 100%;
    height: 35px;
    margin: auto;
    padding-left: 28px;
}

.displayNoneProperty{
    display: none !important;
}

@media screen and (max-width: 1430px) {
    #iconGeneralPanelLeft {
        display: block;
    }
    #generalPanelLeft {
        left: -100%;
        position: absolute;
    }

    .generalPanelRight {
        padding-left: 0px !important;
    }

    #menuMessagesVRMS {
        right: -20px;
    }
}


@media screen and (max-width: 394px) {
    #searchIcon.tabBarraSuperior {
        margin-left: 0px !important;
    }

    .selectProductAvantio {
        margin-right: 0px !important;
    }
}

@media screen and (max-width: 1129px) {
    .linkProductAvantio {
        display: none;
    }

    .selectProductAvantio:not(.intranetProvider) {
        display: flex !important;
        align-items: center;
        margin-right: 0px;
    }

    .selectProductAvantio .fa-angle-down {
        float: right;
        margin-left: 10px;
        color: white;
        font-weight: 400;
        font-size: 23px;
    }

    .selectProductAvantio .contentSelectProductAvantio svg:first-child {
        --avantio: #f15f41 !important;
        --textoLogo: #ffffff !important;
    }

    .showListResponsiveProduct {
        display: block !important;
        background: white;
        position: absolute;
        top: 49px;
        background-color: #343434;
        margin-left: -15px;
    }

    .menuNotificacionesVRMS {
        right: -20px;
        width: 420px !important;
    }

    #menuMessagesVRMS {
        left: -80px !important;
    }

    #menuNotificacionesVRMS {
        left: -130px !important;
    }

}



@media screen and (max-width: 740px) {
    .ocultarResponsive {
        display: none !important;
    }

    .contenedorSalud {
        display: none;
    }
    #userProfile {
        margin-right: 0px!important;
    }
    .intranetUserProfile {
        margin-right:0px!important;
    }

    .tab-barra-superior__owner--responsive {
        display: flex;
        justify-content: right;
    }

    .contenedorFunctionsUser {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 20px;
    }
    .contenedorFunctionsUser .contentElementFunctionUser {
        display: flex;
        align-items: center;
    }
    .contenedorFunctionsUser .contentElementFunctionUser #cambioIdiomaUser {
        padding-right: 8px;
    }
    .contenedorFunctionsUser .contentElementFunctionUser #cambioIdiomaUser img{
        border-radius: 50px;
        height: 33px;
    }

    .menuNotificacionesVRMS {
        right: -40px;
        width: 420px !important;
    }

    #menuMessagesVRMS {
        left: -276px !important;
    }

    #menuNotificacionesVRMS {
        left: -326px !important;
    }

    .overlay-content {
        margin-left: 15px !important;
        margin-right: 15px !important;
    }

    #divResultsContainer, .overlay-content, #divResultsContainer, #divResults, #resultsContent ul, .lineaBuscador, #quickAccess {
        width: auto !important;
    }

    .overlay input[type="text"] {
        width: 74% !important;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .closebtn {
        margin-right: 26px;
    }

    #resultsContent, .lineaBuscador, #quickAccess {
        margin: 0 auto;
        margin-left: 0px !important;
    }
    .tab-barra-superior__owner {
        margin-left: 15px!important;
    }

}

@media screen and (max-width: 669px) {
    .tabBarraSuperior {
        margin-right: 24px;
    }
}

@media screen and (max-width: 667px) {
    #divResultsContainer {
        min-height: 700px;
        height: auto !important;
    }

    #divResults {
        min-height: 800px;
    }

    .lineLoading {
        width: 40%;
        margin-left: 23px;
    }

    #menuMessagesVRMS {
        left: -230px !important;
        width: 354px !important;
    }

    .ghostSmallRectangleMessage, .ghostSmallRectangle {
        margin-left: 285px !important;
        width: 55px !important;
    }

    .ghostBigSecondRectangleMessage, .ghostBigSecondRectangle {
        width: 283px !important;
    }

    .ghostBorderMessage, .ghostBorder {
        width: 282px !important;
    }

    #menuNotificacionesVRMS {
        left: -280px !important;
        width: 356px !important;
    }

    .fullScreen {
        margin: 0 16px;
    }
}

@media screen and (max-width: 450px) {

    #messagesEnvelope, .tabMenuUsuario.contenedorMenuUsuario, .tabMenuNotificaciones.contenedorMenuNotificaciones {
        margin-left: 15px;
    }
}

.labelNew {
    padding: 1px 4px 2px 4px;
    background: #00BAB8;
    border-radius: 4px;
    font-style: normal;
    font-size: 10px;
    line-height: 18px;
    letter-spacing: -0.3px;
    color: #FFFFFF;
    margin-left: 12px;
    height: 15px;
}
/* Fin Barra superior responsive */

#loading-ajaxListView {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 50px;
}

#loading-ajaxListView .fwk-border.spinner {
    width: 85px;
    height: 85px;
}

#loading-ajaxListView .spinner::after {
    background: #F8F8F8;
    border-radius: 50%;
    top: 3%;
    bottom: 3%;
    left: 3%;
    right: 3%;
}

#avtSlideOut #loading-ajaxListView .spinner::after {
    background: white;
}

div[id*='_parentContainer'] {
    position: relative;
    width: 100%;
    display: inline-block;

}

#mainBlockDetail #listLanguage .elementLanguage{
    display: flex;
    align-items: center;
    background: #F6F6F6;
    border-radius: 4px;
    margin-bottom: 8px;
    padding: 24px 24px;
    cursor: pointer;
    justify-content: space-between;
}

#mainBlockDetail #listLanguage .elementLanguage.active {
    border-radius: 4px;
}

#mainBlockDetail #listLanguage .elementLanguage:not(.active):hover{
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.08)), #F6F6F6;
}

#mainBlockDetail #listLanguage img {
    height: 36px;
    width: 36px;
}
#mainBlockDetail #listLanguage p{
    font-size: 14px;
    line-height: 17px;
    font-weight: 500;
    letter-spacing: 0.33px;
    color: #4A4A4A;
    margin-left: 16px;
}

#mainBlockDetail #listLanguage .containterElementLanguage {
    display: flex;
    align-items: center;
}

#avtSlideOut .titleChangeIdioma {
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    line-height: 23px;
    color: #2E363D;
}

#mainBlockDetail.changeLanguage #headerBlock .headerTop {
    margin: 0px 40px;
    padding: 40px 0px;
    border-bottom: 1px solid #EDEDED;
}

#mainBlockDetail.changeLanguage #bodyBlock {
    padding-top: 56px;
    height: calc(100vh - 200px);
    overflow: auto;
}

#mainBlockDetail.changeLanguage .contentTitle i.alib-icon-arrow-back {
    font-size: 14px;
    padding-right: 8px;
    display: none;
    color: #ccc;
    cursor: pointer;
}

@media (max-width: 667px) {
    #mainBlockDetail.changeLanguage #headerBlock .headerTop {
        margin: 0px 16px;
        padding: 32px 0px!important;
    }
    #mainBlockDetail.changeLanguage #bodyBlock {
        height: calc(100vh - 225px);
    }
    #mainBlockDetail.changeLanguage .contentTitle i.alib-icon-arrow-back {
        display: block;
    }
    #mainBlockDetail.changeLanguage .contentTitle {
        display: flex;
        align-items: center;
    }
}

/* Scroll personalizado */
.scrollBarPerso {
  scrollbar-width: thin;
  overflow-x: overlay;
  scrollbar-gutter: stable;
  scrollbar-color: #FFFFFF;
}

/*Webkit*/
.scrollBarPerso::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background-color: #FFFFFF;
}

.scrollBarPerso::-webkit-scrollbar-track {
  background-color: transparent;
}

.scrollBarPerso::-webkit-scrollbar-thumb {
  background-color: #FFFFFF;
  border-radius: 4px;
}

.scrollBarPerso:hover::-webkit-scrollbar-thumb {
  background-color: #999999;
}

/* Estilos track de scroll */
.scrollBarPerso:hover::-webkit-scrollbar-track {
  background: #e1e1e1;
  border-radius: 4px;
}

/* Estilos carga del listView */
.loadingGhostListView .contentBlockHeaderGhostListView {
    width: 100%;
    height: 34px;
    height: 25px;
    background-color: rgba(46, 54, 61, 0.1);
    border-radius: 2px;
    margin-bottom: 16px;
    background: #E9EAEA;
    box-shadow: 0px 2px 4px rgba(137, 147, 155, 0.25);
    border-radius: 2px;
}

.loadingGhostListView .contentBlockBodyGhostListView {
    width: 100%;
    height: 104px;
    display: flex;
    background: #F2F2F2;
    border-radius: 4px;
    margin-bottom: 9px;
}

.loadingGhostListView .contentBlockBodyGhostListView .contentBlockDobleColumnaGhostListView {
    border-radius: 4px 0px 0px 4px;
    width: 8%;
    border-left: 8px solid #D8D8D8!important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: flex-start;
    padding-left: 2%;
}

.loadingGhostListView .contentBlockBodyGhostListView .contentBlockDobleColumnaGhostListView .contentBlockFilaSuperiorGhostListView {
    position: relative;
    width: 70%;
    height: 12px;
    background: #CCCCCC;
    border-radius: 2px;
    margin-bottom: 13px;
}

.loadingGhostListView .contentBlockBodyGhostListView .contentBlockDobleColumnaGhostListView .contentBlockFilaSuperiorGhostListView::before {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    width: 100%;
    left: -50px;
    background: linear-gradient(to right, rgba(255,255,255, 0), rgba(255,255,255, 0.3), rgba(255,255,255, 0));
    animation: loading 1s infinite;
}

.loadingGhostListView .contentBlockBodyGhostListView .contentBlockDobleColumnaGhostListView .contentBlockFilaInferiorGhostListView {
    width: 50%;
    height: 12px;
    background: #D8D8D8;
    border-radius: 2px;
}

.loadingGhostListView .contentBlockBodyGhostListView .contentBlockColumnGhostListView {
    display: flex;
    width: 22%;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.loadingGhostListView .contentBlockBodyGhostListView .contentBlockColumnGhostListView .blockColumnGhostListView {
    background: #D8D8D8;
    border-radius: 2px;
    width: 50%;
    height: 12px;
}
#renderWidgetProximosCheckins .loadingGhostListView {
    padding: 16px;
}
#renderWidgetProximosCheckins .loadingGhostListView .contentBlockBodyGhostListView:nth-last-child(-n+5) {
    display: none;
}
#modalTitleId{
    font-size: 20px!important;
}

@media screen and (max-width: 1130px) {
    .loadingGhostListView .contentBlockBodyGhostListView .contentBlockDobleColumnaGhostListView {
        width: 18%;
    }

    .loadingGhostListView .contentBlockBodyGhostListView .contentBlockColumnGhostListView {
        width: 32%;
    }

    .loadingGhostListView .contentBlockBodyGhostListView .contentBlockColumnGhostListView:last-child {
        display: none;
    }
}

@media screen and (max-width: 1005px) {
    .loadingGhostListView .contentBlockBodyGhostListView .contentBlockDobleColumnaGhostListView {
        width: 25%;
    }

    .loadingGhostListView .contentBlockBodyGhostListView .contentBlockColumnGhostListView {
        width: 40%;
    }

    .loadingGhostListView .contentBlockBodyGhostListView .contentBlockColumnGhostListView:nth-last-child(-n+2) {
        display: none;
    }
}

@media screen and (max-width: 667px) {
    .loadingGhostListView .contentBlockBodyGhostListView .contentBlockDobleColumnaGhostListView {
        width: 33%;
    }

    .loadingGhostListView .contentBlockBodyGhostListView .contentBlockColumnGhostListView {
        width: 65%;
    }

    .loadingGhostListView .contentBlockBodyGhostListView .contentBlockColumnGhostListView:nth-last-child(-n+3) {
        display: none;
    }
}

@keyframes loading {
    0%   {
      transform: translateX(0);
    }
    50% {
      opacity: 1;
    }
    100% {
      opacity: 0;
      transform: translateX(200px);
    }
  }

  .contentDebugQuery {
    width: 210px;
    padding: 10px;
    text-align: center;
    border: 1px solid rgba(46, 54, 61);
    border-radius: 2px;
    background-color: white;
    cursor: pointer;
    margin-bottom: 12px;
}

.contentDebugQuery span {
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 0.221128px;
}

.mensajeRegalo {
    display: none;
    padding-left: 10px;
    top: 55px;
    right: 34px;
    border-radius: 3px;
    width: 400px;
    background-color: white;
    position: absolute;
    z-index: 1;
    opacity: 1;
    box-shadow: rgb(225 223 223 / 75%) 0px 2px 6px 0px;
}

@media screen and (max-width: 1024px) {
    #profilerTrigger, .contentDebugQuery {
        display: none;
    }
}


.newGif{
    position: absolute;
    top: 47%;
    left: 41%;
    transform: translate(-50%, -50%);
    width: 25px;
    height: 6px;
    border-radius: 5px;
    animation: load 1.5s ease-in-out infinite;
}
.newGif:before,
.newGif:after {
    position: absolute;
    display: block;
    content: "";
    animation: load 1.5s ease-in-out infinite;
    height: 6px;
    border-radius: 5px;
}
.newGif:before {
    top: -15px;
    width: 20px;
}
.newGif:after {
    bottom: -15px;
    width: 20px;
}

@keyframes load {
    0% {
        transform: translateX(20px);
    }

    50% {
        transform: translateX(-20px);
    }
    100% {
        transform: translateX(20px);
    }
}

#changeGA {
    background-color: white;
    padding-bottom: 24px;
}

.pwaContent {
    width: 90%;
    margin: 42px auto;
}

#installContainer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px;
    background: #F5F5F5;
}

#installContainer div.installContainerGroup {
    display: flex;
    justify-content: center;
    align-items: center;
}

#installContainer div.installContainerGroup img {
    width: 32px;
    margin-right: 16px;
}

#installContainer div.installContainerGroup p {
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.5px;
}

#contenidoGeneralBody.full-screen-section {
    margin: 0;
    max-width: 100%;
}

.slide-out-section-bottom .session-persist-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 16px;
}

.slide-out-section-bottom .slide-out-section-header {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.slide-out-section-bottom .session-persist-header p {
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
}

.slide-out-section-bottom .session {
    padding: 16px 0px;
    border-top: 1px solid rgba(51, 51, 51, 0.20);
    border-bottom: 1px solid rgba(51, 51, 51, 0.20);
}

#closeSlideHeader {
    text-align: right;
    padding-right: 15px;
    font-size: 20px;
    padding-top: 10px;
}

.menuUsuarioVRMS__closeSession .textoColorPrincipal {
    padding: 0;
}


.containerReferer {
    background-color: #F5F8FF;
    padding: 24px;
}

.containerReferer .flexContainer{
    display: flex;
}

.containerReferer .containerBody {
    display: flex;
    flex-wrap: wrap;
}

.containerReferer .img {
    margin-right: 24px;
}
.containerReferer .title {
    font-size: 14px;
    font-weight: 600;
    line-height: 17.07px;
    letter-spacing: 0.5px;
    color: #333333;
}

.containerReferer .text {
    font-size: 14px;
    font-weight: 400;
    line-height: 17.07px;
    color: #33333399;
    margin-top: 8px;
    margin-bottom: 32px;
}

.containerReferer .link {
    font-weight: 400;
    line-height: 14.63px;
    letter-spacing: 0.5px;
    min-width: 100%;
    text-align: end;
}

@media screen and (max-width: 667px) {
    .containerReferer {
        text-align: center;
    }
    .containerReferer .flexContainer{
        flex-direction: column;
    }
    .containerReferer .img {
        margin-bottom: 24px;
        margin-right: 0px;
    }
    .containerReferer .link {
        text-align: center;
    }
    .containerReferer .link .textoColorPrincipal{
        text-align: center;
        padding-left: 0px;
    }
}
.avtSidebar .sidebar {
  z-index: 3;
  background: #FFFFFF;
  height: 100%;
  transition: 0.4s;
  transition-property: width;
  width: 300px;
  top: 50px;
  padding-top: 0px;
  box-shadow: 0 2px 4px 0 rgb(139 146 176 / 18%);
  position: fixed;
  left: 0;
}

.avtSidebarRow {
  padding-top: 14px;
  padding-bottom: 13px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  position: relative;
}

.avtSidebar a {
  text-decoration: none;
}

.iconsSidebar {
  display: flex;
  align-items: center;
  width: 170px;
  margin-left: 33px;
}

.titleSubMenu {
  margin-left: 33px;
}


.avtSidebar .drop-down {
  float: right;
  margin-right: 19px;
}

.avtSidebar .avtMenuChevron {
  width: 40px;
  height: 20px;
  position: absolute;
  right: 0px;
  text-align: center;
  vertical-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

.subMenuLevel1 {
  padding-left: 42px;
}

.subMenuLevel2 {
  padding-left: 76px;
}

.subMenuLevel2 a {
  max-width: 160px;
}

.subMenuLevel3 {
  padding-left: 94px;
}

.subMenuLevel4 {
  padding-left: 100px;
}

.listStyle {
  display: list-item;
  list-style: inside;
}

.textLevel1 {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: rgba(46, 54, 61, 0.7) !important;
  width: 73%;
}

.textLevel2 a, .textLevel2 {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: rgba(46, 54, 61, 0.7) !important;
}

.textLevel3, .textLevel3 a {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: rgba(46, 54, 61, 0.7) !important;
}

.textLevelOpen a, .textLevelOpen {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: #2E363D !important;
}

.sidebar-menu {
  max-height: 90%;
  overflow: auto;
  padding-right: 17px;
  padding-top: 32px;
}

.divContainerLogo {
  padding-bottom: 24px;
}

.levelWrapper {
  overflow: hidden;
}

.hiddenRow {
  height: 0;
}

.showRow {
  height: auto;
}

.avtMenuChevron {
  cursor: pointer;
}

.hiddenChevron {
  visibility: hidden;
}

.hiddenChevron:hover {
  visibility: initial;
}

.avtMenuItem {
  display: flex;
  position: relative;
}

.avtSubMenuItem {
  padding-right: 10px;
}

.avtSubMenuItem:hover {
  background: rgba(46, 54, 61, 0.05);
  border-radius: 0px 15px 15px 0px;
}


#logoHomeAvt {
  margin-left: 42px;
}

#logoHomeAvt img {
  max-width: 210px;
  height: auto;
  max-height: 100px;
}

.avtSidebar .avtIconActive a, .avtSidebar .avtIconActive {
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: #CB5746 !important;
}

.avtSidebar .avtActiveRow {
  background: rgba(46, 54, 61, 0.05);
  border-radius: 0px 15px 15px 0px;
}

.iconAvtMenu {
  position: absolute;
  padding: 0px;
  margin: 0px;
  line-height: 0;
}

.iconAvtMenu i {
  font-size: 20px;
}

.hiddenLevel {
  display: none;
}

.p40 {
  padding-right: 40px;
}

.withLinks {
  width: 160px;
}

.menuAvtIcon {
  --color: #2E363D;
  --opacity: 0.5;
}

.iconRowOpen .menuAvtIcon {
  --color: #2E363D;
  --opacity: 1;
}

.avtIconActive .menuAvtIcon {
  --color: #CB5746;
  --opacity: 1;
}

.avtSubMenuItem {
  cursor: pointer;
}

.contentsMenu {
  display: contents;
}

.eventNone {
  pointer-events: none;
}

.menuResponsive {
  top: 0;
  position: absolute;
  height: 100%;
  z-index: 98;
}

.menuResponsive .navigationSideBar {
  width: 300px !important;
}

.avtSidebarFixed .sidebar {
  top: 0;
  z-index: 999;
  position: relative;
  height: 100%;
}

.avtSidebarFixed {
  position: fixed;
  height: 100%;
}

.avtSidebarFixed .sidebar .sidebar-menu {
  max-height: 95%;
}

.newLabel {
  background: #A4D04E;
  border-radius: 4px;
  padding: 6px;
  gap: 10px;
  font-weight: 500;
  font-size: 10px;
  line-height: 10px;
  color: #FFFFFF;
}

@media screen and (max-width: 1430px) {

  .avtSidebar .sidebar {
    top: 0;
    z-index: 999;
    position: relative;
    height: 100%;
  }

  .avtSidebar {
    position: fixed;
    height: 100%;
  }

  .sidebar-menu {
    max-height: 95%;
  }

  .menuResponsive {
    z-index: 100;
  }

}

@media screen and (max-width: 1430px) {
  .avtMenuMobile {
    pointer-events: none;
  }
}
/*********************************************************************************

 * SugarCRM is a customer relationship management program developed by
 * SugarCRM, Inc. Copyright (C) 2004 - 2008 SugarCRM Inc.
 * 
 * This program is free software; you can redistribute it and/or modify it under
 * the terms of the GNU General Public License version 3 as published by the
 * Free Software Foundation with the addition of the following permission added
 * to Section 15 as permitted in Section 7(a): FOR ANY PART OF THE COVERED WORK
 * IN WHICH THE COPYRIGHT IS OWNED BY SUGARCRM, SUGARCRM DISCLAIMS THE WARRANTY
 * OF NON INFRINGEMENT OF THIRD PARTY RIGHTS.
 * 
 * This program is distributed in the hope that it will be useful, but WITHOUT
 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
 * FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more
 * details.
 * 
 * You should have received a copy of the GNU General Public License along with
 * this program; if not, see http://www.gnu.org/licenses or write to the Free
 * Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
 * 02110-1301 USA.
 * 
 * You can contact SugarCRM, Inc. headquarters at 10050 North Wolfe Road,
 * SW2-130, Cupertino, CA 95014, USA. or at email address contact@sugarcrm.com.
 * 
 * The interactive user interfaces in modified source and object code versions
 * of this program must display Appropriate Legal Notices, as required under
 * Section 5 of the GNU General Public License version 3.
 * 
 * In accordance with Section 7(b) of the GNU General Public License version 3,
 * these Appropriate Legal Notices must retain the display of the "Powered by
 * SugarCRM" logo. If the display of the logo is not reasonably feasible for
 * technical reasons, the Appropriate Legal Notices must display the words
 * "Powered by SugarCRM".
 ********************************************************************************/
/*********************************************************************************
 * Description:  Contains a variety of utility functions used to display UI 
 * components such as form headers and footers.  Intended to be modified on a per 
 * theme basis.
 ********************************************************************************/

/* Default Styles */
body { 
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px;
}

.body { 
    font-size: 12px;
}

table,td {
    font-size: 11px;
}

h2, h1 {
    font-size: 14px; 
}

h3, .monthHeaderH3, .schedulerTopDateCell {
    font-size: 13px; 
}

h4, h4.dataLabel, h5, h5.listViewSubHeadS1 {
    font-size: 12px; 
}

/* Form Styles */
.button {
    font-size: 12px;
}

input,select {
    font-size: 12px;
}

textarea {
    font-size: 12px;
}

/* YUI styles */
.ygrid-row, .ygrid-hd, ygrid-hd-body, .ygrid-hd-body span  {
    font-size: 8pt;
}

.currentTab {
    font-size: 12px;
}	

.otherTab {
    font-size: 12px;
} 

.subMenu {
    font: normal 11px Arial, Verdana, Helvetica, sans-serif;
}

ul.subMenu li a {
    padding: 3px 3px 3px 6px;
}	

table.leftColumnModuleHead th {
    font-size:12px;
}

/*welcome user and date bar and last view*/
.headerBg {
    font-size: 12px;
}

.welcome {
    font-size: 12px;
}

.searchField {
    font-size: 11px;
}

.search{
    font: 12px Arial, Verdana, Helvetica, sans-serif;
}

ul.subTabs{
    font: 12px Arial, Verdana, Helvetica, sans-serif;
}

.subTabMore {
    font-size: 11px;
}	

.leftColumnModuleS3  {
    font-size: 11px;
}

td.leftColumnModuleS3 .button {
    font-size: 11px;
}

td.leftColumnModuleS3 .dataLabel {
    font-size: 11px;
}

a.leftColumnModuleS3Link:link, a.leftColumnModuleS3Link:visited {
    font-size: 11px;
}

/*right main content (suffix S1 stands for Style 1) */
table.listView th, .listViewThS1{
    font-size: 11px;
}

.reportlistViewThS1, .reportGroupByDataChildTablelistViewThS1, .reportGroup1ByTableEvenListRowS1, .reportGroupNByTableEvenListRowS1,  .reportlistViewMatrixThS1, .reportlistViewMatrixThS2, .reportlistViewMatrixThS3, .reportlistViewMatrixThS4 , .reportlistViewMatrixLeftEmptyData, .reportlistViewMatrixRightEmptyData, .reportlistViewMatrixRightEmptyData1 {
    font-size: 11px;
}

.reportGroup1ByTable, .reportGroupNByTable {
    font-size: 11px;
} 

a.listViewTdLinkS1:link, a.listViewTdLinkS1:visited {
    font-size: 12px;
}

.evenListRowS1, .oddListRowS1, .reportevenListRowS1, .reportoddListRowS1 , .reportGroupByDataEvenListRowS1, .reportGroupByDataOddListRowS1, .reportGroupByDataMatrixEvenListRowS1, .reportGroupByDataMatrixEvenListRowS2, .reportGroupByDataMatrixEvenListRowS3, .reportGroupByDataMatrixEvenListRowS4 {
    font-size: 12px;
    padding-bottom: 4px;
    padding-top: 2px;
}

.listViewPaginationTdS1 {	
    font-size: 12px;
}

#listViewPaginationButtons a.listViewPaginationLinkS1:link, #listViewPaginationButtons a.listViewPaginationLinkS1:visited  {	
    font-size: 12px;
}

a.listViewCheckLink:link, a.listViewCheckLink:visited {
    font-size: 11px;
}

a.utilsLink:link, a.utilsLink:visited {
    font-size: 11px;
    vertical-align: top;
}	

/* charting styles */	
a.chartToolsLink:link, a.chartToolsLink:visited {
    font-size: 11px;
}

/* main tab forms */
.tabForm {
    font-size: 12px;
}

.subpanelTabForm {
    font-size: 12px;
}

.subpanelTabForm h3 {
    font-size: 12px;
}

h5.dataLabel {
    font-size: 12px; 
}

.dataLabel {
    font-size: 12px;
}

.dataField {
    font-size: 12px;
}

a.tabFormAdvLink:link, a.tabFormAdvLink:visited {
    font-size: 11px;
}

/* main tab panel views */
.tabDetailViewDL {
    font-size: 12px; 
}

h4.tabDetailViewDL {
    font-size: 12px; 
}

.tabDetailViewDF {
    font-size: 12px;  
}

.tabDetailViewDL2, .tabDetailViewDF2,	a.tabDetailViewDL2Link:link, a.tabDetailViewDL2Link:visited  {
    font-size: 12px; 
}

/* calendar styles */
.monthBox {
    font-size: 12px;
}

a.monthCalBodyWeekLink:link, a.monthCalBodyWeekLink:visited {
    font-size: 11px;
}

a.monthCalBodyWeekDayDateLink:link, a.monthCalBodyWeekDayDateLink:visited, .NextPrevLink {
    font-size: 12px;
}	 

a.monthCalBodyDayItemLink:link, a.monthCalBodyDayItemLink:visited, a.monthCalBodyDayItemLink:hover  {
    font-size: 10px;
}	

.dailyCalBodyItems {
    font-size: 12px;
}

a.yearCalBodyMonthLink:link, a.yearCalBodyMonthLink:visited {
    font-size: 12px;
}

.calSharedUser {
    font-size: 11px;
}

/* misc font displays */
.rssItemDate {
    font-size: 11px;
}

.dateFormat {
    font-size: 11px;
}

.chartFootnote {
    font-size: 11px;	
}	

.tm {
    font-size: 8px;
}

/* Scheduler Styles */
.schedulerDiv {
    font-size: 12px;
}

.schedulerTopRow, .schedulerTopDeleteHeaderCell, .schedulerDeleteHeaderCell, .schedulerTopHeaderCell, .schedulerAttendeeHeaderCell, .schedulerAttendeeHeaderCell  {
    height: 22px; 
}

.schedulerAttendeeCell {
    width: 125px;
}

/* dynamic tab styles */
.myArea, .myAreaLink {
    font: 12px Arial, Verdana, Helvetica, sans-serif;
}

ul.myArea{
    font: 12px Arial, Verdana, Helvetica, sans-serif;
}

ul.tablist, ul.tablist li a{
    font: 12px Arial, Verdana, Helvetica, sans-serif;
}

ul.subpanelTablist, ul.subpanelTablist li a{
    font: 12px Arial, Verdana, Helvetica, sans-serif;
}

.sqsMatchedSmartInputItem {
    font-size:11px;
}

.olCapFontClass A { 
    font-size: 9px; 
}/* Example tokeninput style #2: Facebook style */
ul.token-input-list-facebook {
    overflow: hidden; 
    height: auto !important; 
    height: 15px;
    width: 400px;
    border: 1px solid #cccccc;
    cursor: text;
    font-size: 12px;
    font-family: Verdana;
    min-height: 22px;
    z-index: 999;
    margin: 0;
    padding: 0;
    background-color: #fff;
    list-style-type: none;
    clear: left;
    display:inline-block;
}

ul.token-input-list-facebook li input {
    border: 0;
    width: 100px;
    padding: 3px 8px;
    background-color: white;
    margin: 2px 0;
    -webkit-appearance: caret;
}

li.token-input-token-facebook {
    overflow: hidden; 
    height: auto !important; 
    height: 15px;
    margin: 3px;
    padding: 1px 3px;
    background-color: #eff2f7;
    color: #000;
    cursor: default;
    border: 1px solid #ccd5e4;
    font-size: 11px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    float: left;
    white-space: nowrap;
    display: flex;
    max-width: 94%;
}

li.token-input-token-facebook p {
    padding: 0;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 90%;
}

li.token-input-token-facebook span {
    color: #a6b3cf;
    margin-left: 5px;
    font-weight: bold;
    cursor: pointer;
    float:right;
}

li.token-input-selected-token-facebook {
    background-color: #5670a6;
    border: 1px solid #3b5998;
    color: #fff;
}

li.token-input-input-token-facebook {
    float: left;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

div.token-input-dropdown-facebook {
    position: absolute;
    width: 340px;
    background-color: #fff;
    overflow: hidden;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    cursor: default;
    font-size: 11px;
    z-index:9999999;
}

div.token-input-dropdown-facebook p {
    margin: 0;
    padding: 5px;
    font-weight: bold;
    color: #777;
}

div.token-input-dropdown-facebook ul {
    margin: 0;
    padding: 0;
}

div.token-input-dropdown-facebook ul li {
    background-color: #fff;
    padding: 3px;
    margin: 0;
    list-style-type: none;
}

div.token-input-dropdown-facebook ul li.token-input-dropdown-item-facebook {
    background-color: #fff;
}

div.token-input-dropdown-facebook ul li.token-input-dropdown-item2-facebook {
    background-color: #fff;
}

div.token-input-dropdown-facebook ul li em {
    font-weight: bold;
    font-style: normal;
}

div.token-input-dropdown-facebook ul li.token-input-selected-dropdown-item-facebook {
    background-color: #3b5998;
    color: #fff;
}

.outerContainer .title{
    float: left;
}

.outerContainer .titleWidget{
    float:left;
    font-size: 17px;
}

.outerContainer .badgetsContainer{
    float: left;
    margin-top: 5px;
    margin-left: 15px;
}

.outerContainer .badgetsContainer .badgetTwo,
.outerContainer .badgetsContainer .badgetOne{
    cursor:pointer;
    padding-top:2px;
    padding-bottom:2px;
    background-color:#e1e1e1;
    color:black;
    font-weight: bold;
    -webkit-border-radius:10px;
                        -moz-border-radius:10px;
                            -o-border-radius:10px;
                                border-radius:10px;
    padding-left: 8px; 
    padding-right: 8px;
    text-transform: lowercase;
}

.outerContainer .filters{
    float: right;
}

.outerContainer .filters .advancedFiltersActivatorContainer{
    cursor:pointer;
    float:right;
    margin-left: 10px;
    margin-top: 10px;
    font-size: 14px
}

.outerContainer .advancedFilterContainer{
    display:none;
    clear:both;
    padding-top:10px;
}

.outerContainer .innerContainer{
    clear:both;
    padding-top:10px;
}
:root{
    --color-empty:rgba(46, 54, 61, 0.05);
}

#emptyWidget {
    display: flex;
    justify-self: center;
    align-items: center;
    flex-direction: column;
    padding: 30px 27px 30px 27px;
    width: -webkit-fill-available;
    width: -moz-available;
    position: relative;
}


#emptyWidget .emptyBarraBordes {
    width: 100%;
    height: 22px;
    background: var(--color-empty);
    border-radius: 10px;
    margin-bottom: 85px;
}

#emptyWidget .emptyCirculo .progress-circle-back {
	fill: none; 
	stroke: var(--color-empty);
	stroke-width:10px;
}

#emptyWidget .emptyCirculo .progress-circle-prog {
	fill: none; 
	stroke-width: 10px;  
	stroke-dasharray: 0 999;    
	stroke-dashoffset: 0px;
    transition: stroke-dasharray 0.7s linear 0s;
}


#emptyWidget .titleEmpty {
    width: 90%;
    height: 22px;
    background: var(--color-empty);
    border-radius: 10px;
    margin-bottom: 87px;
    display: flex;
    align-self: start;
}

#emptyWidget .blockEmpty {
    width: 100%;
    height: 32px;
    background: var(--color-empty);
    border-radius: 4px;
    margin-bottom: 25px;
}

#emptyWidget .paddingEmpty {
    margin-bottom: 80px;
}

#emptyWidget .bigBlockEmpty {
    width: 100%;
    height: 106px;
    background: var(--color-empty);
    border-radius: 10px;
    margin-bottom: 20px;
}

#emptyWidget .contentCuadrado {
    display: flex;
    flex-direction: row;
    width: -webkit-fill-available;
    width: -moz-available;
}

#emptyWidget .emptyCuadrado{
    width: 25%;
    height: 150px;
    background: var(--color-empty);
    margin-right: 10px;
    border-radius: 10px;
}

#emptyWidget .emptyGraph {
    margin-top: 75px;
}
#emptyWidget .emptyGraph svg {
    max-width: 100%!important;
}body.swal2-shown {
  overflow-y: hidden; }

body.swal2-iosfix {
  position: fixed;
  left: 0;
  right: 0; }

.swal2-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 10px;
  background-color: transparent;
  z-index: 1060; }
  .swal2-container.swal2-fade {
    -webkit-transition: background-color .1s;
    transition: background-color .1s; }
  .swal2-container.swal2-shown {
    background-color: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(4px);
}

.swal2-modal {
  background-color: #fff;
  border-radius: 5px;
  box-sizing: border-box;
  text-align: center;
  margin: auto;
  overflow-x: hidden;
  overflow-y: auto;
  display: none;
  position: relative; }
  .swal2-modal:focus {
    outline: none; }
  .swal2-modal.swal2-loading {
    overflow-y: hidden; }
  .swal2-modal .swal2-title {
    color: #595959;
    font-size: 30px;
    text-align: center;
    font-weight: 600;
    text-transform: none;
    position: relative;
    margin: 0 0 .4em;
    padding: 0;
    display: block; }
  .swal2-modal .swal2-spacer {
    height: 10px;
    color: transparent;
    border: 0; }
  .swal2-modal .swal2-styled {
    border: 0;
    border-radius: 3px;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    font-size: 17px;
    font-weight: 500;
    margin: 0 5px;
    padding: 10px 32px; }
    .swal2-modal .swal2-styled:not(.swal2-loading)[disabled] {
      opacity: .4;
      cursor: no-drop; }
    .swal2-modal .swal2-styled.swal2-loading {
      box-sizing: border-box;
      border: 4px solid transparent;
      border-color: transparent !important;

      width: 40px;
      height: 40px;
      padding: 0;
      margin: -2px 30px;
      vertical-align: top;
      background-color: transparent !important;
      color: transparent !important;
      cursor: default;
      border-radius: 100%;
      -webkit-animation: rotate-loading 1.5s linear 0s infinite normal;
              animation: rotate-loading 1.5s linear 0s infinite normal;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none; }

  .swal2-modal :not(.swal2-styled).swal2-loading::after {
    display: inline-block;
    content: '';
    margin-left: 5px;
    vertical-align: -1px;
    height: 6px;
    width: 6px;
    border: 3px solid #999999;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: rotate-loading 1.5s linear 0s infinite normal;
            animation: rotate-loading 1.5s linear 0s infinite normal; }
  .swal2-modal .swal2-image {
    margin: 20px auto;
    max-width: 100%; }
  .swal2-modal .swal2-close {
    font-size: 36px;
    line-height: 36px;
    font-family: serif;
    position: absolute;
    top: 5px;
    right: 13px;
    cursor: pointer;
    color: #cccccc;
    -webkit-transition: color .1s ease;
    transition: color .1s ease; }
    .swal2-modal .swal2-close:hover {
      color: #d55; }
  .swal2-modal > .swal2-input,
  .swal2-modal > .swal2-file,
  .swal2-modal > .swal2-textarea,
  .swal2-modal > .swal2-select,
  .swal2-modal > .swal2-radio,
  .swal2-modal > .swal2-checkbox {
    display: none; }
  .swal2-modal .swal2-content {
    font-size: 18px;
    text-align: center;
    font-weight: 400;
    position: relative;
    float: none;
    margin: 0;
    padding: 0;
    line-height: normal;
    color: #545454; }
  .swal2-modal .swal2-input,
  .swal2-modal .swal2-file,
  .swal2-modal .swal2-textarea,
  .swal2-modal .swal2-select,
  .swal2-modal .swal2-radio,
  .swal2-modal .swal2-checkbox {
    margin: 20px auto;
    margin-top: 30px;
    margin-bottom: 20px;  }
  .swal2-modal .swal2-input,
  .swal2-modal .swal2-file,
  .swal2-modal .swal2-textarea {
    width: 100%;
    box-sizing: border-box;
    border-radius: 3px;
    border: 1px solid #d9d9d9;
    font-size: 18px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06);
    -webkit-transition: border-color box-shadow .3s;
    transition: border-color box-shadow .3s; }
    .swal2-modal .swal2-input.swal2-inputerror,
    .swal2-modal .swal2-file.swal2-inputerror,
    .swal2-modal .swal2-textarea.swal2-inputerror {
      border-color: #f06e57 !important; }
    .swal2-modal .swal2-input:focus,
    .swal2-modal .swal2-file:focus,
    .swal2-modal .swal2-textarea:focus {
      outline: none;
      box-shadow: 0 0 3px #c4e6f5;
      border: 1px solid #b4dbed; }
      .swal2-modal .swal2-input:focus::-webkit-input-placeholder,
      .swal2-modal .swal2-file:focus::-webkit-input-placeholder,
      .swal2-modal .swal2-textarea:focus::-webkit-input-placeholder {
        -webkit-transition: opacity .3s .03s ease;
        transition: opacity .3s .03s ease;
        opacity: .8; }
      .swal2-modal .swal2-input:focus::-moz-placeholder,
      .swal2-modal .swal2-file:focus::-moz-placeholder,
      .swal2-modal .swal2-textarea:focus::-moz-placeholder {
        -webkit-transition: opacity .3s .03s ease;
        transition: opacity .3s .03s ease;
        opacity: .8; }
      .swal2-modal .swal2-input:focus:-ms-input-placeholder,
      .swal2-modal .swal2-file:focus:-ms-input-placeholder,
      .swal2-modal .swal2-textarea:focus:-ms-input-placeholder {
        -webkit-transition: opacity .3s .03s ease;
        transition: opacity .3s .03s ease;
        opacity: .8; }
      .swal2-modal .swal2-input:focus::placeholder,
      .swal2-modal .swal2-file:focus::placeholder,
      .swal2-modal .swal2-textarea:focus::placeholder {
        -webkit-transition: opacity .3s .03s ease;
        transition: opacity .3s .03s ease;
        opacity: .8; }
    .swal2-modal .swal2-input::-webkit-input-placeholder,
    .swal2-modal .swal2-file::-webkit-input-placeholder,
    .swal2-modal .swal2-textarea::-webkit-input-placeholder {
      color: #e6e6e6; }
    .swal2-modal .swal2-input::-moz-placeholder,
    .swal2-modal .swal2-file::-moz-placeholder,
    .swal2-modal .swal2-textarea::-moz-placeholder {
      color: #e6e6e6; }
    .swal2-modal .swal2-input:-ms-input-placeholder,
    .swal2-modal .swal2-file:-ms-input-placeholder,
    .swal2-modal .swal2-textarea:-ms-input-placeholder {
      color: #e6e6e6; }
    .swal2-modal .swal2-input::placeholder,
    .swal2-modal .swal2-file::placeholder,
    .swal2-modal .swal2-textarea::placeholder {
      color: #e6e6e6; }
  .swal2-modal .swal2-range input {
    float: left;
    width: 80%; }
  .swal2-modal .swal2-range output {
    float: right;
    width: 20%;
    font-size: 20px;
    font-weight: 600;
    text-align: center; }
  .swal2-modal .swal2-range input,
  .swal2-modal .swal2-range output {
    height: 43px;
    line-height: 43px;
    vertical-align: middle;
    margin: 20px auto;
    padding: 0; }
  .swal2-modal .swal2-input {
    height: 43px;
    padding: 0 12px; }
    .swal2-modal .swal2-input[type='number'] {
      max-width: 150px; }
  .swal2-modal .swal2-file {
    font-size: 20px; }
  .swal2-modal .swal2-textarea {
    overflow-y: scroll;
    height: 108px;
    padding: 12px; }
  .swal2-modal .swal2-select {
    color: #545454;
    font-size: inherit;
    padding: 5px 10px;
    min-width: 40%;
    max-width: 100%; }
  .swal2-modal .swal2-radio {
    border: 0; }
    .swal2-modal .swal2-radio label:not(:first-child) {
      margin-left: 20px; }
    .swal2-modal .swal2-radio input,
    .swal2-modal .swal2-radio span {
      vertical-align: middle; }
    .swal2-modal .swal2-radio input {
      margin: 0 3px 0 0; }
  .swal2-modal .swal2-checkbox {
    color: #545454; }
    .swal2-modal .swal2-checkbox input,
    .swal2-modal .swal2-checkbox span {
      vertical-align: middle; }
  .swal2-modal .swal2-validationerror {
    background-color: #f0f0f0;
    margin: 0 -20px;
    overflow: hidden;
    padding: 10px;
    color: gray;
    font-size: 16px;
    font-weight: 300;
    margin-top: 15px;
    display: none; }
    .swal2-modal .swal2-validationerror::before {
      content: '!';
      display: inline-block;
      width: 24px;
      height: 24px;
      border-radius: 50%;
      background-color: #ea7d7d;
      color: #fff;
      line-height: 24px;
      text-align: center;
      margin-right: 10px; }

@supports (-ms-accelerator: true) {
  .swal2-range input {
    width: 100% !important; }
  .swal2-range output {
    display: none; } }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .swal2-range input {
    width: 100% !important; }
  .swal2-range output {
    display: none; } }

.swal2-icon {
  width: 80px;
  height: 80px;
  border: 4px solid transparent;
  border-radius: 50%;
  margin: 20px auto 30px;
  padding: 0;
  position: relative;
  box-sizing: content-box;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .swal2-icon.swal2-error {
    border-color: #f27474; }
    .swal2-icon.swal2-error .x-mark {
      position: relative;
      display: block; }
    .swal2-icon.swal2-error .line {
      position: absolute;
      height: 5px;
      width: 47px;
      background-color: #f27474;
      display: block;
      top: 37px;
      border-radius: 2px; }
      .swal2-icon.swal2-error .line.left {
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
        left: 17px; }
      .swal2-icon.swal2-error .line.right {
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
        right: 16px; }
  .swal2-icon.swal2-warning {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #f8bb86;
    border-color: #facea8;
    font-size: 60px;
    line-height: 80px;
    text-align: center; }
  .swal2-icon.swal2-info {
    font-family: 'Montserrat','Open Sans', sans-serif;
    color: #3fc3ee;
    border-color: #9de0f6;
    font-size: 60px;
    line-height: 80px;
    text-align: center; }
  .swal2-icon.swal2-question {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #87adbd;
    border-color: #c9dae1;
    font-size: 60px;
    line-height: 80px;
    text-align: center; }
  .swal2-icon.swal2-success {
    border-color: #a5dc86; }
    .swal2-icon.swal2-success::before, .swal2-icon.swal2-success::after {
      content: '';
      border-radius: 50%;
      position: absolute;
      width: 60px;
      height: 120px;
      background: #fff;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg); }
    .swal2-icon.swal2-success::before {
      border-radius: 120px 0 0 120px;
      top: -7px;
      left: -33px;
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg);
      -webkit-transform-origin: 60px 60px;
              transform-origin: 60px 60px; }
    .swal2-icon.swal2-success::after {
      border-radius: 0 120px 120px 0;
      top: -11px;
      left: 30px;
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg);
      -webkit-transform-origin: 0 60px;
              transform-origin: 0 60px; }
    .swal2-icon.swal2-success .placeholder {
      width: 80px;
      height: 80px;
      border: 4px solid rgba(165, 220, 134, 0.2);
      border-radius: 50%;
      box-sizing: content-box;
      position: absolute;
      left: -4px;
      top: -4px;
      z-index: 2; }
    .swal2-icon.swal2-success .fix {
      width: 7px;
      height: 90px;
      background-color: #fff;
      position: absolute;
      left: 28px;
      top: 8px;
      z-index: 1;
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg); }
    .swal2-icon.swal2-success .line {
      height: 5px;
      background-color: #a5dc86;
      display: block;
      border-radius: 2px;
      position: absolute;
      z-index: 2; }
      .swal2-icon.swal2-success .line.tip {
        width: 25px;
        left: 14px;
        top: 46px;
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg); }
      .swal2-icon.swal2-success .line.long {
        width: 47px;
        right: 8px;
        top: 38px;
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg); }

.swal2-progresssteps {
  font-weight: 600;
  margin: 0 0 20px;
  padding: 0; }
  .swal2-progresssteps li {
    display: inline-block;
    position: relative; }
  .swal2-progresssteps .swal2-progresscircle {
    background: #3085d6;
    border-radius: 2em;
    color: #fff;
    height: 2em;
    line-height: 2em;
    text-align: center;
    width: 2em;
    z-index: 20; }
    .swal2-progresssteps .swal2-progresscircle:first-child {
      margin-left: 0; }
    .swal2-progresssteps .swal2-progresscircle:last-child {
      margin-right: 0; }
    .swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep {
      background: #3085d6; }
      .swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep ~ .swal2-progresscircle {
        background: #add8e6; }
      .swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep ~ .swal2-progressline {
        background: #add8e6; }
  .swal2-progresssteps .swal2-progressline {
    background: #3085d6;
    height: .4em;
    margin: 0 -1px;
    z-index: 10; }

[class^='swal2'] {
  -webkit-tap-highlight-color: transparent; }

@-webkit-keyframes showSweetAlert {
  0% {
    -webkit-transform: scale(0.7);
            transform: scale(0.7); }
  45% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05); }
  80% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes showSweetAlert {
  0% {
    -webkit-transform: scale(0.7);
            transform: scale(0.7); }
  45% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05); }
  80% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@-webkit-keyframes hideSweetAlert {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; }
  100% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 0; } }

@keyframes hideSweetAlert {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; }
  100% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 0; } }

.swal2-show {
  -webkit-animation: showSweetAlert 0.3s;
          animation: showSweetAlert 0.3s; }
  .swal2-show.swal2-noanimation {
    -webkit-animation: none;
            animation: none; }

.swal2-hide {
  -webkit-animation: hideSweetAlert 0.15s forwards;
          animation: hideSweetAlert 0.15s forwards; }
  .swal2-hide.swal2-noanimation {
    -webkit-animation: none;
            animation: none; }

@-webkit-keyframes animate-success-tip {
  0% {
    width: 0;
    left: 1px;
    top: 19px; }
  54% {
    width: 0;
    left: 1px;
    top: 19px; }
  70% {
    width: 50px;
    left: -8px;
    top: 37px; }
  84% {
    width: 17px;
    left: 21px;
    top: 48px; }
  100% {
    width: 25px;
    left: 14px;
    top: 45px; } }

@keyframes animate-success-tip {
  0% {
    width: 0;
    left: 1px;
    top: 19px; }
  54% {
    width: 0;
    left: 1px;
    top: 19px; }
  70% {
    width: 50px;
    left: -8px;
    top: 37px; }
  84% {
    width: 17px;
    left: 21px;
    top: 48px; }
  100% {
    width: 25px;
    left: 14px;
    top: 45px; } }

@-webkit-keyframes animate-success-long {
  0% {
    width: 0;
    right: 46px;
    top: 54px; }
  65% {
    width: 0;
    right: 46px;
    top: 54px; }
  84% {
    width: 55px;
    right: 0;
    top: 35px; }
  100% {
    width: 47px;
    right: 8px;
    top: 38px; } }

@keyframes animate-success-long {
  0% {
    width: 0;
    right: 46px;
    top: 54px; }
  65% {
    width: 0;
    right: 46px;
    top: 54px; }
  84% {
    width: 55px;
    right: 0;
    top: 35px; }
  100% {
    width: 47px;
    right: 8px;
    top: 38px; } }

@-webkit-keyframes rotatePlaceholder {
  0% {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  5% {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  12% {
    -webkit-transform: rotate(-405deg);
            transform: rotate(-405deg); }
  100% {
    -webkit-transform: rotate(-405deg);
            transform: rotate(-405deg); } }

@keyframes rotatePlaceholder {
  0% {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  5% {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  12% {
    -webkit-transform: rotate(-405deg);
            transform: rotate(-405deg); }
  100% {
    -webkit-transform: rotate(-405deg);
            transform: rotate(-405deg); } }

.animate-success-tip {
  -webkit-animation: animate-success-tip 0.75s;
          animation: animate-success-tip 0.75s; }

.animate-success-long {
  -webkit-animation: animate-success-long 0.75s;
          animation: animate-success-long 0.75s; }

.swal2-success.animate::after {
  -webkit-animation: rotatePlaceholder 4.25s ease-in;
          animation: rotatePlaceholder 4.25s ease-in; }

@-webkit-keyframes animate-error-icon {
  0% {
    -webkit-transform: rotateX(100deg);
            transform: rotateX(100deg);
    opacity: 0; }
  100% {
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
    opacity: 1; } }

@keyframes animate-error-icon {
  0% {
    -webkit-transform: rotateX(100deg);
            transform: rotateX(100deg);
    opacity: 0; }
  100% {
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
    opacity: 1; } }

.animate-error-icon {
  -webkit-animation: animate-error-icon 0.5s;
          animation: animate-error-icon 0.5s; }

@-webkit-keyframes animate-x-mark {
  0% {
    -webkit-transform: scale(0.4);
            transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  50% {
    -webkit-transform: scale(0.4);
            transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  80% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
    margin-top: -6px; }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    margin-top: 0;
    opacity: 1; } }

@keyframes animate-x-mark {
  0% {
    -webkit-transform: scale(0.4);
            transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  50% {
    -webkit-transform: scale(0.4);
            transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  80% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
    margin-top: -6px; }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    margin-top: 0;
    opacity: 1; } }

.animate-x-mark {
  -webkit-animation: animate-x-mark 0.5s;
          animation: animate-x-mark 0.5s; }

@-webkit-keyframes pulse-warning {
  0% {
    border-color: #f8d486; }
  100% {
    border-color: #f8bb86; } }

@keyframes pulse-warning {
  0% {
    border-color: #f8d486; }
  100% {
    border-color: #f8bb86; } }

.pulse-warning {
  -webkit-animation: pulse-warning 0.75s infinite alternate;
          animation: pulse-warning 0.75s infinite alternate; }

@-webkit-keyframes rotate-loading {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes rotate-loading {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
/*! pretty-print-json v1.0.0 ~ github.com/center-key/pretty-print-json ~ MIT License */
.json-container     { background-color: white; }
.json-key           { color: navy; }
.json-string        { color: olive; }
.json-number        { color: brown; }
.json-boolean       { color: blue; }
.json-null          { color: dimgray; }
.json-mark          { color: black; }
a.json-link         { color: purple; transition: all 400ms; }
a.json-link:visited { color: slategray; }
a.json-link:hover   { color: blueviolet; }
a.json-link:active  { color: slategray; }

.json-numLineKey, .json-numLineMark {
    float: left;
    width: 20px;
    margin-right: 25px;
    text-align: right;
    color: lightgray;
}

/* Dark Mode */
.dark-mode .json-container                   { background-color: #1e2436; }
.dark-mode .json-key                         { color: #92c8ff; }
.dark-mode .json-string                      { color: #ffff83; }
.dark-mode .json-number                      { color: #fbb116; }
.dark-mode .json-boolean                     { color: #fbb116; }
.dark-mode .json-null                        { color: darkorange; }
.dark-mode .json-mark                        { color: white; }
.dark-mode a.json-link                       { color: mediumorchid; }
.dark-mode a.json-link:visited               { color: slategray; }
.dark-mode a.json-link:hover                 { color: violet; }
.dark-mode a.json-link:active                { color: slategray; }

#avtSlideOut, #avtSlidMideOut {
  overflow: auto;
}
#avtSlideOutRight {
    position: fixed;
    top:0;
    right: 0;
    z-index: 500;
    background-color: white;
    overflow-x: hidden;
    box-sizing:border-box;
    width: 0;
    float:right;
    height: 100%;
    transition: 0.4s;
}

#avtSlideOutLeft, #avtSlideOutLeftMiddle{
    position: fixed;
    top:0;
    left:0;
    z-index: 500;
    background-color: black;
    overflow-x: hidden;
    box-sizing:border-box;
    opacity: 0.5;
    width: 0;
    float: left;
    height: 100%;
}

@keyframes scaleAnimation {
  0% {
    opacity: 0;
    transform: scale(1.5);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes drawCircle {
  0% {
    stroke-dashoffset: 151px;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes drawCheck {
  0% {
    stroke-dashoffset: 151px;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

#successAnimationCircle {
  stroke-dasharray: 151px 151px;
  stroke: #9CCB3C !important;
}

#successAnimationCheck {
  stroke-dasharray: 36px 36px;
  stroke: #9CCB3C !important;
}

#successAnimationResult {
  fill: #9CCB3C !important;
  opacity: 0;
}

#successAnimation.animated {
  animation: 1s ease-out 0s 1 both scaleAnimation;
}
#successAnimation.animated  #successAnimationCircle {
    animation: 1s cubic-bezier(0.77, 0, 0.175, 1) 0s 1 both drawCircle,
               0.3s linear 0.9s 1 both fadeOut;
  }

#successAnimation.animated #successAnimationCheck {
  animation: 1s cubic-bezier(0.77, 0, 0.175, 1) 0s 1 both drawCheck,
            0.3s linear 0.9s 1 both fadeOut;
}

#successAnimation.animated  #successAnimationResult {
  animation: 0.3s linear 0.9s both fadeIn;
}

.messageStatus{
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 34px;
  text-align: center;
  letter-spacing: 0.212333px;
  color: #2E363D;
  margin:20%;
  margin-bottom: 0px;
  margin-top: 40px;
}


/* SlideOut detailView */
#avtSlideOut #headerBlock .headerTop, #avtSlidMideOut #headerBlock .headerTop {
  display: flex;
  justify-content: space-between;
  padding: 25px 40px 25px 40px;
  align-items: center;
}

#avtSlideOut #bodyBlock, #avtSlidMideOut #bodyBlock {
  padding: 40px 40px 40px 40px;
}

#avtSlideOut .slideOutRow, #avtSlidMideOut .slideOutRow {
  display: flex;
  justify-content: space-between;
  padding-bottom: 32px;
}

#avtSlideOut .slideOutRowBorder, #avtSlidMideOut .slideOutRowBorder {
  display: flex;
  justify-content: space-between;
  padding: 32px 0px;
  border-bottom: 1px solid rgba(46, 54, 61, 0.05);
  overflow: hidden;
}

#avtSlideOut .slideOutRowList, #avtSlidMideOut .slideOutRowList {
  padding-bottom: 16px;
  padding-top: 16px;
  padding-left: 24px;
  padding-right: 16px;
}

#avtSlideOut .slideOutRow .slideOutElement.full, #avtSlidMideOut .slideOutRow .slideOutElement.full {
  width:100%;
}

#avtSlideOut .slideOutRow.doubleColumn .slideOutElement, #avtSlidMideOut .slideOutRow.doubleColumn .slideOutElement {
  width: calc(50% - 16px);
}

#avtSlideOut .slideOutSection, #avtSlidMideOut .slideOutSection {
  padding-bottom: 40px;
}

#avtSlideOut .slideOutSection.border, #avtSlidMideOut .slideOutSection.border {
  border-bottom: 1px solid rgba(46, 54, 61, 0.05);
  margin-bottom: 40px;
}

#avtSlideOut .slideOutSection.borderTop, #avtSlidMideOut .slideOutSection.borderTop {
  border-top: 1px solid rgba(46, 54, 61, 0.05);
  padding-top: 40px;
}


#avtSlideOut .slideOutElement, #avtSlidMideOut .slideOutElement {
  font-size: 14px;
  width: 100%;
}

#avtSlideOut .headerTop.withTitle {
  font-size: 17px;
  font-weight: 600;
}

#avtSlideOut .headerTop.withTitle .headerLeft {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 26px;
}

#avtSlideOut .headerTop.withTitle .headerRight {
  position: absolute;
  right: 40px;
  top: 15px;
}

#avtSlideOut .slideOutElement .description {
  font-size: 12px;
}

#avtSlideOut .slideOutElement.double, #avtSlidMideOut .slideOutElement.double {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#avtSlideOut .slideOutElement .title16px, #avtSlidMideOut .slideOutElement .title16px{
  font-size: 16px!important;
}

#avtSlideOut .slideOutElement .title14px, #avtSlidMideOut .slideOutElement .title14px{
  font-size: 14px!important;
}

#avtSlideOut .slideOutRow.doubleColumn .slideOutElement, #avtSlidMideOut .slideOutRow.doubleColumn .slideOutElement {
  width: calc(50% - 16px);
}

#avtSlideOut .slideOutElement .title, #avtSlidMideOut .slideOutElement .title{
  font-weight: 600;
  font-size: 12px;
  padding-bottom: 8px;
}

#avtSlideOut .twigSearchBlock .dataLabelTwig {
  font-size: 12px!important;
  padding-bottom: 16px;
}

#avtSlideOut .slideOutSection .slideOutRow:last-child, #avtSlidMideOut .slideOutSection .slideOutRow:last-child {
  padding-bottom: 0px;
}

#mainBlockDetail .dataLabelTwig {
  font-weight: 600;
  padding-bottom: 8px;
  margin-bottom: 0px;
}
#mainBlockDetail .twigSearchBlock {
  width:100%;
  padding: 0px;
}

#avtSlideOut #headerBlock .headerBody, #avtSlidMideOut #headerBlock .headerBody {
  padding: 0px 40px 0px 40px;
}
/* componenetes slideOutDetailHeader */

#avtSlideOut .infoImgBlock, #avtSlidMideOut .infoImgBlock {
  height: 180px;
  background-position: center !important;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  border-radius: 4px;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-color: #EEF1F2!important;
}

#avtSlideOut .infoImgBlockBody, #avtSlidMideOut .infoImgBlockBody {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding: 0px 25px 14px 25px;
}
#avtSlideOut .infoImgBlockBodyLeft, #avtSlidMideOut .infoImgBlockBodyLeft {
  width: 60%;
}
#avtSlideOut .infoImgBlockBodyLeft .title, #avtSlidMideOut .infoImgBlockBodyLeft .title {
    font-weight: bold;
    font-size: 18px;
    line-height: 23px;
    color: #FFFFFF;
    padding-bottom: 8px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

#avtSlideOut .infoImgBlockBodyLeft .subtitle, #avtSlidMideOut .infoImgBlockBodyLeft .subtitle {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
}

#avtSlideOut .infoImgBlockBodyRight, #avtSlidMideOut .infoImgBlockBodyRight {
    display: flex;
    justify-content: center;
    align-items: center;
}

#avtSlideOut .infoEnlace, #avtSlidMideOut .infoEnlace {
    padding: 6px 9px;
    background: rgba(216, 216, 216, 0.64);
    border-radius: 6px;
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.333333px;
    color: #FFFFFF;
    text-decoration: none;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 90px;

}

#avtSlideOut .infoIcon, #avtSlidMideOut .infoIcon {
  border-radius: 50%;
  margin-left: 8px;
}

#avtSlideOut .header_saving, #avtSlidMideOut .header_saving {
  display: flex;
  justify-content: space-between;
}

#avtSlideOut .header_saving p, #avtSlideOut .saving_response p, #avtSlidMideOut .header_saving p, #avtSlidMideOut .saving_response p {
  font-size: 14px;
  color: #2E363D;
  font-weight: 600;
}

#avtSlideOut .header_saving .fwk-border.spinner, #avtSlideOut .saving_response .fwk-border.spinner, #avtSlidMideOut .header_saving .fwk-border.spinner, #avtSlidMideOut .saving_response .fwk-border.spinner {
  width: 24px;
  height: 24px;
}


/* FILTER SLIDEOUT LIST */
.listSlideOut .topHide {
  transform: rotate(180deg);
}

.listSlideOut .showMoreFilters {
  cursor:pointer;
  height: 16px;
}

.listSlideOut .twigSearch {
  border-color: white!important;
}

/* .listSlideOut .headerColumn  {
  display: none;
} */

.listSlideOut table tbody {
  border-collapse:initial!important;
  border-spacing: 0px 0px!important;
  border-bottom-width: 0px!important;
  border-top-width: 0px!important;
}

.listSlideOut table tbody tr {
  box-shadow: none!important;
}

#avtSlideOut .WAjaxListView, #avtSlidMideOut .WAjaxListView {
  margin-top: 8px;
  border: none;
}

#avtSlideOut .WAjaxListView table, #avtSlidMideOut .WAjaxListView table {
  border-top:1px solid rgba(46, 54, 61, 0.05);
}

#avtSlideOut .WAjaxListView table.wListView, #avtSlidMideOut .WAjaxListView table.wListView {
  padding-top: 16px;
}

#avtSlideOut .WAjaxListView table.wListView thead, #avtSlidMideOut .WAjaxListView table.wListView thead{
  display: none;
}

#avtSlideOut table.wListView tbody tr td:hover, #avtSlidMideOut table.wListView tbody tr td:hover {
  background:rgba(46, 54, 61, 0.05);
}

#avtSlideOut .twigSearchBlockButtons .buttonsTwig, #avtSlidMideOut .twigSearchBlockButtons .buttonsTwig{
  padding-top: 0px!important;
  margin-top: 0px!important;
  padding-right: 0px!important;
  margin-right: 0px!important;
}

#avtSlideOut .WAjaxListView  .wListViewPagination, #avtSlidMideOut .WAjaxListView  .wListViewPagination {
  margin-top: 16px;
  padding-bottom: 32px;
}


#avtSlideOut .dropdownRow, #avtSlidMideOut .dropdownRow {
  cursor: pointer;
  padding-bottom: 24px;
  font-weight: 600;
  line-height: 23px;
}

#avtSlideOut .editResponsive, #avtSlidMideOut .editResponsive {
  display: none;
}

/* SlideOut responsive */
@media (max-width: 1025px) {
  #avtSlideOut  .twigSearchBlock, #avtSlidMideOut  .twigSearchBlock {

      padding: 0px!important;
      margin-left: 0px;
      margin-top: 0px;
      height: 28px!important;
      display: table;
  }
}

#avtSlideOut .twigSearch .twigSearchBlock.twigSearchBlockButtons, #avtSlidMideOut .twigSearch .twigSearchBlock.twigSearchBlockButtons {
  padding-bottom: 16px!important;
}

#avtSlideOut .descriptionStatus{
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  text-align: center;
  color: #2E363D;
}


@media (max-width: 667px) {
  #avtSlideOut #bodyBlock, #avtSlidMideOut #bodyBlock {
      padding: 16px 16px 80px 16px;
  }

  #avtSlideOut .crossImg, #avtSlidMideOut .crossImg{
    width: 12px;
    height: 12px;
  }

  #avtSlideOut .slideOutSection, #avtSlidMideOut .slideOutSection {
    padding-bottom: 32px;
  }

  #avtSlideOut .descriptionStatus, #avtSlidMideOut .descriptionStatus{
    font-size: 14px!important;
  }

  #avtSlideOut .messageStatus, #avtSlidMideOut .messageStatus{
    font-size: 18px!important;
  }

  .toggle{
    margin-right: 0px!important;
    margin-top: 0px!important;
  }

  #avtSlideOut #headerBlock .headerBody, #avtSlidMideOut #headerBlock .headerBody {
    padding: 0px 16px 0px 16px;
  }

  #avtSlideOut .headerTop, #avtSlidMideOut .headerTop {
    padding: 16px!important;
  }

  #avtSlideOut .headerLeft input, #avtSlidMideOut .headerLeft input {
    display: none;
  }

  #avtSlideOut .saveResponsive, #avtSlidMideOut .saveResponsive {
    display: block!important;
    position: fixed;
    bottom: 0px;
    width: 100%;
    background: white;
  }
  #avtSlideOut .saveResponsive input, #avtSlidMideOut .saveResponsive input{
    width: calc(100% - 32px);
    margin-top: 25px;
    margin-bottom: 25px;
    margin-left: 16px;
  }
  #avtSlideOut .saveResponsive .header_saving, #avtSlidMideOut .saveResponsive .header_saving {
      margin-top: 25px;
      margin-bottom: 25px;
      margin-left: 16px;
      margin-right: 16px;
  }
  #avtSlideOut .editResponsive, #avtSlidMideOut .editResponsive {
    display: block;
    position: fixed;
    bottom: 0px;
    width: 100%;
    background: white;
  }
  #avtSlideOut .editResponsive input, #avtSlidMideOut .editResponsive input {
    width: calc(100% - 32px);
    margin-top: 25px;
    margin-bottom: 25px;
    margin-left: 16px;
  }
  #avtSlideOut .headerTop.withTitle .headerLeft {
    padding-top: 0px;
  }
  #avtSlideOut .headerTop.withTitle .headerRight {
    position: inherit;
  }


  /* componente infoImgBlockBodyLeft responseive */
  #avtSlideOut .infoImgBlock .infoImgBlockBody, #avtSlidMideOut .infoImgBlock .infoImgBlockBody {
    padding: 0px 16px 14px 16px;
  }

  #avtSlideOut  .infoImgBlock .infoImgBlockBody .title, #avtSlidMideOut  .infoImgBlock .infoImgBlockBody .title {
    font-size: 14px;
    max-width: initial!important;
  }

  #avtSlideOut  .infoImgBlock .infoImgBlockBody .subtitle, #avtSlidMideOut  .infoImgBlock .infoImgBlockBody .subtitle {
    font-size: 12px;
  }


}

@media (max-width: 448px) {
  #avtSlideOut .infoImgBlock, #avtSlidMideOut .infoImgBlock {
    height: 117px;
  }
  #avtSlideOut .infoImgBlock .title, #avtSlidMideOut .infoImgBlock .title {
    padding-bottom: 4px;
  }
}


#avtSlideOut .slideOutElement.flexBetween, #avtSlidMideOut .slideOutElement.flexBetween {
  display: flex;
  justify-content: space-between;
}

#avtSlideOut .slideOutElement.flexItemsCenter, #avtSlidMideOut .slideOutElement.flexItemsCenter {
  align-items: center;
}

#avtSlideOut .slideOutRow .toggle, #avtSlidMideOut .slideOutRow .toggle {
  margin-top:0px;
  margin-right:0px;
}



#avtSlideOut .titleHeader, #avtSlidMideOut .titleHeader {
  font-size: 17px;
  color:#2E363D;
  font-weight: 600;
}

#avtSlideOut .titleHeaderBody, #avtSlidMideOut .titleHeaderBody {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.5px;
  color: #343434;
}

#avtSlideOut .disabledOnSaving, #avtSlidMideOut .disabledOnSaving {
  opacity: 0.5;
  pointer-events: none;
}

#avtSlideOut .infoImgBlockBody .noImageIconBase, #avtSlidMideOut .infoImgBlockBody .noImageIconBase {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  margin-left:16px;
  display: flex;
  border:0px;
  width: 34px;
  height: 34px;
}

#avtSlideOut .infoImgBlockBody .imageDetailBase {
    background-color: white;
    border-radius: 50%;
}

#avtSlideOut .infoImgBlockBody .imageDetailBase img {
    border-radius: 50%;
}

#avtSlideOut .noImageIcon, #avtSlidMideOut .noImageIcon {
  display: flex;
  width: 34px;
  height: 34px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  background-position: center !important;
  background-repeat: no-repeat !important;
  align-items: center;
  justify-content: center;
  color:white;
  font-size: 13px;
}

#avtSlideOut .infoImgBlockBodyTop, #avtSlidMideOut .infoImgBlockBodyTop {
  display: flex;
  justify-content: end;
  padding-top: 16px;
  padding-right: 25px;
}

#avtSlideOut .infoImgBlockBodyTopRight, #avtSlidMideOut .infoImgBlockBodyTopRight {
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 9px;
  padding-right: 9px;
  border-radius: 6px;
  color: white;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
}

#avtSlideOutMiddle{
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 999;
  background-color: white;
  border-radius: 10px;
  overflow-x: hidden;
  box-sizing:border-box;
  width: 0;
  float:right;
  /* max-width: 608px; */
  height: 84%;
  transition: 0.4s;
  transform: translate(-50%, -50%);
}

#avtSlideOutRight #TB_window .contentModal {
  padding: 38px 21px 24px 21px;
  color: #2E363D;
}

#avtSlideOutRight #TB_window .rowModal .title {
  font-size: 14px;
  font-weight: 600;
  color: #2E363D;
  line-height: 18px;
  letter-spacing: 0.5px;
}

#avtSlideOutRight #TB_window .rowModal .contentModal .text {
  font-size: 12px;
  color: rgba(46, 54, 61, 0.5);
}

#avtSlideOutRight #TB_window .rowModal.buttonPannel {
  display: flex;
  justify-content: flex-end;
  margin-top: 40px;
 }

 #avtSlideOutRight #TB_window .rowModal.buttonPannel .primaryButton{
  margin-left: 8px;
 }

 #avtSlideOutRight .img-content img.propertyImg {
  height: 35px!important;
  width: 52px!important;
 }


#avtSlideOut .profileIconBase, #avtSlidMideOut .profileIconBase {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  display: flex;
  border:0px;
  width: 128px;
  height: 128px;
}

#avtSlideOut .profileIcon, #avtSlidMideOut .profileIcon{
  display: flex;
  width: 128px;
  height: 128px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background-position: center !important;
  background-repeat: no-repeat !important;
  align-items: center;
  justify-content: center;
  color:white;
  font-size: 58px;
}

#avtSlideOut .profileProviderBlock, #avtSlidMideOut .profileProviderBlock {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: 24px;
}

#avtSlideOut .profileProviderBlock .session-persist-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 16px;
}

#avtSlideOut .profileProviderBlock .slide-out-section-header {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#avtSlideOut .profileProviderBlock .session-persist-header p {
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
}
#avtSlideOut .profileProviderBlock .session {
    padding: 16px 0px;
    border-top: 1px solid rgba(51, 51, 51, 0.20);
    border-bottom: 1px solid rgba(51, 51, 51, 0.20);
}

#avtSlideOut .lightGreyProfile, #avtSlidMideOut .lightGreyProfile {
  color:rgba(147, 147, 147, 1);
}

#avtSlideOut .flexCenterColumn, #avtSlidMideOut .flexCenterColumn {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* background select idioma intranet proveedor */
#avtSlideOut .selectIdioma, #avtSlidMideOut .selectIdioma {
  background-color: white !important;
}

#avtSlideOut .marginLanguageSelect, #avtSlidMideOut .marginLanguageSelect {
  margin-top:24px;
}

#avtSlideOut .boldLink, #avtSlidMideOut .boldLink {
  font-weight: 600;
  text-decoration: none;
}

#avtSlideOut .font600, #avtSlidMideOut .font600 {
  font-weight: 600;
}

#avtSlideOut .pointer, #avtSlidMideOut .pointer {
  cursor: pointer;
}
#avtSlideOut .alib-icon-cross {
  color: #ccc;
}
#avtSlideOut .pwaContainer, #avtSlidMideOut .pwaContainer {
  background: 1px solid #E9EAEA;
}

.slideOutElement .error{
  margin-top: 8px;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #EF5F48;
}

.slideOutElement.toogle {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.slideOutElement.toogle p.title {
  padding-bottom: 0px;
}

.hideRow{
  display: none!important;
}

.slideOutElement .link{
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0.26px;
  color: #EF5F48;
  text-decoration: none;
}

.slideOutElement .link:hover{
  text-decoration: underline;
}

/* required label*/

.requiredLabel:after {
  content:" *";
  color: #EF5F48;
}

/* disabled toggle */

.toggle input[type="checkbox"]:disabled + label {
  opacity: 0.4;
}

.descriptionStatus .link{
  color: #EF5F48;
  text-decoration: none;
}

.descriptionStatus .link:hover{
  text-decoration: underline;
}

.slideOutElement.double .slideOutFirstElement {
  width: 65%;
}

.slideOutElement.double .slideOutSecondElement {
  width: 30%;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  align-content: flex-end;
  align-items: flex-end;
}

.showFilter {
  display: flex;
  justify-content: space-between;
}

.buttonSearchOut  {
  display: flex;
}

.buttonSearchOut  .primaryButton{
  display: flex;
  margin-left: 32px;
}

.showMoreFilters{
  padding: 8px 7px;
  border-radius: 3px;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  color: rgba(46, 54, 61, 0.5);
}

.showMoreFilters:hover{
  color: #2E363D!important;
  background: rgba(46, 54, 61, 0.05);
  cursor: pointer;
}

#contentList .img-content {
  display: flex;
  height: 60px;
  align-items: center;
}

/* WIZARD CSS*/

#wizardContainer {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  height: -webkit-fill-available;
  height: inherit;
  overflow: hidden;
}

#wizardContainer #wizardSteps{
  width: 240px;
  background: #F1F2F6;
  padding: 32px 32px;
}

#wizardContainer #wizardContent{
  position: relative;
  width: 605px;
  padding: 0px !important;
  height: -webkit-fill-available;
  overflow: auto;
}

#wizardContainer #wizardFooter{
  background: white;
  position: fixed;
  width: inherit;
  bottom: 0px;
  padding: 40px 0px;
  display: none;
}

#wizardContainer #wizardTitle{
  font-style: normal;
  font-weight: 600;
  font-size: 17px;
  line-height: 23px;
  color: #2E363D;
  padding-left: 20px;
  border-bottom: 1px solid rgba(46, 54, 61, 0.05);
  padding-top: 40px;
}

#wizardContainer .headerStepsWizard {
  display: flex;
}

#wizardContainer #wizardTitle p{
  margin-bottom:32px;
}

#wizardContainer #wizardNavigation{
  margin-top: 32px;
  display: flex;
  flex-direction: column;
}

#wizardContainer #wizardNavigation .wizardStep{
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #2E363D;
  padding: 20px;
  text-decoration: none;
  cursor: pointer;
  margin-bottom: 50px;
}

#wizardContainer #wizardNavigation .wizardStep:hover, #wizardContainer #wizardNavigation .activeStep{
  background: #F8F8FA;
  border-radius: 4px;
}

#wizardContainer #wizardNavigation .completeStep{
  color: #2E363D;
}

#wizardContainer #wizardNavigation .completeStep::before{
  content: "\f058";
  font-family: FontAwesome;
  margin-right: 12px;
  font-size: 19px;
  vertical-align: bottom;
}

#wizardContainer table.wListView tbody tr td:hover{
  background:none;
}

#wizardContainer #wizardNavigation .completeStep:hover{
  background: #F8F8FA;
  border-radius: 4px;
}

#wizardContainer #wizardNavigation:not:first-child {
  margin-top: 54px;
}

#wizardContainer #wizardNavigation .disabledStep{
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.5;
  color: #939393;
}

#wizardContainer #wizardNavigation .disabledStep::before{
  content: '';
  display: none;
  width: 8px;
  height: 8px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: #CCCCCC!important;
  margin-right: 17px;
  vertical-align: middle;
}

#wizardContainer #wizardContent #headerBlock{
  padding: 23px 0 32px 0;
  border-bottom: 1px solid rgba(46, 54, 61, 0.05);
  margin-left: 23px;
  margin-right: 23px;

  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background: white;
  z-index: 1;
}

#wizardContainer #wizardContent #headerBlock .headerTop{
  padding: 0px !important;
  border-bottom: none !important;
  margin: 0 !important;
}

#wizardContainer #wizardContent #headerBlock .headerIcon {
  margin: 0px 0px 19px 0px;
}

#wizardContainer #wizardContent #headerBlock .headerTop p{
  font-style: normal;
  font-weight: 600;
  font-size: 17px;
  line-height: 23px;
  color: #2E363D;
}

#wizardContainer #wizardContent #bodyBlock{
  margin-top: 48px;
  padding: 0px;
}

#wizardContainer #wizardContent .bodyBlockWizard {
  padding-left: 40px !important;
  padding-right: 40px !important;
}

#wizardContainer #wizardContent #wizardStepsContent{
  height: max-content;
  padding-bottom: 0;
}

#wizardContainer #wizardContent #footerWizard{
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: row;
}

#wizardContainer #wizardContent #footerWizard input[name=buttonSave]{
  margin-left: 25px;
}

#wizardContainer #wizardContent #footerWizard .stepBack{
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  color: rgba(46, 54, 61, 0.5);
  cursor: pointer;
  text-decoration: none;
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  text-transform: uppercase;
}

#wizardContainer #wizardContent #footerWizard .stepBack i{
  font-size: 20px;
}

#noteSlideOut{
  background: rgba(46, 54, 61, 0.05);
  border-radius: 3px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #2E363D;
  padding: 14px;
}

#configNotifications #noteSlideOut{
  margin-top: 24px;
}

#propertiesAssign #noteSlideOut{
  margin-top: 0px;
}

#wizardContainer #wizardContent .slideOutSection {
  padding-bottom: 57px;
}

#avtSlideOut .slideOutSectionHeaderBody, #avtSlidMideOut .slideOutSectionHeaderBody {
  padding-bottom: 25px;
}

#wizardContainer #wizardContent .slideOutSection.border {
  padding-bottom: 24px;
}

#wizardContainer #wizardContent .resumenWizard .resumenHeader {
  padding: 20px 22px 20px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #F6F6F6;
  border-radius: 3px;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.26px;
  color: #2E363D;
}

#wizardContainer #wizardContent .resumenWizard .resumenHeader .alib-icon-edit{
  font-size: 16px;
  cursor: pointer;
  color: rgba(46, 54, 61, 0.7);
}

#wizardContainer #wizardContent .resumenWizard .resumenContent{
  border: 1px solid #F6F6F6;
  padding: 20px 22px 20px 16px;
  margin-top: 5px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #2E363D;
}

#wizardContainer .header_saving {
  display: flex;
  justify-content: space-between;
}

#wizardContainer .header_saving p, #avtSlideOut .saving_response p {
  font-size: 14px;
  color: #2E363D;
  font-weight: 600;
}

#wizardContainer .header_saving .fwk-border.spinner, #avtSlideOut .saving_response .fwk-border.spinner {
  width: 24px;
  height: 24px;
}

#wizardContainer .disabledOnSaving {
  opacity: 0.5;
  pointer-events: none;
}

#wizardContainer #wizardContent .wizardWarning{
  background: rgba(251, 177, 22, 0.12);
  padding:20px;
}

#wizardContainer #wizardContent .wizardWarning img{
  width: 20px;
  margin-right: 10px;
}

#wizardContainer #wizardContent .wizardWarning p{
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #2E363D;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: nowrap;
}

#wizardContainer .returnWizardSteps {
  display: none;
}

#wizardContainer .WAjaxListView table.wListView thead{
  display: contents;
}

#wizardSteps .closeWizzardResponsive {
  display: none;
}

#avtSlideOut #headerBlock .headerIcon, #avtSlidMideOut #headerBlock .headerIcon {
  display: flex;
  justify-content: flex-end;
  margin: 0px 32px 19px;
}

@media (max-width: 912px) {
  #wizardContainer #wizardFooter{
    background: white;
    position: fixed;
    right: 33px;
    bottom: 0px;
    padding: 20px 0px 40px 0;
    width: 62%;
  }
}
/* Responsive wizzard */
@media (max-width: 667px) {
  .emptyWizardSteps {
    width: 100%!important;
    height: calc(100vh - 36px);
  }
  .emptyWizardContent {
    display: none;
  }
  #wizardContainer #wizardSteps {
    width: 100%;
  }
  #wizardContainer #wizardContent {
    display: none;
    width: 100%;
  }
  #wizardContainer #wizardContent #headerBlock {
    margin-left: 24px;
    margin-right: 24px;
    padding: 32px 0px 32px 0px;
  }
  #wizardSteps .closeWizzardResponsive {
    display: block;
  }
  #wizardSteps #wizardTitle {
    display: flex;
    justify-content: space-between;
  }

  #wizardContainer .returnWizardSteps {
    display: flex;
    justify-content: space-between;
    margin-right: 8px;
    font-size: 18px;
  }
  #wizardContainer .headerLeft {
    display: flex;
    align-items: center;
  }
  #wizardContainer #wizardStepsContent .alib-icon-cross {
    display: none;
  }
  #wizardContainer #wizardFooter {
    right: 0px;
    width: 100%;
    left: 0px;
  }
  #wizardContainer #wizardFooter .stepBack {
    display: none!important;
  }
  #wizardContainer #wizardContent #footerWizard input[name=buttonSave] {
    width: 100%;
    margin-left: 16px;
    margin-right: 16px;
  }

  #wizardContainer #wizardFooter {
    display: block;
  }
  #wizardContainer #wizardContent .bodyBlockWizard {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
}

/* Responsive wizzard end */


#avtSlideElem {
  z-index: 1;
  position: absolute;
  top: 15%;
  margin-left: 4%;
  height: calc(75% - 16px);
  background: #FFFFFF;
  box-shadow: 0px 2px 4px rgb(0 0 0 / 25%);
  border-radius: 8px;
  width: -webkit-fill-available;
  width: -moz-available;
  margin-right: 4%;
}


#avtSlideOut :not(#wizardContainer) .slideOutElement .title, #avtSlidMideOut .slideOutElement .title {
    padding-bottom: 16px;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    color: #4A4A4A;
}

.slideOutElement .paddingBlockInfo {
  margin-top:0px;
}
.glider-contain {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.glider {
  margin: 0 auto;
  position: relative;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  transform: translateZ(0);
}

.glider-track {
  transform: translateZ(0);
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  z-index: 1;
}

.glider.draggable {
  user-select: none;
  cursor: -webkit-grab;
  cursor: grab;
  overflow: hidden;
}

.glider.draggable .glider-slide img {
  user-select: none;
  pointer-events: none;
}

.glider.drag {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.glider-slide {
  user-select: none;
  justify-content: center;
  align-content: center;
  width: 100%;
  min-width: 150px;
}

.glider-slide img {
  max-width: 100%;
}

.glider::-webkit-scrollbar {
  opacity: 0;
  height: 0;
}

.glider-prev, .glider-next {
  user-select: none;
  position: absolute;
  outline: none !important;
  background: none !important;
  padding: 0;
  z-index: 2;
  font-size: 40px;
  text-decoration: none;
  left: -23px;
  border: 0;
  top: 30%;
  cursor: pointer;
  color: #D8D8D8 !important;
  opacity: 1;
  line-height: 1;
  transition: opacity .5s cubic-bezier(.17, .67, .83, .67),
    color .5s cubic-bezier(.17, .67, .83, .67);
}

.glider-prev:hover,
.glider-next:hover,
.glider-prev:focus,
.glider-next:focus {
  color: #a89cc8;
}

.glider-next {
  right: -23px;
  left: auto;
}

.glider-next.disabled,
.glider-prev.disabled {
  opacity: .25;
  color: #666;
  cursor: default;
}

.glider-hide {
  opacity: 0;
}

.glider-dots {
  user-select: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  padding: 0;
}

.glider-dot {
  border: 0;
  padding: 0;
  user-select: none;
  outline: none;
  display: block;
  cursor: pointer;
  color: #ccc;
  border-radius: 999px;
  background: #ccc;
  width: 12px;
  height: 12px;
  margin: 7px;
}

.glider-dot:hover,
.glider-dot:focus,
.glider-dot.active {
  background: #a89cc8;
}

@media(max-width: 36em) {
  .glider::-webkit-scrollbar {
    opacity: 1;
    -webkit-appearance: none;
    width: 7px;
    height: 3px;
  }

  .glider::-webkit-scrollbar-thumb {
    opacity: 1;
    border-radius: 99px;
    background-color: rgba(156, 156, 156, 0.25);
    box-shadow: 0 0 1px rgba(255, 255, 255, .25);
  }
}/* CSS SLIDE SUPPORT */

.slideSupport .titleText {
    color: #767676;
    font-weight: 600;
    font-size: 23px;
    line-height: 23px;
    text-align: center;
}
.slideSupport.titleBlock {
    padding: 40px 40px 30px;
    border-bottom: 1px solid rgba(245, 245, 245, 1);
    position: relative;
}

.blockContent  {
    overflow: auto;
    height:100%;
    padding: 0 40px;
}


.rowSlideSupport {
    height: 92px;
    border: 1px solid rgba(46, 54, 61, 0.1);
    border-radius: 4px;
    box-sizing: border-box;
    margin-bottom: 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

@media(max-width: 400px){
    .rowSlideSupport {
        height: 80px;
    }
    .textBlockDescription {
        padding-right: 8px;
    }
}
.rowSlideSupport a.linkRow {
    text-decoration: none;
}

.rowSlideSupport a.linkRow .contentElement {
    display:flex;
    height: 100%;
    align-items: center;
}

.rowSlideSupport a.linkRow .contentElement .imgBlock {
    display: flex;
    max-height: 30px;
    max-width: 30px;
    align-items: center;
    padding-left: 30px;
}
.rowSlideSupport a .containerTextBlock {
    padding-left: 20px;
}

.rowSlideSupport a .textBlock .titleElement {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    color: #2E363D;
}

.rowSlideSupport a .textBlockDescription .descriptionElement {
    font-style: normal;
    font-weight: 500;
    font-size: 11px;
    line-height: 15px;
    color: rgba(46, 54, 61, 0.5);
}

.rowSlideSupport a .textBlock .textElement {
    font-weight: normal;
    font-size: 13px;
    line-height: 18px;

    color: rgba(46, 54, 61, 0.7);
}
.outsideSlideSupport:hover {
    background: rgba(46, 54, 61, 0.05);
}
.slideSupport .closeSideBar {
    position: absolute;
    right: 14px;
    top: 14px;
    cursor: pointer;
}

.slideSupport .closeSideBar img {
    width: 10px;
}
#renderWidgetSalud {
  padding: 30px 22px 0px 22px;
  width: -webkit-fill-available;
  width: -moz-available;

}

#renderWidgetSalud .titleWidget {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-between;
}

#renderWidgetSalud .titleWidget .textTitleWidget {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.234949px;
  color: rgba(46, 54, 61, 0.7);
  margin-bottom: 15px;
}


#renderWidgetSalud .containerBlock {
  display: flex;
}

#renderWidgetSalud .containerLeft {
  padding-left: 20px;
  width: 30%;
}

#renderWidgetSalud .estateSalud {
  font-weight: bold;
  font-size: 15px;
  line-height: 20px;
  text-align: center;
  color: rgba(46, 54, 61, 0.7);
  width: 175px;
}

#renderWidgetSalud .containerLeft .percentageNumber {
  font-weight: bold;
  font-size: 27px;
  text-align: center;
  letter-spacing: 0.234949px;
  color: rgba(46, 54, 61, 0.7);
}

#renderWidgetSalud .progress {
  position: relative;
  margin: 4px;
  float: left;
  text-align: center;
}

#renderWidgetSalud .barOverflow {
  /* Wraps the rotating .bar */
  position: relative;
  overflow: hidden;
  /* Comment this line to understand the trick */
  width: 175px;
  height: 87px;
  /* Half circle (overflow) */
  margin-bottom: -22px;
  /* bring the numbers up */
}

#renderWidgetSalud .bar {
  border-width: 12px !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 175px;
  height: 175px;
  border-radius: 50%;
  box-sizing: border-box;
  border: 5px solid #eee;
  /* half gray, */
  border-bottom-color: #0bf;
  /* half azure */
  border-right-color: #0bf;
}

#renderWidgetSalud .progress .right {
  height: 12px;
  width: 12px;
  background: #EF5F48;
  border-radius: 50%;
  position: absolute;
  bottom: 7px;
  left: 0px;
}

#renderWidgetSalud .progress .left {
  height: 12px;
  width: 12px;
  background: #FBE5E3;
  border-radius: 50%;
  position: absolute;
  bottom: 7px;
  right: 0px;
}

#renderWidgetSalud .top-circle {
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  bottom: 87px;
  overflow: hidden;
  background: #EF5F48;
  top: 88%;
  left: 12%;
  transform: translate(-50%, -50%);
}

#renderWidgetSalud .containerRight {
  width: 70%;
  margin-left: 15%;
  margin-right: 20px;
  padding-top: 20px;
}

#renderWidgetSalud .containerRight .infoAlertas {
  display: flex;
  justify-content: space-between;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(46, 54, 61, 0.1);
  cursor: pointer;
  text-decoration: none;
}

#renderWidgetSalud .containerRight .infoAlertas:nth-child(2) {
  padding-top: 30px;

}

#renderWidgetSalud .containerRight .item1 {
  font-size: 14px;
  line-height: 19px;
  color: #19191B;
}

#renderWidgetSalud .containerRight .item2 {
  font-size: 11px;
  line-height: 15px;
  color: #EF5F48;
  font-weight: bold;
}

#Salud {
  cursor: pointer;
}

#renderWidgetSalud .greyColor {
  color: rgba(46, 54, 61, 0.3) !important;
}

@media screen and (max-width: 1129px) {

  #renderWidgetSalud .containerBlock {
    flex-direction: column;
  }

  #renderWidgetSalud {
    padding-bottom: 50px;
  }

  #renderWidgetSalud .containerRight {
    width: 100%;
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  #renderWidgetSalud .containerLeft {
    padding-left: 0px !important;
    width: auto !important;
    display: initial !important;
    padding-bottom: 50px;
  }

}#renderWidgetReservaCancelacion {
    padding: 30px 22px 0px 22px;
    width: -webkit-fill-available;
    width: -moz-available;
    padding-bottom: 30px;
}


#renderWidgetReservaCancelacion .titleWidget {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
}

#renderWidgetReservaCancelacion .titleWidget .blockImgTitle {
    height: 36px;
    width: 36px;
}

#renderWidgetReservaCancelacion .titleWidget .textTitleWidget {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.234949px;
    color: rgba(46, 54, 61, 0.7);
    margin-bottom: 15px;
}

#renderWidgetReservaCancelacion .toogleContent {
    margin-bottom: 33px;
    color: rgba(46, 54, 61, 0.5);
    display: flex;
}

#renderWidgetReservaCancelacion .toogleContent .toggle {
    margin-top: 0px;
    margin-left: 1px;
    margin-right: 9px;
}

#renderWidgetReservaCancelacion .contentReservas, #renderWidgetReservaCancelacion .contentCancelaciones {
    height: 106px;
    border-top: 1px solid rgba(46, 54, 61, 0.1);
    border-right: 1px solid rgba(46, 54, 61, 0.1);
    border-bottom: 1px solid rgba(46, 54, 61, 0.1);
    box-sizing: border-box;
    border-radius: 4px;
    margin-bottom: 16px;
    display: flex;

}

#renderWidgetReservaCancelacion .border {
    margin-top: -1px;
    height: 102%;
    width: 7px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

#renderWidgetReservaCancelacion .grey {
    background: rgba(46, 54, 61, 0.2);

}

#renderWidgetReservaCancelacion .green {
    background: #9CCB3C;

}

#renderWidgetReservaCancelacion .red {
    background: #EF5F48;
}

#renderWidgetReservaCancelacion .contentBooking {
    padding-left: 22px;
    padding-top: 14px;
}

#renderWidgetReservaCancelacion .contentBooking .numberBooking {
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 16px;

    color: rgba(46, 54, 61, 0.7)
}

#renderWidgetReservaCancelacion .contentBooking .amountBooking {
    font-size: 27px;
    line-height: 37px;
    align-items: center;
    font-weight: bold;
    color: rgba(46, 54, 61, 0.7);
}

#renderWidgetReservaCancelacion .contentCancelaciones:hover {
    background-color: rgba(46, 54, 61, 0.05);
}

#renderWidgetReservaCancelacion .contentReservas:hover {
    background-color: rgba(46, 54, 61, 0.05);
}

.contentReservasCancelacionesComp {
    flex-direction: column;
    justify-content: space-around;
    margin-top: 8%;
    margin-left: auto;
    margin-right: 5%;
}

.comparePositive {
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 16px;
    text-align: right;
    color: #9CCB3C;
}

.compareNegative {
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 16px;
    text-align: right;
    color: rgba(46, 54, 61, 0.3);
}

#bloqueEmptyReservasCancelaciones {
    display: flex;
    align-items: center;
    align-content: space-around;
    flex-direction: column;
}

#bloqueEmptyReservasCancelaciones .titleEmpty {
    font-style: normal;
    font-weight: bold;
    font-size: 13px;
    line-height: 18px;
    text-align: center;
    color: #2E363D;
    margin-top: 33px;
}

#bloqueEmptyReservasCancelaciones .subtitleEmpty {
    font-style: normal;
    font-weight: bold;
    font-size: 11px;
    line-height: 15px;
    color: rgba(46, 54, 61, 0.3);
    margin-top: 15px;
}

#bloqueEmptyReservasCancelaciones svg {
    margin-top: 40px;
}

.enlaceWidget {
    text-decoration: none !important;
    cursor: pointer;
}

.selectWidget {
    margin-bottom: 16px;
}

#renderWidgetReservaCancelacion .rangoFecha {
    margin-bottom: 16px;
    font-weight: 600;
    font-size: 11px;
    line-height: 15px;
    color: rgba(46, 54, 61, 0.5);
}#renderWidgetGrapReservas {
    padding: 30px 22px 0px 22px;
    width: -webkit-fill-available;
    width: -moz-available;
    padding-bottom: 30px;
    position: relative;
}

#renderWidgetGrapReservas .titleWidget {
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0.234949px;
    color: rgba(46, 54, 61, 0.7);
}

#renderWidgetGrapReservas .firstblockTop {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}


#renderWidgetGrapReservas .toogleContent {
    display: flex;
    padding-bottom: 25px;
}

#renderWidgetGrapReservas .toggleGraph{
    position: relative;
    display: inline-block;
    background: rgba(46, 54, 61, 0.1);
    border-radius: 6px;
    float:left;
}

#renderWidgetGrapReservas .toggleGraph .active{
    background: white!important;
    border: none;
    color: #2E363D;
    font-weight: normal;
    border-radius: 6px;
    margin: 4px;
    padding: 0px 8px 0px 8px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.12);
    padding-right: 12px;
}

#renderWidgetGrapReservas .toggleGraph .activeLineal,#renderWidgetGrapReservas .toggleGraph .activeAcumulate{
    border: none;
    background: transparent;
    color: rgba(46, 54, 61, 0.7);
    padding-left: 12px;
}

#renderWidgetGrapReservas .titleWidget .contentInfo{
    background: #FFFFFF;
    box-shadow: 0px 2px 4px rgba(137, 147, 155, 0.25);
    align-items: flex-start;
    padding: 19px 23px 9px 23px;
    position: absolute;
    z-index:999;
}

#renderWidgetGrapReservas .titleWidget .contentInfo .titleContentInfo{
    font-style: normal;
    font-weight: bold;
    font-size: 13px;
    line-height: 18px;
    color: rgba(46, 54, 61, 0.7);
    margin-bottom:10px;
}

#renderWidgetGrapReservas .titleWidget .contentInfo .textContentInfo{
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    color: rgba(46, 54, 61, 0.7);
    margin-bottom:10px;
}

#renderWidgetGrapReservas .rightBlock {
    display: flex;
    align-items: center;
}

#renderWidgetGrapReservas #switchGraphReservas.switchBox {
    margin-right: 45px;
}

#renderWidgetGrapReservas .divFilterWidget {
    margin-bottom: 15px;
}

@media screen and (max-width: 1129px) {
    #GraphReservas .block .chart-container {
        height: 230px!important;
    }
    .switchGraphReservasDesktop {
        display: none;
    }
    .switchGraphReservasResponsive {
        display: flex!important;
        position: absolute;
        justify-content: center;
        bottom: 30px;
        left: 0;
        right: 0;
    }
    .switchGraphReservasResponsive #switchGraphReservas {
        margin-right: 0px!important;
    }
}#renderWidgetReservasEntrantes .blockClock {
    height: 40px;
    width: 40px;
    background-color: #EF5F48;
    border-bottom-right-radius: 8px;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#renderWidgetReservasEntrantes .blockClockEmpty {
    height: 40px;
    width: 40px;
    background-color: rgba(46, 54, 61, 0.2);
    border-bottom-right-radius: 8px;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#renderWidgetReservasEntrantes .redBarra {
    background: rgba(239, 95, 72, 0.4);
}

#renderWidgetReservasEntrantes .greyBarra {
    background: rgba(46, 54, 61, 0.2);
}

#renderWidgetReservasEntrantes .redNumber {
    background: #EF5F48;
}

#renderWidgetReservasEntrantes .greyNumber {
    background: rgba(46, 54, 61, 0.1);
    color: rgba(46, 54, 61, 0.5)!important;
}

.bloqueEmpty{
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: nowrap;
    align-items: center;
    flex-direction: column;
}

.bloqueEmpty .titleEmpty{
    font-style: normal;
    font-weight: bold;
    font-size: 13px;
    line-height: 18px;
    text-align: center;
    color: #2E363D;
    margin-top: 33px;
} 

.bloqueEmpty .subtitleEmpty{
    font-style: normal;
    font-weight: bold;
    font-size: 11px;
    line-height: 15px;
    color: rgba(46, 54, 61, 0.3);
    margin-top: 15px;
}

.bloqueEmpty svg{
	margin-top: 180px;
}

@media screen and (max-width: 1129px) {
    .bloqueEmpty svg {
        margin-top: 30px!important;
    }
}#renderWidgetAccionesPendientes .blockClock {
    height: 40px;
    width: 40px;
    background-color: rgba(250, 183, 44, 0.99);
    border-bottom-right-radius: 8px;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#renderWidgetAccionesPendientes .redBarra {
    background: rgba(245, 166, 35, 0.4);
}

#renderWidgetAccionesPendientes .greyBarra {
    background: rgba(46, 54, 61, 0.2);
}

#renderWidgetAccionesPendientes .redNumber {
    background: rgba(250, 183, 44, 0.99);
}

#renderWidgetAccionesPendientes .greyNumber {
    background: rgba(46, 54, 61, 0.1);
    color: rgba(46, 54, 61, 0.5)!important;
}

#renderWidgetAccionesPendientes .blockClockEmpty {
    height: 40px;
    width: 40px;
    background-color: rgba(46, 54, 61, 0.2);
    border-bottom-right-radius: 8px;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bloqueEmpty{
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: nowrap;
    align-items: center;
    flex-direction: column;
}

.bloqueEmpty .titleEmpty{
    font-style: normal;
    font-weight: bold;
    font-size: 13px;
    line-height: 18px;
    text-align: center;
    color: #2E363D;
    margin-top: 33px;
}

.bloqueEmpty .subtitleEmpty{
    font-style: normal;
    font-weight: bold;
    font-size: 11px;
    line-height: 15px;
    color: rgba(46, 54, 61, 0.3);
    margin-top: 15px;
}

.bloqueEmpty svg{
	margin-top: 180px;
}

@media screen and (max-width: 1129px) {
    .bloqueEmpty svg {
        margin-top: 30px!important;
    }
}

.linkAdidittionalBooking {
    text-decoration: underline;
    color: #0b578f;
    cursor: pointer;
}
#renderWidgetOcupacion {
    padding: 30px 22px 0px 22px;
    width: -webkit-fill-available;
    width: -moz-available;
    padding-bottom: 30px;
}

#renderWidgetOcupacion .titleWidget {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
}

#renderWidgetOcupacion .titleWidget .blockImgTitle {
    height: 36px;
    width: 36px;
}

#renderWidgetOcupacion .titleWidget .textTitleWidget {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.234949px;
    color: rgba(46, 54, 61, 0.7);
    margin-bottom: 15px;
}

.ui-tooltip-content{
    background: #FFFFFF;
    box-shadow: 0px 2px 4px rgba(137, 147, 155, 0.25);
    padding: 19px 23px 9px 23px;
}

.ui-tooltip{
    border: none!important;
    border-radius: 0px!important;
    box-shadow: 0px 2px 4px rgb(137 147 155 / 25%)!important;
}

.ui-tooltip-content .titleContentInfo{
    font-style: normal;
    font-weight: bold;
    font-size: 13px;
    line-height: 18px;
    color: rgba(46, 54, 61, 0.7);
    margin-bottom:10px;
}

.ui-tooltip-content .textContentInfo{
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    color: rgba(46, 54, 61, 0.7);
    margin-bottom:10px;
}

.TooltipBody{
    border: none!important;
    background-color: transparent!important;
    box-shadow: none!important;
}


#renderWidgetOcupacion .selectWidgetResult {
    font-weight: 600;
    font-size: 11px;
    line-height: 15px;
    color: rgba(46, 54, 61, 0.5);
    margin-bottom: 12px;

}

#renderWidgetOcupacion .toogleContent {
    margin-bottom: 24px;
    color: rgba(46, 54, 61, 0.5);
    display: flex;
}

#renderWidgetOcupacion .toogleContent .toggle {
    margin-top: 0px;
    margin-left: 1px;
    margin-right: 9px;
}



#renderWidgetOcupacion .containerBlock span#procent {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-weight: bold;
    font-size: 20px;
    line-height: 27px;
    text-align: center;
    color: rgba(46, 54, 61, 0.7);
}

#renderWidgetOcupacion .containerBlock span#procent::after,#renderWidgetOcupacion .containerBlock span#procentComp::after {
    content: '%';
}


#renderWidgetOcupacion .containerBlock span#procentComp {
    display: block;
    position: absolute;
    left: 50%;
    top: 68%;
    transform: translate(-50%, -50%);
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    color: rgba(46, 54, 61, 0.3);
}

#renderWidgetOcupacion .containerBlock span#procentComp.positive {
    color: #9CCB3C;
}

#renderWidgetOcupacion .containerBlock .canvas-wrap {
    position: relative;
  }

#renderWidgetOcupacion .containerBlock {
    display: flex;
    justify-content: center;
    align-items: center;
}

.footerBlock {
    display: flex;
    align-items: center;
    padding-top: 8px;
    margin-top: 15px;
    border-top: 1px solid rgba(46, 54, 61, 0.1);
}

#renderWidgetOcupacion .blockImg {
    height: 36px;
    width: 36px;
    background-color: #F3F4F8;
    border-radius: 7px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#renderWidgetOcupacion .textAlojamiento {
    font-weight: 600;
    font-size: 11px;
    line-height: 15px;
    margin-left: 15px;
}

.grisClaro{
    color:#CCC;
}

#renderWidgetOcupacion .textAlojamiento a{
    text-decoration: none;
    cursor: pointer;
    color: rgba(46, 54, 61, 0.7)!important;
}

#Ocupacion.elemOwner .footerBlock {
    padding-top: 30px!important;
}

#Ocupacion.elemOwner .containerBlock{
    padding: 16px;
}

#Ocupacion.elemOwner .selectWidgetResultOwner {
    padding-top: 8px;
}
#renderWidgetEstanciaImporteMedio {
    padding: 30px 22px 0px 22px;
    width: -webkit-fill-available;
    width: -moz-available;
    padding-bottom: 30px;
}

#renderWidgetEstanciaImporteMedio .titleWidget {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
}

#renderWidgetEstanciaImporteMedio .titleWidget .blockImgTitle {
    height: 36px;
    width: 36px;
}

#renderWidgetEstanciaImporteMedio .titleWidget .textTitleWidget {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.234949px;
    color: rgba(46, 54, 61, 0.7);
    margin-bottom: 15px;
}

#renderWidgetEstanciaImporteMedio .toogleContent {
    margin-bottom: 33px;
    color: rgba(46, 54, 61, 0.5);
    display:flex;
}

#renderWidgetEstanciaImporteMedio .toogleContent .toggle {
    margin-top: 0px;
    margin-left: 1px;
    margin-right: 9px;
}

#renderWidgetEstanciaImporteMedio .contentImporteMedio, #renderWidgetEstanciaImporteMedio .contentPromedioNoches{
    height: 106px;
    border-top: 1px solid rgba(46, 54, 61, 0.1);    
    border-right: 1px solid rgba(46, 54, 61, 0.1);
    border-bottom: 1px solid rgba(46, 54, 61, 0.1);
    box-sizing: border-box;
    border-radius: 4px;
    margin-bottom: 16px;
    display: flex;
}

#renderWidgetEstanciaImporteMedio .border {
    margin-top: -1px;
    height: 102%;
    width: 7px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

#renderWidgetEstanciaImporteMedio .active1 {
    background: rgba(250, 183, 44, 0.99);
   
}

#renderWidgetEstanciaImporteMedio .active2 {
    background: #00BAB8;
}

#renderWidgetEstanciaImporteMedio .grey {
    background: rgba(46, 54, 61, 0.2);
   
}

#renderWidgetEstanciaImporteMedio .contentBooking {
    padding-left: 22px;
    padding-top: 14px;
}

#renderWidgetEstanciaImporteMedio .contentBooking .numberBooking {
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 16px;

    color: rgba(46, 54, 61, 0.7)
}

#renderWidgetEstanciaImporteMedio .contentBooking .amountBooking {
    font-size: 27px;
    line-height: 37px;
    align-items: center;
    font-weight: bold;
    color: rgba(46, 54, 61, 0.7);
}

.contentEstanciaImporteMedioComp{
    flex-direction: column;
    justify-content: space-around;
    margin-top: 8%;
    margin-left: auto;
    margin-right: 5%;
}

#bloqueEmptyEstanciaImporteMedio{
    display: flex;
    align-items: center;
    align-content: space-around;
    flex-direction: column;
}

#bloqueEmptyEstanciaImporteMedio .titleEmpty{
    font-style: normal;
    font-weight: bold;
    font-size: 13px;
    line-height: 18px;
    text-align: center;
    color: #2E363D;
    margin-top: 33px;
} 

#bloqueEmptyEstanciaImporteMedio .subtitleEmpty{
    font-style: normal;
    font-weight: bold;
    font-size: 11px;
    line-height: 15px;
    color: rgba(46, 54, 61, 0.3);
    margin-top: 15px;
}

#bloqueEmptyEstanciaImporteMedio svg{
	margin-top: 40px;
}

.selectWidget{
    margin-bottom: 16px;
}  #renderWidgetConnectedApps {
    padding: 30px 22px 0px 22px;
    width: -webkit-fill-available;
    width: -moz-available;
    height: 266px;
  }

  #renderWidgetConnectedApps .titleWidget {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
}

#renderWidgetConnectedApps .titleWidget .textTitleWidget {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.234949px;
    color: rgba(46, 54, 61, 0.7);

}
  #renderWidgetConnectedApps  .containerBlock {
      margin-top: 30px;
      position: relative;
  }

  #renderWidgetConnectedApps .element-glider {
     
      height: 125px!important;
      background: #F3F4F8;
      border-radius: 4px;
      display: flex;
      justify-content: center;
      align-items: center;
      margin-right: 7px;
      cursor: pointer;
  }

  #renderWidgetConnectedApps .element-glider:hover {
      background: #E0E2E9;
  }

  #renderWidgetConnectedApps .glider-contain {
      position: absolute!important;
  }

  #renderWidgetConnectedApps .dots.glider-dots {
      margin-top: 26px;
  }
  #renderWidgetConnectedApps .dots.glider-dots button {
    background-color: #EDEDED!important;
    height: 8px;
    width: 8px;
  }
  #renderWidgetConnectedApps .dots.glider-dots button.glider-dot.active{
    background-color: #00BAB8!important;
  }

  #renderWidgetConnectedApps .glider-prev.disabled, #renderWidgetConnectedApps .glider-next.disabled {
    display: none;
}
#renderWidgetConnectedApps .glider-prev {
    top: 20%;
    left: -16px;
}

#renderWidgetConnectedApps .glider-next  {
    top: 20%;
    right: -14px;
}
#renderWidgetConnectedApps .fa.fa-chevron-left, #renderWidgetConnectedApps .fa.fa-chevron-right {
    color: #817E7E;
    font-size: 12px;
}

#renderWidgetConnectedApps .defaultElementGrid {
    border-radius: 6px;
    border: 1px dashed rgba(46, 54, 61, 0.3);
    cursor: pointer;
}

#renderWidgetConnectedApps .defaultElementGrid .insideBlock {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}
#renderWidgetConnectedApps .defaultElementGrid .insideBlock .circlePlus {
  height: 30px;
  width: 30px;
  border: 1px solid rgba(46, 54, 61, 0.3);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 38px;
  color: rgba(46, 54, 61, 0.3);
  margin-bottom: 10px;
}

#renderWidgetConnectedApps .defaultElementGrid .insideBlock p {
  color: rgba(46, 54, 61, 0.3);
  font-size: 12px;
  text-decoration: underline;
}

#renderWidgetConnectedApps .defaultElementGrid .insideBlock p a {
  color: rgba(46, 54, 61, 0.3);
  font-size: 12px;
}

#renderWidgetConnectedApps .noConnectedApp {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: -20px;
}

#renderWidgetConnectedApps .noConnectedApp p {
  margin-bottom: 32px;
  font-weight: bold;
  font-size: 13px;
  line-height: 18px;
  text-align: center;
  color: #6D7278;
}

#emptyWidget .titleEmpty {
  margin-bottom: 35px!important;
}#renderWidgetProximosCheckins {
    padding: 30px 0px 15px 0px;
    width: -webkit-fill-available;
    width: -moz-available;
}
#renderWidgetProximosCheckins .genericRow {
    height: 118px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-bottom: 1px solid rgba(46, 54, 61, 0.1);
}

#renderWidgetProximosCheckins table {
    border-spacing: 0!important;
    border-collapse: collapse!important;
    table-layout:fixed;
}

#renderWidgetProximosCheckins table thead {
    display: none;
}
#renderWidgetProximosCheckins table tbody tr {
    background: #FFFFFF;
    box-shadow: initial!important;
    border-radius: 0px;
}

#renderWidgetProximosCheckins .wListViewPagination {
    padding-left: 22px;
    padding-right: 22px;
    margin-top: 32px;
    margin-bottom: 32px;
}


#renderWidgetProximosCheckins table tbody tr td{

    padding-left: 22px!important;
    padding-right: 22px!important;
    padding-top: 0px!important;
    padding-bottom: 0px!important;
    display: block;
}

#renderWidgetProximosCheckins table tr:hover {
    background-color: rgba(46, 54, 61, 0.05)!important;
}

#renderWidgetProximosCheckins table tr:hover td {
    background-color: transparent; /* or #000 */
}

#renderWidgetProximosCheckins .cabeceraBloqueProximosCheckins {
    margin-top: 20px;
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    padding-left: 22px;
    padding-right: 22px;
}

#renderWidgetProximosCheckins .cabeceraBloqueProximosCheckins p {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.234949px;
    color: rgba(46, 54, 61, 0.7);
    margin-left: 12px;
}

#renderWidgetProximosCheckins .iconBlock {
    height: 40px;
    width: 40px;
    background-color: #9CCB3C;
    border-bottom-right-radius: 8px;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;

}
#renderWidgetProximosCheckins .colorOwner {
    background-color: #474747!important;
}
#renderWidgetProximosCheckins .contentRow {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px;
}

#renderWidgetProximosCheckins .selectBlock {
    display: flex;
    margin-top: 4px;
    width: 85%;
    height: 21px;
    justify-content: flex-end;
}

#renderWidgetProximosCheckins .clientName {
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.212333px;
    color: rgba(46, 54, 61, 0.7);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

#renderWidgetProximosCheckins .genericFormat{
    font-weight: normal;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.212333px;
    color: rgba(46, 54, 61, 0.75);
    white-space: nowrap;
}

#renderWidgetProximosCheckins .columnRight {
    width: 70%;
    text-overflow: ellipsis;
    overflow: hidden;
}

#renderWidgetProximosCheckins .columnLeft {
    width: 30%;
    text-align: right;
}

#renderWidgetProximosCheckins .userCheckin {
    height: 20px;
    width: 20px;
    background: #EC407A;
    border-radius: 50%;
}

#renderWidgetProximosCheckins .selectCheckin {

    position: relative;
    display: flex;
    align-items:center;
    width: 50%;
}

#renderWidgetProximosCheckins .selectCheckin.limpieza {
    margin-right: 4px;

}

#renderWidgetProximosCheckins .selectCheckin .fa-circle{
    position: absolute;
    left: 5px;
    font-size: 9px;
}

#renderWidgetProximosCheckins .selectCheckin .fa-circle.active{
    color: #9CCB3C;
}
#renderWidgetProximosCheckins .selectCheckin .fa-circle.desactive{
    color: rgba(46, 54, 61, 0.3);
}

#renderWidgetProximosCheckins .selectCheckin select{
    text-indent: 15px;
    border: 1px solid rgba(46, 54, 61, 0.05);
    box-sizing: border-box;
    border-radius: 4px;
    width: 100%;
    font-weight: normal;
    font-size: 12px;
    line-height: 15px;
    display: flex;
    align-items: center;
    letter-spacing: 0.3px;
    color: rgba(46, 54, 61, 0.75);
    padding: 2px;
    padding-right: 17px;
}

#renderWidgetProximosCheckins.ownerHome .genericRow .borderBottom {
    display: none;
}

#renderWidgetProximosCheckins.ownerHome .genericRow {
    height: auto;
    margin-top: 24px;
}
#renderWidgetProximosCheckins.ownerHome .cabeceraBloque {
    margin-bottom: 0px;
}

#renderWidgetProximosCheckins.ownerHome .bloqueEmpty svg {
    margin-top: 70px!important;
}

#renderWidgetProximosCheckins.ownerHome #wlvProximosCheckins_pagination {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    height: 65px;
}
#renderWidgetProximosCheckins .footerWidget {
    display: none;
}
#renderWidgetProximosCheckins.ownerHome .wListViewPagination {
    margin-top: 16px;
}

@-moz-document url-prefix() {
    #renderWidgetProximosCheckins .selectCheckin select{
        text-indent: 6px;
    }
}
#renderWidgetProximosCheckins .selectBlock select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    background-image: linear-gradient(45deg,transparent 50%, rgba(46, 54, 61, 0.5) 50%), linear-gradient(135deg, rgba(46, 54, 61,0.5) 50%, transparent 50%)!important;
    background-position: calc(100% - 11px) calc(1em + -3px), calc(100% - 6px) calc(1em + -3px), calc(100% - 0.5em) -3.5em!important;
    background-size: 4px 4px, 5px 4px, 1px 1.5em!important;
    background-repeat: no-repeat!important;
    background-position-x: 100%;
    background-position-y: -2px;
    padding-right: 21px;


}

.bloqueCirclePlanner{
    color: #FFF;
    position: absolute;
    font-weight: 600;
    font-size: 13px;
    line-height: 18px;
    width: 20px;
    height: 20px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.imgTitleContentInfoChange {
    position: relative!important;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    padding: 0px!important;
    cursor: pointer;
}

.contentSelectUserCheckin{
    position: absolute;
    margin-top: 30px;
    background: white;
    border: 1px solid rgba(46, 54, 61, 0.05);
    box-shadow: 0px 2px 4px rgba(139, 146, 176, 0.182631);
    border-radius: 2px;
    width: 300px;
    z-index: 80;
}

.contentSelectUserCheckin ul {
    list-style: none;
    padding: 5px 0px 5px 0px;
    margin: 0;
}


.contentSelectUserCheckin ul li {
    padding: 7px 11px;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 0.3px;
    cursor: pointer;
}

.contentSelectUserCheckin ul li:hover {
    background: rgba(46, 54, 61, 0.05);
}

.selectCheckinUser{
    background: #FFFFFF;
    border: 1px solid rgba(46, 54, 61, 0.05);
    box-shadow: 0px 2px 4px rgba(139, 146, 176, 0.182631);
    border-radius: 2px;
    max-height: 190px;
    overflow-y: auto;
}

.imgContentUser {
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.imgTitleContentInfoChange, #wlvProximosCheckins tr{
    cursor: pointer;
}

.emptyImgUser{
    background-size: auto !important;
}

#renderWidgetProximosCheckins .chevro {
    top: 6px!important;
}

#renderWidgetProximosCheckins .footerWidget{
    position: absolute;
    width: 100%;
}

#renderWidgetProximosCheckins .bodyBloque{
    display: flex;
    flex-direction: column;
}

#renderWidgetProximosCheckins .bodyBloqueEmpty{
    display: block;
}

/*Estilos paginacion*/

#wlvProximosCheckins_pagination{
    display: flex;
    justify-content: center;
    height: 80px;
}

#wlvProximosCheckins_pagination .wListViewPagination div{
    float: none!important;
    align-items: center;
}

#renderWidgetProximosCheckins .iconBlockDisables {
    height: 40px;
    width: 40px;
    background-color: rgba(46, 54, 61, 0.2);
    border-bottom-right-radius: 8px;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#renderWidgetProximosCheckins.ownerHome .clientName {
    font-weight: 400;
    font-size: 11px;
}
#renderWidgetProximosCheckins.ownerHome .propertyName {
    color: #343434B2;
    font-weight: 600;
    font-size: 13px;
}
/*Estilos paginacion*/

@media screen and (max-width: 1129px) {

    #renderWidgetProximosCheckins {
        position: relative;
    }

    #renderWidgetProximosCheckins .footerWidget{
        display: flex;
        justify-content: center;
        padding: 0px 22px;
        align-items: center;
        position: relative;
        height: 30px;
        width: auto;
        bottom: auto;
    }
    #renderWidgetProximosCheckins .footerWidget p {
        margin-top: 0px;
    }

    #renderWidgetProximosCheckins .bodyBloque.hidden, #renderWidgetProximosCheckins .verTodos.hidden, #renderWidgetProximosCheckins .bodyBloqueEmpty.hidden{
        height: 0!important;
        display: none!important;
    }

    #renderWidgetProximosCheckins .bodyBloque.noHidden, #renderWidgetProximosCheckins .verTodos.noHidden {
        height: auto!important;
        display: block!important;
    }

    #renderWidgetProximosCheckins .chevro {
        cursor: pointer;
        position: absolute;
        right: 20px;
    }
    #renderWidgetProximosCheckins .chevro.rotate-180 {
        transform: rotate(180deg);
    }
    #renderWidgetProximosCheckins.ownerHome .bodyBloque.noHidden, #renderWidgetProximosCheckins .verTodos.noHidden {
        height: 300px!important;
    }
    #renderWidgetProximosCheckins.ownerHome .verTodos.noHidden {
        display: none!important;
    }
}

@media only screen and (min-width: 1130px) and (max-width: 1345px) {
	#renderWidgetProximosCheckins div.elementPagination {
        display: none;
    }
}

@media only screen and (min-width: 1431px) and (max-width:1668px) {
    #renderWidgetProximosCheckins div.elementPagination {
        display: none;
    }
}

@media only screen and (max-width: 340px) {
    #renderWidgetProximosCheckins div.elementPagination {
        display: none;
    }
}
#renderWidgetReservasEnCurso {
    padding: 30px 0px 15px 0px;
    width: -webkit-fill-available;
    width: -moz-available;
}
#renderWidgetReservasEnCurso .genericRow {
    height: 118px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-bottom: 1px solid rgba(46, 54, 61, 0.1);
}

#renderWidgetReservasEnCurso table {
    border-spacing: 0!important;
    border-collapse: collapse!important;
    table-layout:fixed;
}

#renderWidgetReservasEnCurso table thead {
    display: none;
}
#renderWidgetReservasEnCurso table tbody tr {
    background: #FFFFFF; 
    box-shadow: initial!important;
    border-radius: 0px;
}

#renderWidgetReservasEnCurso .wListViewPagination {
    padding-left: 22px;
    padding-right: 22px;
    margin-top: 32px;
    margin-bottom: 32px;
}


#renderWidgetReservasEnCurso table tbody tr td{

    padding-left: 22px!important;
    padding-right: 22px!important;
    padding-top: 0px!important;
    padding-bottom: 0px!important;
    display: block;
}

#renderWidgetReservasEnCurso table tr:hover {
    background-color: rgba(46, 54, 61, 0.05)!important;
}

#renderWidgetReservasEnCurso table tr:hover td {
    background-color: transparent; /* or #000 */
}

#renderWidgetReservasEnCurso .cabeceraBloqueReservasEnCurso {
    margin-top: 20px;
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    padding-left: 22px;
    padding-right: 22px;
}

#renderWidgetReservasEnCurso .cabeceraBloqueReservasEnCurso p {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.234949px;
    color: rgba(46, 54, 61, 0.7);
    margin-left: 12px;
}

#renderWidgetReservasEnCurso .iconBlock {
    height: 40px;
    width: 40px;
    background-color: #00BAB8;
    border-bottom-right-radius: 8px;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;

}

#renderWidgetReservasEnCurso .contentRow {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px;
}

#renderWidgetReservasEnCurso .selectBlock {
    display: flex;
    margin-top: 4px;
    width: 85%;
    height: 21px;
    justify-content: flex-end;
}

#renderWidgetReservasEnCurso .clientName {
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.212333px;
    color: rgba(46, 54, 61, 0.7);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

#renderWidgetReservasEnCurso .genericFormat{
    font-weight: normal;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.212333px;
    color: rgba(46, 54, 61, 0.75);
    white-space: nowrap;
}

#renderWidgetReservasEnCurso .columnRight {
    width: 70%;
    text-overflow: ellipsis;
    overflow: hidden;
}

#renderWidgetReservasEnCurso .columnLeft {
    width: 30%;
    text-align: right;
}

#renderWidgetReservasEnCurso .userCheckin {
    height: 20px;
    width: 20px;
    background: #EC407A;
    border-radius: 50%;
}

#renderWidgetReservasEnCurso .selectCheckin {
   
    position: relative;
    display: flex;
    align-items:center;
    width: 50%;
}

#renderWidgetReservasEnCurso .selectCheckin.limpieza {
    margin-right: 4px;

}

#renderWidgetReservasEnCurso .selectCheckin .fa-circle{
    position: absolute;
    left: 5px;
    font-size: 9px;
}

#renderWidgetReservasEnCurso .selectCheckin .fa-circle.active{
    color: #9CCB3C;
}
#renderWidgetReservasEnCurso .selectCheckin .fa-circle.desactive{
    color: rgba(46, 54, 61, 0.3);
}

#renderWidgetReservasEnCurso .selectCheckin select{
    text-indent: 15px;
    border: 1px solid rgba(46, 54, 61, 0.05);
    box-sizing: border-box;
    border-radius: 4px;
    width: 100%;
    font-weight: normal;
    font-size: 12px;
    line-height: 15px;
    display: flex;
    align-items: center;
    letter-spacing: 0.3px;
    color: rgba(46, 54, 61, 0.75);
    padding: 2px;
    padding-right: 17px;
}
@-moz-document url-prefix() {
    #renderWidgetReservasEnCurso .selectCheckin select{
        text-indent: 6px;
    }
}

#renderWidgetReservasEnCurso select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    background-image: linear-gradient(45deg,transparent 50%, rgba(46, 54, 61, 0.5) 50%), linear-gradient(135deg, rgba(46, 54, 61,0.5) 50%, transparent 50%)!important;
    background-position: calc(100% - 11px) calc(1em + -3px), calc(100% - 6px) calc(1em + -3px), calc(100% - 0.5em) -3.5em!important;
    background-size: 4px 4px, 5px 4px, 1px 1.5em!important;
    background-repeat: no-repeat!important;
    background-position-x: 100%;
    background-position-y: -2px;
    padding-right: 21px;
    font-weight: normal;
    font-size: 11px;
    line-height: 15px;
    display: flex;
    align-items: center;
    letter-spacing: 0.3px;
    color: rgba(46, 54, 61, 0.5);

}

.imgTitleContentInfoChange {
    position: relative!important;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    padding: 0px!important;
    cursor: pointer;
}

.contentSelectUserCheckout{
    position: absolute;
    margin-top: 30px;
    background: white;
    border: 1px solid rgba(46, 54, 61, 0.05);
    box-shadow: 0px 2px 4px rgba(139, 146, 176, 0.182631);
    border-radius: 2px;
    width: 300px;
    z-index: 80;
}

.contentSelectUserCheckout ul {
    list-style: none;
    padding: 5px 0px 5px 0px;
    margin: 0;
}


.contentSelectUserCheckout ul li {
    padding: 7px 11px;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 0.3px;
    cursor: pointer;
}

.contentSelectUserCheckout ul li:hover {
    background: rgba(46, 54, 61, 0.05);
}

.imgContentUser {
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.imgTitleContentInfoChange, #wlvReservasEnCurso tr{
    cursor: pointer;
}

.emptyImgUser{
    background-size: auto !important;
}

.selectCheckOutUser{
    background: #FFFFFF;
    border: 1px solid rgba(46, 54, 61, 0.05);
    box-shadow: 0px 2px 4px rgba(139, 146, 176, 0.182631);
    border-radius: 2px;
    max-height: 190px;
    overflow-y: auto;
}

.lblHoy{
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 18px;
    color: rgba(46, 54, 61, 0.5);
}

#renderWidgetReservasEnCurso .chevro {
    top: 6px!important;
}

#renderWidgetReservasEnCurso .footerWidget{
    position: absolute;
    width: 100%;
}

#renderWidgetReservasEnCurso .bodyBloque{
    display: flex;
    flex-direction: column;
}

#renderWidgetReservasEnCurso .bodyBloqueEmpty{
    display: block;
}

#renderWidgetReservasEnCurso .iconBlockDisables {
    height: 40px;
    width: 40px;
    background-color: rgba(46, 54, 61, 0.2);
    border-bottom-right-radius: 8px;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/*Estilos paginacion*/

#wlvReservasEnCurso_pagination{
    display: flex;
    justify-content: center;
    height: 80px;
}

#wlvReservasEnCurso_pagination .wListViewPagination div{
    float: none!important;
    align-items: center;
}

/*Estilos paginacion*/

@media screen and (max-width: 1129px) {
    
    #renderWidgetReservasEnCurso {
        position: relative;
    }
    
    #renderWidgetReservasEnCurso .footerWidget{
        display: flex;
        justify-content: center;
        padding: 0px 22px;
        align-items: center;
        position: relative;
        height: 30px;
        width: auto;
        bottom: auto;
    }
    #renderWidgetReservasEnCurso .footerWidget p {
        margin-top: 0px;
    }
    

    #renderWidgetReservasEnCurso .bodyBloque.hidden , #renderWidgetReservasEnCurso .verTodos.hidden, #renderWidgetReservasEnCurso .bodyBloqueEmpty.hidden {
        height: 0!important;
        display: none!important;
    }

    #renderWidgetReservasEnCurso .bodyBloque.noHidden , #renderWidgetReservasEnCurso .verTodos.noHidden{
        height: auto!important;
        display: block!important;
    }

    #renderWidgetReservasEnCurso .chevro {
        cursor: pointer;
        position: absolute;
        right: 20px;
    }
    #renderWidgetReservasEnCurso .chevro.rotate-180 {
        transform: rotate(180deg);
    }
}


@media only screen and (min-width: 1130px) and (max-width: 1345px) {
	#renderWidgetReservasEnCurso div.elementPagination {
        display: none;
    }
}

@media only screen and (min-width: 1431px) and (max-width:1668px) {
    #renderWidgetReservasEnCurso div.elementPagination {
        display: none;
    }
}

@media only screen and (max-width: 340px) {
    #renderWidgetReservasEnCurso div.elementPagination {
        display: none;
    }
}
#renderWidgetReservaPortales {
    padding: 30px 22px 0px 22px;
    width: -webkit-fill-available;
    width: -moz-available;
    padding-bottom: 30px;
}

#renderWidgetReservaPortales .titleWidget {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;

}

#renderWidgetReservaPortales .titleWidget .textTitleWidget {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.234949px;
    color: rgba(46, 54, 61, 0.7);
    margin-bottom: 15px;
}


#renderWidgetReservaPortales .toogleContent {
    margin-bottom: 15px;
    color: rgba(46, 54, 61, 0.5);
    display: flex;
}

#renderWidgetReservaPortales .toogleContent .toggle {
    margin-top: 0px;
    margin-left: 1px;
    margin-right: 9px;
}

#renderWidgetReservaPortales .contentBlock .block {
    display:flex;
    height: 53px;
    align-items: center;
    position: relative;
}

#renderWidgetReservaPortales .contentBlock .block .iconoCanal {
    margin-right: 20px;
}

#renderWidgetReservaPortales .contentBlock .block .progressBarReservas {
    background-color:#F3F4F8;
    height:32px;
    border-radius: 4px;
    margin-left: 0px;
    position: relative;
}

#renderWidgetReservaPortales .contentBlock .block  .porcentageCanal {
    letter-spacing: 0.26px;
    font-weight: bold;
    font-size: 13px;
    line-height: 18px;
    color: rgba(46, 54, 61, 0.7); 
}

#renderWidgetReservaPortales .contentBlock .block .pocentageCanalAcumulado {
    font-style: normal;
    font-weight: bold;
    font-size: 11px;
    line-height: 15px;
    align-items: center;
    letter-spacing: 0.26px;
    color : #9CCB3C;
}

#renderWidgetReservaPortales .contentBlock .block .pocentageCanalAcumulado.grey {
    color:rgba(46, 54, 61, 0.3);
}

#renderWidgetReservaPortales .contentBlock .block .contentSpans {
    display: flex;
    flex-direction: column;
    margin-left: 8px;
    justify-content: space-between;
}

#renderWidgetReservaPortales .contentBlock .block .hide {
    display: none;
}

#renderWidgetReservaPortales .contentBlock .block .actualAmount {
    background: white;
    border: 1px solid rgba(46, 54, 61, 0.05);
    box-shadow: 0px 2px 4px rgba(137, 147, 155, 0.25);
    color: #2E363D;
    font-weight: normal;
    font-size: 13px;
    width: max-content;
    padding: 9px 15px;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 34px;
    display: none;
    z-index: 80;
}

#renderWidgetReservaPortales .contentBlock .block:hover .actualAmount {
    display: flex;
}

.selectWidget{
    margin-bottom: 16px;
}.progress-circle {
   font-size: 7px;
   position: relative;
   padding: 0;
   width: 5em;
   height: 5em;
   background-color: #F2E9E1;
   border-radius: 50%;
   line-height: 5em;
   float: right;
 }

 .circleBackgroundRed{
    background-color: rgba(239, 95, 72, 0.15);
 }

 .circleBackgroundOrange{
   background-color: rgba(245, 166, 35, 0.15);
}

.circleBackgroundGreen{
   background-color: rgba(126, 211, 33, 0.1);
}

 .circleFillRed{
    background-color: #EF5F48;
    border: 0.45em solid #EF5F48 !important;
 }

 .circleFillOrange{
   background-color: rgba(250, 183, 44, 0.99);
   border: 0.45em solid rgba(250, 183, 44, 0.99) !important;
}

.circleFillGreen{
   background-color: #9CCB3C;
   border: 0.45em solid #9CCB3C !important;
}

.circleFillRed50{
   background-color: #EF5F48 !important;
}

.circleFillOrange50{
  background-color: rgba(250, 183, 44, 0.99) !important;
}

.circleFillGreen50{
  background-color: #9CCB3C !important;
}
 
 .progress-circle:after{
      border: none;
      position: absolute;
      top: 3px;
      left: 3px;
      text-align: center;
      display: block;
      border-radius: 50%;
      width: 29px;
      height: 29px;
      background-color: white;
      content: " ";
 }
 /* Text inside the control */
 .progress-circle span {
    position: absolute;
    line-height: 37px;
    width: 37px;
    text-align: center;
    display: block;
    color: #53777A;
    z-index: 1;
    font-style: normal;
    font-weight: 600;
    font-size: 10px;
    line-height: 12px;
    color: rgba(46, 54, 61, 0.7);
    margin-top: 12px;
 }
 .left-half-clipper { 
    /* a round circle */
    border-radius: 50%;
    width: 5em;
    height: 5em;
    position: absolute; /* needed for clipping */
    clip: rect(0, 5em, 5em, 2.5em); /* clips the whole left half*/ 
 }
 /* when p>50, don't clip left half*/
 .progress-circle.over50 .left-half-clipper {
    clip: rect(auto,auto,auto,auto);
 }
 .value-bar {
    /*This is an overlayed square, that is made round with the border radius,
    then it is cut to display only the left half, then rotated clockwise
    to escape the outer clipping path.*/ 
    position: absolute; /*needed for clipping*/
    clip: rect(0, 2.5em, 5em, 0);
    width: 5em;
    height: 5em;
    border-radius: 50%;
    border: 0.45em solid #53777A; /*The border is 0.35 but making it larger removes visual artifacts */
    /*background-color: #4D642D;*/ /* for debug */
    box-sizing: border-box;
   
 }
 /* Progress bar filling the whole right half for values above 50% */
 .progress-circle.over50 .first50-bar {
    /*Progress bar for the first 50%, filling the whole right half*/
    position: absolute; /*needed for clipping*/
    clip: rect(0, 5em, 5em, 2.5em);
    background-color: #53777A;
    border-radius: 50%;
    width: 5em;
    height: 5em;
 }
 .progress-circle:not(.over50) .first50-bar{ display: none; }
 
 
 /* Progress bar rotation position */
 .progress-circle.p0 .value-bar { display: none; }
 .progress-circle.p1 .value-bar { transform: rotate(4deg); }
 .progress-circle.p2 .value-bar { transform: rotate(7deg); }
 .progress-circle.p3 .value-bar { transform: rotate(11deg); }
 .progress-circle.p4 .value-bar { transform: rotate(14deg); }
 .progress-circle.p5 .value-bar { transform: rotate(18deg); }
 .progress-circle.p6 .value-bar { transform: rotate(22deg); }
 .progress-circle.p7 .value-bar { transform: rotate(25deg); }
 .progress-circle.p8 .value-bar { transform: rotate(29deg); }
 .progress-circle.p9 .value-bar { transform: rotate(32deg); }
 .progress-circle.p10 .value-bar { transform: rotate(36deg); }
 .progress-circle.p11 .value-bar { transform: rotate(40deg); }
 .progress-circle.p12 .value-bar { transform: rotate(43deg); }
 .progress-circle.p13 .value-bar { transform: rotate(47deg); }
 .progress-circle.p14 .value-bar { transform: rotate(50deg); }
 .progress-circle.p15 .value-bar { transform: rotate(54deg); }
 .progress-circle.p16 .value-bar { transform: rotate(58deg); }
 .progress-circle.p17 .value-bar { transform: rotate(61deg); }
 .progress-circle.p18 .value-bar { transform: rotate(65deg); }
 .progress-circle.p19 .value-bar { transform: rotate(68deg); }
 .progress-circle.p20 .value-bar { transform: rotate(72deg); }
 .progress-circle.p21 .value-bar { transform: rotate(76deg); }
 .progress-circle.p22 .value-bar { transform: rotate(79deg); }
 .progress-circle.p23 .value-bar { transform: rotate(83deg); }
 .progress-circle.p24 .value-bar { transform: rotate(86deg); }
 .progress-circle.p25 .value-bar { transform: rotate(90deg); }
 .progress-circle.p26 .value-bar { transform: rotate(94deg); }
 .progress-circle.p27 .value-bar { transform: rotate(97deg); }
 .progress-circle.p28 .value-bar { transform: rotate(101deg); }
 .progress-circle.p29 .value-bar { transform: rotate(104deg); }
 .progress-circle.p30 .value-bar { transform: rotate(108deg); }
 .progress-circle.p31 .value-bar { transform: rotate(112deg); }
 .progress-circle.p32 .value-bar { transform: rotate(115deg); }
 .progress-circle.p33 .value-bar { transform: rotate(119deg); }
 .progress-circle.p34 .value-bar { transform: rotate(122deg); }
 .progress-circle.p35 .value-bar { transform: rotate(126deg); }
 .progress-circle.p36 .value-bar { transform: rotate(130deg); }
 .progress-circle.p37 .value-bar { transform: rotate(133deg); }
 .progress-circle.p38 .value-bar { transform: rotate(137deg); }
 .progress-circle.p39 .value-bar { transform: rotate(140deg); }
 .progress-circle.p40 .value-bar { transform: rotate(144deg); }
 .progress-circle.p41 .value-bar { transform: rotate(148deg); }
 .progress-circle.p42 .value-bar { transform: rotate(151deg); }
 .progress-circle.p43 .value-bar { transform: rotate(155deg); }
 .progress-circle.p44 .value-bar { transform: rotate(158deg); }
 .progress-circle.p45 .value-bar { transform: rotate(162deg); }
 .progress-circle.p46 .value-bar { transform: rotate(166deg); }
 .progress-circle.p47 .value-bar { transform: rotate(169deg); }
 .progress-circle.p48 .value-bar { transform: rotate(173deg); }
 .progress-circle.p49 .value-bar { transform: rotate(176deg); }
 .progress-circle.p50 .value-bar { transform: rotate(180deg); }
 .progress-circle.p51 .value-bar { transform: rotate(184deg); }
 .progress-circle.p52 .value-bar { transform: rotate(187deg); }
 .progress-circle.p53 .value-bar { transform: rotate(191deg); }
 .progress-circle.p54 .value-bar { transform: rotate(194deg); }
 .progress-circle.p55 .value-bar { transform: rotate(198deg); }
 .progress-circle.p56 .value-bar { transform: rotate(202deg); }
 .progress-circle.p57 .value-bar { transform: rotate(205deg); }
 .progress-circle.p58 .value-bar { transform: rotate(209deg); }
 .progress-circle.p59 .value-bar { transform: rotate(212deg); }
 .progress-circle.p60 .value-bar { transform: rotate(216deg); }
 .progress-circle.p61 .value-bar { transform: rotate(220deg); }
 .progress-circle.p62 .value-bar { transform: rotate(223deg); }
 .progress-circle.p63 .value-bar { transform: rotate(227deg); }
 .progress-circle.p64 .value-bar { transform: rotate(230deg); }
 .progress-circle.p65 .value-bar { transform: rotate(234deg); }
 .progress-circle.p66 .value-bar { transform: rotate(238deg); }
 .progress-circle.p67 .value-bar { transform: rotate(241deg); }
 .progress-circle.p68 .value-bar { transform: rotate(245deg); }
 .progress-circle.p69 .value-bar { transform: rotate(248deg); }
 .progress-circle.p70 .value-bar { transform: rotate(252deg); }
 .progress-circle.p71 .value-bar { transform: rotate(256deg); }
 .progress-circle.p72 .value-bar { transform: rotate(259deg); }
 .progress-circle.p73 .value-bar { transform: rotate(263deg); }
 .progress-circle.p74 .value-bar { transform: rotate(266deg); }
 .progress-circle.p75 .value-bar { transform: rotate(270deg); }
 .progress-circle.p76 .value-bar { transform: rotate(274deg); }
 .progress-circle.p77 .value-bar { transform: rotate(277deg); }
 .progress-circle.p78 .value-bar { transform: rotate(281deg); }
 .progress-circle.p79 .value-bar { transform: rotate(284deg); }
 .progress-circle.p80 .value-bar { transform: rotate(288deg); }
 .progress-circle.p81 .value-bar { transform: rotate(292deg); }
 .progress-circle.p82 .value-bar { transform: rotate(295deg); }
 .progress-circle.p83 .value-bar { transform: rotate(299deg); }
 .progress-circle.p84 .value-bar { transform: rotate(302deg); }
 .progress-circle.p85 .value-bar { transform: rotate(306deg); }
 .progress-circle.p86 .value-bar { transform: rotate(310deg); }
 .progress-circle.p87 .value-bar { transform: rotate(313deg); }
 .progress-circle.p88 .value-bar { transform: rotate(317deg); }
 .progress-circle.p89 .value-bar { transform: rotate(320deg); }
 .progress-circle.p90 .value-bar { transform: rotate(324deg); }
 .progress-circle.p91 .value-bar { transform: rotate(328deg); }
 .progress-circle.p92 .value-bar { transform: rotate(331deg); }
 .progress-circle.p93 .value-bar { transform: rotate(335deg); }
 .progress-circle.p94 .value-bar { transform: rotate(338deg); }
 .progress-circle.p95 .value-bar { transform: rotate(342deg); }
 .progress-circle.p96 .value-bar { transform: rotate(346deg); }
 .progress-circle.p97 .value-bar { transform: rotate(349deg); }
 .progress-circle.p98 .value-bar { transform: rotate(353deg); }
 .progress-circle.p99 .value-bar { transform: rotate(356deg); }
 .progress-circle.p100 .value-bar { transform: rotate(360deg); }.twigWidgetBloques {
    padding: 30px 0px 15px 0px;
    width: -webkit-fill-available;
    width: -moz-available;
}

.twigWidgetBloques .top {
    padding-right: 22px;
    padding-left: 22px;
}

.twigWidgetBloques .selectWidget {
    margin-bottom: 16px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
}

.twigWidgetBloques .blockClock {
    height: 40px;
    width: 40px;
    background-color: rgba(250, 183, 44, 0.99);
    border-bottom-right-radius: 8px;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.twigWidgetBloques .cabeceraBloque {
    margin-top: 20px;
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    padding-left: 22px;
    padding-right: 22px;
}

.twigWidgetBloques .cabeceraBloque p {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.234949px;
    color: rgba(46, 54, 61, 0.7);
    margin-left: 12px;
}

.twigWidgetBloques .bloque {
    cursor: pointer;
    text-decoration-line: none;
}

.twigWidgetBloques .bloque .insideBloque {
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(46, 54, 61, 0.1);
    margin-left: 22px;
    margin-right: 22px;
    text-decoration: none;
}

.twigWidgetBloques .bloque:hover {
    background: rgba(46, 54, 61, 0.05);
}

.twigWidgetBloques .bloque .insideBloque {
    height: 118px;
}

.twigWidgetBloques .bloque .cantidad {
    margin-right: 19px;
    margin-left: 21px;
    border-radius: 4px;
    font-weight: bold;
    font-size: 11px;
    line-height: 15px;
    color: #FFFFFF;
    height: 20px;
    min-width: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.twigWidgetBloques .bloque .informacion .title {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: rgba(46, 54, 61, 0.7);
    padding-bottom: 7px;
}

.twigWidgetBloques .bloque .informacion .descripcion {
    font-size: 12px;
    line-height: 15px;
    display: flex;
    align-items: center;
    color: rgba(46, 54, 61, 0.75);
}

.twigWidgetBloques .bloque .division {
    height: 44px;
    min-width: 7px;
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px;
}

.twigWidgetBloques .redBarra {
    background: rgba(245, 166, 35, 0.4);
}

.twigWidgetBloques .greyBarra {
    background: rgba(46, 54, 61, 0.2);
}

.twigWidgetBloques .redNumber {
    background: rgba(250, 183, 44, 0.99);
}

.twigWidgetBloques .greyNumber {
    background: rgba(46, 54, 61, 0.1);
    color: rgba(46, 54, 61, 0.5) !important;
}

.twigWidgetBloques .verTodos {
    font-weight: 600;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 0.3px;
    color: rgba(46, 54, 61, 0.5);
    text-align: center;
}

.twigWidgetBloques .verTodos a {
    color: rgba(46, 54, 61, 0.5);
    text-decoration: none;
}

.twigWidgetBloques .chevro {
    position: absolute;
    right: 20px;
    bottom: 20px;
    display: none;
}

.ui-tooltip-content {
    background: #FFFFFF;
    box-shadow: 0px 2px 4px rgba(137, 147, 155, 0.25);
    padding: 19px 23px 9px 23px;
}

.ui-tooltip {
    border: none !important;
    border-radius: 0px !important;
    box-shadow: 0px 2px 4px rgb(137 147 155 / 25%) !important;
}

.ui-tooltip-content .titleContentInfo {
    font-style: normal;
    font-weight: bold;
    font-size: 13px;
    line-height: 18px;
    color: rgba(46, 54, 61, 0.7);
    margin-bottom: 10px;
}

.ui-tooltip-content .textContentInfo {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    color: rgba(46, 54, 61, 0.7);
    margin-bottom: 10px;
}

.TooltipBody {
    border: none !important;
    background-color: transparent !important;
    box-shadow: none !important;
}

.grisClaro {
    color: #CCC;
}

.loadingWidget {
    width: -webkit-fill-available;
    height: -webkit-fill-available;
    position: absolute;
    text-align: right;
    background: rgba(255, 255, 255, .6);
    display: block !important;
    z-index: 3;
    width: -moz-available;
}

@-moz-document url-prefix() {
    .loadingWidget {
        height: inherit;
    }
}

.fa-refresh {
    margin-right: 20px;
}

#grid .spinner {
    animation: rotate 1s linear infinite;
    background: #f15f41;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    position: absolute;
    right: 20px;
    top: 31px;
}

#grid .bodyBloque .spinner {
    position: initial;
}

#grid .bodyBloque .spinner::after {
    background-color: white;
}

#grid .bodyBloque  #loading-ajaxListView {
    padding-bottom: 50px;
}

@media screen and (max-width: 1129px) {
    .twigWidgetBloques .footerWidget {
        display: flex;
        justify-content: center;
        padding: 0px 22px;
        align-items: center;
        position: relative;
        height: 30px;
    }
    .twigWidgetBloques .footerWidget p {
        margin-top: 0px;
    }

    .twigWidgetBloques .footerWidget .chevro {
        position: absolute;
        right: 20px;
        display: block;
        top: 40%;
        bottom: 0px;
    }

    .twigWidgetBloques .bodyBloque.hidden {
        height: 0 !important;
        display: none !important;
    }

    .twigWidgetBloques .bodyBloque.noHidden {
        height: auto !important;
        display: block !important;
    }

    .twigWidgetBloques .chevro {
        cursor: pointer;
    }
    .twigWidgetBloques .chevro.rotate-180 {
        transform: rotate(180deg);
    }
}
.ui-header-tabs .ui-tabs-active, #ventanaEstadoLoading, .textoColorPrincipal, #tooltip_minReservationDate i {
  color: #f15f41 !important; }

.ui-header-tabs .ui-tabs-active, .CRSMAccordionMenu .nav .active, .barraAnuncios, .ui-multiselect-checkboxes.ui-helper-reset .ui-state-active, .cluetip-default h3#cluetip-title, .TooltipCaption, .backGroundColorPrincipal {
  background: none !important;
  background-color: #f15f41 !important; }

.backGroundColorPrincipalClaro {
  background: none !important;
  background-color: #f58771 !important; }

.backGroundColorPrincipalClaroHome {
  background: none !important;
  background-color: #fef7f6 !important; }

#sortableFormularioReservas1, #sortableFormularioReservas2, .ui-header-tabs .ui-tabs-active, #generalHeaderContainer, .actionMenu, .CRSMAccordionMenu .nav:first-child, .titleMenu, .menuWidgetHome, .colorPrincipalMessageWindow, .zebra, .ui-multiselect-checkboxes.ui-helper-reset .ui-state-active, .ui-multiselect-checkboxes.ui-helper-reset .ui-corner-all.ui-state-hover, .extra .subTitleEditView, .extra .hidden_data, #formularioTarifas, #formularioTarifasMes, #ventanaLoadingPage, .cluetip-default #cluetip-outer, .TooltipBody, .borderColorPrincipal {
  border-color: #f15f41 !important; }

.actionMenu .triangulo.right {
  border-color: transparent #f15f41 transparent transparent; }

.actionMenu .triangulo.left {
  border-color: transparent transparent transparent #f15f41; }

.borderColorPrincipalClaro {
  border-color: #f58771 !important; }

.borderColorPrincipalClaroHome {
  border-color: #f58771 !important; }

.tabFormTwig, .contentEditTwig, .contentEditTwig, .contentDetailTwig, .tabForm, .tabDetailView, .twigSearch, ul.tablist li > a.current, ul.tablist li > div.current {
  border-top-color: #f15f41 !important; }

.actionMenu .triangulo.right {
  border-color: transparent #f15f41 transparent transparent; }

.actionMenu .triangulo.left {
  border-color: transparent transparent transparent #f15f41; }

.actionMenu .triangulo.bottom {
  border-color: transparent transparent #f15f41 transparent; }

button, .button, .multiButtonMenu, .multiButtonMenu li, a .linkAvantio {
  color: #f15f41 !important;
  background: none !important;
  background-color: #fff !important;
  -webkit-appearance: none; }

.multiButtonMenu li a:link {
  color: #f15f41 !important; }

.trianguloActive {
  border-color: transparent transparent transparent #f15f41 !important; }

.trianguloActiveClaro {
  border-color: transparent transparent transparent #f58771 !important; }

button:not(.resetButton):not(.ui-multiselect), .button:not(.resetButton):not(.ui-multiselect), .multiButtonMenu, .multiButtonMenu li {
  border-color: #f15f41 !important; }

.primaryText {
  color: #d63210 !important; }

.button:not(:disabled):not(.actionSelectorButton):hover, .button:not(:disabled):not(.actionSelectorButton):active, .button:not(:disabled):not(.actionSelectorButton):focus, .primaryButton, .swal2-confirm {
  background: none !important;
  background-color: #f15f41 !important; }

.primaryButton:not(:disabled):hover, .primaryButton:not(:disabled):active, .primaryButton:not(:disabled):focus {
  background: none !important;
  background-color: #d63210 !important;
  border-color: #d63210 !important; }

.swal2-confirm:not(:disabled):hover, .swal2-confirm:not(:disabled):active, .swal2-confirm:not(:disabled):focus, .circleActiveWorkflows {
  background: none !important;
  background-color: #d63210 !important;
  border-color: #d63210 !important; }

.circleActiveWorkflowsClaro {
  background: none !important;
  background-color: #be2c0e !important;
  border-color: #be2c0e !important;
  opacity: 0.6; }

.resetButton, .flechaCategoria {
  background-color: transparent !important;
  color: #f15f41 !important; }

input#login_button, input#recovery_button {
  background: none !important;
  background-color: #f15f41 !important;
  border-color: #f15f41 !important; }

input#login_button:hover, input#login_button:focus, input#recovery_button:hover, input#recovery_button:focus {
  background: none !important;
  background-color: #be2c0e !important;
  border-color: #be2c0e !important; }

.iconIntranetHover {
  box-shadow: inset 0 0 0 2px #f15f41; }

.cluetip-arrows {
  border-right: 11px solid #f15f41 !important; }

.selectTabSuperior, .buttonBookingFocus, .buttonCustomersFocus, .buttonAcommodationFocus {
  border-bottom: 2px solid #f15f41; }

.liPulsableMenuUsuarioVRMS_style, .itemTabMenuVRMS:not(.actionSelectorItem):hover, .liPulsableMenuUsuarioVRMS:hover, .liPulsableMenuUsuarioVRMS:focus, .itemTabMenuVRMS:not(.actionSelectoItem):focus, .menuWidgetSeleccionado {
  background: none !important;
  background-color: #f15f41 !important;
  color: white !important; }

.xchart .color0 .line, .gallery-types :checked + label > svg .svg-selected3 {
  stroke: #f15f41 !important; }

.xchart .color0 rect, .xchart .color0 circle, .gallery-types :checked + label > svg .svg-selected2 {
  fill: #f15f41 !important; }

.xchart .color0 .fill {
  fill: #fcd7d0 !important;
  opacity: 0.5 !important; }

.checkBoxIos + .checkbox-label {
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  background-color: #f8f8f8;
  border: 2px solid #ddd; }

.checkBoxIos:checked + .checkbox-label {
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  background-color: #f15f41;
  border: 2px solid #f15f41; }

.ios-toggle:checked + .checkbox-label {
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  background-color: #f15f41;
  border: 2px solid #f15f41; }

.checkBoxIos:checked + .checkbox-label:after, .leyendaGraphicPresente, .letraColorPrincipal {
  color: #f15f41; }

.swal2-modal .swal2-styled.swal2-loading {
  border-left-color: #f15f41 !important;
  border-right-color: #f15f41 !important; }

.actionMenu .triangulo.right {
  border-color: transparent #f15f41 transparent transparent; }

.swal2-modal .ui-widget-header {
  background : none;
  background-color: #f15f41 !important; }

input:checked + .slider {
  background-color: #f15f41;
  -webkit-box-shadow: inset 0 0 0 20px #f15f41, 0 0 0 2px #f15f41;
  -moz-box-shadow: inset 0 0 0 20px #f15f41, 0 0 0 2px #f15f41;
  box-shadow: inset 0 0 0 20px #f15f41, 0 0 0 2px #f15f41; }

.gallery-types :checked + label > svg .svg-selected1 {
  fill: rgba(241, 95, 65, .5) !important; }

.gallery-types li input:checked + label + span {
  color: #f15f41 !important; }

.badgetMiddleInbox, .badgetMiddleInboxFilter, .badgetMiddle, .typeConversacion .sinLeer, .wizardStep.activeStep::before {
  background-color: #f15f41 !important; }

.ultimoBloqueMenuMessagesVRMS p, .ultimoBloqueMenuMessagesVRMS p a, .ultimoBloqueMenuNotificacionesVRMS p, .ultimoBloqueMenuNotificacionesVRMS p a {
  color: #f15f41; }

.elementPagination .primaryButton:no(:disabled):hover, .elementPagination .primaryButton:not(:disabled):active, .elementPagination .primaryButton:not(:disabled):focus, .moreInfoLink {
  color: #f15f41 !important; }

.ulMessagesListVRMS #getMoreMessages {
  color: #f15f41; }

.buttonsFilterViewPanel .spinnerFilterMessages {
  color: #f15f41; }

.spinnerFilterMessagesRedactar, .spinnerSearchMessages, .spinnerSearchMessagesPending {
  color: #f15f41; }

.bloqueMessageNoLeido {
  background: #f15f41 !important;
  border: 1px solid #f15f41 !important; }

.elementPagination .primaryButton {
  color: #f15f41 !important;
  border: 1px solid #f15f41; }

.wListViewPagination .elementPagination .primaryButton:hover {
  background: none !important;
  background-color: #f58771 !important; }

#verTodoMessagesVRMS {
  color: #f15f41; }

.emptySvg {
  --colorEmpty: #f15f41; }

.configNotifications .configWidget, #verTodoNotificacionesVRMS a {
  color: #f15f41; }

.configNotifications:hover .configWidget, #verTodoNotificacionesVRMS:hover {
  color: #be2c0e !important; }

.iconButtonWL.disabled {
  color: #fcd7d0 !important; }

.iconButtonWL {
  color: #f15f41; }

.iconButtonWL:not(.disabled):hover {
  color: #be2c0e !important; }

.bloqueNoLeido {
  background: #f15f41 !important;
  border: 1px solid #f15f41 !important; }

.activeAccordion {
  border-bottom: 2px solid #f15f41 !important;
  color: #f58771 !important; }

.customiseIdiomaGlobal, .tooltipVideo a, .tooltipVideo a:hover, .tooltipVideo a:active {
  color: #f15f41 !important; }

.FotoCTA .ctaImg, .spanColorCorporativePrimary {
  color: #f15f41 !important; }

.tabEntityActive {
  border-bottom: 1px solid #f15f41 !important; }

.tabEntityActive .labelTabEntity p, .wizardStep.activeStep, .wizardStep.completeStep::before, .wizardStep.completeStep {
  color: #f15f41 !important; }

.contentGuesBodyMessage.typeGuest {
  background-color: rgba(241, 95, 65, .10) !important; }

.activeSvgIcon {
  --fillConver: #f15f41 !important;
  --iconConver: #f15f41 !important; }

.corporativeColor {
  color: #f15f41 !important; }

.corporativeBackground {
  background: #f15f41 !important; }

.corporativeBackground15 {
  background: rgba(241, 95, 65, 0.15) !important; }

.corporativeColorSVGStroke {
  stroke: #f15f41 !important; }

.corporativeColorSVGFill {
  fill: #f15f41 !important; }

.newStyleButtonCorporative {
  background: #f15f41 !important;
  border: 1px solid #f15f41 !important; }

.customTabActive {
  background: rgba(241, 95, 65, 0.15) !important;
  border: 1px solid #f15f41 !important;
  color: #f15f41; }

.activeBorderCorporative {
  border: 1px solid #f15f41 !important; }

input[type=checkbox] {
  accent-color: #f15f41 !important; }

table.wListView input[type="checkbox"] {
  opacity: 0.5 !important; }

table.wListView input[type="checkbox"]:checked {
  opacity: 1 !important; }

.newGif, .newGif:before, .newGif:after {
  background: #f15f41; }

.contentHeaderLanding, .contentLandingLogo {
  background: #343434 !important; }

.titleMenu, .contentEditTwig, .tituloPlain, .wListView tbody tr:hover, ul.subpanelTablist, .multiButtonMenu:focus, .multiButtonMenu:hover, .multiButtonMenu:active, .multiButtonMenu li:focus, .multiButtonMenu li:hover, .multiButtonMenu li:active {
  background: none !important;
  background-color: #f3f2f2 !important; }

.CRSMAccordionMenu .nav li ul li a {
  border-color: #f3f2f2 !important; }

.button:not(:disabled):not(.actionSelectorButton):hover, .button:not(:disabled):not(.actionSelectorButton):active, .button:not(:disabled):not(.actionSelectorButton):focus, .primaryButton, .swal2-confirm {
  color: #f3f2f2 !important; }

.resetButton:not(:disabled):hover, .resetButton:not(:disabled):focus, .resetButton:not(:disabled):active {
  color: #be2c0e !important;
  background-color: transparent !important; }

.subTitleEditView, .bgTables, .tituloEdit, .subtitleDetail, .b-cell.m-header, .ui-multiselect-checkboxes.ui-helper-reset .ui-corner-all.ui-state-hover {
  background: none !important;
  background-color: #eae7e6 !important; }

.tabDetailViewDL, ul.subpanelTablist, .tabDetailViewDF {
  border-color: #eae7e6 !important; }

.tabFormTwig, .tabForm, .twigSearch, .tabDetailViewDL {
  background: none !important;
  background-color: #fff !important; }

.tabFormTwig, .contentEditTwig, .tabForm, .tabDetailView, .twigSearch {
  border-color: #e0e3e5 !important; }

.xchart .color0.comp .line {
  stroke: #a9b1b6 !important; }

.xchart .color0.comp rect {
  fill: #a9b1b6 !important; }

.xchart .color0.comp circle, .xchart .color0.comp .pointer {
  fill: #a9b1b6 !important; }

.avtSidebar .avtIconActive a, .avtSidebar .avtIconActive {
  color: #b1442d !important; }

.CRSMAccordionMenu .nav li ul li a {
  background: none !important;
  background-color: #fff !important; }

.cluetip-default #cluetip-outer {
  background: none !important;
  background-color: #fff !important; }

.cluetip-default h3#cluetip-title, .textoWhiteActivo {
  color: #fff !important; }
