/*
|--------------------------------------------------------------------------
| Fonts
|--------------------------------------------------------------------------
*/

@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;700&display=swap');


/*
|--------------------------------------------------------------------------
| Commons
|--------------------------------------------------------------------------
*/

body {
	background: #FFF;
	font-family: 'Roboto', sans-serif;
	color: #777;
	font-size: 15px;
	line-height: 22px;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
}
.center {
	text-align: center;
}
.shadow {
	box-shadow: 0 .15rem 1.75rem 0 rgba(58,59,69,.15)!important;
}


/*
|--------------------------------------------------------------------------
| Text
|--------------------------------------------------------------------------
*/

.text-primary {
	color: #7DC150!important;
}
.bg-ticket-not-readed {
	background: #fff5ea;
}
h1 {
	font-weight: 400;
}
h2 {
	font-weight: 400;
}
h3 {
	font-weight: 400;
}
h4 {
	font-weight: 400;
}
.font-weight-bold {
	font-weight: 500;
}


/*
|--------------------------------------------------------------------------
| Links
|--------------------------------------------------------------------------
*/

a:link, a:visited, a:active, .btn-link {
	color: #7DC150;
	text-decoration: none;
	transition: color 0.3s linear, background 0.3s linear;
    -moz-transition: color 0.3s linear, background 0.3s linear;
    -webkit-transition: color 0.3s linear, background 0.3s linear;
}
a:hover, .btn-link:hover {
	color: #70AE47;
	text-decoration: none;
}
a:focus {
	outline: 0 none;
}


/*
|--------------------------------------------------------------------------
| Buttons
|--------------------------------------------------------------------------
*/

.btn-primary, .btn-primary:visited, .btn-primary:active {
	background-color: #7DC150;
	color: #FFF!important;
	border-color: #7DC150;
	transition: color 0.3s linear, background 0.3s linear;
    -moz-transition: color 0.3s linear, background 0.3s linear;
    -webkit-transition: color 0.3s linear, background 0.3s linear;
}
.btn-primary:hover, .btn-primary:focus {
	background-color: #70AE47;
	color: #FFF;
	border-color: #70AE47;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
	background-color: #70AE47;
	color: #FFF;
	border-color: #70AE47;
}
.btn-primary.active {
	background-color: #FFF!important;
	color: #7DC150!important;
	border-color: #7DC150;
}
.btn-primary.disabled, .btn-primary:disabled {
	background-color: #70AE47;
	color: #FFF;
	border-color: #70AE47;
}
.btn-success, .btn-danger {
	color: #FFF!important;
}
.btn-full, .btn-full:visited, .btn-full:active {
	padding: 16px 22px;
	margin-bottom: 10px;
	width: 100%;
	border-radius: 5px;
}


/*
|--------------------------------------------------------------------------
| Header
|--------------------------------------------------------------------------
*/

.navbar {
	min-height: 92px;
}
.navbar-brand img {
	max-height: 60px;
}
.navbar-nav .nav-username {
	margin-right: 10px;
}
.navbar-nav .nav-profile-pic {
	display: inline-block;
	background: #EEE center center no-repeat;
	background-size: cover;
	margin-right: 5px;
	width: 60px;
	height: 60px;
	vertical-align: middle;
}
.navbar-nav .dropdown-menu {
	position: absolute;
	float: left;
	background-color: #fff;
	background-clip: padding-box;
	top: 100%;
	left: 0;
	min-width: 10rem;
	padding: .5rem 0;
	margin: .125rem 0 0;
	margin-top: 8px;
	color: #777;
	text-align: left;
	list-style: none;
	border: 1px solid #edf2f9;
	border-radius: 5px;
	z-index: 1000;
}
.navbar-nav .dropdown-item:active {
	background-color: #7DC150;
}
.navbar-light .navbar-toggler {
	border: none;
}


/*
|--------------------------------------------------------------------------
| Pages
|--------------------------------------------------------------------------
*/

.content-wrapper {
	background-color: #F9FBFD;
	padding: 40px 0px 60px 0px;
}
.card {
	border: 1px solid #edf2f9;
	box-shadow: 0 .75rem 1.5rem rgba(18,38,63,.03);
}
.card-title {
	margin: 6px 0px;
	color: #12263f;
}
.card-header {
	background-color: #FFF;
	padding: 18px 20px;
	border-bottom: 1px solid #edf2f9;
}
.card-header-title {
	margin: 8px 0px;
	color: #12263f;
}
.card-body.card-counter {
	margin: 25px;
}
.card-body .list-group-item {
	border-bottom: 1px solid #edf2f9;
}
.embed-responsive .card-img-top {
    object-fit: cover;
}
.main-navigation {
	margin-bottom: 30px;
}
.btn-main-navigation {
	background-color: #FFF;
	padding: 10px 20px;
	border: 1px solid #edf2f9;
	border-radius: 5px;
	box-shadow: 0 .2rem 1.5rem rgba(18,38,63,.03);
	transition: color 0.3s linear, background 0.3s linear;
    -moz-transition: color 0.3s linear, background 0.3s linear;
    -webkit-transition: color 0.3s linear, background 0.3s linear;
}
.btn-main-navigation:hover {
	background-color: #70AE47;
	border: 1px solid #edf2f9;
	border-radius: 5px;
}
.btn-main-navigation.active {
	background-color: #70AE47;
}
.btn-main-navigation-title {
	margin: 8px 0px;
	color: #7DC150;
	font-weight: 400;
	transition: color 0.3s linear, background 0.3s linear;
    -moz-transition: color 0.3s linear, background 0.3s linear;
    -webkit-transition: color 0.3s linear, background 0.3s linear;
}
.btn-main-navigation:hover .btn-main-navigation-title, .btn-main-navigation.active .btn-main-navigation-title {
	color: #FFF;
}
.nav-pills .nav-link.active {
	background-color: #7DC150;
	color: #fff;
}
.nav-pills .nav-link.active:hover {
	background-color: #70AE47;
}
.breadcrumb {
	background-color: #F9FBFD;
	margin-bottom: 10px;
	padding: 10px 20px;
}


/*
|--------------------------------------------------------------------------
| Websites
|--------------------------------------------------------------------------
*/

.public-page {
	font-family: 'Open Sans', sans-serif;
	color: #777;
	font-size: 18px;
	line-height: 28px;
}
.public-page h2 {
	color: #70AE47;
}
.public-page h3 {
	font-weight: 300;
}
.public-page .welcome-wrapper {
	padding: 130px 0px;
}
.public-page .content-wrapper {
	background: none;
	padding: 20px 0px 0px 0px;
}
.public-page .dashboard-clock {
	display: inline-block;
	padding: 4px 12px;
	color: #70AE47;
	font-size: 16px;
	font-weight: 700;
	border-radius: 50px;
	border: 1px solid #70AE47;
}
.public-page .dashboard-notifications-title {
	padding: 15px 0px;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
}
.public-page .dashboard-notification {
	margin-bottom: 20px;
	padding: 15px 15px 5px 15px;
	font-size: 14px;
	line-height: 20px;
	color: #70AE47;
	border: 1px solid #70AE47;
	border-radius: 10px;
	text-align: center;
	box-shadow: 0 .75rem 1.5rem rgba(18,38,63,.03);
}
.public-page .dashboard-notification h5 {
	margin: 0px 0px 10px 0px;
}
.public-page .dashboard-notification p {
	margin-bottom: 10px;
}
.public-page .dashboard-icon {
	margin-bottom: 20px;
	padding: 8px 5px;
	width: 100%;
	font-size: 17px;
	border-radius: 10px;
	text-align: center;
}
.public-page .dashboard-icon svg {
	margin-bottom: 3px;
	width: 45px;
}
.public-page .section-title {
	margin-bottom: 10px;
}
.public-page .list-card {
	margin-bottom: 15px;
}
.public-page .list-image {
	background: #EEE center center no-repeat;
	background-size: cover;
	width: 100%;
	height: 205px;
}
.public-page .list-card h3 {
	margin-top: 10px;
}
.public-page .list-no-results {
	padding: 100px 0px;
}
.public-page .single-image {
	background: #EEE center center no-repeat;
	background-size: cover;
	margin-bottom: 20px;
	width: 100%;
	height: 250px;
}
.public-page .features-list {
	padding: 10px 0px;
}
.public-page .tick-icon {
	padding-bottom: 4px;
	font-size: 15px;
}
.public-page .tick-icon svg {
	height: 20px;
	color: #70AE47;
}
.public-page .where-i-can-find-image {
	margin-top: 20px;
	max-width: 100%;
	max-height: 400px;
}
.pusheen-gif {
	margin: 40px 0px;
	text-align: center;
}
.pusheen-gif img {
	width: 100%;
	max-width: 250px;
}
.youtube-video {
	position: relative;
	height: 0;
	padding-bottom: 56.25%;
	overflow: hidden;
}
.youtube-video iframe, .youtube-video object, .youtube-video embed {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.cycle-slideshow {
	margin: 20px 0px 15px 0px;
}
.cycle-slideshow > div {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	padding-top: 60%;
	border-radius: 8px;
}
.cycle-pager {
	width: 100%;
	margin-bottom: 15px;
	text-align: center;
	overflow: hidden;
	z-index: 500;
}
.cycle-pager span {
	display: inline-block;
	font-size: 50px;
	width: 16px;
	height: 16px;
	color: #ddd;
	cursor: pointer;
}
.cycle-pager span.cycle-pager-active {
	color: #70AE47;
}


/*
|--------------------------------------------------------------------------
| Website
|--------------------------------------------------------------------------
*/

.website {
	font-family: 'Open Sans', sans-serif;
	color: #777;
	font-size: 16px;
	line-height: 26px;
}
.website h1 {
	font-weight: 300;
}
.website h2 {
	font-weight: 300;
}
.website h3 {
	font-weight: 300;
}
.website .card {
	margin-top: 30px;
	margin-bottom: 30px;
	border: 1px solid #edf2f9;
	box-shadow: 0 .75rem 1.5rem rgba(18,38,63,.03);
}
.website .card-title {
	margin: 6px 0px;
	color: #70AE47;
}
.website .card-header {
	background-color: #FFF;
	padding: 18px 20px;
	border-bottom: 1px solid #edf2f9;
}
.website .card-header-title {
	margin: 6px 0px;
	color: #70AE47;
}
.website .card-body .list-group-item {
	border-bottom: 1px solid #edf2f9;
}
.website .map {
	border-radius: 8px;
}
.website #contact-form {
	margin-top: 10px;
}


/*
|--------------------------------------------------------------------------
| Tables
|--------------------------------------------------------------------------
*/

.table {
	margin-top: 20px;
	color: #777;
	table-layout: fixed;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.table th, .table td {
	padding: 8px;
	overflow: hidden;
}
.table .col-actions {
	width: 150px;
}
.table .actions-icon {
	padding: 0px 5px;
	height: 18px;
	cursor: pointer;
}
.table .table-no-results {
	padding: 100px 0px;
}
.table .cell-meta-actions {
	padding-top: 14px;
}


/*
|--------------------------------------------------------------------------
| Login & Register
|--------------------------------------------------------------------------
*/

.login-card {
	padding: 30px;
}
.login-card .login-title {
	margin: 10px 0px 20px 0px;
}


/*
|--------------------------------------------------------------------------
| Forms
|--------------------------------------------------------------------------
*/

.form-control:focus {
	border: 1px solid #DDD;
	box-shadow: 0 0 4px #DDD;
	outline: 0 none;
}
.form-control.validation-border {
    transition: border 0.3s linear;
    -moz-transition: border 0.3s linear;
    -webkit-transition: border 0.3s linear;
}
.form-control.validation-border-green {
    border: 1px solid #2EBD70!important;
}
a.btn.btn-primary.validation-border-green {
    border: 1px solid #2EBD70!important;
    background: #2EBD70!important;
}
.form-control.validation-border-red {
    border: 1px solid #F75D4C!important;
}
a.btn.btn-primary.validation-border-red {
    border: 1px solid #F75D4C!important;
    background: #F75D4C!important;
}


/*
|--------------------------------------------------------------------------
| Pagination
|--------------------------------------------------------------------------
*/

.pagination {
	-webkit-box-pack: center !important;
	justify-content: center !important;
}
.pagination .page-item.active .page-link {
	background-color: #7DC150;
	border-color: #7DC150;
}
.pagination .page-link {
	color: #7DC150;
}
.pagination .page-linke:hover {
	color: #70AE47;
}


/*
|--------------------------------------------------------------------------
| Footer
|--------------------------------------------------------------------------
*/

.footer-wrapper {
	padding: 10px 0px 30px 0px;
	font-size: 15px;
}
.public-page .footer-wrapper {
	font-size: 13px;
}


/*
|--------------------------------------------------------------------------
| File Upload
|--------------------------------------------------------------------------
*/

.file-upload-button {
	position: relative;
	width: 100%;
	overflow: hidden;
}
.file-upload-button input {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	opacity: 0;
	-ms-filter: 'alpha(opacity=0)';
	font-size: 200px;
	direction: ltr;
	cursor: pointer;
}
.file-upload-progress-container {
	width: 0px;
}
.file-upload-progress {
	width: auto;
	height: 32px;
	margin-top: 2px;
}
.file-upload-progress .progress-bar-success {
	background-color: #38c172;
}
.file-upload-preview {
	color: #FFF!important;
	text-align: center;
	cursor: pointer;
}
.file-upload-remove {
	color: #FFF!important;
	text-align: center;
	cursor: pointer;
}
.fileinput-hide {
	display: none
}


/*
|--------------------------------------------------------------------------
| Swal
|--------------------------------------------------------------------------
*/

.swal2-icon.swal2-info {
	color: #70AE47;
	border-color: #70AE47;
}
.swal2-modal .swal2-spacer {
	height: 0px;
}


/*
|--------------------------------------------------------------------------
| Date Picker
|--------------------------------------------------------------------------
*/

.input-date .input-group-append {
	cursor: pointer;
}
.datepicker.datepicker-dropdown {
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	font-size: 14px;
	color: #495057;
	text-align: left;
	list-style: none;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0,0,0,.15);
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.datepicker table tr td, .datepicker table tr th {
	width: 34px;
	height: 34px;
	border-radius: 4px;
	border: none;
	text-align: center;
}
.datepicker table tr td.active {
	background: #7DC150;
}
.datepicker table tr td.active:hover {
	background: #70AE47;
}


/*
|--------------------------------------------------------------------------
| Fancybox
|--------------------------------------------------------------------------
*/

.fancybox-content {
	max-width: 800px;
	margin: 0;
}
.fancybox-page {
	padding: 40px 30px;
}


/*
|--------------------------------------------------------------------------
| Multiple Select
|--------------------------------------------------------------------------
*/

.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: #7DC150;
}
.select2-container .select2-selection--single {
    height: 37px!important;
}
.select2-container .select2-selection--single .select2-selection__arrow {
    height: 37px!important;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 37px!important;
}


/*
|--------------------------------------------------------------------------
| Errors
|--------------------------------------------------------------------------
*/

.error-page-wrapper {
	display: flex;
	min-height: 100vh;
}
.error-content-wrapper {
	display: flex;
	width: 50%;
	padding: 0px 50px;
	justify-content: center;
	align-items: center;
}
.error-page h1 {
	margin-bottom: 20px;
	font-size: 50px;
	color: #22292f;
}
.error-page h3 {
	margin-bottom: 30px;
	font-size: 30px;
	font-weight: 300;
	color: #606f7b;
}
.error-image-wrapper {
	position: relative;
	padding-bottom: 0;
	width: 50%;
	min-height: 100vh;
}
.error-page-img {
	position: absolute;
	background-repeat: no-repeat;
	background-size: cover;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}


/*
|--------------------------------------------------------------------------
| Responsive: phone
|--------------------------------------------------------------------------
*/

@media (max-width: 767px) {

	.navbar {
		min-height: auto;
	}
	.navbar-nav .nav-item {
		text-align: center;
	}
	.card {
		margin-bottom: 10px;
	}
	.btn-main-navigation {
		margin-bottom: 10px;
	}
	#search .form-control {
		margin-top: 10px;
	}
	.table {
		table-layout: auto;
        overflow: visible;
        white-space: normal;
        text-overflow: clip;
	}
	.table th, .table td {
		overflow: visible;
		white-space: nowrap;
	}
	.table .col-actions {
		width: auto;
	}
	.pagination {
		margin-top: 30px;
	}
	.footer-wrapper {
		text-align: center;
	}
	.footer-wrapper .text-right {
		margin-top: 10px;
		text-align: center!important;
	}
	.error-page-wrapper {
		display: block;
	}
	.error-content-wrapper {
		width: 100%;
		padding: 0px 10px;
		min-height: 50vh;
		text-align: center;
	}
	.error-image-wrapper {
		position: relative;
		padding-bottom: 0;
		width: 100%;
		min-height: 50vh;
	}

}
