﻿#msform {
    text-align: center;
    position: relative;
    margin-top: 20px
}

#msform fieldset .form-card {
    background: white;
    border: 0 none;
    border-radius: 0px;
    box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
    padding: 20px 40px 30px 40px;
    box-sizing: border-box;
    width: 94%;
    margin: 0 3% 20px 3%;
    position: relative;
        
}

#msform fieldset {
    background: white;
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding-bottom: 20px;
    position: relative;
    text-align: left;
}

#msform fieldset:not(:first-of-type) {
    display: none
}

#msform fieldset .form-card {
    text-align: left;
    color: #9E9E9E
}

#msform .action-button-previous {
    width: 100px;
    background: #616161;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px
}

.card {
    z-index: 0;
    border: none;
    border-radius: 0.2rem;
    position: relative;
    border: 1px solid #d0d0d0;
}

.fs-title {
    font-size: 25px;
    color: #2C3E50;
    margin-bottom: 10px;
    font-weight: bold;
    text-align: left
}

#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey
}

#progressbar .active {
    color: #000000
}

#progressbar li {
    list-style-type: none;
    font-size: 12px;
    width: 20%;
    float: left;
    position: relative;
    cursor:pointer;
}


@media {
    #progressbar li {
        list-style-type: none;
        font-size: 12px;
        width: 20%;
        
    }
    #progressbar li:first-child {
        margin-left: 0%;
    }
}
#progressbar li:first-child{
    margin-left: 10%;
}

#progressbar #basicDetails:before {
    font-family: FontAwesome;
    content: "\f015";
    font-size: 30px;
}

#progressbar #menuGroup:before {
    font-family: FontAwesome;
    content: "\f07a";
    font-size: 30px;
}
#progressbar #menu:before {
    font-family: FontAwesome;
    content: "\f290";
    font-size: 25px;
}
 
#progressbar #access:before {
    font-family: FontAwesome;
    content: "\f084";
    font-size:27px;
}

#progressbar #confirm:before {
    font-family: FontAwesome;
    content: "\f00c"
}

#progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 18px;
    color: #ffffff;
    background: lightgray;
    border-radius: 30%;
    margin: 0 auto 10px auto;
    padding: 2px
}

#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1
}

#progressbar li.active:before,
#progressbar li.active:after {
    background: #95cc47
}
#progressbar li:hover:before,
#progressbar li:hover:after {
    color: #fff;
    background-color: #82b933;
    border: solid 1px #7baf31;
}


.pointer {
    cursor:pointer;
}
#collapseImportSetup a:hover {
    text-decoration:underline;
}
.select-Style {
    border: 1px solid #e3eaef;
}
.select-Style, .select-Style:active,
.select-Style:focus, .select-Style:hover,
.select-Style::selection, .select-Style:current {
    border: 1px solid #e3eaef;
}
/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 35px;
    height: 20px;
}

    /* Hide default HTML checkbox */
    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }
/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 13px;
        width: 13px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #95cc47;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(14px);
    -ms-transform: translateX(14px);
    transform: translateX(14px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 10px;
}

    .slider.round:before {
        border-radius: 50%;
    }

/* Popover */
.popover {
    border-radius: .3rem;
    border: 1px solid #d0d0d0;
    max-width: 500px;
    min-width: 500px;
}

.popover-body {
    padding: 0;
}
