﻿/*
 >  Daiereh ©
 >  http://www.daiereh.com
 >  Software Engineering, Interactive Agency
 
 >> version 1.1
 >> date: 2019-06-19

 --> added .mobileVersion styles
*/


/*--UserControl Body-----------------------------*/
.countainerbody {
    min-height: 180px;
    font-size: 12px;
}

.tabWizardWrap {
    min-height: 180px;
    font-size: 12px;
}

/*--TabContainer-----------------------------------*/
.headerpanelWrap {
    overflow: hidden;
    position: relative;
    margin: 10px 14px 0;
    padding: 6px 4px 40px;
    /*border-bottom: 1px solid #555;*/
}

.mobileVersion .headerpanelWrap {
    margin: 10px 8px 0;
    overflow-x: auto;
}

.tabWizardInvers .headerpanelWrap {
    margin: 0 14px 10px;
    padding: 0 4px 6px;
    text-align: left;
}

.headerpanel {
    margin: 0;
    display: inline-block;
    position: relative;
    white-space: nowrap;
}

    .headerpanel .activeTabPointer {
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 4px;
        background-color: #bed62f;
        transition: all 0.4s ease 0s;
    }

.contentpanel {
    display: block;
    width: auto;
    padding: 25px;
    margin: 0 8px;
    z-index: 8;
    position: relative;
    margin: 0 10px 10px;
    background-color: #f2f2f2;
}

.mobileVersion .productInfoWrap .contentpanel {
    padding: 2px 4px;
    margin: 0 5px 5px;
}

.tabWizardInvers .contentpanel {
    margin: 10px 10px 0;
    min-height: 250px;
}

.twActiveTab {
    display: none;
}

/*--TabPanel--------------------------------*/

.tabheader {
    position: relative;
    cursor: pointer;
    display: inline-block;
    color: #fff;
    font-size: 15px;
    line-height: 25px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 3px 12px;
    margin: 0 5px 0 0;
    min-width: 70px;
    text-align: center;
    z-index: 6;
    -webkit-transition: all 0.15s;
    -moz-transition: all 0.15s;
    -o-transition: all 0.15s;
    transition: all 0.15s;
    min-height: 20px;
    vertical-align: middle;
    border-bottom: 3px solid transparent;
}

.tabheaderAlone {
    display: none;
}

button.tabheader,
input.tabheader {
    border: none;
}

/*.tabheader:hover {
    color: #dedede;
}*/

.tabheader:first-child {
    margin: 0;
}

.tabWizardInvers .tabheader {
    border-radius: 0 0 10px 10px;
}

.headerpanel.grabbing,
.headerpanel.grabbing .tabheader {
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: grabbing;
}

.tabheader:hover {
}

.tabcontent {
    padding: 5px;
    border-top: none;
    display: none;
}

.activeTab {
    z-index: 11;
    /*color: #222;*/
    /*border-bottom-color: #b2d234;*/
    /* border-radius: 0px; */
}

/*.activeTab:hover {
        color: #222;
    }*/

.tabNavigate {
    background-color: transparent;
    position: absolute;
    width: 15px;
    top: auto;
    bottom: 0;
    right: auto;
    left: 0;
    margin: 0px;
    padding: 0;
    width: 43px;
    z-index: 14;
    border-left: 1px solid #FBF5CF;
    height: 30px;
}

/*.mobileVersion*/
.tabNavigate {
    height: 0;
    overflow: visible;
    width: 100%;
    top: 7px;
    bottom: auto;
}

.tabScrollRight,
.tabScrollLeft {
    float: right;
    cursor: pointer;
    border: 1px solid #CECECE;
    position: relative;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    width: 25px;
    height: 25px;
}

    .tabScrollRight:hover,
    .tabScrollLeft:hover {
        background-color: rgba(255, 255, 255, 0.9);
    }

.tabScrollRight {
    float: left;
}

.tabScrollRight {
    border-left: none;
}

    .tabScrollLeft:after,
    .tabScrollRight:after {
        border: medium solid transparent;
        content: " ";
        height: 0px;
        width: 0px;
        position: absolute;
        pointer-events: none;
        top: 33%;
        border-color: rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) #808080;
        border-width: 5px;
        right: 15%;
        left: auto;
    }

    .tabScrollRight:after {
        border-left-color: transparent;
        border-right-color: #808080;
        right: 42%;
    }

.tabHide {
    display: none;
}

/*.tabcontent:after,
.tabcontent:before {
    content:' ';
    clear:both;
}

.tabcontent > div {
    float:right;
    display: inline-block;
    vertical-align:top;
}

    .tabcontent > div:nth-child(2n+1) {
        width: 29%;
        margin-bottom: 3px;
        min-width: 130px;
        max-width: 170px;
        clear:both;
    }

    .tabcontent > div:nth-child(2n) {
        width: 69%;
        margin-bottom: 6px;
        min-width: 500px;
    }*/


.contentpanel .prproRow:nth-child(2n) {
    background-color: #e6e6e6;
}
