/**
* 2007-2016 PrestaShop
*
* NOTICE OF LICENSE
*
* @author    Innovadeluxe SL
* @copyright 2016 Innovadeluxe SL

* @license   INNOVADELUXE
*/

.captchaerror {
    display:none;
}

a.idxjs-aprivacy {
    text-decoration: underline;
    color: #7070ce !important;
}

a.idxjs-aprivacy-newsletter {
    text-decoration: underline;
    color: #7070ce !important;
}
a.idxjs-aprivacy-regnewsletter{
    
    text-decoration: underline;
    color: #7070ce !important;

}

.lopd-check-error, .lopd-check-error-newsletter, .lopdopc-check-error, .lopd-check-error-regnewsletter, .lopd-check-error-compatible {
    color: red;
}

#lopdParentCheck {
    padding-bottom: 20px;
}

#acceptLopdNewsletter {
    height: 15px !important;
}


@media(min-width:1025px){
    
    #checkout #idxlopdAuthentication {
        left: 0px !important;
        right: 0px !important;
    }

    #idxlopdContact, 
    #idxlopdRefunds,
    #idxlopdNewsletter, 
    #idxlopdOnepagecheckout, 
    #idxlopdAuthentication, 
    #idxlopdProductAlert, 
    #idxlopdOrderOPC,
    #idxlopdCompatible {
        position: fixed;
        top: 0;
        z-index: 999999;
    }
    #idxlopdAlert{

        color:#ffffff;
    }


}

@media(min-width:768px) and (max-width:1024px){
    #idxlopdContact, 
    #idxlopdRefunds,
    #idxlopdNewsletter, 
    #idxlopdOnepagecheckout, 
    #idxlopdAuthentication, 
    #idxlopdProductAlert, 
    #idxlopdOrderOPC,
    #idxlopdCompatible {
        position: fixed;
        top: 0;
        left:14px;
        z-index: 999999;
    }
    #idxlopdAlert{

        color:#ffffff;
    }


}


@media(max-width:767px){
    #idxlopdContact, 
    #idxlopdRefunds,
    #idxlopdNewsletter, 
    #idxlopdOnepagecheckout, 
    #idxlopdAuthentication, 
    #idxlopdProductAlert, 
    #idxlopdOrderOPC,
    #idxlopdCompatible {
        position: fixed;
        top: 0;
        z-index: 999999;
    }
    #idxlopdAlert{

        color:#ffffff;
        height: auto;
    }



}




@media(min-width:1501px){
    
    
        .flex-container {
        height: 100%;
        padding: 0;
        margin: 0;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .flex-item {
        padding: 5px;
        width: 66vw;
        height: auto;
        margin: 10px;
        line-height: 20px;
        color: white;       font-size: 2em;
        text-align: center;
    }
}
@media(min-width:1301px) and (max-width:1500px){
    
    
        .flex-container {
        height: 100%;
        padding: 0;
        margin: 0;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .flex-item {
        padding: 5px;
        width: 82vw;
        height: auto;
        margin: 10px;
        line-height: 20px;
        color: white;
        font-size: 2em;
        text-align: center;
    }
}

@media(min-width:1025px) and (max-width:1300px){
    
    
        .flex-container {
        height: 100%;
        padding: 0;
        margin: 0;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .flex-item {
        padding: 5px;
        width: 92vw;
        height: auto;
        margin: 10px;
        line-height: 20px;
        color: white;
        font-size: 2em;
        text-align: center;
    }
}
@media(min-width:768px) and (max-width:1024px){
    
    
        .flex-container {
        height: 100%;
        padding: 0;
        margin: 0;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .flex-item {
       
        padding: 5px;
        width: 93vw;
        height: auto;
        /*margin: 10px;*/
        line-height: 20px;
        color: white;
        font-size: 2em;
        text-align: center;
    }
}
@media(max-width:767px){
    
    
        .flex-container {
        height: 100%;
        padding: 0;
        margin: 0;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .flex-item {
        
        padding: 5px;
        width: 94vw;
        height: auto;
        margin: 10px;
        line-height: 20px;
        color: white;
        font-size: 2em;
        text-align: center;
    }
}




.content-lopd-tit{
    font-size:18px;
    font-weight: bold;
    color:#ffffff;
}



/* botones */

#buttons{
    font-size:14px;
}


@media(min-width:481px){
    #idxlopdOK{
        background-color: #afafaf;
        border-radius:2px;
        color: #ffffff !important;
        margin-left: 5px;
        padding: 10px 7px;
        cursor:pointer;
    }



    #Nolopd {
        background-color: #afafaf;
        border-radius:2px;
        color: #ffffff !important;
        margin-left: 5px;
        padding: 10px 7px;
        cursor:pointer;
    }
    
}

@media(max-width:480px){
    #idxlopdOK{
        background-color: #afafaf;
        border-radius:2px;
        color: #ffffff !important;
        margin-left: 5px;
        padding: 10px 44px;
        margin-bottom: 10px;
        display: block;
    }



    #Nolopd {
        background-color: #afafaf;
        border-radius:2px;
        color: #ffffff !important;
        margin-left: 5px;
        padding: 10px 40px;
        display: block;
    }

}




#idxlopdOK:hover{
    background-color: green;
}
#Nolopd:hover {
    background-color: orange;
}


.lopd-link a{
    font-size:12px;
    color:#ffffff;
    border-bottom: 2px dotted rgba(255,255,255,.5);
}

#lopd {
    color: #ffffff !important;
    margin-left: 5px;
    padding: 3px 5px;
    cursor:pointer;
    text-decoration: none;
}

#lopd:hover {
    text-decoration: underline;
}
/* */


#idxlopdNewsletter img{

    height: 100% !important;
}

@media (max-width: 768px){
    #idxlopdNewsletter img{
        width: 75%;
    }

}

.idxjslopd-check-newsletter {
    width: auto;
    /*position: absolute;*/
    z-index: 999;
}

#lopd_table{
	border:1px solid #bababa;
}

@media(min-width:1025px){
    #lopd_table .lopd_row{
        display:grid;
        grid-template-columns:1fr 1fr 1fr 1fr;
        grid-template-rows:1fr;
    }
    .table-info{
        display: none !important;
    }
}
@media(min-width:481px) and (max-width:1024px){

    #lopd_table .lopd_row{
        display:grid;
        grid-template-columns:120px 170px 170px 1fr;
        grid-template-rows:1fr;
    }
    .table-info{
        display: none !important;
    }
    
}
@media(max-width:480px){
    #lopd_table .lopd_row{
        display:table-cell;
    }
    .lopd_header div {
        width: 150px;
        font-size: 12px;
    }
    #lopd_table{
        overflow-x: scroll;
    }
    .table-info {
        text-align: center;
        font-weight: bold;
    }
}

.lopd_row div {
    border: 1px solid #f7f7f7;
    text-align: center;
    padding: 10px;
}


@media (min-width:481px){
    .min-text-auth,
    .min-text-contact,
    .min-text-news,
    .min-text-opc,
    .min-text-alert,
    .min-text-refunds,
    .min-text-compatible {
        font-size:12px;
        text-align: justify;
        line-height: 14px;
    }

    .min-text-regnewsletter{
        font-size:12px;
        text-align: justify;
        line-height: 14px;
        margin-bottom: 10px;
    }

}



@media (max-width:480px){
     .min-text-auth,
    .min-text-contact,
    .min-text-news,
    .min-text-opc,
    .min-text-alert,
    .min-text-refunds,
    .min-text-compatible {
        font-size:12px;
        text-align: justify;
        line-height: 14px;
    }

    .min-text-regnewsletter{
        font-size:12px;
        text-align: justify;
        line-height: 14px;
        margin-bottom: 10px;
    }    

}

.min-text-check{
    font-size:10px;
    text-align: justify;
}

.reg-red {
    color: #ff0000;
    font-weight: bold;
    margin: 0px 5px; 
}
.cancel-text{
    font-size:14px;
}



/*  user panel */

.personal-info,
.personal-request,
.personal-delete{
    margin:15px 0px;
}

.personal-request p,
.personal-delete p{
    font-size: 14px;
}


.personal-info .page-heading ,
.personal-request .page-heading ,
.personal-delete .page-heading {
    
      padding: 10px;
    
    background: #2cb5e8;
    color: #ffffff !important;
    padding-bottom: 10px !important;
    margin: 30px 0px 10px 0px !important;
    border-radius: 5px;
    border-bottom: 0px !important

}

.request-content,
.delete-content{
    border-radius: 5px;
    border:1px solid #cacaca;
    padding:20px;
}
.lopd_header {
    background: #dbecf2;
    color: #353230;    
}

/* alert block */

.blockedContent{
    height: 100%;
    width: 100%;
    background: black;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
}

/*   */


#idxjslopd-check-regnewsletter-wrapper{
    margin-top: 20px;
}
#acceptLopd{
    margin-left: -20px;
    margin-right: 10px;
    margin-top:10px;
    width: 20px !important;
}

#acceptLopdOpc{
    margin-left: -20px;
    margin-right: 10px;
    margin-top:10px;
    width: 20px !important;
}

#acceptLopdRegNewsletter{
    margin-left: -20px;
    margin-right: 10px;
    margin-bottom:20px;
    width: 20px !important;
}
#acceptLopdNewsletter{
    margin-left: -20px;
    margin-right: 10px;
    margin-bottom:20px;
    margin-top: 20px;
    width: 20px !important;

}
@media(max-width:480px){
    #acceptLopd{
    width:20px !important;
    height: 20px !important;
    }
    #acceptLopdRegNewsletter{
       width:20px !important;
       height: 20px !important; 
    }
    #acceptLopdNewsletter{
       width:20px !important;
       height: 20px !important;

    }
    #acceptLopdOpc{
    width:20px !important;
    height: 20px !important;
    }
}

.extra-confirm-newsletter {
    display: none;
}

#onepagecheckoutps #lopdParentCheckCompatible {
   clear: both;
}