/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Oct 12, 2016, 11:33:51 AM
    Author     : Javier
*/
/*html, body, .block {
    height: 100%;
}*/

@import url('https://fonts.googleapis.com/css2?family=Abel&family=Architects+Daughter&family=IBM+Plex+Sans:ital,wght@0,100;0,200;1,200&family=Indie+Flower&family=Lato&family=Open+Sans&family=Roboto:ital,wght@0,100;1,300&family=Shadows+Into+Light&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Abel&family=Architects+Daughter&family=Grandstander:wght@100;300&family=IBM+Plex+Sans:ital,wght@0,100;0,200;1,200&family=Lato&family=Open+Sans&family=Roboto:ital,wght@0,100;1,300&family=Shadows+Into+Light&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Abel&family=Architects+Daughter&family=Grandstander:wght@100;300&family=IBM+Plex+Sans:ital,wght@0,100;0,200;1,200&family=Lato&family=Open+Sans&family=Open+Sans+Condensed:wght@700&family=Roboto:ital,wght@0,100;1,300&family=Shadows+Into+Light&display=swap');

.typography{
    font-family: 'Architects Daughter', cursive;
}

html{
    font-size: 14px;
}

body {
    /*display: flex;*/
    min-height: 100vh;
    flex-direction: column;
    background-color: #ffffff;
}

main {
    flex: 1 0 auto;
}


/*Class for when element is above threshold
.pin-top {
    position: relative;
}

Class for when element is below threshold
.pin-bottom {
    position: relative;
}

Class for when element is pinned
.pinned {
    position: fixed !important;
}*/

@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/MaterialIcons-Regular.eot); /* For IE6-8 */
    src: local('../fonts/Material Icons'),
        local('../fonts/MaterialIcons-Regular'),
        url(../fonts/MaterialIcons-Regular.woff2) format('woff2'),
        url(../fonts/MaterialIcons-Regular.woff) format('woff'),
        url(../fonts/MaterialIcons-Regular.ttf) format('truetype');
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;  /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;

    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;

    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;

    /* Support for IE. */
    font-feature-settings: 'liga';
}

footer{
    margin-top: 0px;
}

footer .page-footer{
    padding: 10px;
    font-size: 0.75rem;
    vertical-align: middle;
    background-color: #fff;
}

footer .page-footer img{
    vertical-align: middle;
}

.container-fluid{
    display: block;
    width: 80%;
    padding: 1% 2%;
    height: auto;
    margin: 0 auto;
}

.navbar-header h3{
    margin: 0px;
    display: block;
}

.navbar-header span{
    line-height: 20px;
    height: 20px;
    display: block;
}

.navbar-header img{
    vertical-align: middle;
    height: 100px
}

.navbar-lang,
.navbar-lang i.material-icons{
    color: white;
    font-size: 0.8rem;
    height: 30px;
    line-height: 30px;
}

.navbar-lang{
    background: #3e4e5c;
    text-align: right;
}

.navbar-lang a{
    cursor: pointer;
    padding: 0px 8px;
}

.navbar-lang i.material-icons{
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin-left: 4px;
}

.row{
    margin-bottom: 0px;
}

.pointer{
    cursor: pointer;
}

.justify-align{
    text-align: justify;
}

ul.browser-default{
    padding-left: 20px;
}

.modal-s{
    max-width: 400px;
}

.modal-m{
    max-width: 650px;
}

.modal-l{
    width: 95%;
}

td, th{
    padding: 5px;
    vertical-align: top;
}

/* Botones */
.btn-link{
    color: #337ab7!important;
    background-color: transparent;
}

.btn-link:focus,
.btn-link:hover{
    background: rgba(0,0,0,0.1);
}

.nav-action{
    margin-bottom: 15px;
}

.nav-action .btn,
.nav-action button{
    margin-right: 15px;
}

/* Estilos generales de formularios */
small.description-fields{
    display: block;
    color: #ff9800;
    font-weight: 300;
    margin-bottom: 10px;
    font-size: .9rem;
}

/* Mensajes de error formularios */
div.invalid{
    color: #F44336;
    font-size: 12px;
    margin-top: -14px;
}

.invalid[icon=true]{
    margin-left: 42px;
}

p + .invalid{
    margin-top: 10px;
}

select + .invalid{
    margin-top: 0px;
}

select.browser-default{
    margin-top: 4px;
}

select.browser-default.invalid{
    border-bottom: 1px solid #F44336;
    box-shadow: 0 1px 0 0 #F44336;
}

select.browser-default.valid{
    border-bottom: 1px solid #4CAF50;
    box-shadow: 0 1px 0 0 #4CAF50;
}
/* Errores del sistema */

#modal-error .modal-body{
    background: white;
    padding: 10px;
}

.no-javascript{
    background: none repeat scroll 0% 0% #F5F5F5;
    height: 100%;
    left: 0px;
    opacity: 0.9;
    position: fixed;
    text-align: center;
    top: 0px;
    width: 100%;
    z-index: 5000;
    color: #474747;
}

.no-javascript div{
    top: 30%;
    display: block;
    position: absolute;
    width: 100%;
    font-weight: 300;
    font-size: 3em;
}

.no-javascript img{
    display: block;
    margin: 0 auto;
    margin-top: 15px;
}

.not-supported-container{
    display: inline-block;
    position: relative;
    width: 100%;
    height: auto;
    color: #3F5364;
    background: #E9E9E9;
    border-bottom: 20px solid #1F9BDE;
    padding: 2%;
}

.block-not-supported{
    display: block;
    position: relative;
    width: auto;
    height: auto;
    vertical-align: middle;
}

.supported-browsers-content{
    display: inline-block;
    position: relative;
    width: 100%;
    background: #fbfbe3;
    background: rgba(255, 255, 152, 0.22);
    font-size: 12px;
    color: #7E6B09;
    border: 1px solid #E5D841;
    padding: 5px;
    text-align: center;
}

.supported-browsers label{
    display: inline-block;
    width: 100%;
    position: relative;
    height: auto;
}

.content-browser{
    display: inline-block;
    width: 100%;
    position: relative;
    height: auto;
}

.browser{
    position: relative;
    display: inline-block;
    width: auto;
    height: auto;
    margin: 5px 12px;
}

.browser a{
    text-decoration: none;
    display: inline-block;
    width: auto;
    height: auto;
    position: relative;
}

.browser img{
    vertical-align: middle;
    border: none;
}

/* Loaders */

.loader-top{
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 5000;
    top: 0;
    background: rgba(50,50,50,0.1);
    cursor: default;
}

.loader-top .progress{
    margin: 0px;
}

.loader-processing{
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 5000;
    top: 0;
    background: rgba(255,255,255,0.75);
    cursor: default;
    display: none;
}

.loader-processing.loader-relative{
    position: absolute;
}

.loader-processing .loader-processing-content{
    margin-top: 15%;
}

/* Notificaciones */
.toast.success{
    background: #388E3C;
    color: #fff;
}

.toast.notice{
    background: #ffb74d;
    color: #fff;
}

.toast.error{
    background: #E53935;
    color: #fff;
}

.toast.info{
    background: #64B5F6;
    color: #fff;
}
/* Notificaciones */

.header-panel{
    color: #FFF;
    font-weight: 300;
}

.card .card-content .card-title{
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.5rem;
    margin-top: 0px;
}

.card .card-content .card-title:not(:first-child){
    margin-top: 1rem;
}

.card-title + .description-fields{
    margin-top: -6px;
}

@media print {
    #primary_nav_wrap{
        margin-top:15px
    }

    #primary_nav_wrap ul{
        list-style:none;
        position:relative;
        float:left;
        margin:0;
        padding:0;
    }

    #primary_nav_wrap ul li ul { background:#000000; padding-top:9px;}

    #primary_nav_wrap ul li a{
        display:block;
        text-transform:uppercase;
        text-decoration:none;
        color:#ffffff;
        font-size:16px;
        line-height:36px;
        padding:0 25px;
        margin:0 10px;
        font-family: Gill Sans,Gill Sans MT,Calibri,sans-serif !important;
    }

    #primary_nav_wrap ul li {
        position:relative;
        float:left;
        margin:0;
        padding:0;
        text-align:left;
    }

    #primary_nav_wrap ul li ul li a {
        display:block;
        background:#000000;
        text-transform:uppercase;
        text-decoration:none;
        color:#ffffff;
        font-size:12px;
        line-height:normal;
        padding:10px 25px;
        margin:0px;
    }

    .current-menu-item {
        background-color:#ffffff !important;
        color:#000000 !important;
        border-radius:18px;
    }

    #primary_nav_wrap ul li a:hover {
        background:#ffffff;
        color:#000000;
        border-radius:18px;
    }

    #primary_nav_wrap ul li ul li a:hover {
        background:#ffffff;
        color:#000000;
        border-radius:0px;
    }

    #primary_nav_wrap ul ul {
        display:none;
        position:absolute;
        top:100%;
        left:0;
        background:#fff;
        padding:0;
    }

    #primary_nav_wrap ul ul li
    {
        float:none;
        width:200px;
    }

    #primary_nav_wrap ul ul a
    {
        line-height:120%;
        padding:10px 15px;
    }

    #primary_nav_wrap ul li:hover > ul
    {
        display:block;
        z-index: 1;
    }

    .no-print{
        display:none!important;
    }

    .row .col.m1 {
        width: 8.3333333333%;
        margin-left: auto;
        left: auto;
        right: auto;
    }

    .row .col.m2 {
        width: 16.6666666667%;
        margin-left: auto;
        left: auto;
        right: auto;
    }

    .row .col.m3 {
        width: 25%;
        margin-left: auto;
        left: auto;
        right: auto;
    }

    .row .col.m4 {
        width: 33.3333333333%;
        margin-left: auto;
        left: auto;
        right: auto;
    }

    .row .col.m5 {
        width: 41.6666666667%;
        margin-left: auto;
        left: auto;
        right: auto;
    }

    .row .col.m6 {
        width: 50%;
        margin-left: auto;
        left: auto;
        right: auto;
    }

    .row .col.m7 {
        width: 58.3333333333%;
        margin-left: auto;
        left: auto;
        right: auto;
    }

    .row .col.m8 {
        width: 66.6666666667%;
        margin-left: auto;
        left: auto;
        right: auto;
    }

    .row .col.m9 {
        width: 75%;
        margin-left: auto;
        left: auto;
        right: auto;
    }

    .row .col.m10 {
        width: 83.3333333333%;
        margin-left: auto;
        left: auto;
        right: auto;
    }

    .row .col.m11 {
        width: 91.6666666667%;
        margin-left: auto;
        left: auto;
        right: auto;
    }

    .row .col.m11 {
        width: 100%;
        margin-left: auto;
        left: auto;
        right: auto;
    }

    .navbar-header{
        height: auto;
    }

    .card{
        box-shadow: none;
        margin: 0px;
    }

    .container{
        width: 100%;
    }

    body{
        font-size: 80%;
        -webkit-print-color-adjust: exact;
    }

    footer .page-footer{
        font-size: 10px;
    }
}

.container{
    /*min-width: 80%;*/
    width: 60% !important;
    /*margin-top: -30px !important;*/
}

.active{
    color: #9e9e9e !important;
}

input:not([type]):focus:not([readonly]),input[type=text]:focus:not([readonly]),input[type=password]:focus:not([readonly]),input[type=email]:focus:not([readonly]),input[type=url]:focus:not([readonly]),input[type=time]:focus:not([readonly]),input[type=date]:focus:not([readonly]),input[type=datetime]:focus:not([readonly]),input[type=datetime-local]:focus:not([readonly]),input[type=tel]:focus:not([readonly]),input[type=number]:focus:not([readonly]),input[type=search]:focus:not([readonly]),textarea.materialize-textarea:focus:not([readonly]){
    border-bottom:1px solid #2196F3 !important;
    box-shadow:0 1px 0 0 #2196F3 !important;
}

.box{
    font-size: 2.5rem;
    /*margin-top: 60px;*/
    border-bottom: 1px solid #2196F3;
    border-top: 1px solid #2196F3;
    border-left: 1px solid #2196F3;
    border-right: 1px solid #2196F3;
}
/*.boxEvento{
    font-size: 2.5rem;
    margin-top: 60px;
    border-bottom: 7px solid #2196F3;
    border-top: 7px solid #2196F3;
    border-left: 7px solid #2196F3;
    border-right: 7px solid #2196F3;
    border-radius: 15px;
}*/

.background-body-image{
    background-position: center center;
    /*background-repeat: no-repeat;*/
    background-size: cover;
    background-size: 100%
}

ul.stepper .step.active::before, ul.stepper .step.done::before{
    background-color: #2196F3 !important;
}

ul.stepper .step.wrong::before {
    background-color: red !important;
}

.step-title{
    font-size: 20px !important;
}

ul.stepper .step.done::before {
    background-color: #4caf50 !important;
}
