.offer-area {
	border: 0px green solid;
	min-height: 100vh;
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    /*background-image: url("/images/backoffers.jpg");*/
    position: relative;
    padding: 0px 0px;
}

.offer-backblack {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 1%;
	height: 1%;
	/*background-color: #000000;*/
	opacity: 0.7;
}

.offers-help-text{
    position: absolute;
    bottom: -24px;
    left: 15px;
    font-size: 14px;
}

.back-offers-area{
		position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	opacity: 0.6;
	z-index:100;
}

.back-offers-area.active{
	display:none;
}

.web-offers {
	color: #273990;
	font-size: 40px;
}

.phone-offers {
	color: #273990;
	font-size: 20px;
}

.about-company {
	font-size: 20px;
    line-height: 30px;
    padding-top: 20px;
}

.title-offers{
	color: #000000;
	font-size: 50px;
	font-weight: bold;
	padding: 50px 0px 0px 0px;
	text-transform: uppercase;
	letter-spacing: 2px;
	line-height: 60%;
	line-height: 70px;
}

.smalltitle-offers{
	color: #000000;
	font-size: 20px;
	font-weight: 700;
	padding: 50px 0px 0px 0px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.line-offers {
	position: absolute;
	bottom: 0px;
	/*left: 100px;*/
	width: 100%;
	height: 5px;
	background-color: #000000;
	top: 50%;
    transform: translateY(-50%);
}

.note-offers {
		color: #000000;
	font-size: 20px;
	font-weight: 400;
	padding: 50px 0px 50px 0px;
	letter-spacing: 1px;
}

.offers-footer {
	background-color: #2d2e81;
	margin-top: 30px;
	padding: 10px;
	color:#ffffff;
}

.footer-link {
		color: #ffffff;
	font-size: 20px;
	font-weight: 700;
	padding: 50px 0px 0px 0px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.create-offers-item-area {
	padding: 10px;
	margin: 10px 10px 30px 10px;
	background-color: #f1f1f1;
	-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}

.create-offers-item-input {
	width: 100%;
}

.offers-form .help-block{
	color: red;
}

.calccoa-form .help-block{
	color: red;
	font-weight:bold;
	font-size:12px;
}

.note-insert { display: none; }

.offers-select {
	/*font-size:11px;*/
	width: 100%;
}

.offers-radio-label {
	font-size:11px;
}

.edit-offers-item-area {
	display:inline-block;
}

.offers-table-item-tr:hover {
	background-color:#f1f1f1;
}

.value-offers-item-input {
	width: 90%;
}

.value-offer-item-save {
	color: green;
	font-size: 22px;
    cursor: pointer;
}

.small-offer-area {
	position:absolute;
	display: block;
	min-width:100px;
	min-height:100px;
	background-color: #ffffff;
	border:3px rgb(128, 128, 128) solid;
	-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
	padding: 20px;
	-webkit-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
-moz-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
z-index: 1001;
/*right:-100px;*/
	top: 50%;
    transform: translateY(-50%);
}

.offers-select-small {
	width: 100%;
	
}

.offers-item-remove,.offers-item-down,.offers-item-up {
	padding: 0px 3px;
	margin: 0px 3px;
}

.offer-icon {
	font-size: 10px;
}