.color-darkgray {
  color: #666666;
}
.color-gray {
  color: #999999;
}
.color-red {
  color: #ff0000;
}
.active {
  background: #f9f9f9 !important;
}
.input-hidden {
  margin: 5px 0 10px 10px;
  font-size: 90%;
}
.form button[type="submit"] {
    float: none;
    margin: 0 auto;
    text-transform: uppercase;
    box-shadow: none;
    padding: 0;
}
.view button[type="submit"] {
    float: none;
    margin: 0 auto;
    text-transform: uppercase;
    box-shadow: none;
    padding: 0;
}
.back_button {
  display: inline-block;
  text-decoration: none;
  height:50px;
  width: 150px;
  line-height: 50px;
  text-align: center;
  font-size: 150%;
  color: #fff;
  background: #aaaaaa;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  border:solid 1px #aaaaaa;
  cursor: pointer;
  margin-right:3px;
}
.back_button:hover {
  background: #ffffff !important;
  color: #aaaaaa;
  border:solid 1px #aaaaaa;
}
.submit_button {
  margin-top: 20px;
  display: inline-block;
  text-decoration: none;
  height:50px;
  width: 150px;
  line-height: 50px;
  text-align: center;
  font-size: 150%;
  color: #fff;
  background: #2bb6c1;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  border:solid 1px #2bb6c1;
  cursor: pointer;
}
.submit_button:visited {
  background: #2bb6c1;
}
.submit_button:hover {
  background: #ffffff  !important;
  color: #2bb6c1;
  border:solid 1px #2bb6c1;
}
.save_button {
  margin-top: 20px;
  display: inline-block;
  text-decoration: none;
  height:50px;
  width: 150px;
  line-height: 50px;
  text-align: center;
  font-size: 150%;
  color: #fff;
  background: #28a745;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  border:solid 1px #28a745;
  cursor: pointer;
}
.save_button:visited {
  background: #28a745;
}
.save_button:hover {
  background: #ffffff  !important;
  color: #28a745;
  border:solid 1px #28a745;
}
.submit-button {
  width: 100%;
  text-align: center;
  margin-bottom :30px;
}
.image img {
  max-width: 200px;
  padding: 20px;
  border: 2px dashed #cccccc;
  background: #eeeeee;
  text-align: center;
}
.image0 img {
  max-width: 200px;
  padding: 20px;
  border: 2px dashed #cccccc;
  background: #eeeeee;
  text-align: center;
}
.image1 img {
  max-width: 200px;
  padding: 20px;
  border: 2px dashed #cccccc;
  background: #eeeeee;
  text-align: center;
}
.image-min img {
  max-width: 100px;
  padding: 5px;
  border: 2px dashed #cccccc;
  background: #eeeeee;
  text-align: center;
}
.thumbnail-list {
 max-width: 60px;
 max-height: 60px;
 width: 60px;
}
.list-middle {
  line-height: 60px;
}
#drag-drop-area {
  padding: 20px;
  border: 2px dashed #cccccc;
  background: #eeeeee;
  text-align: center;
}
#drag-drop-area1 {
  padding: 20px;
  border: 2px dashed #cccccc;
  background: #eeeeee;
  text-align: center;
}
#drag-drop-area0 {
  padding: 20px;
  border: 2px dashed #cccccc;
  background: #eeeeee;
  text-align: center;
}
pre {
  border:0;
  -webkit-box-shadow: 0 0;
  -moz-box-shadow: 0 0;
  box-shadow: 0 0;
  margin: 0;
  padding: 0;
}
.row-eq-height {
  display: flex;
  flex-wrap: wrap;
}
.success {
  color: #ffffff !important;
  background: #4cb2d4 !important;
}
