.form-horizontal.tasi-form .form-group.no-line
{
    border-bottom: none;
}

.border-high
{
    padding: 5px;
    border: solid 3px #000000;
}

.form-group.campana-1, .form-group.campana-2
{
    border: solid 2px #000000;
    margin-bottom: 5px !important;
    padding-bottom: 2px !important;
    border-bottom: solid 2px #000 !important;
}

.datepicker td.day.disabled
{
    color: #f0f0f0;
}

.sidebar-menu .badge.menu-parent {
    margin-right: 30px;
    margin-top: 0px;
}
.sidebar-menu .sub .badge.menu-parent {
    margin-right: 30px;
    margin-top: 6px;
}
.ui-autocomplete {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    display: none;
    min-width: 160px;
    padding: 4px 0;
    margin: 0 0 10px 25px;
    list-style: none;
    background-color: #ffffff;
    border-color: #ccc;
    border-color: rgba(0, 0, 0, 0.2);
    border-style: solid;
    border-width: 1px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    *border-right-width: 2px;
    *border-bottom-width: 2px;
}
.ui-autocomplete .ui-menu-item
{
    padding: 5px;

}

.ui-autocomplete .ui-state-focus
{
    background: #fae4e0;
}

.bg-success
{
    background: #d4ff58 !important;
    color: #2d2d2d !important;
}
.bg-danger
{
    background: #ff5653 !important;
}

.menu-avatar
{
    height: 32px;
    width: auto;
}

.sidebar-menu .badge
{
    float: right;
    margin-right: 6px;
    margin-top: 6px;
}

.semaforo-container {

    /*height: 30px;*/
    /*padding-top: 10px;*/
    text-align: center !important;

}

.semaforo-container ul.semaforo {
    position: relative;
    margin: 10px auto;
    padding: 0;
    list-style-type: none;
    /*width: 80%;*/
}
.semaforo-container ul.semaforo li {
    position: relative;
    display: block;
    float: left;
    width: 20px;
    height: 20px;
    margin-left: 3px;
    margin-right: 3px;
    border-radius: 50%;
    background: lightgrey;
    top: -5px;
}

.semaforo-container .rojo li:nth-of-type(1) {
    background: #cc0000;
}
.semaforo-container .naranja li:nth-of-type(2) {
    background: #FF9326;
}
.semaforo-container .verde li:nth-of-type(3) {
    background: #00ff00;
}
.semaforo-container .azul li:nth-of-type(4) {
    background: #3366ff;
}
.semaforo-container .amarillo li:nth-of-type(5) {
    background: #ffff00;
}

.semaforo-container .negro li:nth-of-type(6) {
    background: #000000;
}

.semaforo-container .gris li:nth-of-type(7) {
    background: #717171;
}


.adjunto
{
    border: 1px solid #f1f1f1;
    border-radius: 4px;
    margin: 5px;
    padding: 8px;
    margin-right: -5px;
    margin-left: -5px;
}
.adjunto-title
{
    font-size: 14px;
}
.cmt-head {
    font-weight: 400;
    font-size: 10px;
}

.color-green {
    color: green;
}

.paso.panel:hover{
    box-shadow: 1px 1px #cacaca;
}

.paso .panel-body
{
    cursor: pointer;
}
.paso .panel-body:hover {
    background: #fdfdfd;
}

#header_notification_bar ul
{
    max-height: 320px;
    overflow-y: auto;
}

.vis-item.green {
    background: #78CD51;
}
.vis-item.red {
    background: #FF6C60;
}
.vis-item.yellow {
    background: #f1c500;
}

@media (min-width: 992px) {
    .modal-xl {
        width: 900px;
    }
}
@media (min-width: 1024px) {
    .modal-xl {
        width: 1024px;
    }
}
@media (min-width: 1240px) {
    .modal-xl {
        width: 1240px;
    }
}