@import url('https://fonts.googleapis.com/css?family=Great+Vibes');

.fg-black{
	color:black !important;
}
.fg-white{
	color:white !important;
}
.round-border{
	border-radius: 2em;
}
.shadow{
	box-shadow: 0 2px 3px rgba(0,0,0,.5) !important;
}

#calendar{
	background:white;
	padding:1em;
}

table#timetable{
	border: 2px solid #dfdfdf;
	width:100%;
}

table#timetable td, table#timetable th{
	padding: 5px 10px;
	text-align: center;
}
table#timetable tr:nth-child(even) {
  background-color: #f2f2f2;
}

.optional-customer-data{
	display:none;
}

.footer{
	padding: 50px 15px 30px;
}

#services-table.uk-table-small td, #services-table.uk-table-small th, #products-table.uk-table-small td, #products-table.uk-table-small th{
    padding: 3px 12px;
}

.uk-modal-dialog{
	width: auto;
	max-width: 90% !important;
}

.navbar-vertical.navbar-expand-xs{
	z-index: 3;
}

.dashbopard-card-title, .shortcuts small{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.uk-badge.notifications-number {
	background: #00000087;
	color: white;
	padding: 1px;
	font-size: 10px;
	margin: 1px;
	min-width: 15px;
	height: 15px;
	line-height: 15px;
	position: absolute;
	top: 0;
	right: 8px;
}
.uk-overflow-auto{
	max-height:300px !important;
}
.uk-icon-button:not(.uk-button-primary):not(.uk-button-secondary):not(.uk-button-danger) {
	background-color: #a8f3fb;
}
.uk-tooltip {
	display:none;
	position:absolute;
	z-index:1030;
	box-sizing:border-box;
	max-width:300px;
	padding:5px 7px;
	background:white;
	border-radius:2px;
	color:#000;
	font-size:13px;
	border:1px solid gray;
}
.uk-tooltip hr{
	margin:8px 0;
}
.btn.btn-table-action.dropdown-toggle {
	padding: .5em 1em;
	background: #dee7f7;
	color: #2b2b2b;
}
.dropdown-toggle > .fa.fa-ellipsis-v.fa-fw {
	margin-right: 0px;
}
.backdrop {
	z-index: 1;
}
.flipped-scrollbar{
    direction: rtl;
}
.uk-badge {
	box-sizing: border-box;
	min-width: 38px;
	height: 36px;
	padding: 0 5px;
	border-radius: 10px;
	vertical-align: middle;
	background: #e1e1e1;
	color: #000;
	font-size: 1rem;
	display: inline-flex;
	justify-content: center;
	align-items: center;
}
.uk-badge:focus, .uk-badge:hover {
    color: black;
}
.uk-button-primary {
	background-color: #d549fd;
}
.uk-button-primary:focus, .uk-button-primary:hover {
	background-color: #c700ff;
}
.fill-default {
	fill: #6f0e8a;
}
.bg-default {
	background-color: #6f0e8a !important;
}
.uk-modal-dialog.uk-modal-body {
	border-radius: 1em;
	margin-bottom: 1em;
}
.shortcuts.dropdown-menu{
	min-width:33vw;
}
.input-error{
	border-color: red;
}
.form-control {
	color: #232426;
	border: 1px solid #8c8f93;
}
.select2-container .select2-dropdown.select2-dropdown--below {
	width: 250px !important;
	border-top: 1px solid #aaa !important;
}
/** RESPONSIVE **/
@media screen and (max-width: 1024px) {
	.fc-right{
		display:none;
	}
}
.hidden-titles{
	display:none;
}
@media screen and (max-width: 640px) {
	.responsive-table > thead {
		display:none;
	}
	.responsive-table > * > tr {
		display: grid;
		background: #e8e8e8;
		padding: 5px;
	}
	.hidden-titles{
		display:inline-block;
		width:30%;
		font-weight:bold;
		padding-left:5px;
		margin-left:5px;
	}
}
/** DATATABLE **/
.data-table > thead input {
	min-width: 5em;
	width: 10em;
}
.sorting {
	cursor: ns-resize;
}
/** FULLCALENDAR **/
.fc-sun {
	background: #ffbabae0;
}
.fc-event .fc-time{
	float:none;
}
.fc-event .fc-time, .fc-event .fc-title{
    color: white;
	font-size: .9em;
}
.fc-event .fc-title, .fc-time-grid-event.fc-short .fc-title {
    padding-left:3px;
}
.fc-time-grid-event.fc-short .fc-time::before {
    display: none;
}
.fc-time-grid-event.fc-short .fc-time::after {
    display: none;
}
.fc-time-grid-event.fc-short .fc-time span, .fc-time-grid-event .fc-time span {
    display: inline-block;
	padding-right:3px;
	padding-left:2px;
}
.fc-ltr .fc-time-grid .fc-event-container {
	margin: 0 3px 0 1px;
}
.fc-more {
	font-weight: bold;
	color: #e63939 !important;
	width: 100%;
	display: block;
	text-align: center;
}
.fc-nonbusiness.fc-bgevent {
	background: black;
}
/** BOOTSTRAP DATETIMEPICKER **/
.list-unstyled {
	margin-bottom: 0;
}
.timepicker-picker {
	text-align: center;
}
.timepicker-picker .table-condensed {
	display: inline;
}
.fc-resource-cell {
	cursor: pointer;
}
.fc-resource-cell:hover{
	color:black;
}
/** FRONTEND **/
.bc-response-image {
	width: 25%;
	min-width: 5em;
	margin-bottom: 1em;
}
.bc-frontend-action {
    border-radius: 2em;
}
.bc-slot-select{
	width:95%;
	border-radius:1em;
}
#welcome-header{
	position: relative;
	background-image: url('/img/bg.jpg');
	background-size: 100%;
	background-repeat: no-repeat;
	min-height: 80vh;
	padding-top:10em;
	padding-bottom:2em;
}
@media screen and (max-width: 800px) {
	#welcome-header{
		min-height: 60vh;
	}
}
#welcome-header h1 {
	font-family: 'Great Vibes', cursive;
	font-size: 3rem;
}
#welcome-header h1, #welcome-header h2{
	color: white;
	text-shadow: 0 2px #0000002b;
	font-weight: normal;
}
.nice-title{
	font-weight: normal;	
	font-family: 'Great Vibes', cursive;
	font-size: 3rem;
}
h6.nice-title{
	font-size: 2rem;	
}
ul.remaining-services-list{
	font-size: 12px;
	margin-top: 5px;
}
ul.remaining-services-list > li {	
	margin-top: 0px !important;
}
.breadcrumbs-button {
	padding: 0 8px;
}
.select2-container .select2-selection--single {
	height: 40px;
	padding: .4rem .3rem;
}
#cards-table *:not(h2) {
	text-align: center;
	vertical-align: middle !important;
}
#cards-table td {
	text-align: left;
}

.page-link-item-extra{
	line-height: 1.25;
	color: #8898aa;
	border: 1px solid #dee2e6;
	background-color: #fff;
	font-size: .875rem;
	display: flex;
	height: 36px;
	margin: 0 3px;
	padding: 0 4px;
	border-radius: 50% !important;
	align-items: center;
	justify-content: center;
}
.page-link-item-extra:hover {
	z-index: 2;
	text-decoration: none;
	color: #8898aa;
	border-color: #dee2e6;
	background-color: #dee2e6;
}