@charset "utf-8";
/* CSS Document */

/* Header
-------------------------------------------------- */
header {
	border-top: 1.25em solid #9B9DB9 !important;
	border-top-width: 1.25em;
	border-top-style: solid;
	border-top-color: rgb(31, 113, 184);
	/*background-color: #FFFFFF !important;*/
}

@media (min-width: 768px){
	.logged {
		float: right;
	}
	.br_logged {
		display: none;
	}
}
.logged {
	font-size: .85em;
	font-weight: normal;
	line-height: 2em;
}
.hidden {
	display: none !important;
}

.isDisabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.isDisabled > a {
  color: currentColor;
  display: inline-block;  /* For IE11/ MS Edge bug */
  pointer-events: none;
  text-decoration: none;
}

/* -------------------------------------------------- */

@media screen and (max-width: 600px) {
	html body div.header div.logo {
		z-index: 100 !important;
	}
	html body div.side-nav div.logo {
		/*z-index: 99 !important;*/
	}

	html body div.header a.nav-trigger {
		z-index: 98 !important;
	}
	html body div.header {
		z-index: 97 !important;
	}
	html body div.side-nav.visible {
		z-index: 96 !important;
	}
}
	
/* -------------------------------------------------- */

.page-item.active .page-link {
	background-color: #4A5F87;
	border-color: #6582A8;
}
.page-link {
	color: #6582A8;
}
.page-link:hover {
	color: #4A5F87;
}

/* -------------------------------------------------- */

.chart {
	padding: 5px 5px 15px 5px !important;
}
@media (min-width: 1200px){
	.container {
		max-width:100%;
	}
}

/* Singin
https://getbootstrap.com/docs/4.0/examples/sign-in/
-------------------------------------------------- */
.form-signin {
  width: 100%;
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}
.form-signin .checkbox {
  font-weight: 400;
}
.form-signin .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-default:hover {
	background-color:#4A5F87;
	border-color:#4A5F87;
} /* Agregado */
.btn-primary { 
	background-color:#2D2E83 !important;
	border-color:#2D2E83 !important;
} /* Agregado */
.btn-primary:hover {
	background-color:#4A5F87!important;
	border-color:#4A5F87!important;
} /* Agregado */

/* -------------------------------------------------- */
.full-text {
	display: none;
}
@media screen and (max-width: 1280px) {
	table .hide1280 {
		display: none;
	}
}
@media screen and (max-width: 900px) {
	table .hide900 {
		display: none;
	}
}
@media screen and (max-width: 480px) {
	table .hide {
		display: none;
	}
}
@media screen and (min-width: 768px) {
	.short-text {
		display: none;
	}
	.full-text {
		display: inline-block;
	}
}

/* -------------------------------------------------- */
.table thead th {
    vertical-align: top !important;
}
.dataTables_info {
	padding-bottom: 5px;
}
.pagination-center {
	text-align: center !important;
}
/* -------------------------------------------------- */
@media screen and (max-width: 767px) {
	.sections_separator {
		border-top: 0.25px solid #E5E5E5;
	}
	.sections_separator dl {
		margin-top: 10px;
	}
}
/* -------------------------------------------------- */
.no-spinners {
  -moz-appearance: textfield;
}

.no-spinners::-webkit-outer-spin-button,
.no-spinners::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* -------------------------------------------------- */

.cancel_bock {
	display: inline-block;;
}
.cancelled {
	/*display: inline-block;*/
	/*font-weight: 400;*/
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	/*padding: .375rem .75rem;*/
	/*font-size: 1rem;
	line-height: 1.5;*/
	/*border-radius: .25rem;*/
	/* btn-sm */
	padding: .25rem .5rem;
	font-size: .875rem;
	line-height: 1.5;
	border-radius: .2rem;
	/* btn-outline-danger */
	color: #dc3545;
	background-color: transparent;
	background-image: none;
	border-color: #dc3545;
	/* btn:not(:first-child) */
	/*border-top-left-radius: 0;*/
	/*border-bottom-left-radius: 0;*/
	/*margin-left: -1px;*/
}

.cancel_last {
	width: 85px;
}

/* -------------------------------------------------- */

/* Sticky footer styles
https://getbootstrap.com/docs/4.1/examples/sticky-footer/
-------------------------------------------------- */

html {
	position: relative;
	min-height: 100%;
}
body {
	/*margin-bottom: 380px; /* Margin bottom by footer height */
	margin-bottom: 180px; /* Margin bottom by footer height */
	background-color: #F0F1E7;
}
footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	/*height: 380px; /* Set the fixed height of the footer here */
	height: 180px; /* Set the fixed height of the footer here */
	/*line-height: 60px;*/ /* Vertically center the text there */
}

/* Small devices (landscape phones, 576px and up)
-------------------------------------------------- */
@media (min-width: 576px) {
	body {
		/*margin-bottom: 380px; /* Margin bottom by footer height */
		margin-bottom: 180px; /* Margin bottom by footer height */
	}
	footer {
		/*height: 380px; /* Set the fixed height of the footer here */
		height: 180px; /* Set the fixed height of the footer here */
	}
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
	body {
		/*margin-bottom: 320px; /* Margin bottom by footer height */
		margin-bottom: 180px; /* Margin bottom by footer height */
	}
	footer {
		/*height: 320px; /* Set the fixed height of the footer here */
		height: 180px; /* Set the fixed height of the footer here */
	}
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
	body {
		/*margin-bottom: 280px; /* Margin bottom by footer height */
		margin-bottom: 180px; /* Margin bottom by footer height */
	}
	footer {
		/*height: 280px; /* Set the fixed height of the footer here */
		height: 180px; /* Set the fixed height of the footer here */
	}
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	body {
		/*margin-bottom: 280px; /* Margin bottom by footer height */
		margin-bottom: 180px; /* Margin bottom by footer height */
	}
	footer {
		/*height: 280px; /* Set the fixed height of the footer here */
		height: 180px; /* Set the fixed height of the footer here */
	}
}
/*--------------------------------------------------*/		

#scroll {
    position:fixed;
    right:10px;
    bottom:45px;
    cursor:pointer;
    width:45px;
    height:40px;
    background-color:#335C6A;
    text-indent:-9999px;
    display:none;
    -webkit-border-radius:60px;
    -moz-border-radius:60px;
    border-radius:60px
}
#scroll span {
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-8px;
    margin-top:-12px;
    height:0;
    width:0;
    border:8px solid transparent;
    border-bottom-color:#ffffff;
}
#scroll:hover {
    background-color:#2F3E50;
    opacity:1;
    filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
}

@media (min-width: 599px) {
	#scroll {
		bottom:30px;
	}
}

/*--------------------------------------------------*/

footer {
	margin: auto 0 0 0;
	background-color: #9B9DB9;
	/*border-bottom: 1em solid #154D7D;*/
	font-size: 0.85em;
	color: #FFFFFF;
}
.footer-copyright {
	background-color: #2D2E83;
	border-bottom: 1em solid #9B9DB9;
	font-size: 0.8em;
}
.footer-copyright a:link,
.footer-copyright a:hover,
.footer-copyright a:visited {
	color: #FFFFFF;
	font-weight: 700;
	text-decoration: none;
}
.social-custom,
.social-custom a:link,
.social-custom a:hover,
.social-custom a:visited {
	color: #FFFFFF !important;
	text-decoration: none!important;
}
