﻿/* Bootstrap override */
.btn {
  border-radius: 0;
  border-width: 2px;
  margin-top: -1px;
  font-weight: 600;
  padding: calc(0.4rem - 2px) 30px;
}
.btn-primary {
  background-color: #00B6CA;
  border-color: #CCEEEE;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:not(:disabled):not(.disabled):active {
  background-color: #CCEEEE;
  border-color: #CCEEEE;
  box-shadow: none;
}
a {
  color: #00b5cc;
}
a:hover {
  color: #CCEEEE;
}
label {
  margin-bottom: 0.15rem;
}
.form-control {
  border-radius: 0;
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('fonts/glyphicons-halflings-regular.eot');
  src: url('fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('fonts/glyphicons-halflings-regular.woff') format('woff'), url('fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
}
.glyphicon-calendar:before {
  content: "\1f4c5";
}
.input-group.date {
  position: relative;
}
.input-group.date .glyphicon-calendar {
  display: inline;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #cceeee;
  z-index: 1;
}
.input-group.date .form-control {
  background-color: transparent;
  cursor: pointer;
  z-index: 3;
}
.input-group.date .form-control.datepicker {
  border-radius: 0;
}
.dataTables_length {
  margin: 0.75em 0;
}
.dataTables_length label {
  margin-bottom: 0;
}
.input-icon {
  position: relative;
}
.input-icon > i {
  position: absolute;
  display: block;
  transform: translate(0, -50%);
  top: 50%;
  pointer-events: none;
  width: 20px;
  text-align: center;
  font-style: normal;
}
.input-icon > input {
  padding-left: 20px;
  padding-right: 0;
}
.input-icon-right > i {
  right: 0;
}
.input-icon-right > input {
  padding-left: 0;
  padding-right: 25px;
  text-align: right;
}
.green-border {
  border: 2px solid #00b5cc;
}
.row-scope label {
  line-height: calc(1.5em + 0.75rem + 2px);
}
ul.arrow {
  padding: 0 0 0 1em;
  list-style: none;
}
ul.arrow li {
  position: relative;
}
ul.arrow li:before {
  content: "";
  border-color: transparent #00b5cc;
  border-style: solid;
  border-width: 0.45em 0 0.45em 0.4em;
  display: block;
  height: 0;
  width: 0;
  left: -0.75em;
  top: 0.32em;
  position: absolute;
}
.main-content {
  padding-bottom: 2em;
  /* Sidebar styles */
}
.main-content h2 {
  color: #0054a6;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1em;
  margin-top: 1em;
  margin-bottom: 0.5em;
}
.main-content h3 {
  color: #0054a6;
  font-size: 1.3rem;
  font-weight: 600;
  margin-top: 1em;
  margin-bottom: 0.5em;
}
.main-content .content-sidebar {
  background-color: #e5f7f9;
  padding: 20px;
  margin-top: 35px;
  font-size: 14px;
}
@media (min-width: 992px) {
  .main-content .content-sidebar {
    min-height: 350px;
  }
}
.main-content .content-sidebar h2 {
  color: #004a8d;
  font-weight: bold;
  font-size: 18px;
  margin-top: 0;
}
.main-content .content-body {
  margin-top: 35px;
}
.main-content .content-box,
.main-content .form-box {
  margin: 1rem 0;
  position: relative;
}
.main-content .content-box h4,
.main-content .form-box h4 {
  color: #000;
  font-size: 1.3rem;
  font-weight: 600;
  margin-top: 1em;
  margin-bottom: 0.5em;
}
.main-content .content-box .body,
.main-content .form-box .body {
  border: 1px solid #00B3BF;
  padding: 0.5rem;
  position: relative;
}
.main-content .content-box .body .btn,
.main-content .form-box .body .btn {
  min-width: 175px;
}
.main-content .content-box .body hr,
.main-content .form-box .body hr {
  color: #86D9E7;
}
.main-content .content-box .body.body.collapse:not(.show),
.main-content .form-box .body.body.collapse:not(.show) {
  display: block;
  height: 8.25em;
  overflow: hidden;
}
.main-content .content-box .body.body.collapse:not(.show):after,
.main-content .form-box .body.body.collapse:not(.show):after {
  content: "...";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #FFF;
  padding: 0 0 0.5em 0.5em;
}
.main-content .content-box .body.collapsing,
.main-content .form-box .body.collapsing {
  height: 8.25em;
}
.main-content .content-box .body .accept-wrapper,
.main-content .form-box .body .accept-wrapper {
  position: absolute;
  bottom: 0;
  right: 20px;
  text-align: right;
  font-weight: 600;
}
.main-content .content-box .body-toggle,
.main-content .form-box .body-toggle {
  display: block;
  background: #FFF;
  position: absolute;
  left: -20px;
  top: 30px;
  border: 0;
  padding: 1px;
  font-size: 24px;
  line-height: 1em;
  text-align: center;
}
.main-content .content-box .body-toggle:focus,
.main-content .form-box .body-toggle:focus {
  outline: none;
}
.main-content .form-box .body {
  padding: 1.5em 1em 0.5em 1em;
}
.main-content .login-text-container {
  border: 2px solid #00B7C9;
  margin-bottom: 20px;
  padding: 20px;
}
.main-content .login-text-container h3 {
  margin-top: 0;
  margin-bottom: 2px;
  font-size: 20px;
}
.main-content .login-image-container {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.main-content .login-image-container img {
  width: 100%;
}
@media (min-width: 1230px) {
  .main-content .login-form-container {
    padding-right: 20px;
  }
}
.main-content .login-form-container li {
  font-size: 0.9em;
  margin-bottom: 5px;
}
.main-content .login-form-container li a span {
  text-decoration: underline;
  color: #004a8d;
  font-weight: bold;
}
@media (min-width: 1200px) {
  .main-content .form-note {
    height: calc(2 * (1.5em + 0.75rem + 2px));
    overflow: visible;
    line-height: 1.25em;
    position: absolute;
    margin: 0;
    display: flex;
    align-items: center;
    bottom: 0;
  }
}
.has-tooltip {
  position: relative;
  padding-right: 22px;
}
.has-tooltip .fcf-tooltip {
  border: 1px solid #000;
  background: #F8F8F8;
  text-align: center;
  display: block;
  position: absolute;
  width: 17px;
  height: 22px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  padding: 0;
}
.table {
  border: 1px solid #00B6CA;
}
.table thead th {
  border-top: 1px solid #00B6CA;
  border-bottom: 1px solid #00B6CA;
  border-left: 1px solid #00B6CA;
}
.table td {
  border: 1px solid #00B6CA;
  border-left: 1px solid #00B6CA;
}
/* Datatables */
.dataTables_paginate {
  margin-top: 0.5rem;
  border: 1px solid #CCEEEE;
  padding-top: 0 !important;
}
.request-steps {
  position: relative;
  margin: 1em 0 2em;
}
.request-steps:before {
  content: "";
  display: block;
  background: #f8f8f8;
  height: 20px;
  width: 100%;
  border: 1px solid #efefef;
  position: absolute;
  top: 15px;
}
.request-steps .number {
  margin: 0 auto;
  width: 50px;
  height: 50px;
  border: 6px solid #f8f8f8;
  border-radius: 30px;
  background: #000;
  text-align: center;
  vertical-align: middle;
  line-height: 42px;
  color: #FFF;
  font-weight: 600;
  /*-webkit-box-shadow: 0px 0px 10px 0px rgba(102,102,102,1);
        -moz-box-shadow: 0px 0px 10px 0px rgba(102,102,102,1);*/
  box-shadow: 0px 0px 10px 0px rgba(102, 102, 102, 0.33);
}
.request-steps .number.current {
  background: #00b5cc;
}
.request-steps p {
  text-align: center;
  font-weight: 600;
  font-size: 1.1em;
  color: #0054a6;
  margin: 0.25em 0;
}
.fileUploadContainerButton {
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.fileUploadContainerButton input[type=file] {
  cursor: pointer;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 400px;
  opacity: 0;
  filter: alpha(opacity=0);
  font-size: 1px;
}
.upload-image-remove {
  position: absolute;
  top: -10px;
  right: -10px;
  /*color: #fff;
    border-radius: 30px;
    background: #000;
    font-size: 31px;
    font-weight: bold;
    display: inline-block;
    line-height: 0px;
    padding: 11px 3px;*/
  display: block;
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  border-width: 3px;
  border-style: solid;
  border-color: #000;
  border-radius: 100%;
  background: -webkit-linear-gradient(-45deg, transparent 0%, transparent 46%, white 46%, white 56%, transparent 56%, transparent 100%), -webkit-linear-gradient(45deg, transparent 0%, transparent 46%, white 46%, white 56%, transparent 56%, transparent 100%);
  background-color: #000;
  box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.25);
  transition: all 0.3s ease;
}
/*.upload-image-remove:before {
    content: "×";
}*/
.request-notes-wrapper {
  max-height: 400px;
  overflow-y: auto;
  overflow-x: hidden;
}
.request-notes-wrapper .note-wrapper {
  margin-bottom: 1.5em;
  background: #f6f6f6;
  border-radius: 5px;
}
.request-notes-wrapper .note-wrapper .note-body {
  padding: 0.5rem;
  line-height: 1.2em;
  font-size: 0.9em;
}
.request-notes-wrapper .note-wrapper .note-details {
  font-size: 0.75em;
  padding: 0 0.5rem;
  color: #ccc;
}
/* Home page styles */
.homeText {
  border: 2px solid #00b5cc;
  margin: 35px 0 35px;
  color: #00b5cc;
  text-align: center;
  padding: 15px 60px;
}
.homeText .title {
  font-weight: bold;
}
.homeText.solid {
  margin: 15px 0 35px;
  color: #FFF;
  background-color: #00b5cc;
}
.homeText.solid .text {
  font-weight: bold;
}
.homeLinkBoxes a {
  display: block;
  text-align: center;
  font-weight: 700;
  font-size: 22px;
  text-transform: uppercase;
  color: #004a8d;
  line-height: 1em;
  margin-bottom: 20px;
}
.homeLinkBoxes a:hover {
  color: #004a8d;
  text-decoration: none;
}
.homeLinkBoxes img {
  width: 100%;
  display: block;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .homeLinkBoxes {
    padding: 0 30px;
  }
}
/* Dealers page */
.main-content h3.dealers-form-heading {
  color: #00B7C9;
  text-align: center;
}
.dealers-form-wrapper {
  border: 1px solid #00B7C9;
  padding: 20px;
  max-width: 500px;
  margin: 0 auto;
}