.upcontainerbutton{
  font-size: 14px;
  font-family: 'Titillium Web', sans-serif;sans-serif;
  background: white;
  border-radius: 3px;
  box-shadow: 1px 1px 3px #4F2A83;
  width: 300px;
  height: 20px;
  outline: none;
}

::-webkit-file-upload-button {
  height: 20px;
  color: black;
  background: #EBDEF0; /*#4F2A83*/
  /*padding: 1px;*/
  border: none;
  border-radius: 3px;
  /*box-shadow: 1px 0 1px 1px blue;*/
  outline: none;
}

::-webkit-file-upload-button:hover {
  background: #4F2A83;
  color: #fff;
  cursor: pointer;
  }

  .dncontainerbutton{
  font-size: 14px;
  vertical-align: center;
  color: #000;
  font-family: 'Arial', sans-serif;sans-serif;
  background: #EBDEF0;
  border-radius: 3px;
  width: 120px;
  height: 20px;
  outline: none;
  border: none;
}

.dncontainerbutton:hover {
  background: #4F2A83;
  color: #fff;
  cursor: pointer;
  }

 .dncontainerbuttontlat{
  font-size: 14px;
  vertical-align: center;
  color: #000;
  font-family: 'Arial', sans-serif;sans-serif;
  background: #EBDEF0;
  border-radius: 3px;
  width: 140px;
  height: 20px;
  outline: none;
  border: none;
}

.dncontainerbuttontlat:hover {
  background: #4F2A83;
  color: #fff;
  cursor: pointer;
  }





  .submitcontainerbutton {
  font-size: 14px;
  vertical-align: center;
  color: white;
  font-family: 'Arial', sans-serif;sans-serif;
  background: #4F2A83;
  border-radius: 3px;
  /*box-shadow: 1px 1px 3px black;*/
  width: 120px;
  height: 20px;
  outline: none;
  border: none;
}

.submitcontainerbutton:hover {
  background: #EBDEF0;
  color: #000;
  cursor: pointer;
  }



  .addbutton {
  font-size: 14px;
  vertical-align: center;
  color: white;
  font-family: 'Arial', sans-serif;sans-serif;
  background: #4F2A83;
  border-radius: 3px;
  /*box-shadow: 1px 1px 3px black;*/
  width: 30px;
  height: 18px;
  outline: none;
  border: none;
}

.addbutton:hover {
  background: #EBDEF0;
  color: #000;
  cursor: pointer;
  }












.deletecontainerbutton{
  font-size: 14px;
  vertical-align: center;
  color: white;
  font-family: 'Arial', sans-serif;sans-serif;
  background: #4F2A83;
  border-radius: 3px;
  /*box-shadow: 1px 1px 3px black;*/
  width: 120px;
  height: 20px;
  outline: none;
  border: none;
}

.deletecontainerbutton:hover {
  background: #EBDEF0;
  color: #000;
  cursor: pointer;
  }

