﻿/*css_original*/
html {
    background-color: #e2e2e2;
    margin: 0;
    padding: 0;
}

body {
    background-color: #fff;
    color: #333;
    font-size: .85em;
    font-family: "Source Sans Pro", sans-serif;
    font-family: "Encode Sans", sans-serif;
    margin: 0;
    padding: 0;
}


.icon {
    max-width: 30px;
    background: none;
    border: none;
    padding: 0;
    margin-right: 5px;
}

.text-right {
    text-align: right;
}

a {
    color: #333;
    outline: none;
    padding-left: 3px;
    padding-right: 3px;
    text-decoration: underline;
}

    a:link, a:visited,
    a:active, a:hover {
        color: #333;
    }

    a:hover {
        background-color: #c7d1d6;
    }

header, footer, hgroup,
nav, section {
    display: block;
}

mark {
    background-color: #a6dbed;
    padding-left: 5px;
    padding-right: 5px;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.clear-fix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

h1, h2, h3,
h4, h5, h6 {
    color: #000;
    margin-bottom: 20px;
    padding-bottom: 0;
}

h1 {
    font-size: 2em;
    color: #274d8d;
    border: 1px solid #274d8d;
    padding: 17px;
}

h2 {
    font-size: 1.75em;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

    h5 a:link, h5 a:visited, h5 a:active {
        padding: 0;
        text-decoration: none;
    }

/* main layout
----------------------------------------------------------*/
.content-wrapper {
    margin: 0 auto;
    max-width: 90%;
}

header {
    width: 100%;
    float: left;
    background: url("../img/onda.png");
    background-color: #010d29;
    border-bottom: solid 5px #274d8d;
}

#body {
    /*background-color: #efeeef;*/
    clear: both;
    padding-bottom: 35px;
    min-height: 600px;
}

.main-content {
    background: url("../Images/accent.png") no-repeat;
    padding-left: 10px;
    padding-top: 30px;
}

.featured + .main-content {
    background: url("../Images/heroAccent.png") no-repeat;
}

header .content-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
}

footer {
    clear: both;
    color: white;
    background-color: #274d8d;
    font-size: .8em;
    height: 100px;
}

.footer-qavant-icon {
    width: 78px;
}


/* site title
----------------------------------------------------------*/
.site-title {
    color: #c8c8c8;
    font-family: "Source Sans Pro", sans-serif;
    font-family: "Encode Sans", sans-serif;
    font-size: 2.3em;
    margin: 0;
}

    .site-title a, .site-title a:hover, .site-title a:active {
        background: none;
        color: #c8c8c8;
        outline: none;
        text-decoration: none;
    }


/* login
----------------------------------------------------------*/
#login {
    display: block;
    font-size: .85em;
    margin: 0 0 10px;
    text-align: right;
}

    #login #ControlNombreUsuario {
        color: #fff;
    }

    #login a {
        background-color: #fff;
        margin-left: 10px;
        margin-right: 3px;
        padding: 2px 3px;
        text-decoration: none;
    }

        #login a.username {
            background: none;
            margin-left: 0px;
            text-decoration: underline;
            color: #fff;
        }

    #login ul {
        margin: 0;
    }

    #login li {
        display: inline;
        list-style: none;
    }


/* menu
----------------------------------------------------------*/
ul#menu {
    font-size: 1.1em;
    text-transform: uppercase;
    /*font-weight: 600;*/
    margin: 0 0 5px;
    padding: 0;
    text-align: right;
}

    ul#menu li {
        display: inline;
        list-style: none;
        padding-left: 15px;
    }

        ul#menu li a {
            background: none;
            color: #fff;
            text-decoration: none;
            padding: 10px;
        }

            ul#menu li a:hover {
                color: white;
                /*background-color: #fff;*/
                text-decoration: underline;

            }

/* page elements
----------------------------------------------------------*/
.tblIndicadores {
    width: 100%;
}

    .tblIndicadores tr td {
        padding: 10px;
    }

        .tblIndicadores tr td div.charts {
            margin-bottom: 40px;
            border: 1px solid darkgrey;
            border-radius: 10px;
            box-shadow: rgb(0 0 0 / 50%) 1px 1px 5px 0px;
        }

#tblIndicadoresRanking {
    margin-bottom: 40px;
    margin-left: 10px;
    border: 1px solid darkgrey;
    border-radius: 10px;
    box-shadow: rgb(0 0 0 / 50%) 1px 1px 5px 0px;
}


#Ranking {
    width: 100%;
    border: none;
}

    #Ranking thead tr {
        border-bottom: 1px solid #333;
    }

        #Ranking thead tr th {
            border-radius: 5px;
            padding: 10px;
            background-color: #274d8d;
            color: #fff;
        }

    #Ranking tbody tr:nth-child(odd) {
        background-color: #f9f9f9;
    }

/* featured */
.featured {
    background-color: #fff;
}

    .featured .content-wrapper {
        background-color: #7ac0da;
        background-image: -ms-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: -o-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #7ac0da), color-stop(1, #a4d4e6));
        background-image: -webkit-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        color: #3e5667;
        padding: 20px 40px 30px 40px;
    }

    .featured hgroup.title h1, .featured hgroup.title h2 {
        color: #fff;
    }

    .featured p {
        font-size: 1.1em;
    }

/* page titles */
hgroup.title {
    margin-bottom: 10px;
}

    hgroup.title h1, hgroup.title h2 {
        display: inline;
    }

    hgroup.title h2 {
        font-weight: normal;
        margin-left: 3px;
    }

/* features */
section.feature {
    width: 300px;
    float: left;
    padding: 10px;
}

/* ordered list */
ol.round {
    list-style-type: none;
    padding-left: 0;
}

    ol.round li {
        margin: 25px 0;
        padding-left: 45px;
    }

        ol.round li.zero {
            background: url("../Images/orderedList0.png") no-repeat;
        }

        ol.round li.one {
            background: url("../Images/orderedList1.png") no-repeat;
        }

        ol.round li.two {
            background: url("../Images/orderedList2.png") no-repeat;
        }

        ol.round li.three {
            background: url("../Images/orderedList3.png") no-repeat;
        }

        ol.round li.four {
            background: url("../Images/orderedList4.png") no-repeat;
        }

        ol.round li.five {
            background: url("../Images/orderedList5.png") no-repeat;
        }

        ol.round li.six {
            background: url("../Images/orderedList6.png") no-repeat;
        }

        ol.round li.seven {
            background: url("../Images/orderedList7.png") no-repeat;
        }

        ol.round li.eight {
            background: url("../Images/orderedList8.png") no-repeat;
        }

        ol.round li.nine {
            background: url("../Images/orderedList9.png") no-repeat;
        }

/* content */
article {
    float: left;
    width: 70%;
}

aside {
    float: right;
    width: 25%;
}

    aside ul {
        list-style: none;
        padding: 0;
    }

        aside ul li {
            background: url("../Images/bullet.png") no-repeat 0 50%;
            padding: 2px 0 2px 20px;
        }

.label {
    font-weight: 700;
}

/* login page */
#loginForm {
    border-right: solid 2px #c8c8c8;
    float: left;
    width: 55%;
}

    #loginForm .validation-error {
        display: block;
        margin-left: 15px;
    }

#socialLoginForm {
    margin-left: 40px;
    float: left;
    width: 40%;
}

    #socialLoginForm h2 {
        margin-bottom: 5px;
    }

fieldset.open-auth-providers {
    margin-top: 15px;
}

    fieldset.open-auth-providers button {
        margin-bottom: 12px;
    }

/* contact */
.contact h3 {
    font-size: 1.2em;
}

.contact p {
    margin: 5px 0 0 10px;
}

.contact iframe {
    border: 1px solid #333;
    margin: 5px 0 0 10px;
}

/* forms */
fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

    fieldset legend {
        display: none;
    }

    fieldset ol {
        padding: 0;
        list-style: none;
    }

        fieldset ol li {
            padding-bottom: 5px;
        }

label {
    display: block;
    font-size: 1.2em;
}

    label.checkbox {
        display: inline;
    }

.tblDetail tbody tr td,
.tblDetail tbody tr td table tbody tr td
 {
    padding: 10px 0;
}

input, textarea, select {
    border: 1px solid #e2e2e2;
    background: #fff;
    color: #333;
    font-size: 1.2em;
    margin: 5px 0 6px 0;
    padding: 5px;
    border-radius: 10px;
    /*width: 700px;*/
}

textarea {
    font-family: inherit;
    height: 200px;
    width: 700px;
}

    input:focus, textarea:focus {
        border: 1px solid #7ac0da;
    }

input[type="checkbox"] {
    background: transparent;
    border: inherit;
    width: auto;
}

input[type="submit"],
input[type="button"],
button {
    color: #fff;
    /*    background-color: #5cb85c;
    border-color: #4cae4c;*/
    background: #0076ec;
    border: none;
    border-radius: 38px;
    cursor: pointer;
    font-size: 1.1em;
    padding: 10px;
    margin-right: 8px;
    /*width: auto;*/
    width: 10rem;
}


.green-button {
    background: linear-gradient(0deg, #31af91 -73.96%, #2bb392 145.83%) !important;
}


input[type="submit"].warning{
    background-color: #e80c4d;
    border-color: #e80c4d;
}


input[type="submit"].reset {
    background-color: transparent;
    border: 1px solid #0076ec;
    color: #0076ec;
}

input[type="submit"]:hover {
    transition: all 1s ease !important;
    filter: opacity(0.5) !important;
}


.link-single-line {
    color: #0076ec !important;
}



td input[type="submit"],
td input[type="button"],
td button {
    /*font-size: 1em;
    padding: 4px;
    margin-right: 4px;*/
}

.short {
    width: 300px;
}

.very-short {
    width: 160px;
}

.long {
    width: 700px;
}
/* info and errors */
.message-info {
    border: 1px solid;
    clear: both;
    padding: 10px 20px;
}

.message-error {
    clear: both;
    color: #e80c4d;
    font-size: 1.1em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.message-success {
    color: #7ac0da;
    font-size: 1.3em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.error {
    color: #e80c4d;
}

/* styles for validation helpers */
.field-validation-error {
    color: #e80c4d;
    font-weight: bold;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #e80c4d;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #e80c4d;
    font-weight: bold;
    font-size: 1.1em;
}

.validation-summary-valid {
    display: none;
}

.space {
    margin-top: 40px;
}
/* tables
----------------------------------------------------------*/
table thead tr th {
    font-size: 0.9em;
}

table tbody tr td {
    font-size: 0.9em;
}


.header-new {
    border-radius: 5px;
    padding: 10px;
    background-color: #274d8d;
    color: #fff;
}

#tblFiltrosUsuario {
    color: #7D7D7D;
    border-color: #e2e2e2 !important;
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}
/*table
{
    border-collapse: collapse;
    border-spacing: 0;
    margin-top: 0.75em;
    border: 0 none;
}

th
{
    font-size: 1.2em;
    text-align: left;
    border: none 0px;
    padding-left: 0;
}

    th a
    {
        display: block;
        position: relative;
    }

        th a:link, th a:visited, th a:active, th a:hover
        {
            color: #333;
            font-weight: 600;
            text-decoration: none;
            padding: 0;
        }

        th a:hover
        {
            color: #000;
        }

    th.asc a, th.desc a
    {
        margin-right: .75em;
    }

        th.asc a:after, th.desc a:after
        {
            display: block;
            position: absolute;
            right: 0em;
            top: 0;
            font-size: 0.75em;
        }

        th.asc a:after
        {
            content: '▲';
        }

        th.desc a:after
        {
            content: '▼';
        }

td
{
    padding: 0.25em 2em 0.25em 0em;
    border: 0 none;
}

tr.pager td
{
    padding: 0 0.25em 0 0;
}*/
/********************
*   Mobile Styles   *
********************/
@media only screen and (max-width: 850px) {
    /* header
    ----------------------------------------------------------*/
    header .float-left, header .float-right {
        float: none;
    }

    /* logo */
    header .site-title {
        margin: 10px;
        text-align: center;
    }

    /* login */
    #login {
        font-size: .85em;
        margin: 0 0 12px;
        text-align: center;
    }

        #login ul {
            margin: 5px 0;
            padding: 0;
        }

        #login li {
            display: inline;
            list-style: none;
            margin: 0;
            padding: 0;
        }

        #login a {
            background: none;
            color: #999;
            font-weight: 600;
            margin: 2px;
            padding: 0;
        }

            #login a:hover {
                color: #333;
            }

    /* menu */
    nav {
        margin-bottom: 5px;
    }

    ul#menu {
        margin: 0;
        padding: 0;
        text-align: center;
    }

        ul#menu li {
            margin: 0;
            padding: 0;
        }


    /* main layout
    ----------------------------------------------------------*/
    .main-content,
    .featured + .main-content {
        background-position: 10px 0;
    }

    .content-wrapper {
        padding-right: 10px;
        padding-left: 10px;
    }

    .featured .content-wrapper {
        padding: 10px;
    }

    /* page content */
    article, aside {
        float: none;
        width: 100%;
    }

    /* ordered list */
    ol.round {
        list-style-type: none;
        padding-left: 0;
    }

        ol.round li {
            padding-left: 10px;
            margin: 25px 0;
        }

            ol.round li.zero,
            ol.round li.one,
            ol.round li.two,
            ol.round li.three,
            ol.round li.four,
            ol.round li.five,
            ol.round li.six,
            ol.round li.seven,
            ol.round li.eight,
            ol.round li.nine {
                background: none;
            }

    /* features */
    section.feature {
        float: none;
        padding: 10px;
        width: auto;
    }

        section.feature img {
            color: #999;
            content: attr(alt);
            font-size: 1.5em;
            font-weight: 600;
        }

    /* forms */
    input {
        width: 90%;
    }



    /* login page */
    #loginForm {
        border-right: none;
        float: none;
        width: auto;
    }

        #loginForm .validation-error {
            display: block;
            margin-left: 15px;
        }

    #socialLoginForm {
        margin-left: 0;
        float: none;
        width: auto;
    }

    /* footer
    ----------------------------------------------------------*/
    footer .float-left,
    footer .float-right {
        float: none;
    }

    footer {
        text-align: center;
        height: auto;
        padding: 10px 0;
    }

        footer p {
            margin: 0;
        }
}
/* END: Mobile Styles */

/*end_css_original*/

/*image_miniatures*/
.img-mini {
    max-width: 300px;
}

.img-mini2 {
    max-width: 50px;
}
/*end_image_miniatures*/


/*modal_popup*/
.modalBackground {
    background-color: #808080;
    opacity: 0.7;
}

.modalPopup {
    background-color: #FFFFFF;
    width: 700px;
    border: 3px solid #777777;
    border-radius: 12px;
    padding: 0;
    /*overflow-y:scroll;*/
}


.headermp {
    background-color: #BCBABA;
    height: 30px;
    color: White;
    line-height: 30px;
    text-align: center;
    font-weight: bold;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.modalPopup .bodympe {
    min-height: 50px;
    line-height: 11px;
    text-align: center;
    font-weight: bold;
}

    .modalPopup .bodympe textarea {
        width: auto;
    }

.bodympe > table {
    margin: 3px;
}

.bodympe label {
    display: inline;
}

.bodympe td {
    padding: 0.05em;
}

.modalPopup .footermpe {
    padding: 6px;
}

.modalPopup .yes, .modalPopup .no {
    height: 23px;
    color: White;
    line-height: 23px;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    border-radius: 4px;
    padding: 0;
    font-size: 1em;
}

.modalPopup .yes {
    background-color: #BCBABA;
    border: 1px solid #5C5C5C;
}

.modalPopup .no {
    background-color: #9F9F9F;
    border: 1px solid #5C5C5C;
}
/*end_modal_popup*/

/*validators*/
.validator {
    color: red;
    padding: 2px;
    display: block;
}
/*end_validators*/

/*messages*/

.lbl {
    padding: 2px 5px;
    display: block;
    border-width: 1px;
    border-style: solid;
}

.lbl-success {
    background-color: #6BAA6B;
    border-color: #008000;
    color: #FFFFFF;
}

.lbl-error {
    background-color: #F08080;
    border-color: #FF0000;
    color: #FFFFFF;
}
.lbl-warning {
    background-color: #ffd800;
    border-color: #ffd800;
    color: #333;
}
/*end_messages*/

/*table*/
.datagrid table {
    border-collapse: collapse;
    text-align: left;
    width: 100%;
    margin: 0;
}

.datagrid {
    font: normal 12px/150% Arial, Helvetica, sans-serif;
    background: #fff;
    overflow: hidden;
    border: 1px solid #8C8C8C;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

    .datagrid table td, .datagrid table th {
        padding: 3px 10px;
    }

    .datagrid table th {
        background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #8C8C8C), color-stop(1, #7D7D7D) );
        background: -moz-linear-gradient( center top, #8C8C8C 5%, #7D7D7D 100% );
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8C8C8C', endColorstr='#7D7D7D');
        background-color: #8C8C8C;
        color: #FFFFFF;
        font-size: 12px;
        font-weight: bold;
        border-left: 1px solid #A3A3A3;
    }

        .datagrid table th:first-child {
            border: none;
        }

    .datagrid table tbody td {
        color: #7D7D7D;
        border-left: 1px solid #DBDBDB;
        font-size: 11px;
        font-weight: normal;
    }

        .datagrid table tbody td input {
            height: auto;
            padding: 0;
            margin: 0;
            width: 32px;
        }

    .datagrid table tbody .alt td {
        background: #EBEBEB;
        color: #7D7D7D;
    }

    .datagrid table tbody td:first-child {
        border-left: none;
    }

    .datagrid table tbody tr:last-child td {
        border-bottom: none;
    }

    .datagrid table tfoot td div {
        border-top: 1px solid #8C8C8C;
        background: #EBEBEB;
    }

    .datagrid table tfoot td {
        padding: 0;
        font-size: 12px;
    }

        .datagrid table tfoot td div {
            padding: 2px;
        }

        .datagrid table tfoot td ul {
            margin: 0;
            padding: 0;
            list-style: none;
            text-align: right;
        }

    .datagrid table tfoot li {
        display: inline;
    }

        .datagrid table tfoot li a {
            text-decoration: none;
            display: inline-block;
            padding: 2px 8px;
            margin: 1px;
            color: #F5F5F5;
            border: 1px solid #8C8C8C;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            border-radius: 3px;
            background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #8C8C8C), color-stop(1, #7D7D7D) );
            background: -moz-linear-gradient( center top, #8C8C8C 5%, #7D7D7D 100% );
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8C8C8C', endColorstr='#7D7D7D');
            background-color: #8C8C8C;
        }

    .datagrid table tfoot ul.active, .datagrid table tfoot ul a:hover {
        text-decoration: none;
        border-color: #7D7D7D;
        color: #F5F5F5;
        background: none;
        background-color: #8C8C8C;
    }

div.dhtmlx_window_active, div.dhx_modal_cover_dv {
    position: fixed !important;
}
/*end_table*/

/*table_2*/
.datagrid2 table {
    border-collapse: collapse;
    text-align: left;
    width: 100%;
}

.datagrid2 {
    font: normal 12px/150% Arial, Helvetica, sans-serif;
    background: #fff;
    overflow: hidden;
    border: 1px solid #006699;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

    .datagrid2 table td, .datagrid2 table th {
        padding: 3px 10px;
    }

    .datagrid2 table th {
        background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #006699), color-stop(1, #00557F) );
        background: -moz-linear-gradient( center top, #006699 5%, #00557F 100% );
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#006699', endColorstr='#00557F');
        background-color: #006699;
        color: #FFFFFF;
        font-size: 12px;
        font-weight: bold;
        border-left: 1px solid #0070A8;
    }

        .datagrid2 table th:first-child {
            border: none;
        }

    .datagrid2 table tbody td {
        color: #00557F;
        border-left: 1px solid #E1EEF4;
        font-size: 11px;
        font-weight: normal;
    }

    .datagrid2 table tbody .alt td {
        background: #E1EEf4;
        color: #00557F;
    }

    .datagrid2 table tbody td:first-child {
        border-left: none;
    }

    .datagrid2 table tbody tr:last-child td {
        border-bottom: none;
    }

    .datagrid2 table tfoot td div {
        border-top: 1px solid #006699;
        background: #E1EEf4;
    }

    .datagrid2 table tfoot td {
        padding: 0;
        font-size: 12px;
    }

        .datagrid2 table tfoot td div {
            padding: 2px;
        }

        .datagrid2 table tfoot td ul {
            margin: 0;
            padding: 0;
            list-style: none;
            text-align: right;
        }

    .datagrid2 table tfoot li {
        display: inline;
    }

        .datagrid2 table tfoot li a {
            text-decoration: none;
            display: inline-block;
            padding: 2px 8px;
            margin: 1px;
            color: #FFFFFF;
            border: 1px solid #006699;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            border-radius: 3px;
            background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #006699), color-stop(1, #00557F) );
            background: -moz-linear-gradient( center top, #006699 5%, #00557F 100% );
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#006699', endColorstr='#00557F');
            background-color: #006699;
        }

    .datagrid2 table tfoot ul.active, .datagrid2 table tfoot ul a:hover {
        text-decoration: none;
        border-color: #00557F;
        color: #FFFFFF;
        background: none;
        background-color: #006699;
    }

div.dhtmlx_window_active, div.dhx_modal_cover_dv {
    position: fixed !important;
}
/*end_table_2*/


.div-report {
    color: #7D7D7D;
    background-color: whitesmoke;
    border-color: #e2e2e2 !important;
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.div-filter {
    color: #7D7D7D;
    border-color: #e2e2e2 !important;
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.form-control {
    display: block;
    width: 20%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}


.loader {
    width: 50px;
    height: 50px;
    margin: 0 auto;
    border-top: 5px solid darkseagreen;
    border-right: 5px solid #efefef;
    border-bottom: 5px solid #efefef;
    border-left: 5px solid #efefef;
    border-radius: 100px;
    animation: spin 1s infinite linear;
}

@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}


.dataTables_scrollHeadInner thead tr th {
    padding: 10px !important;
    background-color: #274d8d !important;
    color: #fff !important;
    padding: 10px !important;
    border-left:1px solid white;
    border-radius:5px;
}

/* Login page */
.login-wrapper {
    font-family: "Source Sans Pro", sans-serif;
    font-family: "Encode Sans", sans-serif;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100vh;
    position: relative;
}

    .login-wrapper .onda {
        background: url("../img/onda.png");
        background-position: top left;
        background-repeat: no-repeat;
        background-size: contain;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2;
        width: 100%;
        height: 272px;
    }

    .login-wrapper .left-side {
        width: 58.75%;
        background-color: #010d29;
        background-image: url("../img/background-left.png");
        background-repeat: no-repeat;
        background-position: top left;
        height: 100vh;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        position: relative;
    }

        .login-wrapper .left-side .escudo {
            margin-top: 80px;
            margin-bottom: 150px;
        }

        .login-wrapper .left-side .qavant {
            position: absolute;
            right: 30px;
            bottom: 30px;
        }

        .login-wrapper .left-side h1 {
            font-family: "Source Sans Pro", sans-serif;
            font-family: "Encode Sans", sans-serif;
            font-style: normal;
            font-weight: bold;
            font-size: 50px;
            line-height: 63px;
            text-align: center;
            color: #ffffff !important;
            text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
            max-width: 550px;
            margin: 0 auto;
        }

        .login-wrapper .left-side p {
            font-family: "Source Sans Pro", sans-serif;
            font-family: "Encode Sans", sans-serif;
            font-style: normal;
            font-weight: normal;
            font-size: 19px;
            line-height: 24px;
            color: #ffffff;
            margin: 0;
            margin-bottom: 12px;
            text-align: left;
        }

    .login-wrapper .right-side {
        width: 41.25%;
        height: 100vh;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        position: relative;
    }

        .login-wrapper .right-side h1 {
            border:none;
        
        }

        .login-wrapper .right-side h2 {
            font-family: "Encode Sans", sans-serif;
            font-style: normal;
            font-weight: 600;
            font-size: 36px;
            line-height: 45px;
            text-align: center;
            color: #010d29;
            margin: 5px 0;
        }

        .login-wrapper .right-side p {
            font-family: "Encode Sans", sans-serif;
            font-style: normal;
            font-weight: normal;
            font-size: 18px;
            line-height: 24px;
            text-align: center;
            color: #010d29;
            margin: 0;
        }

            .login-wrapper .right-side p.activate {
                margin-top: 40px;
            }

        .login-wrapper .right-side span {
            font-family: "Encode Sans", sans-serif;
            font-style: normal;
            font-weight: 500;
            font-size: 14px;
            line-height: 17px;
            text-align: center;
            color: #ff6600;
            display: block;
            margin: 8px 0;
        }

        .login-wrapper .right-side a {
            font-family: "Source Sans Pro", sans-serif;
            font-style: normal;
            font-weight: bold;
            font-size: 18px;
            line-height: 24px;
            text-align: center;
            color: #010d29;
            margin: 0;
            text-decoration: none;
            display: inline-block;
            margin-left: 5px;
        }

            .login-wrapper .right-side a:hover {
                text-decoration: underline;
            }

        .login-wrapper .right-side form {
            margin-top: 40px;
        }

            .login-wrapper .right-side form .usuario div {
                position: relative;
            }

                .login-wrapper .right-side form .usuario div img {
                    position: absolute;
                    bottom: 15px;
                    left: 20px;
                }

            .login-wrapper .right-side form .contrasenia div {
                position: relative;
            }

                .login-wrapper .right-side form .contrasenia div img {
                    position: absolute;
                    bottom: 15px;
                    left: 20px;
                }

                .login-wrapper .right-side form .contrasenia div a {
                    position: absolute;
                    bottom: 15px;
                    right: 20px;
                    display: block;
                    width: 20px;
                    height: 20px;
                }

                    .login-wrapper .right-side form .contrasenia div a img {
                        position: relative;
                        bottom: unset;
                        left: unset;
                    }

            .login-wrapper .right-side form label {
                font-family: "Encode Sans", sans-serif;
                font-style: normal;
                font-weight: normal;
                font-size: 16px;
                line-height: 20px;
                color: #0f1343;
                display: block;
                margin-bottom: 12px;
            }

            .login-wrapper .right-side form input {
                width: calc(321px - 50px);
                height: 36px;
                background: #f6f6f6;
                border: 1px solid #979797;
                border-radius: 22.5px;
                padding-left: 50px;
                font-family: "Encode Sans", sans-serif;
                font-style: normal;
                font-weight: normal;
                font-size: 18px;
                line-height: 24px;
                color: #010d29;
                margin: 0px 0 0px 0;
            }

                .login-wrapper .right-side form input::placeholder {
                    font-family: "Encode Sans", sans-serif;
                    font-style: normal;
                    font-weight: normal;
                    font-size: 16px;
                    line-height: 18px;
                    color: #aaaaaa;
                }

            .login-wrapper .right-side form .credenciales {
                text-align: center;
                margin-top: 25px;
            }

                .login-wrapper .right-side form .credenciales input {
                    width: 16px;
                    height: 16px;
                    margin-right: 8px;
                }

                .login-wrapper .right-side form .credenciales label {
                    display: inline-flex;
                    cursor: pointer;
                }

            .login-wrapper .right-side form input[type=submit] {
                background: linear-gradient(0deg, #015de7 -73.96%, #01caff 145.83%);
                border: none;
                border-radius: 38px;
                font-family: "Encode Sans", sans-serif;
                font-style: normal;
                font-weight: bold;
                font-size: 18px;
                line-height: 23px;
                text-align: center;
                color: #ffffff;
                width: 321px;
                height: 39px;
                margin: 23px 0 0;
                cursor: pointer;
                opacity: 1;
                transition: opacity ease-in-out 0.5s;
                padding: inherit;
            }

}

.login-wrapper .right-side form button:hover {
    opacity: 0.8;
    transition: opacity ease-in-out 0.5s;
}

.login-wrapper .right-side .required-field {
    text-align: center;
}


button.dt-button, div.dt-button, a.dt-button {
    border-radius: 20px !important;
}


.social-icons-div {
    display: flex;
    align-items: center;
}

    .social-icons {
        font-size: 34px;
        padding-right: 6px;
    }
        .social-icons.twitter
        .social-icons a {
            color: inherit;
            width: 40px;
            float: left;
            text-align: center;
            margin-top: 3px;
        }

            .social-icons a:hover {
                color: #1888c5;
            }

.fa-twitter {
    color: #55ACEE;
}

.fa-facebook {
    color: #3B5998;
}


.fa-youtube {
    color: #bb0000;
}

.fa-instagram {
    color: transparent;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    background: -webkit-radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    background-clip: text;
    -webkit-background-clip: text;
}

.fa-pinterest {
    color: #cb2027;
}

.fa-yammer {
    color: #1974bc;
}


.upload-file-input {
    object-fit: contain;
    color: transparent;
    width: 198px;
    border:none;
}

    .upload-file-input::-webkit-file-upload-button {
        background: #1974bc;
        border: 1px solid #1974bc;
        border-radius: 4px;
        color: #fff;
        cursor: pointer;
        font-size: 12px;
        outline: none;
        padding: 10px 25px;
        text-transform: uppercase;
        transition: all 1s ease;
    }

        .upload-file-input::-webkit-file-upload-button:hover {
            background: #fff;
            border: 2px solid #1974bc;
            color: #1974bc;
        }

.upload-file-input-label {
    font-size: 1em;
    border: solid 1px #dadada;
    padding: 12px;
    border-radius: 3%;
    background-color: #e7e7e7;
}

.div-upload-image {
    margin-bottom: 40px;
    padding: 30px;
    border: 1px solid darkgrey;
    border-radius: 10px;
    box-shadow: rgb(0 0 0 / 50%) 1px 1px 5px 0px;
    object-fit: contain
}
.container {
    display: flex;
    flex-direction: 'row';
    column-gap: 20px;
    max-width:50%;
}


.imgConfiguracion {
    object-fit: contain;
}


.confguration-tab {
    background: #1974bc;
    border-radius: 4px;
    cursor: pointer;
    font-size: 12px;
    outline: none;
    padding: 10px 25px;
    text-transform: uppercase;
    color: white !important;
    text-decoration: none;
}

    .confguration-tab:hover {
        background-color: white !important;
        border: 1px solid #1974bc;
        transition: all 1s ease;
        filter: opacity(0.5);
        color: #1974bc !important;
    }


.banner-label-msg {
    width: 30%;
    margin: 3px;
}