body {
  background-color: #f9f9f9;
  font-family: 'Segoe UI', 'Droid Sans', Arial, sans-serif;
  font-size: 12px;
}

body,
button,
input,
textarea,
select,
option,
table {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol" !important;
  color: #2d3b55;
}

.header {
  background-color: #4a30db;
}

.opac-6 {
  opacity: 0.6;
}

h1,
h2,
h3,
h4 {
  font-weight: 300;
}

button {
  cursor: pointer;
}

.logo {
  font-weight: 900;
}
.nav-tabs {
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
}
.nav-tabs .nav-item .nav-link {
  border: none;
  border-radius: 0;
  border-bottom: 4px solid transparent;
  color: #2d3b55;
/*  text-transform: capitalize;*/
}

.nav-tabs.flex-column .nav-item .nav-link {
  border: 0;
  border-left: 4px solid transparent;
  border-bottom: 1px solid blue;
}
.nav-tabs .nav-item .nav-link.active {
  border-color: #4a30db;
  color: #4a30db;
  background-color: #f4f3fa;
}
.svg-img {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.box {
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
}

.ui-datepicker-next:before,
.ui-datepicker-prev:before {
  margin-top: 5px;
  display: block;
  font-family: "flaticon";
}

.ui-datepicker-next:hover:before,
.ui-datepicker-prev:hover:before {
  color: #4a30db;
}

.ui-state-default {
  color: #78808d;
  text-align: center !important;
}

.ui-state-active {
  background-color: #e8e9ed;
}

.ui-state-highlight,
.ui-state-highlight.ui-state-active {
  background-color: #4a30db;
  color: white;
}

.ui-datepicker-calendar td {
  width: 30px;
  box-sizing: border-box;
  border-radius: 5px;
  overflow: hidden;
  text-align: center;
}
.ui-datepicker {
    background: #f9f9f9;
}
.ui-datepicker-header {
  background-color: #4a30db;
  color: white;
}
.ui-datepicker-inline {
  padding: 0;
  overflow: hidden;
  width: 100% !important;
}

.ui-datepicker-unselectable.ui-state-disabled {
  opacity: 0.25;
}

.ui-datepicker-prev:before {
  content: "\f10e";
}

.ui-datepicker-next:before {
  content: "\f10f";
}
.ui-datepicker-prev,
.ui-datepicker-next {
  text-align: center;
  cursor: pointer;
}

.table thead {
  background-color: #4a30db;
  color: white;
}

.table thead th {
  font-weight: 400 !important;
/*  text-transform: capitalize;*/
}
.table-striped tbody tr:nth-of-type(odd) {
  background-color: #f7f7f7;
}

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.beach {
  border-top: 1px solid #eee;
}

.btn-primary {
  background-color: #4a30db;
}
.btn-primary:hover {
  background-color: #3113d8;
}
.btn-info {
  background-color: #5d73f1;
}
.btn-info:hover {
  background-color: rgb(55, 83, 240);
}
.btn-warning {
  background-color: #ff985c;
  color: white;
}
.btn-warning:hover {
  background-color: rgb(255, 131, 60);
  color: white;
}
.btn-small{
    border-style: none;
    border-color: #e62100;
    border-width: thin;
    font-size: 8px;
}
.total_sum{
	font-size: 14px;
	font-weight: bold;
}
.tbx_small {
	font-size: 11px;
}
/*full calendar design */
#full-calendar {
}

.fc-view-container {
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
}
/* .fc-view-container * {
  
} */
.fc-unthemed .fc-content {
  border-color: #e8e9ed !important;
}

.fc-event {
  border: none;
  border-left: 4px solid #4a30db;
  padding: 10px;
  background-color: #f4f3fa;
  margin-bottom: 5px;
}

.fc-title {
  color: #4a30db;
  font-weight: 700;
}
.fc-time {
  margin-right: 5px;
}

.fc-more {
  width: 100%;
  display: inline-block;
  text-align: center;
  padding: 10px 0;
  box-sizing: border-box;
}

.fc-button.fc-state-default {
  background: white;
  border: 1px solid #e8e9ed;
}
.fc-button.fc-state-default.fc-state-active,
.fc-button.fc-state-default:focus {
  background: #4a30db;
  color: white;
  border: none;
}
.fc-event-container[colspan] .fc-event {
  border-left: 4px solid #ff2a55;
  background-color: #fff7f8;
}

.fc-event-container[colspan] .fc-title {
  color: #f9f9f9;
}

/* form design */
.form-control,
.custom-select {
  border-radius: 0;
  border: 1px solid #e8e9ed;
}
.form-control:hover,
.form-control:focus {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  color: #4A30DB;
  outline: none;
}

.ui-dialog-titlebar {
    background-color: #fff;
  border: none;
  font-size: 22px;
/*  text-transform: capitalize;*/
  font-weight: 500;
  padding: 1rem;
}
.ui-dialog {
  background-color: #fff;
}
.ui-widget-overlay {
  background-color: rgba(0, 0, 0, 0.5);
}
.ui-dialog-titlebar-close {
  height: 100%;
  float: right;
  border: 1px solid rgb(112, 112, 112);
  padding: 10px;
  color: rgb(112, 112, 112);
  font-size: 14px;
  line-height: 14px;
  border-radius: 50%;
  background-color: transparent;
}
.ui-dialog-titlebar-close:hover {
  color: rgb(255, 78, 78);
  border-color: rgb(255, 78, 78);
}
.ui-dialog-titlebar-close:before {
  content: "\f10c";
  font-family: Flaticon;
}

/*
.ui-dialog-titlebar-close {
  height: 100%;
  float: right;
  border: 1px solid rgb(112, 112, 112);
  padding: 10px;
  color: rgb(112, 112, 112);
  font-size: 14px;
  line-height: 14px;
  border-radius: 50%;
  background-color: transparent;
}
.ui-dialog-titlebar-close:hover {
  color: rgb(255, 78, 78);
  border-color: rgb(255, 78, 78);
}

.ui-dialog-titlebar-close:before {
  content: '\f10c Schließen';
  visibility: visible;
  height: 100%;
  float: right;
  border: 1px solid rgb(112, 112, 112);
  padding: 10px;
  color: rgb(112, 112, 112);
  font-size: 14px;
  line-height: 14px;
  border-radius: 50%;
  background-color: transparent;
  font-family: Flaticon;
}
*//*.ui-dialog-titlebar-close{
	visibility: hidden;
}*/
.flatpickr-input {
  background-color: white !important;
}
.dialog-content {
  overflow-y: scroll;
}
.ui-state-disabled{
    opacity: 1 !important;
}
.ui-state-default{
    background-color: #e6e6e6;
}
table.legend {
	width:30%;
	border:1px;
}
.legend tr { 
	line-height: 20 px; 
}
.legend td, .legend a {
    min-width: 20px;
/*	padding-bottom: 1.5%;
*/	padding: 0;
	border: 0,1,0,0;
}
.departure a, .legend-departure{
	background-image: -webkit-linear-gradient(left top,#CD5E67 50%,#e6e6e6 50%) !important;
/*	background-image: -webkit-linear-gradient(left top,#CD5E67 50%,#f9f9f9 50%) !important;*/
}
.arrival a, .legend-arrival{
	background-image: -webkit-linear-gradient(right bottom,#CD5E67 50%,#e6e6e6 50%) !important;
}
.occupied a, .ui-datepicker-unselectable.occupied span.ui-state-default, .occupied span, .legend-occupied{
/*	background-color: #CD5E67 !important;*/
	background-image: -webkit-linear-gradient(#CD5E67 50%,#CD5E67 50%) !important;
/*	background-image: none !important;*/
}
.season0 a, .season0 {
	background-color: #e1eff9 !important;
	background-image: none !important;
}
.season0arrival a, .ui-datepicker-unselectable.season0arrival span.ui-state-default {
	background-image: -webkit-linear-gradient(right bottom,#CD5E67 50%,#e1eff9 50%) !important;
}
.season0departure a {
	background-image: -webkit-linear-gradient(left top,#CD5E67 50%,#e1eff9 50%) !important;
}
.season6 a, .season6 {
	background-color: #E3AED9 !important;
	background-image: none !important;
}
.season6arrival a, .ui-datepicker-unselectable.season6arrival span.ui-state-default {
	background-image: -webkit-linear-gradient(right bottom,#CD5E67 50%,#E3AED9 50%) !important;
}
.season6departure a {
	background-image: -webkit-linear-gradient(left top,#CD5E67 50%,#E3AED9 50%) !important;
}

.season5 a, .season5 {
	background-color: #E8a526 !important;
	background-image: none !important;
}
.season5arrival a, .ui-datepicker-unselectable.season5arrival span.ui-state-default {
	background-image: -webkit-linear-gradient(right bottom,#CD5E67 50%,#E8a526 50%) !important;
}
.season5departure a {
	background-image: -webkit-linear-gradient(left top,#CD5E67 50%,#E8a526 50%) !important;
}
.season4 a , .season4{
	background-color: #D1E826 !important;
	background-image: none !important;
}
.season4arrival a, .ui-datepicker-unselectable.season4arrival span.ui-state-default {
	background-image: -webkit-linear-gradient(right bottom,#CD5E67 50%,#D1E826 50%) !important;
}
.season4departure a {
	background-image: -webkit-linear-gradient(left top,#CD5E67 50%,#D1E826 50%) !important;
}
.season3 a , .season3{
	background-color: #4BE826 !important;
	background-image: none !important;
}
.season3arrival a, .ui-datepicker-unselectable.season3arrival span.ui-state-default {
	background-image: -webkit-linear-gradient(right bottom,#CD5E67 50%,#4BE826 50%) !important;
}
.season3departure a {
	background-image: -webkit-linear-gradient(left top,#CD5E67 50%,#4BE826 50%) !important;
}
.season2 a, .season2 {
	background-color: #26E8E1 !important;
	background-image: none !important;
}
.season2arrival a, .ui-datepicker-unselectable.season2arrival span.ui-state-default {
	background-image: -webkit-linear-gradient(right bottom,#CD5E67 50%,#26E8E1 50%) !important;
}
.season2departure a {
	background-image: -webkit-linear-gradient(left top,#CD5E67 50%,#26E8E1 50%) !important;
}
.season1 a, .season1 {
	background-color: #afc3f3 !important;
	background-image: none !important;
}
.season1arrival a, .ui-datepicker-unselectable.season1arrival span.ui-state-default {
	background-image: -webkit-linear-gradient(right bottom,#CD5E67 50%,#afc3f3 50%) !important;
}
.season1departure a {
	background-image: -webkit-linear-gradient(left top,#CD5E67 50%,#afc3f3 50%) !important;
}

.change a, .change {
	background-image: -webkit-linear-gradient(right bottom,#CD5E67 30% ,#e6e6e6, #CD5E67 70%) !important;

}
#waitImage {
	position: fixed; 
	z-index: 9999999 !important; 
	top: 50%;
	left: 50%;
	visibility: hidden;
}
.modalhelp{
 	   display: inline-block;
 	     width: 20px;
        position: static;
 		  text-align: center;
        background-color: #cccccc;
        border-radius: 50%;
        width: 18px;
        height: 18px;
        font-size: 12px;
        line-height: 20px;
        cursor: help;
    }

    .modalhelp:before{
        content:'?';
        font-weight: bold;
        color:#fff;
	}
/*a {
		   color:inherit;
		}
*/		/* CSS used here will be applied after bootstrap.css */
.sortable-placeholder {
		    margin-left: 0 !important;
		    border: 1px solid #ccc;
		    background-color: blue;
		    -webkit-box-shadow: 0px 0px 10px #888;
		    -moz-box-shadow: 0px 0px 10px #888;
		    box-shadow: 0px 0px 10px #888;
  
			float: left; 
			width: 25%;
		    height: 0px;
		    padding-bottom: 18%;  
		}
/*.sortable2 { list-style-type: none; margin: 0; padding: 0; width: 100%; }
.sortable2 li { margin: 3px 3px 3px 0; padding: 1px; float: left; width: 200px; height: 200px; font-size: 1em; text-align: center; }
.save_image_changes {clear:both;}
*/
.form-error {
	border-style: solid;
	border-width: 5px;
	border-color: #ff0000;
	color: #ff0000;
}
.standalone {
  margin-left: 30px;
}
.ui-autocomplete {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  display: none;
  min-width: 160px;
  _width: 160px;
  padding: 4px 0;
  margin: 2px 0 0 0;
  list-style: none;
  background-color: #ffffff;
  border-color: #ccc;
  border-color: rgba(0, 0, 0, 0.2);
  border-style: solid;
  border-width: 1px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  *border-right-width: 2px;
  *border-bottom-width: 2px;

  .ui-menu-item > a.ui-corner-all {
    display: block;
    padding: 3px 15px;
    clear: both;
    font-weight: normal;
    line-height: 18px;
    color: #555555;
    white-space: nowrap;

    &.ui-state-hover, &.ui-state-active {
      color: #ffffff;
      text-decoration: none;
      background-color: #0088cc;
      border-radius: 0px;
      -webkit-border-radius: 0px;
      -moz-border-radius: 0px;
      background-image: none;
    }
  }
}
.show_emails {
    height: 200px;
    border: 1px solid;
    padding: 5px;
    overflow-y: auto;
}
/*div.ui-dialog {position:fixed;}*/
/*last line for keeping the modal window centered in screen*/
