/* DOCUMENT INFORMATION
	- Document: at-newEstablishment.css
	- Version:  0.0.1
	- Client:   Marcelo
	- Author:   [carioca.build]
*/

/* CSS DIRECTORY
	1. =MACRO
	2. =NEWLOCAL
	3. =NEWLOCAL-EXTRA
*/

/* ===============
   1. MACRO
   =============== */

.at-hiddenForm{
	background: rgb(250,250,250);
	padding: 20px;
}

.at-newEstablishment h4 {
	color: #d90a0a;
	/*width: 70%;*/
	margin: 0 auto;
  margin-bottom: 20px;
	text-transform: uppercase;
	text-align: left;
}

.at-newEstablishment label {
	text-transform: uppercase;
	font-size: 80%;
}

.input-group {
	margin-bottom: 5px !important;
}


/*IMAGES UPLOAD*/

.features {
  float: right;
  width: 300px;
  padding-left: 20px;
}
.features .heading {
  font-size: 14px;
  font-weight: bold;
}

.drop {
  padding: 15px;
  border: 2px #f1f1f1 dashed;
  border-radius: 5px;
  line-height: 34px;
}
.drop.drag-over {
  background: #5CB85C;
  color: #fff
}
.transfer-box {
  margin-bottom: 5px;
}
.transfer-box .progress {
  margin-bottom: 0;
}

.thumbnail {
  line-height: 20px;
  margin-bottom: 5px;
  overflow: hidden;
  word-break: normal;
}
.thumbnail img {
  max-width: 200px;
  max-height: 150px;
}

.gallery-box {
  width: 200px;
  padding: 5px;
  margin: 7px;
  float: left;
  min-height: 200px;
  border: 1px solid #ddd;
  overflow: hidden;
}
.gallery-box .progress {
  margin-bottom: 0;
}
.gallery-box .thumbnail {
  height: 188px;
  width: 188px;
}
.gallery-box .title {
  height: 22px;
  overflow: hidden;
  display: block;
}

/* END IMAGES UPLOAD*/

/* ===============
   2. NEWLOCAL
   =============== */

/* ===============
   3. NEWLOCAL-EXTRA
   =============== */
