/*********************************************************************************************************************************************************************/
/******************************************************************ESTILOS GENERALES PARA LAS VISTAS******************************************************************/
/*********************************************************************************************************************************************************************/

/************************GLOBAL**********************************/
#contenedorPrincipal .boton-deshabilitado {
  opacity: .65;
}

#contenedorPrincipal .boton-deshabilitado:hover {
  cursor: default !important;
}

#contenedorPrincipal .bootstrap-select .dropdown-toggle:focus,
#divForm .bootstrap-select .dropdown-toggle:focus {
  outline: 0 !important;
}

#contenedorPrincipal .row, #divForm .row{
  margin-left: 0;
  margin-right: 0;
}

#contenedorPrincipal .divForm {
  padding: 0;
}

#contenedorPrincipal .container_Select,
#divForm .container_Select {
  padding: 0 5px;  
}

#contenedorPrincipal .container_Select {
  position: relative;
}

#contenedorPrincipal .container_Select > label,
#divForm .container_Select > label {
  color: #999;
  position: absolute;
  pointer-events: none;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: calc(100% - 30px);
  z-index: 1;
  background-color: white;
  padding: 0px 8px;
  left: 14px;
  top: -11px;
  font-size: 13px;
}

#contenedorPrincipal div .container_Select .bootstrap-select,
#divForm div .container_Select .bootstrap-select{
  width: 100%;
  /* padding-left: 5px;
  padding-right: 5px; */
}

#contenedorPrincipal .container_DataTable .bootstrap-select{
  width: 50px !important;
  padding: 0 !important;
}
/**********************************************************/

/************************INPUTS**********************************/
#contenedorPrincipal .container_InLa input.input-sm,
#divForm .container_InLa input.input-sm{
  height: 31px !important;
  font-size: 16px !important;
}

#contenedorPrincipal .container_InLa input.input-sm ~ label,
#divForm .container_InLa input.input-sm ~ label{
  font-size: 15px;
  top: 4px;
}

#contenedorPrincipal .container_InLa,
#divForm .container_InLa {
  position: relative;
  width: 100%;
  padding-left: 5px;
  padding-right: 5px;
  white-space: nowrap;
}

#contenedorPrincipal .container_InLa input,
#divForm .container_InLa input {
  font-size: 18px;
  padding: 8px 0px 5px 12px;
  border-radius: 4px;
  display: block;
  border: 1px solid #ced4da;
  width: 100%;
  outline: 0;
  height: 38px;
  transition: border-color 0.3s;
}

#contenedorPrincipal .container_InLa input:focus,
#divForm .container_InLa input:focus {
  border: 2px solid #007bff;
  outline: none;
}

#contenedorPrincipal .container_InLa input:disabled,
#divForm .container_InLa input:disabled{
  color: #727272;
  cursor: not-allowed;
  background: #f5f5f5;
}

#contenedorPrincipal .container_InLa label,
#divForm .container_InLa label{
  color: #999;
  font-size: 16px;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  left: 24px;
  top: 6px;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: calc(100% - 30px);
  line-height: 1.5;
}

#contenedorPrincipal .container_InLa input:focus ~ label,
#divForm .container_InLa input:focus ~ label {
  color: #007bff!important;
}

#contenedorPrincipal .container_InLa input:disabled:not(:placeholder-shown) ~ label, 
#contenedorPrincipal .container_InLa input:valid ~ label, 
#contenedorPrincipal .container_InLa input:focus ~ label,
#contenedorPrincipal .container_InLa input.InputFecha ~ label,
#divForm .container_InLa input:disabled:not(:placeholder-shown) ~ label, 
#divForm .container_InLa input:valid ~ label, 
#divForm .container_InLa input:focus ~ label,
#divForm .container_InLa input.InputFecha ~ label {
  background-color: white;
  padding: 0px 8px;
  left: 20px;
  top: -7px!important;
  font-size: 13px;
  border-radius: 4px;
  line-height: 1.2;
}

#contenedorPrincipal .container_InLa input.InputFecha,
#divForm .container_InLa input.InputFecha{
  cursor: pointer;
  text-align: center;
  padding: 8px 0px 5px 0px;
}

#contenedorPrincipal .container_InLa input.errorInput:focus ~ label,
#contenedorPrincipal .container_InLa input.errorInput:valid ~ label,
#divForm .container_InLa input.errorInput:focus ~ label,
#divForm .container_InLa input.errorInput:valid ~ label{

 color: red !important;
}

#contenedorPrincipal input.errorInput,
#contenedorPrincipal button.errorInput,
#divForm input.errorInput,
#divForm button.errorInput {
  border: solid 2px red !important;
}
/**********************************************************/

/************************CHECKBOX**********************************/
#contenedorPrincipal .container_check_round,
#divForm .container_check_round{
  text-align: left;
}

#contenedorPrincipal .container_check_round label,
#divForm .container_check_round label{
  left: 8px;
  /*margin-top: 18px;*/
}

#contenedorPrincipal .container_check_round label:before,
#divForm .container_check_round label:before {
  border-radius: 1rem!important;
}
/**********************************************************/

/************************CONTAINER BOX**********************************/
#contenedorPrincipal .container_box {
  padding: 12px;
  background-color: white;
  width: 100%;
  border-radius: 8px;
  text-align: center;
  box-shadow: 0 0 3px 3px #999;
  margin-bottom: 25px;
}

#contenedorPrincipal .container_box .row{
  margin-right: 0px;
  margin-left: 0px;
}

#contenedorPrincipal .container_title{
  font-size: 17px;
  font-weight: bold;
}

/**********************************************************/

/************************MENU SELECTORES INICIALES**********************************/
#contenedorPrincipal #B_Bring, #contenedorPrincipal #B_Consultar{
  width: 100%;
}

#contenedorPrincipal .menuSelector{
  margin-bottom: 10px;
}

#contenedorPrincipal .menuSelector .bootstrap-select{
  margin-bottom: 15px;
}

#contenedorPrincipal .row .dropdown-toggle:not([data-id*="select_"]),
#divForm .dropdown-toggle {
  border-color: #999 ;
}
/**********************************************************/

/************************TABS**********************************/
#contenedorPrincipal .container_nav-tabs{
  margin-bottom: 25px;
}

#contenedorPrincipal .container_nav-tabs .tab-content{
  border-radius: 0px 8px 8px 8px;
  padding: 20px 20px;
  text-align: center;
  box-shadow: 0 0 3px 3px #999; 
}

#contenedorPrincipal .container_nav-tabs .tab-content > div{
  max-height: 450px;
  height: 450px;
  overflow: auto;
}

#contenedorPrincipal .container_nav-tabs .tab-content > div::-webkit-scrollbar-track,
#divForm > div::-webkit-scrollbar-track
{
background-color: transparent;
}

#contenedorPrincipal .container_nav-tabs .tab-content > div::-webkit-scrollbar,
#divForm > div::-webkit-scrollbar
{
height: 8px;
width: 8px;
}

#contenedorPrincipal .container_nav-tabs .tab-content > div::-webkit-scrollbar-thumb,
#divForm > div::-webkit-scrollbar-thumb
{
border-radius: 30px;
background-color: #999;
}

#contenedorPrincipal .container_nav-tabs .nav-tabs .nav-link.active {
  box-shadow: -3px -3px 3px 0px #999;
}

#contenedorPrincipal .container_nav-tabs .nav-tabs .nav-link{
  color: #6b6969;
  box-shadow: 0px -3px 3px 0px #e4e4e4;
}

#contenedorPrincipal .container_nav-tabs .nav.nav-tabs{
  border-bottom: none !important;
}

#contenedorPrincipal .container_nav-tabs .nav-tabs .nav-link:not(.active):hover {
  border-color: none;
  box-shadow: 0px -3px 3px 0px #cacaca !important;
}
/**********************************************************/

/************************TABS WHITH ARROW*****************************/
#contenedorPrincipal .container_nav-tabs-arrow .scroller {
  border: 1px solid #dee2e6;
  text-align: center;
  cursor: pointer;
  display: none;
  padding: 7px;
  padding-top: 0px;
  white-space: no-wrap;
  vertical-align: middle;
  background-color: #fff;
}

#contenedorPrincipal .container_nav-tabs-arrow .scroller-left {
  border-top-left-radius: .25rem;
  float: left;
}

#contenedorPrincipal .container_nav-tabs-arrow .scroller-right {
  border-top-right-radius: .25rem;
  float: right;
}

#contenedorPrincipal .container_nav-tabs-arrow .ToLineNavs{
  border-top-right-radius: .25rem;
  border-top-left-radius: .25rem;
  border-top: 1px solid rgb(216, 216, 216);
  border-left: 1px solid rgb(216, 216, 216);
  border-right: 1px solid rgb(216, 216, 216);
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  padding: 5px;
  height: 33px;    
}

#contenedorPrincipal .container_nav-tabs-arrow .ToLineNavs .nav{
  background-color: #f7f7f7;
  position: absolute;
  left: 0px;
  top: 0px;
  min-width: 3500px;
  margin-top: -1px;
  margin-left: -1px;
  font-size: 11px;
}

#contenedorPrincipal .container_nav-tabs-arrow .ToLineNavs .nav-tabs .nav-link {
  border-bottom: none;
  color: #666;
  background: #e5e5e5;
  border-color: lightgray;
}

#contenedorPrincipal .container_nav-tabs-arrow .ToLineNavs .nav-tabs .nav-link.active {
  background-color: #fff;
}

#contenedorPrincipal .container_nav-tabs-arrow .ToLineNavs .nav-tabs .nav-link:hover {
  border-color: #dee2e6 #dee2e6 #dee2e6;
  border-bottom: none;
  color: black;
  background-color: rgb(252,252,252);
}

#contenedorPrincipal .container_nav-tabs-arrow .tab-content {
  text-align: center;
  padding: 20px 20px;
  margin: 0 auto;
  border: 1px solid #d0d0d0;
  border-top: none;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  /*height: calc(100vh - 120px)!important;*/
}

#contenedorPrincipal .container_nav-tabs-arrow .tab-content > div{
  max-height: calc(100vh - 208px);
  height: calc(100vh - 208px);
  overflow: auto;
}

#contenedorPrincipal .container_nav-tabs-arrow .tab-content > div::-webkit-scrollbar-track
{
  background-color: transparent;
}

#contenedorPrincipal .container_nav-tabs-arrow .tab-content > div::-webkit-scrollbar
{
  height: 8px;
  width: 8px;
}

#contenedorPrincipal .container_nav-tabs-arrow .tab-content > div::-webkit-scrollbar-thumb
{
  border-radius: 30px;
  background-color: #999;
}

/**********************************************************/

/************************* TEXTAREA *************************/
#contenedorPrincipal .container_TxLa {
  padding-left: 5px;
  padding-right: 5px;
  position: relative;
  white-space: nowrap;
}
#contenedorPrincipal .container_TxLa label {
  color: #999;
  font-size: 14px;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  left: 20px;
  top: -12px;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: calc(100% - 30px);
  background-color: white;
}
#contenedorPrincipal .container_TxLa textarea {
  height: 55px;
  font-size: 14px;
  padding: 8px 0px 5px 12px;
  border-radius: 4px;
  display: block;
  border: 1px solid #ced4da;
  width: 100%;
  outline: 0;
  transition: border-color 0.3s;
  resize: none;
  /* overflow: hidden; */
}
#contenedorPrincipal .container_TxLa textarea::-webkit-scrollbar {
  height: 6px;
  width: 6px;
}
#contenedorPrincipal .container_TxLa textarea::-webkit-scrollbar-thumb {
  border-radius: 30px;
  background-color: #999;
}
#contenedorPrincipal .container_TxLa textarea::-webkit-scrollbar-track {
background-color: transparent;
}
/************************************************************/

/************************BOTONES SECCION**********************************/
#contenedorPrincipal .container_btn_control{
  text-align: end;
  margin: 8px;
}

#contenedorPrincipal .container_btn_control button span, .container_btn_control button i{
  vertical-align: middle;
}

@media only screen and (max-width: 420px){
  #contenedorPrincipal .container_btn_control button span {
      display: none;
  }

  #contenedorPrincipal .container_btn_control{
      text-align: center !important;
  }

  #contenedorPrincipal .container_btn_control button{
      width: 47%;
  }
}
/**********************************************************/

@media only screen and (max-width: 767px){

#contenedorPrincipal  div.bootstrap-select > div.dropdown-menu{
  min-width: 100% !important;
  max-width: calc(100vw - 100px);
}

#contenedorPrincipal  div.bootstrap-select > div.dropdown-menu > div.inner{
  max-height: calc(100vh - 230px) !important;
}
}


/*********************************************************************************************/
/************* ESTILOS PARA COMPRIMIR TAMAÑO DE CAMPOS EN LA EJECUCION BREWHOUSE *************/
/*********************************************************************************************/

.container_title{
  font-size: 15px !important;
  font-weight: 600 !important;
}
.Label_Seccion .UnidadMedida{
  font-size: 10px !important;
}

/*********************** INPUT_XS ***********************/
.container_InLa.input-xs input,
#divForm .container_InLa.input-xs input {
  height: 25px !important;
  font-size: 13px !important;
}

.container_InLa.input-xs label,
#divForm .container_InLa.input-xs label{
  font-size: 13px !important;
  top: 2px !important;
  left: 18px !important;
}

.container_InLa.input-xs input:disabled:not(:placeholder-shown) ~ label,
.container_InLa.input-xs input:valid ~ label,
.container_InLa.input-xs input:focus ~ label,
.container_InLa.input-xs input.InputFecha ~ label,
#divForm .container_InLa.input-xs input:disabled:not(:placeholder-shown) ~ label,
#divForm .container_InLa.input-xs input:valid ~ label,
#divForm .container_InLa.input-xs input:focus ~ label,
#divForm .container_InLa.input-xs input.InputFecha ~ label {
  padding: 0px 4px !important;
  left: 12px !important;
  top: -9px !important;
  font-size: 11px !important;
}

.container_InLa.input-xs .UnidadMedida {
  font-size: 10px !important;
}

.container_InLa.input-xs input.OpcionParada ~ label,
.container_InLa.input-xs input.OpcionParadaCargue ~ label {
  padding: 0px 4px;
  left: 12px!important;
  top: -9px!important;
  font-size: 11px!important;
}

.container_opcion_parada .container_InLa.input-xs > i{
  top: 5px !important;
}
/********************* FIN INPUT_XS *********************/


/******************** Estilos SELECT ********************/
.container_Select .bootstrap-select.select-xs ~ label,
#divForm .container_Select .bootstrap-select.select-xs ~ label{
  margin: 0 !important;
  left: 12px !important;
  top: -9px !important;
  font-size: 11px !important;
  padding: 0 4px !important;
}

.bootstrap-select.select-xs .dropdown-toggle,
#divForm div .bootstrap-select.select-xs .dropdown-toggle{
  height: 25px !important;
  font-size: 13px !important;
  vertical-align: bottom !important;
}

.container_Select .bootstrap-select .dropdown-toggle,
#divForm div .bootstrap-select .dropdown-toggle{
  background: white !important;
}

.bootstrap-select.select-xs .dropdown-toggle:focus,
#divForm div .bootstrap-select.select-xs .dropdown-toggle:focus{
  box-shadow: none!important;
}

.bootstrap-select.select-xs .dropdown-toggle::after,
#divForm div .bootstrap-select.select-xs .dropdown-toggle::after{
  vertical-align: 3px !important;
}

.bootstrap-select.select-xs .dropdown-toggle .filter-option,
#divForm div .bootstrap-select.select-xs .dropdown-toggle .filter-option{
  padding-top: 3px !important;
}

.bs-container.select-xs .dropdown-menu ul.dropdown-menu.inner,
#divForm .bs-container.select-xs .dropdown-menu ul.dropdown-menu.inner{
  font-size: 14px !important;
}
.container_Select > label {
white-space: nowrap;
}

/*********************** BUTTON_XS ***********************/
.container_btn_control{
  margin: 6px 0 0 0 !important;
}

.btn-xs{
  height: 25px !important;
  font-size: 12px !important;
  padding: 0px 5px !important;
  vertical-align: bottom !important;
}

.btn-xs ~ .dropdown-menu{
  font-size: 12px !important;
  padding: 0 7px !important;
}
/********************* FIN BUTTON_XS *********************/

/*********************** TextArea XS ***********************/
.container_TxLa.textarea-xs textarea{
  font-size: 13px !important;
}
.container_TxLa.textarea-xs label {
  font-size: 11px !important;
  left: 12px !important;
  top: -8px !important;
  padding: 0 4px !important;
}
/********************* FIN TextArea XS *********************/

/***************** Margenes para clases *****************/
.mt-xs{
  margin-top: 9px !important;
}
.mb-xs{
  margin-bottom: 9px !important;
}
.my-xs{
  margin-top: 9px !important;
  margin-bottom: 9px !important;
}
.mx-xs{
  margin-left: 9px !important;
  margin-right: 9px !important;
}
/*************** Fin Margenes para clases ***************/

/***************** Label xs *****************/
.ContainerLabel.label-xs{
  padding: 0 8px;
}
.ContainerLabel.label-xs .Label_Seccion,
.Label_Seccion.label-xs
{
  margin: 0 !important;
  padding: 0 !important;
  border-bottom: 1px solid #afafaf !important;
  font-size: 12px !important;
}
/*************** Fin Label xs ***************/

/*********************************************************************************************/
/*********************************************************************************************/

/*******************************************************/
/********************** Gantt H xs**********************/
/*******************************************************/

.ganttH-xs .topnav .p-1:not(.aditional-btn) select{
  height: 25px;
  font-size: 12px;
}

.ganttH-xs .topnav .p-1:not(.aditional-btn) select::-ms-expand {
  font-size: 11px;
}

.ganttH-xs .topnav .p-1:not(.aditional-btn) .bootstrap-select button{
  height: 25px;
  font-size: 13px;
}

.ganttH-xs .topnav .p-1:not(.aditional-btn) .bootstrap-select button .filter-option {
  font-size: 11px;
}

.ganttH-xs .topnav .p-1:not(.aditional-btn) button {
  font-size: 11px;
  height: 25px;
}

.ganttH-xs [role=shwDetails] i {
  font-size: 17px !important;
}

.ganttH-xs #iconFilters{
  height: 26px;
  font-size: 12px;
}

/*******************************************************/
/*******************************************************/


/*******************************************************/
/********************* DataTable xs*********************/
/*******************************************************/

.DataTable-xs tr.thead th{
  padding-top: 0!important;
  padding-bottom: 0!important;
}

.DataTable-xs tr.thead th:before,
.DataTable-xs tr.thead th:after{
  bottom: 0!important;
}

.DataTable-xs tr.filter button{
  height: 25px !important;
  font-size: 12px !important;
  padding: 0px 5px !important;
  vertical-align: bottom !important;
}

.DataTable-xs tr.filter button ~ .dropdown-menu{
  font-size: 12px !important;
  padding: 0 7px !important;
}

.DataTable-xs tr.filter .bootstrap-select button{
  width: 36px;
}

.DataTable-xs tr.filter .bootstrap-select button .filter-option{
  padding-top: 3px;
}

.DataTable-xs th .bootstrap-select{
  height: 26px!important;
}

.DataTable-xs tbody tr{
  font-size: 11px;
  line-height: 19px;
}

.DataTable-xs ul.pagination li a{
  padding: 3px 10px!important;
}

.DataTable-xs div.dataTables_info{
  padding: 1px!important;
}

.DataTable-xs .btn-table-movil{
  padding: 0!important;
  margin-left: 9px!important;
}

.DataTable-xs .btn-table-movil i{
  font-size: 25px!important;
}

.DataTable-xs .top span button i,
.DataTable-xs .btn-table-movil button i{
  font-size: 19px!important;
}

.DataTable-xs .top span button,
.DataTable-xs .top .btn-table-movil button{
  height: 25px !important;
  font-size: 12px !important;
  padding: 0px 5px !important;
  vertical-align: bottom !important;
}

.DataTable-xs .top .btn-table-movil button{
  margin: 2px 0 !important;
}

.DataTable-xs .top .btn-table-movil .dropdown-menu{
  padding: 4px !important;
}

.DataTable-xs .top span{
  padding: 0 2px!important;
}



.fijar_col_DT{
  position: sticky!important;
  z-index: 30;
}

.fijar_col_DT:not(td){
  background: white;
}

tr.even td.fijar_col_DT{
  background: white;
}

tr.odd td.fijar_col_DT{
  background-color: rgb(242 242 242);
}

.modal-backdrop{
  z-index: 2000 !important;
}
.modal{
  z-index: 2100 !important;
}

.zindex .bs-container
{
  z-index: 2150 !important;
}

.dropdown-item:active span.subtext.selector, li.active span.subtext.selector{
  color: #c3ced7 !important;
}

.bootstrap-select span.subtext.selector{
    color: rgb(108, 117, 125);
    font-size: 80%;
    font-weight: 400;
    padding-right: .5em;
}
/*******************************************************/
/*******************************************************/