/**
* 2007-2019 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-2019 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.
*/

             /**********  CLASSES  **********/
    /*This you can edit the style from front on tab*/
.text-center{
    text-align: center;
}
.text-left{
    text-align:left;
}
.text-right{
    text-align: right;
}
.rp_padding_0{
    padding: 0px !important;
}
.rp_black_color{
    color:black !important;
}
.rp_font_size_13{
    font-size: 13px;
}
.rp_font_size_15{
    font-size: 15px;
}

        /*REASSURANCE BOX STYLE*/
@media only screen and (min-device-width : 768px) and (max-device-width : 1023px) {
    .rp_dimension .rp_table-grid .rp_span_align {
        font-size: 14px !important;
    }
}
.rp_icon {
    background-color: transparent;
}
.is-expanded .card__expander a {
    text-decoration: none;
}
.rp_dimension{
    margin-bottom: 20px;
    margin-top: 20px;
    text-align: center;
    font-weight: 600;
    background-color: #ffffff;
}
.rp_border_right{
    border-right-width: 3px;
    border-color: red;
}
.rp_border_right{
    font-size: 14px;
    padding-right: 15px;
    padding-left: 25px;
}
.rp_span_align{
     display: table-cell;
     vertical-align: middle;
     text-align: left;
     cursor: pointer;
     width: 100%;
}
.rp_image_align{
     box-sizing: border-box;
     display: table-cell;
     vertical-align: middle;
     margin-right: 10px;
     width: 64px;
     height: 64px;
}
.rp_table-grid {
    display: table;
    margin: 20px;
}
.text-center.rp_dimension .col-md-3:not(:last-child) {
    border-right: 2px solid #ededed;
    padding: 0px !important;
}
.rp_dimension span {
    position:relative;
}
.rp_link_style, .rp_link_style:hover{
    text-decoration: none;
    color: #000000;
}
.rp_effect{}
.rp_effect:hover{
    background-color: red;
}

             /**********  TOOLTIP  **********/
    /*This you can edit the box for tooltip animation*/
.rp_dimension span[data-rp_tooltip]:hover:before {
    content: attr(data-rp_tooltip);
    position: absolute;
    width: 300px;
    padding: 5px;
    background-color: rgba(51, 51, 51, 0.9);
    color: white;
    text-align: left;
    font-size: 12px;
    bottom: calc(100% + 0px);
    left: 34%;
    -webkit-transform: translate(-50%, -3px);
    transform: translate(-50%, -3px);
}
.rp_text {
    display: block;
    width: 100px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

            /*This you can edit the arrow from tooltip*/
.rp_dimension span[data-rp_tooltip]:hover:after {
    position: absolute;
    bottom: calc(100% + -1px);
    right: 63%;
    border-top: 5px solid rgba(51, 51, 51, 0.9);
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    content: " ";
}
.subtitle_style{
    top: 2px;
    left: 10px;
    color: #ffffff;
}
.subtitle_style3 {
    top: 5px;
    color: #ffffff;
}
.bottom .rp_tooltip {
    top:108%;
    left:0%;
}
.rp_padding_0{
    padding: 0px !important;
}
.rp_margin_10{
    margin: 10px;
}
.con-tooltip {
    position: static;
    border-radius: 9px;
    margin: 20px;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

            /*Tooltip */
.rp_tooltip {
    visibility: hidden;
    z-index: 1;
    opacity: .40;
    width: 100%;
    padding: 0px 20px;
    background: #333;
    color: #E086D3;
    position: absolute;
    top:-140%;
    left: -25%;
    border-radius: 9px;
    font-size: 16px;
    transform: translateY(9px);
    transition: all 0.3s ease-in-out;
    box-shadow: 0 0 3px rgba(56, 54, 54, 0.86);
}
/* tooltip  after*/
.rp_tooltip::after {
    content: " ";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 12.5px 0 12.5px;
    border-color: #333 transparent transparent transparent;
    position: absolute;
    left: 45%;
    top: -12px;
    transform: rotate(180deg);
}
/*tooltip hover*/
.con-tooltip:hover .rp_tooltip{
    position: absolute;
    margin-top: -20px;
    visibility: visible;
    transform: translateY(-10px);
    opacity: 1;
    transition: .3s linear;
    animation: odsoky 1s ease-in-out infinite  alternate;
}
@keyframes odsoky {
    0%{
        transform: translateY(6px);
    }
    100%{
        transform: translateY(1px);
    }
}

             /**********  COLLAPSE  **********/
    /*This you can edit the box for collapse animation*/
.cards .card span {
    margin-left: 10px;
    text-align: left;
    align-self: center;
}
.cards .card img {
    width: 64px;
    height: 64px;
}
.containerTab {
    padding: 20px;
    color: white;
}
/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}
/* Closable button inside the container tab */
.closebtn {
    float: right;
    color: white;
    font-size: 35px;
    cursor: pointer;
}
.expanding{
    width: 120px;
    height: 120px;
    background-color: #363636;
}
.expanding:hover{
    width: 120px;
    height: 300px;
    background-color: #363636;
}
.cards {
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
    flex-flow: row wrap;
}
.card {
    padding: 5px;
    position: static;
    transition: all 0.2s ease-in-out;
    box-shadow: none;
    border: none;
    background: transparent;
}
@media screen and (max-width: 991px) {
    .card {
        width: calc((100% / 2) - 30px);
    }
}
@media screen and (max-width: 767px) {
    .card {
        width: 100%;
    }
}
.card:hover .card__inner {
    background-color: #2fb5d2;
    transform: scale(1.05);
}
.card__inner {
    box-shadow: 0px 8px 8px 0px rgba(0,0,0,.2);
    display: flex;
    width: 100%;
    padding: 15px;
    position: relative;
    cursor: pointer;
    background-color: #D3D3D3;
    color: #000000;
    font-weight: 600;
    font-size: 15px;
    text-align: center;
    transition: all 0.2s ease-in-out;
}
.card__inner .fa {
    width: 100%;
    margin-top: 0.25em;
}
.card__expander {
    background-color: #333a45;
    width: 100%;
    position: relative;
    justify-content: center;
    align-items: center;
    text-align: left;
    color: #eceef1;
}
.card__expander .fa {
    font-size: 0.75em;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}
.card__expander .fa:hover {
    opacity: 0.9;
}
.card.is-collapsed .card__inner:after {
    content: "";
    opacity: 0;
}
.card.is-collapsed .card__expander {
    max-height: 0;
    min-height: 0;
    overflow: hidden;
    margin-top: 0;
    opacity: 0;
}
.card.is-expanded .card__inner {
    background-color: #2fb5d2;
}
.card__inner:before {
    transition: all 0.3s ease-in-out;
}
.card.is-expanded .card__inner:before {
    content: "";
    position: absolute;
    bottom: -33px;
    left: calc(50% - 15px);
    border-left: 17px solid transparent;
    border-right: 17px solid transparent;
    border-bottom: 17px solid #333a45;
}
.card.is-expanded .card__inner .fa:before {
    content: "\f115";
}
.card.is-expanded .card__expander {
    max-height: 1000px;
    min-height: 100px;
    overflow: visible;
    margin-top: 31px;
    opacity: 1;
    padding: 30px;
}
.card.is-expanded:hover .card__inner {
    transform: scale(1);
}
.card.is-inactive .card__inner {
    pointer-events: none;
    opacity: 0.5;
}
.card.is-inactive:hover .card__inner {
    background-color: #949fb0;
    transform: scale(1);
}
@media screen and (min-width: 992px) {
    .card:first-child .card__expander {
        margin-left: calc(4% - 36px);
    }
    .card:nth-of-type(3n+2) .card__expander {
        margin-left: calc(-100% - 36px);
    }
    .card:nth-of-type(3n+3) .card__expander {
        margin-left: calc(-200% - 46px);
    }
    .card:nth-of-type(3n+4) .card__expander {
        margin-left: calc(-300% - 56px);
    }
    .card:nth-of-type(3n+5) .card__expander {
        clear: left;
    }
    .card__expander {
        width: calc(400% + 80px);
    }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .card:nth-of-type(2n+2) .card__expander {
        margin-left: calc(-100% - 30px);
    }
    .card:nth-of-type(2n+3) .card__expander {
        margin-left: calc(-120% - 40px);
    }
    .card:nth-of-type(2n+4) .card__expander {
        clear: left;
    }
    .card__expander {
        width: calc(250% + 40px);
    }
}

              /**********  HOVER  **********/
    /*This you can edit the box for hover animation*/
.rp_style_box {
    line-height: 15px;
    border: 1px solid #c2b9b3;
    border-radius: 10px;
}
.rp_style_box div {
    display: table;
    text-decoration: none;
    vertical-align: middle;
}
.rp_style_box .rp_table-grid img {
    width: 64px !important;
    height: 64px !important;
    margin-top: 3px;
    position: relative;
    left: 0;
    top: 0;
    margin-right: 0px;
}
.rp_style_box .rp_table-grid .rp_margin_10 {
    position: relative;
    top: 2px;
    left: 10px;
    margin: 0px;
}
.rp_style_box .rp_padding_0:hover{
    background-color: #F0EDEC;
    text-decoration: none;
}
.text-center.rp_dimension.rp_style_box {
    height: 120px;
}
.text-center.rp_dimension.rp_style_box > * {
    height: 100%;
    display: flex;
}
.text-center.rp_dimension.rp_style_box a.rp_link_style {
    align-self: center;
}
.rp_style_box .rp_padding_0:last-child:hover {
    border-radius: 0 10px 10px 0;
}
.rp_style_box .rp_padding_0:first-child:hover {
    border-radius: 9px 0 0 9px;
}

            /**********  HOVER 2  **********/
    /*This you can edit the box for hover animation*/
.rp_style2_box {
    display: block;
    float: left;
    position: relative;
    overflow: hidden;
    min-height: 200px;
    text-align: center;
    cursor: pointer;
}
.rp_table_grid2{
    display: block;
    margin: 20px;
}
.rp_icon{
    display: inline-block;
    padding: 1rem;
    border: none;
    -webkit-transition: all 600ms ease-in-out;
    -o-transition: all 600ms ease-in-out;
    transition: all 600ms ease-in-out;
    border-radius: 200px;
}
.rp_dimension .rp_style2_box:hover .rp_icon{
    background: #eee;
    box-shadow: 0px 0px 0px 5px #8550a2;
    animation-name: rotate;
    animation-duration: 700ms;
    -webkit-animation-name: rotate;
    -webkit-animation-duration: 700ms;
    transition: all 800ms ease-in-out;
}
@-webkit-keyframes rotate {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}
.rp_dimension .rp_style2_box:hover .rp_title_style2{
    color: #8550a2;
}
.rp_title_style2{
    color: #777;
    border-bottom: 1px solid #eee;
    font-size: 16px;
    padding: 0.75em 0;
    margin: 0 0 0.75em 0;
    position: relative;
    text-align: center;
    -webkit-transition: all 600ms ease-in-out;
    -o-transition: all 600ms ease-in-out;
    transition: all 600ms ease-in-out;
    height: 70px;
}
.rp_image_size{
    width: 64px;
    height: 64px;
}
.rp_subtitle_style2{
    color: #777;
    margin: 0;
    position: relative;
    font-size: 14px;
    text-shadow: none;
}
#hover2 {}
.empty_class{}

          /**********  RESPONSIVE  **********/
       /*This you can edit the responsive tabs*/
/**********  MIN-WIDTH: 768 AND MAX-WIDTH: 1023  **********/

@media screen and (max-width: 319px) {
    .rp_table-grid.con-tooltip.bottom {
        margin: 5px 0px 0px 10px;
    }
    img.table-cell.rp_image_align {
        margin: 10px 10px 10px 0px;
    }
}

@media screen and (max-width: 374px) and (min-width: 320px)  {
    .rp_table-grid.con-tooltip.bottom {
        margin: 5px 0px 0px 10px;
    }
    img.table-cell.rp_image_align {
        margin: 10px 10px 10px 0px;
    }
}
@media screen and (max-width: 425px){
    .col-md-12.text-center.rp_dimension .col-md-3 {
        border-bottom: 0px solid #ededed !important;
    }
    .row.text-center.rp_dimension {
        display: inline-grid !important;
    }
    .text-center.rp_dimension .col-md-3:not(:last-child) {
        border-bottom: 15px solid #ededed;
    }
    .row.text-center.rp_dimension {
        display: table-row;
    }
    .col-md-12.text-center.empty_class {
        margin-bottom: 30px;
    }
    .col-md-12.empty_class {
        margin-bottom: 30px;
    }
    .text-center.rp_dimension.rp_style_box {
        height: 100%;
    }
    .col-md-3.rp_padding_0.cbc {
        border-bottom: 3px solid #ededed !important;
    }
    .col-md-3.rp_padding_0.rp_style2_box:not(:last-child) {
        border-bottom: 7px solid #ededed !important;
    }
}
@media screen and (max-width: 424px) and (min-width: 375px)  {
    .rp_table-grid.con-tooltip.bottom {
        margin: 5px 0px 0px 10px;
    }
    img.table-cell.rp_image_align {
        margin: 10px 10px 10px 0px;
    }
}
@media screen and (max-width: 425px){
    .card {
        margin: 10px;
    }
    .row.text-center.rp_dimension.rp_style_box {
        margin-left: 0px;
        margin-right: 0px;
    }
    #hover2 .row.text-center.rp_dimension {
        margin-left: 0px;
        margin-right: 0px;
    }
}

@media screen and (max-width: 767px) and (min-width: 425px)  {
    .rp_table-grid.con-tooltip.bottom {
        margin: 5px 0px 0px 10px;
    }
    img.table-cell.rp_image_align {
        margin: 10px 10px 10px 0px;
    }
}
@media screen and (width: 768px) {
    .col-md-12.cards {
        margin-left: 30px;
    }
    h3.rp_title_style2 {
        font-size: 14px;
    }
    p.rp_margin_10.rp_font_size_13.rp_subtitle_style2 {
        font-size: 12px;
    }
    span.subtitle_style.rp_black_color {
        left: 5px;
        font-size: 11px;
    }
    .rp_style_box .rp_table-grid .rp_margin_10 {
        left: 5px;
    }
    .rp_table-grid.bottom{
        margin: 5px;
        font-size: 10px;
    }
    .card.is-collapsed.col-md-3 {
        width: 50%;
        margin: 10px;
    }
    .empty_class .card.is-collapsed.col-md-3 {
        width: calc((100% / 2) - 30px);
    }
    .empty_class .col-md-12.cards{
        margin-left: 0px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .card:nth-of-type(2n+2) .card__expander {
        margin-left: calc(-100% - 10px);
    }
    .card:nth-of-type(2n+3) .card__expander {
        margin-left: calc(0% - 0px);
    }
    .card:nth-of-type(2n+4) .card__expander {
        clear: left;
    }
    .card__expander {
        width: calc(200% + 10px);
    }
    .col-md-12 .cards {
        margin-left: 40px;
    }
    .rp_dimension .rp_table-grid .rp_span_align {
        font-size: 12px !important;
    }
    .rp_table-grid.con-tooltip.bottom {
        margin: 5px;
    }
    img.table-cell.rp_image_align {
        margin: 5px 5px 5px 5px;
    }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
    /*.row.text-center.rp_dimension {*/
        /*width: 92%;*/
    /*}*/
    .rp_table-grid.con-tooltip.bottom {
        margin: 10px;
    }
}
    /**********  MIN-WIDTH: 360 AND MAX-WIDTH: 479  **********/
@media screen and (min-width: 360px) and (max-width: 479px) {
}

    /**********  MAX-WIDTH: 1023  **********/
@media only screen and (max-width : 1023px) {
}

    /**********  MIN-WIDTH: 1024 AND MAX-WIDTH: 1365  **********/
@media screen and (min-width: 1024px) and (max-width: 1365px) {
    .cards .card span {
        font-size: 12px;
    }
}

    /**********  MAX-WIDTH: 1280  **********/
@media only screen and (max-device-width : 1280px) {
    .rp_dimension .col-md-3 {
        padding-right: 0px;
        padding-left: 0px;
    }
}