/**
 * We offer the best and most useful modules PrestaShop and modifications for your online store.
 *
 * We are experts and professionals in PrestaShop
 *
 * NOTICE OF LICENSE
 *
 * This file is not open source! Each license that you purchased is only available for 1 wesite only.
 * If you want to use this file on more websites (or projects), you need to purchase additional licenses.
 * You are not allowed to redistribute, resell, lease, license, sub-license or offer our resources to any third party.
 *
 * @author    PresTeamShop (Registered Trademark) <info@presteamshop.com>
 * @copyright 2011-2021 PresTeamShop
 * @license   Valid for 1 website (or project) for each purchase of license

 * @category  PrestaShop
 * @category  Module
 */

div#div_accordion, div#tab_horizontal, div#div_accordion {
    margin: 10px 0px 10px 0px;
}

.pts-pet-overlay {
    background: url("../../img/pts/loader.gif") no-repeat scroll center center #FFFFFF !important;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99 !important;
    opacity: 0.4;
}

.hidden_pet {
    display: none;
}

/*------- tab horizontal ---------*/
@media only screen and (max-width:767px){
    div#tab_horizontal > ul.nav.nav-tabs > li  {
        width: 100%;
        margin-bottom: 4px;
    }
    div#tab_horizontal > ul.nav.nav-tabs > li > a {
        font-size: 1em !important;
        border: 1px solid #dddddd;
        padding: 5px;
    }
}

div#tab_horizontal {
    margin: 15px 0px 15px 0;
}

div#tab_horizontal > ul > li > a.active,
div#tab_horizontal > ul > li > a:hover {
    border-style: none;
    border-width: 0;
}

div#tab_horizontal > ul > li {
    margin-bottom: 2px;
}

div#tab_horizontal .tab-content .tab-pane {
    display: none;
}
div#tab_horizontal .tab-content .tab-pane.active {
    display: block;
    opacity: 1;
}

/*------- tab accordion ---------*/
div#div_accordion > .panel-default > .panel-heading {
    background-color: #f5f5f5;
    border-color: #ddd;
    color: #333;
}

div#div_accordion .panel-heading {
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    padding: 10px 15px;
}

div#div_accordion > .panel > .panel-heading > .panel-title {
    font-size: 16px;
}

div#div_accordion > .panel .panel-body {
    background-color: #ffffff;
    padding: 10px;
}

/*------- tab horizontal ---------*/
#list_vertical > div > h3 {
    padding: 10px 15px;
    margin-bottom: 0px;
    background-color: #eeeeee;
    border: 1px solid #dddddd;
    text-transform: uppercase;
}

#list_vertical .tab_native,
#list_vertical .tab_content {
    padding: 15px;
    background-color: #ffffff;
    border-top: none;
    border-right: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
    margin-bottom: 15px;
}

.contact-form input[type=file] {
    max-width: 100%;
    overflow: hidden;
}

#tab_horizontal > .tab-content div,
#list_vertical .rte,
#div_accordion .panel-body  {
    word-wrap: break-word;
}

/* fallback */
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: local('Material Icons'), local('MaterialIcons-Regular'), url(https://fonts.gstatic.com/s/materialicons/v22/2fcrYFNaTjcS6g4U3t-Y5ZjZjT5FdEJ140U2DJYC3mY.woff2) format('woff2');
}