body {
  color: #222;
  margin: 0;
}

.debug{
  position: fixed;
  bottom: 10px;
  right:10px;
  width: 10px;
  height: 10px;
}

.content{
  margin-top: 10px;
}

#wrapper {
  background: #ddd;
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
}


header {
  background: #f0ad4e;
  padding: 4px;
}

#main {
 /* display: flex;*/
  flex: 6 1 100px;
  background-color: #ffffff;
  padding-left: 20px;
}

.offerte{
	line-height: 30px;
	border-bottom: 1px solid #f0ad4e;
	min-width: 200px;
}

.layout_content {
  /*overflow-y: auto;*/
  width: 80%;
  min-width: calc(100% - 200px);
}

.layout_content section{
  overflow-y: auto;
  height: 100%;
  border-right: 1px solid #ddd;
}

.layout_cmsMenuSmall{
  position: fixed;
  width: 90%;
  background: #3B3A3F;
  z-index: 1000;

  left: 5%;
  top: 68px;
}

.layout_cmsMenu {
  background: #3B3A3F;
  padding: 4px;
  overflow-y: auto;
  width: 20%;
  max-width: 200px;
}

.layout_cmsMenuSmall .list,
.layout_cmsMenu .list{
  list-style: none;
  padding-left: 10px;
  margin-top: 15px;
}

.layout_cmsMenuSmall .list li a{
  text-align: center;
  padding: 0px;
  color: #FFFFFF;
  font-size: 20px;
  line-height: 50px;
}
.layout_cmsMenu .list li a {
  padding: 0px;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 50px;
}

.layout_cmsMenu .list li:hover {

}
.layout_cmsMenu .list li a.active {
  color: #38B18B;

}

section.login{
  width: 100%;
  padding: 10%;
}

section.login label{
  text-transform: uppercase;
}

@media (max-width: 1200px) {
  .layout_cmsMenu {
    width: 10%;
  }

  .layout_cmsMenu .list {
    margin: 0;
    padding: 0;
  }

  .layout_cmsMenu li {
    text-transform: uppercase;
  }

  .layout_content {
    width: 90%;
  }
  .layout_cmsMenu i.fa {
    display: none;
  }
}
@media (max-width: 992px) {

  .layout_content section.col-md-10 {
    overflow-y: auto;
    height: 85%;
  }

  .layout_content section.col-md-8 {
    overflow-y: auto;
    height: 60%;
  }

  .layout_content section.list.col-md-1,
  .layout_content section.list.col-md-2,
  .layout_content section.list.col-md-5,
  .layout_content section.list.col-md-3{
    max-height: 15%;
  }
  .layout_content section.list.col-md-4 {
    max-height: 30%;
  }
  .layout_content section.list {
    border-bottom-color: #3B3A3F;
    border-bottom-style: solid;
    border-bottom-width: 4px;
  }

  .layout_content{
    overflow: hidden;
  }
}

@media (max-width: 768px) {
  .layout_content {
    width: 100%;
  }
}


