﻿/*CSS Genérico*/

/**********************************************************************************/
/*** BUTTON ALERT                                                                 */
/**********************************************************************************/

button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
    color: white;
}

button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
    background-color: #941e0a !important;
}

button.alert, .button.alert {
    background-color: #f04124 !important;
    border-color: #cf2a0e !important;
    color: #FFFFFF;
}

/**********************************************************************************/
/*** Breadcrums											                          */
/**********************************************************************************/

.breadcrumbs {
    background-color: transparent !important;
    border: none !important;
    margin-top: 1rem !important;
    padding-left: unset !important;
    padding-right: unset !important;
}

    .breadcrumbs > * {
        font-size: 0.7rem !important;
        padding: 0 !important;
        margin: 0 !important;
        line-height: 1rem !important;
        text-transform: unset !important;
        color: unset !important;
    }

    .breadcrumbs > .double-arrow-menu::before {
        content: "»";
        padding: 0 !important;
        margin: 0 !important;
        padding-right: 0.3rem !important;
        padding-left: 0.3rem !important;
    }

    .breadcrumbs > .double-arrow-menu.last::before {
        padding-left: 0rem !important;
    }

    .breadcrumbs > .double-arrow-menu {
        font-size: 0.7rem !important;
    }

    .breadcrumbs li::before {
        content: none;
    }

.breadcrumbs {
    margin-bottom: initial;
}

.hr-footer {
    margin-top: 0rem !important;
}

.breadcrumbs > ::before {
    top: -1px !important;
}

/**********************************************************************************/
/*** Animación FADE IN, FADE OUT                                                  */
/**********************************************************************************/

.animate-out {
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    opacity: 0;
}

/**********************************************************************************/
/*** Select de idioma                                                             */
/**********************************************************************************/

.custom-select {
    width: 5.7rem !important;
}

    .custom-select select {
        height: 2.2rem !important;
    }

select {
    background-image: none !important;
}

/*https://jsfiddle.net/leaverou/XxkSC/ */

label.custom-select {
    position: relative;
    display: inline-block;
}

.custom-select select {
    display: inline-block;
    /*border: 2px solid #bbb;*/
    padding: 4px 3px 3px 5px;
    margin: 0;
    font: inherit;
    outline: none; /* remove focus ring from Webkit */
    line-height: 1.2;
    background: #f8f8f8;
    -webkit-appearance: none; /* remove the strong OSX influence from Webkit */

    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

/* for Webkit's CSS-only solution */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    .custom-select select {
        padding-right: 0em;
    }
}


/* Select arrow styling */
.custom-select:after {
    content: "▼";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    font-size: 60%;
    line-height: 30px;
    padding: 0 7px;
    /*background: #bbb;*/
    color: white;
    pointer-events: none;
    -webkit-border-radius: 0 6px 6px 0;
    -moz-border-radius: 0 6px 6px 0;
    border-radius: 0 6px 6px 0;
}

.no-pointer-events .custom-select:after {
    content: none;
}

/**********************************************************************************/
/*** Icon                                                                         */
/**********************************************************************************/

.field-icon {
    float: right;
    margin-right: 9px;
    margin-top: -2.9em;
    position: relative;
    z-index: 2;
}

.tiny span.fi-key {
    font-size: 0.9em;
}

span.field-icon.toggle-password.fi-aperture {
    color: red;
}

img.mobile_icon {
    background: url(../images/mobile_logo.png) no-repeat center center;
    cursor: pointer;
}

.th > .iconic {
    margin-bottom: 0.9em;
}

.th > p::before {
    /*content:"\a";*/
    white-space: pre;
}

.th > p {
    font-size: 0.799em;
}

.th:hover, .th:focus {
    box-shadow: unset !important;
}

/**********************************************************************************/
/*** Required                                                                     */
/**********************************************************************************/

.required label:after {
    color: #e32;
    content: ' *';
    display: inline;
}

/**********************************************************************************/
/*** Bloq Mayus                                                                   */
/**********************************************************************************/

.bloq-mayus {
    margin-top: -1.4em !important;
}

.notifybody p, .notifybody span, section p, .notifybody ul {
    font-size: 85% !important;
    margin-bottom: 0.9rem !important;
}

.notifyfooter {
    font-size: 0.7em !important;
}

.th {
    width: 8em;
    height: inherit;
    margin-bottom: 0.5em;
    box-shadow: unset;
}

    .th > p {
        margin-bottom: 0.4rem;
    }

.button > .iconic-sm {
    font-size: 0.855em !important;
}

.colorpicker_hsb_h {
    display: none;
}

.colorpicker_hsb_s {
    display: none;
}

.colorpicker_hsb_b {
    display: none;
}


#loginpartial .iconic-sm {
    font-size: 0.7444em !important;
}

#url_HelpText_content > h6 {
    color: black !important;
}

#process_HelpText_content > h6 {
    color: black !important;
}

#ui-datepicker-div {
    z-index: 10 !important;
}

.titlesimple {
    color: black !important;
}


.alert-box .close {
    margin-top: unset !important;
}

.has-tip {
    border-bottom: unset !important;
}

    .has-tip:hover {
        border-bottom: unset !important;
    }

/*Select2*/
.select2-selection__choice {
    font-size: 0.8rem !important;
}

.select2-results__option {
    font-size: 0.8rem !important;
}

input.select2-search__field {
    font-size: 0.9rem !important;
}

span.select2.select2-container {
    width: 100% !important;
    margin-bottom: 1rem;
}

.select2-search__field {
    width: 120% !important;
}

.chosen-container-single .chosen-single {
    height: 1.9rem;
}

/**********************************************************************************/
/*** SignPDF                                                                      */
/**********************************************************************************/

.button.radius.signpdf {
    margin: 0 1.4rem 0 0 !important;
}

.ajax-upload-dragdrop {
    color: #adb2c1 !important;
}

.ajax-file-upload-filename {
    font-size: .875rem;
    color: #4d4d4d;
    cursor: pointer;
    display: block;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 0;
}

.promo-login {
    padding: 0.5rem 0.5rem 0.5rem;
    border-radius: 4px;
    background: unset !important;
    margin-top: -0.5rem;
}

.promo-img-close {
    width: 2rem;
    height: 2rem;
    flex-grow: 0;
    object-fit: contain;
    float: right;
}

.promo-header .promo-img-close {
    margin: 0.4em;
}

.Rectangle-243 {
    border: solid #ffdb52;
    border-width: 1px 0 0;
    margin: 1.25rem 0 1.00rem;
}

.promo-login-text {
    padding: 0.5rem 0.5rem 0rem;
    align-self: stretch;
    flex-grow: 0;
    font-family: Montserrat !important;
    font-size: 0.875rem;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #252837;
    margin-bottom: 0.5rem;
}