:root {
  	--primary-gda-color: #006faf;
  	--secondary-gda-color: #a29c00;
		--disabled-gda-color: #b5b5c3;
 	--btn-hover-gda-color: #135b77;
	 --info-gda-color: #338cbf;
 	--btn-secondary-hover-gda-color: #a29c00;
 	--error-color: #be4242;
	 --light-gda-color: #F5F5F5;
	 --state-gda-color-grey: #B5B5C3;
	 --valid-gda-color: #29A000;
}


body {
	font-family: 'Proxima Nova', Helvetica, Arial, "Source Sans Pro",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
}

a {
	color: var(--secondary-gda-color);
}

h2{
	font-family: proximaNovaSemiBold;
	font-size: 22px;
	border-bottom: 3px solid var(--primary-gda-color);
}

h3{
	font-family: proximaNovaSemiBold;
	font-size: 18px;
}

h4{
	font-family: proximaNovaSemiBold;
	font-size: 16px !important;
}

label{
	font-family: helveticaNeueRoman;
	font-size: 14px;
	font-weight: normal !important;
}

input{
	font-family: helveticaNeueLigth;
	font-size: 12px;
}
input[type="submit"]{
    font-family: 'Orator Std';
}

.input-muestras{
	border: 1px solid #ced4da;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	background: #fff
}

.mw-120 {
	min-width: 120px;
  }

.bg-gda-info {
	background: var(--info-gda-color) !important;
  }


.header-convenio {
	padding: 10px;
	text-align: center;
  }

  .header-convenio-primary-left {
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
  }

  .header-convenio-primary-left {
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
  }
  
  .header-convenio-primary-rigth {
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
  }
  
  .header-convenio-secondary {
	color: var(--secondary-gda-color);
	border: var(--info-gda-color) solid 1px;
	border-top-right-radius: 10px;
	margin-right: 6px;
	border-bottom-right-radius: 10px;
  }

.login-box, .register-box {
    width: 560px;
}

.icon-left-menu{
	color:var(--secondary-gda-color);
} 

.icon-input-login{
	color:#fff;
}

.icon-primary{
	color:var(--primary-gda-color);
}

.valid-gda-color {
	color:var(--valid-gda-color);
}

.error-gda-color {
	color: var(--error-color);
}

.state-gda-color-grey {
	color:var(--state-gda-color-grey);
}

.input-group-text{
	background-color: var(--primary-gda-color);
}

.error{
	color: var(--error-color);
	font-size: 14px;
}

.modal-dialog .overlay{
	color: transparent !important;
	background-color: transparent !important;	
}

.modal-dialog .modal-header{
	background-color: var(--secondary-gda-color);
}

.modal-dialog .modal-header .modal-title{
	color: #fff;
}

.modal-dialog .modal-footer{
	float: right;
	border-top:none !important;
}

.icon-close-modal{
	color: #fff;
}

.modal-icon-spinner{
	color: var(--secondary-gda-color);
}

.brand-text {
	max-width: 100%;
    line-height: 0;
    display: block;
    padding-left: 60px;
    font-size: 14px;
    text-transform: uppercase;
}

.brand-text b {
	font-size: 16px;
	color: white;
	font-weight: 600;
}

[class*=sidebar-dark-] .nav-sidebar>.nav-item.menu-open>.nav-link:hover, 
[class*=sidebar-dark-] .nav-sidebar>.nav-item:hover>.nav-link:hover, 
[class*=sidebar-dark-] .nav-sidebar>.nav-item>.nav-link:focus,
[class*=sidebar-dark-] .nav-treeview>.nav-item>.nav-link:hover,
[class*=sidebar-dark-] .sidebar a:hover {
    color: var(--secondary-gda-color);
}

.sidebar-dark-primary .nav-sidebar>.nav-item>.nav-link.active,
.sidebar-light-primary .nav-sidebar>.nav-item>.nav-link.active {
    background-color: var(--primary-gda-color);
    color: #fff;
}

.sidebar-dark-primary .nav-sidebar>.nav-item>.nav-link.active:hover,
.sidebar-light-primary .nav-sidebar>.nav-item>.nav-link.active:hover {
    color: #fff;
}

.nav-sidebar .nav-item>.nav-link {
	display: flex;
    flex-direction: row;
    align-items: center;
}

.nav-sidebar .nav-item>.nav-link p {
    box-sizing: border-box;
    padding: 0 8px;
    font-family: proximaNovaRegular;
    font-size: 16px
}

.login-box{
	background: #343a40;
}

.login-box .login-logo {
	margin-bottom: 0;
}

.login-box .login-logo .brand-link{
	color: rgba(255,255,255,.8);
}

.login-box .login-logo .brand-link .brand-text{
	text-align: left;
}

.login-box.card{
	border-radius: 1.25rem !important;
}

.login-box .card-header{
	background: var(--primary-gda-color);
	border-top-left-radius: 1.25rem;
	border-top-right-radius: 1.25rem;
}
.login-box .card-body{
	background: #fff;
	border-bottom-left-radius: 1.25rem;
	border-bottom-right-radius: 1.25rem;
}
.card-header-article{
	color:#212529;;
	margin-bottom: 30px;
}

@media (max-width: 576px){
	.login-box, .register-box {
	    margin-top: 0.5rem;
	    width: 90%;
	}
}

.app-name {
	text-align: center;
    font-size: 20px;
    color: var(--secondary-gda-color);
    padding: 12px 0;
    border-top: 2px solid var(--secondary-gda-color);
}

.btn-primary{
	background-color: var(--primary-gda-color);
    border-color: var(--primary-gda-color);
    font-family: helveticaNeueBold;
    font-size: 15px;
}

.btn-outline-primary{
	color: var(--primary-gda-color);
    border-color: var(--primary-gda-color);
    font-family: helveticaNeueBold;
    font-size: 15px;
}

.btn-outline-secondary{
	color: var(--secondary-gda-color);
    border-color: var(--secondary-gda-color);
    font-family: helveticaNeueBold;
    font-size: 15px;
}

.btn-outline-secondary:hover{
	background-color: var(--btn-secondary-hover-gda-color);
    border-color: var(--btn-secondary-hover-gda-color);
}

.btn-outline-primary:hover,
.btn-primary:hover{
	background-color: var(--btn-hover-gda-color);
    border-color: var(--btn-hover-gda-color);
}

.btn-secondary{
	background-color: var(--secondary-gda-color);
    border-color: var(--secondary-gda-color);
}

.content-wrapper {
	background-image: url(/img/gda-home-165b8fa8e79a3efe10f868046395bdcc.png);
    background-size: auto;
    background-position: center;
    background-repeat: no-repeat;
}

.state-info {
	display: flex;
    width: 100%;
    flex-direction: row;
    border: 1px solid #3f474e;
    height: 34px;
    align-self: center;
    align-items: end;
    padding: 4px;
    border-radius: 8px;
}

.dark-mode .state-info {
    border: 1px solid #fff;
}

.state-info .item {
	flex: 1 0 0;
	position: relative;
	text-align: center;
	text-transform: capitalize;
}

.state-info .item:after {
	content: '';
	width: 24px;
	height: 24px;
	border-top: 1px solid #3f474e;
	border-right: 1px solid #3f474e;
	transform: rotate(45deg);
	display: inline-block;
	position: absolute;
    right: 0;
}

.dark-mode .state-info .item:after {
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
}

.state-info .item:last-child:after {
	display: none;
}

.content-data {
	background-color: #fff;
    border: 1px solid rgba(0,0,0,.125);
    position: relative;
}

.dark-mode .content-data {
    background-color: #3f474e;
}

.dark-mode .sidebar-dark-primary .nav-sidebar>.nav-item>.nav-link.active,
.dark-mode .sidebar-light-primary .nav-sidebar>.nav-item>.nav-link.active {
    background-color: var(--primary-gda-color);
    color: #fff;
}

.dark-mode .btn-primary{
	background-color: var(--primary-gda-color);
    border-color: var(--primary-gda-color);
}

.dark-mode .btn-secondary{
	background-color: var(--secondary-gda-color);
    border-color: var(--secondary-gda-color);
}

.main-header{
	background-color: var(--primary-gda-color);
}

.header-menu{
	background-color: var(--primary-gda-color) !important;
}

.card-primary.card-outline{
	border-top: 3px solid var(--primary-gda-color);
}

.card-outline.card-secondary{
	border-top: 3px solid var(--secondary-gda-color);
}

.icon-filter-card{
	color: var(--secondary-gda-color);
}

.icon-title-card{
	color: var(--secondary-gda-color);
	float: left;
	padding-right: 0.5rem;
}

.icon-navbar{
	color: #ffffff;
}

.btn-clean-card{
    max-width: calc(100% - 50%);
    float:right;
}

.padding-lateral{
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

.btn-right-input{
	display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 7.5px;
}

.icon-import{
	display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 7.5px;
}

.btn-goback{
	float: left;
    padding: 0.2rem;
    font-size: 1.5rem;
}

.title-goback{
	float: left;
    margin-left: 0.3rem !important;
    width: 80%
}

/*** DataTable ***/
.table tbody,
.table tbody label{
	background-color: #fff;
	font-family: helveticaNeueLigth;
	font-size: 14px;
}

.table thead{
	background-color: var(--primary-gda-color);
	color: #fff;
	border: none;
	font-family: helveticaNeueBold;
	font-size: 15px;
}

.filters {
	background-color: #fff;
	border: none;
	font-family: helveticaNeueLigth;
	font-size: 14px;
}

.filters .sorting{
	color: var(--primary-gda-color);
}

.not-filters .dataTables_filter {
	display: none !important;
}

.icon-dataTables{
	color: var(--secondary-gda-color);
	cursor: pointer;
}

.icon-dataTables-primary{
	color: var(--primary-gda-color);
	cursor: pointer;
}

.icon-dataTables-disabled{
	color: var(--disabled-gda-color);
	cursor: not-allowed;
	pointer-events: none;
}
.icon-dataTables-success{
	color: var(--valid-gda-color);
	cursor: pointer;
}

.icon-dataTables-delete{
	color: var(--error-color);
	cursor: pointer;
	margin-left: 0.75rem;
}

.page-item.active .page-link{
	color: #fff;
    background-color: var(--secondary-gda-color);
    border-color: var(--secondary-gda-color);
}

.page-item .page-link{
	color: var(--secondary-gda-color);
    background-color: #fff;
    border: 1px solid #dee2e6;
    font-family: helveticaNeueRoman;
    font-size: 15px;
}

.table td, .table th {
    padding: 0.65rem;
    text-align: center;
}

.dataTables_info{
	font-family: helveticaNeueRoman;
	font-size: 14px;
	font-weight: normal !important;
}

.card-primary:not(.card-outline) > .card-header {
  background-color: var(--primary-gda-color);
}

.modal-header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--secondary-gda-color);
  color: white;
  text-align: center
}

.modal-header .close {
  color: #cccccc
}

.modal-title {
  margin-left: 40%;
}

.icon-title-card-grey{
	color: #cccccc;
	float: left;
	padding-right: 0.5rem;
}

/* oculta los botones de exportación de los datatables*/
.dt-buttons{
	display: none;
}

.bg-gda-primary {
  background: var(--info-gda-color) !important;
}


.button-return {
  border: 1px solid gray;
  margin-right: 10px;
  padding: 10px;
  cursor: pointer;
  color: gray;
}


.df {
	display: flex;
}

.ai-e {
  align-items: flex-end;
}

.ai-c {
  align-items: center;
}

.jc-e {
	justify-content: flex-end;
}

.jc-c {
	justify-content: center;
}

.jc-fs {
	justify-content: flex-start;
}

.jc-sb {
	justify-content: space-between;
}

.jc-se {
	justify-content: space-evenly;
}

.fd-c {
	flex-direction: column;
}

.select-filter-group {
  position: relative;
}

.select-filter-group button{
  display: none;
  position: absolute;
  border: none;
  border-radius: 50%;
  background-color: #d7d7d7;
  right: 5px;
  text-align: center;
  transform: translate(-10px, -30px);
  line-height: 20px;
  width: 20px;
}

.table-clients-title {
	margin-bottom: -10px;
	background: var(--state-gda-color-grey);
	width: 350px;
	top: 0px;
	padding: 10px;
}

.btn-link-secondary {
	color: var(--secondary-gda-color);
	border-color: none;
	font-family: helveticaNeueBold;
	font-size: 15px;
}

/* .hide {
	display: none;
} */

.button-return {
  border: 1px solid gray;
  margin-right: 10px;
  padding: 10px;
  cursor: pointer;
  color: gray;
}

.desc-title {
  border: none;
}

.headerDivider {
  border-right: 1px solid grey;
  height: 60px;
  margin: -9px 15px;
}

.header-convenio {
  padding: 10px;
  text-align: center;
}

.header-convenio-primary-left {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.header-convenio-primary-rigth {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  margin-right: -10px;
}

.header-convenio-secondary {
  color: var(--secondary-gda-color);
  border: var(--info-gda-color) solid 1px;
  border-top-right-radius: 10px;
  margin-right: 6px;
  border-bottom-right-radius: 10px;
}

.font-size-18 {
  font-size: 18px;
}

.font-size-16 {
  font-size: 16px;
}

.font-size-20 {
  font-size: 20px;
}

.input-datetime-local {
  font-size: 15px;
  padding: 5px;
}

.div-input-file {
  display: flex;
    border: 1px dashed grey;
    justify-content: space-between;
    align-items: center;
}

.input-file-upload-label {
  margin: 15px;
  width: 80%;
}
.input-file-upload {
    position: absolute;
    opacity: 0;
    top: 30px;
    width: 80%;
}

#tableDataPaquetes td {
  white-space: nowrap;
  text-overflow: ellipsis;
}

#tableDataAtendida td {
  white-space: nowrap;
  text-overflow: ellipsis;
}

.nueva-toma {
	background: white;
  color: var(--info-gda-color);
	padding: 0px 11px;
	border-radius: 10px;
}

.nueva-toma-muestra {
	white-space: nowrap;
	background: var(--secondary-gda-color);
  color: white;
	padding: 1px 11px;
    border-radius: 3px 10px 10px 3px;
}

.muestra-rechazada {
	white-space: nowrap;
	background: var(--error-color);
  color: white;
	padding: 1px 11px;
    border-radius: 3px 10px 10px 3px;
}

.text-registros {
	font-family: helveticaNeueRoman;
	font-size: 14px;
	font-weight: normal !important;
	margin: 0 5px;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
  border-top: 3px solid #006faf;
}

.infoBlueBox {
	height: auto;
	display:flex;
	justify-content: space-around;
	align-items: center;
	padding: 20px;
	background-color: #006faf;
	color:#fff;
	border-radius: 10px;
}
.infoBlueBox__info {
	display:flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.infoBlueBox__info2 {
	display:flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: flex-end;
}
.infoBlueBox__info3 {
	display:flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-end;
}

.infoBlueBox__text-bold {
	font-weight: 700;
}

.disabledbutton {
    pointer-events: none;
    opacity: 0.4;
}

.navLinks-a {
	width: auto;
	color: var(--secondary-gda-color); 
	cursor:pointer;
}
.navLinks-a:hover{
	text-decoration: underline;
	color:#006faf
}

.ui-autocomplete {
	z-index: 2000 !important;
}

.tableTooltipEllipsis td {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 200px;
}

.hide-tab {
	display:none;
}

.modalLoadingPop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1100;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}