﻿.ajustLabel
{
    margin-bottom: 2px !important;
}

.ajustFormGroup
{
    margin-bottom: 7px !important;
}

.addPuntero
{
    cursor: pointer;
}

div.addPuntero :hover
{
    /*font-weight:bold !important;*/
    color: yellow;
}

#divProgress
{
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: fixed;
    display: none;
    opacity: 0.5;
    background-color: #313131;
    z-index: 9999999;
    text-align: center;
    font-style: italic;
}

.ocultar
{
    display: none !important;
}


.label-color-white
{
    /*color:#001f3f !important;*/
    color: #ffffff !important;
}

.ajustfooter
{
    padding: 0.5rem !important;
    border-top: 0px !important;
}

/*Estilos Fancy Box*/
.fc-container .fancybox-bg
{
    background: #212529 !important; /*aqui cambia el color de fondo #eee*/
}

.fancybox-is-open.fc-container .fancybox-bg
{
    opacity: 0.80 !important;
}

.fc-content
{
    margin: 10px !important;
    max-width: 550px;
    padding: 30px !important;
    box-shadow: 10px 10px 60px -25px;
    border-radius: 4px;
}

.fc-content h2
{
    margin-top: 0;
    font-size: 1em !important;
    letter-spacing: normal;
}

.fc-content p
{
    color: #666 !important;
    line-height: 1.5 !important;
}

.fc-content p:last-child
{
    margin-bottom: 0 !important;
}

.tright
{
    text-align: right;
}

.tright a + .btn
{
    margin-left: 10px;
}

.tright a
{
    color: #4a1162;
    outline: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    text-decoration: none;
    cursor: pointer;
}

.tright a:hover
{
    /*text-decoration: underline;*/
}

.tright .btn
{
    background-color: grey;
    border-width: 0;
    color: #fff;
    text-decoration: none;
    padding: 7px 10px;
    line-height: 1.5;
    border-radius: 20px;
    text-transform: uppercase;
    font-size: 80%;
    font-weight: 700;
    margin: 5px 5px 5px 0;
    display: inline-block;
    cursor: pointer;
    outline: none;
    transition: all .2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.tright .btn:hover
{
    text-decoration: none;
    background-color: darkorange;
}

.fc-content p
{
    margin: 0.5em 0 0.5em 0;
}

/* Custom animation */
.fancybox-fx-material.fancybox-slide--previous, .fancybox-fx-material.fancybox-slide--next
{
    transform: translateY(-60px) scale(1.1);
    opacity: 0;
}

.fancybox-fx-material.fancybox-slide--current
{
    opacity: 1;
    transform: translateY(0) scale(1);
}


.ajustbody
{
    position: relative !important;
    max-height: 300px !important;
    padding: 15px !important;
}


.ajustHead
{
    width: 25px !important; /*text-align: center ;*/
    font-size: small;
}

.SeparadorHead
{
    border: 0px !important;
    background-color: transparent !important;
    width: 10px !important;
}
.ajustCol
{
    font-size: smaller;
}

.contenedor
{
    width:80%;
}

.prio01
{
    color : red;
    padding-left:0.25rem!important;
    font-size:larger;
    font-weight:bold;

}

.prio02
{
    color : blue;
    padding-left:0.25rem!important;
}

.verdeTime
{
     background-color: #bdecb6  !important;
     text-align:center !important;
}

.ambarTime
{
     background-color: #ffffbc !important;
     text-align:center !important;
}

.rojoTime
{
     background-color: #ff6961 !important;
     text-align:center !important;
}

.mayus {
    text-transform: uppercase;
}