@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: local('Material Icons'), local('MaterialIcons-Regular'), url(../iconfont/MaterialIcons-Regular.woff) 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/fondo4.png') right no-repeat;
}
.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: 25px;
}

#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: 40px){
    #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;
}