/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 13 juil. 2019, 09:32:56
    Author     : Oscss Shop <support@oscss-shop.fr>
*/

.oscss-tab-content .margin-10{
    margin: 10px;
}
.oscss-tab-content .margin-0-10{
    margin: 0 10px;
}
.oscss-tab-content .margin-20{
    margin:20px;
}

.oscss-tab-content .tab-pane{
    min-height:100px;
    margin-bottom: 10px;
}

.oscss-tab-content .pager.wizard{
    margin-top: 0 ;
    margin-bottom: 0 ;
}

.oscss-tab-content .pager.wizard li span{
    height: 20px;
    padding: 0 10px;
    line-height: 17px;
    border-radius:5px;
}

.oscss-tab-content .form-group{
    /*    margin-top: 0px;
        margin-bottom: 0px;*/
}


.oscss-tab-content input:invalid,
.oscss-tab-content textarea:invalid
{
    box-shadow: 0 0 2px 1px red;
}

.oscss-tab-content input[type="email"], 
.oscss-tab-content input[type="date"], 
.oscss-tab-content input[type="search"], 
.oscss-tab-content input[type="number"], 
.oscss-tab-content input[type="text"], 
.oscss-tab-content input[type="tel"], 
.oscss-tab-content input[type="url"], 
.oscss-tab-content input[type="password"], 
.oscss-tab-content input[type="checkbox"], 
.oscss-tab-content textarea, 
.oscss-tab-content select, 
.oscss-tab-content label, 
.oscss-tab-content .select2-container .select2-choice {
    font-size: 14px;
} 

@media (max-width: 549px) {
    .oscss-tab-content input[type="email"], 
    .oscss-tab-content input[type="date"], 
    .oscss-tab-content input[type="search"], 
    .oscss-tab-content input[type="number"], 
    .oscss-tab-content input[type="text"], 
    .oscss-tab-content input[type="tel"], 
    .oscss-tab-content input[type="url"], 
    .oscss-tab-content input[type="password"], 
    .oscss-tab-content input[type="checkbox"], 
    .oscss-tab-content textarea, 
    .oscss-tab-content select, 
    .oscss-tab-content label, 
    .oscss-tab-content .select2-container .select2-choice {
        font-size: 12px;
    } 
}


.oscss-tab-content input[type="checkbox"]{
    display:none;
}
.oscss-tab-content  input[type="checkbox"]:checked + label  {
    background-color: red!important;
}

.oscssRestart{
    transition: transform .2s;
}
.oscssRestart:hover{
    transform: scale(1.5);
}