@font-face {
    font-family: 'FiraSans-Light'; /*a name to be used later*/
    src: url('../fonts/Fira_Sans/FiraSans-Light.ttf'); /*URL to font*/
}

@font-face {
    font-family: 'FiraSans'; /*a name to be used later*/
    src: url('../fonts/Fira_Sans/FiraSans.ttf'); /*URL to font*/
}

@font-face {
    font-family: 'FiraSans-ExtraLight'; /*a name to be used later*/
    src: url('../fonts/Fira_Sans/FiraSans-ExtraLight.ttf'); /*URL to font*/
}

@font-face {
    font-family: 'Roboto-Light'; /*a name to be used later*/
    src: url('../fonts/Roboto/Roboto-Light.ttf'); /*URL to font*/
}

@font-face {
    font-family: 'Roboto-Regular'; /*a name to be used later*/
    src: url('../fonts/Roboto/Roboto-Regular.ttf'); /*URL to font*/
}

@font-face {
    font-family: 'Roboto-Medium'; /*a name to be used later*/
    src: url('../fonts/Roboto/Roboto-Medium.ttf'); /*URL to font*/
}

@font-face {
    font-family: 'Roboto-Bold'; /*a name to be used later*/
    src: url('../fonts/Roboto/Roboto-Bold.ttf'); /*URL to font*/
}

@font-face {
    font-family: 'Rubik-Bold'; /*a name to be used later*/
    src: url('../fonts/Roboto/Rubik-Bold.ttf'); /*URL to font*/
}

@font-face {
    font-family: 'Rubik-Medium'; /*a name to be used later*/
    src: url('../fonts/Rubik/Rubik-Medium.ttf'); /*URL to font*/
}

@font-face {
    font-family: 'Rubik-Regular'; /*a name to be used later*/
    src: url('../fonts/Rubik/Rubik-Regular.ttf'); /*URL to font*/
}

@font-face {
    font-family: 'Rubik-Light'; /*a name to be used later*/
    src: url('../fonts/Rubik/Rubik-Light.ttf'); /*URL to font*/
}
/* General Styles */
/* Sobre escribo el container de bootstrap para menajar 1024px como contenedor de las pantallas */
.container {
    width: 1024px !important;
}
/*Se adapta el padding del container*/
.container {
    padding-left: 20px;
    padding-right: 20px;
}

.container-fluid {
    padding-right: 0;
    padding-left: 0
}

    .container-fluid.container-fluid-bordered {
        border: 2px solid #D8D8D8;
        border-radius: 2px;
        padding: 15px;
    }

.section-bordered {
    border: 1px solid #D8D8D8;
    border-radius: 1px;
    padding: 10px;
    margin-left: 0;
    margin-right: 0;
}

body {
    font-family: 'Open Sans', sans-serif;
}

.item-pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.clear-floating {
    display: block;
    content: "";
    clear: both;
}

.vertical-align {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.vertical-scrollable-container-md {
    overflow-y: scroll;
    height: 400px;
}

.separator-line {
    margin-top: 0px;
    align-self: center;
}

.top-separatorTipoEmp{
    margin-top:10px;
}
.bottom-separatorTipoEmp {
    margin-bottom: 11px;
}
.top-neg-separator-xxxs {
    margin-top: -5px;
}

.top-separator-xxxs {
    margin-top: 5px;
}

.top-separator-xxs {
    margin-top: 10px;
}

.top-separator-xs {
    margin-top: 20px;
}

.top-separator-md {
    margin-top: 40px;
}

.top-separator-lg {
    margin-top: 60px;
}

.top-separator-xl {
    margin-top: 80px;
}

.top-separator {
    border-top: 1px solid #afbaca;
}

.bottom-separator-xxs {
    margin-bottom: 10px;
}

.bottom-separator-xs {
    margin-bottom: 20px;
}

.bottom-separator-md {
    margin-bottom: 40px;
}

.bottom-separator-marca {
    margin-bottom: 35px;
}

.bottom-separator-lg {
    margin-bottom: 60px;
}

.bottom-separator-xl {
    margin-bottom: 80px;
}

.left-separator-xxxs {
    margin-left: 5px;
}

.left-separator-xxs {
    margin-left: 10px;
}

.left-separator-xs {
    margin-left: 20px;
}

.left-separator-s{
    margin-left: 30px !important;
}

.left-separator-xxxxs {
    margin-left: 120px;
}

.left-separator-md {
    margin-left: 40px;
}

.left-separator-md-secondary {
    margin-left: 33px;
}

.left-separator-lg {
    margin-left: 60px;
}

.left-separator-xl {
    margin-left: 80px;
}

.right-separator-xxxs {
    margin-right: 5px;
}

.right-separator-xxs {
    margin-right: 10px;
}

.right-separator-xs {
    margin-right: 20px;
}

.right-separator-s{
    margin-right: 30px !important;
}

.right-separator-md {
    margin-right: 40px;
}

.right-separator-lg {
    margin-right: 60px;
}

.right-separator-xl {
    margin-right: 80px;
}

.bottom-padding-xxs {
    padding-bottom: 10px !important;
}

.bottom-padding-xs {
    padding-bottom: 20px;
}

.bottom-padding-md {
    padding-bottom: 40px;
}

.bottom-padding-lg {
    padding-bottom: 60px;
}

.bottom-padding-xl {
    padding-bottom: 80px;
}

.left-padding-xs {
    padding-left: 20px;
}

.left-separator {
    border-left: 1px solid #afbaca;
}

.right-separator {
    border-right: 1px solid #afbaca;
}

.bottom-separator {
    border-bottom: 1px solid #afbaca;
}

.bottom-separator-grey {
    border-bottom: 2px solid #b6b6b7;
}

.separator-grey-light {
    border-color: #b6b6b7;
}

.separator-light {
    border-color: #ddd;
}

.no-margin {
    margin: 0 auto;
}

.no-margin-right {
    margin-right: 0px;
}

.no-margin-bottom {
    margin-bottom: 0;
}

.no-margin-top {
    margin-top: 0;
}

.no-margin-left {
    margin-left: 0 !important;
}

.no-padding {
    padding: 0px !important;
}

.no-padding-left {
    padding-left: 0px;
}

.no-padding-right {
    padding-right: 0px;
}

no-padding-bottom {
    padding-bottom: 0 !important;
}

.no-bullets {
    list-style: none;
    padding-left: 0px;
}

.padding-right-xxxs {
    padding-right: 5px;
}

.padding-right-xxs {
    padding-right: 10px;
}

.no-gutters {
    padding-right: 0;
    padding-left: 0;
}

.width-0 {
    width: 0%;
}

.width-100 {
    width: 100%;
}

.row-nopadding {
    padding: 0px;
}

.delete-button-permission {
    background-color: transparent;
    border: none;
    float: right;
}

.col-nopadding {
    padding: 0px;
}

.vertical-separator {
    border-left: 1px solid #222222;
}

.clickable {
    cursor: pointer;
}

.link-no-decoration {
    text-decoration: none;
    color: inherit;
}

.dropdown-menu {
    width: 300px;
    padding: 10px;
    height: auto;
}

    .dropdown-menu.dropdown-menu-md {
        width: 500px;
        padding: 10px;
        padding: 0px 40px 0px 50px; /* HACK */
    }

.dropdown-closable-button {
    position: absolute;
    top: 5px;
    right: 5px;
}

.dropdown-stay-open {
    display: block !important;
}

.form-group textarea {
    margin: 15px;
}

.margin-left-md {
    margin-left: 20px;
}

.inlineListItem {
    display: inline;
}

    .inlineListItem.lg-margin {
        display: inline;
        margin-right: 15px;
    }

    .inlineListItem.margin-md {
        display: inline;
        margin-right: 10px;
    }

    .inlineListItem.margin-xs {
        display: inline;
        margin-right: 5px;
    }

.inlineListItem2 {
    display: inline-block;
    vertical-align: top;
}

    .inlineListItem2.lg-margin {
        display: inline-block;
        margin-right: 15px;
    }

    .inlineListItem2.margin-md {
        display: inline-block;
        margin-right: 10px;
    }

    .inlineListItem2.margin-xs {
        display: inline-block;
        margin-right: 5px;
    }

.buttonsListItem {
    display: inline;
    margin-right: 20px;
}

.not-clickable {
    pointer-events: none;
}

/*BOTONES*/
.btn-x-top-right-container {
    display: inline-block;
    position: relative;
    overflow: hidden;
}

/*BOTONES*/
.btn-x-top-right-container2 {
    display: inline;
    position: relative;
    overflow: hidden;
}

.buttons-x-top-right {
    position: absolute;
    top: 10px;
    right: 25px;
}

.btn-x-top-right {
    position: relative;
    float: right;
    margin-left: 5px;
}

/* Call to Action Button */
.btn.btn-cta {
    border-radius: 2px;
    padding: 5px 20px 5px 20px;
    border: none;
    height: 35px;
    display: inline-block;
    font-family: 'Roboto-Regular';
    font-size: 16px;
    font-weight: 500;
    background-color: #00a5ff;
    color: white
}

.btn.btn-cta2 {
    border-radius: 2px;
    padding: 5px 20px 5px 20px;
    border: none;
    height: 35px;
    display: inline-block;
    font-family: 'Roboto-Regular';
    font-size: 16px;
    font-weight: 500;
}

.btn.btn-cta3 {
    border-radius: 2px;
    padding: 5px 20px 5px 20px;
    border: none;
    height: 35px;
    display: inline-block;
    font-family: 'Roboto-Regular';
    font-size: 16px;
    font-weight: 500;
    color: #FFFFFF
}

.btn.btn-cta:hover {
    background-color: #0585cb;
}

.btn.btn-cta:active {
    background-color: #0585cb;
    -webkit-box-shadow: inset 0px 0px 5px 1px rgba(0,0,0,0.20);
    -moz-box-shadow: inset 0px 0px 5px 1px rgba(0,0,0,0.20);
    box-shadow: inset 0px 0px 5px 1px rgba(0,0,0,0.20);
}

.btn.btn-cta:focus {
    outline: 0px;
}

.btn.btn-cta:disabled {
    background-color: #F2F2F2;
    color: #B5B5B5;
    pointer-events: none;
}
/* Fin Call to Action Button */

/* TEMPORAL... Call to Action Disabled Button */
.btn.btn-cta.btn-cta-disabled {
    background-color: grey;
}

    .btn.btn-cta.btn-cta-disabled:hover {
        background-color: lightgrey;
    }
/* Fin Call to Action Disabled Button */

/* Secondary Button */
.btn.btn-secondary {
    border-radius: 2px;
    padding: 5px 20px 5px 20px;
    background-color: #ffffff;
    border: 1px solid #b6b6b7;
    height: 35px;
    font-family: 'Roboto-Regular';
    font-size: 16px;
    font-weight: 500;
    color: #606060
}

    .btn.btn-secondary:hover {
        background-color: #ebebeb;
        border: 1px solid #606060;
    }

    .btn.btn-secondary:active {
        background-color: #ebebeb;
        -webkit-box-shadow: inset 0px 0px 5px 1px rgba(0,0,0,0.20);
        -moz-box-shadow: inset 0px 0px 5px 1px rgba(0,0,0,0.20);
        box-shadow: inset 0px 0px 5px 1px rgba(0,0,0,0.20);
    }

    .btn.btn-secondary:focus {
        outline: 0px;
    }

    .btn.btn-secondary:disabled { /* COMPONENTE = DISABLED=TRUE */
        background-color: #F2F2F2;
        color: #B5B5B5;
        pointer-events: none;
    }
/* Fin Secondary Button */

/* Principal Icon Button */
.btn-icon-principal {
    border-radius: 2px;
    padding: 5px 20px 5px 20px;
    background-color: #ffffff;
    border: 1px solid #b6b6b7;
    height: 35px;
    font-family: 'Roboto-Light';
    font-size: 16px;
    font-weight: 500;
    color: #606060
}

    .btn-icon-principal:hover {
        color: #F5534E;
        background-color: #ebebeb;
        border: 1px solid #606060;
    }

    .btn-icon-principal:active {
        color: #F5534E;
        background-color: #ebebeb;
        -webkit-box-shadow: inset 0px 0px 5px 1px rgba(0,0,0,0.20);
        -moz-box-shadow: inset 0px 0px 5px 1px rgba(0,0,0,0.20);
        box-shadow: inset 0px 0px 5px 1px rgba(0,0,0,0.20);
    }

    .btn-icon-principal:focus {
        outline: 0px;
    }

    .btn-icon-principal:disabled {
        background-color: #F2F2F2;
        color: #B5B5B5;
        pointer-events: none;
    }
/* Fin Principal Icon Button */

/* Secondary Icon Button */
.btn-icon-secondary {
    padding: 5px 20px 5px 20px;
    height: 35px;
    color: #606060;
    outline: none;
    border: 0;
    background: transparent;
}

    .btn-icon-secondary:hover {
        color: #00a5ff;
    }
/* Fin Secondary Icon Button */

/* Tag Button */
.btn-tag {
    font-family: 'Roboto-Regular';
    font-weight: 400;
    font-size: 12px;
    height: 26px;
    color: #ffffff;
    border-radius: 2px;
    /*padding: 5px 5px 5px 5px;*/
    background-color: #606060;
    border: none;
}
    /* Fin Tag Button */

    /* Secondary Tag Button */
    .btn-tag.btn-tag-secondary {
        font-size: 16px;
        color: #606060;
        background-color: #ebebeb;
        border: 1px solid #b6b6b7 !important;
    }
    /* Fin Secondary Tag Button */

    /* 3 Tag Button */
    .btn-tag.btn-tag-3 {
        background-color: #00a5ff;
    }
    /* Fin 3 Tag Button */

    /* Eliminado Tag Button */
    .btn-tag.btn-tag-eliminado {
        color: #ffffff;
        background-color: #f05353;
        border: none;
    }

        .btn-tag.btn-tag-eliminado:hover {
            background: #cb4444;
        }
    /* Fin Eliminado Tag Button */

    /* Bloqueado Tag Button */
    .btn-tag.btn-tag-bloqueado {
        color: #ffffff;
        background: #f9c13a;
        border: none;
    }

        .btn-tag.btn-tag-bloqueado:hover {
            background: #d1a631;
        }
    /* Fin Bloqueado Tag Button */

    /* Closable Tag Button*/
    .btn-tag.btn-tag-closable {
        font-family: 'Roboto-Regular';
        font-weight: 400;
        font-size: 16px;
        border-left: 1px solid #ffffff;
        border-right: none;
        border-top: none;
        border-bottom: none;
    }

        .btn-tag.btn-tag-closable:hover {
            background-color: #141414;
        }

        .btn-tag.btn-tag-closable:focus {
            outline: none;
        }

/* big Tag Button */
.btn-tag-closable.btn-tag-big {
    color: #606060;
    background-color: #ebebeb;
    height: 35px;
    border-left: none !important;
}

    .btn-tag-closable.btn-tag-big:hover {
        background-color: #d8d8d8;
    }

    .btn-tag-closable.btn-tag-big.btn-tag-closable-right {
        border-left: 1px solid #606060 !important;
    }
/* Fin big Tag Button */

.btn-tag-closable.btn-tag-closable-left {
    border-radius: 2px 0px 0px 2px;
}

.btn-tag-closable.btn-tag-closable-right {
    border-radius: 0px 2px 2px 0px;
}

.span-closable {
    vertical-align: middle;
    font-size: 13px;
}
/* Fin Closable Tag Button */

/* IconButton */
.btn-icon {
    border-radius: 2px;
    padding: 5px 20px 5px 20px;
    color: #606060;
    border: 1px solid #ebebeb;
}

    .btn-icon:hover {
        color: #018ecc;
        background-color: #ebebeb;
        border: 1px solid #606060;
    }

    .btn-icon:active {
        color: #018ecc;
        background-color: #b6b6b7;
        border: 1px solid #606060;
    }

    .btn-icon:disabled {
        color: #d8d8d8;
        background-color: #f8f9fa;
        border: 1px solid #d8d8d8;
    }
/* End IconButton */

/* SecondaryIconButton */
.btn-secondary-icon {
    border: none;
    padding: 5px 20px 5px 20px;
    color: #b6b6b7;
    background-color: #FFFFFF;
}

    .btn-secondary-icon:hover {
        color: #00a5ff;
        background-color: #FFFFFF;
    }

    .btn-secondary-icon:active {
        color: #018ecc;
    }
/* End SecondaryIconButton */

/* btn Link */
.btn-link {
    padding-left: 0px;
    font-family: 'Roboto-Medium';
    font-size: 16px;
    font-weight: 500;
    color: #00a5ff;
    outline: none !important;
    cursor: pointer;
}



    .btn-link:hover {
        text-decoration: underline;
        color: #00a5ff;
    }

.btn-link-sm {
    font-size: 13px;
}
/* End btn Link */

/* btn Link Secondary*/
.btn-link.btn-link-secondary {
    font-size: 12px;
}
/* End btn Link Secondary */

/* btn Link Labeled*/
/*
    .btn-link.btn-link-labeled {
        color: #313131;
        text-decoration: none;
        cursor: pointer;
        font-weight: bold;
    }
*/
.btn-link.btn-link-labeled {
    color: #313131;
    text-decoration: none;
}

    .btn-link.btn-link-labeled:hover {
        color: #00a5ff;
    }
/* End btn Link Labeled */

/* btn Link Labeled Secondary */
/*
        .btn-link.btn-link-labeled-secondary {
        color: #6F6F6F;
        text-decoration: none;
        cursor: pointer;
        font-weight: bold;
    }
    */
.btn-link.btn-link-labeled-secondary {
    color: #606060;
    text-decoration: none;
    font-family: 'Roboto-Regular';
    font-weight: 400;
}

    .btn-link.btn-link-labeled-secondary:hover {
        color: #00a5ff;
    }
/* End btn Link Labeled Secondary */
/*FIN BOTONES*/

/*INICIO RADIOS*/
.container-radio input[type=radio] {
    display: none;
}

.container-radio input[type="radio"] + label {
    cursor: pointer;
}

    .container-radio input[type="radio"] + label::before {
        content: "";
        display: inline-block;
        position: absolute;
        width: 17px;
        height: 17px;
        left: 0;
        border: 1px solid #cccccc;
        border-radius: 50%;
        background-color: #fff;
        -webkit-transition: border 0.15s ease-in-out;
        -o-transition: border 0.15s ease-in-out;
        transition: border 0.15s ease-in-out;
    }

    .container-radio input[type="radio"] + label::after {
        content: "";
        display: inline-block;
        position: absolute;
        width: 11px;
        height: 11px;
        left: 3px;
        top: 3px;
        border-radius: 50%;
        background-color: #02a6f8;
        -webkit-transform: scale(0, 0);
        -ms-transform: scale(0, 0);
        -o-transform: scale(0, 0);
        transform: scale(0, 0);
        -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
        -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
        -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
        transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    }

.container-radio input[type="radio"]:checked + label::after {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
}

.container-radio input[type="radio"]:checked + label::before {
    border: 1px solid #02a6f8;
    background: #FFF;
}

.container-radio input[type="radio"]:hover + label::before {
    border: 1px solid #02a6f8;
    background: #FFF;
}

/* ------------------------------------------------------------------------------------------------------------------------------------ */

.container-radio-disabled input[type=radio] {
    display: none;
}

.container-radio-disabled input[type="radio"] + label {
    cursor: not-allowed;
}

    .container-radio-disabled input[type="radio"] + label::before {
        content: "";
        display: inline-block;
        position: absolute;
        width: 17px;
        height: 17px;
        left: 0;
        border: 1px solid #606060;
        border-radius: 50%;
        background-color: #cccccc;
        -webkit-transition: border 0.15s ease-in-out;
        -o-transition: border 0.15s ease-in-out;
        transition: border 0.15s ease-in-out;
    }

    .container-radio-disabled input[type="radio"] + label::after {
        content: "";
        display: inline-block;
        position: absolute;
        width: 11px;
        height: 11px;
        left: 3px;
        top: 13px;
        border-radius: 50%;
        background-color: #cccccc;
        -ms-transform: scale(0, 0);
        -o-transform: scale(0, 0);
        transform: scale(0, 0);
        -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
        -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
        -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
        transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    }

.container-radio-disabled input[type="radio"]:checked + label::after {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
}

.container-radio-disabled input[type="radio"]:checked + label::before {
    border: 1px solid #cccccc;
    background: #FFF;
}

/**/



.radio-margin.container-radio input[type="radio"] + label::after {
    margin-top: 10px;
    margin-left: 10px;
}

.radio-margin.container-radio input[type="radio"] + label::before {
    margin-left: 10px;
}

.radio-margin.container-radio-disabled input[type="radio"] + label::after {
    /*margin-top: 10px;*/
    margin-left: 10px;
}

.radio-margin.container-radio-disabled input[type="radio"] + label::before {
    margin-left: 10px;
}

/*FIN RADIOS*/

/*INICIO CHECKBOX*/
.default-checkbox {
    width: 17px;
    position: relative;
}

    .default-checkbox > label {
        width: 17px;
        height: 17px;
        cursor: pointer;
        position: absolute;
        top: 0;
        left: 0;
        background: #FFFFFF;
        border-radius: 2px;
        border: 1px solid #D8D8D8;
    }

        .default-checkbox > label:hover {
            width: 17px;
            height: 17px;
            cursor: pointer;
            position: absolute;
            top: 0;
            left: 0;
            background: #FFFFFF;
            border-radius: 2px;
            border: 1px solid #00A5FF;
        }

        .default-checkbox > label::after {
            content: '';
            width: 10px;
            height: 5px;
            position: absolute;
            top: 4px;
            left: 3px;
            border: 2px solid #00A5FF;
            border-top: none;
            border-right: none;
            background: transparent;
            opacity: 0;
            transform: rotate(-45deg);
        }

.default-checkbox-disabled {
    width: 17px;
    position: relative;
}

    .default-checkbox-disabled > label {
        width: 17px;
        height: 17px;
        cursor: initial;
        position: absolute;
        top: 0;
        left: 0;
        background: #D9D9D9;
        border-radius: 2px;
        border: 1px solid #D8D8D8;
    }

        .default-checkbox-disabled > label:hover {
            width: 17px;
            height: 17px;
            cursor: initial;
            position: absolute;
            top: 0;
            left: 0;
            background: #D9D9D9;
            border-radius: 2px;
            border: 1px solid #D9D9D9;
        }

        .default-checkbox-disabled > label::after {
            content: '';
            width: 10px;
            height: 5px;
            position: absolute;
            top: 4px;
            left: 3px;
            border: 2px solid #00A5FF;
            border-top: none;
            border-right: none;
            background: transparent;
            opacity: 0;
            transform: rotate(-45deg);
        }

input[type=checkbox] {
    visibility: hidden;
}

    input[type=checkbox]:checked + label::after {
        opacity: 1;
    }

    input[type=checkbox]:checked + label {
        border: 1px solid #00A5FF;
    }

/*FIN CHECKBOX*/

/* Text Styles */
h1 {
    font-family: 'FiraSans-ExtraLight';
    font-size: 34px;
    font-weight: 200;
    color: #141414;
}

h2 {
    font-family: 'FiraSans-ExtraLight';
    font-size: 28px;
    font-weight: 200;
    color: #141414;
}

h3 {
    font-family: 'FiraSans-ExtraLight';
    font-size: 22px;
    font-weight: 200;
    color: #141414;
}

h4 {
    font-family: 'FiraSans-Light';
    font-size: 18px;
    font-weight: 300;
    color: #141414;
}

h5 {
    font-family: 'FiraSans-Light';
    font-size: 14px;
    font-weight: 600;
    color: #141414;
}

.label-titulo {
    font-family: 'Roboto-Light';
    font-size: 24px;
    font-weight: 100;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #141414;
    background: transparent;
}

.label-primary {
    font-family: 'Roboto-Regular';
    font-size: 14px;
    font-weight: 500;
    color: #606060;
    background: transparent;
}

.label-secondary {
    font-family: 'Roboto-Light';
    font-size: 14px;
    font-weight: 800;
    color: #606060;
    background: transparent;
}

    .label-primary.bold,
    .label-secondary.bold {
        font-weight: bold;
    }

.label-saldos-resumenes-body {
    font-family: 'Roboto-Regular';
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    text-align: left;
    color: #141414;
}

.label-saldos-resumenes-header {
    font-family: 'Roboto-Regular';
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0.1px;
    text-align: left;
    color: #606060;
}

.label-3 {
    font-family: 'Roboto-Light';
    font-size: 12px;
    font-weight: 400;
    color: #606060;
    background: transparent;
}

.label-4 {
    font-family: 'Roboto-Light';
    font-size: 10px;
    font-weight: 400;
    color: #606060;
    background: transparent;
}

.lbl-radio {
    margin: 10px 0px 10px 25px;
}

.label-estado {
    background-color: #606060;
    letter-spacing: 1px;
    font-family: 'Roboto-Light';
    font-weight: 400;
    border-radius: 1px;
    font-size: 12px;
    width: 120px;
}


/* ERROR DE JQUERYVALIDATE*/
label.error {
    color: #F05353;
    font-family: 'Roboto-Regular' !important;
}


    label.error[class*="zmdi-"]::before {
        font-family: 'Material-Design-Iconic-Font';
        font-size: 18px;
        margin-right: 5px;
    }

p {
    font-family: 'Roboto-Regular';
    font-size: 16px;
    font-weight: 400;
    color: #141414;
}
/* End Text Styles */

/*Estilos iniciales para controles*/
.form-control {
    box-shadow: initial;
    font-family: Roboto-Regular;
    font-size: 16px;
    font-weight: 500;
    color: #141414;
}

    /* INPUT TEXT STYLES */
    /* Default Input Text */
    .form-control.default-input {
        height: 35px;
        border-radius: 2px;
    }

        .form-control.default-input:hover {
            border: 1px solid #606060;
        }

        .form-control.default-input:focus {
            border-color: #00a5ff;
            box-shadow: none;
        }

        .form-control.default-input:disabled {
            background-color: #F2F2F2;
            color: #B5B5B5;
            pointer-events: none;
            outline: none;
        }
    /* Fin Default Input Text */

    /* Default Input Text Error */
    .form-control.default-input-error {
        border: 1px solid red;
    }
    /* Fin Default Input Text Error */

    /*Jquery agregar la clase error*/
    .form-control.default-input.error {
        border: 1px solid red;
    }

        .form-control.default-input.error:focus {
            border: 1px solid red;
        }

    /* Default Input Text Error */
    .form-control.default-input-success {
        border: 1px solid green;
    }
    /* Fin Default Input Text Error */

    /* Input Text with Icon */
    .form-control.input-with-icon {
        height: 35px;
        border-radius: 2px;
        padding-left: 30px;
    }

        .form-control.input-with-icon:hover {
            border: 1px solid #606060;
        }

        .form-control.input-with-icon:focus {
            border-color: #00a5ff;
            box-shadow: none;
        }

        .form-control.input-with-icon:disabled {
            background-color: #F2F2F2;
            color: #B5B5B5;
            pointer-events: none;
            outline: none;
        }

.input-icon-container {
    position: relative;
}

.input-icon-span {
    position: absolute;
    padding: 10px;
    pointer-events: none;
}
/* Fin Input Text with Icon */

/* Select Styles */
.form-control.default-select {
    cursor: pointer;
    height: 35px;
    border-radius: 2px;
}

    .form-control.default-select:hover {
        border: 1px solid #606060;
    }

    .form-control.default-select:focus {
        border-color: #00a5ff;
        box-shadow: none;
    }
/* Fin Select Styles */
/* FIN INPUT TEXT STYLES */

/* Alertas Styles */
.alert-success {
    border-radius: 2px;
    border: 1px solid green;
    padding: 25px 10px 25px 10px;
}

.alert-danger {
    border-radius: 2px;
    border: 1px solid red !important;
    padding: 25px 10px 25px 10px;
}

.alert-warning {
    border-radius: 2px;
    border: 1px solid yellow;
    padding: 25px 10px 25px 10px;
}

.alert-warning {
    border-radius: 2px;
    border: 1px solid yellow;
    padding: 25px 10px 25px 10px;
}

    .alert-warning.alert-warning-xs {
        border-radius: 2px;
        border: 1px solid yellow;
        padding: 5px 10px 5px 10px;
    }

.alert-info {
    border-radius: 2px;
    border: 1px solid blue;
    padding: 25px 10px 25px 10px;
}

.alert-dismissable.close {
    top: -25px;
    right: -5px;
}
/* Fin Alertas Styles */

.input-group > .input-group-btn:last-child > .selectpicker {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.input-group > .input-group-btn:first-child > .selectpicker {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.delete-button {
    background-color: transparent;
    border-color: transparent;
}

.label-tag-with-button {
    padding-right: 150px;
}



.scroll {
    max-height: 400px;
    overflow-y: scroll;
}

/*ul.nav {
    max-height: 80px;
    overflow-y: scroll;
}*/

div.center {
    text-align: center;
}

.right {
    text-align: right;
}

.left {
    text-align: left;
}

.selected {
    background-color: #ccedff !important;
}

.marked {
    background-color: #ebebeb !important;
    border: 1px solid #d8d8d8;
    padding: 10px;
}

.SimultaneousAccess {
}

.red-label {
    color: red;
}

.mycontent-left {
    border-right: 1px solid rgba(51, 51, 51, 0.22);
}

.client-ul {
    list-style-type: none;
    padding: 0px;
}

.client-search-seeaker {
    height: 50px;
    width: 540px;
}

.ul-no-decorate {
    list-style-type: none;
}

/*INDICE:
    COLORES
    COMPONENTES GENERICOS
    PRODUCT MENU
*/

/*COLORES*/
.color-white {
    color: white;
}

.color-black {
    color: black;
}

.color-azul-claro {
    color: #00a5ff;
}

.violeta-claro {
    color: #5e1475;
}

.gris-claro {
    color: #b6b6b7;
}

.gris-obscuro {
    color: #606060;
}

.color-red {
    color: red;
}
/*FIN COLORES*/

/* Nav Tabs Style */
.nav-tabs {
    /*overflow: hidden;*/
    border-bottom: 1px solid #b6b6b7;
}

    .nav-tabs > li > a {
        width: 150px;
        text-align: center;
        border: 1px solid #b6b6b7;
        margin-right: 20px;
        color: #606060;
    }

    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
        cursor: default;
        border: 1px solid #b6b6b7;
        border-bottom-color: transparent;
    }

    .nav-tabs > li > a:hover {
        background-color: transparent;
        border: 1px solid #b6b6b7;
    }

    .nav-tabs > li > a:active {
        background-color: transparent;
        border: 1px solid #b6b6b7;
    }
/* Fin Nav Tabs Style */

/* Table styles */
table {
    /*border-radius: 10px !important;
    border-spacing: 0;*/
    border: 1px solid #b6b6b7;
    border-radius: 10px;
}

.table.default-table {
    /*border: 1px solid #b6b6b7 !important;
    border-radius: 10px !important;*/
    /*border-spacing: 10px;*/
    /*border-collapse: separate;*/
    /*border: 1px solid #CCCCCC;
    border-radius: 6px 6px 6px 6px;
    -moz-border-radius: 6px 6px 6px 6px;
    -webkit-border-radius: 6px 6px 6px 6px;
    box-shadow: 0 1px 1px #CCCCCC;*/
}

.default-td {
    padding: 15px !important;
    vertical-align: middle !important;
}

.principal-td {
    font-family: 'Roboto-Medium';
    font-size: 16px;
    color: #313131;
    font-weight: 500;
    padding: 15px !important;
}

.secondary-td {
    font-family: 'Roboto-Regular';
    font-size: 16px;
    color: #6F6F6F;
    padding: 15px !important;
    font-weight: 400;
}

tr > th {
    background-color: #D8D8D8;
    color: #7C7C7C;
}

.table > tbody > tr.active > td {
    background-color: #EBEBEB;
    border-bottom: 1px solid transparent;
}

.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 1px solid #b6b6b7;
}

    .table > tbody > tr > td > label, tbody > tr > td > div > label, tbody > tr > td > div > label::after, .table > thead > tr > th > div > label::after,
    .table > thead > tr > th > div > label {
        margin: 10px 0px 10px 0px;
    }

.td-algn > * {
    margin: 10px 0px 10px 0px;
    display: inline-block;
    width: 100%;
    height: 100%;
}

.td-algn.td-algn-right {
    text-align: right;
}

.td-algn.td-algn-center {
    text-align: center;
}

.tr-bold > * > * {
    font-family: 'Roboto-Regular';
}

.tr-bold.tr-bold-black > * > * {
    color: #070707;
}


.td-bold > * {
    font-family: 'Roboto-Regular';
}

.td-bold.td-bold-black > * {
    color: #070707;
}

.table.clickeable-row-table > tr {
    cursor: pointer;
}

/* Fin Table styles */

/* INICIO DIVS FILAS COLUMNAS */
.row-bold > * > * {
    font-family: 'Roboto-Regular';
}

.row-bold.row-bold-black > * > * {
    color: #070707;
}
/* FIN DIVS FILAS COLUMNAS */
/* PRODUCT MENU */
.nav-bar {
    /*background: #4e15a5;
    background: -moz-linear-gradient(left, #4e15a5 0%, #5e1475 100%);
    background: -webkit-linear-gradient(left, #4e15a5 0%,#5e1475 100%);
    background: linear-gradient(to right, #4e15a5 0%,#5e1475 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4e15a5', endColorstr='#5e1475',GradientType=1 );*/
}

.nav-bar-products-button {
    background-color: transparent;
    color: white;
    border: solid 1px;
    border-radius: initial;
    margin: 0px;
    margin-top: 7px;
}

    .nav-bar-products-button:hover {
        color: lightgrey
    }

.nav-bar-bell {
    background-color: transparent;
    border: none;
    margin-top: 14px;
}
/* INICIO ICONOS */
.icon-md {
    font-size: 1.75em;
}

.ti-md {
    font-size: 1.5em;
}

.ti-link:hover {
    color: #00a5ff;
    cursor: pointer;
}
/* FIN ICONOS */
/* INICIO MODALS */
/*.modal {
    background-color: #606060;
}*/
.modal-content {
    border-radius: 0px;
}
.modal-wide{
    width:679px;
    margin-left: -70px;
    margin-top:217px;
}

.modal-header {
    height: 100px;
    border-bottom: 1px solid #b6b6b7;
    padding-left: 30px;
    padding-right: 30px;
}
.modal-header-new {
    height: 84px;
    border-bottom: 1px solid #b6b6b7;    
}
.modal-title-new {
    font-size: 32px;
    line-height: 1.42857143;
    display: inline-block;
    margin-left: 33px;
    margin-top: 23px;
}
    /*CRUZ DE CIERRE DE MODAL*/
    .modal-header .close {
        font-size: inherit;
        font-weight: inherit;
        margin: 0 !important;
    }

    .modal-header.inicial {
        height: inherit !important;
    }

    .modal-header .close > span {
        font-size: 30px;
    }

.modal-header-new .close {
    width: 16px;
    height: 16px;
    margin-top: 10px;
}

.modal-header-new.inicial {
    height: inherit !important;
}

.modal-header-new .close > span {
    font-size: 16px;
}

.modal-header-onboarding {
    height: 130px;
}

.modal-sm {
    width: 400px;
}

.modal-md {
    width: 380px;
}

.modal-body {
    padding-left: 30px;
    padding-right: 30px;
}
.modal-body-new {
    padding-top:26px;
    padding-bottom:31px;
    padding-left:32px;
    font-family: Roboto-Regular;
    font-size: 16px;
    color: #141414;
    width:630px;
    margin-right:30px;
}

.modal-body-no-footer {
    padding: 15px 15px 0px 15px;
}

.modal-open {
    padding-right: initial !important;
}

.close {
    font-size: 50px;
    font-weight: normal;
    margin-top: -29px !important;
}
.closeNew {
    font-size: 16px;
    height:16px;
    font-weight: normal;
    margin-top: 36px;
    margin-right:31px;
    float:right;
}

.modal-footer {
    height: 78px;
    background-color: #d8d8d8;
    border-top: 1px solid #b6b6b7;
    text-align: left;
    padding-left: 30px;
    padding-right: 30px;
}
.modal-footer-new {
    height: 71px;
    background-color: #d8d8d8;
    border-top: 1px solid #b6b6b7;
    padding-left: 30px;
    padding-right: 30px;
    padding-top:17px;
    padding-bottom:17px;
    text-align: right !important;
}

.modal-footer.text-right {
    text-align: right !important;
}

.distribution-footer {
    margin-top: 45px;
    position: fixed;
}

/* Estilo para el footer de los selectores de nuevo producto */
.selector-footer {
    background-color: #d8d8d8;
    padding-top: 15px;
    padding-bottom: 15px;
}
/* FIN MODALS */

/* JUMBODIV */
.jumbodiv {
    background: #ffffff;
    border: 1px solid #B6B6B6;
    border-radius: 2px;
    padding-bottom: 20px;
}
/* FIN JUMBODIV */

.span-color-top-bar {
    color: #D8D8D8;
    font-family: Roboto-Light;
    font-size: 12px;
}

.span-border-product {
    padding: 10px;
    border: 1px solid;
    border-radius: 2px;
}

    .span-border-product > span {
        font-family: Rubik-Regular;
        font-weight: 300;
        color: #fff;
        font-size: 16px;
        letter-spacing: 2px;
    }

.image-gyf-header {
    height: 34px;
    width: 30px;
    margin-top: 7px;
    background-image: url(../images/logos-2.png);
    background-size: 30px;
    background-repeat: no-repeat;
}

.image-cabal-logo {
    height: 38px;
    width: 38px;
    margin-top: -10px;
    margin-bottom: -10px;
    background-image: url(../images/cabal-logo-copy.png);
    background-size: 38px;
    background-repeat: no-repeat;
    text-align:center;
}

.image-cabal-logo-large {
    height: 45px;
    width: 45px;
    background-image: url(../images/cabal-logo@3x.png);
    background-size: 45px;
    background-repeat: no-repeat;
    text-align: center;
    margin-left: 3px;
}

.image-mastercard-logo {
    height: 34px;
    width: 43px;
    margin-top: 7px;
    background-image: url(../images/master-card-logograyscale-copy.png);
    background-size: 43px;
    background-repeat: no-repeat;
}

.image-AD17-logo {
    height: 34px;
    width: 72px;
    margin-top: 7px;
    background-image: url(../images/AD17-logo.png);
    background-size: 72px;
    background-repeat: no-repeat;
}

.image-mastercard-logo-tab {
    height: 34px;
    width: 43px;
    margin-top: 7px;
    background-image: url(../images/master-card-logograyscale-copy.png);
    background-size: 43px;
    background-repeat: no-repeat;
    position: relative;
}

.image-visa-logo {
    height: 13px;
    width: 43px;
    margin-top: 7px;
    background-image: url(../images/visa-logo-copy.png);
    background-size: 43px;
    background-repeat: no-repeat;
}

.icon-container-refresco {
    position: relative; /* Establece el contenedor como un contexto de posicionamiento */
    float: right;
    margin-right: 22px;
  }

  .icon-container-refresco:hover {
    cursor: pointer; /* Cambia el cursor a una mano cuando se hace hover */
  }

.image-refrescar-icono {
    height: 35px;
    width: 35px;
    background-image: url(../images/Actualizar.svg);
    background-size: 19px;
    background-repeat: no-repeat;
    border: 1px solid #141414;
    background-position: center;
    border-radius: 3px;
}

    .image-refrescar-icono:hover {
        background-color: #d8d8d8;
    }

.navbar-nav.no-overflow-y {
    overflow-y: unset
}

    .navbar-nav.no-overflow-y > li > a {
        font-family: Roboto-Medium;
        color: #606060;
    }

    .navbar-nav.no-overflow-y > li.dropdown > a {
        font-family: Roboto-Regular;
        color: #F8F9FA;
    }

.navbar-fixed-top {
    height: 24px;
}

.navbar-static-top {
    position: fixed;
    left: 0;
    right: 0;
}

    .navbar-static-top.menu-product {
        top: 24px;
        height: 54px;
    }

    .navbar-static-top.menu-program {
        top: 78px;
        z-index: 500;
        background-color: #fff;
        height: 44px;
        border-bottom: 1px solid #B7B7B7;
    }

        .navbar-static-top.menu-program.category {
            top: 120px; /*modificar este top en caso de que haya categorias*/
        }

.container.icons {
    padding-top: 3px;
}

.container-distribution {
    border: 1px solid #b6b6b7;
    cursor: pointer;
}

.container-distribution-with-pencil {
    position: relative;
}

    .container-distribution-with-pencil label {
        cursor: pointer;
    }

    .container-distribution-with-pencil:hover {
        border: 1px solid #b6b6b7;
        cursor: pointer;
    }

        .container-distribution-with-pencil:hover::after {
            content: "\e61c";
            font-family: 'themify';
            speak: none;
            font-style: normal;
            font-weight: normal;
            font-variant: normal;
            text-transform: none;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            position: absolute;
            top: 7px;
            right: 7px;
        }

.hand {
    cursor: pointer;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: transparent;
}

.ti-home, .ti-user, .ti-time, .ti-layout-media-center-alt.portico {
    color: #D8D8D8;
    margin-right: 5px;
    margin-top: 5px;
}

.dropdown-toggle.product-portico {
    padding: 9px 10px 5px 10px;
}

    .dropdown-toggle.product-portico .product-container {
        border: 1px solid;
        width: 200px;
        padding-left: 5px;
        border-radius: 2px;
        padding-top: 2px;
        height: 36px;
    }

        .dropdown-toggle.product-portico .product-container > p {
            font-family: Rubik-Light;
            font-weight: 300;
            color: #fff;
            font-size: 16px;
            margin: 0;
            margin-bottom: -7px;
        }

        .dropdown-toggle.product-portico .product-container .version-label {
            font-size: 9px;
            color: #D8D8D8;
        }

.caret {
    margin-left: 8px;
}

    .caret.pull-right.arrow-product {
        margin-top: 12px;
        margin-right: 10px;
    }

.dropdown.open .dropdown-toggle.product-portico .product-container .caret,
.nav.navbar-nav.no-overflow-y.pull-right .dropdown.open .dropdown-toggle .caret {
    content: "";
    border-top: 0;
    border-bottom: 4px dashed;
}

.dropdown-menu.user-menu {
    left: -215px;
    padding: 10px 0 0 0;
}

    .dropdown-menu.user-menu button {
        margin: 5px;
    }

    .dropdown-menu.user-menu .session-li {
        height: 45px;
        background-color: #D8D8D8;
    }

.divider.no-margin-bottom {
    margin-bottom: 0;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: transparent;
}
/* FIN PRODUCT MENU */


/*CAMBIO DE CONTRASE�A Y LOGIN*/
.off-marco-container {
    background-image: url(../images/BackgroungLoginClaro.jpg);
    background-repeat: no-repeat;
    position: relative;
    top: -129px;
}

.off-marco {
    background-color: white;
    padding: 35px 35px 35px 35px;
    box-shadow: 3px 3px 3px #d8d8d8;
}

    .off-marco label {
        display: inline;
        font-weight: initial;
        font-family: 'Roboto-Medium' !important;
    }

    .off-marco .label-eye {
        color: #00a5ff;
    }

    .off-marco .btn {
        width: -webkit-fill-available !important;
    }

    .off-marco span[class*="zmdi-"] {
        font-family: 'Material-Design-Iconic-Font' !important;
    }

        .off-marco span[class*="zmdi-"]:before {
            font-size: 18px;
            color: #00a5ff;
            margin-right: 5px;
        }

    .off-marco .password-item .dot-2 {
        font-size: 13px;
    }

.change-password {
    margin: 115px 240px 115px 240px;
}

.login {
    margin: 150px 315px 150px 315px;
}

.off-marco.login .container-message-onscreen {
    width: 285px;
}

.image-gyf-color-login {
    height: 60px;
    width: 90px;
    margin-left: 110px;
    background-image: url(../images/logos-1.png);
}

.image-gyf-color-change-password {
    height: 53px;
    width: 95px;
    margin-left: 175px;
    background-image: url(../images/logos-1.png);
}

.password .fields {
    position: relative;
}

    .password .fields .password-input {
        padding-right: 35px;
    }

    .password .fields .glyphicon {
        font-size: 20px;
        color: #606060;
        position: absolute;
        right: 22px;
        top: 7px;
    }

        .password .fields .glyphicon:hover {
            color: #b6b6b7;
        }

.password-item .dot-2::before {
    background-color: #00A5FF;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    content: "\00a0";
    display: inline-block;
    height: 7px;
    margin-right: 5px;
    vertical-align: middle;
    width: 7px;
}

.password-item .dot-2 {
    font-family: Roboto-Regular;
}

    .password-item .dot-2.active {
        color: #d8d8d8 !important;
    }

        .password-item .dot-2.active::before {
            background-color: #b6b6b7 !important;
        }


.pw{
    -webkit-text-security: disc;
}
/*FIN CAMBIO DE CONTRASE�A Y LOGIN*/

.word-break-all {
    -ms-word-break: break-all;
    word-break: break-all;
}

.word-break-word {
    -ms-word-break: break-word;
    word-break: break-word;
}

.optional {
    color: #B6B6B6;
}

.search {
    position: relative;
    color: #aaa;
    font-size: 16px;
}

    .search input {
        text-indent: 20px;
    }

    .search .ti-search {
        position: absolute;
        top: 10px;
        left: 10px;
    }

    .search .fa-search {
        position: absolute;
        top: 10px;
        left: 10px;
    }

.container-message-onscreen {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    left: 0;
    padding: 12px;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    min-height: 40px;
    top: 5px;
    width: 408px;
    z-index: 99;
}

    .container-message-onscreen [class*="zmdi-"]::before {
        font-family: 'Material-Design-Iconic-Font';
    }

    .container-message-onscreen.error {
        background-color: #FCDEDE;
        border: 1px solid #ED5353;
    }

    .container-message-onscreen.info {
        background-color: #D4EEFF;
        border: 1px solid #0782DF;
    }

    .container-message-onscreen.success {
        background-color: #D1FDDC;
        border: 1px solid #14AD38;
    }

    .container-message-onscreen.warning {
        background-color: #FEF3DD;
        border: 1px solid #E8B737;
    }

    .container-message-onscreen .cross-button {
        text-align: right;
    }

    .container-message-onscreen .message > label {
        margin: 0;
    }

    .container-message-onscreen.error .message [class*="zmdi-"]::before {
        color: #ED5353;
        font-size: 22px;
        margin-right: 5px;
    }

    .container-message-onscreen.info .message [class*="zmdi-"]::before {
        color: #0782DF;
        font-size: 22px;
        margin-right: 5px;
    }

    .container-message-onscreen.success .message [class*="zmdi-"]::before {
        color: #14AD38;
        font-size: 22px;
        margin-right: 5px;
    }

    .container-message-onscreen.warning .message [class*="zmdi-"]::before {
        color: #E8B737;
        font-size: 22px;
        margin-right: 5px;
    }

label.label-tooltip {
    font-family: 'Roboto-Regular' !important;
}

    label.label-tooltip[class*="zmdi-"]::before {
        font-family: 'Material-Design-Iconic-Font';
        font-size: 18px;
        margin-right: 5px;
    }

/*ESTILOS SPINNER OVERLAY*/
/* Absolute Center Spinner */
.loadingSmall {
    width: 2em;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

    /* :not(:required) hides these rules from IE9 and below */
    .loadingSmall:not(:required) {
        /* hide "loading..." text */
        font: 0/0 a;
        color: transparent;
        text-shadow: none;
        background-color: transparent;
        border: 0;
    }

        .loadingSmall:not(:required):after {
            content: '';
            display: block;
            font-size: 10px;
            width: 1em;
            height: 1em;
            margin-top: -0.5em;
            -webkit-animation: spinner 1500ms infinite linear;
            -moz-animation: spinner 1500ms infinite linear;
            -ms-animation: spinner 1500ms infinite linear;
            -o-animation: spinner 1500ms infinite linear;
            animation: spinner 1500ms infinite linear;
            border-radius: 0.5em;
            -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
            box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
        }


.ABMModelos .loadingIndividualContainer {
    margin: 30px 30px;
}

/*ESTILOS SPINNER OVERLAY*/
/* Absolute Center Spinner */
.loading {
    position: fixed;
    z-index: 999;
    height: 2em;
    width: 2em;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

    /* Transparent Overlay */
    .loading:before {
        content: '';
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.3);
    }

    /* :not(:required) hides these rules from IE9 and below */
    .loading:not(:required) {
        /* hide "loading..." text */
        font: 0/0 a;
        color: transparent;
        text-shadow: none;
        background-color: transparent;
        border: 0;
    }

        .loading:not(:required):after {
            content: '';
            display: block;
            font-size: 10px;
            width: 1em;
            height: 1em;
            margin-top: -0.5em;
            -webkit-animation: spinner 1500ms infinite linear;
            -moz-animation: spinner 1500ms infinite linear;
            -ms-animation: spinner 1500ms infinite linear;
            -o-animation: spinner 1500ms infinite linear;
            animation: spinner 1500ms infinite linear;
            border-radius: 0.5em;
            -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
            box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
        }

/* Animation */

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


/*Radio POPUP programa de inicio*/
.container-radio-popup input[type=radio] {
    display: none;
}

.container-radio-popup input[type="radio"] + label {
    cursor: pointer;
}

    .container-radio-popup input[type="radio"] + label::before {
        content: "";
        display: inline-block;
        position: absolute;
        width: 17px;
        height: 17px;
        left: 0;
        border: 1px solid #cccccc;
        border-radius: 50%;
        background-color: #fff;
        -webkit-transition: border 0.15s ease-in-out;
        -o-transition: border 0.15s ease-in-out;
        transition: border 0.15s ease-in-out;
    }

    .container-radio-popup input[type="radio"] + label::after {
        content: "";
        display: inline-block;
        width: 11px;
        height: 11px;
        left: 3px;
        top: 3px;
        border-radius: 50%;
        background-color: #02a6f8;
        -webkit-transform: scale(0, 0);
        -ms-transform: scale(0, 0);
        -o-transform: scale(0, 0);
        transform: scale(0, 0);
        -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
        -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
        -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
        transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    }

.container-radio-popup input[type="radio"]:checked + label::after {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
}

.container-radio-popup input[type="radio"]:checked + label::before {
    border: 1px solid #02a6f8;
    background: #FFF;
}

.container-radio-popup input[type="radio"]:hover + label::before {
    border: 1px solid #02a6f8;
    background: #FFF;
}

.radio-margin.container-radio-popup input[type="radio"] + label::after {
    margin-bottom: 1px;
    margin-left: -33px;
}

.radio-margin.container-radio-popup input[type="radio"] + label::before {
    margin-left: 10px;
}

.radio-margin.container-radio-popup-disabled input[type="radio"] + label::after {
    margin-top: 10px;
    margin-left: 10px;
}

.radio-margin.container-radio-popup-disabled input[type="radio"] + label::before {
    margin-left: 10px;
}

.defaultIndex {
    border-style: dotted;
    border-color: darkgray;
    margin-top: 10px;
    height: 500px;
    text-align: center;
}

    .defaultIndex div {
        margin-top: 150px;
    }
/* ------------------------------------------------------------------------------------------------------------------------------------ */
.rc-table table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

.rc-table td, .rc-table th {
    padding: 8px;
}

.rc-table-row {
    margin-right: -15px;
    margin-left: -15px;
}

.rc-table.table .rc-table-row-level-0 {
    width: auto;
    height: auto;
}

.rc-table tr > th {
    background-color: #D8D8D8;
    color: #7C7C7C;
}

.rc-table tr > th, .rc-table tr > td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

.rc-table > tbody > tr > td > label,
.rc-table tbody > tr > td > div > label,
.rc-table tbody > tr > td > div > label::after,
.rc-table thead > tr > th > div > label::after,
.rc-table > thead > tr > th > div > label {
    margin: 10px 0px 10px 0px;
}

colgroup {
    display: none;
}

.TituloReporte {
    position: fixed;
    height: 52px;
    background-color: white;
    width: 100%;
}
.iframeReporte {
    margin-top:60px;
    position:absolute;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

.contenedor-mensaje-perfil {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    width: 100%;
    height: 50vh;
    padding: 5% 5%;
    border: 2px dashed darkgrey;
    font-size: 16.5px;
}

.contenedor-mensaje-perfil  > div:first-of-type {
    font-family: 'FiraSans-ExtraLight' !important;
    font-size: 28px;
    font-weight: 200;
    color: #141414;
    margin-bottom: 25px;
}

.contenedor-mensaje-perfil  div:nth-child(2){
    font-family: 'FiraSans-Light';
    font-size: 18px;
    font-weight: 300;
    color: #141414;
    text-align: center;
}

.contenedor-mensaje-perfil button {
    margin-top: 20px;
    border: 1px solid transparent;
    background-color: transparent;
    border-color: transparent;
    padding: 6px 12px;
    color: #337ab7;
    font-family: FiraSans-Light;
    font-size: 18px;
    font-weight: 300;
    cursor: pointer !important;
}

.contenedor-mensaje-perfil button:focus{
    outline: none;
}

.orangeHover:hover{
    color: #EF6C00 !important;
}


.bloqueInformativo {
    border: 1px solid transparent;
    border-radius: 3px;
    padding: 20px;
    width: 100%;
}

.bloqueInformativo.bloqueInformativo--advertencia {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}

.genericLabel {
    padding: 2px 19px;
    width: 100%;
    font-weight: bold;
    font-size: 14px;
    font-family: 'Roboto-Light';
    border-radius: 3px;
}

.errorMessage {
    color: #E5001A;
    background: #F2DEDE;
    border: 1.5px solid #E5001A;
}

.warningMessage {
    color: #AD7611;
    background: #FFF3CD;
    border: 1px solid #AD7611;
}

.warningMessageWithSpinner {
    display: flex;
    align-items: center;
    color: #AD7611;
    background: #FFF3CD;
    border: 1px solid #AD7611;
    padding-left: 15px; 
    position: relative; 
}

.warningMessageWithSpinner::before {
    content: '';
    display: inline-block;
    width: 1em;
    height: 1em;
    margin-right: 10px;
    border: 2px solid #AD7611; 
    border-top: 2px solid transparent;
    border-right: 2px solid transparent;
    border-radius: 50%;
    animation: spinner 1.5s infinite linear;
}

/* Integración de pantallas con iframe */
.container:has(.integracionPantallas__contenedor__iframe iframe) {
    padding: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
    margin: 0;
    box-sizing: border-box;
}

.integracionPantallas__contenedor__iframe {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: stretch;
    justify-content: stretch;
}

.integracionPantallas__contenedor__iframe iframe {
    width: 100%;
    height: auto;
    min-height: 650px;
    border: none;
}

@keyframes spinner {
    100% {
        transform: rotate(360deg);
    }
}

/* Pantallas principales */
.Tarjetas__logo {
    background-image: url('../images/Tarjetas_Inicio.png');
    width: 825px;
    height: 240px;
    margin: auto;
    margin-top: 100px;
}

.Concierge__logo {
    background-image: url('../images/Concierge_Inicio.png');
    width: 912px;
    height: 240px;
    margin: auto;
    margin-top: 100px;
}

.Atlas__logo {
    background-image: url('../images/Atlas_Inicio.png');
    width: 678px;
    height: 240px;
    margin: auto;
    margin-top: 100px;
}

.Maxwell__logo {
    background-image: url('../images/Maxwell_Inicio.png');
    width: 925px;
    height: 190px;
    margin: auto;
    margin-top: 100px;
}