.arcticmodal-overlay,
.arcticmodal-container {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 900;
}

.arcticmodal-container {
    overflow: auto;
    margin: 0;
    padding: 0;
    border: 0;
    border-collapse: collapse;
}

*:first-child+html .arcticmodal-container {
    height: 100%
}

.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: #fff;
    color: #fff;
}

.arcticmodal-loading {
    width: 80px;
    height: 80px;
    border-radius: 10px;
    background: #fff url('../img/loading.gif') no-repeat 50% 50%;
}
.box-modal {
    position: relative;
    width: 460px;
    min-height: 120px;
    background: #ffffff;
    color: #333333;
    border-radius: 5px;
}
.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: 460px;
}
#orderall-modal, #ordercat-modal {
    width: 455px;
}
#small-modal {
    width: 300px;
}
#feedback-modal-box {
    width: 400px;
}
#feedback-modal-box #feedback-infolist {
    list-style: none;
    display: table;
    width: 100%;
    height: 100%;
	margin:0;
	padding:0;
}
#feedback-modal-box #feedback-infolist li {
    text-align: center;
    font-size: 110%;
    display: table-cell;
    vertical-align: middle;
    height: 120px;
		margin-bottom: 10px;
		margin-top: 10px;
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 50px;
		padding-bottom: 30px;
}
#light-box {
    border-radius: 5px;
}
.modal-close {
		background: url(../../images/close.png) 0px -21px no-repeat transparent;
    color: #fff;
    cursor: pointer;
    height: 21px;
    position: absolute;
		right: 20px;
		top: 22px;
    width: 21px;
}

.modal-close:hover {
    background-position: 0px 0px;
}
#feedback-modal-box {
	background-color: #22D0F2;
	color: #ffffff;
}

.modal-cap {	
	padding: 15px 20px 16px 25px;
		background-color: #22D0F2;
	color: #ffffff;
    display: block;
		font-size: 22px;
		font-weight: 600;
    margin-bottom: 20px;   
    width: 100%;	
	line-height: 36px;
	border-bottom: 1px solid #23b2cf;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.modal-content {
	padding: 5px 25px 20px 25px;
}

.input-prepend {
	margin-bottom: 10px;
	position: relative;
}
.input-prepend input[type='text'] {
	border: 1px solid #eeeeee;
	border-radius: 10px;
	width: 100%;
}
.input-prepend select {
	border: 1px solid #eeeeee;
	border-radius: 10px;
	width: 100%;
	font-size: 20px;
  padding: 12px 20px 10px 20px;
}
.input-prepend textarea {
	border: 1px solid #eeeeee;
	border-radius: 10px;
	width: 100%;
	font-size: 20px;
  padding: 12px 20px 10px 20px;
}
.input-prepend input[type='text']:focus,
.input-prepend input[type='text']:active,
.input-prepend textarea:focus {
	background-color: #ffffff;
    border: 1px solid #eeeeee;
	outline: none;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1) inset;
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1) inset;
}
.date-calendar {
	display: block;
	position: absolute;
	top: 10px;
  right: 10px;
	padding: 5px;
}
.date-calendar img.calendar-icon {
  width: 19px;
  height: 19px;
}
.modal-soglasie {
	font-size: 12px;
	color: #666666;
	line-height: 13px;
}

p.small {
	font-size: 12px;
	color: #ffffff;
	line-height: 13px;
}
@media (max-width: 767px) {
	.box-modal {
		width: auto;
	}
}
