/*** Globals ***/
*{
    margin: 0;
    outline: medium none;
    padding: 0;
}
html, body {
    font-family: Helvetica;
    font-size: 12px;
	min-width: 980px;
}
a {
    text-decoration: none;
    color: #000000;
}
input[type="text"] {
    padding-left: 5px;
}

h1.title{
  font-size: 22px;
  text-transform: capitalize;
	color: #4CA549;
	float: left;
	padding-left: 5px;
}
.title-img{
	float: left;
	margin: -12px 15px 0px 15px;
}
#content{
	position: relative;
}
.clear{
	
	clear: both;
}
.stop-scrolling {
  height: 100%;
  overflow: hidden;
}
.saving_changes {
    background: url("../img/saving.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    border: medium none;
    float: right;
    height: 32px;
    margin-bottom: 20px;
    overflow: hidden;
    text-indent: -300px;
    width: 146px;
}
#main_content .plan.large a.room {
   height: 60px;
    width: 60px;
	background: #27AE60;
	margin: 10px;
	border: 1px solid #FFFFFF;
}

#main_content .plan.large a.room.no-contact {
	background: #95A5A6;
}
#main_content .plan.large a.room.alert {
	background: #E74C3C;
    border: 1px solid #ffffff;
    color: #ffffff;
}
#main_content .plan.small a.room {
    top: 0;
    margin: 0 5px;
}
#main_content .plan.small a.room {
	background: #27AE60;
}
#main_content .plan.large a.room.no-contact,
#main_content .plan.small a.room.no-contact {
	background: #95A5A6 !important;
	border: 1px solid #FFFFFF !important;
}
#main_content .plan.large a.room.no_data,
#main_content .plan.small a.room.no_data {
    background: #95A5A6 !important;
    border: 1px solid #FFFFFF !important;
}
#main_content .plan.large a.room.correctly_set,
#main_content .plan.small a.room.correctly_set {
	background: #4F8A10 !important;
    border: 1px solid #FFFFFF !important;
}
#main_content .plan.large a.room.danger_close,
#main_content .plan.small a.room.danger_close {
	background: rgb(199, 169, 0) !important;
    border: 1px solid #FFFFFF !important;
}
#main_content .plan.large a.room.badly_set,
#main_content .plan.small a.room.badly_set {
	background:#E74C3C !important;
    border: 1px solid #FFFFFF !important;
}
#main_content .plan.small a.room.alert {
	background: #E74C3C;
}
#main_content .plan a.room {
    background-color: rgba(0, 0, 0, 0);
    background-position: center center;
    background-repeat: no-repeat;
    color: #FFFFFF;
    float: left;
    font-size: 10px;
    padding-top: 10px;
    text-align: center;
}
#main_content .plan.small a.room .room_number {
    position: relative;
    top: 0;
    font-size: 12px;
    font-weight: bold;
}

#main_content .plan.large a.room .room_number {
	font-style: Helvetica;
    font-size: 16px;
    font-weight: bold;
}

#main_content .plan.small a.room .runtime {
    display: none;
}

#main_content .plan.large a.room .runtime {
    font-size: 12px;
}

#main_content .plan.large a.room .room_temperature {
	font-style: Helvetica;
	font-size: 12px;
}
#main_content .plan.large a.room .room_occupancy {
	font-style: Helvetica;
	font-size: 12px;
	
}


#main_content .plan a.room.no-contact .room_temperature, 
#main_content .plan a.room.no-contact .room_occupancy, 
#main_content .plan a.room.no-contact .room_efficiency, 
#main_content .plan.small a.room .room_temperature, 
#main_content .plan.small a.room .room_efficiency, 
#main_content .plan.small a.room .room_occupancy {
    display: none;
}
#main_content .plan.small a.room {
    height: 30px;
    width: 32px;
}
#main_content .plan.small a.room {
	background: #27AE60;
    font-family: icon;
    font-size: 12px;
    padding-top: 15px;
	padding-left: 5px;
	padding-right: 5px;
	border: 1px solid #FFFFFF;
}

#main_content .plan.large .scoreContainer {
    position: relative;
    height: 22px;
    width: 60px;
}
#main_content .plan.large .cool_score {
    position: absolute;
    bottom:0;
    right:0px;
    color: white;
    width: 30px;
    font-size: 12px;
}
#main_content .plan.large .heat_score {
    position: absolute;
    bottom:0px;
    left:0px;
    color: white;
    width: 30px;
    font-size: 12px;
}

#main_content .plan.small .scoreContainer{
    position: relative;
    left: -6px;
    height: 14px;
    width: 44px;
}
#main_content .plan.small .cool_score {
    position: absolute;
    bottom:0;
    right:0px;
    color: white;
    width: 22px;
    font-size: 9px;
}
#main_content .plan.small .heat_score {
    position: absolute;
    bottom:0;
    left:0px;
    color: white;
    width: 22px;
    font-size: 9px;
}

.ui-state-highlight{
    margin: 0 !important;
    height: 12px !important;
}

h2.closeable {
    background: url("../img/btn_user_form_open.gif") no-repeat scroll 99% 10px #42AA49;
    cursor: pointer;
	margin-top: 10px;	
}
h2.closed {
    background: url("../img/btn_user_form_closed.gif") no-repeat scroll 99% 10px #949599;
    cursor: pointer;
}
h2 {
    background-color: #42AA49;
    clear: both;
    color: #FFFFFF;
    display: block;
    font-size: 16px;
    margin: 0px 20px;
    padding: 8px;
}
#main_content h2 .rooms_wrapper {
    display: inline;
    float: right;
    margin-right: 40px;
}
#main_content h2 .rooms_green {
    background-color: #008000;
    border-radius: 3px;
    padding: 5px;
}
#main_content h2 .rooms_red {
    background-color: #FF0000;
    border-radius: 3px;
    padding: 5px;
}
#main_content h2 .rooms_grey {
    background-color: #808080;
    border-radius: 3px;
    padding: 5px;
}
button.save_changes {
    background: url("../../img/grey_save_changes.gif") no-repeat scroll center center rgba(0, 0, 0, 0);
    border: medium none;
    float: right;
    height: 32px;
    margin-bottom: 20px;
    overflow: hidden;
    text-indent: -300px;
    width: 146px;
	cursor: pointer;
}
#hotel_organization label {
    padding: 4px 20px 0 5px;
}
.wizard_row label {
    float: left;
    margin: 3px;
    padding: 4px;
    text-align: left;
    width: 180px;
}
.wizard_col {
    clear: both;
    display: block;
    float: left;
    margin: 7px;
    width: 98%;
	padding-bottom: 40px;
	
}
.wizard_row {
    clear: both;
    display: block;
    margin: 5px 0;
    padding: 5px 0;
}
#hotel_form_container input,
#hotel_form_container select {
    width: 250px;
}
#hotel_form_container button {
    width: 15px;
}
#wizard_step_2 input, 
#wizard_step_2 select, 
#hotel_form_container input,
#hotel_form_container button,
#hotel_form_container select, 
#network_form_container input, 
#network_form_container select {
    border: 1px solid #CCCCCC;
    margin: 2px;
    padding: 3px 1px;
}
#network_list_header button.add_network {
    background: url("../img/transparent_add_network.gif") no-repeat scroll center center rgba(0, 0, 0, 0);
    border: medium none;
    float: right;
    height: 33px;
    overflow: hidden;
    text-indent: -500px;
    width: 137px;
	cursor: pointer;
}


/*
 * CSS Message Boxes for different message types
 */
.info, .success, .warning, .error, .validation {
	background-position: 10px center;
    background-repeat: no-repeat;
    border: 1px solid;
    padding: 9px 20px 12px 0px;
    border-radius: 20px;
    margin: 20px auto;
    text-align: center;
    width: 300px;
    min-height: 35px;
}
.info {
    color: #00529B;
    background-color: #BDE5F8;
    background-image: url('../img/notice.png');
}
.success {
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image:url('../img/success.png');
}
.warning {
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url('../img/warning.png');
}
.error {
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url('../img/error.png');
}


input.field_with_error, 
textarea.field_with_error, 
select.field_with_error {
    background: url("../img/inputbgError.gif") repeat scroll 0 0 #FFDFDF;
    border: 1px solid #CC0000 !important;
}

.ico_small {
    padding: 0 3px;
}


/*** header  ***/
#header {
    height: 60px;
    overflow: hidden;
    width: 100%;
}
#header #logo {
    float: left;
}
#header #header_search_wrapper {
    margin: 5px auto;
}
#header #header_search_wrapper {
    border: 1px solid #42A936;
    border-radius: 20px;
    font-size: 14px;
    padding: 5px 45px;
    text-align: center;
    width: 250px;
	white-space: nowrap;
}
#header_search_wrapper div {
    font-size: 14px;
    margin-top: 1px;
}
#header #header_right {
    float: right;
    margin-right: 10px;
    margin-top: 20px;
    text-align: right;
}
#header #logged_info a, 
#header #quick_menu a {
    color: #42A936;
    padding: 0 5px;
    text-decoration: none;
}

/*** MENU ***/

#menu {
    background-color: #00662F;
    overflow: hidden;
    margin-bottom: 5px;
}
#menu ul {
    list-style: none outside none;
    overflow: hidden;
}
#menu ul li {
    float: left;
    height: 25px;
    padding-top: 5px;
    text-align: center;
    width: 12%;
}
#menu ul li.active {
    background-color: #42A936;
}

#menu ul li a {
    color: #2E972D;
    text-decoration: none;
    text-transform: uppercase;
}
#menu ul li.active a {
    color: #FFFFFF;
    font-weight: bold;
}
#submenu {
    background-color: #42A936;
}
#submenu ul li {
    width: 14%;
}
#submenu ul li a {
    color: #FFFFFF;
    text-transform: none;
}

/*** Footer ***/
#footer_container {
}

/*** Login Form ***/
#logging_form_container {
    background: url("../img/loginpage.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    height: 252px;
    margin: auto;
    overflow: hidden;
    width: 252px;
}
#logging_form_container #email_wrapper {
    margin-top: 80px;
    text-align: center;
}


#logging_form_container #password_wrapper {
    margin-top: 37px;
    text-align: center;
}


#submit_wrapper input[type="submit"] {
    background: url("../img/button_login.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    border: medium none;
    cursor: pointer;
    height: 30px;
    overflow: hidden;
    text-indent: -1000px;
    width: 141px;
}
#logging_form_container #submit_wrapper {
    margin-top: 20px;
    text-align: center;
}
#remote_temp_control_window {
    background: #ffffff none repeat scroll 0 0;
    border: 2px solid #42a936;
    border-radius: 25px;
    height: 330px;
    left: 43%;
    padding: 10px 40px;
    position: absolute;
    top: 30%;
    width: 240px;
    z-index: 999;
}
.remote_temp_control{
	cursor: pointer;
    height: 50px;
	width: 100px;
	margin: 20px auto 0;
}
.remote_temp_control_align{
    float: right;
    margin-right: 20px;
    margin-top: -10px;
}
.remote_temp_control img {
    float: left;
    margin-top: -3px;
}
.remote_temp_control span {
    float: right;
	display: block;
	margin: 0 0 0 5px;
}
.close-button {
    float: right;
}
#table_rtc{
	float: left;
	width: 100%;
}
#table_rtc tr{
	height: 60px;
}
#rtc_temp{
	background: transparent none repeat scroll 0 0;
    border: 1px solid #cccccc;
    color: #666;
    font-size: 14px;
    height: 32px;
    padding: 2px 2px 3px;
    width: 150px;
	text-align: center;
}
#rtc_room_number{
	background: transparent none repeat scroll 0 0;
    border: 1px solid #cccccc;
    color: #666;
    font-size: 14px;
    height: 25px;
    padding: 2px 2px 3px;
    width: 150px;
	text-align: center;
}
#rtc_messages{
	color: red;
}
#rtc_ajax_loader{
	float: left;
}
/* scroll results */
.ui-autocomplete {
    max-height: 250px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
    /* add padding for vertical scrollbar */
    padding-right: 5px;
}

.redbutton {
  font-family: helvetica;
  color: #FFFFFF !important;
  font-size: 12px;
  text-shadow: 1px 1px 0px #000000;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  border: 1px solid #9B0000;
  width: 140px;
  height: 30px;
  background: #FF0000;
  background: linear-gradient(top,  #FF0000,  #9B0000);
  background: -ms-linear-gradient(top,  #FF0000,  #9B0000);
  background: -webkit-gradient(linear, left top, left bottom, from(#FF0000), to(#9B0000));
  background: -moz-linear-gradient(top,  #FF0000,  #9B0000);
}
.redbutton:hover {
  color: #FFFFFF !important;
  background: #468CCF;
  background: linear-gradient(top,  #9B0000,  #FF0000);
  background: -ms-linear-gradient(top,  #9B0000,  #FF0000);
  background: -webkit-gradient(linear, left top, left bottom, from(#9B0000), to(#FF0000));
  background: -moz-linear-gradient(top,  #9B0000,  #FF0000);
}
.greenbutton {
  font-family: helvetica;
  color: #FFFFFF !important;
  font-size: 12px;
  text-shadow: 1px 1px 0px #000000;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  border: 1px solid #00662F;
  width: 140px;
  height: 30px;
  background: #FF0000;
  background: linear-gradient(top,  #42A937,  #00662F);
  background: -ms-linear-gradient(top,  #42A937,  #00662F);
  background: -webkit-gradient(linear, left top, left bottom, from(#42A937), to(#00662F));
  background: -moz-linear-gradient(top,  #42A937,  #00662F);
}
.greenbutton:hover {
  color: #FFFFFF !important;
  background: #468CCF;
  background: linear-gradient(top,  #00662F,  #42A937);
  background: -ms-linear-gradient(top,  #00662F,  #42A937);
  background: -webkit-gradient(linear, left top, left bottom, from(#00662F), to(#42A937));
  background: -moz-linear-gradient(top,  #00662F,  #42A937);
}
/* MODAL BACKGROUND */
.modalDialog {
  position:absolute;
    width:100%;
    height:100%;
    background-color:#000000;
    filter:alpha(opacity=60);
    opacity:0.6;
    -moz-opacity:0.6;
    z-index:998;
    text-align:center;
    vertical-align:middle;
}
/* Combobox */
.custom-combobox {
    position: relative;
    display: inline-block;
	white-space: nowrap;
  }
  .custom-combobox-input {
    margin: 0;
    padding: 5px 10px;
  }
