.arcticmodal-overlay,
.arcticmodal-container {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 10000;
}

.arcticmodal-container {
    overflow: auto;
    margin: 0;
    padding: 0;
    border: 0;
    border-collapse: collapse;
}

*:first-child+html .arcticmodal-container {
    height: 100%
}

#feedback-infolist {
	margin-top: 30px;
}

.arcticmodal-container_i {
    height: 100%;
    margin: 0 auto;
}

.arcticmodal-container_i2 {
    padding: 24px;
    margin: 0;
    border: 0;
    vertical-align: middle;
}

.arcticmodal-error {
    padding: 20px;
    border-radius: 10px;
    background: #000;
    color: #fff;
}

.arcticmodal-loading {
    width: 80px;
    height: 80px;
    border-radius: 10px;
    background: #000 url('../img/loading.gif') no-repeat 50% 50%;
}
.box-modal {
    position: relative;
    width: 540px;
	max-width: 100%;
    min-height: 120px;
    padding: 5px 20px 20px 20px;
    background: #fff;
    color: #333333;
    border-radius: 15px;
}
.light-modal {
    position: relative;
    width: 0px;
    height: 0px;
    box-shadow: 0 0 0 6px rgba(153, 153, 153, .3);
    border-radius: 5px;
    opacity: 0;
}
#big-modal {
 width: 655px;
}
#orderall-modal, #ordercat-modal {
    width: 455px;
}
#small-modal {
    width: 300px;
}
#light-box {
    border-radius: 5px;
}
.modal-close {
    width: 47px;
    height: 44px;
    right: 0px;
    top: 0px;
    opacity: .27;
    background: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cpolygon%20fill%3D%22%23000000%22%20fill-rule%3D%22evenodd%22%20points%3D%2216%2015.1%208.944%208%2016%201%2015.006%200%208.05%207%20.994%200%200%201%207.056%208%200%2015.1%20.994%2016%208.05%209%2015.006%2016%22%2F%3E%3C%2Fsvg%3E') no-repeat center;
	-webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    bottom: 0;
    display: block;
    position: absolute;
    cursor: pointer;
    z-index: 150;
}

.modal-close:hover {
   opacity: 1;
}

.modal-cap {
	color: #333;
    display: block;
    font-size: 21px;
    margin-bottom: 20px;
    padding-bottom: 12px;
    width: 100%;
	height: 46px;
	line-height: 40px;
	border-bottom: 1px solid #e4e4e4;
}
.input-prepend {
	margin-bottom: 10px;
}

.input-prepend input[type="text"] {
	width: 100%;
	height: 40px;
	line-height: 40px;
	border: 1px solid #999999;
	padding: 5px 15px;
	background-color: #ffffff;
}
.input-prepend input:focus {
	outline: none;
	background-color: #f7ede4;
}
.input-prepend textarea {
	width: 100%;
	height: 100px;
	line-height: 40px;
	border: 1px solid #999999;
	padding: 5px 15px;
}
.input-prepend .btn-group {
	width: 100%;
	height: 40px;
	line-height: 40px;
	border: none;
	border: 1px solid #999999;
}
@media (max-width: 767.98px) {
	.box-modal {
	   width: 100%;
	   max-width: 100%;
	}
}