@import url('https://fonts.googleapis.com/css?family=Dosis:200,400,500,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Maven+Pro:400,500,700&display=swap');
*, html, body {
    font-family: 'Maven Pro', sans-serif;
}
h1{
    font-family: 'Dosis', sans-serif;
    font-weight: 700;
}
h2,h3,h4,h5{
    font-family: 'Maven Pro', sans-serif;
    font-weight: 200;
}
h4{
    font-weight: bold;
}
/* Move down content because we have a fixed navbar that is 50px tall */
body {
  padding-top: 50px;
  padding-bottom: 20px;
}

/* vertical-centered text */
.text-vcenter {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.nav-tabs-footer{
	border-bottom-color: transparent;
	border-top:1px solid #ddd;
}
.nav-tabs-footer > li.active > a,
.nav-tabs-footer > li.active > a:focus,
.nav-tabs-footer > li.active > a:hover {
	border-top-color: transparent;
	border-bottom:1px solid #ddd;
	margin-top:-1px;
}


.material-switch > input[type="checkbox"] {
    display: none;
}

.material-switch > label {
    cursor: pointer;
    height: 0px;
    position: relative;
    width: 40px;
}

.material-switch > label::before {
    background: rgb(0, 0, 0);
    box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
    border-radius: 8px;
    content: '';
    height: 16px;
    margin-top: -8px;
    position:absolute;
    opacity: 0.3;
    transition: all 0.4s ease-in-out;
    width: 40px;
}
.material-switch > label::after {
    background: rgb(255, 255, 255);
    border-radius: 16px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    content: '';
    height: 24px;
    left: -4px;
    margin-top: -8px;
    position: absolute;
    top: -4px;
    transition: all 0.3s ease-in-out;
    width: 24px;
}
.material-switch > input[type="checkbox"]:checked + label::before {
    background: inherit;
    opacity: 0.5;
}
.material-switch > input[type="checkbox"]:checked + label::after {
    background: inherit;
    left: 20px;
}


/*.step{
    width: 100%;
    border:1px solid #6b6d72;
    min-height: 410px;
    padding:15px;

    transition:all 1s;
}
.notmandatory .step {
    border:1px solid #b7b9be;
}

.step:hover{
    background-color: #F9F9F9;
}

.step.admin{
    min-height: 300px;
}


.num{
    background-color:#6b6d72;
    color:#ffffff;
    font-weight:900;
    padding: 5px;
}
.notmandatory .num{
    background-color: #b7b9be;
    color:#ffffff;
    font-weight:900;
    padding: 5px;
}

.num h2{
    margin:0;
    padding-left:10px;
}

.text-white{
    color:#fff;
    font-weight:800;
}

.text-container{
    margin-top:10px;
    background-color:#efefef;
    padding:15px;
}

.title-container{
    border-bottom:1px solid #6b6d72;
}

.title-container h3{
    margin-top:0;
}

.bottom-button.left{
    position: absolute;
    bottom: 15px;
    left: 30px;
}
.bottom-button{
    position: absolute;
    bottom: 15px;
    right: 30px;
}
.bottom-button.upper{
    margin-bottom:60px;
}

*{
    border-radius:0!important;
}
*/


.logo .frame{
    border:1px solid #6b6d72;
    width:100%;
    height:122px;
}

.place-logo{
    max-width:80%;
    padding-top:1em;
}

.main-logo-container{
    padding-top:2.2em;
    padding-left: 43px;
}

.main-logo{
    width:100%;
}

.logo{
    margin-top:60px;
    margin-bottom:2em;
}

.place-logo-container{
    padding-top:10px;
}

.header-text-container{
    text-align:center;
}

.header-text-container h1{
}

.header-text-container h2{
    font-size:1.4em
}

.btn-group img{
    height: 15px;
}

.arrow-container{
    height: 33px;
    width: 33px;
    position: absolute;
    right: -2px;
    top: 6px;
}

.arrow{
    background-color: #6b6d72;
    height: 32px;
    width: 32px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.text-container ol{
    padding-left: 20px;
}

.shake{
    animation: shake 1.5s linear;
}

.nav>li>a {
    padding:10px!important;
}

@media (max-width: 1200px) {
    .header-text-container h2{
        font-size:1.3em;
    }

    .main-logo-container{
        margin-top:0.5em;
    }

    .place-logo-container{
        padding-top:17px;
    }
    .logo{
        margin-top:50px;
    }

}

@media (max-width: 992px) {
    .header-text-container h1{
        font-size:2em;
    }

    .header-text-container h2{
        font-size: 1em;
    }

    .main-logo-container{
        top: -7px;
    }

    .logo .frame{
        height: 102px;
    }
    .logo{
        margin-top:40px;
    }

}

@media (max-width: 767px) {

    h1{
        font-size:4vw;
    }
    .main-logo-container{
        top: 0;
        bottom: 0;
        margin: auto;
        text-align: center;
        padding: 0;
    }

    .main-logo{
        width:100%;
        margin-top:1.2em;
        margin-left:0.4em;
    }
    .header-text-container {
        font-size: 2.5vw;
        text-align: left;
    }
    .header-text-container h2{
        font-size: 2.2vw;
        margin-top:0vw;
    }
    .navbar-brand{
        font-size: 3vw;
    }

    .logo .frame{
        height:auto;
    }

    .logo{
        margin-top:10px!important;
        padding-bottom:2em;
    }

}

@keyframes shake {
    from {
        left:0;
    }

    55%{
        left: 0px;
    }

    60% {
        left: 60px;
    }


    70% {
        left: -60px;
    }

    80% {
        left: 60px;
    }


    90% {
        left: -60px;
    }

    95% {
        left:0;
    }

    to {
        left:0;
    }
}


