html, body {
	font-family: Arial, Tahoma, sans-serif;
}

a {
	color: #827f6c;
}
.s-link {
	color: #827f6c;
}
.bg-oh {
	background-color: #000000;
	color: #827f6c;
}
.font-oh {
	color: #87666F;
}
.d-object-table-container-header {
	background-color: #B2A9AB;
}
.d-object-table-colum-title {
	text-decoration: none;
}
.color-tx-22 {
	color: #82806F;
}
.color-tx-2 {
	color: red;
}

.color-bg-22 {
	background-color: #82806F;
}
.color-bg-2 {
	background-color: red;
}

.color-bg-1 {
	background-color: #CFCEC7;
}

.box-reservacion[d-prof="1"] {
	background-color: #f3f6aa ;
}
.box-reservacion[d-prof="2"] {
	background-color: #B6A6D7;
}
.bg-dark {
    background-color: #F4F4F4 !important;
}
.bg-dark {
    background-color: #404040 !important;
}
.bg-dark .dropdown-item:hover{
	color: #404040 !important;
}
.btn-blanco {
	background-color:white;
	border-color: #dee2e6;
}
.modal-dialog {
	width: calc(100vw - 1rem) !important;		 /* esto corrige el zoom en celulares */
}
.modal-content {
	border-radius: 0px;
}
.liga-oh {
	color: #87666F;
}
.liga-secundaria {
	color: #000000;
	text-decoration: none;
}
.btn-oh-cancel-button {
	background-color: #A9A9A9;
	color: #FFFFFF;
}
.btn-oh-ok-button {
	background-color: #9B8888;
	/*background-color: #A9989C;*/
	color: #FFFFFF;
}
.btn-oh {
	background-color: #A9989C;
	color: #ffffff;
}
.btn-oh:hover,
.btn-oh:active,
.btn-oh.show,
.btn-oh:focus-visible{
	background-color: #BD98A2 !important;
	color: #ffffff !important;
}
.btn-dorado {
	background-color: #b7b4ad;
	color: #ffffff;
}
.btn-dorado:hover,
.btn-dorado:active,
.btn-dorado.show,
.btn-dorado:focus-visible{
	background-color: #d3d1cc !important;
	color: #ffffff !important;
}
.btn-oh-ok-button:hover,
.btn-oh-ok-button:active
.btn-oh-ok-button.show,
.btn-oh-ok-button:focus-visible{
	background-color: #BD98A2  !important;
	color: #FFFFFF !important;
}
.btn-oh-cancel-button:hover,
.btn-oh-cancel-button:active
.btn-oh-cancel-button.show,
.btn-oh-cancel-button:focus-visible{
	background-color: #DDDDDD  !important;
	color: #FFFFFF !important;
}
.btn-shadow {
	background-color: #DFDFDF;
	color: black;
}
.btn-shadow:hover,
.btn-shadow:active
.btn-shadow:focus-visible {
	background-color: #EBEBEB !important;
	border-color: transparent !important;
	color: black;
}
.modal-content {
	border-radius:0.5rem;
}
.navbar-toggler-icon {
     background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0, 1.0)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-logo-brand {
	height:3.5rem;
	padding: 0.25rem 0rem;
}
.navbar-en-celular {
}
@media (max-width: 559px) {
	.navbar-logo-brand {
		display: flex;
		justify-content:center;
		padding-right: 30px;
		flex: 1;
	}
	.navbar-en-celular {
		flex: 1;
	}
}
.navbar-oh {
	background-color: #FFFFFF;
}
#section-toolbar {
	background-color: #FFFFFF;
}
.svg-icon.oh {
	color: #b06387;
}
.reporte-header-totales {
	font-size: 1.25rem;	
	color: #85797C;
}
.reserva-seccion {
	background-color: #FFFFFF;
	padding: 1rem 0.5rem;
	position: relative;	
	width: 100%;
	border-top: solid 1px #D0D0D0;
	border-bottom: solid 1px #D0D0D0;

}
.label-modal-agenda {
	width: 4rem;
	text-align: right;
	padding-right: 5px;
	font-size: 0.8rem;
}
.label-modal-todo {
	margin-left: 1rem;
	padding-right: 5px;
	font-size: 0.8rem;
}




