div.DivAction
 {
  position: absolute;
  left: 20px; /*265*/
  top: 95px; /*110 */
  /* height: 700px;*/
   height: auto;
  width: auto;
  padding: 1em;
  overflow: auto;
  font-family: 'Quicksand', sans-serif;

  font-size: 12px;
  /*border: solid 1px blue; */
  z-index: -1;
 }
 
div.menu_body
 {
  position:absolute;
  height:85px;
  width:775px;
  top: 5px;
  left:350px;
  /*border: solid 1px red; */
 } 
 
div.user_menu
 {
  top: 25px;
  float: right;
  padding-right: 15px;
/*  border: solid 1px orange; */
 }

div.company_logo
 {
  position: absolute;
  left: 10px;
  top:  10px;
  height: 53px;
  width: 292px;
  /*padding: 1em;*/
/*  border: solid 1px red; */
 }

div.error
 {
  position: absolute;
  left: 20px; /*265*/
  top: 95px; /*110 */
  height: 700px;
  width: auto;
  padding: 1em;
  overflow: auto;
  /*font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;*/
  font-family: 'Quicksand', sans-serif;

  font-size: 12px;
  border: solid 1px red;
  color: red;
 }

 
 #filterInputs {
  width: 520px;
  text-align: center;
  /*font-family: "Open Sans",Arial, sans-serif;*/
  font-family: 'Quicksand', sans-serif;
  border: solid 1px red;
}

#filterInputs2 {
  height:300px;
  overflow-y: scroll;
  overflow-x: hidden;
  width: 100%;
  margin: auto;
  border: solid 1px red;
}

/*
iframe {
  width: 650px;
  height: 450px;
  border: none;
  overflow: hidden;
  -ms-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -o-transform: scale(0.8);
  -webkit-transform: scale(0.8);
  transform: scale(0.8);

  -ms-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  /*border: solid 1px orange;*/
/*}*/

/*

.iframe-wrapper {
    width: 520px;
    height: 360px;
    overflow: hidden;
    border: solid 1px yellow;
}
*/

.main_photo{
    z-index: -12;
    position: relative;
    top: 0px;
    margin: 0px; /* for demo purpose  */
    opacity: 0.8;  /* for demo purpose  */
    width: 100%;
}  

.recent_changes {
    z-index: 1;
    /*background-color:#2196F3;*/
    position: relative;
   /* top: -750px;*/
    /*height: 500px;*/
    /*background: white;*/
    padding:20px;
    float:left,top;
    
    width:25%; /* The width is 20%, by default */
}