.ambientegroup {
    width: 100%;
    height: 3em;
}

.grouplabel {
    float: left;
    width: 70%;
    text-align: left;
}

#overview_groups {
    height: auto;
    min-height: 300px;
}

.headingcenter {
    margin-left: 45%;
    text-align: left;
}


.k-card {
    width: 350px;
    height: 300px;
    box-shadow: 10px 10px 5px grey;
    position: relative;
    margin-left: 15px;
    margin-bottom: 50px;

}

#navigation {
    background-color: #00999a;
    min-height: 70px;
    width: 100%;
}



#currentambiente {
    width: 150px;
    float: left;
    height: 40px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 10px;
    text-align: center;
    font-size: 1.5em;
    color: #ff7700;
    font-weight: bolder;
}

.ambiente_colorinfo {
    width: 200px;
     height: 40px;
     float: right;
     
     margin-left: 20px;
 }

 #colorsample {
    width: 100px;
    height: 50px;
    border: 1px solid #ccc;
    box-shadow: 3px 3px 5px #ccc;
}

#new_group_devices label {
    display: inline-block;
    color: gray;
    width: 39%;
}

#new_group_devices .k-listbox {
    width: 39%;
}

#overview_state {
    height: 400px;

}


#tabstrip, #maincontent {
    height: 100%;
}

#ambientes_list {
    float: left;
    margin-bottom: 100px;
    margin-left: 30px;
    padding: 20px;
    border: 1px solid #ccc;
    box-shadow: 3px 3px 5px #eee;
}

#device_info_container {
    float: left;
    width: 400px;
  
}

#device_colorwrapper{
    padding-left: 30px;
}
#device_actions > button {
    margin-left: 50px;
}

#ambiente_groupinfo {
    float: left;
    margin-left: 30px;
    padding: 20px;
    border: 1px solid #ccc;
    box-shadow: 3px 3px 5px #eee;
}

.devices_info {
    width:90%;
    /* min-width: 200px; */
    /* height: 70px;  */
    float: left;
    margin-left: 50px;
    padding-top: 20px;
    background-color: #eee;
    box-shadow: 3px 3px #ccc;
}
#overviewtab .k-card {
  /*  display: inline-block; */
  margin-left: 40%;
} 



.devicesignal {
    float: right;
    position: relative;
    width: auto;
    padding-right: 20px;
}

#device_ip {
    width: 80%;
    /* position: absolute; */
}

#device_actions {
    height: auto;
}

#settings_glowing_panel {
    padding: 20px;
}


.settings_glowing {
    padding-top: 40px;
}

#settings_glow {
    margin-left: 30%;
}

#settingstab {
    text-align:  center;
}

#loginname {
    float: right;
    /* width: 17%; */
    padding-top: 10px;
    padding-right: 30px;
}

#navigation > h2 {
    margin-left: 20px; 
    text-shadow: 3px 3px grey;
    color: white;
    width:80%;
    float: left;
}

#group_edit_dialog {
    width: 800px;
    margin: 0 auto;
    margin-top: 30px;
}

#ambiente_edit_dialog {
    width: 500px;
    margin: 0 auto;
    margin-top: 40px;
}