/* FOOTER WHICH STAYS AT THE BOTTOM AT ALL TIMES */

/*body {
	display: flex;
	min-height: 100vh;
	flex-direction: column;
	transition: all ease 0.5s;
}

main {
	flex: 1 0 auto;
}*/

html{
  background-color: #fff;
}

.container {
	margin:auto!important;
}

.container, .custom-larger-container {
  padding-top: 70px!important;
  padding-bottom: 70px!important;
  /* position:absolute;
  left:0;
  right:0; */
  padding-top: 0px;
  padding-bottom: 0px;
}

@media only screen and (max-width: 993px) {
	.custom-larger-container {
    padding-top: 10px!important;
    padding-bottom: 10px!important;
	}
}

@media only screen and (min-width: 1400px) {
	.container {
		width: 25%!important;
	}
	.larger-container {
		width: 50%!important;
	}
}

@media only screen and (max-width: 1400px) {
	.container {
		width: 30%!important;
	}
	.larger-container {
		width: 55%!important;
	}
}

@media only screen and (max-width: 1200px) {
	.container {
		width: 40%!important;
	}
	.larger-container {
		width: 60%!important;
	}
}

@media only screen and (max-width: 992px) {
	.container {
		width: 50%!important;
	}
	.larger-container {
		width: 70%!important;
	}
}

@media only screen and (max-width: 750px) {
	.container {
		width: 70%!important;
	}
	.larger-container {
		width: 80%!important;
	}
}

@media only screen and (max-width: 600px) {
	.container {
		width: 90%!important;
	}
	.larger-container {
		width: 90%!important;
	}
}

#main-wrapper {
	  background: #f3f3f3 !important;

}

.main-wrapper {
	/* height: 100vh;
  min-height: 750px; */
  background: #f3f3f3 !important;
	/*background: url("../img/background.jpg");*/
	background-position: 0% 0%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
  min-height: 100vh;
}

.container-content {
	background-color: white;
	width: 100%;
	border-radius: 3px;
	box-shadow: 0px 17px 35px rgba(0,0,0,0.27);
}

.container .row.spe {
	margin-left: 0px;
	margin-right: 0px;
}

.logo {
	text-align: center;
	padding-top: 25px;
	padding-bottom: 7px;
}

.brand {
	font-family: 'Lobster';
	font-size: 48px;
	color: #42a5f5;
}

.brand img {
	height: 80px;
	margin: auto;
	margin-top: 25px;
}

.brand font {
	text-shadow: none;
}

.head {
	padding: 20px;
	text-align: center;
	font-size: 28px;
	font-weight: 300;
	border-bottom: 1px solid #d8d8d8;
	border-top: 1px solid #d8d8d8;
	background: #f5f5f5;
}

.sub-head {
	background: whitesmoke;
	padding: 15px 15px 13px 15px;
	font-size: 16px;
	margin: 0px 10px 25px 10px;
	border: 1px solid #d8d8d8;
	background-color: whitesmoke;
	color: #8a8996;
	border-radius: 4px;
}

.content {
	padding: 30px 20px;
}

@media screen and (max-width: 480px) {
	.content {
	    padding: 15px 5px;
	}
}

.field {
	margin-bottom: 25px;
}

.no-margin {
	margin: 0px;
}

.field textarea {
	width: 100%;
	max-width: 100%;
	min-width: 100%;
	display: block;
	height: 40px;
	line-height: 22px;
	min-height: 200px;
	background-color: #f8f8f8;
	font-size: 16px;
	border: 1px solid #ededed;
	padding: 5px 15px;
	color: #8a8a8a;
	font-weight: 300;
	border-radius: 2px;
	margin-bottom: 15px;
	padding-top: 10px;
}

.field input {
	width: 100%;
	display: block;
	height: 40px;
	line-height: 40px;
	background-color: #f8f8f8;
	font-size: 18px;
	border: 1px solid #ededed;
	padding: 5px 15px;
	color: #8a8a8a;
	font-weight: 300;
	border-radius: 2px;
	margin-bottom: 15px;
}

.field-suptitle {
	font-size: 18px;
	text-transform: uppercase;
	color: #8a8a8a;
	border-bottom: 1px solid #d8d8d8;
	margin-bottom: 22px;
	padding-bottom: 5px;
}

.field input:focus, .field textarea:focus {
	border: 1px solid #ababab;
	outline: none;
}

.field label {
    color: #8a8a8a;
    padding-bottom: 7px;
    display: block;
}

.remember-me label {
	font-size: 14.5px;
    padding-left: 30px;
    display: block;
}

.buttons {
	text-align: center;
}

.buttons button {
	height: 50px;
	padding: 5px 50px;
}

.below-content {
	padding: 20px;
	border-top: 1px dashed #d8d8d8;
}

.links p {
	margin: 0;
	margin-bottom: 10px;
	color: #8a8a8a;
}

.links p:last-child {
	margin-bottom: 0px;
}

.links a {
	color: #42a5f5;
}

.error-box {
    background: #ffcaca;
    padding: 7px 15px;
    border-radius: 4px;
    border: 1px solid #ff9a9a;
    box-shadow: 0px 1px 4px rgba(0,0,0,0.2) inset;
    margin-bottom: 10px;
    color: #b94b4b;
    font-size: 12px;
}

.callout-info {
    background-color: #e9f9fc;
    border-color: #63D3E9;
}
.callout {
    position: relative;
    min-height: 60px;
    margin: 0px;
    padding: 5px 30px 5px 60px;
    font-size: 0.9em;
    word-wrap: break-word;
}
.callout-info:before {
    position: absolute;
    left: 10px;
    top: 10px !important;
    display: block;
    background: #63D3E9;
    color: #fff;
    width: 40px;
    text-align: center;
    height: 40px;
    font-size: 1.5em;
    font-family: 'FontAwesome';
    content: "";
    line-height: 39px;
}

.footer {
	padding-bottom: 20px;
}

.accept-conditions {
	padding: 20px;
	background-color: #e2e2e2;
}

.accept-conditions.field label {
	color: #4a4a4a!important;
}

.accept-conditions a {
	color: #0298ea;
}

.standard-select {
	padding: 10px 15px;
	margin: 5px 0px 15px 0px;
	border-radius: 3px;
	line-height: 40px;
	height: 40px;
	border: 1px solid #d2d2d2;
	color: #6e6e6e;
	box-shadow: 0 1px 3px 0 rgba(0,0,0,.15) inset;
	display: inline;
}

select:focus {
	outline: none;
}

option {
	background: #f3f3f3;
	padding: 8px 13px;
	box-shadow: 0 1px 3px 0 rgba(0,0,0,.15) inset;
	border-bottom: 1px solid #b4b4b4;
	transition: all ease 0.5s;
	cursor: pointer;
}

option:hover, option:focus {
	background: #abd8f5!important;
}

.standard-input {
	border-radius: 3px;
	height: 40px;
	border: 1px solid #d2d2d2;
	padding: 10px 15px;
	color: #6e6e6e;
	margin: 5px 0px 15px 0px;
	box-shadow: 0 1px 3px 0 rgba(0,0,0,.15) inset;
	line-height: normal;
}

input:read-only, input:disabled, input:disabled + label {
	opacity: 0.6;
    cursor: not-allowed!important;
}

.card-title-support {
	color: #fff;
	position: absolute;
	bottom: 0;
	right: 0;
	max-width: 100%;
	padding: 24px;
	color: #FFFFFF;
	font-size: 18px;
}

.sub-heading {
	width: 100%;
	background: #dedede;
	padding: 10px 20px;
	font-size: 18px;
	font-weight: 300;
}

.pointer {
	cursor: pointer;
}

.side-quotation-head {
  color: #42a5f5;
  padding: 15px!important;
  padding-top: 5px!important;
  font-weight: 300;
  font-size: 25px;
}
.inside-quotation {
  height: 100%;
  border-radius: 7px;
  padding: 20px 10px;
  box-shadow: inset 0px 4px 10px #a0a0a0;
}
.side-quotation {
  position: fixed!important;
  top: 85px;
  border-radius: 15px;
  margin-top: 40px;
  width: 31%;
  transition: all ease 0.8s;
	max-height: calc(100vh - 210px);
	/* calc(100vh - 348px) */
  overflow-y: auto;
  padding: 20px;
  min-width: 600px;
  margin-left: 50px;
}

@media only screen and (max-width: 1200px) {
	.side-quotation {
		position: static!important;
		width: 100%;
		margin-left: 0px;
		max-height: none;
    overflow-y: visible;
    padding: 12px;
    margin-bottom: 10px;
    margin-top: 0px;
    min-width: 0;
	}
}

@media only screen and (min-width: 993px) and (max-width: 1200px) {
	.side-quotation {
    margin-bottom: 70px;
	}
}

@media only screen and (min-width: 1201px) and (max-width: 1600px) {
	#left-container {
		margin-left: 40px;
	}
	.side-quotation {
	  margin-left: 10px;
	  min-width: 520px;
	}
}

.side-quotation-info {
	text-align: center;
	padding-top: 15px;
	font-size: 13px;
}
.side-quotation-info a {
	color: #2196F3;
}
.quotation-first-col {
  font-size: 18px;
}
.quotation-third-col .pricenum {
  font-size: 26px;
  font-weight: 300;
}
.quotation-third-col .onquotation {
  font-size: 22px;
  font-weight: 300;
}
.quotation-third-col {
  text-align: right;
  justify-content: flex-end;
}
.quotation-hr {
  margin-bottom: 14px;
  box-shadow: none;
  border: 0px;
  border-bottom: 1px solid #ececec;
}
.quotation-first-col, .quotation-second-col, .quotation-third-col {
  height: 50px;
  display: flex;
  align-items: center;
}

.quotation-list li {
	list-style-type: circle!important;
	list-style-position: inside;
	font-size: 14px;
}
.quotation-catchphrase {
	font-weight: 300;
	font-size: 16px;
}
.field-suptitle2 {
	font-size: 15px;
	font-weight: 300;
	color: #000000;
	border-left: 6px solid #42a5f5;
	margin-bottom: 22px;
	padding-left: 12px;
	text-transform: uppercase;
}
[type="checkbox"] + label {
	padding-left: 30px;
	line-height: 22px;
}
.price-quotation {
	text-align: right;
	font-size: 16px;
}
.price-quotation .bigprice, #maintenance_hours {
	font-size: 26px;
	font-weight: 300;
}

#maintenance_hours1[data-hours="0"] #maintenance_hour1_s {
	display: none;
}

#maintenance_hours1[data-hours="1"] #maintenance_hour1_s {
	display: none;
}

#maintenance_seccol[data-hours="0"] #maintenance_hour_s {
	display: none;
}

#maintenance_seccol[data-hours="1"] #maintenance_hour_s {
	display: none;
}

.inputNumber {
	display: flex;
	align-items: center;
}
.inputNumber input {
	width: 80px;
	text-align: center;
	margin-bottom: 0px;
}
.inputNumber button.minus, .inputNumber button.plus {
	width: 40px;
	height: 40px;
	color: #575757;
	vertical-align: top;
	border-radius: 3px;
	line-height: 7px;
	background: #f8f8f8;
	border: 1px solid #ededed;
	transition: all ease 0.5s;
}
.inputNumber button.minus {
	margin-right: 10px;
}
.inputNumber button.plus {
	margin-left: 10px;
}
.inputNumber button.minus:hover, .inputNumber button.plus:hover {
	background: #fff;
}

.altbox-list li {
	font-size: 12px;
}