.image-list-container {
	width: 100%;
	margin: auto;
	min-width: 1100px;
	max-width: 1700px;
	position: relative;
}
.title {
	color: #fff;
	padding: 3px 10px;
	display: inline-block;
	position: relative;
	background-color: #FF7373;
	z-index: 1000;
}
.title_xl {
	padding: 3px 15px;
	font-size: 40px;
}

.tile {
	width: 30%;
	color: #FF7270;
	padding: 10px 30px;
	text-align: center;
	margin-top: 15px;
	margin-left: 5px;
	margin-right: 30px;
	background-color: #fff;
	display: inline-block;
	vertical-align: top;
}
.tile__name {
	cursor: move;
	padding-bottom: 10px;
	border-bottom: 1px solid #FF7373;
}

.tile__list {
	margin-top: 10px;
}
.tile__list:last-child {
	margin-right: 0;
	min-height: 80px;
}

.tile__list img {
	cursor: move;
}
.tile_img{
	max-height: 100px;
    max-width : 100px;
    min-height: 50px;
    min-width: 50px;
    display: inline-block!important;
}
.add-more-images{
	margin-left: 15%;
	min-height: 60px;
}
#add-new-images{
	width: 85px;
}
.img-selected{
    border: solid;
}

.div-center{
    text-align: center;
    margin: auto;
    position: absolute;
    left: 10px;
    right: 10px;
}

.uploadFileBtnArea{
    text-align: center;
    margin-top: 25px;
}

.margin-right-15 {
    margin-right: 15px;
}

.left-pos {
    position:absolute !important;
    top: 0px;
    left: -15%;
}

.cellCenter{
    text-align:center;
    vertical-align:middle!important;
}

.cellCenterBold{
    text-align:center;
    vertical-align:middle!important;
    font-weight: bold!important;
}

.cellLeftVertical{
    text-align: left;
    vertical-align:middle!important;   
}

.actionCell{
    font-size: 18px;
    margin-right:8px;
}

.cellImage{
    max-height:150px;
    max-width:150px;
}

.ibox-content {
  background-color: #ffffff;
  color: inherit;
  padding-top: 15px;
  border-color: #e7eaec;
  border-image: none;
  border-style: solid solid none;
  border-width: 1px 0px;
  margin-bottom: 20px;
}

.bk-margin-5 {
    margin: 5px !important;
}

.date-picker {
    max-width: 150px;
    float : left;
    margin-right: 15px;
    min-height: 43px;
}

.make-switch {
    display: inline-block;
    margin-left: 50px;
    float: left;
}

.longIgnore {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space : nowrap;
}

.save-category-select {
    min-width: 200px;
}

.img-column {
    min-width: 175px;
}

.size-column {
    max-width: 400px;
}

.img-width-100 {
    max-width: 100%;
}

.main-color-tips{
    vertical-align: middle;
    border:1px solid #448aff;
    padding: 9px;
    border-radius: 3px;
}

.priceDisplay{
    width: 60%;
    display: inline-block;
}

.priceSpan{
    float: right;
    vertical-align: middle;
    width: 40%;
    line-height: 2.5em;
    padding-left: 10px;
}

.imgDiv{
    display: inline-block;
    width: 102px;
    max-height: 122px;
    margin: 10px 10px 20px 10px;
    position: relative;
    text-align: center;
    border-radius: 5px;
    box-shadow: 2px 2px 5px rgba(175,175,175, .5);
}

.imgSizeInfoSpan{
    position: absolute;
    left: 0px;
    bottom: -20px;
    background: #d4d4d482;
    color: #e5490d;
    font-size: 14px;
    width: 100px;
    height: 20px;
    border-radius: 5px;
    box-shadow: 2px 2px 5px rgba(175,175,175, .5);
}
