﻿input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
}


/* DAVID */
#mainContainer {
    margin-bottom: 30px;
}

.row-artlogin {
    /*padding: 15px;*/
    border-bottom: 2px solid #FF8300;
}

    .row-artlogin img {
        position: relative;
        margin-top: 25px;
    }

.row-form-login .title {
    color: #333;
    margin-bottom: 5px;
    font-size: 1.1em;
}

.artlogin {
    height: 34px;
    padding: 10px 16px;
    font-size: 14px;
    line-height: 1.33;
    border-radius: 6px;
}



.title {
    margin-top: 30px;
    font-size: 2em;
    font-weight: bold;
    color: #000;
}

.subtitle {
    margin-top: 15px;
    margin-bottom: 25px;
    font-size: 1.0em;
    color: #828282;
    text-transform: uppercase;
}

.content_block {
    background-color: #f8f8f8;
    border-radius: 30px;
    margin: 5px;
    padding: 15px;
    text-align: center;

    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.element_block {
    background-color: #ffffff;
    border-radius: 15px;
    max-width: 300px;
    min-width: 300px;
    margin: 5px;
    padding: 15px;
    text-align: center;
}

.element_title {
    color: black;
    font-family: Nunito;
    font-weight: 600;
    font-size: 1.2em;
    letter-spacing: 0.05em;
    height: 75px;
    margin-top: 10px;
}

div.image_container {
    position: relative;
    display: grid;
}

div.element_image {
    grid-column: 1;
    grid-row: 1;
}

img.element_image {
    height: 130px;
}

div.image_background {
    grid-column: 1;
    grid-row: 1;
    background-color: #f8f8f8;
    border-radius: 11px;
    margin-top: 15px;
}

.element_btn_container {
    padding: 15px 10px 20px 10px;
}

.btn-element-sm {
    background-color: white;
    color: #FF8300;
    font-size: 1.1em;
    border: 1px solid #FF8300;
    font-weight: bold;
    border-radius: 11px;
}

    .btn-element-sm:hover, btn-element-sm:checked, btn-element-sm:active, btn-element-sm:focus {
        background-color: white;
        color: #FF8300;
        border: 1px solid #a9a9a9;
    }

.agenda-wrap-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.agenda_title {
    font-size: 2em;
    font-weight: bold;
    color: #575757;
}

.agenda_data {
    font-size: 1em;
    font-weight: bold;
    color: #828282;
}

.agenda_block {
    background-color: #ffffff;
    border-radius: 11px;
    max-width:200px;
    min-width:200px;
    margin:5px;
    padding: 5px;
    text-align: center;
    padding-top: 10px;
}

.agenda_info {
    padding-top: 5px;
}

div.agenda_icon {
    border-radius: 50%;
    background-color: #F7F8FC;
    width: 90px;
    height: 90px;
    padding:10px;
}

img.agenda_icon {
    width: 65px;
    height: 65px;
}

div.circle_icon {
    border-radius: 50%;
    background-color: #F7F8FC;
    width: 100px;
    height: 100px;
    padding-top: 18px;
}

img.circle_icon {
    width: 65px;
    height: 65px;
}

.agenda_nombre {
    color: #000000;
    font-weight: 600;
    font-family: Nunito;
    font-size: 1em;
    text-transform: uppercase;
   
}

.agenda_detalle {
    color: #828282;
    font-family: Nunito;
    font-size: 0.9em;
    border-bottom: 0.5px solid #DBDEEC;
    padding: 5px;
    min-height:150px;
}

.agenda_btn_container {
    padding: 15px 10px 20px 10px;
}

.light_text {
    font-size: 0.9em;
    color: #828282;
}

.detail_text {
    padding-top: 30px;
    font-size: 0.8em;
    text-align: justify;
    line-height: 1em;
}

.nav_arrow {
    height: 20px;
    border: 0px;
}

.border_left {
    border-left: 1px solid #d27e04;
}

.border_bottom {
    border-bottom: 1px solid #d27e04;
}

.border_left_dotted {
    border-left: 1px dotted #d27e04;
}

.border_right_dotted {
    border-right: 1px dotted #d27e04;
}

.separator {
    width: 100%;
    float: none;
    height: 4px;
}

.separator_8 {
    width: 100%;
    float: none;
    height: 8px;
}

.separator_20 {
    width: 100%;
    float: none;
    height: 20px;
}

.separator_30 {
    width: 100%;
    float: none;
    height: 30px;
}

.tab-pane {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 10px;
}

a.badge {
    min-height: 15px;
    min-width: 30px;
    padding: 7px;
    margin-left: 3px;
}

/* CONFIRM */

.alert {
    color: #fff;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background-color: #FF8300;
}

.confirm span {
    float: left;
    margin-right: 15px;
}


/* botones */

.btn-warning {
    background-color: #FF8300;
    color: #FFF;
    border: 2px solid #FF8300;
    font-weight:bold;
    border-radius: 11px;
}

    .btn-warning:hover, .btn-warning:checked, .btn-warning:active, .btn-warning:focus {
        background-color: #FF8300;
        color: #333;
        border: 2px solid #FF8300;
    }

    .btn-warning span, .btn-success span {
        margin-right: 5px;
    }


.btn-white {
    background-color: white;
    color: #707070;
    border: 2px solid #f9f9f9;
    font-weight: bold;
    border-radius: 11px;
}

    .btn-white:hover, .btn-white:checked, .btn-white:active, .btn-white:focus {
        background-color: white;
        color: #FF8300;
        border: 2px solid #f9f9f9;
    }

    .btn-white span, .btn-success span {
        margin-right: 5px;
    }

.btn-white-orange {
    background-color: white;
    color: #FF8300;
    border: 2px solid #FF8300;
    font-weight: bold;
    border-radius: 11px;
}

    .btn-white-orange:hover, btn-white-orange:checked, btn-white-orange:active, btn-white-orange:focus {
        background-color: white;
        color: #FF8300;
        border: 2px solid #f9f9f9;
    }

    .btn-white-orange span {
        margin-right: 5px;
    }

.btn-white-orange-sm {
    background-color: white;
    color: #FF8300;
    font-size: 0.9em;
    border: 1px solid #FF8300;
    font-weight: bold;
    border-radius: 11px;
}

    .btn-white-orange-sm:hover, btn-white-orange-sm:checked, btn-white-orange-sm:active, btn-white-orange-sm:focus {
        background-color: white;
        color: #FF8300;
        border: 1px solid #a9a9a9;
    }

.btn-success {
    background-color: #bdbdbd;
    color: #FFF;
    border-color: #bdbdbd;
    border-radius: 11px;
    font-weight:bold;
}

    .btn-success:hover, .btn-success:checked, .btn-success:active, .btn-success:focus {
        background-color: #bdbdbd;
        color: #333;
        border-color: #bdbdbd;
    }

    .btn-success span, .btn-success span {
        margin-right: 5px;
    }





/* tableArtica */

.tableArtica a {
    font-weight: normal;
    color: #777;
    font-size: 1em;
}

    .tableArtica a:hover {
        color: #FFF;
    }

.tableArtica thead > tr > th, .tableArtica > tbody > tr > th {
    border-top: 0px;
}

.tableArtica tbody tr:hover td {
    color: #fff;
}

.table-hover tbody tr:hover td {
    background-color: #FF8300;
}

    .table-hover tbody tr:hover td a {
        color: #fff;
    }

.mailbox div {
    padding: 4px;
    margin-top: 5px;
}

.mailbox .title {
    margin-top: 0px;
}

.mailbox .message {
    padding: 10px;
    min-height: 100px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.mailbox .message-user {
    background-color: #e3e3e3;
}

.mailbox .message-apm {
    background-color: #fee3c6;
}

.mailbox .custom-icon {
    background: #fff;
    padding: 6px;
    -webkit-border-radius: 1100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    border: 1px solid #FF8300;
    color: #FF8300;
    text-align: center;
    vertical-align: middle;
    width: 72px;
    height: 72px;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.mailbox img {
    width: 24px;
    vertical-align: middle;
}


.table-artica th {
    text-align: center;
}

.table-artica td {
    font-size: 0.8em;
}

.main-logo {
    width: 200px;
}

.navbar {
    margin-bottom: 0px;
    min-height: 35px;
}

.toolbar_top {
    background: #E5E5E5;
    width: 100%;
    line-height: 22px;
}

/* NOTIFICATION */

.notification {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background-color: #F8F8F8;
    font-family: Nunito;
    color: #333;
    width: 100%;
    padding: 15px;
    font-size: 0.9em;
    overflow: auto;
}

.notification_title {
    font-size: 1.5em;
    font-weight: bold;
    color: #000000;
}

.notification_description {
    font-size: 1.2em;
    color: #707070;
}

.notification_price {
    font-size: 1.2em;
    font-weight: bold;
    color: #707070;
}

.btnPagoSuscripcion a {

}

/* GAMIFICACION */
.gamificacion {
    padding: 2px;
    font-family: Nunito;
    font-style: normal;
    font-size: 0.9em;
    /* identical to box height */
    color: #ABABAB;
}

.gamificacion td {
    padding: 3px;
}
    .gamificacion span {
        padding: 0px 3px;
        font-weight: bold;
    }

    .gamificacion a {
        font-family: Nunito;
        font-size: 0.9em;
        font-weight: normal;
        color: #ABABAB;
        padding: 0px 3px;
    }

    .gamificacion a:hover {
        color: #FF8300;
    }

/* PROFILE */

.profile {
    padding: 2px;
    font-family: Nunito;
    font-style: normal;
    font-size: 0.9em;
    line-height: 22px;
    /* identical to box height */
    color: #ABABAB;
}

    .profile span {
        padding: 0px 20px 0px 0px;
        color: #707070;
    }

    .profile a {
        font-family: Nunito;
        font-size: 0.9em;
        font-weight: normal;
        color: #ABABAB;
        padding: 0px 3px;
    }

        .profile a:hover {
            color: #FF8300;
        }

#buzon_pending_num {
    background: #FF8300;
    border-radius: 5px;

    font-family: Nunito;
    font-style: normal;
    font-weight: bold;
    font-size: 0.8em;
    line-height: 16px;
    color: #FFFFFF;
    padding:0px 5px;
    text-align:center;
}

/* MENU*/

.breadcrumb {
    background-color: transparent;
    border-bottom: 2px solid #FF8300;
    padding: 0px;
    margin-bottom: 5px;
}

.nav-pills > li {
    float: left;
}

    .nav-pills > li > a {
        border-radius: 0px;
        color: #333;
        font-weight: normal;
        display: normal;
        padding-left: 9px;
        padding-right: 9px;
    }

        .nav-pills > li > a:hover {
            color: #333;
            background-color: transparent;
            border-bottom: 4px solid transparent;
            border-image: url('../Images/separator_space.png') 20;
        }


    .nav-pills > li.active > a,
    .nav-pills > li.active > a:hover,
    .nav-pills > li.active > a:focus {
        color: #333;
        background-color: #fff;
        border-bottom: 4px solid transparent;
        border-image: url('../Images/separator_space.png') 20;
    }

    .nav-pills > li > a:hover {
        color: #FF8300;
        background-color: transparent;
    }


    .nav-pills > li > a:focus {
        color: #333;
        background-color: #fff;
        border-bottom: 4px solid #FF8300;
    }




    .nav-pills > li > a.eco {
        border-radius: 0px;
        color: #66a847;
        font-weight: 500;
        display: normal;
    }

        .nav-pills > li > a.eco:hover {
            color: #66a847;
            background-color: transparent;
            border-bottom: 4px solid #66a847;
            border-image: none;
        }


    .nav-pills > li.active > a.eco,
    .nav-pills > li.active > a.eco:hover,
    .nav-pills > li.active > a.eco:focus {
        color: #333;
        background-color: #fff;
        border-bottom: 4px solid #66a847;
        border-image: none;
    }

    .nav-pills > li > a.eco:hover {
        color: #66a847;
        background-color: transparent;
    }


    .nav-pills > li > a.eco:focus {
        color: #66a847;
        background-color: #fff;
        border-bottom: 4px solid #66a847;
        border-image: none;
    }

    .nav-pills > li.active > a.eco {
        color: #66a847;
        border-bottom: 4px solid #66a847;
        border-image:none;
    }




/* DOCUMENTOS*/

.documents a {
    color: #333;
    font-size: 1.1em;
    font-weight: normal;
}

    .documents a:hover {
        color: #FF8300;
    }

        .documents a:hover .badge {
            background-color: #333;
            color: #fff;
        }

        .documents a:hover .custom-icon-main {
            background-color: #FF8300;
            color: #fff;
        }

.documents .badge {
    display: inline-block;
    min-width: 10px;
    padding: 8px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #FF8300;
    border-radius: 10px;
    /*margin-left: -6px;
    margin-right: 10px;*/
}

.documents .custom-icon {
    background: #fff;
    padding-top: 17px;
    -webkit-border-radius: 1100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    border: 1px solid #FF8300;
    color: #FF8300;
    text-align: center;
    vertical-align: middle;
    width: 84px;
    height: 84px;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.documents .custom-icon-main {
    background: #fff;
    padding-top: 27px;
    -webkit-border-radius: 1100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid #FF8300;
    color: #FF8300;
    text-align: center;
    vertical-align: middle;
    width: 128px;
    height: 128px;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

    .documents .custom-icon-main:hover {
        background-color: #FF8300;
        color: #fff;
    }

.documents .custom-icon-download {
    background: #fff;
    padding-top: 7px;
    -webkit-border-radius: 1100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    border: 1px solid #FF8300;
    color: #FF8300;
    text-align: center;
    vertical-align: middle;
    width: 48px;
    height: 48px;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}


/* EXPERIENCIAS */

.experiencias {
    color: #333;
}

    .experiencias .badge {
        display: inline-block;
        padding: 5px;
        line-height: 1;
        color: #fff;
        background-color: #FF8300;
        border-radius: 5px;
    }

        .experiencias .badge:hover {
            color: #333;
        }



    .experiencias .custom-icon {
        background: #fff;
        padding-top: 7px;
        padding-left: 5px;
        -webkit-border-radius: 1100%;
        -moz-border-radius: 100%;
        -o-border-radius: 100%;
        border-radius: 100%;
        border: 1px solid #FF8300;
        color: #FF8300;
        text-align: center;
        vertical-align: middle;
        width: 32px;
        height: 32px;
        -moz-transition: .5s;
        -webkit-transition: .5s;
        -o-transition: .5s;
        transition: .5s;
        margin-right: 5px;
    }

    .experiencias .experiencias-title {
        /*background-color: #fee3c6;*/
        padding: 10px;
        /*-webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px;*/
        margin-bottom: 10px;
        margin-top: 10px;
        font-size: 1.2em;
        font-weight: 400;
    }

    .experiencias .experiencias-message {
        background-color: #e3e3e3;
        padding: 10px;
        min-height: 200px;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px;
        width: 800px;
    }

        .experiencias .experiencias-message img {
            max-width: 95%;
            max-height: 95%;
        }

    .experiencias .experiencias-data {
        background-color: #fff;
        border: 0px solid #FF8300;
        padding: 10px;
        min-height: 200px;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px;
        height: 100%;
    }

    .experiencias span.text {
        font-size: 0.8em;
    }

/* RESERVAS */


.pago p {
    padding-left: 10px;
}

.pago .explain {
    font-size: 0.8em;
}

.activity_info {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background-color: #F2F2F2;
    color: #333;
    width: 100%;
    /*padding-top: 8px;*/
    padding-left:25px;
    padding-bottom:25px;
    padding-right:1px;

    overflow: auto;
    overflow-x: hidden;
}

    .activity_info .circle {
        border: 1px solid #FF8300;
        border-radius: 50%;
        height: 28px;
        width: 28px;
        padding: 5px;
    }

.pago .custom-icon-main {
    background: #fff;
    padding-top: 14px;
    -webkit-border-radius: 1100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid #FF8300;
    color: #FF8300;
    text-align: center;
    vertical-align: middle;
    width: 64px;
    height: 64px;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.pago p {
    padding-left: 10px;
}

.pago .explain {
    font-size: 0.8em;
}


.btn span.art-plus {
    font-size: 1.2em;
}


a.read, span.read {
    color: #FF8300;
}

/* APPOINTMENT */

.row-centered {
    text-align: center;
}

.col-centered {
    display: inline-block;
    float: none;
    text-align: center;
    /* inline-block space fix */
    margin-right: -4px;
}



.appointment .error {
    padding-top: 10px;
    text-align: center;
    color: darkred;
    height: 40px;
    vertical-align: middle;
}

.appointment a:focus {
    text-decoration: none;
}

.appointment .citaNoDisponible {
    color: darkred;
}

.appointment .selected {
    border: 1px solid #aaaaaa;
}

/* Calendario citas */

.calendariocitas {
    width: 100%;
    margin-left: 5px;
    margin-right: 15px;
}

    .calendariocitas tr.trHeader {
        border-top: 1px solid #CCC;
        border-bottom: 1px solid #CCC;
    }

    .calendariocitas tr.trHeader a{
        color:#FF8300;
    }
    .calendariocitas tr.trHeader a:hover{
        color:#FF8300;
    }

    .calendariocitas th {
        text-align: center;
    }

        .calendariocitas th.selected {
            background-color: #FF8300;
            color: #fff;
        }

        .calendariocitas th.selected a {            
            color: #fff;
            text-decoration: none;
        }

        .calendariocitas th span.fecha {
            font-weight: 500;
        }

        .calendariocitas th span.disponibilidad {
            font-weight: normal;
            font-size: 0.9em;
        }

    .calendariocitas td.concitas {
        text-align: center;
    }

    .calendariocitas .cita {
        width: 100%;
        margin-top: 6px;
        padding: 3px;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px;
        border: 1px solid #CCC;
    }

    .calendariocitas td.sincitas {
        padding: 3px;
    }

    .calendariocitas td.mostrarcitas {
        visibility: visible;
    }

    .calendariocitas td.nomostrarcitas {
        visibility: collapse;
    }



    .calendariocitas td.nodata {
        border: 0px;
    }


.eco .title {
    font-size: 3em;
    font-weight: bold;
    color: #32a93b;
    letter-spacing: 4px;
}

    .eco .title .text {
        padding-top: 75px;
    }

    .eco .title img {
        max-height: 128px;
    }

.eco img {
    max-width: 184px;
}

.eco p {
    color: #000;
    font-weight: bold;
}

    .eco p.text {
        color: #000;
        font-weight: 400;
        letter-spacing: 2px;
    }

    .eco p.text_upper {
        font-size: 2.5em;
        color: #32a93b;
        /*color:#66a747;*/
        font-weight: 400;
        text-transform: uppercase;
        line-height: 48px;
        letter-spacing: 4px;
    }

.eco hr {
    width: 100%;
    color: #a3a3a3;
    height: 1px;
    background-color: #32a93b;
}

.eco .btn-warning {
    background-color: #32a93b;
}

.eco_content {
    padding: 15px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    border: 2px solid #32a93b;
}

    .eco_content img {
        max-height: 48px;
    }

.eco ul {
    list-style: none;
    /*height: 100%;
    width: 100%;*/
    margin: 0;
    padding: 0;
}


    .eco ul li {
        color: #000;
        display: block;
        position: relative;
        float: right;
        /*border: 1px solid red;*/
        /*width: 100%;
        height: 100px;*/
        /*border-bottom: 1px solid #111111;*/
    }

        .eco ul li input[type=radio] {
            position: absolute;
            visibility: hidden;
        }

        .eco ul li label {
            display: block;
            position: relative;
            font-weight: 300;
            font-size: 1.35em;
            padding-top: 5px;
            padding-right: 25px;
            padding-bottom: 25px;
            padding-left: 50px;
            z-index: 9;
            cursor: pointer;
            -webkit-transition: all 0.25s linear;
        }

        .eco ul li:hover label {
            color: #FF8300;
        }

        .eco ul li .check {
            display: block;
            position: absolute;
            border: 5px solid #32a93b;
            border-radius: 100%;
            height: 25px;
            width: 25px;
            top: 3px;
            left: 20px;
            z-index: 5;
            -webkit-transition: border .25s linear;
            transition: border .25s linear;
        }

        .eco ul li:hover .check {
            border: 5px solid #FF8300;
            /*background-color: #66a747;*/
        }

        .eco ul li .check::before {
            display: block;
            position: absolute;
            content: '';
            border-radius: 100%;
            height: 16px;
            width: 16px;
            top: 0px;
            left: 0px;
            margin: auto;
            -webkit-transition: background 0.25s linear;
            transition: background 0.25s linear;
        }

.eco input[type=radio]:checked ~ .check {
    border: 5px solid #FF8300;
}

/*.eco input[type=radio]:checked ~ .check::before {
        background-color: #66a747;
    }*/

.eco input[type=radio]:checked ~ label {
    color: #FF8300;
    font-weight: bold;
}


.dataenter {
    margin-top: 7vw; /* viewport width's 20%*/
}
