/* Minification failed. Returning unminified contents.
(1386,23): run-time error CSS1038: Expected hex color, found '#FFF0'
(1439,23): run-time error CSS1038: Expected hex color, found '#FFF0'
 */
.content-body:not(.card-margin) > .row + .row {
	padding-top: 40px;
}

@media (max-width: 767px) {
	.content-body:not(.card-margin) > .row + .row {
		padding-top: 15px;
	}
}

.content-body.card-margin {
	padding-top: 0;
}

.content-body.card-margin .page-header {
	margin-bottom: 5px;
}

.content-body.card-margin .card {
	margin-top: 40px;
}

@media (max-width: 767px) {
	.content-body.card-margin .card {
		margin-top: 15px;
	}
}

/* Accordion */
.accordion a:hover {
	text-decoration: none !important;
}

.accordion .card {
	margin-top: 5px !important;
}

.accordion .card:first-child {
	margin-top: 0;
}

.accordion .card-title {
	font-size: 16px;
}

.accordion .card-header {
	padding: 0;
	border-radius: 3px !important;
	border-bottom: 0;
}

.accordion .card-header a {
	display: block;
	padding: 10px 20px;
}

.accordion .card-header a:hover, .accordion .card-header a:focus {
	text-decoration: none;
}

.accordion .card-header a [class^="icon-"] {
	margin-right: 4px;
	position: relative;
	top: 1px;
}

.accordion .card-header a .fa, .accordion .card-header a .fab, .accordion .card-header a .fal, .accordion .card-header a .far, .accordion .card-header a .fas, .accordion .card-header a .icons {
	display: inline-block;
	margin-right: 5px;
	position: relative;
	top: -1px;
}

.accordion .card-body {
	border-radius: 0 0 5px 5px;
}

.accordion.accordion-sm .card-header a {
	padding: 5px 15px;
	font-size: 0.9em;
}

.accordion.accordion-sm .card-body {
	font-size: 0.9em;
}

.accordion.accordion-lg .card-header a {
	padding: 15px 15px;
	font-size: 1em;
	font-weight: 600;
}

.accordion.without-bg .card-default {
	background: transparent !important;
}

.accordion.without-bg .card-default > .card-header {
	background: transparent !important;
}

.accordion.without-bg .card-body {
	padding-top: 0;
	padding-bottom: 0;
}

.accordion.without-borders .card {
	border: 0;
	-webkit-box-shadow: none;
	        box-shadow: none;
	border-bottom: 1px solid #DDD;
	border-radius: 0;
}

.accordion.without-borders .card-header a {
	padding-left: 0;
	padding-right: 0;
}

.accordion.without-borders .card-body {
	padding: 0;
}

.card-accordion {
	margin-top: 5px !important;
	border: 0 !important;
}

.card-accordion a:hover {
	text-decoration: none !important;
}

.card-accordion.card-accordion-first {
	margin-top: 0 !important;
}

.card-accordion .card-body {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.card-accordion .card-title {
	font-size: 16px;
	font-size: 1rem;
}

/* Cards */
.card {
	background: transparent;
	-webkit-box-shadow: none;
	        box-shadow: none;
	border: none;
}

.card + .card {
	margin-top: 35.2px;
	margin-top: 2.2rem;
}

.card.card-admin {
	margin-bottom: 48px;
	margin-bottom: 3rem;
}

.card-header {
	background: #f6f6f6;
	border-radius: 5px 5px 0 0 !important;
	border-bottom: 1px solid #DADADA;
	padding: 18px;
	position: relative;
}

.card-header.bg-white {
	background: #fff;
	border-bottom: 0 none;
	border-right: 0 none;
}

.card-header.bg-primary {
	background: #CCC;
	color: #FFF;
	border-bottom: 0 none;
	border-right: 0 none;
}

.card-header.bg-success {
	background: #47a447;
	color: #FFF;
	border-bottom: 0 none;
	border-right: 0 none;
}

.card-header.bg-warning {
	background: #ed9c28;
	color: #FFF;
	border-bottom: 0 none;
	border-right: 0 none;
}

.card-header.bg-danger {
	background: #d2322d;
	color: #FFF;
	border-bottom: 0 none;
	border-right: 0 none;
}

.card-header.bg-info {
	background: #5bc0de;
	color: #FFF;
	border-bottom: 0 none;
	border-right: 0 none;
}

.card-header.bg-dark {
	background: #171717;
	color: #FFF;
	border-bottom: 0 none;
	border-right: 0 none;
}

.card-header.bg-white {
	background: #fff;
	border-bottom: 0 none;
	border-right: 0 none;
}

.card-actions {
	right: 15px;
	position: absolute;
	top: 15px;
}

.card-actions a,
.card-actions .card-action {
	background-color: transparent;
	border-radius: 2px;
	color: #B4B4B4;
	font-size: 14px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	width: 24px;
}

.card-actions a:hover,
.card-actions .card-action:hover {
	background-color: #eeeeee;
	color: #B4B4B4;
	text-decoration: none;
}

.card-actions a, .card-actions a:focus, .card-actions a:hover, .card-actions a:active, .card-actions a:visited,
.card-actions .card-action,
.card-actions .card-action:focus,
.card-actions .card-action:hover,
.card-actions .card-action:active,
.card-actions .card-action:visited {
	outline: none !important;
	text-decoration: none !important;
}

.card-title {
	color: #33353F;
	font-size: 20px;
	font-weight: 400;
	line-height: 20px;
	padding: 0;
	text-transform: none;
	margin: 0;
}

.card-subtitle {
	color: #808697;
	font-size: 12px;
	line-height: 1.2em;
	margin: 7px 0 0;
	padding: 0;
}

.card-body {
	background: #fdfdfd;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	border-radius: 5px;
}

.card-body-nopadding {
	padding: 0;
}

.card-header + .card-body {
	border-radius: 0 0 5px 5px;
}

.card-footer {
	border-radius: 0 0 5px 5px;
	margin-top: -5px;
	background: #FFF;
}

.card-footer::after {
	clear: both;
	content: "";
	display: block;
}

.card-footer .pager {
	margin: 0;
	padding: 5px 0;
}

.card-footer .pager::after {
	clear: both;
	content: "";
	display: block;
}

.card-footer-btn-group {
	display: table;
	width: 100%;
	padding: 0;
	border-radius: 0 0 5px 5px !important;
	overflow: hidden;
}

.card-footer-btn-group a {
	background-color: #f5f5f5;
	display: table-cell;
	border-left: 1px solid #ddd;
	padding: 10px 15px;
	text-decoration: none;
}

.card-footer-btn-group a:hover {
	background-color: #f0f0f0;
	-webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.1) inset;
	        box-shadow: 0 0 7px rgba(0, 0, 0, 0.1) inset;
}

.card-footer-btn-group a:first-child {
	border-left: none;
}

.card-body.bg-primary {
	background: #CCC;
	color: #FFF;
}

.card-body.bg-success {
	background: #47a447;
	color: #FFF;
}

.card-body.bg-warning {
	background: #ed9c28;
	color: #FFF;
}

.card-body.bg-danger {
	background: #d2322d;
	color: #FFF;
}

.card-body.bg-info {
	background: #5bc0de;
	color: #FFF;
}

.card-body.bg-dark {
	background: #171717;
	color: #FFF;
}

.card-featured {
	border-top: 3px solid #33353F;
}

.card-featured .card-header {
	border-radius: 0;
}

.card-featured-top {
	border-top: 3px solid #CCC;
}

.card-featured-right {
	border-right: 3px solid #CCC;
}

.card-featured-bottom {
	border-bottom: 3px solid #CCC;
}

.card-featured-left {
	border-left: 3px solid #CCC;
}

.card-featured-primary {
	border-color: #CCC;
}

.card-featured-primary .card-title {
	color: #CCC;
}

.card-featured-success {
	border-color: #47a447;
}

.card-featured-success .card-title {
	color: #47a447;
}

.card-featured-warning {
	border-color: #ed9c28;
}

.card-featured-warning .card-title {
	color: #ed9c28;
}

.card-featured-danger {
	border-color: #d2322d;
}

.card-featured-danger .card-title {
	color: #d2322d;
}

.card-featured-info {
	border-color: #5bc0de;
}

.card-featured-info .card-title {
	color: #5bc0de;
}

.card-featured-dark {
	border-color: #171717;
}

.card-featured-dark .card-title {
	color: #171717;
}

.card-highlight .card-header {
	background-color: #CCC;
	border-color: #CCC;
	color: #fff;
}

.card-highlight .card-title {
	color: #fff;
}

.card-highlight .card-subtitle {
	color: #fff;
	color: rgba(255, 255, 255, 0.7);
}

.card-highlight .card-actions a {
	background-color: rgba(0, 0, 0, 0.1);
	color: #fff;
}

.card-highlight .card-body {
	background-color: #CCC;
	color: #fff;
}

.card-highlight-title .card-header {
	background-color: #2BAAB1;
}

.card-highlight-title .card-title {
	color: #fff;
}

.card-highlight-title .card-subtitle {
	color: #fff;
	color: rgba(255, 255, 255, 0.7);
}

.card-highlight-title .card-actions a {
	background-color: rgba(0, 0, 0, 0.1);
	color: #fff;
}

.card-header-icon {
	margin: 0 auto;
	font-size: 44.8px;
	font-size: 2.8rem;
	width: 90px;
	height: 90px;
	line-height: 90px;
	text-align: center;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.1);
	border-radius: 55px;
}

.card-header-icon.bg-primary {
	background: #CCC;
	color: #FFF;
}

.card-header-icon.bg-success {
	background: #47a447;
	color: #FFF;
}

.card-header-icon.bg-warning {
	background: #ed9c28;
	color: #FFF;
}

.card-header-icon.bg-danger {
	background: #d2322d;
	color: #FFF;
}

.card-header-icon.bg-info {
	background: #5bc0de;
	color: #FFF;
}

.card-header-icon.bg-dark {
	background: #171717;
	color: #FFF;
}

.card-header-profile-picture img {
	display: block;
	margin: 0 auto;
	width: 100px;
	height: 100px;
	border: 4px solid #fff;
	border-radius: 50px;
}

.card-icon {
	color: #fff;
	font-size: 42px;
	float: left;
}

.card-icon ~ .card-title, .card-icon ~ .card-subtitle {
	margin-left: 64px;
}

/* Dark - Cards */
html.dark .card-header {
	background: #282d36;
	border-bottom-color: #1d2127;
}

html.dark .card-actions a:hover {
	background-color: #242830;
}

html.dark .card-body {
	background: #2e353e;
}

html.dark .card-footer {
	background: #242830;
	border-top-color: #191c21;
}

html .card-primary .card-header {
	background: #CCC;
}

html .card-primary .card-subtitle {
	opacity: 0.8;
	color: #FFF;
}

html .card-primary .card-title {
	color: #FFF;
}

html .card-primary .card-actions a {
	background-color: transparent !important;
	color: #FFF;
}

html .card-success .card-header {
	background: #47a447;
}

html .card-success .card-subtitle {
	opacity: 0.8;
	color: #FFF;
}

html .card-success .card-title {
	color: #FFF;
}

html .card-success .card-actions a {
	background-color: transparent !important;
	color: #FFF;
}

html .card-warning .card-header {
	background: #ed9c28;
}

html .card-warning .card-subtitle {
	opacity: 0.8;
	color: #FFF;
}

html .card-warning .card-title {
	color: #FFF;
}

html .card-warning .card-actions a {
	background-color: transparent !important;
	color: #FFF;
}

html .card-danger .card-header {
	background: #d2322d;
}

html .card-danger .card-subtitle {
	opacity: 0.8;
	color: #FFF;
}

html .card-danger .card-title {
	color: #FFF;
}

html .card-danger .card-actions a {
	background-color: transparent !important;
	color: #FFF;
}

html .card-info .card-header {
	background: #5bc0de;
}

html .card-info .card-subtitle {
	opacity: 0.8;
	color: #FFF;
}

html .card-info .card-title {
	color: #FFF;
}

html .card-info .card-actions a {
	background-color: transparent !important;
	color: #FFF;
}

html .card-dark .card-header {
	background: #171717;
}

html .card-dark .card-subtitle {
	opacity: 0.8;
	color: #FFF;
}

html .card-dark .card-title {
	color: #FFF;
}

html .card-dark .card-actions a {
	background-color: transparent !important;
	color: #FFF;
}

html .card-transparent > .card-header {
	background: none;
	border: 0;
	padding-left: 0;
	padding-right: 0;
}

html .card-transparent > .card-header .card-actions {
	right: 0;
}

html .card-transparent > .card-header + .card-body {
	border-radius: 5px;
}

html .card-transparent > .card-body {
	padding: 0;
	border-radius: 0;
	background: transparent;
	-webkit-box-shadow: none;
	        box-shadow: none;
}

html .card .card-header-transparent {
	background: none;
	border: 0;
	padding-left: 0;
	padding-right: 0;
}

html .card .card-header-transparent .card-actions {
	right: 0;
}

html .card .card-header-transparent + .card-body {
	border-radius: 5px;
}

.card-horizontal {
	display: table;
	width: 100%;
}

.card-horizontal .card-header,
.card-horizontal .card-body,
.card-horizontal .card-footer {
	display: table-cell;
	vertical-align: middle;
}

.card-horizontal .card-header {
	border-radius: 5px 0 0 5px !important;
}

.card-horizontal .card-header + .card-body {
	border-radius: 0 5px 5px 0 !important;
}

.card-horizontal .card-footer {
	border-radius: 0 5px 5px 0 !important;
	margin-top: 0;
}

.card-action-toggle,
.card-action-dismiss {
	display: inline-block;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.card-action-toggle:before {
	content: "\f0d7";
}

.card-collapsed .card-action-toggle:before {
	content: "\f0d8";
}

.card-action-dismiss:before {
	content: "\f00d";
}

.card-collapsed .card-body,
.card-collapsed .card-footer {
	display: none;
}

html .card-primary .card-actions a,
html .card-primary .card-title {
	color: #FFF;
}

html .card-secondary .card-actions a,
html .card-secondary .card-title {
	color: #FFF;
}

html .card-tertiary .card-actions a,
html .card-tertiary .card-title {
	color: #FFF;
}

html .card-quaternary .card-actions a,
html .card-quaternary .card-title {
	color: #FFF;
}

html .card-success .card-actions a,
html .card-success .card-title {
	color: #FFF;
}

html .card-warning .card-actions a,
html .card-warning .card-title {
	color: #FFF;
}

html .card-danger .card-actions a,
html .card-danger .card-title {
	color: #FFF;
}

html .card-info .card-actions a,
html .card-info .card-title {
	color: #FFF;
}

html .card-dark .card-actions a,
html .card-dark .card-title {
	color: #FFF;
}

@media only screen and (max-width: 767px) {
	.card-actions {
		float: none;
		margin-bottom: 15px;
		position: static;
		text-align: right;
	}

	.card-actions a {
		vertical-align: top;
	}
}

@media (min-width: 576px) {
	.card-group .card + .card {
		border-left: 1px solid #DDD;
	}
}
.DTTT_Print,
.DTTT_Print .inner-wrapper,
.DTTT_Print .content-body,
.DTTT_Print .card {
	background: #FFF !important;
	margin: 0 !important;
	padding: 0 !important;
	top: 0 !important;
}

.DTTT_Print .dataTables_wrapper .DTTT.btn-group {
	display: none !important;
}

.DTTT_Print .DTTT_print_info {
	background: rgba(255, 255, 255, 0.9);
	display: block;
	left: 0;
	height: 100px;
	line-height: 100px;
	position: fixed;
	font-size: 14px;
	text-align: center;
	top: 0;
	width: 100%;
}
.modal-block.modal-header-color .card-header h2 {
	color: #FFF;
}
.modal-block.modal-full-color .card-header {
	border: 0;
}

.modal-block.modal-full-color .card-header h2 {
	color: #FFF;
}

.modal-block.modal-full-color .card-footer {
	border: 0;
}

.modal-block.modal-full-color .card-body {
	background-color: transparent;
}
.modal-block-primary.modal-header-color .card-header {
	background-color: #CCC;
}

.modal-block-primary.modal-full-color .card {
	background-color: #e0e0e0;
}

.modal-block-primary.modal-full-color .card-header {
	background-color: #CCC;
}

.modal-block-primary.modal-full-color .card-footer {
	background-color: #e0e0e0;
}
.modal-block-success.modal-header-color .card-header {
	background-color: #47a447;
}

.modal-block-success.modal-full-color .card {
	background-color: #5cb85c;
}

.modal-block-success.modal-full-color .card-header {
	background-color: #47a447;
}

.modal-block-success.modal-full-color .card-footer {
	background-color: #5cb85c;
}
.modal-block-warning.modal-header-color .card-header {
	background-color: #ed9c28;
}

.modal-block-warning.modal-full-color .card {
	background-color: #f0ad4e;
}

.modal-block-warning.modal-full-color .card-header {
	background-color: #ed9c28;
}

.modal-block-warning.modal-full-color .card-footer {
	background-color: #f0ad4e;
}
.modal-block-danger.modal-header-color .card-header {
	background-color: #d2322d;
}

.modal-block-danger.modal-full-color .card {
	background-color: #d9534f;
}

.modal-block-danger.modal-full-color .card-header {
	background-color: #d2322d;
}

.modal-block-danger.modal-full-color .card-footer {
	background-color: #d9534f;
}
.modal-block-info.modal-header-color .card-header {
	background-color: #5bc0de;
}

.modal-block-info.modal-full-color .card {
	background-color: #7dcde5;
}

.modal-block-info.modal-full-color .card-header {
	background-color: #5bc0de;
}

.modal-block-info.modal-full-color .card-footer {
	background-color: #7dcde5;
}

.modal-block-dark.modal-header-color .card-header {
	background-color: #171717;
}

.modal-block-dark.modal-full-color .card {
	background-color: #2b2b2b;
}

.modal-block-dark.modal-full-color .card-header {
	background-color: #171717;
}

.modal-block-dark.modal-full-color .card-footer {
	background-color: #2b2b2b;
}
/* Widget - Simple Card List */
ul.simple-card-list {
	list-style: none;
	padding: 0;
}

ul.simple-card-list li {
	padding: 10px 15px;
	margin: 15px 0;
	border-radius: 7px;
}

ul.simple-card-list li h3 {
	font-weight: 600;
	margin: 0;
}

ul.simple-card-list li p {
	margin: 0;
	opacity: .7;
}

.simple-card-list li.primary {
	background: #CCC;
	color: #FFF;
}

.simple-card-list li.success {
	background: #47a447;
	color: #FFF;
}

.simple-card-list li.warning {
	background: #ed9c28;
	color: #FFF;
}

.simple-card-list li.danger {
	background: #d2322d;
	color: #FFF;
}

.simple-card-list li.info {
	background: #5bc0de;
	color: #FFF;
}

.simple-card-list li.dark {
	background: #171717;
	color: #FFF;
}

div.simple-card-list {
	display: table;
	width: 100%;
}

div.simple-card-list .card {
	display: table-cell;
}

div.simple-card-list .card .card-content {
	background-color: rgba(0, 0, 0, 0.1);
	border-radius: 3px;
	margin: 0 7px;
	padding: 5px;
}

div.simple-card-list .card h3 {
	font-weight: 600;
	margin: 0;
}

div.simple-card-list .card p {
	margin: 0;
	opacity: .7;
}
html.dark .card-footer-btn-group a {
	background-color: #282d36;
	border-color: #21262d;
}

html.dark .card-footer-btn-group a:hover {
	background-color: #2e353e;
}
/* Wizard */
.card-body .wizard-tabs {
	margin: -15px -15px 15px;
}

.card-body-nopadding .wizard-tabs {
	margin: 0;
}
.mailbox .mailbox-email .card .card-header {
	background: #FFF;
	border-bottom-color: #EFEFEF;
}

.mailbox .mailbox-email .card .card-header .card-actions {
	top: 17px;
}

.mailbox .mailbox-email .card .card-header .card-actions a:hover {
	background: #FFF;
	color: #CCC;
}

.mailbox .mailbox-email .card .card-footer {
	background: #FFF;
	border-top-color: #EFEFEF;
	color: #BBB;
}
html.dark .mailbox .mailbox-email .card .card-header,
html.dark .mailbox .mailbox-email .card .card-footer {
	background-color: #282d36;
	border-color: #21262d;
	color: #808697;
}

html.dark .mailbox .mailbox-email .card .card-header .card-title,
html.dark .mailbox .mailbox-email .card .card-footer .card-title {
	color: #808697;
}

html.dark .mailbox .mailbox-email .card .card-header .card-actions a:hover {
	background: #1d2127;
}
/* Sign Screens - Wrappers */
.body-sign {
	display: table;
	height: 100vh;
	margin: 0 auto;
	max-width: 500px;
	padding: 0 15px;
	width: 100%;
}

.body-sign .center-sign {
	display: table-cell;
	padding-top: 20px;
	vertical-align: middle;
}

.body-sign .card-sign {
	background: transparent;
}

.body-sign .card-sign .card-title-sign .title {
	background-color: #CCC;
	border-radius: 5px 5px 0 0;
	color: #FFF;
	display: inline-block;
	font-size: 12px;
	font-size: 0.75rem;
	padding: 13px 17px;
	vertical-align: bottom;
}

.body-sign .card-sign .card-body {
	background: #FFF;
	border-top: 5px solid #CCC;
	border-radius: 5px 0 5px 5px;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	padding: 33px 33px 15px;
}

/* Lock Screen */
.body-locked {
	background: url(../img/patterns/noisy_net.png) repeat;
	max-width: none;
	min-height: 400px;
}

.body-locked.body-locked-inline {
	background: none;
	bottom: 0;
	height: 100%;
	left: 0;
	min-height: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 9999;
}

.body-locked .card-sign {
	margin: 0 auto;
	max-width: 400px;
	padding-top: 40px;
}

.body-locked .card-sign .card-body {
	border-radius: 5px;
	position: relative;
}

.body-locked .current-user {
	margin-top: 60px;
	margin-bottom: 35px;
}

.body-locked .current-user .user-image {
	border: 5px solid #CCC;
	border-radius: 150px;
	height: 150px;
	left: 50%;
	position: absolute;
	margin-left: -75px;
	top: -75px;
	width: 150px;
}

.body-locked .current-user .user-name {
	font-size: 32px;
	font-size: 2rem;
}

.body-locked .current-user .user-email {
	font-size: 11.2px;
	font-size: 0.7rem;
}

/* Locked Screen - Responsive Landscape */
@media only screen and (max-width: 767px) and (orientation: landscape) {
	.body-locked .card-sign, .body-locked.body-locked-inline .card-sign {
		padding-top: 0;
	}

	.body-locked .center-sign, .body-locked.body-locked-inline .center-sign {
		padding-top: 0;
	}

	.body-locked .center-sign .current-user, .body-locked.body-locked-inline .center-sign .current-user {
		margin-bottom: 45px;
		margin-left: 100px;
		margin-top: 10px;
	}

	.body-locked .center-sign .current-user .user-image, .body-locked.body-locked-inline .center-sign .current-user .user-image {
		height: 100px;
		left: 35px;
		margin-left: 0;
		margin-top: 0;
		top: 15px;
		width: 100px;
	}
}

.va-top {
    vertical-align: top;
}

.header-nav-top-holistor li {
    line-height: 15px;
}

.header-nav-top-holistor .icons,
.header-nav-top-holistor .fa,
.header-nav-top-holistor a {
    color: #3b3a3a !important;
}

.font-style-normal {
    font-style: normal !important;
}

.text-color-white {
    color: white !important;
}

.text-color-blue1 {
    color: #1a4fad !important;
}

.text-color-blue2 {
    color: #0A1971 !important;
}

.btn-blue1 {
    background-color: #1a4fad;
    color: #FFF;
    border-radius: 5px;
}


html body .tabs.tabs-bottom .nav-tabs-training li.active a {
    border-bottom-color: transparent !important;
}

html body .tabs.tabs-simple .nav-tabs-training > li.active a {
    background-color: #373B4E !important;
    color: white !important;
}

.tabs.tabs-simple .nav-tabs-training > li:hover a {
    border-bottom-color: #373B4E !important;
}

.training-title {
    color: #373B4E;
    font-weight: bold;
}

.inscribirse {
    background-color: #1e4196 !important;
    color: white !important;
}

.form-group.required .control-label:after {
    content: " *";
    color: red;
}


/*  Boton Comprar ahora*/
html .btn-turquesa {
    background-color: #171717;
    border-width: 2px;
    border-color: #0291e7;
}

html .btn-primary.btn-turquesa:hover,
html .btn-primary.btn-turquesa:active,
html .btn-primary.btn-turquesa:focus,
html .btn-primary.btn-turquesa:active:hover,
html .btn-primary.btn-turquesa:active:focus {
    border-color: #0291e7;
    background-color: #4872FF;
}


.text-color-turquesa {
    color: #0291e7 !important;
}

.call-to-action.home-intro p {
    font-size: 1.4em;
}

#header .header-btn-collapse-nav {
    margin: -17px -9px 0px 0px !important;
}

@media (min-width: 992px) {
    .logo-default, .logo-alternative {
        height: 55px;
        /* width: 175px; */
    }
}

@media (max-width: 991px) {
    .logo-default, .logo-alternative {
        height: 45px;
        /* width: 130px;*/
    }
}

/* Scroll to Top */
html .scroll-to-top {
    left: 10px;
    right: unset;
}

.nav-secondary {
    padding-bottom: 10px;
    margin-top: 12px;
    padding-top: 10px;
}

.h-main-label {
    font-size: 52px !important;
    color: #FFF !important;
    line-height: 62px !important;
    font-weight: 800 !important;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15) !important;
}

.control-transparent {
    background-color: transparent;
    color: #FFF;
    border: 1px solid #fff;
}

.caption {
    margin-top: 15px !important;
}

.label-danger {
    color: #d2322d;
    background-color: #FFF;
}

.label-warning {
    color: #ed9c28;
    background-color: #FFF;
}

.label-info {
    color: #5bc0de;
    background-color: #FFF;
}

.label-primary {
    background-color: #FFF !important;
    color: #142373;
}

.label-success {
    color: #47a447;
    background-color: #FFF;
}

.label-default {
    color: #777;
    background-color: #FFF;
}

@media (min-width: 992px) {
    #header .header-nav-main nav > ul > li > a.dropdown-toggle:after {
        border-color: #FFF0 transparent transparent transparent !important;
    }
}

#access-client {
    font-size: 12px !important;
    display: block;
    background-color: #f7921e !important;
    margin-top: 5px;
}

#rating-start {
    margin-bottom: 4px !important;
}



@media (max-width: 370px) {
    #topTitulo-Nosotros {
        top: 32px;
    }

    #titulo-Nosotros {
        top: 34px;
    }

    #bottomTitulo-Nosotros {
        top: 40px;
    }

    #nav-EC {
        display: none
    }

    #nav-GC {
        display: none
    }

    #nav-AU {
        display: none
    }

    #nav-PE {
        display: none
    }

    #navSecondary {
        display: none
    }
}

@media (max-width: 1024px) {
    #header .header-nav-main nav > ul > li > a.dropdown-toggle:after {
        border-color: #FFF0 transparent transparent transparent !important;
    }

    .h-main-label {
        font-size: 24px !important;
        color: #FFF !important;
        line-height: 37px !important;
        font-weight: 600 !important;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15) !important;
    }

    .bottom-label {
        font-size: 12px !important;
        font-weight: bolder;
    }

    .top-label {
        font-size: 12px !important;
        font-weight: bolder;
    }

    #social-sidebar {
        display: none !important;
    }

    #subtitulo {
        top: 25px;
    }

    #hec-title {
        font-size: 20px !important;
    }

    #pe-title {
        font-size: 20px !important;
    }

    #hgc-title {
        font-size: 20px !important;
    }

    .tab-training {
        width: 100%;
    }

    #img-training {
        display: none;
    }

    #counters-section {
        display: none;
    }

    section.section {
        padding: 5px !important;
    }

    #nav-EC {
        display: none
    }

    #nav-GC {
        display: none
    }

    #nav-AU {
        display: none
    }

    #nav-PE {
        display: none
    }

    #navSecondary {
        display: none
    }

    .rating-container .caption {
        margin-left: 5%;
    }
}

@media (max-width: 600px) {
    #rating-start {
        margin-bottom: 4px !important;
        margin-left: 0% !important;
    }
}

@media (min-width: 992px) {
    #parallax {
        height: 500px !important;
        background-attachment: fixed;
        background-size: 100%;
        background-position: 30% 150px !important;
    }
}

#formNewsletter .has-error .form-control {
    border-color: #f3e255 !important;
}

#formNewsletter .error {
    color: #f3e255 !important;
}

#formNewsletter .has-error .form-control::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #f3e255;
}

#formNewsletter .has-error .form-control:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #f3e255;
    opacity: 1;
}


#aboutUs-title {
    top: 35px;
}

#aboutUs-subtitle {
    top: 40px;
}

#formNewsletter .has-error .form-control::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #f3e255;
    opacity: 1;
}

#formNewsletter .has-error .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #f3e255;
}

#aboutUs-title {
    top: 35px;
}

#aboutUs-subtitle {
    top: 40px;
}

#aboutUs-headerTitle {
    top: 45px;
}

.menu-desplegable > a {
    color: #525252;
}

@media (min-width: 702px) and (max-width: 1200px) {

    .lead {
        font-size: 18px !important;
    }

    #hec-title {
        font-size: 50px !important;
    }

    #pe-title {
        font-size: 50px !important;
    }

    #hgc-title {
        font-size: 50px !important;
    }

    #bannerGestion {
        margin-left: 0px;
    }
}

@media (min-width: 992px) {
    #header .header-nav-main nav > ul > li.dropdown.open > .dropdown-menu, #header .header-nav-main nav > ul > li.dropdown.opened.menu-desplegable > .dropdown-menu {
        top: auto;
        display: block;
        opacity: 1;
    }

    #header .header-nav-main nav > ul > li.dropdown.opened.menu-desplegable > a {
        background: #1a4fad;
    }


    .modal {
        text-align: center;
        padding: 0 !important;
    }

        .modal:before {
            content: '';
            display: inline-block;
            height: 100%;
            vertical-align: middle;
            margin-right: -4px;
        }

    .modal-dialog {
        display: inline-block;
        text-align: left;
        vertical-align: middle;
        margin-left: 15%;
    }
}


html.sticky-header-active #header.header-semi-transparent-light .header-body:before {
    opacity: 0.98 !important;
}


.btn-whatsapp {
    display: block;
    width: 70px;
    height: 100px;
    color: #fff;
    position: fixed;
    right: 20px;
    bottom: 20px;
    border-radius: 10%;
    line-height: 80px;
    text-align: center;
    z-index: 999;
}


@media screen and (min-width : 320px) and (max-width:361px) {
    .btn-whatsapp {
        height: 100px;
        right: -15px;
        
    }
}

@media screen and (min-width : 375px) and (max-width:667px) {
    .btn-whatsapp {
        height: 120px;
        right: -15px;
        
    }
}

@media screen and (min-width : 414px) and (max-width:736px) {
    .btn-whatsapp {
        height: 100px;
        right: -15px;
        
    }
}

@media screen and (min-width : 768px) and (max-width:1024px) {
    .btn-whatsapp {
        height: 60px;
        right: -15px;
        
    }
}


@media screen and (max-width : 812px) and (min-width:376px) {
    .btn-whatsapp {
        height: 100px;
    }
}

@media screen and (max-width : 823px) and (min-width:412px) {
    .btn-whatsapp {
        height: 100px;
    }
}

@media screen and (min-width : 1024px) and (max-width:1367px) {
    .btn-whatsapp {
        height: 100px;
      
    }
}

@media screen and (max-width : 960px) and (min-width:601px) {
    .btn-whatsapp {
        height: 100px;
    }
}





.face {
    margin: 0 auto;
    width: 100px;
}

    .face:hover {
        animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
        transform: translate3d(0, 0, 0);
        backface-visibility: hidden;
        perspective: 1000px;
    }

@keyframes shake {
    10%, 90% {
        transform: translate3d(-1px, 0, 0);
    }

    20%, 80% {
        transform: translate3d(2px, 0, 0);
    }

    30%, 50%, 70% {
        transform: translate3d(-4px, 0, 0);
    }

    40%, 60% {
        transform: translate3d(4px, 0, 0);
    }
}

@media (min-width: 992px) {
    html #header {
        margin-top: 0 !important;
    }
}

#header .header-body {
    border-top: none;
    padding: 0px !important;
    min-height: 96px;
}

.logo-default {
    display: none;
}

.logo-alternative {
    display: block;
}

html #header.header-semi-transparent-light-2 .header-body {
    background: #FFF;
    opacity: 0.9;
}

html.sticky-header-active #header.header-semi-transparent-light-2 .header-body:before {
    border-bottom: 1px solid #f1f1f1;
    opacity: 0.9 !important;
}


/*html ul.nav-pills-primary a {
    color: #1a4fad;
}

html ul.nav-pills-primary > li.active > a {
    background-color: #1a4fad;
}*/

@media (min-width: 992px) {
    /*#header .header-nav-main nav > ul > li.open > a,
    #header .header-nav-main nav > ul > li:hover > a {
        background: #1a4fad;
    }*/

    #header .header-nav-main nav > ul > li.open > a,
    #header .header-nav-main nav > ul > li:hover > a {
        background: #1d3a84;
    }

    /*#header .header-nav-main nav > ul > li.dropdown .dropdown-menu {
        border-top-color: #1a4fad;
    }*/

    #header .header-nav-main nav > ul > li.dropdown .dropdown-menu {
        border-top-color: #1d3a84;
    }

        #header .header-nav-main nav > ul > li.dropdown .dropdown-menu > li > a {
            color: #1a4fad;
            background-color: white;
        }
           
    #mainNav > li.dropdown.dropdown-full-color > ul > li.active > a {
        background-color: #f5f5f5 !important;
    }

    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary.active > a,
    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary:hover > a {
        background: transparent !important;
        color: #1a4fad;
    }

    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary a:focus,
    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary a:hover {
        background: transparent !important;
        color: #1a4fad;
    }
}

html.sticky-header-active .layout-slider .header-nav-top-holistor a.h-sign-in {
    border: 1px solid #1d3a84;
    color: #FFF !important;
    background-color: #F7921E !important;
}

    html.sticky-header-active .layout-slider .header-nav-top-holistor a.h-sign-in i {
        color: #FFF !important;
    }

.btn-buy {
    border-radius: 5px !important;
    background-color: transparent !important;
    border-color: white !important;
    color: white;
}

    .btn-buy:hover {
        border-radius: 5px !important;
        border-color: none !important;
        background-color: #FFF !important;
        color: #000 !important;
    }

#header .header-nav-top a.h-sign-in, .layout-slider .header-nav-top-holistor a.h-sign-in {
    font-size: 13px !important;
    background-color: #F7921E !important;
    color: #FFF !important;
    border-radius: 5px !important;
    margin-top: 3px !important;
    height: 30px !important;
    text-transform: uppercase !important;
    font-weight: bold !important;
}

    #header .header-nav-top a.h-sign-in:hover, .layout-slider .header-nav-top-holistor a.h-sign-in:hover {
        color: #FFF !important;
    }

    #header .header-nav-top a.h-sign-in i, .layout-slider .header-nav-top-holistor a.h-sign-in i {
        color: #FFF !important;
        font-size: 16px;
    }

    #header .header-nav-top a.h-sign-in i, .layout-slider .header-nav-top-holistor a.h-sign-in:hover i {
        color: #FFF !important;
    }

.product {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.product {
    padding: 5px;
    margin-top: 10px;
    box-sizing: border-box;
    border-radius: 2px;
    background-clip: padding-box;
    display: table;
    width: 100%;
}

.product-content {
    display: table-row;
}

.product-footer {
    display: table-row;
}

.product .product-img {
    display: table-cell;
    width: 70px;
    height: 70px;
    padding: 2px;
    vertical-align: top;
}

    .product .product-img .img {
        border-radius: 5px;
        background-color: #1a4fad;
        width: 70px;
        height: 70px;
        color: #FFF;
        text-align: center;
        display: table-cell;
        vertical-align: middle;
        font-size: 48px;
    }

.product .product-info {
    display: table-cell;
    padding: 2px;
    padding-left: 10px;
    vertical-align: top;
}

    .product .product-info .product-title {
        text-transform: uppercase;
        color: #1a4fad;
        font-size: 15px;
        font-weight: bold;
        border-bottom: 1px solid #1a4fad;
        line-height: 31px;
    }

    .product .product-info .product-description {
        font-size: 11px;
    }

.product .table-cell {
    display: table-cell;
}

.product span.lbl {
    color: #525252;
    line-height: 30px;
    font-weight: bold;
    display: inline-block;
    width: 70px !important;
}

.product .price {
    color: #1a4fad;
    font-size: 20px;
}

.product .product-actions {
    display: table-cell;
    text-align: right;
}

    .product .product-actions .btn {
        border-radius: 5px;
    }


#social-sidebar {
    top: 30%;
    height: 200px;
    width: 37px;
    position: fixed;
    left: 0;
    z-index: 99;
}

    #social-sidebar > .social-el {
        height: 37px;
        width: 37px;
        transition: ease 500ms;
        background-size: 48px;
        text-align: center;
    }

        #social-sidebar > .social-el:hover {
            transition: ease 500ms;
            margin-right: -30px;
            width: 45px;
        }

        #social-sidebar > .social-el > a > .icon {
            fill: #FFF;
            position: relative;
            height: 37px;
        }

    #social-sidebar > .facebook {
        background-color: rgb(59, 89, 152);
        color: #FFF !important;
    }

    #social-sidebar > .twitter {
        background-color: rgb(29, 161, 242);
    }

    #social-sidebar > .linkedin {
        background-color: #0D77B7;
    }

    #social-sidebar > .vimeo {
        background-color: #52B8EA;
    }

    #social-sidebar > .instagram {
        background-color: #CD3775;
        color: #FFF !important;
    }

    #social-sidebar > .instagram svg {
        margin-left: 4px;
        margin-top: 4px;
    }

.header-container-holistor {
    width: 100%;
}

.layout-slider .logo-default {
    display: block;
}

.layout-slider .logo-alternative {
    display: none;
}

.layout-slider .header-body {
    top: 20px !important;
    padding: 0px !important;
}

.header-nav-top-holistor .social-icons {
    width: 30px !important;
    max-width: 30px !important;
    padding: unset !important;
    text-align: center;
}

.layout-slider .header-nav-top-holistor .icons,
.layout-slider .header-nav-top-holistor .fa,
.layout-slider .header-nav-top-holistor a {
    /*color: #fff !important;*/
}

    .layout-slider .header-nav-top-holistor a:hover {
        color: #0c1e88 !important;
    }

        .layout-slider .header-nav-top-holistor a:hover .icons,
        .layout-slider .header-nav-top-holistor a:hover .fa {
            color: #0c1e88 !important;
            text-align: center !important;
        }


.sticky-header-active .logo-alternative {
    display: block;
}

.sticky-header-active .logo-default {
    display: none;
}

.sticky-header-active .header-nav-top-holistor .icons,
.sticky-header-active .header-nav-top-holistor .fa,
.sticky-header-active .header-nav-top-holistor a {
    color: #3b3a3a !important;
}

.sticky-header-active #header.header-semi-transparent-light .header-body {
    top: 0px !important;
    transition-property: top, background-color;
    background-color: #F5F5F5 !important;
    opacity: 0.9;
}

.header-nav-top-holistor .social-icons {
    line-height: 15px;
    margin-left: 1px;
}

    .header-nav-top-holistor .social-icons:hover {
        line-height: 15px;
    }

html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary a {
    color: #525252;
}

.header-logo {
    top: -15px;
}

html.sticky-header-active #header.header-semi-transparent-light .header-body {
    border-bottom: 1px solid #DDD;
}


.fc .fc-toolbar h2 {
	color: #171717;
	font-size: 2rem;
	font-weight: normal;
}
.fc .fc-toolbar h2:before {
	color: #CCC;
	content: "\f073";
	display: inline-block;
	font-family: FontAwesome;
	font-size: 2.8rem;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	margin-right: 10px;
	position: relative;
	top: 2px;
	-webkit-font-smoothing: antialiased;
}
.fc .fc-toolbar .fc-button {
	background: #FFF;
	box-shadow: none;
	text-shadow: none;
	font-size: 0.9em;
	padding: 2px 0.8em 3px;
	height: auto;
	border: 1px solid rgba(0, 0, 0, 0.15);
}
.fc .fc-toolbar .fc-button.fc-state-active {
	color: #FFF;
}
.fc .fc-day-grid-container {
	overflow: visible !important;
}
.fc .fc-widget-header th {
	line-height: 35px;
}

/* Fullcalendar - Event States */
/* Buttons - States */
.fc-event.fc-event-default {
	background: #ebebeb;
	border-color: #ebebeb;
}
.fc-event.fc-event-default .fc-event-inner {
	color: #777;
}

a.fc-event.fc-event-default:hover {
	color: #777;
}

.fc-event.fc-event-primary {
	background: #CCC;
	border-color: #CCC;
}
.fc-event.fc-event-primary .fc-event-inner {
	color: #FFF;
}

a.fc-event.fc-event-primary:hover {
	color: #FFF;
}

.fc-event.fc-event-success {
	background: #47a447;
	border-color: #47a447;
}
.fc-event.fc-event-success .fc-event-inner {
	color: #FFF;
}

a.fc-event.fc-event-success:hover {
	color: #FFF;
}

.fc-event.fc-event-warning {
	background: #ed9c28;
	border-color: #ed9c28;
}
.fc-event.fc-event-warning .fc-event-inner {
	color: #FFF;
}

a.fc-event.fc-event-warning:hover {
	color: #FFF;
}

.fc-event.fc-event-danger {
	background: #d2322d;
	border-color: #d2322d;
}
.fc-event.fc-event-danger .fc-event-inner {
	color: #FFF;
}

a.fc-event.fc-event-danger:hover {
	color: #FFF;
}

.fc-event.fc-event-info {
	background: #5bc0de;
	border-color: #5bc0de;
}
.fc-event.fc-event-info .fc-event-inner {
	color: #FFF;
}

a.fc-event.fc-event-info:hover {
	color: #FFF;
}

.fc-event.fc-event-dark {
	background: #171717;
	border-color: #171717;
}
.fc-event.fc-event-dark .fc-event-inner {
	color: #FFF;
}

a.fc-event.fc-event-dark:hover {
	color: #FFF;
}

/* Fullcalendar - External Events */
.external-event {
	cursor: move;
	display: inline-block;
	font-size: 1.2rem;
	font-weight: normal;
	margin: 5px;
	padding: 10px;
	text-align: left;
}

/* dark */
html.dark .fc .fc-toolbar h2 {
	color: #FFF;
}
html.dark .fc .fc-toolbar .fc-button {
	background: #21262d;
	color: #FFF;
}
html.dark .fc-unthemed th,
html.dark .fc-unthemed td,
html.dark .fc-unthemed thead,
html.dark .fc-unthemed tbody,
html.dark .fc-unthemed .fc-divider,
html.dark .fc-unthemed .fc-row,
html.dark .fc-unthemed .fc-popover {
	border-color: rgba(0, 0, 0, 0.3);
}
html.dark .fc-unthemed .fc-today {
	background: #21262d;
}

.fc .fc-toolbar h2:before {
  color: #0088CC;
}
.fc .fc-toolbar .fc-button.fc-state-active {
  background-color: #0088CC;
}
.fc-event {
  background: #0088CC;
  border-color: #0088CC;
}
.fc-event.fc-event-primary {
  background: #0088CC;
  border-color: #0088CC;
}

/**
 * Zabuto Calendar
 */

div.zabuto_calendar {
    margin: 0;
    padding: 0;
}

div.zabuto_calendar .table {
      
    height:350px;
    padding: 0;
}

div.zabuto_calendar .table th,
div.zabuto_calendar .table td {
    padding: 4px 2px;
    text-align: center;
}

div.zabuto_calendar .table tr th,
div.zabuto_calendar .table tr td {
    background-color: #ffffff;
}

div.zabuto_calendar .table tr.calendar-month-header th {
    background-color: #ffffff;
}

div.zabuto_calendar .table tr.calendar-month-header th span {
    cursor: pointer;
    display: inline-block;
    padding-bottom: 10px;
    color:#f7921e  !important;;
}

div.zabuto_calendar .table tr.calendar-dow-header th {
    background-color: #ffffff;
    color:#f7921e;
}

div.zabuto_calendar .table tr:last-child {
    border-bottom: 1px solid #dddddd;
}

div.zabuto_calendar .table tr.calendar-month-header th {
    padding-top: 12px;
    padding-bottom: 4px;
}

div.zabuto_calendar .table-bordered tr.calendar-month-header th {
    border-left: 0;
    border-right: 0;
    border-top-color:#f7921e;
}

div.zabuto_calendar .table-bordered tr.calendar-month-header th:first-child {
    border-left: 1px solid #dddddd;
}

div.zabuto_calendar div.calendar-month-navigation {
    cursor: pointer;
    margin: 0;
    padding: 0;
    padding-top: 5px;
}

div.zabuto_calendar tr.calendar-dow-header th,
div.zabuto_calendar tr.calendar-dow td {
    width: 14%;
}

div.zabuto_calendar .table tr td div.day {
    margin: 0;
    padding-top: 7px;
    padding-bottom: 7px;
}

/* actions and events */
div.zabuto_calendar .table tr td.event div.day,
div.zabuto_calendar ul.legend li.event {
    background-color: #f7921e !important;
    color:white;
}

div.zabuto_calendar .table tr td.dow-clickable,
div.zabuto_calendar .table tr td.event-clickable {
    cursor: pointer;
}

/* badge */
div.zabuto_calendar .badge-today,
div.zabuto_calendar div.legend span.badge-today {
    background-color: #357ebd;
    color: #ffffff;
    text-shadow: none;
}

div.zabuto_calendar .badge-event,
div.zabuto_calendar div.legend span.badge-event {
    background-color: #ff9b08;
    color: #ffffff;
    text-shadow: none;
}

div.zabuto_calendar .badge-event {
    font-size: 0.95em;
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 4px;
}

/* legend */
div.zabuto_calendar div.legend {
    margin-top: 5px;
    text-align: right;
}

div.zabuto_calendar div.legend span {
    color: #999999;
    font-size: 10px;
    font-weight: normal;
}

div.zabuto_calendar div.legend span.legend-text:after,
div.zabuto_calendar div.legend span.legend-block:after,
div.zabuto_calendar div.legend span.legend-list:after,
div.zabuto_calendar div.legend span.legend-spacer:after {
    content: ' ';
}

div.zabuto_calendar div.legend span.legend-spacer {
    padding-left: 25px;
}

div.zabuto_calendar ul.legend > span {
    padding-left: 2px;
}

div.zabuto_calendar ul.legend {
    display: inline-block;
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

div.zabuto_calendar ul.legend li {
    display: inline-block;
    height: 11px;
    width: 11px;
    margin-left: 5px;
}

div.zabuto_calendar ul.legend
div.zabuto_calendar ul.legend li:first-child {
    margin-left: 7px;
}

div.zabuto_calendar ul.legend li:last-child {
    margin-right: 5px;
}

div.zabuto_calendar div.legend span.badge {
    font-size: 0.9em;
    border-radius: 5px 5px 5px 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 2px;
    padding-bottom: 3px;
}

/* responsive */
@media (max-width: 979px) {
    div.zabuto_calendar .table th,
    div.zabuto_calendar .table td {
        padding: 2px 1px;
    }
}

