﻿
.material-form {
    margin-bottom: 15px;
}

.material-form label.active {
    -webkit-transform: translateY(-10px) scale(.8);
    -ms-transform: translateY(-10px) scale(.8);
    transform: translateY(-10px) scale(.8) !important;
    top: -10px !important;
    left: 0px !important;
}

.alert-secondary .material-form label.active {
    top: -1px;
}

.material-form input {
    outline: 0px;
    box-shadow: none !important;
    box-sizing: border-box;
    font-weight: 900;
    padding: 0 1.1875rem;
}

.material-form label {
    position: absolute !important;
    -webkit-transition: color .2s ease-out,-webkit-transform .2s ease-out;
    -o-transition: transform .2s ease-out,color .2s ease-out;
    transition: transform .2s ease-out,color .2s ease-out;
    transition: transform .2s ease-out,color .2s ease-out,-webkit-transform .2s ease-out;
    -webkit-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -webkit-transform: translateY(12px);
    -ms-transform: translateY(12px);
    transform: translateY(12px) !important;
    cursor: text;
    top: -5px !important;
    left: 10px !important;
    background-color: #FFFFFF !important;
    padding-left: 10px !important;
    padding-right: 10px;
    font-size: 1rem;
}

.material-centered label {
    left: 0%;
    right: 0%;
    white-space: nowrap;
}

.material-centered label.active {
    left: 20%;
    right: 5%;
    white-space: nowrap;
}

.alert-secondary2 {
    color: #000000;
    font-size: 2rem;
    background-color: #f0f0f0;
}

.alert-secondary{
    color: #000000;
    font-weight: bold;
    background-color: transparent;
    box-shadow: 0 0.125rem 0.3375rem 0 rgba(0, 0, 0, 0.25);
    border-color: #000000;
    border-color: #d8d8d8;
}

.alert-secondary3 {
    color: #000000;
    font-weight: 800;
    background-color: transparent;   
    border:none;
}

.btn {
    font-size: 1.3rem;
    height: 50px;
}

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    height: 6px;
}

.tip-image {
    position: absolute;
    height: 50px;
    width: 50px;
    background-image: url("../../images/lamp.png");
    background-repeat: no-repeat;
    background-size: 85%;
    background-position: center;
    left: -10px;
    top: -10px;
}

.alert-secondary .select2-container {
    margin-bottom: -11%;
}

.select2-container .select2-selection--single { /* Select2 materialized */
    border: none;
    border-bottom: 2px solid;
    border-radius: 0px;
}

.select2-selection.select2-selection--single {
    margin-top: 4px;
}

.form-control {
    width: 100%;
    height: 40px !important;
    border-bottom: 2px solid;
}

.form-row {
    margin: 1% auto !important;
}

.form-row .material-form {
    margin-bottom: 3%;
}

body, .navbar, .material-form label, .swiper-slide {
    background-color: white !important;
}

.form-row-custom {
    margin-bottom: 30px !important
}










/* =====  MEDIA  ===== */

@media only screen and (max-width: 400px) {
    .btn {
        font-size: 1rem;
        height: 40px;
    }
}

@media (max-width: 576px) {
    .form-row .material-form {
        margin-bottom: 8%;
    }
}