
.table th {
	text-align: left;
}

.table td {
	text-align: left;
}

input[name=query-submit]{
	margin-top: 25px;
}

.btn-form {
    margin-top: 25px;
    /*margin-right: 10px;*/
}

button[name=search-submit]{
	margin-top: 25px;
    /*display: inline-block;*/
}

input[name=clean-submit] {
    margin-top: 25px;
    margin-left: 10px;
}

#title-filtro {
    margin-bottom: 30px;
    text-align: center;
}

.tabla-consulta {
	margin-top: 20px;
}

.nom-day {
	font-weight: bold;
}

.line-T {
	text-decoration: line-through;
}

.logo img{
    width: 180px;
    margin-top: -32px;
}

.navbar {
    height: 65px;
    padding-top: 15px
}

.footer {
  /*position: absolute;*/
  bottom: 0;
  width: 100%;
    text-align: right;
  /* Set the fixed height of the footer here */
  height: 60px;
  line-height: 60px; /* Vertically center the text there */
  /*background-color: #f5f5f5;*/
}

.fa {
    margin-left: 7px;
    cursor: pointer;
}

.move-item {
    cursor: move;
}

.label {
    font-size: 95%;
    padding: 0.2em .6em .2em;
    margin: 0 5px 0 5px;
}

.label .badge {
    margin-left: 12px;
    margin-right: -5px;
    margin-top: -3px;
    background-color: #5f5f5f;
}

.fa-check,
.fa-times {
    cursor: default;
    color: #df9929;
}

.progress {
    margin-bottom: 15px;
}


#btn-search {
    margin-left: 15px;
    margin-top: 24px;
}

.ui-autocomplete {
    z-index: 5000;
}

.pending-fa {
    float: right;
    font-size: 17px;
    margin-right: 5px;
    color: #31698a;
    cursor: auto;
}

.badge {
    float: right;
}

td.thick {
    font-weight: bold;
}

.thick {
    font-weight: bold;
}

.btn-formRecep {
    /*float: right;*/
    margin-top: 25px;
}

.floatRigth {
    float: right;
}

#modal-nuevoEvento .modal-dialog {
    margin: 100px auto;
}

.navbar-inverse {
    background-color: #e8e8e8;
    border-color: #d0d0d0;
}

/*
.navbar-inverse {
    background-color: #222;
    border-color: #080808;
}
*/
label.error {
  font-size: 14px;
  color: #ff1a3a;
  margin-bottom: 0;
}
input.error,
textarea.error {
  border-color: #ff1a3a;
}

.btn-estatus {
    margin-top: 5px;
}

.text-center h5 {
    margin-top: 20px;
    margin-bottom: 5px;
    font-size: 15px;
}

.btn-pdf {
    margin-bottom: 20px;
}

#btn-mostrarTodo {
    margin-top: 24px;
    margin-left: -10px;
}

.admin {
    width: 180px;
    float: right;
    margin-bottom: 10px;
    margin-right: -22px;
}

#userLogin p {
    margin-top: 15px;
}

#userLogin li a {
    color: #337ab7;
}

#mdlCerrarEvento .fa-info-circle {
    font-size: 15px;
}

.input-cant {
    height: 28px;
    padding: 7px 7px;
}

.body {
    padding-top: 70px;
    /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}
#descDiv {
    padding-left: 0px
}
.fecha {
    color: black;
    background-color: rgb(255, 255, 255);
    border-color: #2e6da4;
  }