* {
  margin: 0;
  padding: 0;
}
html {
  /*overflow: hidden;*/
}

#model {
  background-color: #fff;
  padding: 0;
  margin: 0;
  }

.lockersolutions h5 {
  color: #555;
}

.modelconfig {
  position: relative;
  height: 200px;
}

.modelconfig .actions button.action {
  display: block;
  width: 200px;
}
.modelconfig .material_list {
  /*max-height: 250px;*/
  /*overflow-y: auto;*/
  overflow-x: hidden;
}

.modelconfig .material_list .material_icon {
  /*height: 40px;*/
  /*width: 40px;*/
  height: 35px;
  width: 35px;
  border-radius: 50%;
  vertical-align: bottom;
  margin-right: 5px;
  margin-top: 3px;
  border: 1px solid #777;
  display: inline-block;
}

.modelconfig .selectlist .model_icon, .modelconfig .selectlist .accessory_icon {
  height: 80px;
  width: 80px;
  vertical-align: bottom;
  margin-right: 5px;
  border: 1px solid #777;
  display: inline-block;
  float: left;
}

.modelconfig li:hover {
  /*color: red;*/
  background-color: #a1d8ff;
  cursor: pointer;
}

.modelconfig li.selected {
  background-color: #dff2ff;
}

.modelconfig .action {
    cursor: pointer;
}

.modelconfig .actions .action {
  margin-top: 5px;
}

.modelconfig .actions .action:hover {
  color: white;
  background-color: #42b3ff;
  border-color: #42b3ff;
}

.modelconfig button.action.active {
  color: white;
  background-color: #42b3ff;
  border-color: #42b3ff;
  box-shadow: none;
}
.modelconfig .actions .btn-group {
    margin-top: 5px;
}

.modelconfig .actions .btn-group button.action{
  margin-top: 5px;
  width: 50px;
}

.modelconfig .actions .btn-group button.action.long{
  margin-top: 5px;
  width: 200px;
}

#modelconfig_select {
  /*display: none;*/
  position: absolute;
  margin: 2px 0 0;
  top: 0;
  right: 100%;
  background-color: #fff;
  border: 1px solid #ccc;
  border-right: none;
  padding: 10px;
  min-height: 665px;
  max-height: 80%;

  width: 1px;
  opacity: 0;
  transition: all .75s ease;

  /*overflow-y: scroll;*/
  /*overflow-x: hidden;*/
  z-index: 5; /*for scrollbar correct row class margin*/
}
#modelconfig_select.active {
  opacity: 1;
  width: 500px;
}

#modelconfig_select .selectlist {
  display:none;
}
#modelconfig_select .selectlist.active {
  display: block;
}

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
  background-color: #333;
  border-color: #333;
}

.infoheadtext {
  display: inline;
  line-height: 40px;
}

.acHeader span.material_icon{
  float: right;
  margin-left: 5px;
}

span.infocolorbox{
  float: right;
  line-height: 40px;
}

.acHeader {
  display: table-cell;
}

.material_list ul.list-group {
  overflow-y: scroll;
  height: 500px;
}

.material_search input[type=text] {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 16px;
  padding: 12px 12px 12px 12px;
  -webkit-transition: width 0.4s ease-in-out;
  transition: width 0.4s ease-in-out;
  margin-bottom: 12px;
  margin-right: 5px;
}

.material_search .colorgroups {
  margin-bottom: 5px;
  padding: 5px;
}

#designsubmitform label{
  min-width: 135px;
}

.loadingContainer {
  position: absolute;
  width: 100%;
  height: calc(100% - 60px);
  left: 0;
  top: 60px;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 10001;
  font-size: 100px;
  display: none;
  /*display: inline-grid;*/
  align-items: center;
  justify-content: center;
}

.colorgroups .search-icon{
  padding-left: 5px;
  cursor: pointer;
  display: inline-block;
}

.colorgroups .active span{
  box-shadow: 0 0 0 4px #2893e59c;
}
.colorgroups .search-icon.active{
  text-decoration: underline #42b3ff;
  color: #42b3ff;
}

div.col-md-3 h3 {
  /*color: #42b3ff;*/
  /*font-size: 20px;*/
  color: #424242;
  font-size: 18px;
  font-weight: 400;
}

.btn-nextstore {
  color: white;
  background-color: #42b3ff;
  border-color: #42b3ff;
}

#models .list-group-item, #accessories .list-group-item {
    width: 45%;
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
}

#models .model_info {
  vertical-align: top;
}

.material_name {
    margin-top: 6px;
    color: grey;
}

.accordion-collapsible {
    padding-bottom: 8px;
}

.materialinfo {
    padding:0px;
    padding-bottom:3px;
    /*right:0;*/
    float: right;
    background: transparent;
}

.bottom-button {
    width: 135px;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
}
.reset-camera-button {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
}

.delete-wall {
    position: absolute;
    right: 10px;
}

.wall-group-item {
    margin-right: 37px;
    display: inline-block;
}

.wall-list {
    min-height: 55px;
}

.option-title {
    display: inline;
    margin-left: 3px;
}

.option-input {
    display: block;
    margin-top: 3px;
    margin-left: 16px;
}

