/*
|----------------------------------------------------------------------------
	SmartCalendar - Multipurpose Date Time Picker Calendar
	Author: MGScoder
	Author URL: https://codecanyon.net/user/mgscoder
	Version: 2.2.2
|----------------------------------------------------------------------------
*/

/*
|------------------------------------------------------------------
	[Table of contents]:

	1. FONTS
	2. FORM STYLE
	3. CALENDAR STYLE	
|-------------------------------------------------------------------
*/

/*
|----------------------------------------------------------------------------
	1. FONTS: Google Font
|----------------------------------------------------------------------------
*/
/*@import url('https://fonts.googleapis.com/css?family=Roboto:400,400i,700,700i');*/



/*
|----------------------------------------------------------------------------
	2. FORM STYLE
|----------------------------------------------------------------------------
*/
#reservation-form-section .reservation-form-note {
    text-align: center;
    color: #ff0000;
    font-size: 18px;
    margin: 30px 0;
}
#reservation-form-section .reservation-form-title {
    font-size: 38px;
    color: #e15e35;
    text-align: center;
    border-bottom: 5px solid;
    font-weight: bold;
}
#reservation-form-section {
	padding: 100px 0;
}
#reservation-form-section .text-center {
	text-align: center;
}
#reservation-form-section.nonbootstrapForm #reservationForm {
	width: 520px;
	max-width: 100%;
	margin: 0 auto;
}
#reservation-form-section.nonbootstrapForm #reservationForm input.form-control {
	width: 90%;
	height: 40px;
	padding-left: 10px;
}
#reservationForm {
	font-family: 'Roboto', sans-serif;
	max-width: 780px;
	margin: 0 auto;
}
#reservationForm .heading-title {
	color: #e15e35;
}
#reservationForm h3 {
    margin: 100px 0 0;
}
#reservation-form-section.reservation-form-section form#reservationForm.reservation-form p > strong {
    padding: 2px 4px;
    font-size: 16px;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px;
}
#reservationForm .form-group label {
	font-weight: bold;
	color: #039;
}
#reservationForm .form-group {
	display: table;
    position: relative;
	width: 100%;
    margin: 0 0 30px;
}
#reservationForm .form-control {
    background-color: transparent;
    border: 1px solid #e15e35;
    padding-left: 10px;
	margin-top: 10px;
	max-width: 400px;
	height: 40px;
}
#reservationForm .form-control:focus {
	box-shadow: 0 1px 1px rgba(251, 153, 2, 0.075) inset, 0 0 8px rgba(251, 153, 2, 0.6);
}

/*
|----------------------------------------------------------------------------
	3. CALENDAR STYLE
|----------------------------------------------------------------------------
*/

.datetimepicker td, .datetimepicker th {
    min-width: 51px;
    border-radius: 0;
}

.datetimepicker td {
    &.isComplete {
        background-color: #cd1c18b3 !important;
        color: #ffffff9e !important;
    }
    &.isWarning {
        background-color: #ffa500a3;
    }
}

.datetimepicker.datetimepicker-inline {
	font-family: 'Roboto', sans-serif;
    width: 100%;
    max-width: 100%;
	padding: 0;
    /*background-color: #e9e9e95c;*/
	margin: 10px 0 0;
	line-height: 1.4;
}
.datetimepicker.datetimepicker-inline table.table-condensed {
    width: 100%;
	border-spacing: 1px;
	border-collapse: separate;
}
.datetimepicker.dropdown-menu table.table-condensed tr > td, .datetimepicker.dropdown-menu table.table-condensed tr > th,
.datetimepicker.dropdown-menu table.table-condensed tr > td, .datetimepicker.dropdown-menu table.table-condensed tr > th {
	padding: 5px;
}
.datetimepicker.datetimepicker-inline .switch {
    background-color: #fff;
    color: var(--variable-collection-couleurs-cendre);
    font-size: 20px;
}
.datetimepicker.datetimepicker-inline .switch:hover {
    background-color: var(--variable-collection-couleurs-gr-ge);
    color: #e15e35;
}
.datetimepicker.datetimepicker-inline table.table-condensed th.next, .datetimepicker.datetimepicker-inline table.table-condensed th.prev {
    color: #e15e35;
    font-size: 28px;
	/*padding: 0 5px 5px;*/
	border-radius: 50%;
}

.datetimepicker thead tr:first-child th:hover, .datetimepicker tfoot th:hover {
    background: none;
}

.datetimepicker.datetimepicker-inline table.table-condensed thead tr:nth-child(2) {
    background-color: #3e3e3e;
	color: #fff;
}
.datetimepicker.datetimepicker-inline table.table-condensed thead tr:nth-child(3) th {
    border-radius: 0;
}
.datetimepicker.datetimepicker-inline .datetimepicker-days tbody tr {
    background-color: rgb(179 162 150 / 41%);
    font-family: "Raleway-SemiBold", Helvetica;
    & td:not(".weekday") {
        background-color: rgb(179 162 150 / 41%);
    }
}
.datetimepicker.datetimepicker-inline tbody > tr {
    /*background-color: rgb(179 162 150 / 41%);*/
    font-family: "Raleway-SemiBold", Helvetica;
    & td:not(".weekday") {
        background-color: rgb(179 162 150 / 41%);
    }
}
.datetimepicker.datetimepicker-inline table tr td.global, .datetimepicker.datetimepicker-inline table tr td.global:hover, .datetimepicker.datetimepicker-inline table tr td span.global, .datetimepicker.datetimepicker-inline table tr td span.global:hover {        
    background-color: var(--variable-collection-couleurs-gr-ge);
}

.datetimepicker.datetimepicker-inline .datetimepicker-months tbody > tr, .datetimepicker.datetimepicker-inline .datetimepicker-years tbody > tr {
    background-color: #fff;
}
.datetimepicker.datetimepicker-inline tfoot th.today {
    background-color: rgba(251,153,2,.8);
    font-size: 16px;
	text-transform: uppercase;
}
.datetimepicker.datetimepicker-inline tfoot th.today:hover {
    background-color: #e15e35;
    color: #fff;
}
.datetimepicker.datetimepicker-inline tfoot tr th.clear:hover {
    background: #ff0000;
    color: #fff;
}
.datetimepicker.datetimepicker-inline td.available:hover, .datetimepicker.datetimepicker-inline th.available:hover,
.datetimepicker.datetimepicker-inline table tr td span:hover, .datetimepicker.datetimepicker-inline table tr td.day:hover {
    background-color: #e15d35;
    color: #fff;
}

/*** REMOVE HOURS ***/
.datetimepicker.datetimepicker-inline table tr td span.deleted {
	display: none !important ;
}

.datetimepicker.datetimepicker-inline table tr td.disabled, .datetimepicker.datetimepicker-inline table tr td.day.disabled:hover {
	/*background-color: #fff;*/
    background-color: var(--variable-collection-couleurs-gr-ge);
    /*display: none;*/
}
.datetimepicker.datetimepicker-inline table tr td span {
	background-color: rgb(219 217 211);
    &.isAvailable {
        /*background-color: #228800;
        color: #fff;*/
    }
    &.isComplete {
        background-color: #cd1c18b3;
        color: #ffffff9e;
        /*pointer-events: none; 
        cursor: not-allowed;*/
    }
    &.isWarning {
        background-color: #ffa500a3;
        &:hover {
            background-color: #e15d35;
            /* color: #fff; */
        }
        /*color: #fff;*/
    }
}
.datetimepicker.datetimepicker-inline table tr td.disabled:hover,
.datetimepicker.datetimepicker-inline table tr td span.disabled, .datetimepicker.datetimepicker-inline table tr td span.disabled:hover {
	background-color: rgb(219 217 211 / 28%);
}
.datetimepicker.datetimepicker-inline table tr td.disabled, .datetimepicker.datetimepicker-inline table tr td.disabled:hover,
.datetimepicker.datetimepicker-inline table tr td span.disabled, .datetimepicker.datetimepicker-inline table tr td span.disabled:hover {
	cursor: not-allowed;
    color: #999999c7;
}
.datetimepicker.datetimepicker-inline table tr td span.hour.disabled, .datetimepicker.datetimepicker-inline table tr td span.hour.disabled:hover {
	display: none;
}

.datetimepicker.datetimepicker-inline table tr td.active:active, .datetimepicker.datetimepicker-inline table tr td.active:hover:active, .datetimepicker.datetimepicker-inline table tr td.active.disabled:active, .datetimepicker.datetimepicker-inline table tr td.active.disabled:hover:active, .datetimepicker.datetimepicker-inline table tr td.active.active, .datetimepicker.datetimepicker-inline table tr td.active.active:hover, .datetimepicker.datetimepicker-inline table tr td.active.disabled.active, .datetimepicker.datetimepicker-inline table tr td.active.disabled.active:hover,
.datetimepicker.datetimepicker-inline table tr td.active .datetimepicker.datetimepicker-inline table tr td.active:hover, .datetimepicker.datetimepicker-inline table tr td.active.disabled, .datetimepicker.datetimepicker-inline table tr td.active.disabled:hover,
.datetimepicker.datetimepicker-inline table tr td span.active:active, .datetimepicker.datetimepicker-inline table tr td span.active:hover:active, .datetimepicker.datetimepicker-inline table tr td span.active.disabled:active, .datetimepicker.datetimepicker-inline table tr td span.active.disabled:hover:active, .datetimepicker.datetimepicker-inline table tr td span.active.active, .datetimepicker.datetimepicker-inline table tr td span.active.active:hover, .datetimepicker.datetimepicker-inline table tr td span.active.disabled.active, .datetimepicker.datetimepicker-inline table tr td span.active.disabled.active:hover,
.datetimepicker.datetimepicker-inline table tr td span.focused, .datetimepicker.datetimepicker-inline table tr td span.active, .datetimepicker.datetimepicker-inline table tr td span.active:hover, .datetimepicker.datetimepicker-inline table tr td span.active.disabled, .datetimepicker.datetimepicker-inline table tr td span.active.disabled:hover {
    background-color: var(--variable-collection-couleurs-caramel);
    background-image: none;
    box-shadow: 0px 2px 7px rgb(51 51 51 / 91%);
}
.datetimepicker.datetimepicker-inline table tr td.active, .datetimepicker.datetimepicker-dropdown table tr td.range-start, .datetimepicker.datetimepicker-dropdown table tr td.range, .datetimepicker.datetimepicker-dropdown table tr td.range-end {
	font-weight: bold;
	/*font-size: 20px;*/
}
.datetimepicker.datetimepicker-dropdown table tr td.today.disabled, .datetimepicker.datetimepicker-dropdown table tr td.today.disabled:hover {
	background-color: rgba(251,153,2,.1);
	background-image: none;
}
.datetimepicker.datetimepicker-inline table tr td.today.active {
    background-color: #e15d35;    
	background-repeat: repeat-x;
}


/************************Time Minutes Picker Prev Next Disabled************************/
.datetimepicker .datetimepicker-minutes table.table-condensed th.next, 
.datetimepicker .datetimepicker-minutes table.table-condensed th.prev,
.datetimepicker table.table-condensed th.switch {
    height: 45px;
}
.datetimepicker .datetimepicker-minutes table.table-condensed th.next, 
.datetimepicker .datetimepicker-minutes table.table-condensed th.prev {
    display: none;
}


#reservationForm .fa-calander::before {
    content: "\f073";
}
.icon-arrow-left:before{content:"\e091"}
.icon-arrow-right:before{content:"\e092"}


#reservationTabledatetime9 {
    font-weight: 700;
    background-color: var(--variable-collection-couleurs-gr-ge);
    font-family: "Raleway-SemiBold", Helvetica;
    font-size: 1rem;
    text-transform: uppercase;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    border: 1px solid #8a8a8a;
    border-radius: 5px;
    color: #000;
    text-align: center;

    &.error-placeholder::placeholder {
        color: #e15e35; 
        font-weight: bold;
    }

    &::placeholder {
        color: #000;
        opacity: 1;
    }
}

@font-face {
  font-family: 'Glyphicons Halflings';

  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 3px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-arrow-left:before{content:"\e091"}
.glyphicon-arrow-right:before{content:"\e092"}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

@media screen and (max-width: 360px) {
	.datetimepicker.datetimepicker-inline {
		width: 90%;
		max-width: 100%;
	}
}

@media screen and (max-width: 500px) {
    .datetimepicker td, .datetimepicker th {
        min-width: auto;        
    }
}