.content {
    margin: 0 auto;
}

.cnter {
    display: none;
    justify-content: center;
    align-items: center;
    height: 44px;
    overflow: hidden;
    animation-delay: 1s;
}

.item-1 {
    width: 15px;
    height: 15px;
    background: #f583a1;
    border-radius: 50%;
    background-color: #195085;
    margin: 7px;
    display: flex;
    justify-content: center;
    align-items: center;
}

@keyframes scale {
    0% {
        transform: scale(1);
    }

    50%,
    75% {
        transform: scale(2.5);
    }

    78%,
    100% {
        opacity: 0;
    }
}

.item-1:before {
    content: '';
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #195085;
    opacity: 0.7;
    animation: scale 2s infinite cubic-bezier(0, 0, 0.49, 1.02);
    animation-delay: 200ms;
    transition: 0.5s all ease;
    transform: scale(1);
}

.item-2 {
    width: 15px;
    height: 15px;
    background: #f583a1;
    border-radius: 50%;
    background-color: #71b500;
    margin: 7px;
    display: flex;
    justify-content: center;
    align-items: center;
}

@keyframes scale {
    0% {
        transform: scale(1);
    }

    50%,
    75% {
        transform: scale(2.5);
    }

    78%,
    100% {
        opacity: 0;
    }
}

.item-2:before {
    content: '';
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #71b500;
    opacity: 0.7;
    animation: scale 2s infinite cubic-bezier(0, 0, 0.49, 1.02);
    animation-delay: 400ms;
    transition: 0.5s all ease;
    transform: scale(1);
}

.item-3 {
    width: 15px;
    height: 15px;
    background: #f583a1;
    border-radius: 50%;
    background-color: #195085;
    margin: 7px;
    display: flex;
    justify-content: center;
    align-items: center;
}

@keyframes scale {
    0% {
        transform: scale(1);
    }

    50%,
    75% {
        transform: scale(2.5);
    }

    78%,
    100% {
        opacity: 0;
    }
}

.item-3:before {
    content: '';
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #195085;
    opacity: 0.7;
    animation: scale 2s infinite cubic-bezier(0, 0, 0.49, 1.02);
    animation-delay: 600ms;
    transition: 0.5s all ease;
    transform: scale(1);
}

.item-4 {
    width: 15px;
    height: 15px;
    background: #f583a1;
    border-radius: 50%;
    background-color: #71b500;
    margin: 7px;
    display: flex;
    justify-content: center;
    align-items: center;
}

@keyframes scale {
    0% {
        transform: scale(1);
    }

    50%,
    75% {
        transform: scale(2.5);
    }

    78%,
    100% {
        opacity: 0;
    }
}

.item-4:before {
    content: '';
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #71b500;
    opacity: 0.7;
    animation: scale 2s infinite cubic-bezier(0, 0, 0.49, 1.02);
    animation-delay: 800ms;
    transition: 0.5s all ease;
    transform: scale(1);
}

.item-5 {
    width: 15px;
    height: 15px;
    background: #f583a1;
    border-radius: 50%;
    background-color: #195085;
    margin: 7px;
    display: flex;
    justify-content: center;
    align-items: center;
}

@keyframes scale {
    0% {
        transform: scale(1);
    }

    50%,
    75% {
        transform: scale(2.5);
    }

    78%,
    100% {
        opacity: 0;
    }
}

.item-5:before {
    content: '';
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #195085;
    opacity: 0.7;
    animation: scale 2s infinite cubic-bezier(0, 0, 0.49, 1.02);
    animation-delay: 1000ms;
    transition: 0.5s all ease;
    transform: scale(1);
}

.detail-view {
    background: lightgray;
}

#table {
    margin-top: 40px;
}

.bootstrap-table {
    margin-top: 95px;
}

.head {
    height: 65px;
    background: #195085;
    padding:10px 20px;
    color: #FFF;
}

.container {
    width: 100%;
    margin: 40px auto;
}

.content {
    padding: 5px;
}

label {
    margin-bottom: 0px;
    font-size: 15px;
}

.form-group {
    margin-bottom: 0.7rem;
}

.form-control {
    height: calc(2rem + 2px);
    border: 1px solid lightsteelblue;
    font-size: 15px;
}

.pieLogin {
    font-size: 10px;
    text-align: center;
    background: #32323c;
    color: #FFF;
    padding-bottom: 10px;
    padding-top: 10px;
}

#dof,
#showtarifa {
    width: 75%;
    display: inline-block;
    vertical-align: text-top;
}

#Loading {
    display: inline-block;
    vertical-align: middle;
}

#urls {
    vertical-align: super;
}

#draggable {
    height: 55vh;
    width: 30%;
}

#draggable {
    position: absolute;
    z-index: 1048;
    display: none;
    top: 1%;
    left: -4%;
    width: 350px;
    border-radius: 0.3rem;
    background: #195085;
    color: white;
    border: 1px solid rgba(0, 0, 0, 0.2);
}

@media only screen and (max-width: 600px) {

    #draggable {
        top: -7%;
        max-width: 93%;
    }
}

.help {
    width: 85%;
    display: inline-block;
    vertical-align: top;

}

.ayuda {
    display: inline-block;
    cursor: pointer;
}

#titulo {
    cursor: all-scroll;
    padding: 7px 10px;
    border-bottom: 1px solid;
}

#imgDrag {
    width: 100%;

}

#cerrar {
    position: absolute;
    top: 1px;
    right: 3px;
    font-size: 18px;
    cursor: pointer;
    padding: 4px 13px;
}