/**
* 2007-2024 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
*  @author    PrestaShop SA <contact@prestashop.com>
*  @copyright 2007-2024 PrestaShop SA
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*
* Don't forget to prefix your containers with your own identifier
* to avoid any conflicts with others containers.
*/
.page-spro_maintenance_autoregistration .page-content{
border: 1px solid rgba(160,160,160,0.25);
    padding: 1rem;
    margin: 0 auto;
}
.with-error{
    border:1px solid red !important;
}
.btn-hover-like-primary.checked img,
.btn-hover-like-primary:hover img{
    background: red !important;
    color: #ffffff;
    border: solid 1px rgba(0, 0, 0, 0);
}
.btn-hover-like-primary:hover{
    visibility: hidden;
}
.btn-hover-like-primary div{
    position: absolute;
    top:0px;
    display: none;
    margin-right:15px;
}
.btn-hover-like-primary:hover div{
    display: block;
    
}
.ms-dd {
    width:100%;
}
.ms-dd .ms-dd-option-image, 
.ms-dd .ms-dd-selected-img {
    width: 80px;
    height: 80px;
    min-width: 80px;
    min-height: 80px;
    max-width: 80px;
    max-height: 80px;
}
.ms-dd .ms-dd-header,
.ms-dd .ms-dd-header .option-selected {
    max-height: 100px;
}




.img-rollover:hover .img-rollover-image {
    opacity: 0.6;
  }      
  .img-rollover:hover .img-rollover-middle {
    opacity: 1;
  }
.img-rollover-image {
opacity: 1;
display: block;
width: 100%;
height: auto;
transition: .5s ease;
backface-visibility: hidden;
}

.img-rollover-middle {
transition: .5s ease;
opacity: 0;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
text-align: center;
}
.box-shadow-gray{
box-shadow: 2px 2px 2px gray;
}
h6.img-button-name {
    height: 40px;
    min-height: 40px;
    max-height: 40px;
    overflow: hidden;
    text-shadow: 1px 1px 1px gray;
    font-weight:bold;
}

/**
* 2007-2014 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
*  @author    PrestaShop SA <contact@prestashop.com>
*  @copyright 2007-2014 PrestaShop SA
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*
* Don't forget to prefix your containers with your own identifier
* to avoid any conflicts with others containers.
*/

#spro_maintenance_autoregistration_popup-overlay {
    background-color: #000;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 5103;
    opacity: 0;
    transition: opacity 0.2s ease, visibility 0.2s ease;
    visibility: hidden;
}

#spro_maintenance_autoregistration_popup {
    background-color: #fefefe;
    position: fixed;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    z-index: 5104;
    width: 400px;
    height: 400px;
    margin: auto;
    opacity: 0;
    visibility: hidden;
    transition: transform .3s ease-out, opacity .3s ease, visibility .3s ease;
    -ms-transform: translate(-50%, -75%);
    -webkit-transform: translate(-50%, -75%);
    transform: translate(-50%, -75%);
    left: 50%;
    top: 50%;
}
#spro_maintenance_autoregistration_popup.showed-spro_maintenance_autoregistration_popup {
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    opacity: 1;
    visibility: visible;
}


#spro_maintenance_autoregistration_popup .spro_maintenance_autoregistration_popup-content {
    padding: 15px;
}

#spro_maintenance_autoregistration_popup .spro_maintenance_autoregistration_popup-close {
    height: 25px;
    top: -25px;
    right: 0px;
    position: absolute;
    background: #D6D6D6;
    padding-right: 25px;

}

#spro_maintenance_autoregistration_popup .spro_maintenance_autoregistration_poupu-close-checkbox, #spro_maintenance_autoregistration_popup .spro_maintenance_autoregistration_popuo-close-popup {
    display: inline-block;
}

#spro_maintenance_autoregistration_popup .spro_maintenance_autoregistration_popup-close-checkbox {
    vertical-align: middle;
    padding: 5px;
    font-size: 10px;
}

#spro_maintenance_autoregistration_popup .spro_maintenance_autoregistration_popup-close-checkbox > div {
    display: inline-block;
    vertical-align: middle;
}

#spro_maintenance_autoregistration_popup .spro_maintenance_autoregistration_popup-close-popup {
    background: #000;
    width: 25px;
    height: 25px;
    cursor: pointer;
    z-index: 2;
    text-align: center;
    line-height: 25px;
    position: absolute;
    top: 0px;
    right: 0px;
}

#spro_maintenance_autoregistration_popup .cross {
    display: block;
}

#spro_maintenance_autoregistration_popup .cross:before {
    content: "\f00d";
    display: block;
    font-family: "FontAwesome";
    font-size: 18px;
    color: #fff;
}

#spro_maintenance_autoregistration_popup-overlay.showed-spro_maintenance_autoregistration_popup {
    opacity: 0.4;
    visibility: visible;

}