﻿@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;
}
.swal-text {
    text-align: center;
}
.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: 90%;
    height: 20%;
    left: 50%;
    top: 50%;
    margin-left: -20%;
    margin-top: -20%;
    position: absolute;
}
.logo li, .logo-a li{
    float:left;
}

.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 {
    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;
}

.table > thead > tr > th > i{
    font-size:20px;
}

#txtYoutube {
    width: 100%;
}

@media (max-width: 767.98px) {
    .menu-toggle-button {
        color: black !important;
    }

    #btnBuscar,
    #btnLimpiar,
    #tiempoDesde,
    #tiempoHasta,
    #btnExcel {
        width: 100% !important;
        max-width: 100% !important;
    }
}