﻿/* SOBREESCRIBIR ESTILOS DE BOOTSTRAP */
a:active,
a:focus {
    outline: none;
    outline-style: none;    
}


.navbar-nav.navbar-right:last-child {
    margin-right: -30px;
}

.input-group-addon.btn-primary {
    background-color: #428bca;
    border-color: #357ebd;
    color: #fff;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #FFFFFF;
  cursor: default;
}
.ui-datepicker {
    z-index: 2000!important;
}

.modal-footer {
    margin-top: 0px;
}

.btn-group .btn-default {
    background-color: #f5f5f5;
    color: #333;
}

.btn-group .btn-default.active {
    background-color: #fff;
    border-color: #ccc;
    color: #333;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.28) inset;
    font-weight: bold;
}

.page-header {
    margin: 0 0 20px;
}
.navbar {
    margin-bottom: 0px;
}

/* CAMBIOS QUE DEBEN IR EN LA PLANTILLA */
#user-suscriptions-header button {
    position: relative;
    top: -5px;
}

#search-result .alert {
    margin-bottom: 1px;
}

#search-result .alert:last-child {
    margin-bottom: 20px;
}

.suscription-removed,
.suscription-new {
    background-color: #aaddff;
    border-radius: 0 0 5px 5px;
    color: #00ACBF;
    display: block;
    font-size: 9px;
    padding: 0 10px;
    position: absolute;
    top: -1px;
    border: 1px solid;
    border-top: none;
}
.suscription-removed {
    background-color: #FFD2AB;
    color: #BF5600;
}

.row.input-group.input-group-lg {
  margin-bottom: 5px;
}

/*
#tblMassiveAssociation {
        width: 100%;
    }

#tblMassiveAssociation thead, #tblMassiveAssociation tbody, #tblMassiveAssociation tr, #tblMassiveAssociation td, #tblMassiveAssociation th { display: block; }

#tblMassiveAssociation tr:after {
    content: ' ';
    display: block;
    visibility: hidden;
    clear: both;
}

#tblMassiveAssociation thead th {
    height: 30px;
}

#tblMassiveAssociation tbody {
    height: 300px;
    overflow-y: auto;
}

#tblMassiveAssociation thead {    
}

#tblMassiveAssociation tbody td:first-child, #tblMassiveAssociation thead th:first-child {
    width: 20px;
}
#tblMassiveAssociation tbody td, #tblMassiveAssociation thead th {
    width: 16%;
    float: left;
}
*/