@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";
.box-shadow {
	box-shadow: 0px 0px 15px -1px rgba(0, 0, 0, 0.3);
	margin-bottom: 20px;
}

a {
	color: #0c4961 !important;
}

/*a:hover {
    border-bottom: #00ffff solid 1px;    
}*/
.w-formasp {
	max-width: 700px !important;
}

.w-estatus {
	max-width: 920px !important;
}

.w-sm {
	max-width: 400px !important;
}

.w-480 {
	max-width: 480px !important;
}

.w-780 {
	max-width: 780px !important;
}

.fa-chevron-down {
	transform: rotate(0deg);
	transition: all 0.2s linear;
	color: #fff;
}

.dropdown .dropdown-menu {
	animation-name: example;
	animation-duration: 0.3s;
}

@keyframes example {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

.fa-chevron-down.open {
	transform: rotate(180deg);
	transition: transform 0.2s linear;
}

@keyframes swing {
	0% {
		transform: rotate(0deg);
	}
	10% {
		transform: rotate(10deg);
	}
	30% {
		transform: rotate(0deg);
	}
	40% {
		transform: rotate(-10deg);
	}
	50% {
		transform: rotate(0deg);
	}
	60% {
		transform: rotate(5deg);
	}
	70% {
		transform: rotate(0deg);
	}
	80% {
		transform: rotate(-5deg);
	}
	100% {
		transform: rotate(0deg);
	}
}

@keyframes sonar {
	0% {
		transform: scale(0.9);
		opacity: 1;
	}
	100% {
		transform: scale(2);
		opacity: 0;
	}
}

body {
	font-size: 0.9rem !important;
	font-family: "Raleway", Arial, sans-serif !important;
	/*font-family: 'Roboto', sans-serif !important;*/
	font-weight: 300 !important;
	/* font-family: 'Poppins', sans-serif;*/
}

.bg-back {
	background-color: #ffffff80;
	width: 100%;
	min-height: calc(100vh - 85px);
}

.no-radius {
	border-radius: 0px;
}

.page-wrapper .sidebar-wrapper,
.sidebar-wrapper .sidebar-brand > a,
.sidebar-wrapper .sidebar-dropdown > a:after,
.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a:before,
.sidebar-wrapper ul li a i,
.page-wrapper .page-content,
.sidebar-wrapper .sidebar-search input.search-menu,
.sidebar-wrapper .sidebar-search .input-group-text,
.sidebar-wrapper .sidebar-menu ul li a,
#show-sidebar,
#close-sidebar {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

/*----------------page-wrapper----------------*/

.page-wrapper {
	height: 100vh;
}

.page-wrapper .theme {
	width: 40px;
	height: 40px;
	display: inline-block;
	border-radius: 4px;
	margin: 2px;
}

.page-wrapper .theme.side {
	background: #1e2229;
}

/*----------------toggeled sidebar----------------*/

.page-wrapper.toggled .sidebar-wrapper {
	left: 0px;
	transition: 0.5s;
	/*border-right: 1px solid rgba(61,68,101,.1);*/
}

@media screen and (min-width: 575px) {
	.page-wrapper.toggled .page-content {
		padding-left: 100px;
	}
}

/*----------------show sidebar button----------------*/

#show-sidebar {
	position: fixed;
	left: 0;
	top: 10px;
	border-radius: 0 4px 4px 0px;
	width: 35px;
	transition-delay: 0.3s;
}

.page-wrapper.toggled #show-sidebar {
	left: -40px;
}

/*----------------sidebar-wrapper----------------*/

.sidebar-wrapper {
	width: 100px;
	height: 100%;
	max-height: 100%;
	position: fixed;
	top: 66px;
	left: -300px;
	z-index: 999;
}

.sidebar-wrapper ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.sidebar-wrapper a {
	text-decoration: none;
}

/*----------------sidebar-content----------------*/

.sidebar-content {
	max-height: calc(100% - 30px);
	height: calc(100% - 30px);
	overflow-y: auto;
	position: absolute;
	width: 100px;
}

.sidebar-content.desktop {
	overflow-y: hidden;
}

/*--------------------sidebar-brand----------------------*/

.sidebar-wrapper .sidebar-brand {
	padding: 10px 20px;
	display: flex;
	align-items: center;
}

.sidebar-wrapper .sidebar-brand > a {
	text-transform: uppercase;
	font-weight: bold;
	flex-grow: 1;
}

.sidebar-wrapper .sidebar-brand #close-sidebar {
	cursor: pointer;
	font-size: 20px;
}

/*--------------------sidebar-header----------------------*/

.sidebar-wrapper .sidebar-header {
	padding: 20px;
	overflow: hidden;
	background-color: #fbfbfb;
}

.sidebar-wrapper .sidebar-header .user-pic {
	float: left;
	width: 60px;
	padding: 2px;
	border-radius: 12px;
	margin-right: 15px;
	overflow: hidden;
}

.sidebar-wrapper .sidebar-header .user-pic img {
	object-fit: cover;
	height: 100%;
	width: 100%;
}

.sidebar-wrapper .sidebar-header .user-info {
	float: left;
}

.sidebar-wrapper .sidebar-header .user-info > span {
	display: block;
}

.sidebar-wrapper .sidebar-header .user-info .user-role {
	font-size: 12px;
}

.sidebar-wrapper .sidebar-header .user-info .user-status {
	font-size: 11px;
	margin-top: 4px;
}

.sidebar-wrapper .sidebar-header .user-info .user-status i {
	font-size: 8px;
	margin-right: 4px;
	color: #5cb85c;
}

/*-----------------------sidebar-search------------------------*/

.sidebar-wrapper .sidebar-search > div {
	padding: 10px 20px;
}

/*----------------------sidebar-menu-------------------------*/

.sidebar-wrapper .sidebar-menu {
	padding-bottom: 10px;
}

/*.sidebar-wrapper .sidebar-menu .header-menu span {
  font-weight: bold;
  font-size: 12px;
  padding: 15px 25px 15px 25px;
  display: inline-block;
}*/

.sidebar-wrapper .sidebar-menu ul li a {
	display: inline-block;
	width: 100%;
	text-decoration: none;
	position: relative;
	padding: 10px;
}

.sidebar-wrapper .sidebar-menu ul li a i {
	margin-right: 10px;
	font-size: 30px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 4px;
	margin-left: 10px;
}

.sidebar-wrapper .sidebar-menu ul li a:hover > i::before {
	display: inline-block;
	animation: swing ease-in-out 0.5s 1 alternate;
}

/*.sidebar-wrapper .sidebar-menu .sidebar-dropdown > a:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  font-style: normal;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  background: 0 0;
  position: absolute;
  right: 15px;
  top: 14px;
}*/

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu ul {
	padding: 5px 0;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li {
	/*padding-left: 25px;*/
	font-size: 13px;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a:before {
	content: "\f111";
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
	font-style: normal;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-right: 10px;
	font-size: 8px;
}

.sidebar-wrapper .sidebar-menu ul li a span.label,
.sidebar-wrapper .sidebar-menu ul li a span.badge {
	float: right;
	margin-top: 8px;
	margin-left: 5px;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a .badge,
.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a .label {
	float: right;
	margin-top: 0px;
}

.sidebar-wrapper .sidebar-menu .sidebar-submenu {
	display: none;
	left: 100px;
	position: fixed;
	width: 200px;
	margin-top: -80px;
}

/*--------------------------side-footer------------------------------*/

.sidebar-footer {
	position: absolute;
	width: 100%;
	bottom: 66px;
	display: flex;
}

.sidebar-footer > a {
	flex-grow: 1;
	text-align: center;
	height: 40px;
	position: relative;
	line-height: 18px;
	padding-top: 2px;
}

.sidebar-footer > a .notification {
	position: absolute;
	top: 0;
}

.badge-sonar {
	display: inline-block;
	background: #980303;
	border-radius: 50%;
	height: 8px;
	width: 8px;
	position: absolute;
	top: 0;
}

.badge-sonar:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	border: 2px solid #980303;
	opacity: 0;
	border-radius: 50%;
	width: 100%;
	height: 100%;
	animation: sonar 1.5s infinite;
}

/*--------------------------page-content-----------------------------*/

.page-wrapper .page-content {
	display: inline-block;
	width: 100%;
	padding-left: 0px;
	padding-top: 66px;
}

/*------scroll bar---------------------*/

::-webkit-scrollbar {
	width: 5px;
	height: 7px;
}

::-webkit-scrollbar-button {
	width: 0px;
	height: 0px;
}

::-webkit-scrollbar-thumb {
	background: #525965;
	border: 0px none #ffffff;
	border-radius: 50px;
}

::-webkit-scrollbar-thumb:hover {
	background: #525965;
}

::-webkit-scrollbar-thumb:active {
	background: #525965;
}

::-webkit-scrollbar-track {
	background: transparent;
	border: 0px none #ffffff;
	border-radius: 50px;
}

::-webkit-scrollbar-track:hover {
	background: transparent;
}

::-webkit-scrollbar-track:active {
	background: transparent;
}

::-webkit-scrollbar-corner {
	background: transparent;
}

/*-----------------------------side-------------------------------------------------*/

.side .sidebar-wrapper {
	background: #fff;
	box-shadow: 0px 0px 15px -1px rgba(0, 0, 0, 0.1);
}

.side .sidebar-wrapper .sidebar-header,
.side .sidebar-wrapper .sidebar-search,
.side .sidebar-wrapper .sidebar-menu {
	border: none;
}

.side .sidebar-wrapper .sidebar-search input.search-menu,
.side .sidebar-wrapper .sidebar-search .input-group-text {
	border-color: transparent;
	box-shadow: none;
}

.side .sidebar-wrapper .sidebar-header .user-info .user-role,
.side .sidebar-wrapper .sidebar-header .user-info .user-status,
.side .sidebar-wrapper .sidebar-search input.search-menu,
.side .sidebar-wrapper .sidebar-search .input-group-text,
.side .sidebar-wrapper .sidebar-brand > a,
.side .sidebar-wrapper .sidebar-menu ul li a,
.side .sidebar-footer > a {
	color: #818896;
}

.side .sidebar-wrapper .sidebar-menu ul li:hover > a,
.side .sidebar-wrapper .sidebar-menu .sidebar-dropdown.active > a,
.side .sidebar-wrapper .sidebar-header .user-info,
.side .sidebar-wrapper .sidebar-brand > a:hover,
.side .sidebar-footer > a:hover i {
	color: #b8bfce;
}

.page-wrapper.side.toggled #close-sidebar {
	color: #bdbdbd;
}

.page-wrapper.side.toggled #close-sidebar:hover {
	color: #ffffff;
}

.side .sidebar-wrapper ul li:hover a i,
.side .sidebar-wrapper .sidebar-dropdown .sidebar-submenu li a:hover:before,
.side .sidebar-wrapper .sidebar-search input.search-menu:focus + span,
.side .sidebar-wrapper .sidebar-menu .sidebar-dropdown.active a i {
	color: #36a2eb;
}

.side .sidebar-wrapper .sidebar-menu ul li a i,
.side .sidebar-wrapper .sidebar-menu .sidebar-dropdown div,
.side .sidebar-wrapper .sidebar-search input.search-menu,
.side .sidebar-wrapper .sidebar-search .input-group-text {
	background: #fff;
	color: #36a2eb;
}

.side .sidebar-wrapper .sidebar-menu .header-menu span {
	color: #333;
	text-transform: uppercase;
	font-weight: 700;
}

.side .sidebar-footer {
	background: #fff;
	box-shadow: 0px -1px 5px rgba(61, 68, 101, 0.2);
	border-top: 1px solid rgba(61, 68, 101, 0.1);
}

.side .sidebar-footer > a:first-child {
	border-left: none;
}

.side .sidebar-footer > a:last-child {
	border-right: none;
}

.red {
	color: #dc3545;
}

.m-150 {
	margin-top: 150px;
}

.side-menu-title {
	font-size: 15px;
}

.b-gray {
	background-color: #f7f7f7 !important;
}

.custom-icon {
	font-size: 23px;
}

.title {
	font-size: 20px;
	font-weight: 300;
	color: #333;
	letter-spacing: 0.8px;
}

.box-title {
	background-color: #fff;
	padding: 10px 10px 10px 10px;
}

.table-cont {
	font-size: 11px;
	text-align: right;
}

.total-cont {
	font-size: 12px;
	text-align: right;
	padding-top: 20px;
	font-weight: bold;
}

tr.table-cont:nth-child(odd) {
	background-color: #f2f2f2;
}

tr.table-cont:nth-child(even) {
	background-color: #fbfbfb;
}

@media only screen and (max-width: 576px) {
	#open-side {
		display: block;
	}
	.img-back {
		display: none;
	}
}

@media only screen and (min-width: 576px) {
	#sidebar {
		display: block;
	}
	#open-side {
		display: none;
	}
	.session-button {
		top: 5px !important;
	}
}

.opened {
	left: 0px !important;
}

.closed {
	left: -60px;
}

.datos-socio {
	color: white;
	background-color: #2b97bb;
	font-size: 18px;
}

.hv-100 {
	height: 100vh;
}

.login-top {
	top: 8%;
}

.img-back {
	height: 100%;
	width: 100%;
}

.box-informes {
	margin-top: 110px;
	min-height: calc(100vh - 110px);
}

.menu-title {
	font-size: 15px;
}

.dat-rf {
	font-size: 11px;
}

.t-rf {
	margin-bottom: 0px;
}

.t-rf td {
	border: none;
	padding: 3px 6px;
}

.t-rf td:first-child {
	background-color: #4d5863;
	color: #ffffff;
	width: 82px;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.5px;
}

.t-rf td:nth-child(2) {
	background-color: #ffffff;
	color: #4d5863;
	font-size: 12px;
	border: 1px solid #f3f3f3;
	letter-spacing: 0.5px;
	font-weight: 500;
}

.t-rf2 td {
	border: none;
}

.t-rf2 td:first-child {
	background-color: #25466f;
	color: #ffffff;
	width: 80px;
	font-size: 14px;
}

.t-rf2 td:nth-child(2) {
	background-color: #ffffff;
	color: #4d5863;
	font-size: 14px;
	border: 1px solid #f3f3f3;
}

.t-rf2 > thead > tr > th {
	background-color: #182e4a !important;
	border-color: #264975 !important;
}

.t-socio td {
	border: none !important;
	padding: 1px 3px !important;
}

.t-socio tr.text-center > td {
	background-color: #dee2e6;
}

.t-socio td:first-child {
	background-color: #e7ebef;
	color: #333;
	width: 82px;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.5px;
}

.t-socio td:nth-child(2) {
	background-color: #ffffff;
	color: #4d5863;
	font-size: 12px;
	border: 1px solid #f3f3f3;
	letter-spacing: 0.5px;
	font-weight: 500;
}

.t-saldo {
	margin-bottom: 0px;
}

.t-saldo td {
	border: none;
	padding: 1px 2px !important;
}

.t-saldo tr.text-center {
	background-color: #dee2e6;
	color: #333;
}

.t-saldo td:first-child {
	color: #333;
	width: 150px;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.5px;
	border-left: 1px solid #f3f3f3;
}

.t-saldo td:nth-child(2) {
	background-color: #ffffff;
	color: #4d5863;
	font-size: 12px;
	border-right: 1px solid #f3f3f3;
	letter-spacing: 0.5px;
	font-weight: 500;
}

#separa > td {
	border-bottom: 1px solid #333;
}

.Fpago {
	padding-left: 5px;
	padding-right: 5px;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 1px;
	color: #333;
}

.Fpago-principal {
	background-color: #f5f5f5;
	color: #333;
	font-size: 16px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.Fpago-efectivo {
	background-color: #dcd306;
}

.Fpago-cheque {
	background-color: #8aa504;
}

.Fpago-tc {
	background-color: #2f7108;
}

.Fpago-otros {
	background-color: #03560a;
}

.Fpago-title {
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: 0.7px;
}

.navbar-brand {
	margin-left: 10px;
	color: #333;
	font-size: 18px;
	letter-spacing: 1px;
	font-size: 0.8em !important;
	font-weight: 400;
	letter-spacing: 2px !important;
}

.sistema-text {
	font-size: 23px;
	font-weight: 500;
	letter-spacing: 0.7px;
}

.w-date {
	width: 168px;
}

.back-parallax {
	background-image: url("/webclubes/img/golf.png");
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.title-recfact {
	font-size: 15px;
	font-weight: 700;
}

.text-recfact {
	font-size: 12px;
	font-weight: 500;
}

.close-button {
	float: right;
	margin-right: 15px;
}

.btn-logout {
	position: absolute;
	right: 15px;
	top: 5px;
	background: #ffffff;
}

.btn-darkblue {
	color: #fff;
	background-color: #2b4066;
	font-weight: 100;
	letter-spacing: 0.5px;
}

.btn-darkblue:hover {
	color: #fff !important;
	background-color: #56738b;
}

main > div.container-fluid {
	overflow: auto;
	width: auto;
	min-height: 600px;
}

@media only screen and (min-width: 769px) {
	main > div.container-fluid {
		margin-left: 250px;
		transition: margin-left 0.25s;
	}
	.lateral-active {
		margin-left: 0px !important;
		transition: margin-left 0.25s;
	}
}

.lateral-inactive > div {
	/*box-shadow: 0px 0px 15px -1px rgba(0, 0, 0, 0.3);*/
}

.lateral-inactive {
	margin-left: 0px !important;
	margin-top: 100px;
}

.nav-item {
	letter-spacing: 0.5px;
	font-weight: 500;
}

.dropdown-item {
	font-size: 0.7em !important;
	padding: 0 1.5rem !important;
}

.dropdown-menu {
	min-width: auto;
	padding-bottom: 0px !important;
	border-radius: 0px !important;
	margin-top: 8px !important;
}

#IrArriba {
	position: fixed;
	right: 10px;
	bottom: 20px;
}

.Desh {
	color: #c5c5c5 !important;
}

.Desh-superior {
	color: #eaeaea !important;
}

.exit-button {
	position: fixed;
	right: 10px;
	z-index: 1;
	top: 10px;
}

#IrArriba > a > i {
	border-radius: 30px;
	background-color: #5d8b14;
	color: #fff;
	padding: 5px;
	font-size: 25px;
}

@media only screen and (max-width: 450px) {
	.btn-logout {
		z-index: 1;
		top: 60px;
	}
	.box-informes {
		padding-left: 0px;
		padding-right: 0px;
	}
	.lateral-inactive {
		padding-left: 0px;
		padding-right: 0px;
	}
	.box-shadow {
		padding-left: 5px !important;
		padding-right: 5px !important;
	}
	.navbar-brand {
		font-size: 10px !important;
	}
}

@media only screen and (max-height: 450px) {
	.navbar-collapse {
		height: 100vh;
		overflow: auto;
	}
}

@media only screen and (max-width: 500px) {
	.est-cta > tbody > tr > td {
		padding: 2px 0px !important;
		font-size: 10px;
	}
	.est-cta > thead > tr > td {
		padding: 5px 2px !important;
	}
}

.detalle-descr {
	background-color: #dee2e6;
	color: #333;
	letter-spacing: 0.5px;
}

.detalle-descr2 {
	background-color: #e7ebef;
	color: #333;
	letter-spacing: 0.5px;
}

.est-cta {
	border: 1px solid #f3f3f3;
	border-top: none;
	font-size: 11px !important;
}

.est-cta > thead > tr > td {
	background-color: #e7ebef;
}

.est-cta > tbody > tr > td {
	border-top: 1px solid #f3f3f3;
}

.est-cta > tbody > tr:nth-child(odd) {
	background-color: #f1f6fa;
}

.est-cta > tbody > tr:nth-child(even) {
	background-color: #fff;
}

.bg-darkblue {
	background-color: #56738b;
}

.pointer {
	cursor: pointer;
	transition: background-color 0.5s;
}

.pointer:hover {
	background-color: #e7ebef !important;
	transition: background-color 0.5s;
}

.bg-yellow {
	background-color: #f2bb00;
}

.modal-backdrop.show {
	opacity: 0.7;
}

.btn-accion {
	width: 73px;
}

.btn-accion > button {
	font-size: 10px;
	padding: 4px 5px;
}

.font-size-6em {
	font-size: 0.6em;
}

.thead-l > tr > th {
	border-bottom: 2px solid #454d55 !important;
}

.thead-l {
	background-color: #dee2e6;
	color: #333;
}

.selst {
	border-radius: 0px !important;
	font-size: 14px !important;
	letter-spacing: 0.4px;
	border-color: #e9e9e9 !important;
}

a:hover {
	color: #007bff;
}

.session-button {
	position: absolute !important;
	z-index: 1;
	right: 0;
	top: 55px;
}

/* CHECK BOX */

input[type="checkbox"] {
	display: none;
}

input[type="checkbox"] + label {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 20px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}

input[type="checkbox"] + label:last-child {
	margin-bottom: 0;
}

input[type="checkbox"].modern-blue + label:before {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	border: 2px solid #33b5e5;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0.6;
	-webkit-transition: all 0.18s, border-color 0.08s;
	transition: all 0.18s, border-color 0.08s;
}

input[type="checkbox"]:checked + label:before {
	width: 10px;
	top: -5px;
	left: 5px;
	border-radius: 0;
	opacity: 1;
	border-top-color: transparent;
	border-left-color: transparent;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.navbar {
	height: 55px;
}

.nav-tabs {
	overflow-x: scroll;
	overflow-y: hidden;
	white-space: nowrap;
}

.Tabla_Vigencia {
	border-spacing: 15px 20px;
	border-collapse: separate;
}

:root {
	--mainColor: #33b5e5;
}

.nav-tabs .nav-link:hover {
	background-size: 4px 100%;
	color: #fff !important;
	/*transition: background-size 500ms, color 100ms;*/
	background: var(--mainColor);
	transition: 0ms;
}

.nav-tabs .nav-link {
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0.6px;
	color: #333 !important;
	/*background: linear-gradient( to bottom, var(--mainColor) 0%, var(--mainColor) 100%);*/
	background-position: 0 100%;
	background-repeat: repeat-x;
	background-size: 1px 0px;
	border: 0px !important;
	border-radius: 0px !important;
	transition: 0ms;
}

/*
.nav-tabs .nav-link:after {
    display: block;
    left: 0;
    bottom: -30px;
    width: 0;
    height: 3px;
    background-color: #33b5e5 !important;
    content: "";
    transition: width 0.3s;
}

.nav-tabs .nav-link:hover {
    border-color: transparent !important;
    padding-bottom: 11px;
    transition: 300ms;
}

.nav-tabs .nav-link:hover::after {
    width: 100%;
}
*/

.nav-tabs .nav-link.active {
	background-color: var(--mainColor) !important;
	color: #ffffff !important;
	transition: 100ms;
	border-radius: 0px;
	border: none;
}

.mColor {
	color: #59b6e5;
}

.fColor {
	color: #ea5b9e;
}

.socios-layout {
	margin-top: 100px;
}

.socios-header {
	font-weight: 300;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 0.7px;
}

.socios {
	font-size: 10px;
	padding-top: 1px;
	padding-bottom: 1px;
}

.socios > tr > td:first-child {
	width: 22px;
	padding-left: 10px;
}

.socios > tr > td:nth-child(2) {
	font-weight: 500;
	width: 65px;
}

.socios > tr:hover {
	background-color: #e6e6e6;
	cursor: pointer;
}

.socios > tr > td {
	font-weight: 400;
	padding: 7px 5px;
	letter-spacing: 0.7px;
	border-bottom: 1px solid #d0d0d0;
}

.crud-buttons {
	background-color: #fff;
	color: #333 !important;
	border-radius: 0px !important;
}

.crud-buttons > div {
	font-size: 11px;
	margin-left: 5px;
	display: inline;
	letter-spacing: 0.8px;
}

.crud-buttons:hover {
	color: white !important;
	background-color: #217899 !important;
}

.font-small {
	font-size: 0.75em !important;
}

.tableEstadoCuenta {
	text-align: center;
	width: 100% !important;
	margin: auto;
	font-size: 12px !important;
}

.tableCargosPeriodicos {
	text-align: center;
	width: 100% !important;
	margin: auto;
	font-size: 12px !important;
}

.title-socios {
	background-color: #33b5e5;
    width: fit-content;
    padding: 5px 7px;
	color: white;
    font-size: 15px;
    position: absolute;
    top: -15px;
	
}

.content-socios {
	max-height: calc(100vh - 290px);
	overflow: auto;
}

.header-table {
	font-weight: bold;
	font-size: 12px;
	border-bottom: 3px double;
	background-color: darkgrey;
	color: #fff;
}

.TablaABPrefacturas,
tr,
td {
	border-collapse: collapse;
	padding: 0;
	padding-top: 0;
	vertical-align: middle;
}

.TablaABCargos {
	border-collapse: collapse;
	padding: 0;
	padding-top: 0;
	vertical-align: middle;
}

.TablaAbonos,
tr,
td {
	border-collapse: collapse;
	padding: 0;
	padding-top: 0;
	text-align: center;
	vertical-align: middle;
}

.TablamodalAbonos,
tr,
td {
	border-collapse: collapse;
	padding: 0;
	padding-top: 0;
	text-align: center;
	vertical-align: middle;
	margin: auto;
}

.CancelarCargos,
tr,
td {
	margin-top: 0;
	margin-bottom: 0;
}

.TablaNC,
tr,
td {
	border-collapse: collapse;
	padding: 0;
	padding-top: 0;
	text-align: center;
	vertical-align: middle;
}

.TablaPrincipalNC,
tr,
td {
	border-collapse: collapse;
	padding: 0;
	padding-top: 0;
	text-align: center;
	vertical-align: middle;
}

.TablamodalNC,
tr,
td {
	border-collapse: collapse;
	padding: 0;
	padding-top: 0;
	text-align: center;
	vertical-align: middle;
	margin: auto;
}

.TablalistaMembresia,
tr,
td {
	border-collapse: collapse;
	padding: 0;
	padding-top: 0;
	vertical-align: middle;
}

.TablaCargosAsociados,
tr,
td {
	border-collapse: collapse;
	padding: 0;
	padding-top: 0;
	vertical-align: middle;
}

.TablaCargosPeriodicos,
tr,
td {
	border-collapse: collapse;
	padding: 0;
	padding-top: 0;
	vertical-align: middle;
}

.TablaGeneracionCargos,
tr,
td {
	border-collapse: collapse;
	padding: 0;
	padding-top: 0;
	vertical-align: middle;
}

.TablaAperturaEntradas,
tr,
td {
	border-collapse: collapse;
	padding: 0;
	padding-top: 0;
	vertical-align: middle;
}

.credencial-title {
	font-size: 11px;
	letter-spacing: 1px;
	color: #fff;
}

table.table-hover tbody tr:hover {
	transition: 0.1s !important;
	background-color: #d4d4d4 !important;
}

.loadingData{
	position: relative;
    z-index: -5;
}
.loadingSpinner{
	position: absolute;
}

.md-form label {
	color:#0da8e2 !important;
	font-size: 14px !important;
}
.color-primaryBlue{
	color:#0da8e2 !important;
}
.md-form input {
	font-size: .67rem;
}
.button-tablesColor{
	background-color: darkgrey !important;
    color: white !important;
}
.input-W-name{
	width: calc(100% - 100px) !important;
}
.input-btp-fsize{
	font-size: .875rem !important;
}
.nav-link:hover{
    background-color:#2ba0cb;
}