
/* verde: #0170bf */
.topbar {
	padding: 10px 20px;
	background-color: #bfd630;
}
.head-wrap, .footer-inner {
	padding: 0px 20px;
	width: 100%;
}
.topbar .toplinks {
	max-width: 960px;
	margin: 0 auto;
}

.topbar .toplinks h6 {
	display: inline-block;
	color: #fff;
	margin-right: 15px;
	font-family: 'Montserrat', sans-serif;
	font-size: 11px;
}

.topbar span {
	float: right;
	padding: 6px 0;
}

.topbar span a {
	color: #fff;
	font-size: 12px;
	font-weight: bold;
}

.iscr-header {
	display: inline-block;
	background-color: #fff !important;
	border-bottom: 1px solid #F4F3F8 !important;
	/*box-shadow: 0 1px 7px rgba(0, 0, 0, 0.041);*/
	width: 100%;
}

.iscr-logo {
	width: auto;
	margin-left: 0px;
	padding: 10px 0;
}

.footer .iscr-logo {
	float: left;
	height: 30px;
	padding: 0;
}

.main-content, .head-wrap {
	max-width: 960px;
	margin: 0 auto;
}

.main-container {
	width: 100%;
	background-color: #fff !important;
	padding: 30px 20px;
	margin-top:0px;
}

.main-content .container {
	border-left: 0 none;
	border-bottom: 0 none;
	margin-bottom: 0;
}

.iscr-btn {
	float: right;
	background-color: transparent !important;
	transition: all 0.3s ease;
	margin: 23px 0;
}

.iscr-btn a {
	color: #333;
}

.iscr-btn:hover {
	color: #0170bf;
}

.container .row>div>div:not (.form-group ) {
	margin: 0 auto;
}

.panel, .panel-heading {
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0,0,0,0.05);
}

.panel-body {
	padding-bottom: 15px !important;
}

.moveHandler, .panel-collapse {
	display: none !important;
}

.radio-inline {
	line-height: 15pt;
}

.footer {
	margin-top: 0px !important;
	color: #fff;
	background-color: #31383c !important;
	padding: 18px 0;
}

.footer-inner {
	color: #fff !important;
	max-width: 960px;
	margin: 0 auto;
	float: none;
}

.footer .footer-inner p.powered {
	margin: 0;
	display: inline-block;
	color: #999;
	float: right;
	margin-top: 6px;
}

.footer .footer-inner p.powered a {
	color: #888;
}

.footer .footer-inner p.powered a:hover {
	color: #0170bf;
}

.footer-items {
	display: none;
}

#formarea {
	background: #f9f9f9;
	border: 1px solid #ccc;
	padding: 20px 20px;
	border-radius: 10px;
}

#formhome .homebox {
	background: #f9f9f9;
	border: 1px solid #ccc;
	padding: 20px 20px;
	margin-bottom: 20px;
	border-radius: 10px;
}

.sub-title {
	border: 0;
	margin-bottom: 5px;
	display: block;
	text-align: left;
	position: relative;
	padding: 0 0 14px;
	margin: 16px 0 16px 1px;
	text-transform: uppercase;
	font-size: 14px;
	color: #777;
	letter-spacing: 1.2px;
	font-weight: bold;
}

.sub-title::after {
	content: "";
	margin: 11px 0 15px;
	width: 68px;
	height: 4px;
	background: #bfd630;
	position: absolute;
	bottom: 14px;
	left: 0;
	border-right: 3px solid #fff;
	margin: 0;
}

.sub-title h4, .sub-title h5 {
	font-weight: 600;
	color: #393939;
	line-height: 1.2;
	margin-bottom: 0;
	border-bottom: 4px solid #ebebeb;
	letter-spacing: -0.5px;
	text-transform: none;
}

.sub-title h4 {
	font-size: 24px;
	padding-bottom: 20px;
}

.sub-title h5 {
	font-size: 17px;
	padding-bottom: 10px;
}

.sheet-list {
	margin-bottom:0px;	
}
.sub-title .btn-add {
	padding-bottom: 4px;
	padding-top: 4px;
}

.sub-title-header {
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	align-items:center";
}

.sides {
	/* padding:20px 0;*/
	
}

.payment-method {
	margin-top: 20px;
}

.fatt-edit {
	float: right;
	margin-top: 10px
}

.totals-box table {
	border-collapse: collapse;
}

.totals-box table td {
	padding: 5px 10px 5px 0;
}

.totals-box table td.price-labels {
	font-weight: bold;
}

.totals-box table td.prices {
	text-align: right;
}

#login-form-data a.forgot {
	color: #666;
}


#web-title {
	font-size: 11pt;
	text-align: center;
	float: right;
	display: inline-block !important;
	font-weight: bold;
}


.head-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

@media screen and (max-width:980px) {
	.main-content {
		margin: 0 auto !important;
	}

}

@media only screen and (max-width:769px) {
	.head-wrap {
		background-color: #fff !important;
		text-align: center;
	}
}

@media screen and (max-width:640px) {
	#web-title {
		width:100%;
	}
	.toplinks span {
		display: none;
	}
	
	.head-wrap {
		padding-bottom:10px;
	}
}


@media screen and (max-width:450px) {
	.topbar {
		text-align: center;
	}
	.topbar h6 {
		margin-top: 4px;
		margin-bottom: 4px;
	}
	.head-wrap .iscr-btn {
		padding: 6px 20px;
	}
	
	.main-container {
		padding: 0;
	}
	#formarea {
		background: #f9f9f9;
		border: 0 none;
		padding: 20px 20px;
	}
	#formarea .col-md-6:first-child {
		margin-bottom: 50px;
	}
	.main-content, .main-content>.container {
		min-height: 0 !important;
	}
	.footer {
		padding: 15px;
		margin-top: 15px !important;
	}
}
