
a {
    color: #000000;
  }

textarea, .uneditable-input {
    width: 421px;
}

.price {
  font-size: 98px;
}


table {
    background-color: transparent;
}

.efficiency-rating {
    padding: 0;
}
.efficiency-rating small {
    font-size: 12px;
}
.efficiency-rating strong {
    font-size: 36px;
    font-weight: 700;
}
.efficiency-rating p {
    color: #3a3a3a;
    font-size: 10px;
    line-height: 14px;
    margin: 7px auto 0;
    padding: 0;
    text-align: center;
    width: 75%;
}


@media print {
  a[href]:after {
    content: none;
  }
}


@media screen and (min-width: 768px) {
  .modal-dialog {
    width: 90%;
    height: 80%;
  }
  .scrollspy {
    height: 530px;
  }
}
select, 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 {
    border-radius: 4px 4px 4px 4px;
    color: #555555;
    display: inline-block;
    font-size: 14px;
    height: 28px;
    line-height: 20px;
    margin-bottom: 10px;
    padding: 4px 6px;
    vertical-align: middle;
}

/* Sticky footer styles
-------------------------------------------------- */

html,
body {
  height: 100%;
  /* The html and body elements cannot have any padding or margin. */
}

/* Wrapper for page content to push down footer */
#wrap {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  /* Negative indent footer by its height */
  margin: 0 auto -60px;
  /* Pad bottom by footer height */
  padding: 0 0 60px;
}

/* Set the fixed height of the footer here */
#footer {
  height: 60px;
  background-color: #f5f5f5;
  font-size: 11px;
  color: #555;
}

.container .credit {
    margin: 20px 0;
}

.navbar {
    margin-bottom: 0;
}

#optional {
    background-color:#ffffcb;
}

#forced {
    background-color:#d5eaff;
}

/* Registration Panel Styling */
#regpanel .panel {
    text-align: center;
}
#regpanel .panel:hover {
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4), 0 1px 5px rgba(130, 130, 130, 0.35);
}
#regpanel .panel .panel-body {
    padding: 0;
    text-align: center;
}

.the-price {
    background-color: rgba(220, 220, 220, 0.17);
    box-shadow: 0 1px 0 #DCDCDC, 0 1px 0 #FFFFFF inset;
    margin: 0;
    padding: 20px;
}
.the-price h1 {
    line-height: 1em;
    margin: 0;
    padding: 0;
}
.subscript {
    font-size: 25px;
}

.cnrflash {
    border-radius: 3px 5px 3px 0;
    height: 100px;
    overflow: hidden;
    position: absolute;
    right: 4px;
    top: -9px;
    width: 100px;
    z-index: 1;
}
.cnrflash-inner {
    background-color: #AA0101;
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.1) 50%), linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(1, 1, 1, 0.2) 50%);
    background-size: 4px auto, auto auto, auto auto, auto auto;
    bottom: 0;
    box-shadow: 0 3px 3px 0 rgba(1, 1, 1, 0.5), 0 1px 0 0 rgba(1, 1, 1, 0.5), 0 -1px 8px 0 rgba(255, 255, 255, 0.3) inset, 0 -1px 0 0 rgba(255, 255, 255, 0.2) inset;
    height: 145px;
    position: absolute;
    right: 0;
    transform: rotate(45deg);
    transform-origin: 100% 100% 0;
    width: 145px;
}
.cnrflash-inner:before, .cnrflash-inner:after {
    border: 8px solid #800000;
    bottom: -16px;
    content: " ";
    display: block;
    height: 0;
    position: absolute;
    width: 0;
}
.cnrflash-inner:before {
    border-bottom-color: rgba(0, 0, 0, 0);
    border-right-color: rgba(0, 0, 0, 0);
    left: 1px;
}
.cnrflash-inner:after {
    border-bottom-color: rgba(0, 0, 0, 0);
    border-left-color: rgba(0, 0, 0, 0);
    right: 0;
}
.cnrflash-label {
    bottom: 0;
    color: #FFFFFF;
    display: block;
    font-size: 0.95em;
    font-weight: bold;
    left: 0;
    padding-bottom: 5px;
    position: absolute;
    text-align: center;
    text-shadow: 0 1px 1px rgba(1, 1, 1, 0.8);
    width: 100%;
}
.required {background-color: #D5EAFF !important;}

.btn-1 {background-image: linear-gradient(to bottom, #ffffff 0%, #e6e6e6 100%);
    background-repeat: repeat-x;
    border-color: #ccc;}
.btn-1.active {background-color: #449d44;
    border-color: #419641;
    color: #ffffff;}
    
.btn-2 {background-image: linear-gradient(to bottom, #ffffff 0%, #e6e6e6 100%);
    background-repeat: repeat-x;
    border-color: #ccc;}
.btn-2.active {background-color: #3071a9;
    border-color: #2d6ca2;
    color: #ffffff;}
    
.btn-3 {background-image: linear-gradient(to bottom, #ffffff 0%, #e6e6e6 100%);
    background-repeat: repeat-x;
    border-color: #ccc;}
.btn-3.active {background-color: #ec971f;
    border-color: #eb9316;
    color: #ffffff;}

.defcursor {
    cursor: default !important;
}

.btn-half {
    margin-top: 5px;
    margin-bottom: 5px;
    width: 47%;
}

/* Progress Bar Custom Styling */
.progress-bar {
        overflow-x:visible;
        white-space:nowrap;
        line-height: 20px;
        color: #ffffff;
}
.progress-bar span {
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
}

.badge {
        background-color: #7a7a7a;
        border-radius: 4px;
        }
        .time {
   font-size: 1.95em;
   margin: auto;
    padding: 10px;
   }
   .date {
   font-size: 1.95em;
   margin: auto;
    padding: 10px;
   }
   .year {
   font-size: 1.95em;
   margin: auto;
   padding: 10px;
   }
   .panel-cars {
   font-size: 0.95em;
   margin: auto;
   padding: 10px;
   right: 0px;
   }
