﻿
@media only screen and (max-width: 800px) {
	
	/* Force table to not be like tables anymore */
	#no-more-tables table, 
	#no-more-tables thead, 
	#no-more-tables tbody, 
	#no-more-tables th, 
	#no-more-tables td, 
	#no-more-tables tr { 
		display: block; 
	}
 
	/* Hide table headers (but not display: none;, for accessibility) */
	#no-more-tables thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
 
	#no-more-tables tr { 
        border: 1px solid #ccc; 
        margin-bottom: 5px;
    }
 
	#no-more-tables td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50%; 
		white-space: normal;
		text-align:center;
	}
 
	#no-more-tables td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
		text-align:left;
		font-weight: bold;
	}
 
	/*
	Label the data
	*/
	#no-more-tables td:before { content: attr(data-title); }
}

#myBtn {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 20px; /* Place the button at the bottom of the page */
    right: 20px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: #526477; /* Set a background color */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 15px; /* Some padding */
    border-radius: 10px; /* Rounded corners */
    font-size: 18px; /* Increase font size */
  }
  
#myBtn:hover {
    background-color: #555; /* Add a dark-grey background on hover */
}


.btn-clean:before{
    content:"" !important;
    padding-right: 0px !important;
}

.sidecart{
    height: 100%;
    position: fixed;
    z-index: 1050;
    top: 0;
    background-color: white;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 5px;
    right: 0;
    width: 0px;
}

.cuadro-verde{
    background-color: green;
    padding: 5px 10px;
    border-radius: 5px;
    color:white;
    margin: 0px 3px    
}

.cuadro-rojo{
    background-color: red;
    padding: 5px 10px;
    border-radius: 5px;
    color:white;
    margin: 0px 3px    
}


.fondo-verde{
    background-color: green;
    color:white;
}

.table-hover-black-50 tbody tr:hover {
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.31);
}
.bg-greyblue{
    background-color: #526477;
}

.bg-reddark{
    background-color: #88252f;
}

.bg-purplelight{
    background-color: #882579;
}

.bg-brown{
    background-color: #886625;
}

.display-5
{
    font-size: 2.5rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-6
{
    font-size: 1.8rem;
    font-weight: 300;
    line-height: 1.2;
}

.icon-circle {
    height: 3rem;
    width: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.opacity4{
    opacity: 0.4;
}

.opacity5{
    opacity: 0.5;
}

.opacity6{
    opacity: 0.6;
}

.opacity7{
    opacity: 0.7;
}

.opacity8{
    opacity: 0.8;
}

.opacity9{
    opacity: 0.9;
}


.cursor-pointer {
    cursor: pointer;
}
.table-responsive th{
	background-color:#fdfdfd;
}

.numero-azul-blanco {
    background: white;
    color: #003c71;
    border-radius: 50%;
    padding: 2px 9px;
    margin-right: 10px;
    font-weight: 800;
}
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  background-color: #6a6a6a;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 5px;
}

#mySidenav ul li a {
	/*padding: 10px 0;*/
    display: block;
    color: rgba(255, 255, 255, 0.8);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    text-decoration: none !important;
    outline: none !important;
    -webkit-box-shadow: none;
    box-shadow: none;    
}

h4 {
	background-color:#526477;
	color:#ffffff;
	padding:10px 15px 15px;
	border-radius: 0.25rem;
	margin-bottom:15px !important;
}

.titulo-h5 {
    border-bottom: 1px solid #dee2e6;
    padding-bottom: .5rem;
    
}
a[data-toggle=collapse] {
    position: relative;
}

.dropdown-toggle2::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    content:"";
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.dropdown-toggle2.collapsed::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

.dropdown-toggle2::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0;
    border-right: 0.3em solid transparent;
    border-bottom: 0.3em solid;
    border-left: 0.3em solid transparent;
}


#mySidenav ul li > ul {
    margin-left: 55px;
}

#mySidenav ul li > ul a {
    padding: 10px 0;
}


#mySidenav ul li a {
    /*padding: 10px 0;*/
    display: block;
    color: rgba(255, 255, 255, 0.8);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

#mySidenav ul li a:hover {
    color: #ffffff;
}

#mySidenav a:hover {
    color: #ffffff !important;
}

html,
body {
  min-height: 100%;
  height: 100%;
  padding-right: 0px !important;
  /*background-color:#f8f9fA !important;*/
  background-color:#dee2e6 !important;
    overflow: auto;
}

text-primary{
	color:#003c71 !important;    
}

.border-primary {
	border-color:#003c71 !important;    
}

.btn-primary{
	background-color:#003c71;
	border-color:#003c71;
	color:#ffffff !important;
}

.table-va-td-middle td {
	vertical-align:middle;
}

/*
.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -moz-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}
*/

.fade.in {
    opacity: 1;
}


.bs-tooltip-auto[x-placement^=top] .arrow::before,
.bs-tooltip-bottom .arrow::before {
  border-bottom-color: #f00;
  /* Red */
}

.dhxcombo_material
{
	height:39px !important;
	width:100% !important;
}

.dhxcombo_input {
	width:100% !important;
	font-family: Helvetica, Arial !important;
	font-size:1rem !important;
}

/* Toggles del Sistema Pagos */
#accordion .card-header .btn:before {
    font-family: Font Awesome\ 5 Free;
    font-weight:900;
    content:"\f07c";
    padding-right: 4px;
}
#accordion .card-header .btn.collapsed:before {
    content:"\f07b";
}


.fixed_header{
    table-layout: fixed;
    border-collapse: collapse;
}

.fixed_header tbody{
  display:block;
  width: 100%;
  overflow: auto;
  height: 50vh;
}

.fixed_header thead tr {
   display: block;
}

.fixed_header th, .fixed_header td {
  padding: 5px;
  text-align: left;
  width: 200px;
}

.bg-reservado{
    background-color: #cccccc;
}