
.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:rgba(137, 177, 50, 0.5);
    border-color:rgba(50, 148, 177, 0.5);
}

/*
.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 {
    font-style:bold;
    margin-top: 15px;
}

#userLogin li a {
    
    color: #000000;
}

#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;
  }

  .btn-doc{
      background-color: red;
      color: white;
  }

  .parpadea {
  
    animation-name: parpadeo;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
  
    -webkit-animation-name:parpadeo;
    -webkit-animation-duration: 0.5s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
  }
  
  @-moz-keyframes parpadeo{  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
  }
  
  @-webkit-keyframes parpadeo {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
     100% { opacity: 1.0; }
  }
  
  @keyframes parpadeo {  
    0% { opacity: 1.0; }
     50% { opacity: 0.0; }
    100% { opacity: 1.0; }
  }

 .btn-primary{
        background-color:rgba(137, 177, 50, 0.5);
        border-color:black;
        color:black;
 }

 .btn-primary:hover{
    background-color:black;
    border-color:black;
    color:white;
}


 .pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 3;
    color: black;
    cursor: default;
    background-color:rgba(137, 177, 50, 0.5);
    border-color: #337ab7;
}

.centerDiv {
    text-align: center;  
} 
.text-control {    
    width: 40%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
         -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
            transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  } 

.oculto {
    display: none;
}

.apDatos{
    margin-top: -25px;
}