@media only screen and (min-width: 1200px) {
#aeg_broneeri_side_div{
	width: 270px;
	float:left;
   
}
#aeg_broneeri_body_div{
	width: calc(100% - 415px);
	margin-left:40px;
	transition: all 0.3s;
	float:left;
   
}
 #aeg_broneeri_filtrid_div{
	    display:block!important;
	}	
 
.aeg_filter_rida_div:last-child {
  text-align: left!important;
  min-width: auto!important;
   border-top: solid 1px #dee0ec;
	padding-top: 10px;
}
.aeg_filter_rida_div {
  text-align: left!important;
  padding-right: 0px!important;
}
#aeg_broneeri_legend {
  margin-top: 0!important;
  
}
#aeg_broneeri_filtrid_div input[type="text"] {
  width: calc(100% - 14px)!important;
}
.aeg_filter_rida_div.aeg_filter_ajad_div {
  border-bottom: solid 1px #dee0ec;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
}


.aeg_blokid_div{
	padding: 0;
	flex-direction: row;
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	margin-bottom:20px;
}

.aeg_blokk {
	height: 3em;
	width: 3em;
	display: inline-flex;
	margin: 0;
	padding: 0;
	/*border-right: 1px solid #fff;*/
	/*border-top: 1px solid #fff;*/
	background-color: #FFF;
	border: 1px solid #000;
	margin-left: -1px;
	margin-top:-1px;
}

.aeg_blokk:not(.saadaval) {
	background-color: #eee;
	border: 1px solid #fff;
}

.aeg_blokk.saadaval.vaba {
	cursor: pointer;
}

.aeg_blokk.saadaval.vaba:hover {
	opacity: 0.7;
}

.aeg_blokk.kinni {
	background-color: #ff9c86;
	border: 1px solid #fff;
}

.aeg_blokk.keelatud {
    background-color: #eee;
    border: 1px solid #fff;
}
/* 
	vaata siit 
	https://cssgradient.io/ 
*/
.aeg_blokk.kinni.broni_viimane{
	background: rgb(242,108,79);
	background: linear-gradient(90deg, rgb(255, 156, 134) 50%, rgba(242,108,79,0.3) 100%);
}

.aeg_blokk.kasutaja {
	background-color: #B3E2A7;
	border: 1px solid #fff;
}

/* 
	vaata siit 
	https://cssgradient.io/ 
*/
.aeg_blokk.kasutaja.broni_viimane{
	background: rgb(179,226,167);
	background: linear-gradient(90deg, rgba(179,226,167,1) 80%, rgba(179,226,167,0.3) 100%);
}

.aeg_blokk.vaba {
	background-color: #FFF;
	border: 1px solid #dee0ec;
	
}

.aeg_blokk.aeg_hovering{
	opacity: 0.7;
}

.aeg_blokk.aeg_hovering:hover{
	cursor: pointer;
}



.aeg_text_div {
	position: relative;
	width: 100%;
}

.aeg_tuba_nimi {
	font-size: 1.3em;
  font-weight: 500;
  margin-bottom: 0.2em;
  color: #0e5da7;
  line-height: 1.2em;
}

.aeg_tuba_func_ikoon{
	font-size: 0.8em;
}

.aeg_tuba_nimi .aeg_tuba_func_ikoon{
	color: #000;
	/*width: 32px;
    height: 32px;*/
}

.aeg_valikud_rida {
	margin-bottom: 0.3em;
}

.aeg_text_t1 {
	font-weight: bold;
	font-size: 2em;
	padding-top: 0.1em;
	color: #333333;
}

.aeg_text_t2 {
	font-size: 1em;
	color: #333333;
}

.aeg_blokk.selected {
	background-color: #0e5da7;
	border: 1px solid #fff;
}

.aeg_blokk.selected .aeg_text_t2, .aeg_blokk.selected .aeg_text_t1 {
	color: #fff;
}

.aeg_blokk.selected_half {
	background: repeating-linear-gradient(
		135deg,
		#0e5da7,
		#0e5da7 0.3em,
		transparent 0.5em,
		transparent 0.3em
	);
}

.aeg_valikud_read{
	margin-bottom: 2em;
}

.aeg_valikud_broneeri{
	padding: 0;
	position: fixed;
	min-height: 3.5em;
	width: 100%;
	display: block;
	bottom: 0;
	left: 0;
	background-color: /*#48b582*/#fff;
	color: #000;
	font-size: 1.2em;
	line-height: 1.4em;
	text-align: center;
	font-weight: 400;
	padding: 20px 0px;
	box-shadow: 0px 10px 35px 0px rgb(0 0 0 / 5%);
    border: 1px solid rgba(229, 229, 229, 0.5);
}
.aeg_andmetega #aeg_valitud_kuupaev:before {
	content: "\f073";
	display:inline-block;
	font-size: 16px;
	color:#000;
	font-weight:600;
	font-family: "Font Awesome 5 Free" !important;
	margin-right:5px;
}
.aeg_andmetega #aeg_valitud_alates_div:before {
	content: "\f017";
	display:inline-block;
	font-size: 16px;
	color:#000;
	font-weight:400;
	font-family: "Font Awesome 5 Free" !important;
	margin-right:5px;
}
.aeg_valikud_broneeri span{
	display:none;
}
.aeg_valikud_broneeri.aeg_andmetega span {
	display:inline-block;
	margin-top: 5px;
}

#aeg_valitud_koht_div{
	padding: 0px 0.3em;
	margin-top: 30px;
}

#aeg_valitud_alates_div, #aeg_valitud_kuni_div{
	padding: 0 0.3em;
}

#broneeri_button_div{
	padding: 0.1em 0.2em;
	height: 2em;
}

#broneeri_button{
	background-color: #48b582;
    font-weight: 600;
    width: 100%;
    padding: 0 0;
    max-width: 360px;
	font-size: 1.1em;
	border: solid 2px #48b582;
    border-radius: 25px;
	margin-bottom:20px;
	padding: 10px 15px;
}

#broneeri_button:disabled{
	opacity: 1;
  background-color: #d1ebf9;;
  border: 0px;
  color: #fff;
  cursor: default;
  max-width: 270px;
	padding: 10px 15px;
}
#broneeri_button:not(.etapp0):disabled, #broneeri_button.etapp1:disabled{
	font-size:.9em!important;
	border-radius:0;
	color:#313233;
	font-weight:500;
	padding: 10px 15px;
}

#aeg_broneeri_filtrid_div{
	line-height: 2em;
	/*
	margin-top: 1em;
	padding-top: 1em;
	*/
}


.aeg_filter_div {
	font-size: .9em;
	/*margin: 0.1em 0.1em;*/
	
}

.aeg_filter_div .aeg_tuba_func_ikoon{
	font-size: 1em;
}

.aeg_filter_icon_div{
	cursor: pointer;
	white-space: nowrap;
}

.aeg_filter_div{
	/*opacity: 0.7;*/
	color: #000;
	cursor: pointer;
	white-space: nowrap;
}

.aeg_filter_div.selected, .aeg_filter_icon_div.selected, .aeg_filter_div.selected, .aeg_filter_div.selected input {
	opacity: 1;
	color: #000;
	
}
.aeg_filter_div:not(.selected):hover {
	opacity: 1;
}
.aeg_filter_div.selected {
   white-space: nowrap;
}
.aeg_filter_div.selected input {
	border: 1px solid #95cdec;
}
.aeg_filter_div.selected input[type="button"] {
    border: 1px solid #48b582;
	margin-top: 5px;
}
.aeg_blokid_div, #aeg_broneeri_filtrid_div{
	-webkit-user-select: none; /* Safari */
	-ms-user-select: none; /* IE 10 and IE 11 */
	user-select: none; /* Standard syntax */
	background-color: #fff;
    
	
}
#aeg_broneeri_filtrid_div{
	-webkit-user-select: none; /* Safari */
	-ms-user-select: none; /* IE 10 and IE 11 */
	user-select: none; /* Standard syntax */
	background-color: #fff;
    box-shadow: 0px 1px 1px 0px rgb(239 241 244 / 100%);
    padding: 20px;
	border-radius: 10px;
    border: solid 1px #dedfea;
	display: flex;
  /*justify-content: space-between;*/
	
}

#aeg_broneeri_content{
	/*padding: 20px 0px;*/
	/*padding-top: 2em;*/
	/*box-shadow: 0px 1px 1px 0px rgb(239 241 244 / 100%);*/
    background-color: #fff;
    /*border-top-left-radius: 0px;
    border-top-right-radius: 0px;
	border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
	margin-top: -2px;
	border: solid 1px #dedfea;*/
	border-top:0px;
}
#aeg_broneeri_filtrid_div input[type="button"] {
  background-color: #295394;
  border: solid 1px #295394;
}
#aeg_broneeri_filtrid_div input[type="button"]:hover {
  opacity:.7;
}
#f_aeg_auk{
	width: 100%;
	max-width:82px;
	/*height: 1em;*/
	/*color: #0e5da7;*/
	font-weight: 500;
	font-size: 14px !important;
	margin-top: 2px;
	margin-left: 13px;
}

#f_aeg_mahutab{
	width: 100%;
	max-width:70px;
	height: 1.3em;
	/*color: #0e5da7;*/
	font-weight: 500;
	font-size: 14px !important;
	margin-top:2px;
	margin-bottom:10px;
}

.aeg_filter_rida_div{
	text-align: left;
	padding-right:10px;
	
}

.aeg_filter_date_text{
	color: #999;
	cursor: pointer;
	white-space: nowrap;
}

.aeg_filter_date_text:hover{
	opacity: 0.7;
}

.aeg_kuvatav_info{
  font-size: 1.6em;
  font-weight: 600;
  margin-bottom: 1em;
  color: #092e66;
}

.aeg_filter_icon_div:hover{
	opacity: 0.7;
}

#f_aeg_kuupaev_datepicker {
  border: 1px solid #95cdec;
  font-size: 14px !important;
	max-width: 100px;
}
.aeg_div_notimes_div{
	font-size: 1em;
	padding:15px 15px;
	border-radius:10px;
	font-weight:600;
	background-color: #ff00000d;
}
.aeg_div_notimes_div:before{
	content: "\f06a";
	font-family: "Font Awesome 6 Free";
	display:inline-block;
	font-weight:600;
	font-size:1.4em;
	margin-right: 10px;
	color:#f26c4f;
	vertical-align:middle;
	margin-top:-2px;
	
}

.aeg_div_warning_div, .aeg_div_info_div{
	font-size: 1em;
	padding:15px 15px;
	border-radius:10px;
	font-weight:600;
	background-color: #fff9e6;
	margin-bottom: 1em;
}
.aeg_div_warning_div:before, .aeg_div_info_div:before{
	content: "\f071";
	font-family: "Font Awesome 6 Free";
	display:inline-block;
	font-weight:600;
	font-size:1.4em;
	margin-right: 10px;
	color:#ffc107;
	vertical-align:middle;
	margin-top:-2px;
}

.aeg_div_info_div{
	background-color: #d1ebf9;
}
.aeg_div_info_div:before{
	content: "\f05a";
	color: #295394;
}

#aeg_date_jargmine input{
	color: #FFF;
	width: auto;
}

#aeg_broneeri_legend{
	padding: 20px 0px;
    background-color: #fff;
    border-top-left-radius: 10px;
    margin-top: 1em;
    /*border-top-right-radius: 10px;
	box-shadow: 0px 1px 1px 0px rgb(239 241 244 / 100%);
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
	border: solid 1px #dedfea;*/
	border-bottom:0px;
}

.aeg_legend_blokk{
	margin-right: 1em;
	white-space: nowrap;
}

.aeg_legend_blokk .aeg_blokk {
	height: 1em;
	width: 1em;
	vertical-align: sub;
}
.aeg_filter_div.aeg_filter_icon_div {
  border: solid 1px #dee0ec;
  border-radius: 25px;
  padding: 3px 10px 3px;
  background-color:#fff;
  display: inline-block;
	margin-bottom:4px;
	font-size: 13px;
}
.aeg_filter_div.aeg_filter_icon_div.selected{
  background-color: #d1ebf9;
  color: #1a1a1a;
  border: solid 1px #91d9ff;
}
.aeg_tuba_nimi .fa-solid:before {
   margin-left: 3px;
}
.aeg_tuba_nimi .fa-tablet-button:before {
   margin-left: 8px;
}
.aeg_tuba_nimi .fa-desktop:before {
   margin-left: 6px;
}
.aeg_tuba_nimi .fa-tv:before {
   margin-left: 4px;
}
.aeg_filter_div.aeg_filter_date_text.selected {
  color: #0f4ecb;
}
.aeg_filter_rida_div.aeg_filter_ajad_div {
  max-width:330px;
}
.aeg_filter_rida_div:last-child {
  text-align: right;
  min-width:350px;
}
.aeg_filter_rida_div.aeg_filter_ajad_div {
  font-size: .9rem!important;
}
#broneeri_pre_btn_div {
  width: 100%;
  max-width:500px;
  margin: 0 auto;
  border: solid 1px #95cdec;
  padding: 10px 20px;
  font-size:.9em;
  border-radius:5px;
  color: #0e5da7;
}
#broneeri_pre_btn_div:before {
    content: "\f05a";
	font-family: "Font Awesome 6 Free";
	display:inline-block;
	font-weight:600;
	font-size:1.1em;
	margin-right: 10px;
	color:#0e5da7;
	vertical-align:middle;
	margin-top:-2px;
}

.cms_filter_select_range_div.bron_filter_kell .select2-container {
  width: 100px !important;
}

    @media only screen and (max-width: 1000px) {
    
      #aeg_broneeri_filtrid_div{
	    display:block;
	}	
	  .aeg_filter_rida_div:last-child {
        text-align: left;
		border-top: solid 1px #dee0ec;
        padding-top: 10px;
    }
		 #aeg_broneeri_filtrid_div input[type="text"] {
           width: calc(100% - 14px)!important;
     }
        .aeg_filter_rida_div.aeg_filter_ajad_div {
           border-bottom: solid 1px #dee0ec;
           padding-bottom: 10px;
           margin-bottom: 10px;
     }
		.aeg_filter_rida_div.aeg_filter_ajad_div {
            max-width:100%;
      }
		#f_aeg_kuupaev_datepicker {
           max-width: 100px;
      }
		#f_aeg_mahutab {
             margin-right: 30px;
       }
		#f_aeg_auk {
             margin-left: 3px;
       }
		.content-text {
           padding-left: 2%;
        }
   }
     @media only screen and (max-width: 360px) {
        .aeg_filter_rida_div:last-child {
           min-width: 100%;
     }
	   .content-text {
           padding-left: 3%;
		   padding-right: 3%;
        }
   
   }

