/* =============================================================
GENERAL FILE INDEX 
================================================================
Note: Ctrl+F for each Section Code for quick searching

1. General Styles [DC53RT]
  1.1 General Theme Colors [Q4WXZT]
  1.2 Fonts [B2IKQT]
  1.3 Global Styles [LEHJWB]
  1.4 Form Elements [U7T354]
2. Login/Before Authetentication [D9WRZ3]
  2.1 Login [EUAA8L]
  2.2 New User/Forgot Username|Password [6SQA77]
  2.3 Responsive Styles [K8BOMM]
3. Header/Sidebar [KV8GZA]
  3.1 Header [ZLE95O]
  3.2 Sidebar [N2DH3P]
  3.3 Responsive Styles [X1RK36]
4. Inner Content [HQ2MD7]
  4.1 General/Dashboard [B0CNG1]
  4.2 Responsive Styles [N74Q2B]
5. Other Pages [Q50AQE]

================================================================
================================================================ */
/* ----------------------------------------------------------
  [1] General Styles [DC53RT]
---------------------------------------------------------- */
/**************** [1.1] General Theme Colors [Q4WXZT] ****************/
/**************** [1.2] Fonts [B2IKQT] ****************/
@font-face {
  font-family: 'robotoregular';
  src: url('../fonts/Roboto-Regular-webfont.eot');
  src: url('../fonts/Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Regular-webfont.woff') format('woff'), url('../fonts/Roboto-Regular-webfont.ttf') format('truetype'), url('../fonts/Roboto-Regular-webfont.svg#robotoregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'robotobold';
  src: url('../fonts/Roboto-Bold-webfont.eot');
  src: url('../fonts/Roboto-Bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Bold-webfont.woff') format('woff'), url('../fonts/Roboto-Bold-webfont.ttf') format('truetype'), url('../fonts/Roboto-Bold-webfont.svg#robotobold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'robotolight';
  src: url('../fonts/Roboto-Light-webfont.eot');
  src: url('../fonts/Roboto-Light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Light-webfont.woff') format('woff'), url('../fonts/Roboto-Light-webfont.ttf') format('truetype'), url('../fonts/Roboto-Light-webfont.svg#robotolight') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'robotothin';
  src: url('../fonts/Roboto-Thin-webfont.eot');
  src: url('../fonts/Roboto-Thin-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Thin-webfont.woff') format('woff'), url('../fonts/Roboto-Thin-webfont.ttf') format('truetype'), url('../fonts/Roboto-Thin-webfont.svg#robotothin') format('svg');
  font-weight: normal;
  font-style: normal;
}
/****************  [1.3] Global Styles [LEHJWB] ****************/
html,
body {
  font-family: 'robotoregular';
}
strong {
  font-family: 'robotobold';
  font-weight: normal;
}
h1 {
  color: #00335c;
}
h1.page-title {
  font-family: 'robotobold';
  font-size: 28px;
  margin: 25px 0;
  text-transform: uppercase;
}
h1.page-title span {
  color: #333;
  display: inline-block;
  font-family: 'robotoregular';
  font-size: 14px;
  font-weight: normal;
  margin-left: 15px;
  text-transform: none;
  vertical-align: middle;
}
h1.page-title span li {
  display: inline-block;
  list-style-type: none;
  margin: 0 5px 0 0;
  padding: 0;
}
h1.page-title span a {
  color: #0073a8;
  text-decoration: underline !important;
}
h1.page-title span a:hover {
  color: #0073a8;
}
@media only screen and (max-width: 770px) {
  h1.page-title span {
    display: block;
    margin-left: 0;
  }
}
.standard-transition {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.border-radius {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.btn {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 0;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.pop-up {
  background: #fff;
  border-radius: 5px;
  display: none;
  padding: 20px;
  max-width: 800px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.close-popup {
  cursor: pointer;
}
a {
  color: #0073a8;
}
/****************  [1.4] Form Elements [U7T354] ****************/
input.form-control {
  border-bottom: 1px solid #e7e7e7;
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  box-shadow: none;
  border-radius: 0;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
input.form-control:focus {
  box-shadow: none;
  border-color: #00335c;
}
.input-group-addon {
  border: 0;
  border-bottom: 1px solid #e7e7e7;
  float: left;
  width: 4%;
  line-height: 34px;
  height: 34px;
  padding: 0;
  font-size: 12px;
}
input.form-control.with-addon {
  width: 96%;
}
input.parsley-success,
select.parsley-success,
textarea.parsley-success {
  background-color: #DFF0D8;
  color: #468847;
}
input.parsley-error,
select.parsley-error,
textarea.parsley-error {
  background-color: #F2DEDE;
  color: #B94A48;
}
.parsley-errors-list {
  background: #f0f0f0;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-size: 0.9em;
  line-height: 0.9em;
  list-style-type: none;
  margin: 2px 0 3px;
  opacity: 0;
  padding: 5px;
  transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
.parsley-errors-list.filled {
  opacity: 1;
}
.error-message span {
  background: #ffffff url(../img/error-stripes.jpg);
  border: 2px solid #cc0000;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #000;
  display: block;
  font-size: 14px;
  margin-top: 5px;
  margin-bottom: 10px;
  padding: 8px;
  text-align: center;
}
/* ----------------------------------------------------------
  [2] Login/Before Authetentication  [D9WRZ3]
---------------------------------------------------------- */
/****************  [2.1] Login [EUAA8L] ****************/
body.login-page .logo-box {
  background: #fff;
  border: 3px solid #0073a8;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.4);
  margin: 20px auto 0;
  max-width: 280px;
  padding: 20px;
}
body.login-page .logo-box img {
  margin: 20px 0;
}
body.login-page .logo-box p {
  color: #00335c;
  font-family: 'robotobold';
  font-size: 19px;
  line-height: 30px;
  margin: 0 0 20px 0;
}
body.login-page .login-error span {
  background: #ffffff url(../img/error-stripes.jpg);
  border: 2px solid #cc0000;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #000;
  display: block;
  font-size: 14px;
  margin-bottom: 10px;
  padding: 8px;
  text-align: center;
}
body.login-page .login-box {
  margin: 0 25px;
}
body.login-page .login-box h1 {
  font-family: 'robotobold';
  font-size: 28px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
body.login-page .login-box form {
  margin-bottom: 25px;
}
body.login-page .login-box form label {
  font-weight: normal;
  color: #999;
}
body.login-page .login-box form button {
  background: #0073a8;
  -webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
  color: #fff;
  display: block;
  font-size: 13px;
  max-width: 140px;
  padding: 8px;
  text-transform: uppercase;
  width: 100%;
}
body.login-page .login-box form button:hover {
  background: #0073a8;
  color: #fff;
}
body.login-page .login-box .login-links li {
  background: #f4f8fa;
  border-left: 3px solid #0073a8;
  max-width: 260px;
  position: relative;
}
body.login-page .login-box .login-links li:after {
  background: #0073a8;
  color: #fff;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
  top: 0;
  width: 0;
}
body.login-page .login-box .login-links li:hover:after {
  opacity: 1;
  width: 100%;
}
body.login-page .login-box .login-links li a {
  color: #000;
  display: block;
  margin-bottom: 15px;
  padding: 12px 12px 12px 20px;
  position: relative;
  text-decoration: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
  z-index: 2;
}
body.login-page .login-box .login-links li a:hover {
  color: #fff;
}
/****************  [2.2] New User/Forgot Username|Password [6SQA77] ****************/
body.login-page #new-user,
body.login-page #forgot-userid,
body.login-page #forgot-password {
  background: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  max-width: 400px;
  margin: 0 auto;
  padding: 20px;
}
body.login-page #new-user {
  max-width: 800px;
}
body.login-page #new-user h2,
body.login-page #forgot-userid h2,
body.login-page #forgot-password h2 {
  color: #00335c;
  font-family: robotobold;
  font-size: 28px;
  line-height: 30px;
  margin: 0 0 15px 0;
}
body.login-page #new-user h3 {
  color: #000;
  font-size: 19px;
  line-height: 24px;
  margin: 0 0 30px 0;
}
body.login-page #new-user .steps {
  background: url("../img/new-login-steps_bg.jpg") center 14px no-repeat;
  margin-bottom: 40px;
  text-align: center;
}
body.login-page #new-user .steps .num {
  background: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 4px solid #e5e6e6;
  display: inline-block;
  line-height: 27px;
  height: 35px;
  margin-bottom: 5px;
  width: 35px;
}
body.login-page #new-user .steps .title {
  clear: both;
  color: #999;
  display: block;
  font-size: 14px;
}
body.login-page #new-user .steps .col-xs-12.col-sm-3.active .num {
  border: 4px solid #0073a8;
}
body.login-page #new-user .steps .col-xs-12.col-sm-3.active .title {
  color: #000;
}
body.login-page #new-user .btn.cancel {
  margin-top: 0;
}
body.login-page #new-user .btn.cancel.last {
  margin-top: 30px !important;
}
body.login-page #new-user .stepcontent {
  display: none;
}
body.login-page #new-user .stepcontent:first-of-type {
  display: block;
}
body.login-page #new-user .radio-label {
  color: #999;
  font-size: 16px;
  font-weight: normal;
  margin-right: 10px;
  width: 150px;
}
body.login-page #new-user .radio-answers {
  display: inline-block;
  font-size: 16px;
  margin-left: 10px;
  text-align: left;
  width: 150px;
}
body.login-page #new-user h4 {
  color: #0073a8;
  font-family: robotobold;
  font-size: 19px;
  margin: 0 0 10px 0;
}
body.login-page #new-user p {
  font-size: 15px;
  line-height: 24px;
}
body.login-page #new-user form .help,
body.login-page #forgot-userid form .help,
body.login-page #forgot-password form .help {
  color: #000000;
  font-size: 13px;
  margin-bottom: 10px;
}
body.login-page #new-user form .form-group .help,
body.login-page #forgot-userid form .form-group .help,
body.login-page #forgot-password form .form-group .help {
  font-size: 11px;
  position: absolute;
}
body.login-page #new-user .stepcontent button,
body.login-page #forgot-userid button,
body.login-page #forgot-password button {
  background: #0073a8;
  color: #fff;
  border: 0;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
  display: inline-block;
  padding: 10px 15px;
  font-size: 13px;
  margin-top: 30px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
body.login-page #new-user .stepcontent button:hover {
  background: #0073a8;
  color: #fff;
}
body.login-page #new-user .stepcontent button.btn,
body.login-page #forgot-userid button.btn,
body.login-page #forgot-password button.btn {
  background: #fff;
  -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
  color: #0073a8;
  text-transform: uppercase;
  border-top: 1px solid #0073a8;
  border-bottom: 1px solid #0073a8;
  border-left: 1px solid #0073a8;
  border-right: 1px solid #0073a8;
}
body.login-page #new-user .stepcontent button.btn:hover,
body.login-page #forgot-userid button.btn:hover,
body.login-page #forgot-password button.btn:hover {
  background: #fff;
  color: #0073a8;
  border-top: 1px solid #0073a8;
  border-bottom: 1px solid #0073a8;
  border-left: 1px solid #0073a8;
  border-right: 1px solid #0073a8;
}
body.login-page #new-user img {
  height: auto;
  max-width: 400px;
  left: 50%;
  transform: translate(-50%, 0);
  position: relative;
  z-index: 1;
}
@media only screen and (max-device-width: 480px) {
  body.login-page #new-user img {
    height: auto;
    max-width: 300px;
    left: 50%;
    transform: translate(-50%, 0);
    position: relative;
    z-index: 1;
  }
}
/****************  [2.3] Responsive Styles [K8BOMM] ****************/
@media only screen and (max-width: 992px) {
  body.login-page .logo-box p {
    display: none;
  }
  body.login-page .login-box .login-links li a {
    font-size: 12px;
    padding: 12px;
  }
  body.login-page .login-box {
    margin: 0;
  }
}
@media only screen and (max-width: 769px) {
  body.login-page .logo-box {
    border: 0;
    -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
    margin-top: 0 !important;
  }
  body.login-page .col-sm-8.col-xs-12 {
    height: auto !important;
  }
  body.login-page .login-box {
    margin-top: 0 !important;
  }
  body.login-page .login-box h1 {
    margin-top: 0;
  }
  body.login-page .backstretch {
    display: none !important;
  }
  body.login-page #new-user,
  body.login-page #forgot-userid,
  body.login-page #forgot-password {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
  }
  body.login-page #new-user .steps .col-xs-12.col-sm-3 {
    display: none;
  }
  body.login-page #new-user .steps .col-xs-12.col-sm-3.active {
    display: block;
  }
  body.login-page #new-user form .form-group .help {
    position: static;
  }
  body.login-page #new-user .radio-label {
    display: block;
    text-align: center !important;
    width: auto;
    margin: 0;
  }
  body.login-page #new-user .radio-answers {
    text-align: center;
    width: auto;
    display: block;
    margin: 0;
  }
  body.login-page.login-error span {
    background: #fff none repeat scroll 0 0;
    border: 2px solid #cc0000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #333;
    display: block;
    font-size: 14px;
    margin-bottom: 15px;
    padding: 10px;
    text-align: center;
  }
}
/* ----------------------------------------------------------
  [3] Header/Sidebar [KV8GZA]
---------------------------------------------------------- */
/****************  [3.1] Header [ZLE95O] ****************/
body.dashboard .dashboard-content .header-row {
  background: #FFFFFF;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
body.dashboard .dashboard-content .header-row .logo {
  display: inline-block;
  padding: 10px 20px;
  position: absolute;
  right: 15px;
  top: 0px;
  z-index: 2;
}
body.dashboard .dashboard-content .header-row .logo img {
  height: auto;
  max-width: 150px;
}
body.dashboard .dashboard-content .header-row h2 {
  color: #00335c;
  font-size: 20px;
  display: inline-block;
  line-height: 70px;
  margin: 0 20px 0 0;
  padding: 0;
  text-transform: capitalize;
}
body.dashboard .dashboard-content .header-row .btn {
  color: #ffffff;
  display: inline-block;
  font-size: 12px;
  margin: -5px 5px 0;
  padding: 6px 50px;
  text-transform: uppercase;
  -webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
}
body.dashboard .dashboard-content .header-row .profile {
  background: #0073a8;
}
body.dashboard .dashboard-content .header-row .profile:hover {
  background: #fff;
  color: #0073a8;
}
body.dashboard .dashboard-content .header-row .log-out {
  background: #0073a8;
}
body.dashboard .dashboard-content .header-row .log-out:hover {
  background: #0073a8;
}
body.dashboard .dashboard-content .breadcrumbs {
  background: #0073a8;
  padding: 0 20px;
}
body.dashboard .dashboard-content .breadcrumbs ul {
  margin: 8px 0;
}
body.dashboard .dashboard-content .breadcrumbs ul li {
  color: #fff;
  display: inline-block;
  font-size: 12px;
  text-transform: capitalize;
}
body.dashboard .dashboard-content .breadcrumbs ul li a {
  color: #fff;
  display: inline-block;
}
body.dashboard .dashboard-content .breadcrumbs ul li:after {
  color: #fff;
  content: ">";
  display: inline-block;
  margin: 0 3px 0px 6px;
}
body.dashboard .dashboard-content .breadcrumbs ul li:last-of-type:after {
  display: none;
}
body.dashboard .header-row .offcanvas-toggle .icon-bar {
  background: #000;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
body.dashboard .header-row .offcanvas-toggle.is-open .icon-bar:nth-child(1) {
  -webkit-transform: rotate(45deg) translate(5px, 4px);
  transform: rotate(45deg) translate(5px, 4px);
}
body.dashboard .header-row .offcanvas-toggle.is-open .icon-bar:nth-child(2) {
  opacity: 0;
}
body.dashboard .header-row .offcanvas-toggle.is-open .icon-bar:nth-child(3) {
  -webkit-transform: rotate(-45deg) translate(4px, -4px);
  transform: rotate(-45deg) translate(4px, -4px);
}
body.dashboard .offcanvas-element {
  background: #f0f0f0;
}
/****************  [3.2] Sidebar [N2DH3P] ****************/
body.dashboard .dashboard-sidebar {
  background: #f0f0f0;
  padding-bottom: 20px;
  padding-top: 20px;
  overflow-x: hidden;
  overflow-y: auto;
  text-align: center;
}
body.dashboard .dashboard-sidebar .btn {
  -webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
  color: #fff;
  display: block;
  font-size: 12px;
  margin: 0 auto 25px auto;
  max-width: 140px;
  padding: 8px;
  text-transform: uppercase;
  width: 100%;
}
body.dashboard .dashboard-sidebar .btn.pay-bill {
  background: #5ba33c;
}
body.dashboard .dashboard-sidebar .btn.pay-bill:hover {
  background: #5ba33c;
}
body.dashboard .dashboard-sidebar .btn.log-out {
  background: #0073a8;
}
body.dashboard .dashboard-sidebar .btn.log-out:hover {
  background: #0073a8;
}
body.dashboard .dashboard-sidebar ul.menu {
  margin-bottom: 25px;
}
body.dashboard .dashboard-sidebar ul.menu .title {
  color: #666;
  font-family: robotobold;
  font-size: 12px;
  margin-bottom: -10px;
  text-transform: uppercase;
}
body.dashboard .dashboard-sidebar ul.menu li a {
  border-bottom: 1px solid #666;
  color: #0073a8;
  display: block;
  font-size: 16px;
  padding: 12px 0;
  text-decoration: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
body.dashboard .dashboard-sidebar ul.menu li a.active {
  color: #00335c !important;
}
body.dashboard .dashboard-sidebar ul.menu li a:hover {
  color: #0073a8;
}
/**************** [3.3] Responsive Styles [X1RK36] ****************/
@media only screen and (max-width: 1200px) {
  body.dashboard .dashboard-sidebar ul.menu li a {
    font-size: 14px;
  }
  body.dashboard .dashboard-content .header-row .btn {
    display: none;
  }
}
@media only screen and (max-width: 992px) {
  body.dashboard .dashboard-content .header-row h2 {
    font-size: 14px;
  }
}
@media only screen and (max-width: 770px) {
  body.dashboard .dashboard-sidebar {
    display: none;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 100% !important;
  }
  body.dashboard .dashboard-content .header-row {
    background: #fff;
  }
  body.dashboard .dashboard-content .header-row .logo {
    -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
    padding: 10px 0;
    position: static;
  }
  body.dashboard .mobile-user {
    color: #000000;
    font-size: 14px;
    margin-bottom: 25px;
    text-transform: capitalize;
  }
  body.dashboard .navbar-toggle {
    margin-right: 0;
  }
}
/* ----------------------------------------------------------
  [4] Inner Content [HQ2MD7]
---------------------------------------------------------- */
/**************** [4.1] General/Dashboard [B0CNG1] ****************/
body.dashboard .dashboard-content {
  background: #e5e6e6;
}
body.dashboard .dashboard-content .main-content .box {
  background: #fff;
  border-left: 4px solid #999;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  color: #222;
  margin-bottom: 30px;
  padding: 15px;
}
body.dashboard .dashboard-content .main-content .box h3 {
  font-family: robotobold;
  font-size: 18px;
  margin: 0 0 5px 0;
}
body.dashboard .dashboard-content .main-content .total-due,
body.dashboard .dashboard-content .main-content .notifications {
  min-height: 160px;
}
body.dashboard .dashboard-content .main-content .total-due {
  position: relative;
  text-align: center;
}
body.dashboard .dashboard-content .main-content .total-due .inner {
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  width: 100%;
}
body.dashboard .dashboard-content .main-content .total-due .inner h4 {
  font-family: robotolight;
  font-size: 18px;
}
body.dashboard .dashboard-content .main-content .notifications li {
  font-family: robotolight;
  font-size: 18px;
  line-height: 22px;
  margin: 15px 0;
}
body.dashboard .dashboard-content .main-content .notifications li:before {
  color: #0073a8;
  content: '\2022';
  margin-right: 5px;
}
body.dashboard .dashboard-content .main-content .billing-history,
body.dashboard .dashboard-content .main-content .profile {
  min-height: 230px;
}
body.dashboard .dashboard-content .main-content .billing-history .btn,
body.dashboard .dashboard-content .main-content .profile .btn {
  background: #0073a8;
  color: #fff;
  text-transform: uppercase;
}
body.dashboard .dashboard-content .main-content .billing-history .btn:hover,
body.dashboard .dashboard-content .main-content .profile .btn:hover {
  background: #0073a8;
}
body.dashboard .dashboard-content .main-content #billing-graph {
  height: 260px;
  margin-top: 25px;
}
body.dashboard .dashboard-content .main-content .billing-history .faux-table {
  font-size: 14px;
  padding: 15px 15px 20px;
}
body.dashboard .dashboard-content .main-content .billing-history .faux-table .row {
  border-bottom: 1px solid #ebeded;
  padding-top: 3px;
  padding-bottom: 3px;
}
body.dashboard .dashboard-content .main-content .billing-history .faux-table .row a {
  color: #0073a8;
}
body.dashboard .dashboard-content .main-content .billing-history .faux-table .row.odd {
  background: #f7f8f8;
}
body.dashboard .dashboard-content .main-content .billing-history .faux-table .row.top {
  color: #222;
  border-bottom: 2px solid #ddd;
  font-family: robotoregular;
}
body.dashboard .dashboard-content .main-content .profile .col-xs-12.col-sm-6 {
  margin-bottom: 30px;
  font-size: 18px;
  font-family: robotolight;
}
body.dashboard .dashboard-content .main-content .special-alert-container .col-sm-3 {
  text-align: center;
}
body.dashboard .dashboard-content .main-content .special-alert-container h5 {
  font-size: 20px;
  font-family: "robotobold";
  margin: 16px 0;
}
body.dashboard .dashboard-content .main-content .special-alert-container h5 i {
  color: #0073a8;
}
body.dashboard .dashboard-content .main-content .special-alert-container p {
  line-height: 20px;
  margin: 0;
  overflow: hidden;
}
/**************** [4.2] Responsive Styles [N74Q2B] ****************/
@media only screen and (max-width: 1200px) {
  body.dashboard .dashboard-content .main-content .notifications li,
  body.dashboard .dashboard-content .main-content .profile .col-xs-12.col-sm-6 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 992px) {
  body.dashboard .dashboard-content .main-content .notifications li,
  body.dashboard .dashboard-content .main-content .profile .col-xs-12.col-sm-6 {
    font-size: 14px;
  }
}
@media only screen and (max-width: 770px) {
  body.dashboard .dashboard-content .main-content .box {
    text-align: center;
  }
  body.dashboard .dashboard-content .main-content .total-due h4 {
    font-size: 15px;
    word-wrap: break-word;
  }
}
/* ----------------------------------------------------------
  [5] Other Pages/Styles [Q50AQE]
---------------------------------------------------------- */
.form-buttons {
  float: right;
  margin-top: 25px;
}
.form-buttons button {
  color: #fff;
  display: inline-block;
  font-size: 13px;
  -webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
  margin: 0 0 0 10px;
  min-width: 130px;
  padding: 6px;
}
.form-buttons button.submit {
  background: #0073a8;
  text-align: center;
}
.form-buttons button.submit:hover {
  background: #0073a8;
  color: #fff;
}
.form-buttons button.cancel {
  background: #fff;
  color: #0073a8;
  border-top: 1px solid #0073a8;
  border-bottom: 1px solid #0073a8;
  border-left: 1px solid #0073a8;
  border-right: 1px solid #0073a8;
}
.form-buttons button.cancel:hover {
  background: #fff;
  color: #0073a8;
  border-top: 1px solid #0073a8;
  border-bottom: 1px solid #0073a8;
  border-left: 1px solid #0073a8;
  border-right: 1px solid #0073a8;
}
.text-center .form-buttons {
  float: none;
  margin-bottom: 20px;
}
.form-buttons.js-enabled {
  display: none;
}
.text-center img {
  display: inline-block;
  margin: 0 auto;
}
.form-group .help {
  color: #000000;
  font-size: 13px;
  margin: 10px 0 0px 0;
}
p.info {
  font-size: 12px;
}
.form-group.radio {
  margin-bottom: 15px;
}
.form-group.radio.inline-radio input,
.form-group.radio.inline-radio .help {
  display: inline;
}
.form-group.radio .help {
  display: inline-block;
  vertical-align: center;
  margin-right: 20px;
}
.form-group.radio input,
.form-group.radio label {
  display: inline-block;
  vertical-align: center;
}
.form-group.radio label {
  margin-right: 15px;
  padding-left: 0;
}
.form-group.radio input {
  position: static;
  margin: 0;
}
.form-group.check {
  margin-bottom: 25px;
}
.form-group.check input,
.form-group.check .help {
  display: inline-block;
  vertical-align: top;
}
.form-group.check input {
  margin-right: 5px;
}
.dashboard-content .main-content .billing-history .faux-table.big .row {
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
}
table.dataTable thead th {
  background: #0073a8;
  color: #fff;
  text-align: center !important;
}
body.billing-history-page .main-content .billing-history .faux-table {
  margin: 0;
}
body.billing-history-page .main-content .pagination {
  margin: 0;
}
body.billing-history-page table.dataTable tr td {
  text-align: center;
  padding: 8px 0;
}
.automatic-cc-type select {
  display: none;
}
#type-of-creditcard {
  height: 30px;
  line-height: 30px;
  padding-left: 55px;
  text-align: left;
}
#type-of-creditcard.Visa {
  background: url(../img/ccimgs_visa.jpg) left center no-repeat;
}
#type-of-creditcard.Mastercard {
  background: url(../img/ccimgs_mastercard.jpg) left center no-repeat;
}
#type-of-creditcard.AMEX {
  background: url(../img/ccimgs_amex.jpg) left center no-repeat;
}
#type-of-creditcard.Discover {
  background: url(../img/ccimgs_discover.jpg) left center no-repeat;
}
body.add-account .form-buttons {
  float: none;
  margin: 10px;
}
.form-group.radio.top-option .help {
  display: block;
}
body.confirmation-page {
  text-align: center;
}
body.confirmation-page .logo {
  max-width: 400px;
  margin: 10px auto 0;
}
body.confirmation-page .warning {
  margin: 30px auto 0;
  background: #0073a8;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #fff;
  font-size: 16px;
}
body.confirmation-page .message {
  margin: 35px 0;
}
body.confirmation-page .message h2 {
  font-size: 30px;
  font-weight: bold;
  margin: 0 0 30px 0;
  padding: 0;
}
body.confirmation-page .message h2 strong {
  border-bottom: 1px dashed #0073a8;
}
body.confirmation-page .message h3 i {
  color: #339900;
}
body.confirmation-page .container-fluid .link {
  background: #5ba33c;
  padding-top: 7px;
  padding-bottom: 7px;
}
body.confirmation-page .container-fluid a {
  color: #fff;
  font-size: 14px;
  display: block;
}
body.confirmation-page .container-fluid a:hover {
  color: #eee;
  text-decoration: none;
}
#accountInfo {
  font-size: 16px;
  max-width: 720px;
  width: 100%;
}
#accountInfo h2 {
  border-bottom: 2px solid #efefef;
  color: #00335c;
  font-family: "robotobold";
  font-size: 24px;
  margin: 0 0 20px;
  padding: 0 0 3px;
  text-transform: uppercase;
}
.guest-page {
  background: #efefef;
}
.guest-page .main-content {
  background: #fff;
  margin-top: 25px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  padding-bottom: 20px;
  text-align: center;
  -webkit-box-shadow: 0 10px 6px -6px #777777;
  -moz-box-shadow: 0 10px 6px -6px #777777;
  box-shadow: 0 10px 6px -6px #777777;
}
.guest-page .form-control {
  text-align: center;
}
.guest-page .main-content .logo img {
  height: auto;
  max-width: 400px;
  left: 50%;
  transform: translate(-50%, 0);
  position: relative;
  z-index: 1;
}
@media only screen and (max-device-width: 480px) {
  .guest-page .main-content .logo img {
    height: auto;
    max-width: 300px;
    left: 50%;
    transform: translate(-50%, 0);
    position: relative;
    z-index: 1;
  }
}
.pdflink {
  display: inline-block;
  text-align: center;
  margin: 0 auto 30px;
  background: url(../img/pdf-icon.png) 15px center no-repeat;
  padding: 15px 15px 15px 60px;
  color: #0073a8;
  border-radius: 10px;
  border: 2px solid #efefef;
  outline: none;
  text-decoration: none;
}
.pdflink:hover {
  text-decoration: none;
}
@media only screen and (max-width: 770px) {
  .form-buttons {
    float: none;
    margin: 15px auto;
  }
  .form-group .help.block {
    display: block !important;
  }
  table.dataTable thead th {
    font-size: 11px;
    font-weight: normal;
  }
  body.billing-history-page table.dataTable tr td,
  body.billing-history-page table.dataTable tr td font {
    font-size: 10px !important;
  }
  .form-buttons.top-buttons {
    display: none;
  }
  body.edit-profile .form-control {
    text-align: center;
  }
  body.edit-profile .form-buttons {
    float: none;
    margin: 10px 0;
    text-align: center;
  }
  body.add-account .form-control {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }
  body.automatic-payment .form-control {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }
  body.automatic-payment .form-buttons {
    float: none;
    margin: 10px 0;
    text-align: center;
  }
  body.automatic-payment #type-of-creditcard {
    display: inline-block;
  }
  body.confirmation-page .message h2 {
    font-size: 24px;
  }
  .form-control {
    font-size: 14px;
  }
}
@media only screen and (max-width: 480px) {
  body.confirmation-page .logo {
    margin: 10px auto 0;
  }
  body.confirmation-page .container-fluid a {
    font-size: 13px;
  }
  body.confirmation-page .message h2 {
    font-size: 20px;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .form-control {
    font-size: 16px;
  }
}
body.out-page {
  text-align: center;
}
body.out-page .logo {
  max-width: 500px;
  margin: 50px auto 0;
}
body.out-page .message {
  margin: 75px 0;
}
body.out-page .message h2 {
  font-size: 40px;
  color: #00335c;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0;
  padding: 0;
}
body.out-page .message p {
  font-size: 30px;
  color: #333;
}
body.out-page .container-fluid {
  background: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #fff;
}
body.out-page .container-fluid .left {
  background: #00335c;
  padding-top: 20px;
  padding-bottom: 20px;
}
body.out-page .container-fluid .right {
  padding-top: 20px;
  padding-bottom: 20px;
  background: #0073a8;
}
body.out-page .container-fluid a {
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  display: block;
}
body.out-page .container-fluid a:hover {
  text-decoration: none;
  color: #eeeeee;
}
@media only screen and (max-width: 768px) {
  body.out-page .container-fluid a {
    font-size: 16px;
  }
  body.out-page .message h2 {
    font-size: 30px;
  }
  body.out-page .message p {
    font-size: 25px;
  }
}
@media only screen and (max-width: 480px) {
  body.out-page .logo {
    margin: 10px auto 0;
  }
  body.out-page .container-fluid a {
    font-size: 14px;
  }
  body.out-page .message h2 {
    font-size: 20px;
  }
  body.out-page .message p {
    font-size: 16px;
  }
}
