
/*input[type="text"]
  {
   padding-left:10px;
   -webkit-border-radius: 40px;
   -moz-border-radius: 40px;
   border-radius: 40px;
   border:2px solid #cfcfcf;
   background:white;
   height:30px;
   font-family:museo_sans500;
   font-size:13px; 
  }   */
textarea
  {

   
     background-color: #ffffff;
   color: #333333;
  font-family: Open Sans;
  font-size: 18.0px;
  font-style: normal;
  font-stretch: normal;
  font-weight: 400;

  border:none;
  border-bottom:2px solid #9b9a9b;
  padding-left:9px;
  }

.sortable 
  {
   box-sizing: border-box;
   //background-color:#E8E9EC;
   //margin-bottom:10px;
   //height:100px;
   width: 99%;
  }
.sortable2 
  {
   box-sizing: border-box;
   //background-color:#E8E9EC;
   //margin-bottom:10px;
   //height:100px;
   width: 99%;
  }
.sortable_content
  {
   box-sizing: border-box;
   display: table;
   margin:0px;
   padding-left:30px;
   padding-right:30px;
   padding-top:20px;


   //height:100%;
   width: 100%;
  }   
.element
  {
   cursor:hand;cursor:pointer;
   background-color:#E8E9EC;
   margin-bottom:0px;
   height:40px;
   width: 100%;
   text-align:center;  
  } 
.element_inactive
  {
   background-color:#E8E9EC;
   margin-bottom:0px;
   height:30px;
   width: 100%;
   text-align:center;  
  }  
.drop-area
  {
  text-align: center;
  vertical-align: baseline;
  border: 2px dashed #0087F7;
    border-radius: 5px;
    background: white;
   width:200px;
   height:200px;
   padding:10px;
  }
.drop-area2
  {
  text-align: center;
  vertical-align: baseline;
  border: 2px dashed #0087F7;
    border-radius: 5px;
    background: white;
   width:600px;
   height:auto;
   padding:10px;
  }

 


 