body {
    font-family: "Open Sans", sans-serif;
    line-height: 1.7;
}
/* p {
    font-size: 1.5rem;
    margin-bottom: 25px;
} */
td, th {
    padding: 10px;
}
/* .fp-page input[type="submit"]{
  background: #4674b8;
  color: #ffffff;
  font-size: 18px;
  padding: 3px 5px;
  margin-bottom: 10px;
  border-radius: 3px;
} */
.new-portal {
    background: rgb(255, 215, 141);
    border: 2px solid rgb(255, 179, 87);
    border-radius: 15px;
    margin-bottom: 25px;
    padding: 20px;
}
.new-portal span{
    color: #000;
}
.new-portal span a{
    color: #000;
    font-weight: bold;
    font-style: italic;
}
.new-portal span a:hover{
    text-decoration: underline;
}
.fp-page input[type="submit"] {
    background: limegreen;
    color: #ffffff;
    font-size: 18px;
    padding: 3px 5px;
    margin-bottom: 10px;
    border-radius: 50px;
}
@media (min-width: 992px){
.c-layout-header .c-brand {
    margin: 20px 0 37px 0;
  }
}
@media (min-width: 992px){
.c-page-on-scroll.c-layout-header-fixed .c-layout-header .c-brand {
    transition: margin 0.2s;
    margin: 8px 0 19px 0;
  }
}
@media (max-width: 991px){
.c-layout-header .c-brand {
    float: none !important;
    display: block;
    margin: 12px 15px 15px 15px;
  }
}
@media (max-width: 991px){
  .c-layout-header .c-brand > .c-hor-nav-toggler > .c-line {
      width: 30px;
      height: 5px;
      padding: 0px;
      margin: 5px 0;
  }
  @media (max-width: 991px){
  .c-layout-header .c-navbar .c-mega-menu.c-shown {
    top: 68px;
  }
}
  .c-layout-header.c-layout-header-default-mobile .c-brand > .c-hor-nav-toggler > .c-line {
    background: #222;
  }
  .c-layout-header.c-layout-header-default-mobile .c-brand > .c-hor-nav-toggler {
    background: #fff;
  }
  a.btn.btn-default.mobile-login-btn.pull-right {
    margin: 2px 10px 0 0;
    color: #4674b8;
    background: white;
    border: 3px solid #4674b8;
  }
  .act-login a,.act-register a {
    color: #fff;
    border:none !important;
  }
}
.c-theme-nav li.c-active > a:not(.btn) {
    color: #4674b8 !important;
}
.c-layout-header.c-layout-header-4 .c-navbar .c-mega-menu > .nav.navbar-nav > li > a.c-link:hover {
    color: #4674b8;
}
.act-login a {
    border: 3px solid #4674b8;
    padding-top:10px;
    padding-bottom:10px;
}
.c-content-bar-4 {
    width: 100%;
    text-align: left;
}
.c-content-bar-4 > h3 {
    margin: 90px auto 0 auto;
    border: none;
    padding: 0;
}
.c-content-bar-4 > h4 {
    color: #ffffff;
    font-size: 22px;
    font-weight: 300;
    line-height: 1.5;
    margin-bottom: 40px;
    padding:0;
}
@media (max-width: 991px){
  .c-content-bar-4 {
    padding: 0 15px;
}
  .c-content-bar-4 > h3 {
    font-size: 30px;
  }
}
.c-bg-parallax {
    background-attachment:inherit;
    background-position: right top;
    background-size: cover;
    background-color: transparent;
    min-height: 100%;
}
ul.fp-list{
  padding-left: 20px;
}
ul.fp-list li {
    margin-bottom: 15px;
}
ul.fp-list li a{
    font-size: 20px;
    font-weight:700;
}
p.cta {
    font-size: 22px;
}
span.headline {
    font-weight: 700;
    color: #000;
}
span.nums {
  color: #ff0000;
  font-weight: 700;
  font-size: 25px;
}
.c-layout-footer-7 {
    background-color: #4674b8;
}
.c-bg-dark-2 {
    background-color: #295087 !important;
}
.c-layout-footer-7 .c-content-title-1 .c-title {
    color: #fff;
}
.c-layout-footer-7 .c-body .c-address, .c-layout-footer-7 .c-body .c-links > li > a  {
    color: #fff;
    font-size: 1.6rem;
    font-weight: 400;
}
.c-layout-footer-7 .c-body .c-address a{
  color: #fff;
}
.c-layout-footer-7 .c-body .c-address a:hover{
  color: #efefef;
}
.c-page-breadcrumbs.c-theme-nav.c-pull-right.c-fonts-regular {
    color: #fff;
}
.c-page-breadcrumbs.c-theme-nav.c-pull-right.c-fonts-regular a{
    color: #fff;
}
.c-page-breadcrumbs.c-theme-nav.c-pull-right.c-fonts-regular a:hover{
    color: #ccc;
}
.container.fp-page{
  padding:35px 15px 50px;
}
.fp-services p{
  margin-bottom: 20px;
}
.register-page form .row{
  padding-top: 3px;
  padding-bottom: 20px;
}
a.register-login {
    padding: 15px;
    width: 99%;
    font-size: 16px;
    color: #fff;
}
h3.fp-footer-title{
  color:#fff;
}
/*** ParkMyPhone Branded Header ****/
.navbar {
    background: rgba(255, 255, 255, 1) !important;
    box-shadow: 0px 2px 10px rgba(51, 51, 51, 0.25);
}
h1.pmp-logo {
    background: url("https://d22c974udo1h3k.cloudfront.net/parkmyphone/img/PMP-Logo-SVG.svg") top left no-repeat;
        display: block;
    height: 30px;
    width: 230px;
    margin: 2em 30px 2em 0;
    padding-top: 10px;
}
li.nav-item {
    /* font-size: 13px; */
    padding: 8px 12px;
}
a.nav-link {
    display: block;
    color: black;
    text-transform: uppercase;
    letter-spacing: 1.5;
    opacity: 0.85;
    font-size: 1.05rem;
    font-weight: 300;
}
a.nav-link:hover {
    opacity: 1;
    color: #4674b8;
    transition: all 0.5s ease 0s !important;
}
a.dropdown-item:hover {
    background-color: #f9f9f9;
    transition: 0.5s background-color;
}
.nav-pills .nav-link {
    border-radius: 2rem !important;
}
.nav-pills li {
    border-radius: 8px;
}
.nav-pills li:first-child {
    margin-right: 5px;
}
.nav-pills li.nav-item {
    padding-left: 0;
    padding-right: 0;
}
.fp-login a {
    background: #ffffff;
    border: 2px solid #4674b8;
    border-radius: 50px;
}

.fp-login a:hover {
    background-color: #4674b8;
    border: 2px solid #ffffff;
    transition: 0.5s background-color, 0.5s border;
}

.fp-login a {
    color: #222222;
}

.fp-login a:hover {
    color: #ffffff;
    transition: 0.5s color;
}

.fp-register a {
    background-color: #ff4500;
    border: 2px solid #ff4500;
    border-radius: 50px;
}

.fp-register a:hover {
    background-color: #4674b8;
    border: 2px solid #fff;
    transition: 0.5s background-color, 0.5s border;
}

.fp-register a {
    color: #ffffff;
}

.fp-register a:hover {
    color: #fff;
    transition: 0.5s color;
}

/******************/
/* Footer Styling */
/******************/
.footer {
    width: 100%;
    color: #fff;
    background-color: #4674b8;
    padding-top: 65px;
}

h5.footer-heading {
    color: #fff;
}

footer li.nav-item {
    color: #fff;
    font-size: 13px;
    padding: 2px 0;
}

footer .nav-link {
    color: #fff !important;
    display: block;
    padding: .75em 0;
}

footer .nav-link:hover {
    color: #ccc;
}

footer .fa {
    margin-right: 10px;
}

.container-fluid.copyright {
    padding: 15px 10px 15px;
    background: #295087;
    margin-top: 30px;
}

p.copyright-notice {
    color: #fff;
    font-size: 12px;
    margin-bottom: 0;
}

p.copyright-notice a {
    color: #fff;
}

p.disclaimer {
    color: #fff;
    font-size: 13px;
    margin-bottom: 0;
}



/*** Tabbed FAQ ****/
.c-content-tab-3 .nav > li > a {
    border-radius: 0px;
    padding: 20px 30px;
}
.c-theme .panel > .panel-heading > .panel-title > a {
    line-height: 1.5;
}
/*** Tabbed FAQ END ***/
/*** SIDEBAR ***/
div.contact-info{
  margin-bottom:55px;
}
div.contact-info h4 {
  color: #4674b8;
  font-size: 1.5rem;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}
div.contact-info p {
  font-size: 1.3rem;
  margin-bottom: 5px;
}
div.sidebar-services h4{
  color: #4674b8;
  font-size: 1.5rem;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}
div.sidebar-services p{
  font-weight: 500;
  margin-bottom: 5px;
}
div.sidebar-services a {
    color: #5c6873;
    font-size: 1.35rem;
    margin-bottom: 5px;
}
div.sidebar-services a:hover {
    color: #222;
}
div.sidebar-services .glyphicon, div.contact-info .glyphicon {
    padding-top: 5px;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th{
  border-top: 0;
}
/*** SIDEBAR ***/
.imagecontour {
 padding: 10px;
 border: solid 1px #EFEFEF;
 background-color: #FFFFFF;
 }

.effect2
{
  position: relative;
}
.effect2:before, .effect2:after
{
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: #777;
  box-shadow: 0 15px 10px #777;
  transform: rotate(-3deg);
}
.effect2:after
{
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}
/********* LOGIN CSS ***********/
.sign_up_block p {
    font-size: 1.3rem;
    margin-bottom: 25px;
}
a.pass-reset{
  display: block;
  color: #ff0000;
  margin-top: 10px;
}
a.pass-reset:hover{
  color:#8b0000;
}
/********* MEMBER AREA CSS ***********/
h1.title {
    margin-bottom: 40px;
}
.account_menu_block UL LI .current {
    background-color: #4674b8;
}
.account_menu_block UL LI A, .account_menu_block UL LI SPAN {
    background-color: #168589;
}
.account_menu_block UL LI A:hover, .account_menu_block UL LI SPAN:hover {
    background-color: #4674b8;
}
.account_menu_block {
    margin: 0px;
}
/********* ORDER CSS ***********/
table {
    font-size: 14px;
}
.wide_order_block {
    text-align: left;
    width: 100%;
    border: 1px solid #4674b8;
    padding: 10px;
    margin: 0px auto;
}
.place_order_block {
    text-align: left;
    width: auto;
    border: 1px solid #4674b8;
    padding: 10px;
    margin: 0px auto;
}
.fp-page input[type="radio"], .fp-page input[type="checkbox"]{
  width:5%;
}
.place_order_buttons {
    width: auto;
    margin: 30px auto;
}
.fp-page input#continue_button, .fp-page input#back_button, #continue_button_conversion {
    border: none;
    width: 49%;
    padding: 3px 5px;
    border-radius: 6px;
}
.fp-page input#continue_button, .sig-save-btn, #continue_button_conversion{
    background: green;
    color:white;
    font-size:18px;
    font-weight: 500;
}
.fp-page input#back_button, .sig-clear-btn, #cancel_payment_profile {
    background: red;
    color:white;
    font-size:18px;
    font-weight: 500;
}
.fp-page input#port_date {
    width:30%;
}
.fp-page input.phone-number {
    width:42%;
}
#port_date_agreement {
    font-size: 15px;
    font-style: italic;
    color: black;
    margin: 10px 38px;
}
/*.fp-page .wide_order_block table td{
  padding: 10px 0;
}*/
.fp-page .wide_order_block table table td input[type="radio"],.fp-page .wide_order_block table table td input[type="checkbox"] {
    width: 100%;
}
.fp-page input.wpaint-btns, .fp-page .sig-btns input{
    width: 21.5%;
    padding: 3px 5px;
    border-radius: 6px;
}
.sig-save-btn{
    background: #222;
    color:white;
    font-size:18px;
    font-weight: 500;
}
.sig-clear-btn{
    background: #ccc;
    color:white;
    font-size:18px;
    font-weight: 500;
}
div.heading {
    width: 100%;
    height:auto;
    padding: 10px 0 10px 10px;
    margin-bottom: 10px;
    font-weight: bold;
    text-align: left;
    color: #ffffff;
    background-color: #4674b8;
}
.fp-page .fl_text {
    float: none;
    margin-bottom: 20px;
}
.fp-page .nation {
    float: none;
  }

#page-contact-us .fp-page .nation_img {
    top: 9px !important;
    left: 24px !important;
}
.fp-page .nation > .no_tip {
    width: 20%;
    padding: 3px 5px;
}
.fp-page  table  table td{
  padding: 0 !important;
}
input#new_radio {
    width: 10%;
}
input#new_account_number {
    width: 65%;
}
input#existing_radio {
    width: 10%;
    margin-right: 10px;
}
#display_signature {
    color: #555;
    font-family: 'Homemade Apple', cursive;
    font-size: 4rem;
    padding: 35px 0 0 10px;
}
/********* PAYMENT HISTORY CSS ***********/
.fp-page form#payment_history_search input{
    width: 10% !important;
}
/********* MY ORDERS CSS ***********/
tr.heading {
    color: #ffffff;
    background-color: #4674b8;
}
/********* MAKE CHANGES CSS ***********/
.change_service {
    width:100%;
    padding: 20px 10px 10px 10px;
}
.change_service_odd {
    background-color: #fafafa;
}
.change_service_even {
    background-color: #F0FACE;
}

span.error-helper{
  color: red;
  font-size: 1.4rem;
}

img.loader{
  width: 30px;
  height: 30px;
}

input[type=submit]:disabled{
  background: grey;
  opacity: 0.3;
}
input[type=submit]:disabled:hover{
  background: grey;
  opacity: 0.3;
}
/* REGISTRATION PAGE */
.registration-message{
  font-size: 1.1rem;
  font-weight: 400;
}
.password-selection-note {
    font-size: 1.15rem;
    font-weight: 400;
    margin-bottom: 20px;
}
.password-note{
  margin-bottom: 6px;
}
/* COVERAGE CHECK CSS */
.coverage-check .welcome {
    font-size: 2.6rem;
    font-weight: 300;
    text-align: center;
    color: #333;
    line-height: 1.4;
    margin-bottom: 2.5rem;
}
#phone_numbers_tbl {
    padding-bottom: 10px;
}
.row.checkCoverageRow {
    margin-bottom: 1rem;
}
/* FAILED COVERAGE CHECK CSS */
.coverage-failed .form-control {
  display: block;
  width: 30rem;
  height: 3rem;
  margin-bottom: 10px;
}
.coverage-failed button {
  margin: 25px auto 0 !important;
  display: block;
  padding: 15px 60px;
}
.failedWrapper .icon {
  margin-top: 100px;
}
.failedWrapper .main-headline {
    color: #4674b8;
    font-size: 5rem;
    font-weight: 700;
    line-height: 1.3;
    padding-top: 2.5rem;
    margin: 0 auto 2rem;
}
.failedWrapper .sub-headline {
    color: #222;
    font-size: 2.2rem;
    font-weight: 400;
    line-height: 1.5;
    padding-top: 0;
    margin-bottom: 150px;
}
/* SUCCESS COVERAGE CHECK CSS */
.check-success-headline {
    color: #5d83b7;
    text-shadow: none;
    font-size: 3.6rem;
    font-weight: 400;
    line-height: 1.2;
    margin: 0 auto 4rem;
}
.check-success-sub {
    color: #222;
    text-shadow: none;
    font-size: 2.7rem;
    font-weight: 400;
    padding: 0 30px;
    margin-bottom: 20px;
}
