/*====================================================================================
=            CUSTOM STYLES - PORTAL DE TRABAJO - TERRA                               =
======================================================================================*/

body {
    font-family: 'Montserrat', sans-serif;
    color: #505050 !important;
    font-size: 1.75rem;
    line-height: 1.7;
}

a, .icon_color {
    color: rgba(61,122,61,1);
}

    a:hover {
        color: rgba(61,122,61, 0.9);
    }


/* -------------------------------------------------------------------------- */
/*                                    MODAL                                   */
/* -------------------------------------------------------------------------- */

.modal .datos_personales_titulos,
.modal .title_style {
    color: #505050;
    padding: 10px 20px 10px 15px;
    position: relative;
    font-weight: 500;
    font-size: 16px;
    border-left: 3px solid #3D7A3D;
    text-transform: uppercase;
}

.btn_eliminar {
    margin-left: 15px;
    margin-right: -79px;
}

/* -------------------------------------------------------------------------- */
/*                                   VARIOS                                   */
/* -------------------------------------------------------------------------- */

.ico_edit_photo {
    visibility: hidden;
    top: 90px;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    color: #3D7A3D;
    border: 1px dashed rgba(61,122,61,0.5);
    padding: 10px 10px 10px 10px;
    font-size: 25px;
    border-radius: 30px;
    background-color: rgba(255,255,255,0.5);
}

.ico_edit_photo2 {
    top: 150px;
    left: 65%;
    position: absolute;
    transform: translate(-50%, -50%);
    color: #3D7A3D;
    border: 1px dashed rgba(61,122,61,0.5);
    padding: 10px 10px 10px 10px;
    font-size: 25px;
    border-radius: 30px;
    background-color: rgba(255,255,255,0.5);
}

.img_perfil {
    object-fit: cover;
    width: 180px;
    height: 180px;
}

    #upload_photo:hover,
    .img_perfil:hover + #upload_photo {
        visibility: visible;
    }

.terms_conditions {
    max-height: 200px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.alerta_validacion {
    color: red;
    font-size: x-large;
    font-weight: bold;
    margin-bottom: -10px;
}

.sb {
    font-weight: 600;
    color: rgba(61,122,61,1);
}

input:checked + .slider {
    background-color: #3D7A3D !important;
}

.al_presente {
    vertical-align: top;
    margin-top: 8px;
}

/* -------------------------------------------------------------------------- */
/*                              PERSONAL DETAILS                              */
/* -------------------------------------------------------------------------- */
#personal_details .ctn {
    padding: 50px 6.5% !important;
}

#personal_details .media .media-body.center {
    vertical-align: middle !important;
}

#personal_details .box_container {
    margin-bottom: 40px;
}

    #personal_details .box_container .details {
        color: #707070;
        font-size: 15px;
    }

    #personal_details .box_container h2.title {
        background-color: #3D7A3D;
        color: #FFFFFF;
        padding: 12px 30px 12px 15px;
        position: relative;
        font-weight: 500;
        font-size: 16px;
    }

        #personal_details .box_container h2.title a.icon {
            position: absolute;
            color: #FFFFFF;
            font-size: 16px;
            right: 12px;
            top: 12px;
        }

@media print {

    #personal_details .box_container h2.title {
        border-left: solid 3px #3D7A3D;
    }

    #sections .ctn {
        border: none !important;
    }

    .vp {
        display: block !important;
    }

    .container-print {
        margin-top: -130px !important;
    }

    #personal_details #personal_info .details .item .content {
        padding-bottom: 0px;
    }

    .item {
        margin-bottom: 10px !important;
    }

    .perfil_print {
        margin-bottom: 0px !important;
    }

    #personal_details .box_container {
        margin-bottom: 0px;
    }

    .check_print {
        display: inline-block !important;
        margin-right: 15px;
    }

    .pie_print {
        margin-top: 70px;
        margin-bottom: 0px !important;
        color: rgba(255,255,255,0.5) !important;
    }

    hr {
        margin-top: 10px;
        margin-bottom: 0px;
    }

    #sections .ctn {
        margin: 0 0 0 0;
        padding-bottom: 0px !important;
    }

}

#personal_details #personal_info .details .item .content {
    padding-bottom: 7px;
    border-bottom: 1px solid #EEEEEE;
}

#personal_details #personal_info .details .item .text_label,
#personal_details #personal_info .details .item .text_details {
    display: block;
}

#personal_details #personal_info .details .item .text_label {
    font-size: 12px;
    color: #919191;
}

#personal_details #personal_info .details .item .text_details {
    text-transform: capitalize;
    font-weight: 500;
    color: #3D3D3D;
}

.text_details_lower {
    text-transform: lowercase;
    font-weight: 500;
    color: #3D3D3D;
}

#personal_details #system_msg .modal-body {
    border-top: 12px solid #5CB85C;
}

/* ---------------------------- PERSONAL DETAILS ---------------------------- */



/*=====================================
=            CUSTOM STYLES            =
=====================================*/

h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
    color: #3D3D3D;
    margin-bottom: 20px;
}

    h4.style_left {
        padding: 4px 15px 4px 15px;
        border-left: 5px solid rgba(61,122,61,1);
    }

.control-label {
    margin-bottom: 3px;
    margin-top: 12px;
}

.btn {
    padding: 10px 25px;
    border: 0;
    -webkit-border-radius: 90px;
    -moz-border-radius: 90px;
    -ms-border-radius: 90px;
    -o-border-radius: 90px;
    border-radius: 90px;
}

    .btn.btn-sm {
        padding: 5px 15px;
    }

.btn-xs {
    padding: 5px 15px !important;
}

.item_lista input[type=checkbox] {
    margin-right: 7px;
}

/*----------  GENERATE MULTIPLE COLUMNS  ----------*/
ul.multiple_columns {
    padding: 0;
    list-style: none;
}

/*----------  BTN PRIMARY  ----------*/

label {
    font-weight: 500;
    font-size: 15px;
}

.btn.btn-primary {
    background-color: rgba(61,122,61,1);
}

    .btn.btn-primary:hover,
    .btn.btn-primary:focus {
        background-color: rgba(61,122,61,0.9);
    }

/*----------  BTN DEFAULT  ----------*/
.btn.btn-default {
    background-color: rgba(224,224,224,1);
}

    .btn.btn-default:hover,
    .btn.btn-default:focus {
        background-color: rgba(224,224,224,0.9);
    }

.btn.btn-white {
    background-color: white;
}

    .btn.btn-white:hover,
    .btn.btn-white:focus {
        background-color: white;
    }

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}


/*----------  MODAL  ----------*/
.modal .modal-header {
    padding: 27px 30px 22px 30px;
}

    .modal .modal-header h3 {
        margin: 0;
        text-transform: capitalize;
        font-size: 22px;
        font-weight: 600;
    }

.modal-header .close {
    font-size: 35px;
    margin-top: -7px;
}

.modal-body {
    padding: 35px 30px 15px 30px;
}

    .modal-body p {
        margin-bottom: 15px;
        padding: 0;
        font-weight: 300;
        font-size: 17px;
        line-height: 25px;
    }

.modal-dialog {
    height: 80vh !important;
    display: flex;
}

.modal .modal-content {
    margin: auto !important;
    height: fit-content !important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

.modal .modal-footer {
    text-align: center;
    border: 0;
    padding-bottom: 40px;
}

.modal-header-primary {
    border-bottom: 3px solid #3D7A3D;
}

/*=====  End of CUSTOM STYLES  ======*/



/*==============================
=            VARIOS            =
==============================*/

.no_select {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.accion_xs {
    color: rgba(61,122,61,1);
    padding: 5px 10px 5px 10px;
}

#sections {
    margin-top: -150px;
}

    #sections .ctn {
        background-color: #FFFFFF;
        display: table;
        margin: 0 0 35px 0;
        padding: 70px 10%;
        border: 1px solid #EDEFF1;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
        -webkit-box-shadow: 15px 15px 30px rgba(0,0,0,0.1);
        -moz-box-shadow: 15px 15px 30px rgba(0,0,0,0.1);
        -ms-box-shadow: 15px 15px 30px rgba(0,0,0,0.1);
        -o-box-shadow: 15px 15px 30px rgba(0,0,0,0.1);
        box-shadow: 15px 15px 30px rgba(0,0,0,0.1);
    }

.form-control {
    height: 38px;
    font-size: 13px;
    font-weight: 500;
    color: #909090;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
}

textarea {
    font-size: 15px !important;
    height: auto !important;
}

.input_text_big {
    height: 50px !important;
    font-size: 20px !important;
}

#txt_validacion, #update_general input#txt_cuit_inicial,
#update_general input#CaptchaCodeTextBox,
#cuerpo_general_TxtDni_registro {
    height: 50px !important;
    font-size: 20px !important;
}

#box_codigo_areaRRHH .prefix,
#box_TelefonoRRHH .prefix {
    position: absolute;
    top: 7px;
    left: -5px;
}

#update_general .details .bloque_final {
    background-color: #F1F9FF;
}

.blockquote {
    position: relative;
    font-weight: 300;
    font-size: 18px;
    margin: 30px 0;
    background-color: #f5faff;
    padding: 30px;
}

    .blockquote:before,
    .blockquote:after {
        font-family: 'Special Elite', cursive;
        position: absolute;
        color: #dadada;
        font-size: 60px;
        width: 4rem;
        height: 4rem;
        z-index: 9999999;
    }

    .blockquote:before {
        content: '“';
        left: 0;
        top: -20px;
    }

    .blockquote:after {
        content: '”';
        right: 0;
        bottom: -20px;
    }

#lbl_ayuda_email {
    word-break: break-word;
}

/*=====  End of VARIOS  ======*/




/*==============================
=            HEADER            =
==============================*/

section#header {
    padding-top: 70px;
    padding-bottom: 150px;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    background-image: url(../images/image-bg-5.jpg);
}

    section#header .slogan {
        display: table;
        margin: 0 auto 70px auto;
        background-color: rgba(61,122,61,1);
        padding: 5px 25px;
        letter-spacing: 2px;
    }


/*=====  End of HEADER  ======*/


















/**
 * TABLETS & MOBILES
 */
@media only screen and (min-width : 768px) {

    /*==============================
	=            VARIOS            =
	==============================*/

    /*----------  GENERATE MULTIPLE COLUMNS  ----------*/
    ul.multiple_columns {
        height: 700px;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
    }

        ul.multiple_columns.mh100 {
            height: 100px;
        }

        ul.multiple_columns.mh200 {
            height: 200px;
        }

        ul.multiple_columns.mh300 {
            height: 300px;
        }

        ul.multiple_columns.mh400 {
            height: 400px;
        }

        ul.multiple_columns.mh500 {
            height: 500px;
        }

        ul.multiple_columns.mh600 {
            height: 600px;
        }

        ul.multiple_columns.mh700 {
            height: 700px;
        }

    /*=====  End of VARIOS  ======*/

}


@media only screen and (max-width : 768px) {

    /* -------------------------------------------------------------------------- */
    /*                              PERSONAL DETAILS                              */
    /* -------------------------------------------------------------------------- */

    #personal_details .details_user .media-left {
        width: 100%;
        display: block;
        overflow: hidden;
        padding: 0;
        margin: 0 0 25px 0;
    }

        #personal_details .details_user .media-left a {
            display: block;
            text-align: center;
        }

            #personal_details .details_user .media-left a img {
                margin: 0 auto;
            }
    /* ---------------------------- PERSONAL DETAILS ---------------------------- */

}


/*----------  FX  ----------*/
.fadein {
    animation: fadein 1s;
    -moz-animation: fadein 1s; /* Firefox */
    -webkit-animation: fadein 1s; /* Safari and Chrome */
    -o-animation: fadein 1s; /* Opera */
}

@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-moz-keyframes fadein { /* Firefox */
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-o-keyframes fadein { /* Opera */
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/*----------  CAPTCHA  ----------*/
.BDC_SoundLink {
    visibility: hidden !important;
}
