@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: local('Material Icons'), local('MaterialIcons-Regular'), url(https://registro.conapemecongresos.org/2024/iconfont/MaterialIcons-Regular.woff2) format('woff2');
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}



.layout-transparent {
    background: url('../img/fondo_OK.png') right;
}
.layout-transparent .mdl-layout__header,
.layout-transparent .mdl-layout__drawer-button {
    /* This background is dark, so we set text to white. Use 87% black instead if
       your background is light. */
    color: black;
}

#logo_header{
    /*display: none;*/
    margin-top: 15x;
}

#left-banner{
    background: url('../img/banner-left3.png') top no-repeat;
    background-size: contain;
    background-size: 80% auto;
}

#mainContainer{
    padding: 10px;
}

button{
    color: #FFF;
    margin-right: 1em;
}

#dashboardContainer{
    background-color: #f7f7f7;
}

.mdl-navigation__link{
    font-size: 20px;
}

.custom-form{
    padding:1.5em;
    background-color: #FFF;
}

.mdl-progress {
    display: none;
    margin-left: auto;
    margin-right: auto;
    margin-top: 3em;
}

.centrado{
    margin-right: auto;
    margin-left: auto;
}

.mdl-data-table td{
    text-align: left;
}

@media (max-width: 80px){
    #logo_header{
        /*height: 54px;*/
        margin-right: 15px;
        display: inline;
    }

    #logo_header img{
        /*height:49px;*/
        margin-top:0px;
        margin-right: 15px;
    }

    #primera{
        margin-left: -40px;
    }
}

.modal-backdrop {
    display:none;
}

.g-recaptcha{
    margin-bottom: 20px;
}

#ponente-container{
    margin-bottom: 15px;
}

.ponente_form{
    margin-bottom: 15px;
}

.modal-header{
    background: #1a78c2;
}

.bootstrap-dialog-title{
    width:100px;
    display:block;
    font-size: 16px;
    color: #FFF;
    letter-spacing: 2px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
}

.bootstrap-dialog-message{
    color: #000;
    font-size: 18px;
}

.centrado{
    margin-left: auto;
    margin-right: auto;
}

.full-width{
    width: 100%;
}
progress{
    /* Reset the default appearance */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color:#1a78c2;
    background-color: #eee;
    border-radius: 2px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25) inset;
}
progress::-webkit-progress-bar {
    background-color: #eee;
    border-radius: 2px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25) inset;
}

progress::-webkit-progress-value{
    background: #1a78c2;
}

.chart {
    height: 500px;
}

.warning{
    background-color: orangered;
}

.warning-text{
    color:#f5f5f5;
    text-align: center;
}

/* Style modifications to fit Apple AppStore Requirements - Authored by BWL at 19/10/2021 */

.main-form-container {
    width: 70%;
    align-self: center;
    border: #000;
    margin: 0 auto;
}

.send-button {
    border: none !important;
    height: 35px !important;
    padding: 5px !important;
    font-size: 14px !important;
    border-radius: 7px !important;
    background-color: #349db5 !important;
    color: white !important;
    width: 120px;
    text-transform: uppercase;
}
.cancel-button {
    border: none !important;
    height: 35px !important;
    padding: 5px !important;
    font-size: 14px !important;
    border-radius: 7px !important;
    background-color: #d5d5d5 !important;
    color: #000000 !important;
    width: 120px;
    text-transform: uppercase;
    margin-left: 30px;
}

@media screen and (max-width: 600px) {
    .main-form-container {
        width: 100% !important;
    }
    .estilo_div {
        border-radius: 10px !important;
        box-shadow: 0 1px 8px 0 #81818150 !important;
        margin-bottom: 20px !important;
        padding: 10px 10px !important;
    }
    .h3_titulos {
        font-size: 14px !important;
        text-shadow: none !important;
    }
    .notes-text {
        font-size: 16px !important;
    }
    .input {
        width: 100% !important;
        border-radius: 7px !important;
        border: 1px solid #bbbbbb !important;
    }
    b {
        font-size: 16px !important;
    }
    td {
        text-align: start !important;
    }
    label {
        font-size: 12px !important;
    }

    td b {
        font-size: 14px !important;
    }

}
