﻿@font-face {
    font-family: "FontAwesome";
    src: url("../fonts/fonts/fontawesome-webfont.ttf");
}

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
    font-family: 'Poppins', sans-serif;
}

.wpadding {
    margin: 0 !important;
}

.c-left {
    background-color: #2032b0;
    height: 100vh;
    padding: 0 !important;
    background: linear-gradient(0deg, rgba(6, 66, 255, 0.0), rgba(6, 66, 255, 0.5)), url('/assets/images/media/loginbg.jpg') no-repeat;
    background-size: cover;
}

.c-mobile {
    background-color: #2032b0;
    height: 30vh;
    padding: 0 !important;
    background: linear-gradient(0deg, rgba(6, 66, 255, 0.0), rgba(6, 66, 255, 0.5)), url('/assets/images/media/loginbg.jpg') no-repeat;
    background-size: cover;
}

.logo {
    background: url(/assets/images/brand/logo.png) center no-repeat;
    width: 40%;
    height: 20%;
    left: 50%;
    top: 50%;
    margin-left: -20%;
    margin-top: -20%;
    position: absolute;
}

.logo-a {
    background: url(/assets/images/brand/logo.png) center no-repeat;
    width: 80%;
    height: 32%;
    left: 40%;
    top: 32%;
    margin-left: -32%;
    margin-top: -12%;
    position: absolute;
}

.logoSuperior {
    background: url(/assets/images/brand/logo.png) right no-repeat;
    width: 20%;
    height: 10%;
    left: 80%;
    top: 10%;
    margin-left: -10%;
    margin-top: -5%;
    position: absolute;
}

.logo-subtitle {
    width: 100%;
    height: 20%;
    left: 50%;
    top: 50%;
    margin-left: -50%;
    margin-top: 30% !important;
    position: absolute;
}

.logo-subtitle-a {
    width: 100%;
    height: 20%;
    left: 50%;
    top: 0%;
    margin-left: -50%;
    margin-top: 30% !important;
    position: absolute;
}

.col-login {
    max-width: 32rem !important;
}

#rbMethod tbody tr td input {
    margin-right: 5px;
}

#rbMethod tbody tr td label {
    margin-right: 10px;
}

input, textarea {
    font-family: FontAwesome, sans-serif, Arial;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
}

#btnEntrar {
    padding-left: 1.5em !important;
    padding-right: 1.5em !important;
}

.dataTables_filter {
    float: right;
}

    .dataTables_filter label div input[type=search] {
        width: 250px;
        margin-left: 0px;
    }

.strDate {
    font-size: 11px !important;
}

.table td {
    padding: 2px 5px !important;
    font-size: 13px;
}

.adfXML {
    font-size: 12px;
    font-style: italic;
}

.tag-teal a {
    color: #FFF;
    text-decoration: none;
}

.checkT2o input[type="checkbox"] {
    width: 25px;
    height: 25px;
}

/**   Switch html*/
.switch {
    position: relative;
    display: block;
    width: 32px;
    height: 21px;
    margin: 0 auto;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.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: 15px;
        width: 15px;
        left: 3px;
        bottom: 3px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider:before {
    left: -12px;
}

input:checked + .slider {
    background-color: #2196F3;
    /* left: -15px; */
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }
