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

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

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

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


h5 {
    font-size: inherit;
}

h3 {
    font-size: inherit;
}

.k-card {
   /* width: 100%; */
    height: 300px;
    box-shadow: 5px 5px 2px grey;
    position: relative;
    /* padding: 10px; */
    /* margin-left: 1px; */
    margin-bottom: 50px;
}

#navigation {
    background-color: #00999a;
    height: 65px;
}

#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: 100%;
    /* margin-left: 20px; */
}
 #ambientes_list {
    width: -webkit-fill-available;
 }

 #colorsample {
    width: 100%;
    height: 90px;
    border: 1px solid #ccc;
    box-shadow: 3px 3px 5px #ccc;
    margin-bottom: 20px;
 }

 #colorsample::before {
     content: 'current color';
 }

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

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

#ambiente_groupinfo {
    width: -webkit-fill-available;
}

#overview_state {
    height: auto;
}

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

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

#applycolor {
    left: 45%;
    margin-top: 30px;
    margin-bottom: 50px;
}

#device_info_container {
    float: left;
    width: 100%;
    margin-top: 10px;
    padding-bottom: 20px;
}

.devices_info {
    width:100%;
  
    min-height: 70px; 
    float: left;
    padding-left: 5px;
    margin-right: 5px;
    padding-top: 5px;

    background-color: #eee;
    box-shadow: 3px 3px #ccc;
}

#devices_devicelist_container {
    width:100%;
}

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

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

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

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

.k-slider-horizontal{          
    display:inline-block;
    width: 80%;
    height: 26px;
    margin-left: 5px;
}

#overviewtab .k-card {
  /*  display: inline-block; */
  margin-left: 4%;
} 

.grouptogglebutton {
    width: 90%;
}

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

#device_colorwrapper {
    left: 10px;
    position: relative;
}

#group_edit_dialog {
    width: 100%;
    margin-top: 30px;
}

#ambiente_edit_dialog {
    width: 100%;
    margin-top: 25px;
}