html{
    position: relative;
    min-height: 100%;
}
body{
    margin-bottom: 60px;
}
footer{
    background-color: #4f4f4f;
    color: white;
    height: 82px;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.jumbotron{
    background: #C5D2C7;
    background-size: cover;
}
.jumbotron p{
    font-size: 25px;
}
@media (max-width: 767px){
    .jumbotron h1{
        font-size: 60px;
        text-shadow : transparent;
    }
}
@media (max-width: 540px){
    .jumbotron h1{
        font-size: 50px;
    }
    .jumbotron p{
        font-size: 23px;
    }
}

.fondoCat{
    background:#DFE1DB;
}


.panelCat{
    position: fixed;
    top:201px;
    margin-right: 30px;
}


.headerRegister, .header-primary{
    background: #009688;
    color: #FFF;
}
.headerUpdate{
    background: #336DFF;
    color: #FFF;
}

.opcionSelectP01, opcionSelectP02{
    text-decoration: none;
    cursor: default;
}

.btn-addTecnicHerramienta {
    background-color: #009688;
    color: #FFF;
    text-decoration: none;
}

#containerImages{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}
#containerImages > div{
    margin-right: 10px;
    margin-bottom: 8px;
}
.prevImage{
    border: 1px solid #CCC;
    width: 120px;
    height: 148px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.prevImage img{
    width: 100%;
}
.inputUploadfile{
    display: none;
}
.btnUploadfile, .btnDeleteImage{
    border: 0;
    background-color: #009688;
    text-align: center;
    padding: 2px 3px;
    color: #FFF;
    font-size: 9pt;
    cursor: pointer;
    width: 100%;
}
.btnDeleteImage{
    background-color: #dc3545;
}
.prevImage .loading{
    width: 30px;
    height: 30px;
}
#celFotos img{
    width: 150px;
    margin: 10px;
}

.btn-addTecnicHerramienta{
    background-color: #009688;
    text-align: center;
    color: #FFF;
}

.btn-updateTecnicHerramienta{
    background: #336DFF;
    text-align: center;
    color: #FFF;
}


