/*!
 *   tamd v1.0
 *   Author: Héctor Mondragón
 *   Website: <http://www.onpointalliances.com>
 *   
 */

.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Buscar" !important;
}

.sin-opacidad{
	opacity: 1 !important;
	filter: alpha(opacity=1) !important;
}

.fondo-blanco{
    color: #000 !important;
    font-weight: 700 !important;
    background-color: #fff !important;
}

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(98, 210, 31, 0.5) !important;
}

.table-bordered-blue th,
  .table-bordered-blue td {
    border: 1px solid #007bff !important;
  }

.table-bordered-green th,
  .table-bordered-green td {
    border: 1px solid #28a745 !important;
  }

.form-control-xs {
  height: calc(0.8125rem + 2px) !important;
  padding: 0.25rem 0.5rem !important;
  font-size: 0.875rem !important;
  line-height: 1.5 !important;
  border-radius: 0.2rem !important;
}



.desbloquear {
    display: none;
}


.bloquear {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255,255,255,0.5);
    border: 10em solid rgba(0,0,0,0.6);
    text-align: center;
}

.td-1{
    width: 10px;
    word-wrap: break-word;
}
.td-2{
    width: 20px;
    word-wrap: break-word;
}
.td-3{
    width: 30px;
    word-wrap: break-word;
}
.td-4{
    width: 40px;
    word-wrap: break-word;
}
.td-5{
    width: 50px;
    word-wrap: break-word;
}
.td-6{
    width: 60px;
    word-wrap: break-word;
}
.td-7{
    width: 70px;
    word-wrap: break-word;
}
.td-8{
    width: 80px;
    word-wrap: break-word;
}
.td-9{
    width: 90px;
    word-wrap: break-word;
}
.td-10{
    width: 100px;
    word-wrap: break-word;
}
.td-15{
    width: 150px;
    word-wrap: break-word;
}
.td-20{
    width: 200px;
    word-wrap: break-word;
}
.td-30{
    width: 300px;
    word-wrap: break-word;
}
.td-40{
    width: 400px;
    word-wrap: break-word;
}
.td-50{
    width: 500px;
    word-wrap: break-word;
}
.td-60{
    width: 600px;
    word-wrap: break-word;
}
.td-70{
    width: 700px;
    word-wrap: break-word;
}
.td-80{
    width: 800px;
    word-wrap: break-word;
}
.td-90{
    width: 900px;
    word-wrap: break-word;
}

.tam-ocultar{
    display: none;
}

.container-xxl{
    max-width: 98%;
    margin-right: auto;
    margin-left: auto;
  }

.input-group-xs > .form-control:not(textarea),
.input-group-xs > .custom-select {
  height: calc(1.5rem + 2px);
}

.input-group-xs > .form-control,
.input-group-xs > .custom-select,
.input-group-xs > .input-group-prepend > .input-group-text,
.input-group-xs > .input-group-append > .input-group-text,
.input-group-xs > .input-group-prepend > .btn,
.input-group-xs > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.675rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.form-check-label-xs{

  font-size: 0.725rem !important;
  font-weight: 400 !important;
}

.input-group-ss > .form-control:not(textarea),
.input-group-ss > .custom-select {
  height: calc(1.5rem + 2px);
}

.input-group-ss > .form-control,
.input-group-ss > .custom-select,
.input-group-ss > .input-group-prepend > .input-group-text,
.input-group-ss > .input-group-append > .input-group-text,
.input-group-ss > .input-group-prepend > .btn,
.input-group-ss > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.675rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.form-check-label-ss{

  font-size: 0.725rem !important;
  font-weight: 400 !important;
}
.form-control-ss {
  height: calc(1.3rem + 2px)!important;
  padding: 0.25rem 0.5rem !important;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}


.datetimepicker { 
    z-index: 999 !important;
}
.bigdrop{
    width: 300px !important;
}

@media (min-width: 1200px) {
  .container-xxl{
    max-width: 100%;
    margin-right: auto;
  	margin-left: auto;
  }
}

.bg-verde-pf{
    color: #000 !important;
    /*background-color: #b6e0c1 !important;*/
    background-color: #A7DA4E !important;
    
}
.bg-azul-pf{
    color: #000 !important;
    background-color: #74bfd4 !important;
}

.bg-rojo-pf{
    color: #000 !important;
    background-color: #DFA7A5 !important;
}


.bigdrop-ex {
    width: 700px !important;
}
