/*
    Basic settings.
*/

/* 15% with of the screen. */
.class_common_width_15
{
    width: 15%;
    min-width: 350px;
}

/* 30% with of the screen. */
/* .class_common_width_30
{
    width: 30%;
    min-width: 300px;
} */

.class_common_width_full
{
    width: 100%;
}

.class_common_text_center
{
    text-align: center;
}

.class_common_font_huge
{
    font-size: 40px;
}

.class_common_font_larger
{
    font-size: 20px;
}

.class_common_font_large_plus
{
    font-size: 16px;
}

.class_common_font_large
{
    font-size: 14px;
}

.class_common_font_medium
{
    font-size: 12px;
}

.class_common_font_small
{
    font-size: 10px;
}

.class_common_font_white
{
    color: white;
}

.class_commn_display_block
{
    display: block;
}

.class_common_vertalign_middle
{
    vertical-align: middle;
}

.class_common_margin
{
    margin: 10px;
}

a.class_common_link_plain:link
{
    text-decoration: none;
}

a.class_common_link_plain:hover
{
    text-decoration: underline;
}

a.class_common_link_pure_plain
{
    text-decoration: none;
}

a.class_common_link_normal
{
    text-decoration: underline;
}

div.class_common_relative
{
    position: relative;
}

div.class_make_parent_encompass
{
    clear: both;
}

div.class_common_section
{
    margin: 0px;
    border-bottom: 1px solid black;
    padding-top: 10px;
    padding-bottom: 10px;
}

div.class_common_center_fit_content
{
    /* Make contents centered horizontall & vertically. */
    margin: auto;

    /* Make div fit its contents.*/
    display: table;
}

div.class_common_right_fit_content
{
    float: right;
    /* display: table;    */
    padding-right: 10px;
}

/* If using this, parent div must also use class_common_relative. */
div.class_common_right_fit_content_abs
{
    position: absolute;

    top: 0px;
    right: 0px;
    display: table;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

div.class_common_left_fit_content
{
    float: left;
    /* display: table;    */
    padding-left: 10px;
}


img.class_common_icon
{
    width: 64px;
    height: 32px;
    vertical-align: middle;

    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 1px;
}

img.class_common_site_info_logo,
img.class_common_room_theme_logo
{
    margin: auto;
    text-align: center;
    display: table-cell;
    padding-bottom: 10px;
}

#id_common_site_info_nav_bar
{
    padding-left: 10px;
    padding-right: 10px;
}

div.class_common_site_info_selector
{
    width: 126px;
    height: 126px;
    padding: 5px;
    margin-left: 5px;
    margin-right: 5px;
    cursor: pointer;
    border: 1px solid #ddd;
    border-radius: 4px;
    opacity: 0.4;
}

div.class_common_site_info_selector_selected
{
    border: 3px solid blue;
    border-radius: 4px;
    opacity: 1.0;
}

.class_common_close_button
{
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.class_common_close_button:hover,
.class_common_close_button:focus
{
    color: red;
    text-decoration: none;
    cursor: pointer;
}

/* Hidden initially. */
/* .class_common_hidden_area
{
    display: none;

    background-color: #fafafa;
    margin: 20px 40px 40px 40px;
    padding: 20px;

	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
    border-radius: 6px;

    -webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.5);
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.5);
} */

img.class_common_contact_us
{
    margin-top: 10px;
    margin-bottom: 30px;
}

.class_common_margin_top_10
{
    margin-top: 10px;
}

.class_common_margin_top_25
{
    margin-top: 25px;
}

.class_common_margin_top_40
{
    margin-top: 40px;
}

.class_common_margin_bottom_10
{
    margin-bottom: 10px;
}

.class_common_margin_bottom_30
{
    margin-bottom: 30px;
}

.class_common_center_horizontal
{
    margin: auto;
}

td.class_common_td_vert_align
{
    vertical-align: top;
    text-align: center;
}

.class_common_table_normal_spacing td
{
    padding: 2px;
}

.class_common_contact_us_table_spacing td
{
    /* top left bottom right */
    padding: 0 30px 0 30px;
}

.class_common_txt_align_center
{
    text-align: center;
}

.class_common_txt_align_right
{
    text-align: right;
}

.class_common_padding_5
{
    padding: 5px;
}

.class_common_padding_20
{
    padding: 20px;
}

.class_common_padding_bottom_5
{
    padding-bottom: 5px;
}

.class_common_site_listing_table
{
    margin-top: 55px;
}

tr.class_common_site_listing_table:hover
{
    background: lightgrey;
}

.class_site_selector
{
    opacity: 0.5;
}

.class_site_selector:hover
{
    background-color: whitesmoke;
    box-shadow: 0 4px 8px 0 rgba(192, 192, 192, 0.5), 0 6px 20px 0 rgba(192, 192, 192, 0.5);
    opacity: 1;
}

.themes {
	margin-top:-4px;
	margin-bottom:10px;
	padding-left:0;
	float:left;
	min-width:120px;
}

.theme-select {
	margin-top:7px;
}

/* Input and form related */
.append-lg {
  border-left: none !important;
  font-size: 20px !important;
  padding: 5px !important;
}

.not-valid {
  border: 1px solid red !important;
}

.valid {
  border: 1px solid green;
}

/* Will select online class. To change instances of online class must be specific about it. */
/* Hence '.online.class-simple-border-select' below. */
.online.class-simple-border-select
{
    box-shadow: 1px 1px 10px  #44bf11;
	border: 1px solid #44bf11;
	background-color: white;
}

.simple_room
{
    width: 160px;
    height : 100px;
    display: block;
    float: left;
    text-align:center;
    margin-right: 10px;
    margin-top:10px;
    background-color: #f4f4f4;
    /* Specify 0px border instead of not specifying, which uses default border. */
    border: 1px solid #9e9e9e;
		cursor: pointer;
}

.simple_room.online.selected {
	box-shadow: 1px 1px 10px #4fca86;
  border: 1px solid #45caa2;
  background-color: white;
}

.simple_room_icons {
	min-height: 8px;
}

.simple_room_temp {
	font-size: 19px;
 	max-width: 160px;
 	overflow: hidden;
 	white-space: nowrap;
  margin-left: 5px;
}

.simple_room_temp_text {
	font-size: 7.6px;
 	max-width: 64px;
 	overflow: hidden;
 	white-space: nowrap;
  text-overflow: ellipsis;
  display: inline;
}

.simple_room_title {
  max-width: 160px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: bold;
}

.simple_room.offline {
  color: #777;
  width: 160px;
  height: 100px;
  display: block;
  float: left;
  text-align: center;
  border: 1px solid rgb(195, 195, 195);
  margin-right: 10px;
  margin-top: 10px;
  background-color: rgb(229, 229, 229);
	cursor: not-allowed !important;
}

.simple_room.online:hover {
  border: 1px solid #71cbff;
}

.simple_room.updating {
	animation-name: updating;
	animation-duration: 2s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	cursor: progress;
}

.legacy_room.updating {
	cursor: progress;
}

@keyframes updating {
	0% {}
	25% {border-top: 1px double #30dffb;border-right: 1px double #acf4ff;}
	50% {border-right: 1px double #30dffb;border-bottom: 1px double #acf4ff;}
	75% {border-bottom: 1px double #30dffb;border-left: 1px double #acf4ff;}
	100% {border-left: 1px double #30dffb;border-top: 1px double #acf4ff;}
}

.changed {
	color: #22a57d !important;
	font-weight: bold !important;
}

.changed.subscription {
  color: rgb(101, 197, 180) !important;
  border-left: 3px solid rgb(101, 197, 180) !important;
  font-weight: bold !important;
}

.deleting {
  border-left: 3px solid red !important;
}

.legacy_room {
    width: 106px;
    height : 56px;
    display: block;
    float: left;
    text-align:center;
    margin-right: 10px;
    margin-top:10px;
    border: 0px solid blue;
}

.legacy_room.offline {
	cursor: not-allowed;
	opacity: .2;
}

.legacy_room.online {
	cursor:pointer;
}

.legacy_room_inner {
	width: 100px;
	height : 50px;
	background-color : transparent;
	display: block;
	float: left;
	text-align: center;
	border: #a2a2a2;
	border-width: 1px;
  border-style: solid;
	margin-top: 2px;
	margin-left: 2px;
	margin-right: 10px;
 	margin-bottom: 2px;
	background-color: #f4f4f4;
  position: relative;
}

.legacy_room_occupied {
	border-width: 1px;
	border-style: solid;
	border-color: #c3c3c3;
	height: inherit;
	width: 25%;
	margin-top: -1px;
	margin-right: -1px;
	background-color: #00cc00;
  position: absolute;
  right: 0;
}

.legacy_room_unoccupied {
	border-width: 1px;
	border-style: solid;
	border-color: #c3c3c3;
	height: inherit;
	width: 25%;
	margin-top: -1px;
	margin-right: -1px;
	background-color: #c6e5d7;
  position: absolute;
  right: 0;
}

.legacy_room_title {
	float: left;
	margin-top: 14%;
	margin-left:25%;
	font-size: 14px;
}

.legacy_room_issue {
  font-size: 6px;
  position: absolute;
  top: 0;
  left: 0;
}

.legacy_room_alias {
	margin-left: -32px;
 	margin-top: 1px;
 	position: absolute;
 	max-width: 40px;
 	font-size: 11px;
}

.legacy_room_indicator {
	margin-top: 34%;
	border-top: 15px solid transparent;
	border-left: 15px solid transparent;
	opacity: 0.2;
  position: absolute;
  bottom: 0;
}

.legacy_room_indicator.active {
	opacity: 1;
}

.legacy_room_indicator.cool {
	border-top: 15px solid transparent;
	border-left: 15px solid #3a77ff;
}

.legacy_room_indicator.heat {
	border-top: 15px solid transparent;
	border-left: 15px solid red;
}

.legacy_room_indicator.fan {
	border-top: 15px solid transparent;
	border-left: 15px solid purple;
}

.advanced-slider {
  -webkit-appearance: none;
  width: 100%;
  height: 15px;
  border-radius: 5px;
  background: #d3d3d3;
  outline: none;
  opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s;
}

.advanced-slider:hover {
  opacity: 1;
}

.advanced-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #4CAF50;
  cursor: pointer;
}

.advanced-slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #4CAF50;
  cursor: pointer;
}

.advanced-slider-value {
	margin-top: 10px;
  text-align: center;
  color: black;
  font-weight: bold;
  border-top: none;
  border-left: none;
  border-right: none;
}

.quick-setting {
	border-top:none;
	border-bottom:none;
	border-right:none;
}

.schedule {
}

.scheduling {
	border-top: 0px;
	border-left: 0px;
	border-right: 1px solid #c3c3c3;
	border-bottom: 1px solid #c3c3c3;
	float: right;
 	width: 100%;
 	height: 32px;
}

.room-container {
	margin-top: 100px;
  display: block;
}

@media screen and (min-width: 2000px) {
  .room-container {
		margin-top: 4%;
  }
}

@media screen and (max-width:800px) {
  .room-container {
    margin-top:15%;
  }
}

@media screen and (max-width: 750px) {
  .room-container {
		margin-top: 29%;
  }
}

@media screen and (max-width: 700px) {
  .room-container {
		margin-top: 28%;
  }
}

@media screen and (max-width: 600px) {
  .room-container {
		margin-top: 27%;
  }
}

@media screen and (max-width: 500px) {
  .room-container {
    margin-top: 30%;
  }
}

@media screen and (max-width: 450px) {
  .room-container {
    margin-top: 33%;
  }
}

@media screen and (max-width: 400px) {
  .room-container {
    margin-top: 35%;
  }
}

.room-legend {
	float:left;
	margin-top:8px;
	color: #b9b9b9;
}

@media screen and (max-width: 600px) {
  .room-legend {
		margin-left: -50px;
  }
}




/* ------------------------------------- Errors ------------------------------------- */

.class_error
{
    color: red;
}

/* ----ReactJS class styles----- */
.class_highlighted
{
		border-left: 10px solid red;
}


.checkmark-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size:16px !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.checkmark-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}



.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border: 1px solid #b7b7b7;
}

.checkmark-container:hover input ~ .checkmark {
  background-color: #ccc;
}

.checkmark-container input:checked ~ .checkmark {
  background-color: #65c5b4;
  border: none;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.checkmark-container input:disabled ~ span{
  opacity: 0.3;
}

.checkmark-container input:checked ~ .checkmark:after {
  display: block;
}

.checkmark-container .checkmark:after {
  left: 10px;
  top: 5px;
  width: 6px;
  height: 12px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
 
@media screen and (max-width: 400px) {
  .checkmark-container {
    padding-left: 28px;
  }
}

/*Properties*/
.property-button{
  cursor: pointer;
  width: 160px;
  height: 100px;
  float: left;
  text-align: center;
  border: 1px solid #c3c3c3;
  margin-right:20px;
  margin-top:20px;
}

.property-name {
  margin: 0;
  font-size: 18px;
}

@media screen and (max-width: 480px) {
    .property-button {
      width: 130px;
    }

    .property-name {
      font-size: 14px;
    }

    .property-container {
      padding-top: 15%;
    }

    .property-utility-bar {
      padding-top: 3%;
    }
}

/* Equal width */
.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

/* Add gutters */
.col {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

/* Testing checkbox configuration */
input.savedsetting[type=checkbox] { display:none; } /* to hide the checkbox itself */
/*input.savedsetting[type=checkbox] + label::before {
  font-family: FontAwesome;
  display: inline-block;
}
*/
input.lockedsetting[type=checkbox] { display:none; } /* to hide the checkbox itself */
input.lockedsettingcheckbox[type=checkbox] { display:none; } /* to hide the checkbox itself */
/*
input.lockedsetting[type=checkbox] + label::before {
  font-family: FontAwesome;
  display: inline-block;
}
*/

.temp-mode {
	float:left;
  margin-left:7px;
	margin-top:8px;
	color: #210a0a;
}

@media screen and (max-width: 800px) {
  .temp-mode {
		margin-left: 0;
  }
}

@media (max-width: 600px) {
  .temp-mode {
    display: none;
  }
}


.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-left: 30px;
  padding-right: 13px;
}
/* 2023-27-4 -2
