body {
    font-family: -webkit-pictograph, system-ui, sans-serif;
}


*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*============ calendar ================*/

.cal-cell.cell:nth-last-child(1) {
  display: none;
}

.range-calendar {
  clear: both;
  overflow: hidden;
  width: 100%;
  position: relative;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.range-calendar.triggerable {
  display: none;
}

.calendar-wrapper {
  position: relative;
  left: 0;
  top: 0;
  z-index: 2;
  list-style: none;
  display: block;
  clear: both;
  overflow: hidden;
  padding: 10px 0;
}

.range-calendar .calendar {
  z-index: 1;
  list-style: none;
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
  width: 99999px;
}

.range-calendar .calendar .cell {
  float: left;
  width: 70px;
  padding: 25px 20px;
  margin: 0px;
  border-right: 1px solid rgba(0, 0, 0, 0.03);
  text-align: center;
  position: relative;
  color: #888;
}

.range-calendar .calendar .cell .day-number {
  display: block;
  clear: both;
  font-weight: bold;
  font-size: 20px;
  z-index: 1;
  position: relative;
}

.range-calendar .calendar .cell .day {
  display: block;
  clear: both;
  text-transform: uppercase;
  width: 100%;
  font-weight: 100;
  font-size: 12px;
  margin-top: 0px;
  z-index: 1;
  position: relative;
}

.range-calendar .calendar .cell .month {
  width: 100%;
  font-size: 12px;
  z-index: 1;
  text-transform: uppercase;
  position: absolute;
  opacity: 1;
  left: 0;
  top: 10px;
  font-weight: bold;
}

.range-calendar .calendar .cell .day.ferial {
  font-weight: bold;
}

.range-calendar .calendar .cell .month.first {
  opacity: 1;
}

.range-calendar .calendar .cell:hover {
  background-color: transparent;
  color: #888;
}

.range-calendar .calendar .cell.selected {
  background: transparent;
  color: #fff;
}

.range-calendar .calendar .cell.selected .day-number,
.calendar .cell.ui-selecting .day-number {
  z-index: 2;
  position: relative;
}

.range-calendar .calendar .cell.selected .month,
.calendar .cell.ui-selecting .month {
  z-index: 2;
  position: relative;
  opacity: 1;
}

.range-calendar .calendar .cell.selected .day,
.calendar .cell.ui-selecting day {
  z-index: 2;
  position: relative;
}

.range-calendar .calendar .cell.selected .day.ferial,
.calendar .cell.ui-selecting day.ferial {
  z-index: 2;
  position: relative;
  font-weight: bold;
}

.range-calendar .months {
  z-index: 1;
  list-style: none;
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
  width: 99999px;
  border-bottom: 0px solid #f9f9f9;
  margin-bottom: 10px;
  display: none;
}

.range-calendar.auto-hide-months .months {
  display: none;
}

.range-calendar .months .cell {
  float: left;
  width: 105px;
  padding: 10px 10px;
  margin: 0px 0;
  text-align: center;
  position: relative;
  color: #888;
  border-right: 0px solid rgba(0, 0, 0, 0.03);
  position: relative;
}

.range-calendar .months .cell .month-name {
  font-weight: bold;
  font-size: 12px;
  z-index: 1;
  position: relative;
  text-transform: uppercase;
}

.range-calendar .months .cell .date-formatted {
  font-weight: 100;
  font-size: 12px;
}

.range-calendar .months .cell .bullet {
  position: absolute;
  left: 15px;
  top: 15px;
  height: 7px;
  width: 7px;
  background-color: #888;
  display: none;
  border-radius: 1px;
}

.range-calendar .months .cell.selected {
  float: left;
  text-align: center;
  position: relative;
  color: #fff;
  background-color: #888;
}

.range-calendar .months .cell.selected .month-name {
  color: #fff;
}

.range-calendar .months .cell.selected .date-formatted {
  color: #fff;
}

.range-calendar .months .cell.selected .bullet {
  background-color: #fff;
}

.range-calendar .months .cell.current .bullet {
  display: block;
}

.range-bar {
  display: none;
}

.range-bar.resizable {
  height: 100%;
  position: absolute;
}

.range-bar.range-bar-content {
  width: 100%;
  height: 100%;
  display: block;
  float: left;
}

.range-bar .ui-resizable-handle.ui-resizable-e {
  width: 6px;
  height: 100%;
  background-position: 25px 53%;
  background-repeat: no-repeat;
  right: 0px;
  padding: 20px;
  opacity: 0.5;
}

.range-calendar .ui-draggable {
  cursor: move;
  cursor: -moz-grab;
  cursor: -webkit-grab;
}

.range-calendar .ui-draggable-dragging {
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}


/* CUSTOM CSS */

.dateRangeCalendarWrapper {
  margin: 15px auto 0;
  max-width: 560px;
  border: 1px solid #eee;
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.1);
  background: #fff;
  position: relative;
}

.dateRangeCalendarWrapper > select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #eee;
  background: white;
  padding: 10px;
  text-align: center;
  width: 180px;
  margin: 10px auto;
  position: relative;
  left: calc(100% - 190px);
}

.dateRangeCalendarWrapper > select::-moz-focus-inner {
  border: 0;
}

.dateRangeCalendarWrapper > select option {
  text-align: left;
}

.dateRangeCalendarWrapper #buttonDatePreviousWrap,
.dateRangeCalendarWrapper #buttonDateNextWrap {
  position: absolute;
  height: 100%;
  max-height: 100px;
  width: 35px;
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
  bottom: 0;
  border: 0;
  background: white;
  cursor: pointer;
  border-top: 1px solid #eee;
  z-index: 1;
  color: #888;
  padding-top: 30px;
}

.dateRangeCalendarWrapper #buttonDatePreviousWrap:focus,
.dateRangeCalendarWrapper #buttonDateNextWrap:focus {
  outline: 0;
}

.dateRangeCalendarWrapper #buttonDatePreviousWrap::-moz-focus-inner,
.dateRangeCalendarWrapper #buttonDateNextWrap::-moz-focus-inner {
  border: 0;
}

.dateRangeCalendarWrapper #buttonDatePreviousWrap {
  left: 0;
}

.dateRangeCalendarWrapper #buttonDateNextWrap {
  right: 0;
  border-left: 1px solid #eee;
}

.dateRangeCalendarWrapper .calendar {
  left: 35px !important;
}

.dateRangeCalendarWrapper .range-calendar .calendar .cell {
  max-height: 100px;
  border-right: 1px solid #eee;
  border-top: 1px solid #eee;
  color: #888;
}

.dateRangeCalendarWrapper .range-calendar .calendar .cell:first-child {
  border-left: 1px solid #eee;
}

.dateRangeCalendarWrapper .range-calendar .calendar .cell.selected {
  background: transparent !important;
  position: relative;
}

.dateRangeCalendarWrapper .range-calendar .calendar .cell.selected:before {
  content: "";
  position: absolute;
  height: 4px;
  width: 100%;
  background: #9b59b6;
  top: 0;
  left: 0;
}

.selected-date-area {
  margin: 10px auto;
  padding: 50px 30px;
  border: 1px solid #eee;
  background: white;
  max-width: 560px;
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.1);
  display: none;
}

.selected-date-area > span {
  font-size: 1.3rem;
  font-family: Arial;
  color: #666;
}


/*radio+checkbox*/
.frb-group {
	/* margin: 15px 0; */
}

.frb ~ .frb {
	/* margin-top: 15px; */
}

.frb input[type="radio"]:empty,
.frb input[type="checkbox"]:empty {
	display: none;
}

/* .frb input[type="radio"] ~ label:before,
.frb input[type="checkbox"] ~ label:before {
	font-family: FontAwesome;
	content: '\f096';
	position: absolute;
	top: 50%;
	margin-top: -11px;
	left: 15px;
	font-size: 22px;
}

.frb input[type="radio"]:checked ~ label:before,
.frb input[type="checkbox"]:checked ~ label:before {
	content: '\f046';
}
*/

.frb input[type="radio"] ~ label,
.frb input[type="checkbox"] ~ label {
	position: relative;
	cursor: pointer;
	width: 100%;
	border: 1px solid #ccc;
	border-radius: 5px;
	background-color: #f2f2f2;
}

.frb input[type="radio"] ~ label:focus,
.frb input[type="radio"] ~ label:hover,
.frb input[type="checkbox"] ~ label:focus,
.frb input[type="checkbox"] ~ label:hover {
	box-shadow: 0px 0px 3px #333;
}

.frb input[type="radio"]:checked ~ label,
.frb input[type="checkbox"]:checked ~ label {
	color: #fafafa;
}

.frb input[type="radio"]:checked ~ label,
.frb input[type="checkbox"]:checked ~ label {
	background-color: #f2f2f2;
}

.frb.frb-default input[type="radio"]:checked ~ label,
.frb.frb-default input[type="checkbox"]:checked ~ label {
	color: #333;
}

.frb.frb-primary input[type="radio"]:checked ~ label,
.frb.frb-primary input[type="checkbox"]:checked ~ label {
	background-color: #337ab7;
}

.frb.frb-success input[type="radio"]:checked ~ label,
.frb.frb-success input[type="checkbox"]:checked ~ label {
	background-color: #5cb85c;
}

.frb.frb-info input[type="radio"]:checked ~ label,
.frb.frb-info input[type="checkbox"]:checked ~ label {
	background-color: #5bc0de;
}

.frb.frb-warning input[type="radio"]:checked ~ label,
.frb.frb-warning input[type="checkbox"]:checked ~ label {
	background-color: #f0ad4e;
}

.frb.frb-danger input[type="radio"]:checked ~ label,
.frb.frb-danger input[type="checkbox"]:checked ~ label {
	background-color: #d9534f;
}

.frb input[type="radio"]:empty ~ label span,
.frb input[type="checkbox"]:empty ~ label span {
	display: inline-block;
}

.frb input[type="radio"]:empty ~ label span.frb-title,
.frb input[type="checkbox"]:empty ~ label span.frb-title {
	font-size: 20px;
	font-weight: 700;
	margin: 30px 5px 20px 40px;
}

.frb input[type="radio"]:empty ~ label span.frb-description,
.frb input[type="checkbox"]:empty ~ label span.frb-description {
	font-weight: normal;
	margin: 5px 5px 5px 0px;
}

.frb input[type="radio"]:empty:checked ~ label span.frb-description,
.frb input[type="checkbox"]:empty:checked ~ label span.frb-description {
	color: #fafafa;
}

.frb.frb-default input[type="radio"]:empty:checked ~ label span.frb-description,
.frb.frb-default input[type="checkbox"]:empty:checked ~ label span.frb-description {
	color: #999;
}

.frb-description ul {margin-left: 20px;padding: 0 10px}	
/* other */
.pr-time-select, .filter-time-select {float: left;margin: 0 10px 10px 0;padding: 6px 12px;width: 90px;color: #515151;font-size: 13px;list-style-type: none;text-align: center;cursor: pointer;background-color: #e7e7e7;-webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px}
.pr-time-select.active{background-color: #11a19a !important;color: #fff}

.checkbox-inline+.checkbox-inline, .radio-inline+.radio-inline {margin: 0!important}

.price{color:#c50000}

.evnt-pbox {margin-right: 10px;padding: 15px;font-size: 40px;border-radius: 6px;}
.small-border {border: 1px solid #d7d7d7}


@media ( max-width: 585px ) {
    .input-group span.input-group-btn,.input-group input,.input-group button{
        /* display: block;
        width: 100%; */
        border-radius: 0;
        margin: 0;
    }
    .input-group {
        position: relative;   
    }
    .input-group span.data-up{
        position: absolute;
        top: 0;
    }
    .input-group span.data-dwn{
        position: absolute;
        bottom: 0;
    }
    .form-control.text-center {
        margin: 34px 0;
    }
    .input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group{
        margin-left:0;
    }

}

.input-group .form-control{float: initial!important;width: 60%!important;}


/*------------------------------------*/


.wrapper {
  display: flex;
  align-items: stretch;
}

#sidebarCollapse{z-index: 2;position: absolute;right: 50px}


#sidebar {
  height: 100%;
  padding-right: 0;
  padding-top: 20px;
   transition: all 0.3s;
}
#sidebar .nav {
  width: 95%;
}
#sidebar li {
  border:0 #f2f2f2 solid;
  border-bottom-width:1px;
}

.bg-success {background-color: #28a745!important;}
.text-light {color: #f8f9fa!important;}
.progress-bar{font-size:0!important}
.error{color:red}

/* collapsed sidebar styles */
@media screen and (max-width: 767px) {
  .row-offcanvas {
    position: relative;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
  }
  .row-offcanvas-right
  .sidebar-offcanvas {
    right: -63.6%;
  }

  .row-offcanvas-rigt
  .sidebar-offcanvas {
    left: -41.6%;
  }
  .row-offcanvas-right.active {
    right: 41.6%;
  }
  .row-offcanvas-left.active {
    left: 41.6%;
  }
  .sidebar-offcanvas {
    position: absolute;
    top: 0;
    width: 41.6%;
  }
  #sidebar {
    padding-top:0;
  }
}


