﻿/* Move down content because we have a fixed navbar that is 50px tall */
body {
    background-color: #fff;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

.child-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }

    .body-content {
        padding: 0;
    }
}

@media all and (max-width: 768px) {
    .child-center {
        position: relative;
        top: 0;
        left: 0;
        transform: none;
    }
}

.content-loader {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    background-color: #000;
    opacity: 0.75;
}

.preloader-1 {
    text-align: center;
    font-size: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.loader-message {
    color: #fff;
    margin: 5px 0;
    text-transform: uppercase;
    text-align: center;
    font-family: 'Arial', sans-serif;
    font-size: 16px;
    letter-spacing: 2px;
}

.preloader-1 .line {
    width: 1px;
    height: 12px;
    background: #fff;
    margin: 0 1px;
    display: inline-block;
    animation: opacity-1 1000ms infinite ease-in-out;
}

.preloader-1 .line-1 {
    animation-delay: 800ms;
}

.preloader-1 .line-2 {
    animation-delay: 600ms;
}

.preloader-1 .line-3 {
    animation-delay: 400ms;
}

.preloader-1 .line-4 {
    animation-delay: 200ms;
}

.preloader-1 .line-6 {
    animation-delay: 200ms;
}

.preloader-1 .line-7 {
    animation-delay: 400ms;
}

.preloader-1 .line-8 {
    animation-delay: 600ms;
}

.preloader-1 .line-9 {
    animation-delay: 800ms;
}

@keyframes opacity-1 {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.imgEditar, .imgEliminar, .imgEliminarTipo {
    width: 24px;
    height: 22px;
    padding: 1px 4px;
    border: 1px solid #337ab7;
    border-radius: 4px;
    margin: 2px 2px 0px 2px;
}

.mg-bt-1 {
    margin-bottom: 8px;
}

.mg-bt-2 {
    margin-bottom: 16px;
}

.mg-bt-3 {
    margin-bottom: 24px;
}

.mg-bt-4 {
    margin-bottom: 32px;
}

.to-uppper {
    text-transform: uppercase;
}
