.coupon-styles {
  padding: 20px;
  text-align: center;
  margin-bottom: 30px;
}

.well-nobg {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  margin-top: 10px;
  /*background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);*/
}

.well-account-header h4 {
  color: #ffffff;
}

.well-account {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid #e3e3e3;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  border-bottom: 8px solid #003876;
}
.well-account-header {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 0;
}

.home-gray-links a {
  padding: 0px 48px;
  display: block;
}

.link-margin {
  margin-left: 30px;
}

.footer-links-social {
  background-color: #eaeaea;
  padding: 40px;
}

.gray-footer-links a {
  display: inline-block;
  font-family: "Lato";
  font-weight: 900;
}

.gray-footer-social {
  text-align: right;
}
.gray-footer-social a {
  padding: 0 10px;
  font-family: "Lato";
  font-size: 26px;
  font-weight: 900;
}
/*	.gray-footer-social a.facebook:hover {color: #3b5998 !important;}
	.gray-footer-social a.twitter:hover {color: #00aced !important;}
	.gray-footer-social a.googleplus:hover {color: #dd4b39 !important;}
	.gray-footer-social a.linkedin:hover {color: #0077b5 !important;}
	.gray-footer-social a.pinterest:hover {color: #cb2027 !important;}
	.gray-footer-social a.instagram:hover {color: #c32aa3 !important;}*/

.system-status-green {
  padding: 100px;
  background-color: green;
}
.system-status-red {
  padding: 100px;
  background-color: red;
}

/* ------ HOMEPAGE CALLOUT SERVICES STYLES // Heating ------ */
.home-banner {
  font-size: 20px;
  min-height: 500px;
}
.home-banner h1 {
  font-size: 35px;
  color: #bf1e2d;
  margin-top: 10px;
}
.home-banner a {
  display: inline-block;
  padding: 10px;
  background: transparent;
  color: #fff !important;
  border: 1px solid #fff;
  font-size: 16px;
  font-weight: 900;
  margin-bottom: 20px;
}
.home-banner a:hover {
  background-color: #fff;
  border: 1px solid #fff;
  color: #b5121c !important;
  text-decoration: none;
}
@media (min-width: 1200px) {
  .home-banner {
    background-image: url("/images/slide_grill.png");
    /*background-position: center; */
    background-repeat: no-repeat;
    background-size: cover;
    text-align: left;
  }
}
@media (max-width: 1199px) {
  .home-banner {
    background-image: url("/images/slide_grill.png");
    /*background-position: center; */
    background-repeat: no-repeat;
    background-size: cover;
    text-align: left;
  }
}
@media (max-width: 979px) {
  .home-banner {
    background-image: none;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .home-banner {
    background-image: none;
    text-align: center;
  }
}
@media (min-width: 100px) and (max-width: 768px) {
  .home-banner {
    background-image: none;
    text-align: left;
  }
  .home-banner h1 {
    font-size: 40px;
  }
}

.home-phone-bar {
  padding: 20px;
  /*background-color: #344784;*/
  font-family: "Lato";
  font-size: 24px;
  color: #fff;
  text-align: center;
}
.home-phone-bar a {
  color: #fff !important;
}

fieldset.acme {
  border: 5px solid #d5d5d5;
  /*border: 5px solid #548d24;*/
  padding: 20px;
  margin-bottom: 10px;
}

legend.acme {
  display: block;
  width: auto;
  padding: 10px;
  font-family: "Lato", sans-serif;
  font-weight: 900;
  line-height: 20px;
  color: #bf1e2d;
  border: 0;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .gray-footer-links a {
    width: 100%;
    padding: 5px 5px;
  }
  .gray-footer-social a {
    margin-top: 20px;
    padding: 0 5px;
  }
  .gray-footer-social {
    margin-top: 20px;
    text-align: left;
  }
}

/* \/\/ Custom login dropdown styles \/\/ */
#login-dp {
  min-width: 250px;
  padding: 14px 14px 0;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.9);
}
#login-dp .help-block {
  font-size: 12px;
}
#login-dp .bottom {
  background-color: rgba(255, 255, 255, 0.9);
  border-top: 1px solid #ddd;
  clear: both;
  padding: 14px;
}
#login-dp .social-buttons {
  margin: 12px 0;
}
#login-dp .social-buttons a {
  width: 49%;
}
#login-dp .form-group {
  margin-bottom: 10px;
}
.btn-fb {
  color: #fff;
  background-color: #3b5998;
}
.btn-fb:hover {
  color: #fff;
  background-color: #496ebc;
}
.btn-tw {
  color: #fff;
  background-color: #55acee;
}
.btn-tw:hover {
  color: #fff;
  background-color: #59b5fa;
}
@media (max-width: 768px) {
  #login-dp {
    background-color: inherit;
    color: #fff;
  }
  #login-dp .bottom {
    background-color: inherit;
    border-top: 0 none;
  }
}
/* /\/\ Custom login dropdown styles /\/\ */
#search {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);

  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;

  -webkit-transform: translate(0px, -100%) scale(0, 0);
  -moz-transform: translate(0px, -100%) scale(0, 0);
  -o-transform: translate(0px, -100%) scale(0, 0);
  -ms-transform: translate(0px, -100%) scale(0, 0);
  transform: translate(0px, -100%) scale(0, 0);

  opacity: 0;
}

#search.open {
  -webkit-transform: translate(0px, 0px) scale(1, 1);
  -moz-transform: translate(0px, 0px) scale(1, 1);
  -o-transform: translate(0px, 0px) scale(1, 1);
  -ms-transform: translate(0px, 0px) scale(1, 1);
  transform: translate(0px, 0px) scale(1, 1);
  opacity: 1;
}

#search input[type="search"] {
  position: absolute;
  top: 25%;
  width: 100%;
  color: rgb(255, 255, 255);
  background: rgba(0, 0, 0, 0);
  font-size: 60px;
  font-weight: 300;
  text-align: center;
  border: 0px;
  margin: 0px auto;
  margin-top: -51px;
  padding-left: 30px;
  padding-right: 30px;
  outline: none;
}
#search .btn {
  position: absolute;
  top: 25%;
  left: 50%;
  margin-top: 61px;
  margin-left: -45px;
}
#search .close {
  position: fixed;
  top: 15px;
  right: 15px;
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd;
  opacity: 1;
  padding: 10px 17px;
  font-size: 27px;
}

fieldset.section {
  border: 5px solid #e9e9e9;
  padding: 20px;
  margin-bottom: 10px;
}

legend.section_label {
  display: block;
  width: auto;
  padding: 10px;
  font-family: "Lato", sans-serif;
  font-weight: 900;
  line-height: 20px;
  color: #333333;
  border: 0;
  margin-bottom: 0;
}

.login_sections {
  padding: 10px;
  margin-bottom: 10px;
  color: #ffffff;
  text-align: center;
}

b.red {
  color: #ff0000;
}

input[type="radio"] {
  /* margin-top: -5px; */
  margin-right: 6px;
}

/* Dashboard Styles */

h1.dashboard,
h1.dashboard a {
  padding: 0px;
  margin: 0px;
  font-size: 24px !important;
  text-decoration: none !important;

  color: #333333;
}

a.dash-logout {
  color: #333333;
}

.dash-section {
  background-color: #ffffff;
  padding: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -khtml-border-radius: 20px;
  border-radius: 20px;
  border: 1px solid #d3cbcb;
  width: 90%;
}
.dash-btn2-inactive {
  color: #eeeeee;
  padding: 10px !important;
  -webkit-box-shadow: 0px 6px 4px rgb(112, 112, 112);
  -moz-box-shadow: 0px 6px 4px rgb(112, 112, 112);
  box-shadow: 0px 6px 4px rgb(112, 112, 112);
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  background: #9ea1cd;
  width: 165px !important;
  height: 165px !important;
  margin-top: 7px;
  margin-right: 15px;
  margin-bottom: 10px;
  float: left;
  overflow: visible;
  font-size: 12px;
}

.dash-btn2 {
  color: #ffffff;
  padding: 20px 10px 0px 10px !important;
  -webkit-box-shadow: 0px 6px 4px rgb(112, 112, 112);
  -moz-box-shadow: 0px 6px 4px rgb(112, 112, 112);
  box-shadow: 0px 6px 4px rgb(112, 112, 112);
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  background: #212529;
  width: 165px !important;
  height: 165px !important;
  margin-top: 7px;
  margin-right: 15px;
  margin-bottom: 10px;
  float: left;
  overflow: visible;
  font-size: 12px;
}

.dash-btn-user {
  color: #ffffff;
  padding: 7px !important;
  -webkit-box-shadow: 0px 6px 4px rgb(112, 112, 112);
  -moz-box-shadow: 0px 6px 4px rgb(112, 112, 112);
  box-shadow: 0px 6px 4px rgb(112, 112, 112);
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  background: #212529;
  width: 150px !important;
  height: 160px !important;
  margin-top: 7px;
  font-size: 12px;
}


.btn-custom {
  background-color: hsl(26, 100%, 44%) !important;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff7a14", endColorstr="#e06100");
  background-image: -khtml-gradient(
    linear,
    left top,
    left bottom,
    from(#ff7a14),
    to(#e06100)
  );
  background-image: -moz-linear-gradient(top, #ff7a14, #e06100);
  background-image: -ms-linear-gradient(top, #ff7a14, #e06100);
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #ff7a14),
    color-stop(100%, #e06100)
  );
  background-image: -webkit-linear-gradient(top, #ff7a14, #e06100);
  background-image: -o-linear-gradient(top, #ff7a14, #e06100);
  background-image: linear-gradient(#ff7a14, #e06100);
  border-color: #e06100 #e06100 hsl(26, 100%, 41.5%);
  color: #fff !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.16);
  -webkit-font-smoothing: antialiased;
}

.alt1 {
  background-color: #ffffff !important;
  padding: 10px;
}

.alt2 {
  background-color: #eeeeee !important;
  padding: 10px;
}

/*
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
	padding:4px 7px;
	margin:0 0 10px 0;
	font-size:12px;
	line-height:1.2em;
	text-transform:none;
	color:#7d7d7d;
	text-decoration:none;
	position:relative;
	border-radius:0;
	border:1px solid #d7d7d7;
	background:#fff;
	box-shadow:none;
}
textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
	box-shadow:none;
	border-color:#666666;
} */

/* input[type='submit'], input[type='reset'] {
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
} */

.badge {
  padding: 1px 9px 2px;
  font-size: 12.025px;
  font-weight: bold;
  white-space: nowrap;
  color: #ffffff;
  background-color: #999999;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
}
.badge:hover {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.badge-error {
  background-color: #b94a48;
}
.badge-error:hover {
  background-color: #953b39;
}
.badge-warning {
  background-color: #f89406;
}
.badge-warning:hover {
  background-color: #c67605;
}
.badge-success {
  background-color: #468847;
}
.badge-success:hover {
  background-color: #356635;
}
.badge-info {
  background-color: #3a87ad;
}
.badge-info:hover {
  background-color: #2d6987;
}
.badge-inverse {
  background-color: #333333;
}
.badge-inverse:hover {
  background-color: #1a1a1a;
}

label {
  margin-bottom: 0px !important;
  font-weight: bold !important;
  color: #00529b !important;
}
