

.BL_Resaltar
{
    outline: 5px solid #FFDD54;
}

.BL_Mensaje
{
    background-color: #FFFFAA;
    border: 2px solid #FFDD54;
    padding: 5px;
    color: #003D72;
}
.publicar-principal{
    padding: 10px;
    background-color: #FFF;
}

.publicar-paso{
    font-size: 20px;
    display: inline-block;
    vertical-align: middle;
    width: 420px;
    text-align: left;
    color: #000;
}

.publicar-pasos{
    display: inline-block;
    vertical-align: top;
    width: 100px;
    text-align: center;
}
.publicar-pasos span{
    display: block;
    margin-top: 5px;
    font-size: 12px;
    font-weight: bold;
}

.publicar-numero{
    display: inline-block;
    vertical-align: middle;
    background-image: url(../../img/Publicar/paso_circulo.png);
    background-position: center;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 24px;
    color: #FFF;
    font-weight: normal;
    margin-right: 10px;
}

.publicar-pasos{
    vertical-align: middle;
}

.publicar-leyenda{
    text-align: left;
    margin: 20px 0;
    font-size: 14px;
}

/*
    PARCHECITO
*/
div#ContainerBody {
    padding-top: 0;
}

div#ContainerFoot{
    margin-top: 0;
}

/*
    LO VIEJO
*/

#idCapturaCalendario
{
    /*margin-bottom: 20px;*/
}

.divRecuadro.cssCotizacion .Content
{
    line-height: 24px;
    padding: 9px;
    text-align: left;
}

.divRecuadro.cssCotizacion .Content label
,.divRecuadro.cssCotizacion .Content label  span
{
    display: inline-block;
}

.divRecuadro.cssCotizacion .Content .cssCampo
{
    width: 90px;
    text-align: left;
}

.divRecuadro.cssCotizacion .Content .cssValor
{
    text-align: right;
    width: 100px;
}

.divRecuadro.cssCotizacion .Content .cssValor span
{
    width: 75px;
}

.divRecuadro.cssCotizacion .Content .cssAnuncioMedida
{
    margin-bottom: 10px;
}

.divRecuadro.cssCotizacion .Content .cssAnuncioMedidas .cssValor
{
    text-align: left;
}

.divRecuadro.cssCotizacion .Content .cssAnuncioMedidas .cssValor span
{
    display: inline;
}

.divRecuadro.cssCotizacion .Content .cssAnuncioPrecio .cssPrecio
{
    font-size: 18px;
}

.divRecuadro.cssCotizacion .Content .cssPromociones
{
    display: none;
}

.cssMesAnio {
    padding: 3px;
    background: #f1f1f1;
    border: 1px solid #c9c9c9;
    border-bottom: 0;
}

.msg-calendar {
    font-size: 12px;
    padding: 8px 0;
    font-weight: 500;
}

.btn-cont-cal {
    position: relative;
    overflow: hidden;
}

div#calculate-price {
    margin-bottom: 10px;
}


span#idCotizacionValorPagar {

    padding: 10px;
}

.price-container {
    display: inline-block;
    width: 100px;
}

span.dollar-sign {
    padding-right: 10px;
    font-weight: bold;
    font-size: 16px;
}

.btn-cont-cal button {
    width: 50%;
    margin: 0;
    padding: 0;
    border: 1px solid rgb(201, 201, 201);
    float: left;
    background: rgb(255, 255, 255);
    border-top: 0;
    height: 25px;
    padding-top: 2px;
    color: black;
}

.btn-cont-cal button:hover {
    font-weight: 500;
    background: rgba(220, 220, 220, 0.32);
}

button.ctlButton.left-cal-btn {
    position: absolute;
    top: 0px;
    line-height: 1px;
    left: 0;
    height: 18px;
    border: 1px solid rgba(0, 0, 0, 0.27);
    background: #fff;
    color: #000;
    font-weight: bold;
}

button.ctlButton.right-cal-btn {
    position: absolute;
    top: 0px;
    line-height: 1px;
    right: 0;
    height: 18px;
    border: 1px solid rgba(0, 0, 0, 0.27);
    background: #fff;
    color: #000;
    font-weight: bold;
}

button.ctlButton.left-cal-btn:hover,
button.ctlButton.right-cal-btn:hover{
    background:rgba(220, 220, 220, 0.32);
}

.cssCantidadDias {
    margin-bottom: 4px;
    padding: 0px;
    text-align: left;
    font-size: 17px;
}

#Calendar
{
    margin: 0 auto;
    border-collapse: collapse;
    width: 100%;
}

#Calendar thead tr
{
    color: #005888;
    font-size: 10px;
    font-weight: bold;
}

#Calendar tbody tr td
{
    height: 30px;
    width: 35px;
    text-align: center;
    padding-top: 4px;
}

#Calendar thead tr td {
    background: #f1f1f1;
}

table#Calendar thead {
    border: 1px solid #c9c9c9;
}

#Calendar thead tr td {
    background: #f1f1f1;
    color: rgba(0, 0, 0, 0.56);
    font-size: 14px;
    font-weight: 400;
    height: 30px;
    width: 35px;
    padding-top: 4px;
}

.cssColumnEnable {
    color: #444444;
    border: 1px solid rgba(192, 192, 192, 0.56);
    background-color: rgb(255, 255, 255);
}

.cssColumnEnable:hover {
    border-color: rgba(179, 179, 179, 0.59);
    color: #000051;
    font-weight: bold;
    cursor: pointer;
}

.cssColumnDisable {
    border: 1px solid rgba(209, 209, 209, 0.99);
    background-color: #efefef;
    color: #AAAAB0;
}

.cssColumnDisable:hover {
    cursor: not-allowed;
}

.cssColumnNone {
    background-color: #f1f1f1;
    border: 1px solid rgba(214, 214, 214, 0.99);
}

.cssColumnDisabledSelected
{
    background-color: #3764a0;
    border: 1px solid  #4E565F;
    text-decoration: line-through
}

.cssColumnBonificado, 
.cssColumnSelected {
    cursor: pointer;
    background-color: #0ea1d2;
    border: 1px solid rgba(255, 255, 255, 0.32);
    color: #FFF;
}

.cssColumnBonificado:hover, 
.cssColumnSelected:hover {
    font-weight: bold;
    border-color: rgba(191, 191, 191, 0.42);
}

#calendar-container button
{
    margin: 1px;
}

#calendar-container
{
    width: 100%;;
    margin: auto;
    padding: 1px;
    display: block;
    text-align: center;
    cursor: default;
}


#idMediosPago .cssMetodoPago
{
    width: 200px;
    display: inline-block;
    vertical-align: top;
    margin: 5px;
}

#idMediosPago .cssMetodoPago .CRecuadro>h4
{
    font-weight: normal;
    font-size: 17px;
    padding-bottom: 5px;
    border-bottom: 1px solid;
    margin-bottom: 8px;
}

#idMediosPago .cssMetodoPago .CRecuadro>div>img
{
    max-height: 50px;
    max-width: 100px;
}

#idMediosPago .cssMetodoPago .CRecuadro>div>p
{
    font-size: 12px;
    margin: 10px 0px;
}
div.cssCuponCompra
{
    border: 1px solid #999;
}

div.cssBtnImprimir
{
    text-align: center;
    margin-top: 3px;
}

.cssCuponCompra span.data
{
    text-align: left;
}

.cssCuponCompra span.cssCampo
{
    font-weight: bold;
    font-size: 13px;
    text-align: right;
}

.cssCuponCompra span.cssCodigo
{
    font-weight: bold;
    font-size: 13px;
}

.cssCuponCompra .cssDatos
{

}

.cssCuponCompra .cssDatos .cssResultado
{
    font-size: 12px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.cssCuponCompra .cssDatos .cssResultadoMonto
{
    font-weight: bold;
    font-size: 12px;
    color: black;
}

.cssCuponCompra .cssDatos .cssResultadoCodigo
{
    font-weight: bold;
    font-size: 12px;
    color: black;
}

.cssCuponCompra .cssDatos p
{

}

.cssCuponCompra .cssDatos .cssCodigo
{
    border: none;

}
.cssCuponCompra
{

}

#idWndConfirmar .FinContenido
{
    min-width: 300px;
    max-width: 400px;
    margin: 0 auto;
}
.cssAnuncioWizard .SubTitle {
    text-align: right;
}
.cssAnuncioWizard .SubTitle label
, .cssAnuncioWizard .SubTitle select {
    float: left;
    color: #FFF;
}
.cssAnuncioWizard .SubTitle select option
{
    color: #333;
    background-color: #FFF;
}
#idSelectSecciones
{
    /*background-color: rgba(0,0,0,0);*/
    /*border:0;*/
    line-height: 24px;
    height: 24px;
}

/* ARBOL DE CATEGORIAS*/

#SelectCategoria span.label {
    color: #000000;
    font-size: 15px;
    font-weight: 400;
    position: relative;
    top: 5px;
}

#SelectCategoria a[data-section-id] {
    padding-left: 20px;
    border-right: 2px solid #2281b3;
    font-size: 15px;
    font-weight: 400;
    padding-top: 12px;
}

#SelectCategoria a[data-section-id][data-section-selected="true"] {
    background: #2281b3;
    color: #FFF;
}

#SelectCategoria>.list-group>.list-group-item:first-child{
    border-top-left-radius: 0 !important;
    border-top: 0;
    border-top-right-radius: 0 !important;
}

#SelectCategoria .list-group-item {
    border-radius: 0 !important;
    height: 48px;
    background: #F6F6F6;
    border: 0;
}

#captura-opt-header .SubTitle {
    background-color: #FFFFFF;
    color: rgba(131,184,26,.8);
    font-size: 20px;
    text-align: center;
    border: 1px solid #E0E0E0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    overflow: hidden;
    padding-bottom: 15px;
    padding-top: 18px;
}

/* HEADER */

.header-right {
    display: none;
}

.div-header-center {
    float: right !important;
    width: 44%;
    vertical-align: top;
    height: 90px;
    background-color: #00ADD0 !important;
    border-bottom: 3px solid #0088B2 !important;
    position:relative;
    left:22%;
}

.input-group.header-search.col-sm-7 {
    display: none;
}

.div-logo-left {
    width: 34% !important;
}

@media screen and (max-width: 650px){
    .div-header-center {
        width: 65% !important;
    }
}

@media screen and (max-width: 550px){
    #SelectCategoria span.label {
        font-size: 13px;
        display: block;
    }
    #SelectCategoria a[data-section-id]{
        font-size: 13px;
        display: block;
        overflow: hidden;
    }
    #SelectCategoria .list-group-item {
        overflow: hidden;
    }
}

@media screen and (max-width: 330px){
    #SelectCategoria span.label {
        font-size: 11px;
    }
    #SelectCategoria a[data-section-id]{
        font-size: 11px;
    }
}

.a-d-v-top{
    display:none;
}

.header-lvt-gral {
    height: auto !important;
}

/* FORMULARIO*/

.captura-data #type-container {
    height: 40px;
    padding: 5px;
    font-size: 14px;
    margin: 10px 0;
    padding-right: 15px;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #dddddd;
    display:table;
    margin: 0 auto 10px auto;
}

.captura-data #type-container label {
    padding-left: 15px;
    font-weight: 100;
    width: 60px;
    padding-top: 3px;
}

.captura-data #type-container .select-container {
    display: table-cell;
    width: 100%;
    padding-left: 20px;
}

.captura-data #type-container select {
    width: 100%;
    height: 37px;
    border: 0;
}

.captura-data #type-container select:focus {
    outline: 0;
}

legend{
    display: none ;
}

fieldset legend{
	display:block;
	font-size:14px;
	border:none;
	
}

.x-panel-body {
    border: 0 !important;
}

.x-panel{
    border:0 !important;
}

.boxMaterial {
    background: #f1f1f1;
    border: 1px dashed #a79d9d;
    overflow: hidden;
}


button#idComprar {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
    font-weight: 600;
}

/* BREADCUM*/

.breadcrumb {
    padding: 8px 15px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
    text-align: left;
    display: inline-block;
    margin-bottom: 0;
    font-size: 14px;
}

#PaginadoHeader.cssPaginadoHeaderSearch {
    border: 1px solid rgba(170, 170, 170, 0.29) !important;
    border-radius: 5px;
}

#PaginadoHeader {
    text-align: left;
    background-color: rgba(170, 170, 170, 0.1);
    padding: 0 !important;
    display: inline-block;
    width: 100%;
}

.cssPaginadoHeaderSearch {
    text-align: right;
    padding: 5px;
    border: 1px solid #CCC;
    margin: 10px 0 10px 0;
    min-height: 27px;
}

.breadcrumb > li + li:before {
    padding: 0 5px;
    color: #7B7B7B;
    content: "\e080";
    top: 2px;
    position: relative;
    font-family: 'Glyphicons Halflings';
}

/* LISTA DE CATEGORIAS*/

#SelectCategoria .icon {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #11a1d1;
    font-size: 23px;
    line-height: 27px;
    text-align: center;
    vertical-align: middle;
    height: 32px;
    width: 32px;
    margin-right: 10px;
    float: left;
}

#SelectCategoria .rubro-vehiculos .icon:before {
    content: "\f1b9";
}
#SelectCategoria .rubro-inmuebles .icon:before {
    content: "\f015";
}
#SelectCategoria .rubro-servicios .icon:before{
    content: "\f0ad";
}
#SelectCategoria .rubro-productos .icon:before{
    content: "\f1b2";
}
#SelectCategoria .rubro-trabajos .icon:before{
    content: "\f183";
}

/* WIZARD*/

#WizardContainer label:focus {
    outline: none;
}

label#term-cond {
    width: 100%;
    margin: 10px 0 0 0;
}

.MaxcharLabel{
    color:#acacac;
}

.bottom-wizard {
    margin: 0 auto;
    border: 1px solid #f2f0f0;
    border-top: 0;
    box-sizing: content-box;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    margin-bottom: 15px;
}


/* CUPON PREVIEW*/

.logo-content {
    background-color: #33beda;
    padding: 8px;
}

div.cssCuponCompra {
    border: 1px solid #33beda;
    border-radius: 5px;
    margin-top: 10px;
}

.cssCuponCompra .cssDatos p {
    overflow: hidden;
    margin: 5px 0;
}

.cssCuponCompra .cssDatos {
    overflow: hidden;
}

button#idConfirmar {
    background-color: #337ab7;
    color: #FFF;
}

button#idVolverConfirmar {
    background-color: #ba1a21;
    color: #FFF;
}

a[data-section-selected="true"]{
    text-decoration: none;
    background-color: #f5f5f5;
}

.tooltip-inner {
    background-color: rgb(47, 163, 255);
    border: 1px solid rgba(0, 0, 0, 0.23);
    width:200px;
}

.tooltip.right .tooltip-arrow {
    border-right-color: rgb(47, 163, 255);
}

input.CError {
    border: 1px solid rgba(255, 0, 0, 0.34);
}

div[tooltiptype="CRITICAL"] div.x-panel.x-panel-noborder{
    border: 2px solid #feb1a3 !important;
}

.captura-tree-sections{
    position: relative;
    max-width: 700px;
    margin: 0 auto 10px auto;
}


/*   WIZARDS OBJECT  */
.wizard-form-group{
    position: absolute;
    z-index: 15;
}

/*
        MINI SCREEN
*/
@media (max-width: 439px){

    #WizardContainer [data-wizard-object="page"] [wizard-object-type="11"] {
        height: auto !important;
        width: 48% !important;
        display: inline-block !important;
        margin-right: 3px !important;
    }

    #WizardContainer [data-wizard-object="page"]  [wizard-object-type="11"] .form-upload-image input,
    #WizardContainer [data-wizard-object="page"]  [wizard-object-type="11"] .form-upload-image img,
    #WizardContainer [data-wizard-object="page"]  [wizard-object-type="11"] .form-upload-image
    {
        height: auto !important;
        width:100% !important;
    }

    #WizardContainer [data-wizard-object="page"]  [wizard-object-type="11"] .form-upload-image{
        margin-bottom: 9px;
    }

    [data-wizard-object="page"]  [wizard-object-type="11"] .form-upload-image img{
        max-width: 100% !important;
        max-height: 100% !important;
    }

    #WizardContainer [data-wizard-object="page"]  [wizard-object-type="11"] .form-upload-image input{
        height: 280px !important;
    }

}

/*
        MOBILE SCREEN
*/
@media (max-width: 767px){

    .wizard-form-group{
        position: relative;
        width: 100% !important;
        height: inherit !important;
    }

    #WizardContainer *{
        position: initial !important;
        text-align: left;
    }

    [data-wizard-object="page"] ,
    #WizardContainer [data-wizard-object="page"]{
        width: 100% !important;
        height: auto !important;
    }
    [data-wizard-object="page"]  fieldset{
        display: none;
    }

    [data-wizard-object="page"]  label{
        display: none;
    }

    [data-wizard-object="page"]  .checkbox label,
    [data-wizard-object="page"]  .form-group label{
        display: block;
    }

    [data-wizard-object="page"]  .form-group textarea.form-control,
    [data-wizard-object="page"]  .form-group select.form-control,
    [data-wizard-object="page"]  .form-group input.form-control {
        display: block;
        width: 100% !important;
        height: 34px !important;
    }

    [data-wizard-object="page"] .form-group textarea.form-control{
        height: 80px !important;
    }

    [data-wizard-object="page"]  .checkbox input.checkbox{
        height: 80px !important;
    }


    [data-wizard-object="page"]  [wizard-object-type="11"]{
        display: block;
        height: 119px !important;
        vertical-align: top;
        margin-right: 5px !important;

    }

    #WizardContainer [data-wizard-object="page"]  [wizard-object-type="13"] *{
        position: absolute !important;
    }

    #WizardContainer [data-wizard-object="page"]  [wizard-object-type="13"]{
        position: relative !important;
        width: 98% !important;
        top:0 !important;
        left: 0 !important;
    }

    #WizardContainer [data-wizard-object="page"]  [wizard-object-type="13"] .gmnoprint.gm-bundled-control.gm-bundled-control-on-bottom div{
        position: relative !important;
    }

    #WizardContainer [data-page-name="Imagenes"]{
        text-align: center;
    }

    #WizardContainer [data-wizard-object="page"] [wizard-object-type="11"] .form-upload-image{
        position: relative !important;
    }

    #WizardContainer [data-wizard-object="page"] [wizard-object-type="11"] .form-upload-image span{
        position: absolute !important;
    }

    #idCapturaCalendario{
        position: relative !important;
    }

    #WizardContainer [wizard-object-type="11"] input[type="file"]{
        position: absolute !important;
    }

    #WizardContainer .responsive-vide.embed-responsive.embed-responsive-16by9 iframe{
        position: absolute !important;
    }

    #WizardContainer .responsive-vide.embed-responsive.embed-responsive-16by9 {
        position: relative !important;
    }
}

/*
        NORMAL SCREEN
*/
@media (min-width: 768px){

    div[data-wizard-object="page"]{
        /*float: left;*/
        height: auto;
    }


    [data-wizard-object="page"]  .form-group label{
        display: none;
    }


    .wizard-form-group textarea{
        height: 100%;
    }

    label{
        text-align: right !important;
    }
}


[class^=col-].padding-no-right{
    padding-right: 0;
}
[class^=col-].padding-no-left{
    padding-left: 0;
}

/*WIZARD PASOS*/

body div[data-page-name="Extra Papel"],
body div[data-page-name="Texto Papel"]{
    display: none;
}

body.combos-ofertas div[data-page-name="Web"],
body.combos-ofertas div[data-page-name="Geolocalizacion"]{
    display: none;
}

/******************/

.offer-panel.offer-web{
    background-color: #F6FFEC;
}

.offer-panel.offer-web .offer-name{
    background-color: #D0FF9F;
}

.offer-panel.offer-web .offer-arrow{
    background-color: #D0FF9F;
    border-top: 5px solid #00A229;
    border-right: 5px solid #00A229;
}

.offer-panel.offer-paper{
    background-color: #EAFEFF;
}

.offer-panel.offer-paper .offer-name{
    background-color: #ADD8FF;
}

.offer-panel.offer-paper .offer-arrow{
    background-color: #ADD8FF;
    border-top: 5px solid #0082B6;
    border-right: 5px solid #0082B6;
}

.offer-panel.offer-custom {
    background-color: #FFFF9D;
}

.offer-panel.offer-custom .offer-name{
    background-color: #FFCF4F;
}

.offer-panel.offer-custom .offer-arrow{
    background-color: #FFCF4F;
    border-top: 5px solid #FF7E46;
    border-right: 5px solid #FF7E46;
}

.offer-panel{
    overflow: hidden;
    margin-top: 10px;
}

.offer-name{
    padding: 10px;
    font-size: 18px;
    text-align: center;
    height: 92px;
}

.offer-name h3{
    position: relative;
    z-index: 1;
}

.offer-arrow{
    width: 70px;
    height: 70px;
    position: absolute;
    top: 11px;
    right: -32px;
    transform: rotate(45deg);
    z-index: 0;
}

.offer-combo {
    padding-top: 5px;
    position: relative;
    z-index: 1;
}

.offer-combo-label{
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}

.offer-combo-label label{
    display: block;
    font-size: 16px;
    font-weight: normal;
}

.offer-combo .offer-icon{
    font-size: 32px;
}


.offer-leyend{
    padding: 20px 0;
    border-bottom: 1px solid #000;

}

.offer-leyend h3{
    font-size: 24px;
    margin-bottom: 10px;
    font-weight: 700;
}

.offer-leyend p{
    font-size: 18px;
}

hr{
    border-top: 1px solid #000;
}

.offer-properties .offer-days{
    font-size: 16px;
    padding-top: 18px;
}

.offer-properties .offer-days b{
    font-size: 18px;
    font-weight: 700;
}

.offer-properties .offer-price,
.offer-properties .offer-box,
.offer-properties .offer-fill{
    padding-top: 25px;
    font-size: 26px;
}

.offer-properties .offer-price{
    padding-top: 26px;
    padding-bottom: 10px;
}

.offer-properties offer-icon{
    font-size: 26px;
}

.offer-action button{
    width: 100%;
    font-size: 24px;
}

.fa-times{
    color: #D9534F;
}

.fa-check{
    color: #5CB85C;
}

@media (min-width: 768px){
}

@media (max-width: 991px){

    .offer-properties .offer-days b{
        font-size: 24px;
    }

    .offer-properties .offer-days,
    .offer-properties .offer-price,
    .offer-properties .offer-box,
    .offer-properties .offer-fill{
        padding-top: 8px;
        font-size: 22px;
        padding-left: 36px;
    }
    .fa-times {
        font-size: 25px;
    }
}

@media (min-width: 992px){
    .offer-combo-description{
        padding-left: 60px;
    }

    .offer-action
    {
        padding: 0 30px;
        padding-top: 24px;
    }
}


/************CAPTURA CSS GASTON**************/

#tab2 h1.main-title {
    font-size: 30px;
    font-weight: 300;
    text-align: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.67);
    padding-bottom: 20px;
}

#tab2 .sub-title-web {
    padding: 18px 5px;
    font-size: 25px;
    color: rgba(0, 0, 0, 0.77);
    background: #FFF;
}

#tab2 .sub-title-web i {
    font-size: 30px;
    vertical-align: middle;
    padding-bottom: 6px;
}

#tab2 .sub-title-web h4 {
    font-size: 25px;
    color: rgba(0, 0, 0, 0.77);
    background: #FFF;
}

.tab-radius {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: rgba(255, 0, 0, 0.76);
}

span.nom-tab {
    font-size: 26px;
    color: rgba(255, 255, 255, 0.94);
    position: relative;
    top: 5px;
}

.right-top-radius .nom-tab {
    font-size: 20px;
    font-weight: 300;
}

.right-top-radius .nom-tab b{
    font-size: 26px;
    font-weight: bold;
    padding-right: 7px;
}

.tab-bottom.inactive {
    border-color: #f8ec92 !important;
}

.tab-bottom {
    line-height: 65px;
    border-bottom: 6px solid;
    border-color: #fc3a3a;
    overflow: hidden;
}

.row.back-row {
    background: #f2f2f2;
    padding: 15px 30px;
    overflow: hidden;
}

#tab2 p ,
#tab2 p.small{
    line-height: 18px;
    font-size: 16px;
    text-align: center;
}

.tab-section {
    padding: 0;
}

button#idLieam {
    background: #ff6a00;
    border: #fc3a3a;
    border-radius: 3px;
    transition: .2s;
}

button#idLieam:hover {
    background: rgb(255, 82, 0);
}

.pad-top-5{
    padding-top: 5px;
}

/********BASICO Y DESTACADOS**********/

.web-super-tab.basic-important {
    border-top: 1px solid;
    margin-top: 20px;
}

.icons-container {
    display: inline-block;
    padding-left: 10px;
    vertical-align: middle;
    top: 2px;
    position: relative;
}

div#important-tab .tab-radius,
div#basic-tab .tab-radius {
    background: rgba(255, 224, 0, 0.4);
}

div#important-tab .tab-radius.active,
div#basic-tab .tab-radius.active {
    background: #ffe000;
}

div#important-tab .tab-radius.active:hover, 
div#basic-tab .tab-radius.active:hover {
    background: #ffe000;
}

div#basic-tab {
    padding-right: 5px;
    cursor: pointer;
}

div#important-tab {
    padding-left: 5px;
    cursor: pointer;
}

.web-super-tab.basic-important .active .nom-tab {
    color: #000;
}

.web-super-tab.basic-important .nom-tab {
    color: rgba(0, 0, 0, 0.65);
}

.web-super-tab.basic-important .tab-bottom {
    border-color: #ffe000;
}

span.nom-tab.line {
    font-size: 20px;
    font-weight: 300;
    line-height: 25px;
    display: block;
    padding-top: 7px;
}

span.nom-tab.line b {
    padding-right: 5px;
}

span.nom-tab.price-basic b {
    font-size: 55px;
    display: inline-block;
    vertical-align: middle;
    padding-left: 5px;
}

span.nom-tab.price-basic {
    font-size: 24px;
    font-weight: bold;
    position: relative;
    top: 3px;
}

#tab2 .sub-title-web h5 {
    font-weight: 400;
    padding-top: 15px;
    font-size: 21px;
    padding-bottom: 0px;
}

.web-super-tab.basic-important .row.back-row {
    background: #f2f2f2;
    padding: 15px 30px 0 30px;
}

div#important-tab .tab-radius:hover, 
div#basic-tab .tab-radius:hover {
    background: #f3e89a;
}

.combos-ofertas.important #idCapturaCalendario,
.combos-ofertas.basic #idCapturaCalendario{
    display: block !important;
}

div#wizard-basic-important {
    padding: 0 15px 15px 15px;
}

.border-color {
    overflow: hidden;
    border: 6px solid #ffe000;
    border-top: 0;
    padding: 15px;
}

#idCapturaCalendario {
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
}

div#dlg-div {
    text-align: center;
    padding-top: 25px;
}

body.basic div#btn-public-basic,
body.basic div#price-div {
    padding-top: 20px;
}

button#btnImportant,
button#btnBasic {
    background: #ff6a00;
    border-color: rgba(255, 106, 0, 0.48);
    border-radius: 3px;
}

button#btnImportant:hover,
button#btnBasic:hover {
    background: #ff5200;
}

.blockDiv {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 60px;
    left: 0;
    z-index: 99;
    cursor: not-allowed;
}

body.important .msg-calendar,
body.important div#dlg-div,
body.important div#price-div,
body.basic .blockDiv {
    display:block !important
}

body.basic .msg-calendar,
body.basic div#dlg-div,
body.basic div#price-div,
body.important .blockDiv {
    display:none !important
}

/*BREADCRUMB*/

.category-breadcrumb ul {
    display: inline-block;
    padding: 15px 0px;
    font-size: 15px;
    font-weight: 600;
}

.category-breadcrumb .third:before {
    content: "/";
    padding-right: 3px;
}

.category-breadcrumb .second,
.category-breadcrumb .third{
    color: #4169c5;
}

.category-breadcrumb .second:empty,
.category-breadcrumb .third:empty {
    display: none;
}

.category-breadcrumb li {
    display: inline-block;
}

div#idTreeSections {
    margin-right: 5px;
    background: #F6F6F6;
    border-right: 2px solid rgb(34,129,179);
}

a.list-group-item:hover, 
button.list-group-item:hover{
    background-color: rgba(0, 0, 0, 0.09) !important;
}

#SelectCategoria .list-group-item[aria-expanded="true"] {
    background: #2281B3;
}

#SelectCategoria .list-group-item[aria-expanded="true"] .label {
    color: #FFF !important;
}

#SelectCategoria .list-group-item[aria-expanded="true"] .icon {
    color: #FFF !important;
}

#SelectCategoria .list-group-item[aria-expanded="true"]:hover,
#SelectCategoria a[data-section-id][data-section-selected="true"]:hover {
    background: #1d73be !important;
}

#Crop img {
    max-width: 100%;
}

#Crop{
    max-width: 800px;
    height: 100%;
}

button#idCropGuardar {
    position: absolute;
    bottom: 21px;
    right: 20px;
    border-radius: 4px;
    background: #fd6161;
    border: 1px solid red;
    color: #FFF;
}

.delete-container {
    z-index: 99;
    position: absolute;
    top: 0;
    right: 0;
    padding: 3px 7px;
    background: rgba(0, 0, 0, 0.49);
    border-radius: 5px;
    cursor: pointer;
}

div[wizard-object-type="11"]:focus{
    outline: 0;
}

.hover-bottom-shadow:hover {
    box-shadow: 1px 2px 4px 0px rgba(0, 0, 0, 0.32);
}

span.uploading-image {
    position: absolute;
    top: 43px;
    left: 38px;
    color: #FFF;
    border-radius: 5px;
    background-color: rgba(0, 0, 0, 0.45);
    padding: 5px;
}

.modal-dialog{
    position: relative;
    display: table;
    overflow-y: auto;    
    overflow-x: auto;
    width: auto;
    min-width: 300px;   
    max-width: 100%;
    margin: 10px auto;
}

.modal-body {
    overflow: hidden;
}

@media screen and (max-width: 800px){
    button#idCropGuardar {
        position: relative;
        float: right;
        top: 0;
        right: 0;
        margin-top: 15px;
        border-radius: 4px;
        background: #fd6161;
        border: 1px solid red;
        color: #FFF;
    }
}

.a_d-promote div#WizardContainer,
.a_d-promote div#idCapturaCalendario{
    width: 700px;
    float: left;
    display: block;
}

.a_d-promote div#idCapturaCalendario{
    width: 250px;
    margin-left: 20px;
}


@media (max-width: 767px){
    .a_d-promote div#WizardContainer,
    .a_d-promote div#idCapturaCalendario{
        width: 100%;
    }

}
/*
div[data-page-name="Titulo CD"],
div[data-page-name="Imagenes"],
div[data-page-name="Titulo DA"],
div[data-page-name="Web"],
div[data-page-name="Titulo M"],
div[data-page-name="Mapa"],
div[data-page-name="Titulo EI"],
div[data-page-name="Extra Papel"],
div[data-page-name="Texto Papel"],
div[data-page-name="Titulo C"],
div[data-page-name="Titulo C"],
div[data-page-name="Contacto"],
div[data-page-name="Contacto"],
div.captura-tree-sections
{
   display: none;
}

.edicion-internet div[data-page-name="Titulo CD"],
.edicion-internet div[data-page-name="Imagenes"],
.edicion-internet div[data-page-name="Titulo DA"],
.edicion-internet div[data-page-name="Web"],
.edicion-internet div[data-page-name="Titulo M"],
.edicion-internet div[data-page-name="Mapa"],
.edicion-impresa div[data-page-name="Titulo EI"],
.edicion-impresa div[data-page-name="Extra Papel"],
.edicion-impresa div[data-page-name="Texto Papel"],
.edicion-internet div[data-page-name="Titulo C"],
edicion-impresa div[data-page-name="Titulo C"],
.edicion-internet div[data-page-name="Contacto"],
edicion-impresa div[data-page-name="Contacto"],
.edicion-internet div.captura-tree-sections
{
   display: block;
}

.a_d-promote.edicion-internet div[data-page-name="Titulo CD"],
.a_d-promote.edicion-internet div[data-page-name="Imagenes"],
.a_d-promote.edicion-internet div[data-page-name="Titulo DA"],
.a_d-promote.edicion-internet div[data-page-name="Web"],
.a_d-promote.edicion-internet div[data-page-name="Titulo M"],
.a_d-promote.edicion-internet div[data-page-name="Mapa"],
.a_d-promote.edicion-internet div.captura-tree-sections{
   display: none;
}*/


[data-page-name="Titulo C"] label,
[data-page-name="Titulo CD"] label,
[data-page-name="Titulo DA"] label,
[data-page-name="Titulo M"] label,
[data-page-name="Titulo EI"] label{
    width: 100%;
    color: #59A3CA !important;
    font-size: 18px;
    padding-bottom: 0 !important;
    border-bottom: 1px solid #59A3CA;
    text-align: left !important;
    line-height: inherit;
    display: block !important;
    padding-top: 10px;
}



label.label-subtitulo{
    width: 100%;
    color: #59A3CA !important;
    font-size: 18px;
    padding-bottom: 0 !important;
    border-bottom: 1px solid #59A3CA;
    text-align: left !important;
    line-height: inherit;
}

.container.layout-content.a_d-promote .prom-paper {
    background: #0681BA;
    border-radius: 5px;
    margin-top: 25px;
    overflow: hidden;
    display: block;
    position: relative;
    text-align: center;
}

.container.layout-content.a_d-promote.a_d-new .thanksAndWait {
    display: block;
    background: #F0F4F5;
    padding: 5px 20px;
    border-radius: 6px;
    border: 1px solid #e0e0e0;
    overflow: hidden;
    margin-bottom: 20px;
    font-size: 20px;
    text-align: center;
    line-height: 20px;
}

.publish-options,
.container.layout-content.a_d-promote.a_d-new .captura-data label.label-subtitulo{
    display:none;
}

.prom-paper,
.thanksAndWait {
    display: none;
}

.thanksAndWait i {
    font-size: 70px;
    color: #64CB15;
    float: left;
    padding-right: 20px;
}

.thanksAndWait span.red {
    color: red;
    font-weight: bold;
}

.txt-container {
    display: inline-block;
    padding: 15px;
}

.img-container {
    display: inline-block;
    float: right;
    margin: 39px;
}

@media (max-width: 535px){
    .prom-paper .txt-container .desde p{
        text-align: center;        
    }
    .prom-paper .desde {
        margin-top: 10px;
    }
}

@media (max-width: 1091px){
    .prom-paper .img-container {
        margin: 0 0 20px;
        width: 100%;
    }
}

.btns-container {
    max-width: 700px;
    margin: 0 auto;
}


.container.layout-content.a_d-promote .publish-options {
    display: block;
    border-top: 1px solid rgba(0, 0, 0, 0.28);
    margin: 0 30px;
}

.publish-options .title {
    color: #59a3ca;
    font-size: 20px;
    padding: 15px 5px 10px;
}

.publish-options .publish-container {
    background: #F4F8F9;
    border-radius: 5px;
}

.publish-options .publish-container .row {
    padding: 0 20px;
    margin-bottom: 20px;
}

.publish-options .publish-container .subtitle {
    font-weight: bold;
    font-size: 13px;
    padding-bottom: 5px;
}

.publish-options .publish-container .text p.text {
    font-size: 9px;
    text-align: justify;
}

.publish-options .publish-container .text {
    padding: 0 1px;
}

.publish-options .publish-container .text.fon {
    background: #B3D6F0;
}

.publish-options .publish-container .text.rec {
    border: 1px solid black;
}

.publish-options .publish-container .text img {
    width: 100%;
}

.publish-options .publish-container .clas-container {
    max-width: 150px;
    min-width: 100px;
    margin: 15px auto;
}
.publish-options .publish-container .price {
    font-weight: bold;
    padding-top: 5px;
}

@media (max-width: 453px){
    .publish-options .publish-container .option {
        width: 100%;
    }
}

form.has-error {
    -webkit-box-shadow: 0px 0px 18px 0px #fd0500;
    -moz-box-shadow: 0px 0px 18px 0px #fd0500;
    box-shadow: 0px 0px 18px 0px #fd0500;
}
.btn-captura-blue:focus,
.btn-captura-blue:hover{
    background: #0e81d2;
    border: 1px solid #0ea1d2;
    color: #FFF;
}

.btn-captura-blue{
    line-height: 10px;
    cursor: pointer;
    background: rgb(14, 161, 210);
    border: 1px solid #0eb7d2;
    transition: .5s;
    color:#FFF;
}

.btn-change-video-mini{
    position: absolute; 
    width: 100%; 
    line-height: 10px;
    cursor: pointer;
    left: 0;
    bottom: 0;
    opacity: 1;
    z-index: 98;
    background: rgb(14, 161, 210);
    border: 1px solid #0eb7d2;
    transition: .5s;
    text-align: center !important;
}

.btn-change-video{
    position: absolute; 
    width: 100%; 
    height: 100%; 
    cursor: pointer; 
    left: 0; 
    top: -20px; 
    opacity: 0; 
    z-index: 98;
}

.btn-change-video-mini:focus,
.btn-change-video-mini:hover {
    background: #109dff;
    border: 1px solid #0ea1d2;
    color: #FFF;
}

/*MODAL VIDEO UPDATE*/

input[data-form="link-external-video"] {
    margin-top: 10px;
}

.btn-col-upload-video{
    margin-top: 10px;
    text-align: right;
    padding-right: 0;
}

[wizard-object-name="Portada"]:after {
    content: "Portada";
    text-align: center !important;
    width: 100%;
    display: block;
}



.has-feedback .form-control {
    padding: 0px;
	height:max-content;
}

.checkbox.wizard-form-group {
    padding: 0px;
    margin: 0;
}
.checkbox.wizard-form-group .TextWizard {
    padding: 0px;
    margin: 0;
	left:15px;
}

[data-captura-save="new"]:before{
    content: "Publicar Gratis"
}

.a_d-promote [data-captura-save="new"]:before{
    content: "Publicar en Papel"
}

.content-wizards{
    display: block; 
    position: relative; 
    max-width: 700px; 
    margin: 0 auto;
}

.a_d-promote .content-wizards{
    max-width: 980px; 
}

.promo-header{
    background-color: #2394C0;
    width: 100%;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    padding: 10px;
    margin-bottom: 10px;
    display: none;
    position: relative;
    text-align: center;
}

.promo-header:after {
    content: "\f0d7";
    font-family: 'fontawesome';
    color: #2394c0;
    font-size: 67px;
    display: block;
    z-index: 0;
    position: absolute;
    bottom: -6px;
    left: 50%;
    margin-left: -18px;
    line-height: 0;

}

.promo-header span{
    text-transform: uppercase;
    padding: 0 20px;
    color: #FFF;
    font-size: 20px;
    vertical-align: -webkit-baseline-middle;
    font-weight: bold;
    display: block;
}

.promo-header img{
    display: none;
}

.promo-header a
{
    padding: 5px 15px;
    background-color: #F6F6F6;
    text-decoration: none;
    font-size: 18px;
    vertical-align: middle;
    text-transform: initial;
    color: #000;
    display: inline-block;
    margin: 0 auto;
}

.a_d-promote .promo-header{
    display: block;
}

.thanksAndWait i
{
    display: none;
}

@media (min-width: 768px){
    .promo-header span{
        display: inline-block;
    }
}

@media (min-width: 992px){

    .promo-header img{
        margin-left: 20px;
        display: inline-block;
    }

    .promo-header a{
        display: inline-block;
        margin: 1px 20px;
        margin-left: 20px;
    }

    .thanksAndWait i
    {
        display: inline-block;
    }
}

@media (min-width: 1200px){
    .promo-header img{
        margin-left: 50px;
    }
    .promo-header a{
        margin-left: 50px;
    }
}
[data-wizard-object="page"]{
	margin-top:15px;
}
[data-wizard-object="page"]:before {
    content: attr(data-page-name);
    text-align: center;
    color: White;
    background-color: #1d73be;
    font-size: 18px;
    text-shadow: 0px 0px 2px black;
    width: 100%;
    display: block;
    transform: translateY(-20px);
}
[data-page-name="Ubicación"]:before{
    display:none!important;
}
.bodyTextCaptura{
    font-size: 17px;
    color: #333;
    line-height: 20px;
    margin-top: 0px;
    font-weight: 400;
}

button.btn-calc-precio {
    background: #e2e2e2;
    border: none;
    padding: 6px 13px;
    font-size: 17px;
    margin: 5px auto;
    min-width: 216px;
    display:block;
}

button.btn-calc-precio2 {
    background: #e2e2e2;
    border: none;
    padding: 6px 13px;
    font-size: 17px;
    margin: 5px auto;
    min-width: 216px;
    display:block;
}

#idComprar.btn{
    margin: 5px auto;
    min-width: 216px;
    display:block;
}
.btn-publish{
    margin: 5px auto;
    min-width: 216px;
    display:block; 
}

@media (min-width: 769px){
    label {
        text-align: left !important;
    }
}
.publish-options .p-block{
    padding: 0px;
}
.publish-options .al-section-header {
    padding: 10px 0;
    background-color: #1d73be!important;
    margin-bottom: 6px;
}
.publish-options .al-section-header .al-title {
    color: #fff;
    font-weight: bold;
    font-size: 1em;
    text-align: center;
    text-transform: uppercase;
}

.cupon-compra {
  width: 80%;
  margin: 0 auto;
  padding: 0 0 15px 0;
  border: 1px solid #016cb5;
}
.cupon-compra .cc-header {
  padding: 15px 0;
  border-bottom: 1px solid #016cb5;
}
.cupon-compra .cc-body {
  padding: 10px 0;
}
.cupon-compra .cc-body .cc-col:nth-child(1){
  width: 38%;
  padding: 0 10px;
}
.cupon-compra .cc-body .cc-col:nth-child(2) {
  width: 60%;
  padding: 0 10px;
}
.cupon-compra .cc-body .cc-col:nth-child(1) .cc-col-tag, .cupon-compra .cc-body .cc-col:nth-child(2) .cc-col-tag {
  display: block;
}
.cupon-compra .cc-body .cc-col:nth-child(1) {
  float: left;
  font-weight: bold;
  text-align: right;
}
.cupon-compra .cc-body .cc-col:nth-child(2) {
  float: right;
  text-align: left;
}
.divRecuadro .Title, .divRecuadro .SubTitle {
    background-color: #007bbf;
    display:block;
}

/*OCULTO EL BOTTON DE LEGALES PORQUE NO SE PUEDE CARGAR ANUNCIOS POR INTERNET*/
div#idTreeSections>.list-rubro:last-child,
div#idTreeSections>.list-rubro:nth-child(6) {
    display: none;
}