.error {
    color: red !important;
    font-size: 1rem !important;
    font-weight: bold !important;
}
.modal-header-success {
    color:#fff;
    padding:9px 15px;
    border-bottom:1px solid #eee;
    background-color: #5cb85c;
}
.modal-header-warning {
	color:#fff;
    padding:9px 15px;
    border-bottom:1px solid #eee;
    background-color: #f0ad4e;
}
.modal-header-danger {
	color:#fff;
    padding:9px 15px;
    border-bottom:1px solid #eee;
    background-color: #d9534f !important;
}
.modal-header-info {
    color:#fff;
    padding:9px 15px;
    border-bottom:1px solid #eee;
    background-color: #5bc0de;
}
.modal-header-primary {
	color:#fff;
    padding:9px 15px;
    border-bottom:1px solid #eee;
    background-color: #428bca;
}

.table td, .table th {
    padding-top: .4rem !important;
    padding-bottom: .4rem !important;
}
.alertify-notifier{
    color: white !important;
}

@media only screen and (max-width: 640px) {
    /*.sidebar {
        width: 0 !important;
        overflow: hidden;
      }*/
    #nombre_institucion{
        display: none;
    }
  }
