/* here you can put your own css to customize and override the theme */

/***
Rounded Portlets
***/
/*
.portlet {
	border-radius: 4px !important;
}

.portlet .portlet-title {
	border-radius: 4px 4px 0px 0px !important;
}

.portlet .portlet-body,
.portlet .portlet-body .form-actions  {
	border-radius: 0px 0px 4px 4px !important;
}
*/

.login-form .recaptcha {
	margin-bottom: 15px;
}

.checkbox .checker input[type=checkbox] {
	position: inherit;
	margin: 0;
}

.portlet > .portlet-title .actions.note-container {
	position: relative;
	float: none;
	left: 50%;
	transform: translate(-50%,0);
	border: 1px white solid;
	border-radius: 25px !important;
	margin-top: 4px;
	padding: 4px 12px;
}

.portlet > .portlet-title > .actions.note-container:hover, .portlet > .portlet-title .actions.note-container:hover button {
	background-color: white;
	color: #8775A7 !important;
	text-decoration: none;
}

.portlet > .portlet-title > .actions.note-container  button {
	color: white;
	background-color: transparent;
	border: none;
	font-size: 15px;
	font-weight: 300;
}

.portlet > .portlet-title > .actions.note-container  i {
	font-size: 16px;
}

.ac-custom.ac-checkbox.ac-checkmark{
	position: relative;
	padding-right: 10px;
}

.note.counter{
	margin-bottom: 1px;
}

.disabled-highlighted{
	background-color: #eee;
	z-index: 1;
	border: 1px solid #e5e5e5;
}

.ac-custom.disabled-highlighted input[type="checkbox"]{
	cursor: not-allowed;
}

#datepicker.fullwidth, #datepicker.fullwidth .datepicker, #datepicker.fullwidth table{
	width: 100%;
}

.dd-title {
	display: flex;
}

.dd-title h5 {
	padding-left: 2px;
}

.dd-title img{
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0px 3px;
}

.sweet-alert button.cancel{
	background-color: #DD6B55;
	float: right;
}

.datepicker.dropdown-menu {
	z-index: 99999;
}

.datepicker-dropdown:before {
	display: none !important;
}

.datepicker-dropdown:after {
	display: none !important;
}

.reserve-form {
    top: 0;
    height: calc(100vh - 225px);
    overflow-y: scroll;
}

.reserve-form .form-group { 
	padding-right: 10px;
}

.inline-form {
	display: flex;
}

.inline-form.holder {
	opacity: 0.5;
}

.inline-form.holder:hover {
	opacity: 1;
}

.inline-form.holder input{
	cursor: default;
}

.inline-form.holder .remove-tour-season-button{ 
	display: none;
}

.form-sub-group {
	max-width: 20%;
	margin: 0px 5px;
}

.flexbox-bottom {
	margin-top: auto !important; 
}

.flexbox-top {
	margin-bottom: auto !important; 
}

.flexbox-left {
	margin-right: auto !important; 
}

.flexbox-right {
	margin-left: auto !important; 
}

.horizontal-separator {
	width: 5px;
}

.form-body .section .title {
	padding: 10px 20px;
	display: flex;
}

.form-body .section .title h3 {
	display: flex;
}


.form-body .section .title .step {
	padding: 0px 7px;
    margin: 0px 10px;
    background-color: #75629B;
    color: white;
}

.question {
	padding: 10px 25px;
	border-bottom: 1px solid #efefef;
}

.question .option{
	width: 100%;
	padding-left: 10px;
}

.fc-center form {
	position: relative;
	top: -3px;
}

.fc-center form .form-group > * {
	border-radius: 4px !important;
	margin-right: 3px;
}

#loading {
	position: absolute;
	width: 100%;
	top:0;
	left:0;
	height: 100%;
	background: rgba(0,0,0,0.6);
	z-index: 9;
}

#loading img {
	position: fixed;
	top:50%;
	left:50%;
	margin-left: -200px ;
	margin-top: -200px;
}

.bg-gray {
	background: #cacaca;
}

.notification i::after, .notification i:after {
	top: -5px;
	right: 0px;
	height: 10px;
	width: 10px;
	background-color: #c93448;
	border-radius: 50%;
	position: absolute;
	content: "";
}
.bg-gray {
	background: #cacaca;
}

.showSweetAlert .confirm {
	display: block !important;
}
.showSweetAlert .cancel {
	background-color: #da0024 !important;
}
