/*!
 * SmartWizard v4.3.x
 * jQuery Wizard Plugin
 * http://www.techlaboratory.net/smartwizard
 *
 * Created by Dipu Raj
 * http://dipuraj.me
 *
 * Licensed under the terms of MIT License
 * https://github.com/techlab/SmartWizard/blob/master/LICENSE
 */

/* SmartWizard Basic CSS */

.tool-copertura label {
    height: 24px;
    color: #84828F;
    font-family: Roboto;
    font-size: 16px;
    line-height: 24px;
    margin-top:0px !important;
    font-weight: 400;


}

.tool-copertura .mb30{
    margin-bottom: 30px !important;
}

.disclaimerTool {
    padding-left: 25%;
    margin-left: 15px;
}

#step-2 div ,#step-3 div ,#step-4 div{
    float:left;
    margin-right: 15px;
}
.radioSelectVoce label,.radioSelectAdsl label{
    display: block;
}

.tool-copertura label.radioCont{
    color:#333;
    -webkit-box-shadow: 0 1px 6px 0 rgba(0,0,0,0.2);
    -moz-box-shadow: 0 1px 6px 0 rgba(0,0,0,0.2);
    box-shadow: 0 1px 6px 0 rgba(0,0,0,0.2);

    padding: 9px 40px;
    padding-left: 40px;
    height: 38px;
    border-radius: 5px;
}

.tool-copertura.acquisto-mobile label.radioCont{
    margin-bottom: 35px;
}

.radioSelectVoce .dropdown-toggle,.radioSelectAdsl .dropdown-toggle {
    padding-left: 0px !important;
}
.radioSelectVoce .dropdown-toggle span,.radioSelectAdsl .dropdown-toggle span{
    position: relative;
    top: 7px;
    text-transform: capitalize;
    color: #333333 !important;
}


.CliPrefixSize {
    margin-right: 34px !important;
    width: 45%;
}

.CliNumberSize{
    width: 45%;
}
.cdmMigrationCode{
    margin-top: 35px;
}

.sw-main {
    position: relative;
    display: block;

}

.sw-main .sw-container {
    float:left;
    width: 75%;

}

.sw-main .step-content {
    display: none;
    position: relative;
    margin: 0;
}

.sw-main .sw-toolbar {
    margin-left: 0;
}

/* SmartWizard Theme: White */
.sw-theme-default {
    /*
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);

     */
}

.sw-theme-default .sw-container {
    min-height: 250px;
}

.sw-theme-default .step-content {
    /*border: 0px solid #D4D4D4;*/
    background-color: #FFF;
    text-align: left;
    /*margin-left:210px;*/
    min-height: 220px;
    float: left;
    padding-top: 38px;
}

.sw-theme-default .sw-toolbar {
    background: #f9f9f9;
    border-radius: 0 !important;
    padding-left: 10px;
    padding-right: 10px;
    padding: 10px;
    margin-bottom: 0 !important;
}

.sw-theme-default .sw-toolbar-top {
    border-bottom-color: #ddd !important;
}

.sw-theme-default .sw-toolbar-bottom {
    border-top-color: #ddd !important;
}

ul.step-anchor{
    float:left;
    border: none !important;
    width: 25%;
    margin-top: 84px;
}

.sw-theme-default > ul.step-anchor > li {
    float: none;
    position: relative;
    margin-right: 2px;
}

.sw-theme-default > ul.step-anchor > li > a, .sw-theme-default > ul.step-anchor > li > a:hover {
    border: none !important;
    color: #bbb;
    text-decoration: none;
    outline-style: none;
    background: transparent !important;
    border: none !important;
    cursor: not-allowed;
    margin-top:10px;
    padding: 0px 0px 0px 30px;
    line-height: 20px;
}

.sw-theme-default > ul.step-anchor > li.clickable > a:hover {
    color: #4285F4 !important;
    background: transparent !important;
    cursor: pointer;
}

.sw-theme-default > ul.step-anchor > li > a::after {

}

.sw-theme-default > ul.step-anchor > li.active > a {
    border: none !important;
    color: #333333 !important;
    background: transparent !important;
    cursor: pointer;
    background-color: #FFFFFF;
    border-color: #FFFFFF;
    font-size: 16px;
    background-image: url(/static/img/tdc/segnaposto.png) !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    margin-top:10px;
    padding: 0px 0px 0px 30px;
    line-height: 20px;
    font-weight: 500;

}

.sw-theme-default > ul.step-anchor > li.active > a::after {

}

.sw-theme-default > ul.step-anchor > li.done > a {
    border: none !important;
    color: #84828F !important;
    font-size: 16px;
    background: transparent !important;
    margin-top:10px;
    cursor: pointer;
    padding: 0px 0px 0px 30px;
    line-height: 20px;
    font-weight: 500;
}

.sw-theme-default > ul.step-anchor > li.done > a::after {

}

.sw-theme-default > ul.step-anchor > li.danger > a {
    border: none !important;
    color: #d9534f !important;
    /* background: #d9534f !important; */
    cursor: pointer;
}

.sw-theme-default > ul.step-anchor > li.danger > a::after {
    background: #d9534f;
    border-left-color: #f8d7da;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.sw-theme-default > ul.step-anchor > li.disabled > a, .sw-theme-default > ul.step-anchor > li.disabled > a:hover {
    color: #eee !important;
    cursor: not-allowed;
}

/* Responsive CSS */
@media screen and (max-width: 768px) {
    .sw-theme-default > .nav-tabs > li {
        float: none !important;
    }
}

/* Common Loader */
.sw-loading::after {
    position: absolute;
    display: block;
    opacity: 1;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(255,255,255,.7);
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    z-index: 2;
}

.sw-loading::before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10;
    border: 10px solid #f3f3f3;
    border-radius: 50%;
    border-top: 10px solid #3498db;
    width: 80px;
    height: 80px;
    margin-top: -40px;
    margin-left: -40px;
    -webkit-animation: spin 1s linear infinite;
 /* Safari */
    animation: spin 1s linear infinite;
}




