﻿

.sw-theme-default {
    box-shadow: 0px 1px 1px rgba(0,0,0,0);
}

.sw-main {
    position: relative;
    display: block;
    margin: 20px 0px;
    margin-top:0px;
    padding: 0;
}

    .sw-theme-default .sw-container {
        min-height: 300px
    }

.sw-theme-default > ul.step-anchor > li.active > a::after {
    transform: scale(1);
}

.sw-theme-default > ul.step-anchor > li > a::after {
    content: "";
    background: #4285f4;
    height: 2px;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    transition: all 250ms ease 0s;
    transform: scale(0);
}

    .sw-theme-default .step-content {
        padding: 10px;
        border: 0 solid #d4d4d4;
        background-color: #FFF;
        text-align: left
    }

    .sw-theme-default .sw-toolbar {
        background: #f9f9f9;
        border-radius: 0 !important;
        padding-left: 10px;
        padding-right: 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
    }

    .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
    }

    .sw-theme-default > ul.step-anchor > li.clickable > a:hover {
        color: #4285f4 !important;
        background: transparent !important
    }


    .sw-theme-default > ul.step-anchor > li.active > a {
        border: none !important;
        color: #4285f4 !important;
        background: transparent !important
    }



    .sw-theme-default > ul.step-anchor > li.done > a {
        border: none !important;
        color: #000 !important;
        background: transparent !important
    }

        .sw-theme-default > ul.step-anchor > li.done > a::after {
            background: #5cb85c;
            transform: scale(1)
        }

    .sw-theme-default > ul.step-anchor > li.danger > a {
        border: none !important;
        color: #d9534f !important;
        background: transparent !important
    }

        .sw-theme-default > ul.step-anchor > li.danger > a::after {
            background: #d9534f;
            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
    }

@-webkit-keyframes ld {
    0% {
        transform: rotate(0deg) scale(1)
    }

    50% {
        transform: rotate(180deg) scale(1.1)
    }

    100% {
        transform: rotate(360deg) scale(1)
    }
}

@-moz-keyframes ld {
    0% {
        transform: rotate(0deg) scale(1)
    }

    50% {
        transform: rotate(180deg) scale(1.1)
    }

    100% {
        transform: rotate(360deg) scale(1)
    }
}

@-o-keyframes ld {
    0% {
        transform: rotate(0deg) scale(1)
    }

    50% {
        transform: rotate(180deg) scale(1.1)
    }

    100% {
        transform: rotate(360deg) scale(1)
    }
}

@keyframes ld {
    0% {
        transform: rotate(0deg) scale(1)
    }

    50% {
        transform: rotate(180deg) scale(1.1)
    }

    100% {
        transform: rotate(360deg) scale(1)
    }
}

.sw-theme-default > ul.step-anchor > li.loading:before {
    content: '';
    display: inline-block;
    position: absolute;
    background: transparent;
    border-radius: 50%;
    box-sizing: border-box;
    border: 2px solid #fff;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-left-color: #4285f4;
    border-right-color: #4285f4;
    top: 50%;
    left: 50%;
    margin-top: -16px;
    margin-left: -16px;
    width: 32px;
    height: 32px;
    -webkit-animation: ld 1s ease-in-out infinite;
    -moz-animation: ld 1s ease-in-out infinite;
    -o-animation: ld 1s ease-in-out infinite;
    animation: ld 1s ease-in-out infinite
}

.nav-tabs {
    border-bottom: 1px solid #ddd;
}

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.nav-tabs > li {
    float: left;
    margin-bottom: -1px;
}

.nav > li {
    position: relative;
    display: block;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}

.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

.lead2 {
    font-size: 1rem;
    font-weight: 300;
}

.btn-sm {
    min-width: 80px;
    margin:1px;
    font-size:10.5px;
}

.btn-sq {
    min-width:20px !important;
}

h1,h2,h3 {
    color:lightslategray;
}
h1 {
    font-size: 2.1rem;
    font-weight: 300;
}
h2 {
    font-size: 1.8rem;
    font-weight: 300;
}
h3 {
    font-size: 1.4rem;
    font-weight: 400;
}

.lead {
    font-size: 1.15rem;
}

table thead th {
    font-weight: 500;
}
.table {
    font-size: 0.8rem;
}

.nav-item.ml-auto
{
    display:none !important;
}