.color-grey {
    color: #929292 !important;
}
.color-white {
    color: white !important;
}
.color-green {
    color: #51ae31 !important;
}
.color-yellow {
    color: #fcc522 !important;
}
.color-red {
    color: red !important;
}

#MapRegionOfActivity + div {
  margin: 0 0 15px 0;
}

#SystemNotificationList a,
#SystemNotificationList a:hover {
  color: rgba(0, 127, 184, 1);
  text-decoration: none;
}

.sub-navigation > li a.active,
.sub-navigation > li a:hover {
  color: rgba(245, 190, 48, 1) !important;
  text-decoration: none;
}

.divider {
    border-bottom: 1px dashed #989898;
}

table.checkout-details td:first-child {
    padding-left: 5px;
}

.section4 {
    text-align: center;
    background-color: #EDECEA;
    background-image: url();
    background-repeat: no-repeat;
    background-size: 100% 100%;
    color: #282828;
    padding: 100px 10px;
    height: auto;
    width: 100% !important;
    max-width: 100% !important;
}

div.content > div.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
}

div.content > div.container > div.row,
div.content > div.container > div.row > div,
div.content > div.container > div.row > div > div.row,
div.content > div.container > div.row > div > div.row > div {
  padding: 0;
}

header > div.container div.logo {
  text-align: center;
}

@media (min-width: 768px) {
}

@media (min-width: 768px) and (max-width: 992px) {
  .panel-entries > li .check {
    padding: 10px;
    box-sizing: border-box;
  }

  .panel-entries > li.not-okay .check {
    background-image: none;
  }
}

@media (min-width: 992px) {
  .container {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 85%;
    max-width:1600px;
  }
}
.panel {
    width: 100%;
    border: 1px solid #d9d9d9;
    border-radius: 0px;
    overflow: hidden;
    margin-bottom: 10px;
}

.panel .panel-heading.no-icon {
    padding-left: 10px;
    background-image: none !important;
}

.panel .panel-heading {
    background-color: #939488;
    background-color: #001a3c;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    width: 100%;
    min-height: 10px !important;
    padding: 5px;
    font-size: 14px;
    text-transform: uppercase;
    color: white;
    background-position: 10px center;
    background-repeat: no-repeat;
    background-size: 50px;
}

.panel .panel-body {
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 5px;
}

.lead-table-title {
    width: 50%;
}

.lead-table-data {
    width: 50%;
}

.lead-table-data img {
    max-width: 70%;
    max-height: 70%;
}


.apilink {
    color: white !important;

    background-color: #A8CC39;
    border: 0px solid white;
    border-radius: 3px;
    padding: 5px 10px 5px 10px;
    white-space: nowrap;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    font-size: 11pt;
}



.apilink:hover {
    background-color: #89a72b;
}

body {
    font-size: 11pt;
    /*color: #282828;*/
    }

.panel-entries {
    padding-left:10px;
}

.panel-entries > li {
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
}

.button {
    color: white !important;
    background-color: #A8CC39;
    border: 0px solid white;
    border-radius: 5px;
    padding: 4px 10px 4px 10px;
    white-space: nowrap;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    font-size: 11pt;
}

.button.big {
    font-size: 11pt;
    line-height: 45px;
    padding: 10px 25px;
    text-transform: uppercase;
}

.button.vip {
    background-color: #A8CC39 !important;
    font-size: 11pt;
    /*line-height: 45px;*/
    padding: 15px;
    margin-right: 30px;
    margin-top: 30px;
    text-transform: uppercase;
}

table.table tr:last-child td {
    border-bottom: 5px solid white;
}

h3 {
    margin-top: 10px;
    margin-left: 2px;
}

form.styled input {
    height: 30px;
    padding: 5px 5px 5px 5px;
    font-size: 13px;
    background-color: #fafafa;
    border: 1px solid #E3E3E0;
    border-radius: 0px;
    color: #000000;
    width: 100%;
    margin-bottom: 5px;
    background-repeat: no-repeat;
    background-position: 10px center;
}

form.styled .button {
    font-size: 11pt !important;
    text-transform: uppercase !important;
    line-height: 25px;
    margin: 0;
    padding: 5px 50px;
}

form.styled input:focus {
  background-color: #eaeaea;
  padding: 5px 5px 5px 5px !important;
}

.styled-select {
    margin-bottom: 5px;
    border: 1px solid #E3E3E0;
    border-radius: 0px;
    overflow: hidden;
    height: 42px;
    color: black;
    background: url(/img/select-dropdown-arrow.png) no-repeat center right;
    background-color: #fafafa !important;
}

.styled-checkbox + label {
    background-image: url(/img/checkbox-unchecked.png);
    background-repeat: no-repeat;
    background-size: contain;
    padding-left: 40px;
    height: 18px;
    line-height: 18px;
    display: block;
    margin-bottom: 5px;
}

.login_buttons {
    color: black;
    position: absolute;
    right: 20px;
    top: -50px;
    z-index: 1;
}

.login_buttons .button {
    /*font-size: 0.8em;*/
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 22px;
    padding-right: 22px;
}

table.table tr td {
    padding: 7px 7px;
    padding-right: 10px;
}

.panel p {
    margin: 2px 2px 2px 2px;
}

.panel-entries > li .border {
    border-bottom: 1px dashed #989898;
    margin-top: 5px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

#login-content .form-group {
    margin-left: 0px;
    margin-right: 0px;
}

.form-group {
    margin-left: 0px;
    margin-right: 0px;
}

.green-form {
    width: 100%;
    background-color: #E3E3E0;
    color: #282828;
    padding:25px 0px;
    margin-bottom: 70px;
    position: relative;
}

.green-form h3 {
    color: #282828;
    border-top: 1px solid #A8CC39;
    line-height: 30px;
    padding-left: 0px;
    margin-left: 0px;
    margin-bottom: 5px;
    font-weight: bold;
}

form.styled hr {
    width: 70%;
    border: 0px solid #939488;
    margin: 5px 0 5px 0;
    clear: both;
}

form.styled .error_message {
    display: none;
    margin: -5px 0 10px 0;
    color: #d94308;
    background-color: #f2b9a2;
    background: none;
    border-radius: 0px;
    padding: 2px 5px;
    border: 0px solid #d94308;
}

footer .links > li > ul li a,
body {
  color: #000 !important;
}

header .container .navigation {
  display: none;
}

header .container .togge-navigation {
  display: none;
}

header .container {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

div.content .container .sub-navigation:not(.serviceProvider) {
  display: none;
}

#leadDetails div.panel.panel_your_information table td {
  width: 50%;
  vertical-align: top;
  overflow: hidden;
}

#leadDetails > div a.button {
  display: none;
}

.panel > .panel-heading {
  font-weight: bold;
}

.badge {
    font-family: 'Open Sans', sans-serif;
}

.panel1 .panel-entries > li .info .badge {
  /*background-color: #001a3c;*/
  background-color: #f5bc24;
  color: #fff;
}

.panel0 .panel-entries > li.not-okay div.info:not(.has-error) .badge {
  background-color: rgba(245, 190, 48, 0.9);
  color: #fff;
}

.panel0 .panel-entries > li:not(.not-okay) div.info:not(.has-error) .badge {
  /*background-color: #001a3c;*/
  background-color: #f5bc24;
  color: #fff;
}

.panel0 .panel-entries > li div.info.has-error .badge {
  background-color: #bb0e1f;
  color: #fff;
}

#leadDataList .panel1 span.mandatory {
  display: none;
}

#leadDataList .panel2 {
  display: none;
}

div.form-group textarea {
  font-size: 13px;
}

footer .links > li > ul li a:hover,
footer .links > li strong,
footer h2,
footer h3,
.skyblue {
  color: #001a3c !important;
}

div.form-group > div.controls {
  margin: 10px 0 16px 0;
  width: 100%;
  padding: 0;
  box-sizing: border-box;
}

a.likesubmit,
button.likesubmit,
form.styled .button,
button[type=submit] {
  display: block;
  /*background-color: rgba(245, 190, 48, 1);*/
  background-color: rgb(0 26 60);
  color: #fff !important;
  cursor: pointer;
  border-radius: 10px;
  border-width: 0;
  box-shadow: none;
  line-height: 40px;
  margin-right: 10px;
  text-align: center;
}

a.likesubmit:hover,
button.likesubmit:hover,
button[type=submit]:hover {
  background-color: rgba(245, 190, 48, 0.9);
}

.styled-radio:checked + label {
  background-image: url('/img/radio-selected-skyblue.png');
}

/*@font-face {
  font-family: 'Noto Serif';
  src: url('https://dev.tetraeder.solar/assets_v06/partner_calculator/sunney/fonts/Noto_Serif/NotoSerif-Regular.ttf') format('truetype');
}*/

/*body, p, span, input, label, select, option, textarea {
  font-family: 'Noto Serif', serif;
}*/

h1, h2, h3, h4, h5, h6,
.panel > .panel-heading,
.panel > .panel-body td > strong,
ul.panel-entries > li div.info > strong,
button, button span, a.likesubmit {
  font-family: univia-pro, sans-serif;
  font-weight: 500;
}

#leadDetails .panel-feedback {
  display: none;
}

#leadDetails table.table20 tr.tr5,
#leadDetails table.table20 tr.tr6 {
  display: none;
}

div.footer > div.container {
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  box-sizing: border-box;
}

div.footer > div.container > div.row > div {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  box-sizing: border-box;

}

div.footer > div.container footer {
  margin: 0;
  padding: 0;
  width: 100%;
  background-color: #f4f4f4;
  background-color: #eee;
  box-sizing: border-box;
}

div.footer > div.container footer > ul {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}

div.footer > div.container footer > ul > li {
  float: none;
  width: auto;
  box-sizing: border-box;
  margin-left: 2%;
  margin-right: 2%;
}

#LeadListFilter div.form-group > div.controls {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

div.form-group > div hr {
  border-top: rgba(0, 127, 184, 1);
}

#formSPSignUp_SPSignUp div.form-group > div.controls input {
  display: none;
}

#formSPSignUp_SPSignUp div.form-group > div.controls,
div.form-group > div.controls {
  flex-direction: column;
  align-items: flex-start;
}

#LeadListFilter div.form-group > div.controls {
  flex-direction: row;
  align-items: flex-start;
}

#formSPSignUp_SPSignUp div.form-group > div.controls {
  padding: 0 15px 0 15px;
  margin: 0;
}

#formSPSignUp_SPSignUp div.form-group h3 {
  border-top: 1px solid rgba(0, 127, 184, 1);
  width: 100%;
}

#ServiceProviderID_MyData div.form-group > div.controls input,
#SPSignUp div.form-group > div.controls input {
  display: none;
}

#login-content div.form-group > div.controls div.error_message {
  align-self: flex-start;
}

#regionOfActivityMap {
  margin: 15px 0 15px 0;
  box-sizing: border-box;
}

#AcceptTerms_SPSignUp + label {
  margin: 0 0 15px 0;
}

#leadDataList .panel-entries > li .border {
  width: 100%;
}
