#alert-message {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
	font-size: 12px;
}

/*===============================iconos===========================================*/
#btn-generate-reference {
	border-color: #0dcaf0;
	background-color: #fff;
	color: #005189;
	font-weight: bold;
}

.btn-payment {
	border-color:#2e86c1;
	background-color: #fff;
	color:  #aed6f1;
	font-weight: bold;
}
#btn-online-payment {
	border-color: #27AE60;
	background-color: #fff;
	color: #005189;
	font-weight: bold;
}

#btn-generate-reference:hover {
	background-color: #0dcaf0;
	color: #fff;
}
.btn-payment:hover {
	background-color:#d4e6f1;
	color: #fff;
}

#btn-online-payment:hover {
	background-color: #27AE60;
	color: #fff;
}

#btn-generate-reference:active {
	background-color: #0dcaf0;
	color: #fff;
}

.btn-payment:active {
	background-color:#d4e6f1;
	color: #fff;
}

#btn-online-payment:active {
	background-color: #f54ea2;
	color: #fff;
}

.radius-10 {
	border-radius: 10px !important;
}

.border-info {
	border-left: 5px solid #E93B81 !important;
}

.border-danger {
	border-left: 5px solid #2ECC71 !important;
}

.data-property {
	box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
	-o-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
	-ms-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
}
.card {
	/* width: 100%; */
	/* height: 100%; */
	/* height: 450px; */
	/* position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 0px solid rgba(0, 0, 0, 0);
	border-radius: .25rem;
	margin-bottom: 1.5rem;
	box-shadow: 0 2px 6px 0 rgb(218 218 253 / 65%), 0 2px 6px 0 rgb(206 206 238 / 54%);
	padding: 15px; */
}

.bg-gradient-scooter {
	background: #17ead9;
	background: -webkit-linear-gradient(45deg, #17ead9, #6078ea) !important;
	background: linear-gradient(45deg, #17ead9, #6078ea) !important;
}

.bg-gradient-taxpayer {
	background: #C39BD3;
	background: -webkit-linear-gradient(45deg, #F3C5C5, #BF9270) !important;
	background: linear-gradient(45deg, #F3C5C5, #BF9270) !important;
}

.widgets-icons {
	width: 48px;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #ededed;
	font-size: 27px;
	border-radius: 10px;
	margin-bottom: 5px;
}

.widgets-icons-2 {
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #ededed;
	font-size: 27px;
	border-radius: 10px;
}

.rounded-circle {
	border-radius: 50% !important;
}

.text-white {
	color: #fff !important;
}

.ms-auto {
	margin-left: auto !important;
	margin-right: auto !important;
	margin: 4px 0 4px 4px;
}

.bg-gradient-bloody {
	background: #98DDCA;
	background: -webkit-linear-gradient(45deg, #54B435, #AACB73) !important;
	background: linear-gradient(45deg, #54B435, #AACB73) !important;
}


.bg-gradient-ohhappiness {
	background: -webkit-linear-gradient( 
		45deg
		 , #00b09b, #96c93d)!important;
			background: linear-gradient( 
		45deg
		 , #00b09b, #96c93d)!important;
}

.bg-gradient-info {
	background: #98DDCA;
	background: -webkit-linear-gradient(45deg, #F39C12 , #F7DC6F) !important;
	background: linear-gradient(45deg,#F39C12 , #F7DC6F) !important;
}


/*================================================================================*/
.iframe-container {
	overflow: hidden;
	padding-top: 56.25%;
	/* 16:9*/
	position: relative;
}

.iframe-container iframe {
	border: 0;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.container1 {
	position: relative;
	text-align: center;
	color: black;
}

.top-left {
	position: absolute;
	top: 8px;
	left: 16px;
}

.li-bank {
	text-transform: capitalize;
	margin: 0 0 0px;
	color: #7D3C98;
}

.li-bank-text {
	margin: 0 0 0px;
	color: #7D3C98;
	font-weight: bold;
}
/*================================datatable=======================================*/
table.dataTable tr.dtrg-group.dtrg-level-0 td {
	font-weight: bold;
}

table.dataTable tr.dtrg-group td {
	background-color: #e0e0e0;
}

table.dataTable tr.dtrg-group.dtrg-level-1 td:first-child {
	padding-left: 2em;
}

table.dataTable tr.dtrg-group.dtrg-level-1 td {
	background-color: #f0f0f0;
	padding-top: 0.25em;
	padding-bottom: 0.25em;

}

table.dataTable tr.dtrg-group.dtrg-level-2 td:first-child {
	padding-left: 3em;
}

table.dataTable tr.dtrg-group.dtrg-level-2 td {
	background-color: #f6f6f6;
}

/*================================================================================*/

#loading {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: fixed;
	display: block;
	opacity: 0.7;
	background-color: #fff;
	z-index: 9998;
	text-align: center;
}

#loading-image {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 9999;
}

.alert-message {
	color: #31708f;
	background-color: #d9edf7;
	border-color: #9acfea;
	margin-left: 15px;
	margin-right: 15px;
	padding: 8px;
	margin-bottom: 10px;
}

.lead {
	margin-bottom: 6px;
	font-size: 1.7em;
	font-weight: 300;
	line-height: 1.4;
	color: #005189;
}

.wrapper {
	width: 100%;
}

@media(max-width:992px) {
	.wrapper {
		width: 100%;
	}
}

.panel-heading {
	padding: 0;
	border: 0;
}

.panel-group {
	margin-bottom: 0px;
}

.panel-group .panel {
	margin-bottom: 0;
	border-radius: 0px;
}

.panel-title>a,
.panel-title>a:active {
	display: block;
	padding: 9px;
	color: #005189;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 1px;
	word-spacing: 3px;
	text-decoration: none;
	/* color: #fff; */
}

.panel-heading a:before {
	font-family: 'Glyphicons Halflings';
	content: "\e114";
	float: right;
	transition: all 0.5s;
}

.panel-heading {
	border-top-left-radius: 0;
	border-top-right-radius: 0px;
}

.panel-heading.active a:before {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	transform: rotate(180deg);
}

.panel-body {
	padding: 5px;
}

.table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 2px;
}

#content-data {
	background: #fff;
	box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
	-o-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
	-ms-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
	border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	font-family: 'Roboto', sans-serif;
}

/*=========================================================================================*/
#page-container {
	position: relative;
	min-height: 100vh;
}

#content-wrap {
	padding-bottom: 2.5rem;
	/* Footer height */
}

#footer {
	padding-top: 1rem;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 3rem;
	/* Footer height */
}

/*======================================MENU==============================================*/
.navbar-brand {
	height: 60px;
	padding: 5px 5px;
	font-size: 18px;
	line-height: 20px;
}
.navbar-nav>li>a {
	padding: 5px 5px;
	font-size: 18px;
	line-height: 30px;
	color: #ffffff !important;
	font-weight: bold;
}

.navbar-text {
	font-weight: bold;
	color: #005189 !important;
}

/*   */
.main_menu {
	background: -webkit-gradient(linear, left top, right top, from(#fff), to(#2874A6));
	background: -moz-linear-gradient(left top, #fff, #2874A6 30%);
	background: -o-linear-gradient(left top, #fff, #2874A6 30%);
	/* margin: 1px 0; */
}

.main_menu .navbar {
	background: -webkit-gradient(linear, left top, right top, from(#fff), to(#2874A6));
	background: -moz-linear-gradient(left top, #fff, #2874A6 30%);
	background: -o-linear-gradient(left top, #fff, #2874A6 30%);
	margin: 1px 0;
}

.heading-menu {
	margin-left: 3%;
	color: #005189;
	font-weight: bold;
	border-bottom: double#005189;
	margin-right: 2%;
	padding-bottom: 1%;
	margin-top: 2%;
}

#menu {
	border-radius: 10px;
	margin-left: auto;
	margin-right: auto;
}

#menu a {
	text-decoration: none;
}

.menu-header {
	text-align: left;
	padding: 40px 0 20px;
}

.thumbnail:hover,
.thumbnail:active {
	border: none;
	box-shadow: 0px 3px 10px 0px rgb(44, 62, 80);
	-o-box-shadow: 0px 3px 10px 0px rgb(44, 62, 80);
	-ms-box-shadow: 0px 3px 10px 0px rgb(44, 62, 80);
	-moz-box-shadow: 0px 3px 10px 0px rgb(44, 62, 80);
	-webkit-box-shadow: 0px 3px 10px 0px rgb(44, 62, 80);
	border-radius: 2%;
	outline: none;
}

.panel {
	margin-bottom: 5px;
}

.image-menu {
	width: 80%;
	height: 80%;
	display: block;
	margin: auto;
}

.wizard-header {
	text-align: center;
	padding: 20px 0 5px;
}

/*=============================================================================================*/


.title-page {
	font-size: 145%;
	color: #005189;
	font-weight: bold;
	padding: 5px 15px;
	display: inline-block;
	margin-bottom: 1em;
}

#div-title {
	padding: 0;
	bottom: 0;
}

.caption p {
	text-transform: lowercase;
	font-size: 1.2em;
	margin-left: 3%;
	color: #005189;
	font-weight: bold;
	margin-right: 2%;
	margin-bottom: 5px;
}

.caption p:first-letter {
	text-transform: uppercase;
}

#div-page {
	width: 100%;
	border-radius: 10px;
}

.panel-taxpayer {
	background: #fff;
	box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
	-o-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
	-ms-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
	border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin: 20px 0;
	font-family: 'Roboto', sans-serif;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	/* margin-top: 1%; */
}


/***************breakpoints***************************/
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
	.navbar-text {
		font-size: 1.2em;
	}

	.heading-menu {
		font-size: 1.2em;
	}

	.panel-taxpayer {
		width: 80%;
	}

	#menu {
		width: 65%;
	}
	.img-bank{
		opacity: 0.2;
	}
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
	.navbar-text {
		font-size: 1.2em;
	}

	.heading-menu {
		font-size: 1.2em;
	}

	.panel-taxpayer {
		width: 80%;
	}

	#menu {
		width: 65%;
	}
	/* .img-bank{
		opacity: 0.2;
	} */
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
	.navbar-text {
		font-size: 1.4em;
	}

	.heading-menu {
		font-size: 1.4em;
	}

	.panel-taxpayer {
		width: 60%;
	}

	#menu {
		width: 80%;
	}
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
	.navbar-text {
		font-size: 1.5em;
	}

	.heading-menu {
		font-size: 1.5em;
	}

	.panel-taxpayer {
		width: 60%;
	}

	#menu {
		width: 80%;
	}
	/* .img-bank{
		opacity: 0.4;
	} */
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
	.navbar-text {
		font-size: 1.5em;
	}

	.heading-menu {
		font-size: 1.5em;
	}

	.panel-taxpayer {
		width: 60%;
	}

	#menu {
		width: 80%;
	}

	/* .img-bank{
		opacity: 0.4;
	} */
}
