﻿@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Lato:400,100,300,700,900");
@media (min-width: 1400px) {
  .container {
    width: 1370px; } }
h1, h2, h3, h4, h5, h6 {
  font-weight: 300; }

h1 {
  font-size: 30px; }

h2 {
  font-size: 24px; }

h3 {
  font-size: 16px; }

h4 {
  font-size: 14px; }

h5 {
  font-size: 12px; }

h6 {
  font-size: 10px; }

h3, h4, h5 {
  margin-top: 5px;
  font-weight: 600; }

sup {
  top: -1em;
  font-size: 50%; }

.brochure .banner h1,
.brochure .header h1 {
  font-size: 40px;
  font-weight: 700;
  width: 62%;
  color: #316389; }
.brochure .banner h2,
.brochure .header h2 {
  font-size: 30px;
  width: 50%; }
.brochure .banner h3,
.brochure .header h3 {
  width: 50%; }
@media screen and (max-height: 768px) {
  .brochure .banner h1,
  .brochure .header h1 {
    font-size: 2.2em; }
  .brochure .banner h2,
  .brochure .header h2 {
    font-size: 1.8em; }
  .brochure .banner h3,
  .brochure .header h3 {
    font-size: 1.7em; } }
@media only screen and (max-width: 768px) {
  .brochure .banner h1,
  .brochure .header h1 {
    font-size: 30px;
    width: 62%; }
  .brochure .banner h2,
  .brochure .header h2 {
    font-weight: 25px;
    width: 62%; } }
@media only screen and (max-width: 480px) {
  .brochure .banner h1,
  .brochure .header h1 {
    font-size: 25px;
    width: 80%; }
  .brochure .banner h2,
  .brochure .header h2 {
    font-size: 20px;
    width: 80%; }
  .brochure .banner h3,
  .brochure .header h3 {
    width: 70%; } }
.brochure .banner.resource h1,
.brochure .header.resource h1 {
  width: 100%; }
.brochure .banner.resource h3,
.brochure .header.resource h3 {
  width: 100%; }
.brochure .resource-content h1 {
  font-weight: 600;
  font-size: 60px;
  color: #316389; }
.brochure .resource-content h2 {
  font-size: 40px;
  margin-top: 60px;
  font-weight: 600;
  color: #316389; }
.brochure .resource-content h3 {
  font-size: 30px;
  margin-top: 60px;
  font-weight: 600;
  color: #316389; }
.brochure .resource-content h4 {
  font-size: 25px;
  margin-top: 60px;
  font-weight: 600;
  color: #316389; }
.brochure .resource-content p {
  line-height: 1.58;
  font-weight: 400;
  font-size: 20px;
  margin-top: 29px;
  font-style: normal; }
.brochure .resource-content ul li {
  line-height: 1.58;
  font-weight: 400;
  font-size: 18px;
  margin-top: 10px;
  font-style: normal; }
.brochure .resource-content blockquote {
  border: none;
  color: #65378e;
  margin: 20px 0px;
  padding: 20px 60px;
  text-align: center; }
  .brochure .resource-content blockquote p {
    margin-top: 0px;
    font-style: italic;
    font-size: 35px;
    font-weight: 300; }
.brochure .resource-content img {
  margin-bottom: 40px;
  margin-top: 10px;
  width: 100%; }
.brochure .glossary h3 {
  color: #316389;
  margin: 30px 0 10px 0; }
.brochure .glossary p {
  font-style: italic;
  padding: 0px 15px; }
.brochure .glossary .anchor {
  display: block;
  position: relative;
  top: -70px;
  visibility: hidden; }

.color-primary {
  color: #316389; }

.color-success {
  color: #65378e; }

.color-warning {
  color: #ff5442; }

.color-yellow {
  color: #f8ac59; }

.color-info {
  color: #22313f; }

.color-default {
  color: #bdc3c7; }

.nav > li > a {
  color: #a7b1c2;
  font-weight: 600;
  padding: 14px 20px 14px 25px; }

.nav.navbar-right > li > a {
  color: #999c9e; }

.nav > li.active > a {
  color: #ffffff; }

.navbar-default .nav > li > a:hover, .navbar-default .nav > li > a:focus {
  background-color: #293846;
  color: white; }

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background: #fff; }

.nav.navbar-top-links > li > a:hover, .nav.navbar-top-links > li > a:focus {
  background-color: transparent; }

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
  border-color: #316389; }

.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
  max-height: inherit; }

.nav > li > a i {
  margin-right: 6px; }

.navbar {
  border: 0; }

.navbar-default {
  background-color: transparent;
  border-color: #2F4050; }

.navbar-top-links li {
  display: inline-block; }

.navbar-top-links li:last-child {
  margin-right: 40px; }

.body-small .navbar-top-links li:last-child {
  margin-right: 0; }

.navbar-top-links li a {
  padding: 20px 10px;
  min-height: 50px; }

.dropdown-menu {
  border: medium none;
  border-radius: 3px;
  box-shadow: 0 0 3px rgba(86, 96, 117, 0.7);
  display: none;
  float: left;
  font-size: 12px;
  left: 0;
  list-style: none outside none;
  padding: 0;
  position: absolute;
  text-shadow: none;
  top: 100%;
  z-index: 1000; }

.dropdown-menu > li > a {
  border-radius: 3px;
  color: inherit;
  line-height: 25px;
  margin: 4px;
  text-align: left;
  font-weight: normal; }

.dropdown-menu > li > a.font-bold {
  font-weight: 600; }

.navbar-top-links .dropdown-menu li {
  display: block; }

.navbar-top-links .dropdown-menu li:last-child {
  margin-right: 0; }

.navbar-top-links .dropdown-menu li a {
  padding: 3px 20px;
  min-height: 0; }

.navbar-top-links .dropdown-menu li a div {
  white-space: normal; }

.navbar-top-links .dropdown-messages,
.navbar-top-links .dropdown-tasks,
.navbar-top-links .dropdown-alerts {
  width: 310px;
  min-width: 0; }

.navbar-top-links .dropdown-messages {
  margin-left: 5px; }

.navbar-top-links .dropdown-tasks {
  margin-left: -59px; }

.navbar-top-links .dropdown-alerts {
  margin-left: -123px; }

.navbar-top-links .dropdown-user {
  right: 0;
  left: auto; }

.dropdown-messages, .dropdown-alerts {
  padding: 10px 10px 10px 10px; }

.dropdown-messages li a, .dropdown-alerts li a {
  font-size: 12px; }

.dropdown-messages li em, .dropdown-alerts li em {
  font-size: 10px; }

.nav.navbar-top-links .dropdown-alerts a {
  font-size: 12px; }

.nav-header {
  padding: 33px 25px;
  background: url("patterns/header-profile.png") no-repeat; }

.pace-done .nav-header {
  transition: all 0.4s; }

.nav > li.active {
  border-left: 4px solid #2e5e81;
  background: #293846; }

.nav.nav-second-level > li.active {
  border: none; }

.nav.nav-second-level.collapse[style] {
  height: auto !important; }

.nav-header a {
  color: #DFE4ED; }

.nav-header .text-muted {
  color: #8095a8; }

.minimalize-styl-2 {
  padding: 4px 12px;
  margin: 14px 5px 5px 20px;
  font-size: 14px;
  float: left; }

.navbar-form-custom {
  float: left;
  height: 50px;
  padding: 0;
  width: 200px;
  display: inline-table; }

.navbar-form-custom .form-group {
  margin-bottom: 0; }

.nav.navbar-top-links a {
  font-size: 14px; }

.navbar-form-custom .form-control {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  border: medium none;
  font-size: 14px;
  height: 60px;
  margin: 0;
  z-index: 2000; }

.count-info .label {
  line-height: 12px;
  padding: 2px 5px;
  position: absolute;
  right: 6px;
  top: 12px; }

.arrow {
  float: right; }

.fa.arrow:before {
  content: ""; }

.active > a > .fa.arrow:before {
  content: ""; }

.nav-second-level li,
.nav-third-level li {
  border-bottom: none !important; }

.nav-second-level li a {
  padding: 7px 10px 7px 10px;
  padding-left: 52px; }

.nav-third-level li a {
  padding-left: 62px; }

.nav-second-level li:last-child {
  margin-bottom: 10px; }

body:not(.fixed-sidebar):not(.canvas-menu).mini-navbar .nav li:hover > .nav-second-level,
.mini-navbar .nav li:focus > .nav-second-level {
  display: block;
  border-radius: 0 2px 2px 0;
  min-width: 140px;
  height: auto; }

body.mini-navbar .navbar-default .nav > li > .nav-second-level li a {
  font-size: 12px;
  border-radius: 3px; }

.fixed-nav .slimScrollDiv #side-menu {
  padding-bottom: 60px; }

.mini-navbar .nav-second-level li a {
  padding: 10px 10px 10px 15px; }

.mini-navbar .nav-second-level {
  position: absolute;
  left: 70px;
  top: 0;
  background-color: #2F4050;
  padding: 10px 10px 10px 10px;
  font-size: 12px; }

.canvas-menu.mini-navbar .nav-second-level {
  background: #293846; }

.mini-navbar li.active .nav-second-level {
  left: 65px; }

.navbar-default .special_link a {
  background: #316389;
  color: white; }

.navbar-default .special_link a:hover {
  background: #17987e !important;
  color: white; }

.navbar-default .special_link a span.label {
  background: #fff;
  color: #316389; }

.navbar-default .landing_link a {
  background: #356b94;
  color: white; }

.navbar-default .landing_link a:hover {
  background: #316389 !important;
  color: white; }

.navbar-default .landing_link a span.label {
  background: #fff;
  color: #356b94; }

.logo-element {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  color: white;
  display: none;
  padding: 18px 0; }

.pace-done .navbar-static-side, .pace-done .nav-header, .pace-done li.active, .pace-done #page-wrapper, .pace-done .footer {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s; }

.navbar-fixed-top {
  background: #fff;
  transition-duration: 0.4s;
  border-bottom: 1px solid #e7eaec !important;
  z-index: 2030; }

.navbar-fixed-top, .navbar-static-top {
  background: #CECDCD; }

.fixed-nav #wrapper {
  margin-top: 0; }

body.fixed-nav #wrapper .navbar-static-side,
body.fixed-nav #wrapper #page-wrapper {
  margin-top: 60px; }

body.top-navigation.fixed-nav #wrapper #page-wrapper {
  margin-top: 0; }

body.fixed-nav.fixed-nav-basic .navbar-fixed-top {
  left: 220px; }

body.fixed-nav.fixed-nav-basic.mini-navbar .navbar-fixed-top {
  left: 70px; }

body.fixed-nav.fixed-nav-basic.fixed-sidebar.mini-navbar .navbar-fixed-top {
  left: 0; }

body.fixed-nav.fixed-nav-basic #wrapper .navbar-static-side {
  margin-top: 0; }

body.fixed-nav.fixed-nav-basic.body-small .navbar-fixed-top {
  left: 0; }

body.fixed-nav.fixed-nav-basic.fixed-sidebar.mini-navbar.body-small .navbar-fixed-top {
  left: 220px; }

.fixed-nav .minimalize-styl-2 {
  margin: 14px 5px 5px 15px; }

.body-small .navbar-fixed-top {
  margin-left: 0; }

body.mini-navbar .navbar-static-side {
  width: 70px; }

body.mini-navbar .profile-element, body.mini-navbar .nav-label, body.mini-navbar .navbar-default .nav li a span {
  display: none; }

body.canvas-menu .profile-element {
  display: block; }

body:not(.fixed-sidebar):not(.canvas-menu).mini-navbar .nav-second-level {
  display: none; }

body.mini-navbar .navbar-default .nav > li > a {
  font-size: 16px; }

body.mini-navbar .logo-element {
  display: block; }

body.canvas-menu .logo-element {
  display: none; }

body.mini-navbar .nav-header {
  padding: 0;
  background-color: #316389; }

body.canvas-menu .nav-header {
  padding: 33px 25px; }

body.mini-navbar #page-wrapper {
  margin: 0 0 0 70px; }

body.fixed-sidebar.mini-navbar .footer,
body.canvas-menu.mini-navbar .footer {
  margin: 0 0 0 0 !important; }

body.canvas-menu.mini-navbar #page-wrapper,
body.canvas-menu.mini-navbar .footer {
  margin: 0 0 0 0; }

body.fixed-sidebar .navbar-static-side,
body.canvas-menu .navbar-static-side {
  position: fixed;
  width: 220px;
  z-index: 2001;
  height: 100%; }

body.fixed-sidebar.mini-navbar .navbar-static-side {
  width: 0; }

body.fixed-sidebar.mini-navbar #page-wrapper {
  margin: 0 0 0 0; }

body.body-small.fixed-sidebar.mini-navbar #page-wrapper {
  margin: 0 0 0 220px; }

body.body-small.fixed-sidebar.mini-navbar .navbar-static-side {
  width: 220px; }

.fixed-sidebar.mini-navbar .nav li:focus > .nav-second-level,
.canvas-menu.mini-navbar .nav li:focus > .nav-second-level {
  display: block;
  height: auto; }

body.fixed-sidebar.mini-navbar .navbar-default .nav > li > .nav-second-level li a {
  font-size: 12px;
  border-radius: 3px; }

body.canvas-menu.mini-navbar .navbar-default .nav > li > .nav-second-level li a {
  font-size: 13px;
  border-radius: 3px; }

.fixed-sidebar.mini-navbar .nav-second-level li a,
.canvas-menu.mini-navbar .nav-second-level li a {
  padding: 10px 10px 10px 15px; }

.fixed-sidebar.mini-navbar .nav-second-level,
.canvas-menu.mini-navbar .nav-second-level {
  position: relative;
  padding: 0;
  font-size: 13px; }

.fixed-sidebar.mini-navbar li.active .nav-second-level,
.canvas-menu.mini-navbar li.active .nav-second-level {
  left: 0; }

body.fixed-sidebar.mini-navbar .navbar-default .nav > li > a,
body.canvas-menu.mini-navbar .navbar-default .nav > li > a {
  font-size: 13px; }

body.fixed-sidebar.mini-navbar .nav-label,
body.fixed-sidebar.mini-navbar .navbar-default .nav li a span,
body.canvas-menu.mini-navbar .nav-label,
body.canvas-menu.mini-navbar .navbar-default .nav li a span {
  display: inline; }

body.canvas-menu.mini-navbar .navbar-default .nav li .profile-element a span {
  display: block; }

.canvas-menu.mini-navbar .nav-second-level li a,
.fixed-sidebar.mini-navbar .nav-second-level li a {
  padding: 7px 10px 7px 52px; }

.fixed-sidebar.mini-navbar .nav-second-level,
.canvas-menu.mini-navbar .nav-second-level {
  left: 0; }

body.canvas-menu nav.navbar-static-side {
  z-index: 2001;
  background: #2f4050;
  height: 100%;
  position: fixed;
  display: none; }

body.canvas-menu.mini-navbar nav.navbar-static-side {
  display: block;
  width: 220px; }

.dropdown:hover .dropdown-menu {
  display: block; }

.nav.navbar-nav .main-item {
  background-color: #316389; }
  .nav.navbar-nav .main-item a {
    color: #ffffff; }
.nav.navbar-nav .main-item:hover {
  background-color: #f6fafb; }

.top-navigation .navbar-right {
  margin-right: 0px !important; }
  .top-navigation .navbar-right .main-item {
    background-color: #316389; }
    .top-navigation .navbar-right .main-item a {
      color: #ffffff; }
  .top-navigation .navbar-right .main-item:hover {
    background-color: #f6fafb; }

.top-navigation #page-wrapper {
  margin-left: 0; }

.top-navigation .navbar-nav .dropdown-menu > .active > a {
  background: #ffffff;
  color: #316389;
  font-weight: bold; }

.white-bg .navbar-fixed-top, .white-bg .navbar-static-top {
  background: #dbe3eb; }

.top-navigation .navbar {
  margin-bottom: 0;
  margin: 0 15px; }

.top-navigation .nav > li > a {
  padding: 15px 20px;
  color: #22313f; }

.top-navigation .nav > li a:hover, .top-navigation .nav > li a:focus {
  background: #ffffff;
  color: #316389; }

.top-navigation .nav > li.active {
  background: #dbe3eb;
  border: none; }

.top-navigation .nav > li.active > a {
  color: #316389; }

.top-navigation .navbar-right {
  margin-right: 10px; }

.top-navigation .navbar-nav .dropdown-menu {
  box-shadow: none;
  border: 1px solid #e7eaec; }

.top-navigation .dropdown-menu > li > a {
  margin: 0;
  padding: 7px 20px; }

.navbar .dropdown-menu {
  margin-top: 0; }

.top-navigation .navbar-brand {
  background: #22313f;
  color: #ffffff;
  padding: 15px 25px; }

.top-navigation .navbar-top-links li:last-child {
  margin-right: 0; }

.top-navigation.mini-navbar #page-wrapper,
.top-navigation.body-small.fixed-sidebar.mini-navbar #page-wrapper,
.mini-navbar .top-navigation #page-wrapper,
.body-small.fixed-sidebar.mini-navbar .top-navigation #page-wrapper,
.canvas-menu #page-wrapper {
  margin: 0; }

.top-navigation.fixed-nav #wrapper, .fixed-nav #wrapper.top-navigation {
  margin-top: 50px; }

.top-navigation .footer.fixed {
  margin-left: 0 !important; }

.top-navigation .wrapper.wrapper-content {
  padding: 40px 0; }

.top-navigation.body-small .wrapper.wrapper-content, .body-small .top-navigation .wrapper.wrapper-content {
  padding: 40px 0 40px 0; }
  @media (max-width: 768px) {
    .top-navigation.body-small .wrapper.wrapper-content, .body-small .top-navigation .wrapper.wrapper-content {
      padding: 15px 0 40px 0; } }

.navbar-toggle {
  background-color: #316389;
  color: #ffffff;
  padding: 6px 12px;
  font-size: 14px; }

.top-navigation .navbar-nav .open .dropdown-menu > li > a, .top-navigation .navbar-nav .open .dropdown-menu .dropdown-header {
  padding: 10px 15px 10px 20px; }

@media (max-width: 768px) {
  .top-navigation .navbar-header {
    display: block;
    float: none; } }
.menu-visible-lg, .menu-visible-md {
  display: none !important; }

@media (min-width: 1200px) {
  .menu-visible-lg {
    display: block !important; } }
@media (min-width: 992px) {
  .menu-visible-md {
    display: block !important; } }
@media (max-width: 767px) {
  .menu-visible-md {
    display: block !important; }

  .menu-visible-lg {
    display: block !important; } }
.carematch-icon {
  width: 17px;
  margin-right: 6px;
  margin-top: 1px;
  vertical-align: top; }

.saved-providers {
  background-color: red;
  padding-left: 6px;
  border-radius: 50px;
  font-size: 8px;
  color: #fff;
  position: absolute;
  top: 4px;
  right: 4px;
  width: 18px;
  height: 18px; }

.btn {
  border-radius: 0px;
  text-transform: uppercase;
  font-weight: 400; }

.btn-lg {
  padding: 15px 30px; }

.btn-md {
  padding: 10px 20px; }

.btn-shink {
  font-size: 80%; }

.float-e-margins .btn {
  margin-bottom: 5px; }

.btn-w-m {
  min-width: 120px; }

.btn-default.btn-outline {
  color: #ecf0f1; }

.btn-primary.btn-outline {
  color: #316389; }

.btn-success.btn-outline {
  color: #65378e; }

.btn-info.btn-outline {
  color: #22313f; }

.btn-warning.btn-outline {
  color: #ff5442; }

.btn-caution.btn-outline {
  color: #f8ac59; }

.btn-danger.btn-outline {
  color: #c0392b; }

.btn-white.btn-outline {
  color: #ffffff; }

.btn-primary.btn-outline:hover:enabled,
.btn-success.btn-outline:hover,
.btn-info.btn-outline:hover,
.btn-warning.btn-outline:hover,
.btn-caution.btn-outline:hover,
.btn-danger.btn-outline:hover,
.btn-default.btn-outline:hover {
  color: #ffffff;
  font-weight: 400; }

.btn-primary.btn-outline:hover:enabled {
  background-color: #316389; }

.btn-success.btn-outline:hover {
  background-color: #65378e; }

.btn-info.btn-outline:hover {
  background-color: #22313f; }

.btn-warning.btn-outline:hover {
  background-color: #ff5442; }

.btn-caution.btn-outline:hover {
  background-color: #f8ac59; }

.btn-danger.btn-outline:hover {
  background-color: #c0392b; }

.btn-default.btn-outline:hover {
  background-color: #ecf0f1; }

.btn-white.btn-outline:hover {
  background-color: #ffffff;
  color: #ff5442;
  font-weight: 400; }

.btn-primary {
  background-color: #316389;
  border-color: #316389;
  color: #ffffff; }

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary, .btn-primary:active:focus, .btn-primary:active:hover, .btn-primary.active:hover, .btn-primary.active:focus {
  border-color: #316389;
  color: #316389;
  background: transparent;
  /*background-color: darken($secondary, 3%) */
  /*border-color: darken($secondary, 3%) */
  /*color: $white */ }

.btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
  background-image: none; }

.open > .dropdown-toggle.btn-primary:focus {
  color: #fff;
  background-color: #356b94;
  border-color: #356b94; }

.btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled]:active, .btn-primary.active[disabled], fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
  background-color: #356b94;
  border-color: #356b94; }

.btn-success {
  background-color: #65378e;
  border-color: #65378e;
  color: #ffffff; }

.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success, .btn-success:active:focus, .btn-success:active:hover, .btn-success.active:hover, .btn-success.active:focus {
  border-color: #65378e;
  color: #65378e;
  background: transparent;
  /*background-color: darken($success, 3%) */
  /*border-color: darken($success, 3%) */
  /*color: $white */ }

.btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
  background-image: none; }

.btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled]:active, .btn-success.active[disabled], fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active {
  background-color: #6d3b99;
  border-color: #6d3b99; }

.open > .dropdown-toggle.btn-success:focus {
  color: #fff;
  background-color: #6d3b99;
  border-color: #6d3b99; }

.btn-info {
  background-color: #22313f;
  border-color: #22313f;
  color: #ffffff; }

.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info, .btn-info:active:focus, .btn-info:active:hover, .btn-info.active:hover, .btn-info.active:focus {
  border-color: #22313f;
  color: #22313f;
  background: transparent;
  /*background-color: darken($primary, 3%) */
  /*border-color: darken($primary, 3%) */
  /*color: $white */ }

.btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
  background-image: none; }

.btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled]:active, .btn-info.active[disabled], fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active {
  background-color: #273949;
  border-color: #273949; }

.open > .dropdown-toggle.btn-info:focus {
  color: #fff;
  background-color: #273949;
  border-color: #273949; }

.btn-default {
  color: #316389;
  background: #ecf0f1;
  border: 1px solid #ecf0f1; }

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default, .btn-default:active:focus, .btn-default:active:hover, .btn-default.active:hover, .btn-default.active:focus {
  border-color: #ecf0f1;
  color: #ecf0f1;
  background: transparent;
  /*background-color: darken($gray-md, 3%) */
  /*border-color: darken($gray-md, 3%) */
  /*color: $white */ }

.btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15) inset; }

.btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled]:active, .btn-default.active[disabled], fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
  background-color: #f5f7f7;
  border-color: #f5f7f7; }

.btn-warning {
  background-color: #ff5442;
  border-color: #ff5442;
  color: #ffffff; }

.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning, .btn-warning:active:focus, .btn-warning:active:hover, .btn-warning.active:hover, .btn-warning.active:focus {
  border-color: #ff5442;
  color: #ff5442;
  background: transparent;
  /*background-color: darken($warning, 3%) */
  /*border-color: darken($warning, 3%) */
  /*color: $white */ }

.btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning {
  background-image: none; }

.btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled]:active, .btn-warning.active[disabled], fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active {
  background-color: #ff6251;
  border-color: #ff6251; }

.open > .dropdown-toggle.btn-warning:focus {
  color: #fff;
  background-color: #ff6251;
  border-color: #ff6251; }

.btn-caution {
  background-color: #f8ac59;
  border-color: #f8ac59;
  color: #ffffff; }

.btn-caution:hover, .btn-caution:focus, .btn-caution:active, .btn-caution.active, .open .dropdown-toggle.btn-caution, .btn-caution:active:focus, .btn-caution:active:hover, .btn-caution.active:hover, .btn-caution.active:focus {
  border-color: #f8ac59;
  color: #f8ac59;
  background: transparent;
  /*background-color: darken($warning, 3%) */
  /*border-color: darken($warning, 3%) */
  /*color: $white */ }

.btn-caution:active, .btn-caution.active, .open .dropdown-toggle.btn-caution {
  background-image: none; }

.btn-caution.disabled, .btn-caution.disabled:hover, .btn-caution.disabled:focus, .btn-caution.disabled:active, .btn-caution.disabled.active, .btn-caution[disabled], .btn-caution[disabled]:hover, .btn-caution[disabled]:focus, .btn-caution[disabled]:active, .btn-caution.active[disabled], fieldset[disabled] .btn-caution, fieldset[disabled] .btn-caution:hover, fieldset[disabled] .btn-caution:focus, fieldset[disabled] .btn-caution:active, fieldset[disabled] .btn-caution.active {
  background-color: #f9b368;
  border-color: #f9b368; }

.open > .dropdown-toggle.btn-caution:focus {
  color: #fff;
  background-color: #f9b368;
  border-color: #f9b368; }

.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger, .btn-danger:active:focus, .btn-danger:active:hover, .btn-danger.active:hover, .btn-danger.active:focus {
  border-color: #ff5442;
  color: #ff5442;
  background: transparent;
  /*background-color: darken($danger, 3%) */
  /*border-color: darken($danger, 3%) */
  /*color: $white */ }

.btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger {
  background-image: none; }

.btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled]:active, .btn-danger.active[disabled], fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active {
  background-color: #cd3d2e;
  border-color: #cd3d2e; }

.btn-link {
  color: #316389;
  font-weight: bold;
  text-transform: inherit; }

.btn-link:hover, .btn-link:focus, .btn-link:active, .btn-link.active, .open .dropdown-toggle.btn-link {
  color: #65378e;
  font-weight: bold;
  text-decoration: none; }

.btn-link:active, .btn-link.active, .open .dropdown-toggle.btn-link {
  background-image: none; }

.btn-link.disabled, .btn-link.disabled:hover, .btn-link.disabled:focus, .btn-link.disabled:active, .btn-link.disabled.active, .btn-link[disabled], .btn-link[disabled]:hover, .btn-link[disabled]:focus, .btn-link[disabled]:active, .btn-link.active[disabled], fieldset[disabled] .btn-link, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus, fieldset[disabled] .btn-link:active, fieldset[disabled] .btn-link.active {
  color: #cacaca; }

.btn-white {
  color: #22313f;
  background: #ffffff;
  border: 1px solid #ffffff; }

.btn-white:hover, .btn-white:focus, .btn-white:active, .btn-white.active, .open .dropdown-toggle.btn-white, .btn-white:active:focus, .btn-white:active:hover, .btn-white.active:hover, .btn-white.active:focus {
  color: inherit;
  border: 1px solid #CECDCD; }

.btn-white:active, .btn-white.active {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15) inset; }

.btn-white:active, .btn-white.active, .open .dropdown-toggle.btn-white {
  background-image: none; }

.btn-white.disabled, .btn-white.disabled:hover, .btn-white.disabled:focus, .btn-white.disabled:active, .btn-white.disabled.active, .btn-white[disabled], .btn-white[disabled]:hover, .btn-white[disabled]:focus, .btn-white[disabled]:active, .btn-white.active[disabled], fieldset[disabled] .btn-white, fieldset[disabled] .btn-white:hover, fieldset[disabled] .btn-white:focus, fieldset[disabled] .btn-white:active, fieldset[disabled] .btn-white.active {
  color: #bdc3c7; }

.form-control, .form-control:focus, .has-error .form-control:focus, .has-success .form-control:focus, .has-warning .form-control:focus, .navbar-collapse, .navbar-form, .navbar-form-custom .form-control:focus, .navbar-form-custom .form-control:hover, .open .btn.dropdown-toggle, .panel, .popover, .progress, .progress-bar {
  box-shadow: none; }

.btn-outline {
  color: inherit;
  background-color: transparent;
  transition: all 0.5s; }

.btn-rounded {
  border-radius: 50px; }

.btn-large-dim {
  width: 90px;
  height: 90px;
  font-size: 42px; }

button.dim {
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  padding-top: 6px;
  margin-right: 10px;
  position: relative;
  cursor: pointer;
  border-radius: 5px;
  font-weight: 600;
  margin-bottom: 20px !important; }

button.dim:active {
  top: 3px; }

button.btn-primary.dim {
  box-shadow: inset 0 0 0 #203153, 0 5px 0 0 #203153, 0 10px 5px #999; }

button.btn-primary.dim:active {
  box-shadow: inset 0 0 0 #203153, 0 2px 0 0 #203153, 0 5px 3px #999; }

button.btn-default.dim {
  box-shadow: inset 0 0 0 #b3b3b3, 0 5px 0 0 #b3b3b3, 0 10px 5px #999; }

button.btn-default.dim:active {
  box-shadow: inset 0 0 0 #b3b3b3, 0 2px 0 0 #b3b3b3, 0 5px 3px #999; }

button.btn-warning.dim {
  box-shadow: inset 0 0 0 #f79d3c, 0 5px 0 0 #f79d3c, 0 10px 5px #999; }

button.btn-warning.dim:active {
  box-shadow: inset 0 0 0 #f79d3c, 0 2px 0 0 #f79d3c, 0 5px 3px #999; }

button.btn-info.dim {
  box-shadow: inset 0 0 0 #1eacae, 0 5px 0 0 #1eacae, 0 10px 5px #999; }

button.btn-info.dim:active {
  box-shadow: inset 0 0 0 #1eacae, 0 2px 0 0 #1eacae, 0 5px 3px #999; }

button.btn-success.dim {
  box-shadow: inset 0 0 0 #552e78, 0 5px 0 0 #552e78, 0 10px 5px #999; }

button.btn-success.dim:active {
  box-shadow: inset 0 0 0 #552e78, 0 2px 0 0 #552e78, 0 5px 3px #999; }

button.btn-danger.dim {
  box-shadow: inset 0 0 0 #ea394c, 0 5px 0 0 #ea394c, 0 10px 5px #999; }

button.btn-danger.dim:active {
  box-shadow: inset 0 0 0 #ea394c, 0 2px 0 0 #ea394c, 0 5px 3px #999; }

button.dim:before {
  font-size: 50px;
  line-height: 1em;
  font-weight: normal;
  color: #fff;
  display: block;
  padding-top: 10px; }

button.dim:active:before {
  top: 7px;
  font-size: 50px; }

.btn:focus {
  outline: none !important; }

.sweet-alert button {
  transition: all 0.5s;
  border-radius: 3px;
  text-transform: uppercase;
  font-weight: 400; }

.btn-back {
  position: absolute;
  left: 15px;
  top: 15px; }

.top-navigation .btn-back {
  position: absolute;
  left: 15px;
  top: 15px;
  z-index: 1; }

.ladda-button {
  position: relative; }
  .ladda-button .ladda-spinner {
    position: absolute;
    z-index: 2;
    display: inline-block;
    width: 32px;
    height: 32px;
    top: 50%;
    margin-top: 0;
    opacity: 0;
    pointer-events: none; }
  .ladda-button .ladda-spinner {
    -webkit-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;
    -moz-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;
    -ms-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;
    -o-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;
    transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important; }
  .ladda-button[data-style=zoom-in] {
    -webkit-transition: 0.3s ease all !important;
    -moz-transition: 0.3s ease all !important;
    -ms-transition: 0.3s ease all !important;
    -o-transition: 0.3s ease all !important;
    transition: 0.3s ease all !important; }
    .ladda-button[data-style=zoom-in] .ladda-spinner, .ladda-button[data-style=zoom-in] .ladda-label {
      -webkit-transition: 0.3s ease all !important;
      -moz-transition: 0.3s ease all !important;
      -ms-transition: 0.3s ease all !important;
      -o-transition: 0.3s ease all !important;
      transition: 0.3s ease all !important; }
  .ladda-button[data-style=slide-left] {
    overflow: hidden; }
    .ladda-button[data-style=slide-left] .ladda-label {
      position: relative; }
    .ladda-button[data-style=slide-left] .ladda-spinner {
      left: 100%;
      margin-left: 0; }
    .ladda-button[data-style=slide-left][data-loading] .ladda-label {
      opacity: 0;
      left: -100%; }
    .ladda-button[data-style=slide-left][data-loading] .ladda-spinner {
      opacity: 1;
      left: 50%; }

.label {
  background-color: #bdc3c7;
  color: #5E5E5E;
  font-size: 10px;
  font-weight: 600;
  padding: 3px 8px;
  text-shadow: none;
  text-transform: uppercase; }

.badge {
  background-color: #bdc3c7;
  color: #5E5E5E;
  font-size: 11px;
  font-weight: 600;
  padding-bottom: 4px;
  padding-left: 6px;
  padding-right: 6px;
  text-shadow: none; }

.label-primary, .badge-primary {
  background-color: #316389;
  color: #ffffff; }

.label-success, .badge-success {
  background-color: #65378e;
  color: #ffffff; }

.label-warning, .badge-warning {
  background-color: #ff5442;
  color: #ffffff; }

.label-warning-light, .badge-warning-light {
  background-color: #f8ac59;
  color: #ffffff; }

.label-danger, .badge-danger {
  background-color: #c0392b;
  color: #ffffff; }

.label-accent, .badge-accent {
  background-color: #9A5BB3;
  color: #ffffff; }

.label-info, .badge-info {
  background-color: #22313f;
  color: #ffffff; }

.label-inverse, .badge-inverse {
  background-color: #262626;
  color: #ffffff; }

.label-white, .badge-white {
  background-color: #ffffff;
  color: #5E5E5E; }

.label-white, .badge-disable {
  background-color: #2A2E36;
  color: #8B91A0; }

/* TOOGLE SWICH */
.onoffswitch {
  position: relative;
  width: 64px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none; }

.onoffswitch-checkbox {
  display: none; }

.onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid #293e69;
  border-radius: 2px; }

.onoffswitch-inner {
  width: 200%;
  margin-left: -100%;
  -moz-transition: margin 0.3s ease-in 0s;
  -webkit-transition: margin 0.3s ease-in 0s;
  -o-transition: margin 0.3s ease-in 0s;
  transition: margin 0.3s ease-in 0s; }

.onoffswitch-inner:before, .onoffswitch-inner:after {
  float: left;
  width: 50%;
  height: 20px;
  padding: 0;
  line-height: 20px;
  font-size: 12px;
  color: white;
  font-family: Trebuchet, Arial, sans-serif;
  font-weight: bold;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.onoffswitch-inner:before {
  content: "ON";
  padding-left: 10px;
  background-color: #293e69;
  color: #FFFFFF; }

.onoffswitch-inner:after {
  content: "OFF";
  padding-right: 10px;
  background-color: #FFFFFF;
  color: #999999;
  text-align: right; }

.onoffswitch-switch {
  width: 20px;
  margin: 0;
  background: #FFFFFF;
  border: 2px solid #293e69;
  border-radius: 2px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 44px;
  -moz-transition: all 0.3s ease-in 0s;
  -webkit-transition: all 0.3s ease-in 0s;
  -o-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s; }

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
  margin-left: 0; }

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
  right: 0; }

/* CHOSEN PLUGIN */
.chosen-container-single .chosen-single {
  background: #ffffff;
  box-shadow: none;
  -moz-box-sizing: border-box;
  background-color: #FFFFFF;
  border: 1px solid #CBD5DD;
  border-radius: 2px;
  cursor: text;
  height: auto !important;
  margin: 0;
  min-height: 30px;
  overflow: hidden;
  padding: 4px 12px;
  position: relative;
  width: 100%; }

.chosen-container-multi .chosen-choices li.search-choice {
  background: #f1f1f1;
  border: 1px solid #ededed;
  border-radius: 2px;
  box-shadow: none;
  color: #333333;
  cursor: default;
  line-height: 13px;
  margin: 3px 0 3px 5px;
  padding: 3px 20px 3px 5px;
  position: relative; }

/* PAGINATIN */
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  background-color: #f4f4f4;
  border-color: #DDDDDD;
  color: inherit;
  cursor: default;
  z-index: 2; }

.pagination > li > a, .pagination > li > span {
  background-color: #FFFFFF;
  border: 1px solid #DDDDDD;
  color: inherit;
  float: left;
  line-height: 1.42857;
  margin-left: -1px;
  padding: 4px 10px;
  position: relative;
  text-decoration: none; }

/* TOOLTIPS */
.tooltip-inner {
  background-color: #2F4050; }

.tooltip.top .tooltip-arrow {
  border-top-color: #2F4050; }

.tooltip.right .tooltip-arrow {
  border-right-color: #2F4050; }

.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #2F4050; }

.tooltip.left .tooltip-arrow {
  border-left-color: #2F4050; }

/* EASY PIE CHART */
.easypiechart {
  position: relative;
  text-align: center; }

.easypiechart .h2 {
  margin-left: 10px;
  margin-top: 10px;
  display: inline-block; }

.easypiechart canvas {
  top: 0;
  left: 0; }

.easypiechart .easypie-text {
  line-height: 1;
  position: absolute;
  top: 33px;
  width: 100%;
  z-index: 1; }

.easypiechart img {
  margin-top: -4px; }

.jqstooltip {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

/* FULLCALENDAR */
.fc-state-default {
  background-color: #ffffff;
  background-image: none;
  background-repeat: repeat-x;
  box-shadow: none;
  color: #333333;
  text-shadow: none; }

.fc-state-default {
  border: 1px solid; }

.fc-button {
  color: inherit;
  border: 1px solid #e7eaec;
  cursor: pointer;
  display: inline-block;
  height: 1.9em;
  line-height: 1.9em;
  overflow: hidden;
  padding: 0 0.6em;
  position: relative;
  white-space: nowrap; }

.fc-state-active {
  background-color: #293e69;
  border-color: #293e69;
  color: #ffffff; }

.fc-header-title h2 {
  font-size: 16px;
  font-weight: 600;
  color: inherit; }

.fc-content .fc-widget-header, .fc-content .fc-widget-content {
  border-color: #e7eaec;
  font-weight: normal; }

.fc-border-separate tbody {
  background-color: #F8F8F8; }

.fc-state-highlight {
  background: none repeat scroll 0 0 #FCF8E3; }

.external-event {
  padding: 5px 10px;
  border-radius: 2px;
  cursor: pointer;
  margin-bottom: 5px; }

.fc-ltr .fc-event-hori.fc-event-end, .fc-rtl .fc-event-hori.fc-event-start {
  border-radius: 2px; }

.fc-event,
.fc-agenda .fc-event-time,
.fc-event a {
  padding: 4px 6px;
  background-color: #293e69;
  border-color: #293e69; }

.fc-event-time, .fc-event-title {
  color: #717171;
  padding: 0 1px; }

.ui-calendar .fc-event-time, .ui-calendar .fc-event-title {
  color: #fff; }

/* Chat */
.chat-activity-list .chat-element {
  border-bottom: 1px solid #e7eaec; }

.chat-element:first-child {
  margin-top: 0; }

.chat-element {
  padding-bottom: 15px; }

.chat-element, .chat-element .media {
  margin-top: 15px; }

.chat-element, .media-body {
  overflow: hidden; }

.media-body {
  display: block;
  width: auto; }

.chat-element > .pull-left {
  margin-right: 10px; }

.chat-element img.img-circle, .dropdown-messages-box img.img-circle {
  width: 38px;
  height: 38px; }

.chat-element .well {
  border: 1px solid #e7eaec;
  box-shadow: none;
  margin-top: 10px;
  margin-bottom: 5px;
  padding: 10px 20px;
  font-size: 11px;
  line-height: 16px; }

.chat-element .actions {
  margin-top: 10px; }

.chat-element .photos {
  margin: 10px 0; }

.right.chat-element > .pull-right {
  margin-left: 10px; }

.chat-photo {
  max-height: 180px;
  border-radius: 4px;
  overflow: hidden;
  margin-right: 10px;
  margin-bottom: 10px; }

.chat {
  margin: 0;
  padding: 0;
  list-style: none; }

.chat li {
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px dotted #B3A9A9; }

.chat li.left .chat-body {
  margin-left: 60px; }

.chat li.right .chat-body {
  margin-right: 60px; }

.chat li .chat-body p {
  margin: 0;
  color: #777777; }

.panel .slidedown .glyphicon,
.chat .glyphicon {
  margin-right: 5px; }

.chat-panel .panel-body {
  height: 350px;
  overflow-y: scroll; }

/* LIST GROUP */
a.list-group-item.active, a.list-group-item.active:hover, a.list-group-item.active:focus {
  background-color: #293e69;
  border-color: #293e69;
  color: #FFFFFF;
  z-index: 2; }

.list-group-item-heading {
  margin-top: 10px; }

.list-group-item-text {
  margin: 0 0 10px;
  color: inherit;
  font-size: 12px;
  line-height: inherit; }

.no-padding .list-group-item {
  border-left: none;
  border-right: none;
  border-bottom: none; }

.no-padding .list-group-item:first-child {
  border-left: none;
  border-right: none;
  border-bottom: none;
  border-top: none; }

.no-padding .list-group {
  margin-bottom: 0; }

.list-group-item {
  background-color: inherit;
  border: 1px solid #e7eaec;
  display: block;
  margin-bottom: -1px;
  padding: 10px 15px;
  position: relative; }

.elements-list .list-group-item {
  border-left: none;
  border-right: none;
  padding: 15px 25px; }

.elements-list .list-group-item:first-child {
  border-left: none;
  border-right: none;
  border-top: none !important; }

.elements-list .list-group {
  margin-bottom: 0; }

.elements-list a {
  color: inherit; }

.elements-list .list-group-item.active,
.elements-list .list-group-item:hover {
  background: #f3f3f4;
  color: inherit;
  border-color: #e7eaec;
  /*border-bottom: 1px solid #e7eaec */
  /*border-top: 1px solid #e7eaec */
  border-radius: 0; }

.elements-list li.active {
  transition: none; }

.element-detail-box {
  padding: 25px; }

/* FLOT CHART  */
.flot-chart {
  display: block;
  height: 200px; }

.widget .flot-chart.dashboard-chart {
  display: block;
  height: 120px;
  margin-top: 40px; }

.flot-chart.dashboard-chart {
  display: block;
  height: 100%;
  margin-top: 40px; }

.flot-chart-content {
  width: 100%;
  height: 100%; }

.flot-chart-pie-content {
  width: 200px;
  height: 200px;
  margin: auto; }

.jqstooltip {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  visibility: hidden;
  background: #2b303a;
  background-color: rgba(43, 48, 58, 0.8);
  color: white;
  text-align: left;
  white-space: nowrap;
  z-index: 10000;
  padding: 5px 5px 5px 5px;
  min-height: 22px;
  border-radius: 3px; }

.jqsfield {
  color: white;
  text-align: left; }

.fh-150 {
  height: 150px; }

.fh-200 {
  height: 200px; }

.h-150 {
  min-height: 150px; }

.h-200 {
  min-height: 200px; }

.legendLabel {
  padding-left: 5px; }

.stat-list li:first-child {
  margin-top: 0; }

.stat-list {
  list-style: none;
  padding: 0;
  margin: 0; }

.stat-percent {
  float: right; }

.stat-list li {
  margin-top: 15px;
  position: relative; }

/* DATATABLES */
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  background: transparent; }

.dataTables_wrapper {
  padding-bottom: 30px; }

.dataTables_length {
  float: left; }

.dataTables_filter label {
  margin-right: 5px; }

.html5buttons {
  float: right; }

.html5buttons a {
  border: 1px solid #e7eaec;
  background: #fff;
  color: #676a6c;
  box-shadow: none;
  padding: 6px 8px;
  font-size: 12px; }
  .html5buttons a:hover, .html5buttons a:focus:active {
    background-color: #eee;
    color: inherit;
    border-color: #d2d2d2; }

div.dt-button-info {
  z-index: 100; }

@media (max-width: 768px) {
  .html5buttons {
    float: none;
    margin-top: 10px; }

  .dataTables_length {
    float: none; } }
/* CIRCLE */
.img-circle {
  border-radius: 50%; }

.btn-circle {
  width: 30px;
  height: 30px;
  padding: 6px 0;
  border-radius: 15px;
  text-align: center;
  font-size: 12px;
  line-height: 1.428571429; }

.btn-circle.btn-lg {
  width: 50px;
  height: 50px;
  padding: 10px 16px;
  border-radius: 25px;
  font-size: 18px;
  line-height: 1.33; }

.btn-circle.btn-xl {
  width: 70px;
  height: 70px;
  padding: 10px 16px;
  border-radius: 35px;
  font-size: 24px;
  line-height: 1.33; }

.show-grid [class^="col-"] {
  padding-top: 10px;
  padding-bottom: 10px;
  border: 1px solid #ddd;
  background-color: #eee !important; }

.show-grid {
  margin: 15px 0; }

/* ANIMATION */
.css-animation-box h1 {
  font-size: 44px; }

.animation-efect-links a {
  padding: 4px 6px;
  font-size: 12px; }

#animation_box {
  background-color: #f9f8f8;
  border-radius: 16px;
  width: 80%;
  margin: 0 auto;
  padding-top: 80px; }

.animation-text-box {
  position: absolute;
  margin-top: 40px;
  left: 50%;
  margin-left: -100px;
  width: 200px; }

.animation-text-info {
  position: absolute;
  margin-top: -60px;
  left: 50%;
  margin-left: -100px;
  width: 200px;
  font-size: 10px; }

.animation-text-box h2 {
  font-size: 54px;
  font-weight: 600;
  margin-bottom: 5px; }

.animation-text-box p {
  font-size: 12px;
  text-transform: uppercase; }

/* PEACE */
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.pace-inactive {
  display: none; }

.pace .pace-progress {
  background: #316389;
  position: fixed;
  z-index: 2040;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px; }

.pace-inactive {
  display: none; }

/* WIDGETS */
.widget {
  border-radius: 5px;
  padding: 15px 20px;
  margin-bottom: 40px;
  -webkit-box-shadow: 0px 2px 5px -1px #3c4042;
  -moz-box-shadow: 0px 2px 5px -1px #3c4042;
  box-shadow: 0px 2px 5px -1px #3c4042; }
  .widget span {
    font-weight: 400; }
  @media only screen and (max-width: 991px) {
    .widget {
      margin-bottom: 10px;
      margin-top: 10px; } }

.widget.style1 h2 {
  font-size: 30px; }

.widget h2, .widget h3 {
  margin-top: 5px;
  margin-bottom: 0; }

.widget-text-box {
  padding: 20px;
  border: 1px solid #e7eaec;
  background: #ffffff; }

.widget-head-color-box {
  border-radius: 5px 5px 0 0;
  margin-top: 10px; }

.widget .flot-chart {
  height: 100px; }

.vertical-align div {
  display: inline-block;
  vertical-align: middle; }

.vertical-align h2, .vertical-align h3 {
  margin: 0; }

.todo-list {
  list-style: none outside none;
  margin: 0;
  padding: 0;
  font-size: 14px; }

.todo-list.small-list {
  font-size: 12px; }

.todo-list.small-list > li {
  background: #CECDCD;
  border-left: none;
  border-right: none;
  border-radius: 4px;
  color: inherit;
  margin-bottom: 2px;
  padding: 6px 6px 6px 12px; }

.todo-list.small-list .btn-xs, .todo-list.small-list .btn-group-xs > .btn {
  border-radius: 5px;
  font-size: 10px;
  line-height: 1.5;
  padding: 1px 2px 1px 5px; }

.todo-list > li {
  background: #CECDCD;
  border-left: 6px solid #e7eaec;
  border-right: 6px solid #e7eaec;
  border-radius: 4px;
  color: inherit;
  margin-bottom: 2px;
  padding: 10px; }

.todo-list .handle {
  cursor: move;
  display: inline-block;
  font-size: 16px;
  margin: 0 5px; }

.todo-list > li .label {
  font-size: 9px;
  margin-left: 10px; }

.check-link {
  font-size: 16px; }

.todo-completed {
  text-decoration: line-through; }

.geo-statistic h1 {
  font-size: 36px;
  margin-bottom: 0; }

.glyphicon.fa {
  font-family: "FontAwesome"; }

/* INPUTS */
.inline {
  display: inline-block !important; }

.input-s-sm {
  width: 120px; }

.input-s {
  width: 200px; }

.input-s-lg {
  width: 250px; }

.i-checks {
  padding-left: 0; }

.form-control, .single-line {
  background-color: transparent;
  background-image: none;
  border: none;
  border-bottom: 1px solid #bdc3c7;
  border-radius: 1px;
  color: inherit;
  display: block;
  padding: 6px 12px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  width: 100%;
  font-size: 14px; }

.form-control:focus, .single-line:focus {
  border-color: #316389 !important;
  border-bottom: 2px solid; }

.form-control[disabled], .form-control[readonly] {
  background: repeating-linear-gradient(45deg, #f6fafb, #f6fafb 10px, #ecf0f1 10px, #ecf0f1 20px);
  opacity: 1; }

fieldset[disabled] .form-control {
  background: repeating-linear-gradient(45deg, #f6fafb, #f6fafb 10px, #ecf0f1 10px, #ecf0f1 20px);
  opacity: 1; }

.input-validation-error {
  border-bottom: 2px solid;
  border-color: #ff5442; }

.field-validation-error {
  color: #ff5442;
  margin: 5px 11px;
  display: block;
  font-weight: 600; }

.validation-summary-errors {
  border: solid 1px #e7eaec;
  padding: 10px 0 0 0;
  color: #ff5442; }
  .validation-summary-errors ul {
    list-style-type: none;
    -webkit-padding-start: 0; }
    .validation-summary-errors ul li {
      color: #ff5442; }

.input-group-addon:last-child {
  border-top: none;
  text-align: left; }

.styled-select select {
  /*border-radius: 0px */
  /*-webkit-appearance: none */ }

.styled-select {
  /*background: url("http://cdn.cardkit.io.s3.amazonaws.com/client/Matchstic/arrow2.png") right no-repeat */
  /*background-size: contain !important */ }

.has-success .form-control {
  border-color: #293e69; }

.has-warning .form-control {
  border-color: #f8ac59; }

.has-error .form-control {
  border-color: #ED5565; }

.has-success .control-label {
  color: #293e69; }

.has-warning .control-label {
  color: #f8ac59; }

.has-error .control-label {
  color: #ED5565; }

.input-group-addon {
  background-color: #fff;
  border: 1px solid #E5E6E7;
  border-radius: 1px;
  color: inherit;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  padding: 6px 12px;
  text-align: center; }

.spinner-buttons.input-group-btn .btn-xs {
  line-height: 1.13; }

.spinner-buttons.input-group-btn {
  width: 20%; }

.noUi-connect {
  background: none repeat scroll 0 0 #293e69;
  box-shadow: none; }

.slider_red .noUi-connect {
  background: none repeat scroll 0 0 #ED5565;
  box-shadow: none; }

/* UI Sortable */
.ui-sortable .ibox-title {
  cursor: move; }

.ui-sortable-placeholder {
  border: 1px dashed #cecece !important;
  visibility: visible !important;
  background: #e7eaec; }

.ibox.ui-sortable-placeholder {
  margin: 0 0 23px !important; }

/* SWITCHES */
.onoffswitch {
  position: relative;
  width: 54px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none; }

.onoffswitch-checkbox {
  display: none; }

.onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid #1AB394;
  border-radius: 3px; }

.onoffswitch-inner {
  display: block;
  width: 200%;
  margin-left: -100%;
  -moz-transition: margin 0.3s ease-in 0s;
  -webkit-transition: margin 0.3s ease-in 0s;
  -o-transition: margin 0.3s ease-in 0s;
  transition: margin 0.3s ease-in 0s; }

.onoffswitch-inner:before, .onoffswitch-inner:after {
  display: block;
  float: left;
  width: 50%;
  height: 16px;
  padding: 0;
  line-height: 16px;
  font-size: 10px;
  color: white;
  font-family: Trebuchet, Arial, sans-serif;
  font-weight: bold;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.onoffswitch-inner:before {
  content: "ON";
  padding-left: 7px;
  background-color: #1AB394;
  color: #FFFFFF; }

.onoffswitch-inner:after {
  content: "OFF";
  padding-right: 7px;
  background-color: #FFFFFF;
  color: #919191;
  text-align: right; }

.onoffswitch-switch {
  display: block;
  width: 18px;
  margin: 0;
  background: #FFFFFF;
  border: 2px solid #1AB394;
  border-radius: 3px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 36px;
  -moz-transition: all 0.3s ease-in 0s;
  -webkit-transition: all 0.3s ease-in 0s;
  -o-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s; }

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
  margin-left: 0; }

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
  right: 0; }

/* jqGrid */
.ui-jqgrid {
  -moz-box-sizing: content-box; }

.ui-jqgrid-btable {
  border-collapse: separate; }

.ui-jqgrid-htable {
  border-collapse: separate; }

.ui-jqgrid-titlebar {
  height: 40px;
  line-height: 15px;
  color: #676a6c;
  background-color: #F9F9F9;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); }

.ui-jqgrid .ui-jqgrid-title {
  float: left;
  margin: 1.1em 1em 0.2em; }

.ui-jqgrid .ui-jqgrid-titlebar {
  position: relative;
  border-left: 0 solid;
  border-right: 0 solid;
  border-top: 0 solid; }

.ui-widget-header {
  background: none;
  background-image: none;
  background-color: #f5f5f6;
  text-transform: uppercase;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.ui-jqgrid tr.ui-row-ltr td {
  border-right-color: inherit;
  border-right-style: solid;
  border-right-width: 1px;
  text-align: left;
  border-color: #DDDDDD;
  background-color: inherit; }

.ui-search-toolbar input[type="text"] {
  font-size: 12px;
  height: 15px;
  border: 1px solid #CCCCCC;
  border-radius: 0; }

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  background: #F9F9F9;
  border: 1px solid #DDDDDD;
  line-height: 15px;
  font-weight: bold;
  color: #676a6c;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); }

.ui-widget-content {
  box-sizing: content-box; }

.ui-icon-triangle-1-n {
  background-position: 1px -16px; }

.ui-jqgrid tr.ui-search-toolbar th {
  border-top-width: 0 !important;
  border-top-color: inherit !important;
  border-top-style: ridge !important; }

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
  background: #f5f5f5;
  border-collapse: separate; }

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  background: #f2fbff; }

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
  border: 1px solid #dddddd;
  background: #ffffff;
  font-weight: normal;
  color: #212121; }

.ui-jqgrid .ui-pg-input {
  font-size: inherit;
  width: 50px;
  border: 1px solid #CCCCCC;
  height: 15px; }

.ui-jqgrid .ui-pg-selbox {
  display: block;
  font-size: 1em;
  height: 25px;
  line-height: 18px;
  margin: 0;
  width: auto; }

.ui-jqgrid .ui-pager-control {
  position: relative; }

.ui-jqgrid .ui-jqgrid-pager {
  height: 32px;
  position: relative; }

.ui-pg-table .navtable .ui-corner-all {
  border-radius: 0; }

.ui-jqgrid .ui-pg-button:hover {
  padding: 1px;
  border: 0; }

.ui-jqgrid .loading {
  position: absolute;
  top: 45%;
  left: 45%;
  width: auto;
  height: auto;
  z-index: 101;
  padding: 6px;
  margin: 5px;
  text-align: center;
  font-weight: bold;
  display: none;
  border-width: 2px !important;
  font-size: 11px; }

.ui-jqgrid .form-control {
  height: 10px;
  width: auto;
  display: inline;
  padding: 10px 12px; }

.ui-jqgrid-pager {
  height: 32px; }

.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
  border-top-left-radius: 0; }

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
  border-top-right-radius: 0; }

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
  border-bottom-left-radius: 0; }

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
  border-bottom-right-radius: 0; }

.ui-widget-content {
  border: 1px solid #ddd; }

.ui-jqgrid .ui-jqgrid-titlebar {
  padding: 0; }

.ui-jqgrid .ui-jqgrid-titlebar {
  border-bottom: 1px solid #ddd; }

.ui-jqgrid tr.jqgrow td {
  padding: 6px; }

.ui-jqdialog .ui-jqdialog-titlebar {
  padding: 10px 10px; }

.ui-jqdialog .ui-jqdialog-title {
  float: none !important; }

.ui-jqdialog > .ui-resizable-se {
  position: absolute; }

/* Nestable list */
.dd {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 13px;
  line-height: 20px; }

.dd-list {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none; }

.dd-list .dd-list {
  padding-left: 30px; }

.dd-collapsed .dd-list {
  display: none; }

.dd-item,
.dd-empty,
.dd-placeholder {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  min-height: 20px;
  font-size: 13px;
  line-height: 20px; }

.dd-handle {
  display: block;
  margin: 5px 0;
  padding: 5px 10px;
  color: #333;
  text-decoration: none;
  border: 1px solid #e7eaec;
  background: #f5f5f5;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  box-sizing: border-box;
  -moz-box-sizing: border-box; }

.dd-handle span {
  font-weight: bold; }

.dd-handle:hover {
  background: #f0f0f0;
  cursor: pointer;
  font-weight: bold; }

.dd-item > button {
  display: block;
  position: relative;
  cursor: pointer;
  float: left;
  width: 25px;
  height: 20px;
  margin: 5px 0;
  padding: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border: 0;
  background: transparent;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  font-weight: bold; }

.dd-item > button:before {
  content: "+";
  display: block;
  position: absolute;
  width: 100%;
  text-align: center;
  text-indent: 0; }

.dd-item > button[data-action="collapse"]:before {
  content: "-"; }

#nestable2 .dd-item > button {
  font-family: FontAwesome;
  height: 34px;
  width: 33px;
  color: #c1c1c1; }

#nestable2 .dd-item > button:before {
  content: ""; }

#nestable2 .dd-item > button[data-action="collapse"]:before {
  content: ""; }

.dd-placeholder,
.dd-empty {
  margin: 5px 0;
  padding: 0;
  min-height: 30px;
  background: #f2fbff;
  border: 1px dashed #b6bcbf;
  box-sizing: border-box;
  -moz-box-sizing: border-box; }

.dd-empty {
  border: 1px dashed #bbb;
  min-height: 100px;
  background-color: #e5e5e5;
  background-image: -webkit-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff), -webkit-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
  background-image: -moz-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff), -moz-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
  background-image: linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff), linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
  background-size: 60px 60px;
  background-position: 0 0, 30px 30px; }

.dd-dragel {
  position: absolute;
  z-index: 9999;
  pointer-events: none; }

.dd-dragel > .dd-item .dd-handle {
  margin-top: 0; }

.dd-dragel .dd-handle {
  -webkit-box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.1); }

/* Nestable Extras */
.nestable-lists {
  display: block;
  clear: both;
  padding: 30px 0;
  width: 100%;
  border: 0;
  border-top: 2px solid #ddd;
  border-bottom: 2px solid #ddd; }

#nestable-menu {
  padding: 0;
  margin: 10px 0 20px 0; }

#nestable-output,
#nestable2-output {
  width: 100%;
  font-size: 0.75em;
  line-height: 1.333333em;
  font-family: open sans, lucida grande, lucida sans unicode, helvetica, arial, sans-serif;
  padding: 5px;
  box-sizing: border-box;
  -moz-box-sizing: border-box; }

#nestable2 .dd-handle {
  color: inherit;
  border: 1px dashed #e7eaec;
  background: #f3f3f4;
  padding: 10px; }

#nestable2 .dd-handle:hover {
  /*background: #bbb */ }

#nestable2 span.label {
  margin-right: 10px; }

#nestable-output,
#nestable2-output {
  font-size: 12px;
  padding: 25px;
  box-sizing: border-box;
  -moz-box-sizing: border-box; }

/* CodeMirror */
.CodeMirror {
  border: 1px solid #eee;
  height: auto; }

.CodeMirror-scroll {
  overflow-y: hidden;
  overflow-x: auto; }

/* Google Maps */
.google-map {
  height: 200px; }

/* Validation */
label.error {
  color: #cc5965;
  display: inline-block;
  margin-left: 5px; }

.form-control.error {
  border: 1px dotted #cc5965; }

/* ngGrid */
.gridStyle {
  border: 1px solid #d4d4d4;
  width: 100%;
  height: 400px; }

.gridStyle2 {
  border: 1px solid #d4d4d4;
  width: 500px;
  height: 300px; }

.ngH eaderCell {
  border-right: none;
  border-bottom: 1px solid #e7eaec; }

.ngCell {
  border-right: none; }

.ngTopPanel {
  background: #F5F5F6; }

.ngRow.even {
  background: #f9f9f9; }

.ngRow.selected {
  background: #EBF2F1; }

.ngRow {
  border-bottom: 1px solid #e7eaec; }

.ngCell {
  background-color: transparent; }

.ngHeaderCell {
  border-right: none; }

/* Toastr custom style */
#toast-container > .toast {
  background-image: none !important; }

#toast-container > .toast:before {
  position: fixed;
  font-family: FontAwesome;
  font-size: 24px;
  line-height: 24px;
  float: left;
  color: #FFF;
  padding-right: 0.5em;
  margin: auto 0.5em auto -1.5em; }

#toast-container > .toast-warning:before {
  content: ""; }

#toast-container > .toast-error:before {
  content: ""; }

#toast-container > .toast-info:before {
  content: ""; }

#toast-container > .toast-success:before {
  content: ""; }

#toast-container > div {
  -moz-box-shadow: 0 0 3px #999;
  -webkit-box-shadow: 0 0 3px #999;
  box-shadow: 0 0 3px #999;
  opacity: 0.9;
  -ms-filter: alpha(Opacity=90);
  filter: alpha(opacity=90); }

#toast-container > :hover {
  -moz-box-shadow: 0 0 4px #999;
  -webkit-box-shadow: 0 0 4px #999;
  box-shadow: 0 0 4px #999;
  opacity: 1;
  -ms-filter: alpha(Opacity=100);
  filter: alpha(opacity=100);
  cursor: pointer; }

.toast {
  background-color: #293e69; }

.toast-success {
  background-color: #293e69; }

.toast-error {
  background-color: #ED5565; }

.toast-info {
  background-color: #23c6c8; }

.toast-warning {
  background-color: #f8ac59; }

.toast-top-full-width {
  margin-top: 20px; }

.toast-bottom-full-width {
  margin-bottom: 20px; }

/* Notifie */
.cg-notify-message.inspinia-notify {
  background: #fff;
  padding: 0;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.2);
  border: none;
  margin-top: 30px;
  color: inherit; }

.inspinia-notify.alert-warning {
  border-left: 6px solid #f8ac59; }

.inspinia-notify.alert-success {
  border-left: 6px solid #1c84c6; }

.inspinia-notify.alert-danger {
  border-left: 6px solid #ED5565; }

.inspinia-notify.alert-info {
  border-left: 6px solid #293e69; }

/* Image cropper style */
.img-container, .img-preview {
  overflow: hidden;
  text-align: center;
  width: 100%; }

.img-preview-sm {
  height: 130px;
  width: 200px; }

/* Forum styles  */
.forum-post-container .media {
  margin: 10px 10px 10px 10px;
  padding: 20px 10px 20px 10px;
  border-bottom: 1px solid #f1f1f1; }

.forum-avatar {
  float: left;
  margin-right: 20px;
  text-align: center;
  width: 110px; }

.forum-avatar .img-circle {
  height: 48px;
  width: 48px; }

.author-info {
  color: #676a6c;
  font-size: 11px;
  margin-top: 5px;
  text-align: center; }

.forum-post-info {
  padding: 9px 12px 6px 12px;
  background: #f9f9f9;
  border: 1px solid #f1f1f1; }

.media-body > .media {
  background: #f9f9f9;
  border-radius: 3px;
  border: 1px solid #f1f1f1; }

.forum-post-container .media-body .photos {
  margin: 10px 0; }

.forum-photo {
  max-width: 140px;
  border-radius: 3px; }

.media-body > .media .forum-avatar {
  width: 70px;
  margin-right: 10px; }

.media-body > .media .forum-avatar .img-circle {
  height: 38px;
  width: 38px; }

.mid-icon {
  font-size: 66px; }

.forum-item {
  margin: 10px 0;
  padding: 10px 0 20px;
  border-bottom: 1px solid #f1f1f1; }

.views-number {
  font-size: 24px;
  line-height: 18px;
  font-weight: 400; }

.forum-container, .forum-post-container {
  padding: 30px !important; }

.forum-item small {
  color: #999; }

.forum-item .forum-sub-title {
  color: #999;
  margin-left: 50px; }

.forum-title {
  margin: 15px 0 15px 0; }

.forum-info {
  text-align: center; }

.forum-desc {
  color: #999; }

.forum-icon {
  float: left;
  width: 30px;
  margin-right: 20px;
  text-align: center; }

a.forum-item-title {
  color: inherit;
  display: block;
  font-size: 18px;
  font-weight: 600; }

a.forum-item-title:hover {
  color: inherit; }

.forum-icon .fa {
  font-size: 30px;
  margin-top: 8px;
  color: #9b9b9b; }

.forum-item.active .fa {
  color: #293e69; }

.forum-item.active a.forum-item-title {
  color: #293e69; }

@media (max-width: 992px) {
  .forum-info {
    margin: 15px 0 10px 0;
    /* Comment this is you want to show forum info in small devices */
    display: none; }

  .forum-desc {
    float: none !important; } }
/* New Timeline style */
.vertical-container {
  /* this class is used to give a max-width to the element it is applied to, and center it horizontally when it reaches that max-width */
  width: 90%;
  max-width: 1170px;
  margin: 0 auto; }
  @media only screen and (max-width: 480px) {
    .vertical-container {
      margin: 0;
      width: 100%; } }

.vertical-container::after {
  /* clearfix */
  display: table;
  clear: both; }

#vertical-timeline {
  position: relative;
  padding: 0;
  margin-top: 2em;
  margin-bottom: 2em; }

#vertical-timeline::before {
  content: "";
  position: absolute;
  top: 0;
  left: 18px;
  height: 100%;
  width: 4px;
  background: #f1f1f1; }

#SubSection {
  position: relative;
  padding: 0;
  margin-top: 2em;
  margin-bottom: 2em; }

#SubSection::before {
  content: "";
  position: absolute;
  top: 0;
  left: 18px;
  height: 100%;
  width: 4px;
  background: #f1f1f1; }

.vertical-timeline-content .btn {
  float: right; }

#vertical-timeline.light-timeline:before {
  background: #e7eaec; }

.dark-timeline .vertical-timeline-content:before {
  border-color: transparent #f5f5f5 transparent transparent; }

.dark-timeline.center-orientation .vertical-timeline-content:before {
  border-color: transparent transparent transparent #f5f5f5; }

.dark-timeline .vertical-timeline-block:nth-child(2n) .vertical-timeline-content:before,
.dark-timeline.center-orientation .vertical-timeline-block:nth-child(2n) .vertical-timeline-content:before {
  border-color: transparent #f5f5f5 transparent transparent; }

.dark-timeline .vertical-timeline-content,
.dark-timeline.center-orientation .vertical-timeline-content {
  background: #f5f5f5; }

@media only screen and (min-width: 2500px) {
  #vertical-timeline.center-orientation {
    margin-top: 3em;
    margin-bottom: 3em; }

  #vertical-timeline.center-orientation:before {
    left: 50%;
    margin-left: -2px; } }
@media only screen and (max-width: 1920px) {
  .center-orientation.dark-timeline .vertical-timeline-content:before {
    border-color: transparent #f5f5f5 transparent transparent; } }
.vertical-timeline-block {
  position: relative;
  margin: 2em 0; }

.vertical-timeline-block:after {
  display: table;
  clear: both; }

.vertical-timeline-block:first-child {
  margin-top: 0; }

.vertical-timeline-block:last-child {
  margin-bottom: 0; }

@media only screen and (min-width: 2500px) {
  .center-orientation .vertical-timeline-block {
    margin: 4em 0; }

  .center-orientation .vertical-timeline-block:first-child {
    margin-top: 0; }

  .center-orientation .vertical-timeline-block:last-child {
    margin-bottom: 0; } }
.vertical-timeline-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 16px;
  border: 3px solid #f1f1f1;
  text-align: center; }

.vertical-timeline-icon i {
  display: block;
  width: 24px;
  height: 24px;
  position: relative;
  left: 50%;
  top: 50%;
  margin-left: -12px;
  margin-top: -9px; }

@media only screen and (min-width: 2500px) {
  .center-orientation .vertical-timeline-icon {
    width: 50px;
    height: 50px;
    left: 50%;
    margin-left: -25px;
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    font-size: 19px; }

  .center-orientation .vertical-timeline-icon i {
    margin-left: -12px;
    margin-top: -10px; }

  .center-orientation .cssanimations .vertical-timeline-icon.is-hidden {
    visibility: hidden; } }
.vertical-timeline-content {
  position: relative;
  margin-left: 60px;
  background: white;
  border-radius: 0.25em;
  padding: 1em; }

.vertical-timeline-content:after {
  display: table;
  clear: both; }

.vertical-timeline-content h2 {
  font-weight: 400;
  margin-top: 4px; }

.vertical-timeline-content p {
  margin: 1em 0;
  line-height: 1.6; }

.vertical-timeline-content .vertical-date {
  float: left;
  font-weight: 500; }

.vertical-date small {
  color: #293e69;
  font-weight: 400; }

.vertical-timeline-content::before {
  content: "";
  position: absolute;
  top: 16px;
  right: 100%;
  height: 0;
  width: 0;
  border: 7px solid transparent;
  border-right: 7px solid white; }

@media only screen and (max-width: 768px) {
  .vertical-timeline-content h2 {
    font-size: 18px; }

  .vertical-timeline-content p {
    font-size: 13px; } }
@media only screen and (min-width: 2500px) {
  .center-orientation .vertical-timeline-content {
    margin-left: 0;
    padding: 1.6em;
    width: 45%; }

  .center-orientation .vertical-timeline-content::before {
    top: 24px;
    left: 100%;
    border-color: transparent;
    border-left-color: white; }

  .center-orientation .vertical-timeline-content .btn {
    float: left; }

  .center-orientation .vertical-timeline-content .vertical-date {
    position: absolute;
    width: 100%;
    left: 122%;
    top: 2px;
    font-size: 14px; }

  .center-orientation .vertical-timeline-block:nth-child(even) .vertical-timeline-content {
    float: right; }

  .center-orientation .vertical-timeline-block:nth-child(even) .vertical-timeline-content::before {
    top: 24px;
    left: auto;
    right: 100%;
    border-color: transparent;
    border-right-color: white; }

  .center-orientation .vertical-timeline-block:nth-child(even) .vertical-timeline-content .btn {
    float: right; }

  .center-orientation .vertical-timeline-block:nth-child(even) .vertical-timeline-content .vertical-date {
    left: auto;
    right: 122%;
    text-align: right; }

  .center-orientation .cssanimations .vertical-timeline-content.is-hidden {
    visibility: hidden; } }
/* Tabs */
.tabs-container .panel-body {
  background: #fff;
  border: 1px solid #e7eaec;
  border-radius: 2px;
  padding: 20px;
  position: relative; }
.tabs-container .nav-tabs > li.active > a,
.tabs-container .nav-tabs > li.active > a:hover,
.tabs-container .nav-tabs > li.active > a:focus {
  border: 1px solid #e7eaec;
  border-bottom-color: transparent;
  background-color: #fff; }
.tabs-container .nav-tabs > li {
  float: left;
  margin-bottom: -1px; }
.tabs-container .tab-pane .panel-body {
  border-top: none; }
.tabs-container .nav-tabs > li.active > a, .tabs-container .nav-tabs > li.active > a:hover, .tabs-container .nav-tabs > li.active > a:focus {
  border: 1px solid #e7eaec;
  border-bottom-color: transparent; }
.tabs-container .nav-tabs {
  border-bottom: 1px solid #e7eaec; }
.tabs-container .tab-pane .panel-body {
  border-top: none; }
.tabs-container .tabs-left .tab-pane .panel-body, .tabs-container .tabs-right .tab-pane .panel-body {
  border-top: 1px solid #e7eaec; }
.tabs-container .nav-tabs > li a:hover {
  background: transparent;
  border-color: transparent; }
.tabs-container .tabs-below > .nav-tabs,
.tabs-container .tabs-right > .nav-tabs,
.tabs-container .tabs-left > .nav-tabs {
  border-bottom: 0; }
.tabs-container .tabs-left .panel-body {
  position: static; }
.tabs-container .tabs-left > .nav-tabs, .tabs-container .tabs-right > .nav-tabs {
  width: 20%; }
.tabs-container .tabs-left .panel-body {
  width: 80%;
  margin-left: 20%; }
.tabs-container .tabs-right .panel-body {
  width: 80%;
  margin-right: 20%; }
.tabs-container .tab-content > .tab-pane,
.tabs-container .pill-content > .pill-pane {
  display: none; }
.tabs-container .tab-content > .active,
.tabs-container .pill-content > .active {
  display: block; }
.tabs-container .tabs-below > .nav-tabs {
  border-top: 1px solid #e7eaec; }
.tabs-container .tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0; }
.tabs-container .tabs-below > .nav-tabs > li > a {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px; }
.tabs-container .tabs-below > .nav-tabs > li > a:hover,
.tabs-container .tabs-below > .nav-tabs > li > a:focus {
  border-top-color: #e7eaec;
  border-bottom-color: transparent; }
.tabs-container .tabs-left > .nav-tabs > li,
.tabs-container .tabs-right > .nav-tabs > li {
  float: none; }
.tabs-container .tabs-left > .nav-tabs > li > a,
.tabs-container .tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px; }
.tabs-container .tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px; }
.tabs-container .tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px; }
.tabs-container .tabs-left > .nav-tabs .active > a,
.tabs-container .tabs-left > .nav-tabs .active > a:hover,
.tabs-container .tabs-left > .nav-tabs .active > a:focus {
  border-color: #e7eaec transparent #e7eaec #e7eaec;
  *border-right-color: #ffffff; }
.tabs-container .tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px; }
.tabs-container .tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0; }
.tabs-container .tabs-right > .nav-tabs .active > a,
.tabs-container .tabs-right > .nav-tabs .active > a:hover,
.tabs-container .tabs-right > .nav-tabs .active > a:focus {
  border-color: #e7eaec #e7eaec #e7eaec transparent;
  *border-left-color: #ffffff;
  z-index: 1; }

@media (max-width: 767px) {
  .tabs-container .nav-tabs > li {
    float: none !important; }

  .tabs-container .nav-tabs > li.active > a {
    border-bottom: 1px solid #e7eaec !important;
    margin: 0; } }
/* jsvectormap */
.jvectormap-container {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden; }

.jvectormap-tip {
  position: absolute;
  display: none;
  border: solid 1px #CDCDCD;
  border-radius: 3px;
  background: #292929;
  color: white;
  font-family: sans-serif, Verdana;
  font-size: smaller;
  padding: 5px; }

.jvectormap-zoomin, .jvectormap-zoomout, .jvectormap-goback {
  position: absolute;
  left: 10px;
  border-radius: 3px;
  background: #293e69;
  padding: 3px;
  color: white;
  cursor: pointer;
  line-height: 10px;
  text-align: center;
  box-sizing: content-box; }

.jvectormap-zoomin, .jvectormap-zoomout {
  width: 10px;
  height: 10px; }

.jvectormap-zoomin {
  top: 10px; }

.jvectormap-zoomout {
  top: 30px; }

.jvectormap-goback {
  bottom: 10px;
  z-index: 1000;
  padding: 6px; }

.jvectormap-spinner {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: center no-repeat url(data:image/gifbase64,R0lGODlhIAAgAPMAAP///wAAAMbGxoSEhLa2tpqamjY2NlZWVtjY2OTk5Ly8vB4eHgQEBAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh/hpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh+QQJCgAAACwAAAAAIAAgAAAE5xDISWlhperN52JLhSSdRgwVo1ICQZRUsiwHpTJT4iowNS8vyW2icCF6k8HMMBkCEDskxTBDAZwuAkkqIfxIQyhBQBFvAQSDITM5VDW6XNE4KagNh6Bgwe60smQUB3d4Rz1ZBApnFASDd0hihh12BkE9kjAJVlycXIg7CQIFA6SlnJ87paqbSKiKoqusnbMdmDC2tXQlkUhziYtyWTxIfy6BE8WJt5YJvpJivxNaGmLHT0VnOgSYf0dZXS7APdpB309RnHOG5gDqXGLDaC457D1zZ/V/nmOM82XiHRLYKhKP1oZmADdEAAAh+QQJCgAAACwAAAAAIAAgAAAE6hDISWlZpOrNp1lGNRSdRpDUolIGw5RUYhhHukqFu8DsrEyqnWThGvAmhVlteBvojpTDDBUEIFwMFBRAmBkSgOrBFZogCASwBDEY/CZSg7GSE0gSCjQBMVG023xWBhklAnoEdhQEfyNqMIcKjhRsjEdnezB+A4k8gTwJhFuiW4dokXiloUepBAp5qaKpp6+Ho7aWW54wl7obvEe0kRuoplCGepwSx2jJvqHEmGt6whJpGpfJCHmOoNHKaHx61WiSR92E4lbFoq+B6QDtuetcaBPnW6+O7wDHpIiK9SaVK5GgV543tzjgGcghAgAh+QQJCgAAACwAAAAAIAAgAAAE7hDISSkxpOrN5zFHNWRdhSiVoVLHspRUMoyUakyEe8PTPCATW9A14E0UvuAKMNAZKYUZCiBMuBakSQKG8G2FzUWox2AUtAQFcBKlVQoLgQReZhQlCIJesQXI5B0CBnUMOxMCenoCfTCEWBsJColTMANldx15BGs8B5wlCZ9Po6OJkwmRpnqkqnuSrayqfKmqpLajoiW5HJq7FL1Gr2mMMcKUMIiJgIemy7xZtJsTmsM4xHiKv5KMCXqfyUCJEonXPN2rAOIAmsfB3uPoAK++G+w48edZPK+M6hLJpQg484enXIdQFSS1u6UhksENEQAAIfkECQoAAAAsAAAAACAAIAAABOcQyEmpGKLqzWcZRVUQnZYg1aBSh2GUVEIQ2aQOE+G+cD4ntpWkZQj1JIiZIogDFFyHI0UxQwFugMSOFIPJftfVAEoZLBbcLEFhlQiqGp1Vd140AUklUN3eCA51C1EWMzMCezCBBmkxVIVHBWd3HHl9JQOIJSdSnJ0TDKChCwUJjoWMPaGqDKannasMo6WnM562R5YluZRwur0wpgqZE7NKUm+FNRPIhjBJxKZteWuIBMN4zRMIVIhffcgojwCF117i4nlLnY5ztRLsnOk+aV+oJY7V7m76PdkS4trKcdg0Zc0tTcKkRAAAIfkECQoAAAAsAAAAACAAIAAABO4QyEkpKqjqzScpRaVkXZWQEximw1BSCUEIlDohrft6cpKCk5xid5MNJTaAIkekKGQkWyKHkvhKsR7ARmitkAYDYRIbUQRQjWBwJRzChi9CRlBcY1UN4g0/VNB0AlcvcAYHRyZPdEQFYV8ccwR5HWxEJ02YmRMLnJ1xCYp0Y5idpQuhopmmC2KgojKasUQDk5BNAwwMOh2RtRq5uQuPZKGIJQIGwAwGf6I0JXMpC8C7kXWDBINFMxS4DKMAWVWAGYsAdNqW5uaRxkSKJOZKaU3tPOBZ4DuK2LATgJhkPJMgTwKCdFjyPHEnKxFCDhEAACH5BAkKAAAALAAAAAAgACAAAATzEMhJaVKp6s2nIkolIJ2WkBShpkVRWqqQrhLSEu9MZJKK9y1ZrqYK9WiClmvoUaF8gIQSNeF1Er4MNFn4SRSDARWroAIETg1iVwuHjYB1kYc1mwruwXKC9gmsJXliGxc+XiUCby9ydh1sOSdMkpMTBpaXBzsfhoc5l58Gm5yToAaZhaOUqjkDgCWNHAULCwOLaTmzswadEqggQwgHuQsHIoZCHQMMQgQGubVEcxOPFAcMDAYUA85eWARmfSRQCdcMe0zeP1AAygwLlJtPNAAL19DARdPzBOWSm1brJBi45soRAWQAAkrQIykShQ9wVhHCwCQCACH5BAkKAAAALAAAAAAgACAAAATrEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiRMDjI0Fd30/iI2UA5GSS5UDj2l6NoqgOgN4gksEBgYFf0FDqKgHnyZ9OX8HrgYHdHpcHQULXAS2qKpENRg7eAMLC7kTBaixUYFkKAzWAAnLC7FLVxLWDBLKCwaKTULgEwbLA4hJtOkSBNqITT3xEgfLpBtzE/jiuL04RGEBgwWhShRgQExHBAAh+QQJCgAAACwAAAAAIAAgAAAE7xDISWlSqerNpyJKhWRdlSAVoVLCWk6JKlAqAavhO9UkUHsqlE6CwO1cRdCQ8iEIfzFVTzLdRAmZX3I2SfZiCqGk5dTESJeaOAlClzsJsqwiJwiqnFrb2nS9kmIcgEsjQydLiIlHehhpejaIjzh9eomSjZR+ipslWIRLAgMDOR2DOqKogTB9pCUJBagDBXR6XB0EBkIIsaRsGGMMAxoDBgYHTKJiUYEGDAzHC9EACcUGkIgFzgwZ0QsSBcXHiQvOwgDdEwfFs0sDzt4S6BK4xYjkDOzn0unFeBzOBijIm1Dgmg5YFQwsCMjp1oJ8LyIAACH5BAkKAAAALAAAAAAgACAAAATwEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiUd6GGl6NoiPOH16iZKNlH6KmyWFOggHhEEvAwwMA0N9GBsEC6amhnVcEwavDAazGwIDaH1ipaYLBUTCGgQDA8NdHz0FpqgTBwsLqAbWAAnIA4FWKdMLGdYGEgraigbT0OITBcg5QwPT4xLrROZL6AuQAPUS7bxLpoWidY0JtxLHKhwwMJBTHgPKdEQAACH5BAkKAAAALAAAAAAgACAAAATrEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiUd6GAULDJCRiXo1CpGXDJOUjY+Yip9DhToJA4RBLwMLCwVDfRgbBAaqqoZ1XBMHswsHtxtFaH1iqaoGNgAIxRpbFAgfPQSqpbgGBqUD1wBXeCYp1AYZ19JJOYgH1KwA4UBvQwXUBxPqVD9L3sbp2BNk2xvvFPJd+MFCN6HAAIKgNggY0KtEBAAh+QQJCgAAACwAAAAAIAAgAAAE6BDISWlSqerNpyJKhWRdlSAVoVLCWk6JKlAqAavhO9UkUHsqlE6CwO1cRdCQ8iEIfzFVTzLdRAmZX3I2SfYIDMaAFdTESJeaEDAIMxYFqrOUaNW4E4ObYcCXaiBVEgULe0NJaxxtYksjh2NLkZISgDgJhHthkpU4mW6blRiYmZOlh4JWkDqILwUGBnE6TYEbCgevr0N1gH4At7gHiRpFaLNrrq8HNgAJA70AWxQIH1+vsYMDAzZQPC9VCNkDWUhGkuE5PxJNwiUK4UfLzOlD4WvzAHaoG9nxPi5d+jYUqfAhhykOFwJWiAAAIfkECQoAAAAsAAAAACAAIAAABPAQyElpUqnqzaciSoVkXVUMFaFSwlpOCcMYlErAavhOMnNLNo8KsZsMZItJEIDIFSkLGQoQTNhIsFehRww2CQLKF0tYGKYSg+ygsZIuNqJksKgbfgIGepNo2cIUB3V1B3IvNiBYNQaDSTtfhhx0CwVPI0UJe0+bm4g5VgcGoqOcnjmjqDSdnhgEoamcsZuXO1aWQy8KAwOAuTYYGwi7w5h+Kr0SJ8MFihpNbx+4Erq7BYBuzsdiH1jCAzoSfl0rVirNbRXlBBlLX+BP0XJLAPGzTkAuAOqb0WT5AH7OcdCm5B8TgRwSRKIHQtaLCwg1RAAAOwAAAAAAAAAAAA==); }

.jvectormap-legend-title {
  font-weight: bold;
  font-size: 14px;
  text-align: center; }

.jvectormap-legend-cnt {
  position: absolute; }

.jvectormap-legend-cnt-h {
  bottom: 0;
  right: 0; }

.jvectormap-legend-cnt-v {
  top: 0;
  right: 0; }

.jvectormap-legend {
  background: black;
  color: white;
  border-radius: 3px; }

.jvectormap-legend-cnt-h .jvectormap-legend {
  float: left;
  margin: 0 10px 10px 0;
  padding: 3px 3px 1px 3px; }

.jvectormap-legend-cnt-h .jvectormap-legend .jvectormap-legend-tick {
  float: left; }

.jvectormap-legend-cnt-v .jvectormap-legend {
  margin: 10px 10px 0 0;
  padding: 3px; }

.jvectormap-legend-cnt-h .jvectormap-legend-tick {
  width: 40px; }

.jvectormap-legend-cnt-h .jvectormap-legend-tick-sample {
  height: 15px; }

.jvectormap-legend-cnt-v .jvectormap-legend-tick-sample {
  height: 20px;
  width: 20px;
  display: inline-block;
  vertical-align: middle; }

.jvectormap-legend-tick-text {
  font-size: 12px; }

.jvectormap-legend-cnt-h .jvectormap-legend-tick-text {
  text-align: center; }

.jvectormap-legend-cnt-v .jvectormap-legend-tick-text {
  display: inline-block;
  vertical-align: middle;
  line-height: 20px;
  padding-left: 3px; }

/*Slick Carousel */
.slick-prev:before,
.slick-next:before {
  color: #293e69 !important; }

/* Payments */
.payment-card {
  background: #ffffff;
  padding: 20px;
  margin-bottom: 25px;
  border: 1px solid #e7eaec; }

.payment-icon-big {
  font-size: 60px;
  color: #D1DADE; }

.payments-method.panel-group .panel + .panel {
  margin-top: -1px; }

.payments-method .panel-heading {
  padding: 15px; }

.payments-method .panel {
  border-radius: 0; }

.payments-method .panel-heading h5 {
  margin-bottom: 5px; }

.payments-method .panel-heading i {
  font-size: 26px; }

/* Select2 custom styles */
.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple {
  border-color: #e7eaec; }

/* Tour */
.tour-tour .btn.btn-default {
  background-color: #ffffff;
  border: 1px solid #d2d2d2;
  color: inherit; }

.tour-step-backdrop {
  z-index: 2101; }

.tour-backdrop {
  z-index: 2100;
  opacity: 0.7; }

.popover[class*=tour-] {
  z-index: 2100; }

body.tour-open .animated {
  animation-fill-mode: initial; }

/* Alerts */
.alert-success {
  color: #22313f;
  background-color: #cab0e1;
  border-color: #5d3383; }
  .alert-success .alert-link {
    color: #22313f;
    font-weight: bold; }

.alert-warning {
  color: #22313f;
  background-color: #ffdedb;
  border-color: #ff4633; }
  .alert-warning .alert-link {
    color: #22313f;
    font-weight: bold; }

.alert-primary {
  color: #22313f;
  background-color: #587ea2;
  border-color: #1d2935; }
  .alert-primary .alert-link {
    color: #22313f;
    font-weight: bold; }

.sidebard-panel {
  width: 220px;
  background: #c6c5c5;
  padding: 10px 20px;
  position: absolute;
  right: 0; }

.sidebard-panel .feed-element img.img-circle {
  width: 32px;
  height: 32px; }

.sidebard-panel .feed-element, .media-body, .sidebard-panel p {
  font-size: 12px; }

.sidebard-panel .feed-element {
  margin-top: 20px;
  padding-bottom: 0; }

.sidebard-panel .list-group {
  margin-bottom: 10px; }

.sidebard-panel .list-group .list-group-item {
  padding: 5px 0;
  font-size: 12px;
  border: 0; }

.sidebar-content .wrapper, .wrapper.sidebar-content {
  padding-right: 230px !important; }

.body-small .sidebar-content .wrapper, .body-small .wrapper.sidebar-content {
  padding-right: 20px !important; }

#right-sidebar {
  background-color: #fff;
  border-left: 1px solid #e7eaec;
  border-top: 1px solid #e7eaec;
  overflow: hidden;
  position: fixed;
  top: 60px;
  width: 260px !important;
  z-index: 1009;
  bottom: 0;
  right: -260px; }

#right-sidebar.sidebar-open {
  right: 0; }

#right-sidebar.sidebar-open.sidebar-top {
  top: 0;
  border-top: none; }

.sidebar-container ul.nav-tabs {
  border: none; }
.sidebar-container ul.nav-tabs.navs-4 li {
  width: 25%; }
.sidebar-container ul.nav-tabs.navs-3 li {
  width: 33.3333%; }
.sidebar-container ul.nav-tabs.navs-2 li {
  width: 50%; }
.sidebar-container ul.nav-tabs li {
  border: none; }
.sidebar-container ul.nav-tabs li a {
  border: none;
  padding: 12px 10px;
  margin: 0;
  border-radius: 0;
  background: #2F4050;
  color: #fff;
  text-align: center;
  border-right: 1px solid #334556; }
.sidebar-container ul.nav-tabs li.active a {
  border: none;
  background: #f9f9f9;
  color: #1e2f4c;
  font-weight: bold; }
.sidebar-container .nav-tabs > li.active > a:hover,
.sidebar-container .nav-tabs > li.active > a:focus {
  border: none; }
.sidebar-container ul.sidebar-list {
  margin: 0;
  padding: 0; }
.sidebar-container ul.sidebar-list li {
  border-bottom: 1px solid #e7eaec;
  padding: 15px 20px;
  list-style: none;
  font-size: 12px; }
.sidebar-container .sidebar-message:nth-child(2n+2) {
  background: #f9f9f9; }
.sidebar-container ul.sidebar-list li a {
  text-decoration: none;
  color: inherit; }
.sidebar-container .sidebar-content {
  padding: 15px 20px;
  font-size: 12px; }
.sidebar-container .sidebar-title {
  background: #f9f9f9;
  padding: 20px;
  border-bottom: 1px solid #e7eaec; }
  .sidebar-container .sidebar-title h3 {
    margin-bottom: 3px;
    padding-left: 2px; }
.sidebar-container .tab-content h4 {
  margin-bottom: 5px; }
.sidebar-container .sidebar-message > a > .pull-left {
  margin-right: 10px; }
.sidebar-container .sidebar-message > a {
  text-decoration: none;
  color: inherit; }
.sidebar-container .sidebar-message {
  padding: 15px 20px; }
.sidebar-container .sidebar-message .message-avatar {
  height: 38px;
  width: 38px;
  border-radius: 50%; }
.sidebar-container .setings-item {
  padding: 15px 20px;
  border-bottom: 1px solid #e7eaec; }

body {
  font-family: Verdana, Geneva, sans-serif;
  background-color: #ffffff;
  font-size: 14px;
  color: #1e2f4c;
  overflow-x: hidden;
  -webkit-font-smoothing: subpixel-antialiased; }

p {
  line-height: 1.5em; }

input:focus {
  outline: none; }

button:focus {
  outline: none; }

input[type="checkbox"]:focus {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none; }

.form-control:focus {
  border-color: #cccccc;
  -webkit-box-shadow: none;
  box-shadow: none; }

@media only screen and (max-width: 991px) {
  .container {
    width: inherit; } }
html, body {
  height: 100%; }

@media (max-width: 479px) {
  .hidden-xxs {
    display: none !important; } }
body.full-height-layout #wrapper,
body.full-height-layout #page-wrapper {
  height: 100%; }

#page-wrapper {
  min-height: auto; }

#menu-close {
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  background: transparent; }

body.boxed-layout {
  background: url("patterns/shattered.png"); }

body.boxed-layout #wrapper {
  background-color: #2f4050;
  max-width: 1200px;
  margin: 0 auto;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.75);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.75); }

input:-webkit-autofill {
  transition: background-color 5000s ease-in-out 0s; }
  input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s; }

.top-navigation.boxed-layout #wrapper,
.boxed-layout #wrapper.top-navigation {
  max-width: 1300px !important; }

.block {
  display: block; }

.clear {
  display: block;
  overflow: hidden; }

a {
  cursor: pointer;
  color: #316389;
  font-weight: 700; }

a:hover, a:focus {
  text-decoration: none;
  color: #65378e;
  font-weight: 700; }

.border-bottom {
  border-bottom: 1px solid #e7eaec !important; }

.font-heavy {
  font-weight: 900; }

.font-bold {
  font-weight: 700; }

.font-noraml {
  font-weight: 400; }

.text-uppercase {
  text-transform: uppercase; }

.b-r {
  border-right: 1px solid #e7eaec; }

.hr-line-dashed {
  border-top: 1px dashed #e7eaec;
  color: #ffffff;
  background-color: #ffffff;
  height: 1px;
  margin: 20px 0; }

.hr-line-solid {
  border-bottom: 1px solid #e7eaec;
  background-color: rgba(0, 0, 0, 0);
  border-style: solid !important;
  margin-top: 15px;
  margin-bottom: 15px; }

video {
  width: 100% !important;
  height: auto !important; }

/* GALLERY */
.gallery > .row > div {
  margin-bottom: 15px; }

.fancybox img {
  margin-bottom: 5px;
  /* Only for demo */
  width: 24%; }

/* Summernote text editor  */
.note-editor {
  height: auto !important;
  min-height: 300px; }

.note-editor.fullscreen {
  z-index: 2050; }

/* MODAL */
.modal-content {
  background-clip: padding-box;
  background-color: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 4px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  outline: 0 none;
  position: relative; }

.modal-dialog {
  z-index: 2200; }

.modal-body {
  padding: 20px 30px 30px 30px; }

.modal-height {
  max-height: 300px;
  overflow-y: auto; }

.inmodal .modal-body {
  background: #f8fafb; }

.inmodal .modal-header {
  padding: 30px 15px;
  text-align: center; }

/*.modal-dialog */
.preview-listing {
  width: 80%; }
  .preview-listing .modal-content .modal-height {
    height: 80vh;
    max-height: 80vh; }
    .preview-listing .modal-content .modal-height .preview-listing-iframe {
      width: 100%;
      height: 100%;
      border: none; }
      .preview-listing .modal-content .modal-height .preview-listing-iframe .header-row {
        display: none; }
      .preview-listing .modal-content .modal-height .preview-listing-iframe .navbar {
        display: none; }
      .preview-listing .modal-content .modal-height .preview-listing-iframe .footer {
        display: none; }
  @media only screen and (max-width: 768px) {
    .preview-listing {
      width: inherit; } }
  .preview-listing .modal-body {
    background: #ffffff;
    padding: 0px; }
  .preview-listing .modal-height {
    height: 80vh;
    max-height: 80vh; }
  .preview-listing iframe {
    width: 100%;
    height: 100%;
    border: none; }
  .preview-listing .navbar {
    display: none; }
  .preview-listing .footer {
    display: none; }

/*.modal-dialog */
@media only screen and (min-width: 768px) {
  .image-upload {
    width: 90%; } }
@media only screen and (min-width: 1200px) {
  .image-upload {
    width: 1170px; } }

.animated.modal.fade .modal-dialog {
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none; }

.inmodal .modal-title {
  font-size: 26px; }

.inmodal .modal-icon {
  font-size: 84px;
  color: #e2e3e3; }

.modal-footer {
  margin-top: 0; }

/* WRAPPERS */
#wrapper {
  width: 100%;
  overflow-x: hidden; }

.wrapper {
  padding: 0 20px; }

.wrapper-content {
  padding: 20px 10px 40px; }

#page-wrapper {
  /*padding: 0 15px */
  min-height: 568px;
  position: relative !important; }

@media (min-width: 768px) {
  #page-wrapper {
    position: inherit;
    margin: 0 0 0 240px;
    min-height: 2002px; } }
.title-action {
  text-align: right;
  padding-top: 30px; }

.ibox-content h1, .ibox-content h2, .ibox-content h3, .ibox-content h4, .ibox-content h5,
.ibox-title h1, .ibox-title h2, .ibox-title h3, .ibox-title h4, .ibox-title h5 {
  margin-top: 5px; }

ul.unstyled, ol.unstyled {
  list-style: none outside none;
  margin-left: 0; }

.big-icon {
  font-size: 160px !important;
  color: #e5e6e7; }

/* FOOTER */
.footer {
  background: none repeat scroll 0 0 #3c4042;
  color: #f6fafb;
  border-top: 1px solid #e7eaec;
  bottom: 0;
  left: 0;
  padding: 10px 20px;
  position: absolute;
  right: 0;
  font-size: 12px;
  text-align: center; }
  .footer .name-date {
    float: left; }
    @media only screen and (max-width: 768px) {
      .footer .name-date {
        float: none;
        display: block;
        margin: 10px; } }
  .footer .policies {
    float: right; }
    @media only screen and (max-width: 768px) {
      .footer .policies {
        float: none;
        display: block;
        margin: 10px; } }

.footer.fixed_full {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  padding: 10px 20px;
  background: white;
  border-top: 1px solid #e7eaec; }

.footer.fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  padding: 10px 20px;
  background: white;
  border-top: 1px solid #e7eaec;
  margin-left: 220px; }

body.mini-navbar .footer.fixed,
body.body-small.mini-navbar .footer.fixed {
  margin: 0 0 0 70px; }

body.mini-navbar.canvas-menu .footer.fixed,
body.canvas-menu .footer.fixed {
  margin: 0 !important; }

body.fixed-sidebar.body-small.mini-navbar .footer.fixed {
  margin: 0 0 0 220px; }

body.body-small .footer.fixed {
  margin-left: 0; }

/* PANELS */
.page-heading {
  border-top: 0;
  padding: 0 10px 20px 10px; }
  .page-heading h2 {
    display: inline-block;
    margin-top: 28px; }
    @media only screen and (max-width: 480px) {
      .page-heading h2 {
        display: block; } }
  .page-heading .action-buttons {
    display: inline-block;
    float: right; }
    @media only screen and (max-width: 480px) {
      .page-heading .action-buttons {
        display: block;
        float: none; } }
    .page-heading .action-buttons button {
      margin-left: 5px;
      margin-right: 5px;
      display: inline-block;
      float: right;
      margin-top: 20px; }
      @media only screen and (max-width: 480px) {
        .page-heading .action-buttons button {
          margin-top: 0px;
          margin-bottom: 10px;
          float: none; } }
    .page-heading .action-buttons .dates {
      display: inline-block;
      margin-top: 20px; }
      @media only screen and (max-width: 480px) {
        .page-heading .action-buttons .dates {
          display: block;
          margin-top: 0px; } }
  @media only screen and (max-width: 768px) {
    .page-heading .action-large {
      float: none;
      display: block; }
      .page-heading .action-large button {
        margin-top: 0px;
        margin-bottom: 10px;
        float: none; } }

.panel-heading h1, .panel-heading h2 {
  margin-bottom: 5px; }

.panel-default {
  border-color: #e7eaec; }
  .panel-default .panel-heading {
    color: #316389;
    background-color: #ecf0f1;
    border-color: #3c4042; }
    .panel-default .panel-heading i {
      font-size: 20px; }

/* TABLES */
.table-bordered {
  border: 1px solid #EBEBEB; }

.table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
  background-color: #F5F5F6;
  border-bottom-width: 1px; }

.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
  border: 1px solid #e7e7e7; }

.table > thead > tr > th {
  border-bottom: 1px solid #DDDDDD;
  vertical-align: bottom; }

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  border-top: 1px solid #e7eaec;
  line-height: 1.42857;
  padding: 8px;
  vertical-align: top; }

/* PANELS */
.panel.blank-panel {
  background: none;
  margin: 0; }

.blank-panel .panel-heading {
  padding-bottom: 0; }

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background: none;
  border-color: #DDDDDD #DDDDDD rgba(0, 0, 0, 0);
  border-bottom: #CECDCD;
  border-image: none;
  border-style: solid;
  border-width: 1px;
  color: #555555;
  cursor: default; }

.nav.nav-tabs li {
  background: none;
  border: none; }

.nav-tabs > li > a {
  color: #A7B1C2;
  font-weight: 600;
  padding: 10px 20px 10px 25px; }

.nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
  background-color: #e6e6e6;
  color: #1e2f4c; }

.ui-tab .tab-content {
  padding: 20px 0; }

/* GLOBAL  */
.no-padding {
  padding: 0 !important; }

.no-borders {
  border: none !important; }

.no-margins {
  margin: 0 !important; }

.no-top-border {
  border-top: 0 !important; }

.ibox-content.text-box {
  padding-bottom: 0;
  padding-top: 15px; }

.border-left-right {
  border-left: 1px solid #e7eaec;
  border-right: 1px solid #e7eaec;
  border-top: none;
  border-bottom: none; }

.border-left {
  border-left: 1px solid #e7eaec;
  border-right: none;
  border-top: none;
  border-bottom: none; }

.border-right {
  border-left: none;
  border-right: 1px solid #e7eaec;
  border-top: none;
  border-bottom: none; }

.full-width {
  width: 100% !important; }

.link-block {
  font-size: 12px;
  padding: 10px; }

.nav.navbar-top-links .link-block a {
  font-size: 12px; }

.link-block a {
  font-size: 10px;
  color: inherit; }

body.mini-navbar .branding {
  display: none; }

img.circle-border {
  border: 6px solid #FFFFFF;
  border-radius: 50%; }

.branding {
  float: left;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 600;
  padding: 17px 20px;
  text-align: center;
  background-color: #293e69; }

.login-panel {
  margin-top: 25%; }

.icons-box h3 {
  margin-top: 10px;
  margin-bottom: 10px; }

.icons-box .infont a i {
  font-size: 25px;
  display: block;
  color: #1e2f4c; }

.icons-box .infont a {
  color: #a6a8a9; }

.icons-box .infont a {
  padding: 10px;
  margin: 1px;
  display: block; }

.ui-draggable .ibox-title {
  cursor: move; }

.breadcrumb {
  background-color: #ffffff;
  padding: 0;
  margin-bottom: 0; }

.breadcrumb > li a {
  color: inherit; }

.breadcrumb > .active {
  color: inherit; }

code {
  background-color: #F9F2F4;
  border-radius: 4px;
  color: #ca4440;
  font-size: 90%;
  padding: 2px 4px;
  white-space: nowrap; }

.ibox {
  clear: both;
  margin-bottom: 25px;
  margin-top: 0;
  padding: 0;
  -webkit-box-shadow: 0px 2px 5px -1px #3c4042;
  -moz-box-shadow: 0px 2px 5px -1px #3c4042;
  box-shadow: 0px 2px 5px -1px #3c4042; }

.ibox.collapsed .ibox-content {
  display: none; }

.ibox.collapsed .fa.fa-chevron-up:before {
  content: ""; }

.ibox.collapsed .fa.fa-chevron-down:before {
  content: ""; }

.ibox:after, .ibox:before {
  display: table; }

.ibox-title {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background-color: #ffffff;
  border-color: #e7eaec;
  border-image: none;
  border-style: solid solid none;
  border-width: 3px 0 0;
  color: inherit;
  margin-bottom: 0;
  padding: 14px 15px 7px;
  min-height: 48px; }

.ibox-content {
  background-color: #ffffff;
  color: inherit;
  padding: 15px 20px 20px 20px;
  border-color: #e7eaec;
  border-image: none;
  border-style: solid solid none;
  border-width: 1px 0; }
  @media (max-width: 480px) {
    .ibox-content {
      padding: 15px 10px 20px 10px; } }
  .ibox-content .header {
    margin: 0 0 20px 0; }

.ibox-footer {
  color: inherit;
  border-top: 1px solid #e7eaec;
  font-size: 90%;
  background: #ffffff;
  padding: 10px 15px; }

table.table-mail tr td {
  padding: 12px; }

.table-mail .check-mail {
  padding-left: 20px; }

.table-mail .mail-date {
  padding-right: 20px; }

.star-mail, .check-mail {
  width: 40px; }

.unread td a, .unread td {
  font-weight: 600;
  color: inherit; }

.read td a, .read td {
  font-weight: normal;
  color: inherit; }

.unread td {
  background-color: #f9f8f8; }

.ibox-content {
  clear: both; }

.ibox-heading {
  background-color: #f3f6fb;
  border-bottom: none; }

.ibox-heading h3 {
  font-weight: 200;
  font-size: 24px; }

.ibox-title h5 {
  display: inline-block;
  font-size: 14px;
  margin: 0 0 7px;
  padding: 0;
  text-overflow: ellipsis; }

.ibox-title .label {
  float: left;
  margin-left: 4px; }

.ibox-tools {
  display: inline-block;
  float: right;
  margin-top: 0;
  position: relative;
  padding: 0;
  text-align: right;
  /*position: inherit */ }

.ibox-tools a {
  cursor: pointer;
  margin-left: 5px;
  color: #c4c4c4; }

.ibox-tools a.btn-primary {
  color: #fff; }

.ibox-tools .dropdown-menu > li > a {
  padding: 4px 10px;
  font-size: 12px; }

.ibox .ibox-tools.open > .dropdown-menu {
  left: auto;
  right: 0; }

/* BACKGROUNDS */
.textured-bg-dr {
  background-image: url(https://smhttp-ssl-58548.nexcesscdn.net/images/diagmonds-dark.png);
  width: 100%; }

.textured-bg-lt {
  background-image: url(https://smhttp-ssl-58548.nexcesscdn.net/images/diagmonds-light.png);
  width: 100%; }

.textured-bg {
  background-color: #f6fafb;
  /*background-image: url(https://smhttp-ssl-58548.nexcesscdn.net/images/diagmonds-light.png) */
  background-image: url(https://smhttp-ssl-58548.nexcesscdn.net/images/cubes.png);
  /*background-image: url(https://www.transparenttextures.com/patterns/gplay.png) */
  width: 100%; }

.off-white-bg {
  background-color: #f6fafb; }

.gray-bg {
  background-color: #CECDCD;
  color: #ffffff; }

.gray-bg-md {
  background-color: #bdc3c7;
  color: #ffffff; }

.gray-bg-lt {
  background-color: #ecf0f1;
  color: #22313f; }

.gray-bg-dr {
  background-color: #3c4042;
  color: #ffffff; }

.white-bg {
  background-color: #ffffff;
  color: #22313f; }

.primary-bg {
  background-color: #22313f;
  color: #ffffff; }

.secondary-bg {
  background-color: #316389;
  color: #ffffff; }

.success-bg {
  background-color: #65378e;
  color: #ffffff; }

.warning-bg {
  background-color: #ff5442;
  color: #ffffff; }

.danger-bg {
  background-color: #c0392b;
  color: #ffffff; }

.accent-1-bg {
  background-color: #c7a4d5;
  color: #ffffff; }

.primary-lt-bg {
  background-color: #98b1c8;
  color: #ffffff; }

.success-lt-bg {
  background-color: #9867c4;
  color: #ffffff; }

.warning-lt-bg {
  background-color: #ffb0a8;
  color: #ffffff; }

.bottom-accent {
  border-bottom: solid 10px #316389; }

.black-bg {
  background-color: #262626; }

.panel-primary {
  border-color: #293e69; }

.panel-primary > .panel-heading {
  background-color: #293e69;
  border-color: #293e69; }

.panel-success {
  border-color: #1c84c6; }

.panel-success > .panel-heading {
  background-color: #1c84c6;
  border-color: #1c84c6;
  color: #ffffff; }

.panel-info {
  border-color: #23c6c8; }

.panel-info > .panel-heading {
  background-color: #23c6c8;
  border-color: #23c6c8;
  color: #ffffff; }

.panel-warning {
  border-color: #f8ac59; }

.panel-warning > .panel-heading {
  background-color: #f8ac59;
  border-color: #f8ac59;
  color: #ffffff; }

.panel-danger {
  border-color: #ED5565; }

.panel-danger > .panel-heading {
  background-color: #ED5565;
  border-color: #ED5565;
  color: #ffffff; }

.modal-body .progress {
  background-color: #bdc3c7; }

.progress .progress-small {
  height: 10px; }

.progress, .steps {
  /*border: dotted 1px */
  /*border-color: $primary */ }

.progress-bar {
  background-color: #316389; }

.progress-small, .progress-small .progress-bar {
  height: 10px; }

.progress-small, .progress-mini {
  margin-top: 5px; }

.progress-mini, .progress-mini .progress-bar {
  height: 5px;
  margin-bottom: 0; }

.progress-bar-navy-light {
  background-color: #3dc7ab; }

.progress-bar-success {
  background-color: #65378e; }

.progress-bar-info {
  background-color: #22313f; }

.progress-bar-warning {
  background-color: #ff5442; }

.progress-bar-danger {
  background-color: #c0392b; }

.panel-title {
  font-size: inherit; }

.jumbotron {
  border-radius: 6px;
  padding: 40px; }

.jumbotron h1 {
  margin-top: 0; }

/* COLORS */
.text-default {
  color: #bdc3c7;
  font-weight: inherit; }

.text-primary {
  color: #316389;
  font-weight: inherit; }

.text-success {
  color: #65378e;
  font-weight: inherit; }

.text-info {
  color: #22313f;
  font-weight: inherit; }

.text-warning {
  color: #ff5442;
  font-weight: inherit; }

.text-danger {
  color: #c0392b;
  font-weight: inherit; }

.text-muted {
  color: #c7a4d5;
  font-weight: inherit; }

.text-white {
  color: #ffffff;
  font-weight: inherit; }

.simple_tag {
  background-color: #f3f3f4;
  border: 1px solid #e7eaec;
  border-radius: 2px;
  color: inherit;
  font-size: 10px;
  margin-right: 5px;
  margin-top: 5px;
  padding: 5px 12px;
  display: inline-block; }

.img-shadow {
  -webkit-box-shadow: 0 0 3px 0 #919191;
  -moz-box-shadow: 0 0 3px 0 #919191;
  box-shadow: 0 0 3px 0 #919191; }

/* For handle diferent bg color in AngularJS version */
.dashboards\.dashboard_2 nav.navbar,
.dashboards\.dashboard_3 nav.navbar,
.mailbox\.inbox nav.navbar,
.mailbox\.email_view nav.navbar,
.mailbox\.email_compose nav.navbar,
.dashboards\.dashboard_4_1 nav.navbar,
.metrics nav.navbar, .metrics\.index nav.navbar,
.dashboards\.dashboard_5 nav.navbar {
  background: #fff; }

/* For handle diferent bg color in MVC version */
.Dashboard_2 .navbar.navbar-static-top,
.Dashboard_3 .navbar.navbar-static-top,
.Dashboard_4_1 .navbar.navbar-static-top,
.ComposeEmail .navbar.navbar-static-top,
.EmailView .navbar.navbar-static-top,
.Inbox .navbar.navbar-static-top,
.Metrics .navbar.navbar-static-top,
.Dashboard_5 .navbar.navbar-static-top {
  background: #fff; }

a.close-canvas-menu {
  position: absolute;
  top: 10px;
  right: 15px;
  z-index: 1011;
  color: #a7b1c2; }

a.close-canvas-menu:hover {
  color: #fff; }

/* FULL HEIGHT */
.full-height {
  height: 100%; }

.fh-breadcrumb {
  height: calc(100% - 196px);
  margin: 0 -15px;
  position: relative; }

.fh-no-breadcrumb {
  height: calc(100% - 99px);
  margin: 0 -15px;
  position: relative; }

.fh-column {
  background: #fff;
  height: 100%;
  width: 240px;
  float: left; }

.modal-backdrop {
  z-index: 2040 !important; }

.modal {
  z-index: 2050 !important; }

.spiner-example {
  height: 200px;
  padding-top: 70px; }

/* MARGINS & PADDINGS */
.p-xxs {
  padding: 5px; }

.p-xs {
  padding: 10px; }

.p-sm {
  padding: 15px; }

.p-m {
  padding: 20px; }

.p-md {
  padding: 25px; }

.p-lg {
  padding: 30px; }

.p-xl {
  padding: 40px; }

.p-w-xs {
  padding: 0 10px; }

.p-w-sm {
  padding: 0 15px; }

.p-w-m {
  padding: 0 20px; }

.p-w-md {
  padding: 0 25px; }

.p-w-lg {
  padding: 0 30px; }

.p-w-xl {
  padding: 0 40px; }

.m-xxs {
  margin: 2px 4px; }

.m-xs {
  margin: 5px; }

.m-sm {
  margin: 10px; }

.m {
  margin: 15px; }

.m-md {
  margin: 20px; }

.m-lg {
  margin: 30px; }

.m-xl {
  margin: 50px; }

.m-n {
  margin: 0 !important; }

.m-l-none {
  margin-left: 0; }

.m-l-xs {
  margin-left: 5px; }

.m-l-sm {
  margin-left: 10px; }

.m-l {
  margin-left: 15px; }

.m-l-md {
  margin-left: 20px; }

.m-l-lg {
  margin-left: 30px; }

.m-l-xl {
  margin-left: 40px; }

.m-l-n-xxs {
  margin-left: -1px; }

.m-l-n-xs {
  margin-left: -5px; }

.m-l-n-sm {
  margin-left: -10px; }

.m-l-n {
  margin-left: -15px; }

.m-l-n-md {
  margin-left: -20px; }

.m-l-n-lg {
  margin-left: -30px; }

.m-l-n-xl {
  margin-left: -40px; }

.m-t-none {
  margin-top: 0; }

.m-t-xxs {
  margin-top: 1px; }

.m-t-xs {
  margin-top: 5px; }

.m-t-sm {
  margin-top: 10px; }

.m-t {
  margin-top: 15px; }

.m-t-md {
  margin-top: 20px; }

.m-t-lg {
  margin-top: 30px; }

.m-t-xl {
  margin-top: 40px; }

.m-t-n-xxs {
  margin-top: -1px; }

.m-t-n-xs {
  margin-top: -5px; }

.m-t-n-sm {
  margin-top: -10px; }

.m-t-n {
  margin-top: -15px; }

.m-t-n-md {
  margin-top: -20px; }

.m-t-n-lg {
  margin-top: -30px; }

.m-t-n-xl {
  margin-top: -40px; }

.m-r-none {
  margin-right: 0; }

.m-r-xxs {
  margin-right: 1px; }

.m-r-xs {
  margin-right: 5px; }

.m-r-sm {
  margin-right: 10px; }

.m-r {
  margin-right: 15px; }

.m-r-md {
  margin-right: 20px; }

.m-r-lg {
  margin-right: 30px; }

.m-r-xl {
  margin-right: 40px; }

.m-r-n-xxs {
  margin-right: -1px; }

.m-r-n-xs {
  margin-right: -5px; }

.m-r-n-sm {
  margin-right: -10px; }

.m-r-n {
  margin-right: -15px; }

.m-r-n-md {
  margin-right: -20px; }

.m-r-n-lg {
  margin-right: -30px; }

.m-r-n-xl {
  margin-right: -40px; }

.m-b-none {
  margin-bottom: 0; }

.m-b-xxs {
  margin-bottom: 1px; }

.m-b-xs {
  margin-bottom: 5px; }

.m-b-sm {
  margin-bottom: 10px; }

.m-b {
  margin-bottom: 15px; }

.m-b-md {
  margin-bottom: 20px; }

.m-b-lg {
  margin-bottom: 30px; }

.m-b-xl {
  margin-bottom: 40px; }

.m-b-n-xxs {
  margin-bottom: -1px; }

.m-b-n-xs {
  margin-bottom: -5px; }

.m-b-n-sm {
  margin-bottom: -10px; }

.m-b-n {
  margin-bottom: -15px; }

.m-b-n-md {
  margin-bottom: -20px; }

.m-b-n-lg {
  margin-bottom: -30px; }

.m-b-n-xl {
  margin-bottom: -40px; }

.space-15 {
  margin: 15px 0; }

.space-20 {
  margin: 20px 0; }

.space-25 {
  margin: 25px 0; }

.space-30 {
  margin: 30px 0; }

.fullscreen-ibox-mode .animated {
  animation: none; }

body.fullscreen-ibox-mode {
  overflow-y: hidden; }

.ibox.fullscreen {
  z-index: 2030;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
  margin-bottom: 0; }

.ibox.fullscreen .collapse-link {
  display: none; }

.ibox.fullscreen .ibox-content {
  min-height: calc(100% - 48px); }

body.modal-open {
  padding-right: inherit !important; }

body.modal-open .animated {
  animation-fill-mode: initial;
  z-index: inherit; }

/* Show profile dropdown on fixed sidebar */
body.mini-navbar.fixed-sidebar .profile-element, .block {
  display: block !important; }

body.mini-navbar.fixed-sidebar .nav-header {
  padding: 33px 25px; }

body.mini-navbar.fixed-sidebar .logo-element {
  display: none; }

.fullscreen-video .animated {
  animation: none; }

@media only screen and (max-width: 768px) {
  .hide-tablet {
    display: none; } }
@media only screen and (max-width: 480px) {
  .hide-mobile {
    display: none; } }
.pricing .pricing-plan {
  margin: 20px 30px 0 30px;
  border-radius: 4px; }
.pricing .pricing-plan.selected {
  transform: scale(1.1);
  background: #f6fafb; }
.pricing .pricing-plan li {
  padding: 10px 16px;
  border-top: 1px solid #e7eaec;
  text-align: center;
  color: #bdc3c7; }
.pricing .pricing-plan .pricing-price span {
  font-weight: 700;
  color: #316389; }
.pricing li.pricing-desc {
  font-size: 13px;
  border-top: none;
  padding: 20px 16px; }
.pricing li.pricing-title {
  background: #316389;
  color: #ffffff;
  padding: 10px;
  border-radius: 4px 4px 0 0;
  font-size: 22px;
  font-weight: 600; }
.pricing li.pricing-title.basic {
  background: #bdc3c7; }
.pricing li.pricing-title.enhanced {
  background: #22313f; }
.pricing li.pricing-title.premier {
  background: #316389; }
.pricing .pricing-table, .pricing .pricing-table-basic, .pricing .pricing-table-enhanced, .pricing .pricing-table-premier {
  margin: 20px 20px 0 20px;
  border-radius: 4px;
  border: solid 1px;
  border-color: #bdc3c7;
  overflow: hidden;
  position: relative; }
.pricing .sticker-right {
  top: 20px;
  right: -50px;
  transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  color: #ffffff;
  width: 150px;
  padding: 1px;
  font-size: 11px;
  font-weight: bold;
  position: absolute;
  text-align: center;
  letter-spacing: 0px;
  background-color: #65378e;
  text-transform: uppercase; }
.pricing .pricing-table li, .pricing .pricing-table-basic li, .pricing .pricing-table-enhanced li, .pricing .pricing-table-premier li {
  padding: 10px 16px;
  border-top: 1px solid #e7eaec;
  text-align: left;
  color: #22313f; }
  .pricing .pricing-table li i, .pricing .pricing-table-basic li i, .pricing .pricing-table-enhanced li i, .pricing .pricing-table-premier li i {
    float: right; }
.pricing .pricing-table-basic {
  background-color: rgba(236, 240, 241, 0.05);
  color: #bdc3c7; }
  .pricing .pricing-table-basic li.pricing-table-price {
    background-color: #bdc3c7;
    color: #ffffff;
    border-color: #bdc3c7; }
.pricing .pricing-table-basic li {
  border-color: rgba(189, 195, 199, 0.2); }
.pricing .pricing-table-enhanced {
  background-color: rgba(34, 49, 63, 0.05);
  border-color: #22313f;
  color: #22313f; }
  .pricing .pricing-table-enhanced li.pricing-table-price {
    background-color: #22313f;
    color: #ffffff; }
.pricing .pricing-table-enhanced li {
  border-color: rgba(34, 49, 63, 0.2); }
.pricing .pricing-table-premier {
  background-color: rgba(49, 99, 137, 0.05);
  border-color: #316389; }
  .pricing .pricing-table-premier li.pricing-table-price {
    background-color: #316389;
    color: #ffffff; }
.pricing .pricing-table-premier li {
  border-color: rgba(49, 99, 137, 0.2); }
.pricing li.pricing-table-title {
  padding: 10px;
  border-radius: 0px 0px 0 0;
  font-size: 25px;
  font-weight: 300;
  border-top: 0px;
  height: 60px;
  text-align: center; }
.pricing li.pricing-table-price {
  padding: 10px;
  border-radius: 0px 0px 0 0;
  font-size: 30px;
  font-weight: 300;
  border-top: 0px;
  height: 90px;
  text-align: center; }
  .pricing li.pricing-table-price span {
    font-size: 50px;
    font-weight: 300; }
.pricing li.pricing-desc {
  font-size: 12px;
  border-top: none;
  padding: 20px 16px;
  height: 162px;
  font-weight: 300;
  color: #22313f; }

.embed-container {
  position: relative;
  padding-bottom: 39.35%;
  height: 0;
  overflow: hidden;
  max-width: 70%;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto; }
  @media only screen and (max-width: 1200px) {
    .embed-container {
      max-width: 85%;
      padding-bottom: 47.75%; } }
  @media only screen and (max-width: 992px) {
    .embed-container {
      max-width: 100%;
      padding-bottom: 56.25%; } }
  .embed-container iframe, .embed-container object, .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/* SEARCH PAGE */
.search-form {
  margin-top: 10px; }

.search-result h3 {
  margin-bottom: 0;
  color: #1E0FBE; }

.search-result .search-link {
  color: #006621; }

.search-result p {
  font-size: 12px;
  margin-top: 5px; }

/* CONTACTS */
.contact-box {
  background-color: #ffffff;
  border: 1px solid #e7eaec;
  padding: 20px;
  margin-bottom: 20px; }

.contact-box > a {
  color: inherit; }

.contact-box.center-version {
  border: 1px solid #e7eaec;
  padding: 0; }

.contact-box.center-version > a {
  display: block;
  background-color: #ffffff;
  padding: 20px;
  text-align: center; }

.contact-box.center-version > a img {
  width: 80px;
  height: 80px;
  margin-top: 10px;
  margin-bottom: 10px; }

.contact-box.center-version address {
  margin-bottom: 0; }

.contact-box .contact-box-footer {
  text-align: center;
  background-color: #ffffff;
  border-top: 1px solid #e7eaec;
  padding: 15px 20px; }

/* INVOICE */
.invoice-table tbody > tr > td:last-child, .invoice-table tbody > tr > td:nth-child(4), .invoice-table tbody > tr > td:nth-child(3), .invoice-table tbody > tr > td:nth-child(2) {
  text-align: right; }

.invoice-table thead > tr > th:last-child, .invoice-table thead > tr > th:nth-child(4), .invoice-table thead > tr > th:nth-child(3), .invoice-table thead > tr > th:nth-child(2) {
  text-align: right; }

.invoice-total > tbody > tr > td:first-child {
  text-align: right; }

.invoice-total > tbody > tr > td {
  border: 0 none; }

.invoice-total > tbody > tr > td:last-child {
  border-bottom: 1px solid #DDDDDD;
  text-align: right;
  width: 15%; }

/* ERROR & LOGIN & LOCKSCREEN */
.middle-box {
  max-width: 400px;
  z-index: 100;
  margin: -30px auto;
  padding-top: 40px;
  display: table;
  height: 100vh; }
  .middle-box img {
    width: 100%;
    opacity: 1;
    margin: 30px 0; }

.login-form {
  display: table-cell;
  vertical-align: middle; }

.lockscreen.middle-box {
  width: 200px;
  padding-top: 110px; }

.loginscreen.middle-box {
  width: 300px; }

.loginColumns {
  max-width: 800px;
  margin: 0 auto;
  padding: 100px 20px 20px 20px; }

.passwordBox {
  max-width: 460px;
  margin: 0 auto;
  padding: 100px 20px 20px 20px; }

.logo-name {
  /*color: #e6e6e6 */
  /*font-size: 180px */
  /*font-weight: 800 */
  /*letter-spacing: -10px */
  /*margin-bottom: 0 */ }

.middle-box h1 {
  font-size: 170px; }

.wrapper .middle-box {
  margin-top: 140px; }

.lock-word {
  z-index: 10;
  position: absolute;
  top: 110px;
  left: 50%;
  margin-left: -470px; }

.lock-word span {
  font-size: 100px;
  font-weight: 600;
  color: #e9e9e9;
  display: inline-block; }

.lock-word .first-word {
  margin-right: 160px; }

/* DASBOARD */
.dashboard-header {
  border-top: 0;
  padding: 20px 20px 20px 20px; }

.dashboard-header h2 {
  margin-top: 10px;
  font-size: 26px; }

.fist-item {
  border-top: none !important; }

.statistic-box {
  margin-top: 40px; }

.dashboard-header .list-group-item span.label {
  margin-right: 10px; }

.list-group.clear-list .list-group-item {
  border-top: 1px solid #e7eaec;
  border-bottom: 0;
  border-right: 0;
  border-left: 0;
  padding: 10px 0; }

ul.clear-list:first-child {
  border-top: none !important; }

/* Intimeline */
.timeline-item .date i {
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px;
  width: 30px;
  text-align: center;
  border-top: 1px solid #e7eaec;
  border-bottom: 1px solid #e7eaec;
  border-left: 1px solid #e7eaec;
  background: #f8f8f8; }

.timeline-item .date {
  text-align: right;
  width: 110px;
  position: relative;
  padding-top: 30px; }

.timeline-item .content {
  border-left: 1px solid #e7eaec;
  border-top: 1px solid #e7eaec;
  padding-top: 10px;
  min-height: 100px; }

.timeline-item .content:hover {
  background: #f6f6f6; }

/* PIN BOARD */
ul.notes li, ul.tag-list li {
  list-style: none; }

ul.notes li h4 {
  margin-top: 20px;
  font-size: 16px; }

ul.notes li div {
  text-decoration: none;
  color: #000;
  background: #ffc;
  display: block;
  height: 140px;
  width: 140px;
  padding: 1em;
  position: relative; }

ul.notes li div small {
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 10px; }

ul.notes li div a {
  position: absolute;
  right: 10px;
  bottom: 10px;
  color: inherit; }

ul.notes li {
  margin: 10px 40px 50px 0;
  float: left; }

ul.notes li div p {
  font-size: 12px; }

ul.notes li div {
  text-decoration: none;
  color: #000;
  background: #ffc;
  display: block;
  height: 140px;
  width: 140px;
  padding: 1em;
  /* Firefox */
  -moz-box-shadow: 5px 5px 2px #212121;
  /* Safari+Chrome */
  -webkit-box-shadow: 5px 5px 2px rgba(33, 33, 33, 0.7);
  /* Opera */
  box-shadow: 5px 5px 2px rgba(33, 33, 33, 0.7); }

ul.notes li div {
  -webkit-transform: rotate(-6deg);
  -o-transform: rotate(-6deg);
  -moz-transform: rotate(-6deg); }

ul.notes li:nth-child(even) div {
  -o-transform: rotate(4deg);
  -webkit-transform: rotate(4deg);
  -moz-transform: rotate(4deg);
  position: relative;
  top: 5px; }

ul.notes li:nth-child(3n) div {
  -o-transform: rotate(-3deg);
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  position: relative;
  top: -5px; }

ul.notes li:nth-child(5n) div {
  -o-transform: rotate(5deg);
  -webkit-transform: rotate(5deg);
  -moz-transform: rotate(5deg);
  position: relative;
  top: -10px; }

ul.notes li div:hover, ul.notes li div:focus {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  position: relative;
  z-index: 5; }

ul.notes li div {
  text-decoration: none;
  color: #000;
  background: #ffc;
  display: block;
  height: 210px;
  width: 210px;
  padding: 1em;
  -moz-box-shadow: 5px 5px 7px #212121;
  -webkit-box-shadow: 5px 5px 7px rgba(33, 33, 33, 0.7);
  box-shadow: 5px 5px 7px rgba(33, 33, 33, 0.7);
  -moz-transition: -moz-transform 0.15s linear;
  -o-transition: -o-transform 0.15s linear;
  -webkit-transition: -webkit-transform 0.15s linear; }

/* FILE MANAGER */
.file-box {
  float: left;
  width: 220px; }

.file-manager h5 {
  text-transform: uppercase; }

.file-manager {
  list-style: none outside none;
  margin: 0;
  padding: 0; }

.folder-list li a {
  color: #666666;
  display: block;
  padding: 5px 0; }

.folder-list li {
  border-bottom: 1px solid #e7eaec;
  display: block; }

.folder-list li i {
  margin-right: 8px;
  color: #3d4d5d; }

.category-list li a {
  color: #666666;
  display: block;
  padding: 5px 0; }

.category-list li {
  display: block; }

.category-list li i {
  margin-right: 8px;
  color: #3d4d5d; }

.category-list li a .text-navy {
  color: #293e69; }

.category-list li a .text-primary {
  color: #1c84c6; }

.category-list li a .text-info {
  color: #23c6c8; }

.category-list li a .text-danger {
  color: #EF5352; }

.category-list li a .text-warning {
  color: #F8AC59; }

.file-manager h5.tag-title {
  margin-top: 20px; }

.tag-list li {
  float: left; }

.tag-list li a {
  font-size: 10px;
  background-color: #CECDCD;
  padding: 5px 12px;
  color: inherit;
  border-radius: 2px;
  border: 1px solid #e7eaec;
  margin-right: 5px;
  margin-top: 5px;
  display: block; }

.file {
  border: 1px solid #e7eaec;
  padding: 0;
  background-color: #ffffff;
  position: relative;
  margin-bottom: 20px;
  margin-right: 20px; }

.file-manager .hr-line-dashed {
  margin: 15px 0; }

.file .icon, .file .image {
  height: 100px;
  overflow: hidden; }

.file .icon {
  padding: 15px 10px;
  text-align: center; }

.file-control {
  color: inherit;
  font-size: 11px;
  margin-right: 10px; }

.file-control.active {
  text-decoration: underline; }

.file .icon i {
  font-size: 70px;
  color: #dadada; }

.file .file-name {
  padding: 10px;
  background-color: #f8f8f8;
  border-top: 1px solid #e7eaec; }

.file-name small {
  color: #1e2f4c; }

.corner {
  position: absolute;
  display: inline-block;
  width: 0;
  height: 0;
  line-height: 0;
  border: 0.6em solid transparent;
  border-right: 0.6em solid #f1f1f1;
  border-bottom: 0.6em solid #f1f1f1;
  right: 0em;
  bottom: 0em; }

a.compose-mail {
  padding: 8px 10px; }

.mail-search {
  max-width: 300px; }

/* PROFILE */
.profile-content {
  border-top: none !important; }

.profile-stats {
  margin-right: 10px; }

.profile-image {
  width: 120px;
  float: left; }

.profile-image img {
  width: 96px;
  height: 96px; }

.profile-info {
  margin-left: 120px; }

.feed-activity-list .feed-element {
  border-bottom: 1px solid #e7eaec; }

.feed-element:first-child {
  margin-top: 0; }

.feed-element {
  padding-bottom: 15px; }

.feed-element, .feed-element .media {
  margin-top: 15px; }

.feed-element, .media-body {
  overflow: hidden; }

.feed-element > .pull-left {
  margin-right: 10px; }

.feed-element img.img-circle, .dropdown-messages-box img.img-circle {
  width: 38px;
  height: 38px; }

.feed-element .well {
  border: 1px solid #e7eaec;
  box-shadow: none;
  margin-top: 10px;
  margin-bottom: 5px;
  padding: 10px 20px;
  font-size: 11px;
  line-height: 16px; }

.feed-element .actions {
  margin-top: 10px; }

.feed-element .photos {
  margin: 10px 0; }

.feed-photo {
  max-height: 180px;
  border-radius: 4px;
  overflow: hidden;
  margin-right: 10px;
  margin-bottom: 10px; }

.file-list li {
  padding: 5px 10px;
  font-size: 11px;
  border-radius: 2px;
  border: 1px solid #e7eaec;
  margin-bottom: 5px; }

.file-list li a {
  color: inherit; }

.file-list li a:hover {
  color: #293e69; }

.user-friends img {
  width: 42px;
  height: 42px;
  margin-bottom: 5px;
  margin-right: 5px; }

/* MAILBOX */
.mail-box {
  background-color: #ffffff;
  border: 1px solid #e7eaec;
  border-top: 0;
  padding: 0;
  margin-bottom: 20px; }

.mail-box-header {
  background-color: #ffffff;
  border: 1px solid #e7eaec;
  border-bottom: 0;
  padding: 30px 20px 20px 20px; }

.mail-box-header h2 {
  margin-top: 0; }

.mailbox-content .tag-list li a {
  background: #ffffff; }

.mail-body {
  border-top: 1px solid #e7eaec;
  padding: 20px; }

.mail-text {
  border-top: 1px solid #e7eaec; }

.mail-text .note-toolbar {
  padding: 10px 15px; }

.mail-body .form-group {
  margin-bottom: 5px; }

.mail-text .note-editor .note-toolbar {
  background-color: #F9F8F8; }

.mail-attachment {
  border-top: 1px solid #e7eaec;
  padding: 20px;
  font-size: 12px; }

.mailbox-content {
  background: none;
  border: none;
  padding: 10px; }

.mail-ontact {
  width: 23%; }

/* PROJECTS */
.project-people, .project-actions {
  text-align: right;
  vertical-align: middle; }

dd.project-people {
  text-align: left;
  margin-top: 5px; }

.project-people img {
  width: 32px;
  height: 32px; }

.project-title a {
  font-size: 14px;
  color: #1e2f4c;
  font-weight: 600; }

.project-list table tr td {
  border-top: none;
  border-bottom: 1px solid #e7eaec;
  padding: 15px 10px;
  vertical-align: middle; }

.project-manager .tag-list li a {
  font-size: 10px;
  background-color: white;
  padding: 5px 12px;
  color: inherit;
  border-radius: 2px;
  border: 1px solid #e7eaec;
  margin-right: 5px;
  margin-top: 5px;
  display: block; }

.project-files li a {
  font-size: 11px;
  color: #1e2f4c;
  margin-left: 10px;
  line-height: 22px; }

/* FAQ */
.faq-item {
  padding: 20px;
  margin-bottom: 2px;
  background: #fff; }

.faq-question {
  font-size: 18px;
  font-weight: 600;
  color: #293e69;
  display: block; }

.faq-question:hover {
  color: #223357; }

.faq-answer {
  margin-top: 10px;
  background: #CECDCD;
  border: 1px solid #e7eaec;
  border-radius: 3px;
  padding: 15px; }

.faq-item .tag-item {
  background: #CECDCD;
  padding: 2px 6px;
  font-size: 10px;
  text-transform: uppercase; }

/* Chat view */
.message-input {
  height: 90px !important; }

.chat-avatar {
  white: 36px;
  height: 36px;
  float: left;
  margin-right: 10px; }

.chat-user-name {
  padding: 10px; }

.chat-user {
  padding: 8px 10px;
  border-bottom: 1px solid #e7eaec; }

.chat-user a {
  color: inherit; }

.chat-view {
  z-index: 20012; }

.chat-users, .chat-statistic {
  margin-left: -30px; }

@media (max-width: 992px) {
  .chat-users, .chat-statistic {
    margin-left: 0; } }
.chat-view .ibox-content {
  padding: 0; }

.chat-message {
  padding: 10px 20px; }

.message-avatar {
  height: 48px;
  width: 48px;
  border: 1px solid #e7eaec;
  border-radius: 4px;
  margin-top: 1px; }

.chat-discussion .chat-message.left .message-avatar {
  float: left;
  margin-right: 10px; }

.chat-discussion .chat-message.right .message-avatar {
  float: right;
  margin-left: 10px; }

.message {
  background-color: #fff;
  border: 1px solid #e7eaec;
  text-align: left;
  display: block;
  padding: 10px 20px;
  position: relative;
  border-radius: 4px; }

.chat-discussion .chat-message.left .message-date {
  float: right; }

.chat-discussion .chat-message.right .message-date {
  float: left; }

.chat-discussion .chat-message.left .message {
  text-align: left;
  margin-left: 55px; }

.chat-discussion .chat-message.right .message {
  text-align: right;
  margin-right: 55px; }

.message-date {
  font-size: 10px;
  color: #888888; }

.message-content {
  display: block; }

.chat-discussion {
  background: #eee;
  padding: 15px;
  height: 400px;
  overflow-y: auto; }

.chat-users {
  overflow-y: auto;
  height: 400px; }

.chat-message-form .form-group {
  margin-bottom: 0; }

/* jsTree */
.jstree-open > .jstree-anchor > .fa-folder:before {
  content: ""; }

.jstree-default .jstree-icon.none {
  width: 0; }

/* CLIENTS */
.clients-list {
  margin-top: 20px; }

.clients-list .tab-pane {
  position: relative;
  height: 600px; }

.client-detail {
  position: relative;
  height: 620px; }

.clients-list table tr td {
  height: 46px;
  vertical-align: middle;
  border: none; }

.client-link {
  font-weight: 600;
  color: inherit; }

.client-link:hover {
  color: inherit; }

.client-avatar {
  width: 42px; }

.client-avatar img {
  width: 28px;
  height: 28px;
  border-radius: 50%; }

.contact-type {
  width: 20px;
  color: #5d81bf; }

.client-status {
  text-align: left; }

.client-detail .vertical-timeline-content p {
  margin: 0; }

.client-detail .vertical-timeline-icon.gray-bg {
  color: #4268a7; }

.clients-list .nav-tabs > li.active > a, .clients-list .nav-tabs > li.active > a:hover, .clients-list .nav-tabs > li.active > a:focus {
  border-bottom: 1px solid #fff; }

/* BLOG ARTICLE */
.blog h2 {
  font-weight: 700; }

.blog h5 {
  margin: 0 0 5px 0; }

.blog .btn {
  margin: 0 0 5px 0; }

.article h1 {
  font-size: 48px;
  font-weight: 700;
  color: #2F4050; }

.article p {
  font-size: 15px;
  line-height: 26px; }

.article-title {
  text-align: center;
  margin: 40px 0 100px 0; }

.article .ibox-content {
  padding: 40px; }

/* ISSUE TRACKER */
.issue-tracker .btn-link {
  color: #293e69; }

table.issue-tracker tbody tr td {
  vertical-align: middle;
  height: 50px; }

.issue-info {
  width: 50%; }

.issue-info a {
  font-weight: 600;
  color: #1e2f4c; }

.issue-info small {
  display: block; }

/* TEAMS */
.team-members {
  margin: 10px 0; }

.team-members img.img-circle {
  width: 42px;
  height: 42px;
  margin-bottom: 5px; }

/* AGILE BOARD */
.sortable-list {
  padding: 10px 0; }

.agile-list {
  list-style: none;
  margin: 0; }

.agile-list li {
  background: #FAFAFB;
  border: 1px solid #e7eaec;
  margin: 0 0 10px 0;
  padding: 10px;
  border-radius: 2px; }

.agile-list li:hover {
  cursor: pointer;
  background: #fff; }

.agile-list li.warning-element {
  border-left: 3px solid #f8ac59; }

.agile-list li.danger-element {
  border-left: 3px solid #ED5565; }

.agile-list li.info-element {
  border-left: 3px solid #1c84c6; }

.agile-list li.success-element {
  border-left: 3px solid #293e69; }

.agile-detail {
  margin-top: 5px;
  font-size: 12px; }

/* DIFF */
ins {
  background-color: #c6ffc6;
  text-decoration: none; }

del {
  background-color: #ffc6c6; }

/* E-commerce */
.product-box {
  padding: 0;
  border: 1px solid #e7eaec; }

.product-box:hover,
.product-box.active {
  border: 1px solid transparent;
  -webkit-box-shadow: 0 3px 7px 0 #a8a8a8;
  -moz-box-shadow: 0 3px 7px 0 #a8a8a8;
  box-shadow: 0 3px 7px 0 #a8a8a8; }

.product-imitation {
  text-align: center;
  padding: 90px 0;
  background-color: #d3d2d2;
  color: #9c9999;
  font-weight: 600; }

.cart-product-imitation {
  text-align: center;
  padding-top: 30px;
  height: 80px;
  width: 80px;
  background-color: #d3d2d2; }

.product-imitation.xl {
  padding: 120px 0; }

.product-desc {
  padding: 20px;
  position: relative; }

.ecommerce .tag-list {
  padding: 0; }

.ecommerce .fa-star {
  color: #D1DADE; }

.ecommerce .fa-star.active {
  color: #f8ac59; }

.ecommerce .note-editor {
  border: 1px solid #e7eaec; }

table.shoping-cart-table {
  margin-bottom: 0; }
  table.shoping-cart-table tr td {
    border: none; }
  table.shoping-cart-table td.desc {
    width: 60%; }

.product-name {
  font-size: 16px;
  font-weight: 600;
  color: #1e2f4c;
  display: block;
  margin: 2px 0 5px 0; }

.product-name:hover,
.product-name:focus {
  color: #293e69; }

.product-price {
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
  background-color: #293e69;
  padding: 6px 12px;
  position: absolute;
  top: -32px;
  right: 0; }

.product-detail .ibox-content {
  padding: 30px 30px 50px 30px; }

.image-imitation {
  background-color: #d3d2d2;
  text-align: center;
  padding: 200px 0; }

.product-main-price small {
  font-size: 10px; }

.product-images {
  margin: 0 20px; }

/* Social feed */
.social-feed-separated .social-feed-box {
  margin-left: 62px; }

.social-feed-separated .social-avatar {
  float: left;
  padding: 0; }

.social-feed-separated .social-avatar img {
  width: 52px;
  height: 52px;
  border: 1px solid #e7eaec; }

.social-feed-separated .social-feed-box .social-avatar {
  padding: 15px 15px 0 15px;
  float: none; }

.social-feed-box {
  /*padding: 15px */
  border: 1px solid #e7eaec;
  background: #fff;
  margin-bottom: 15px; }

.article .social-feed-box {
  margin-bottom: 0;
  border-bottom: none; }

.article .social-feed-box:last-child {
  margin-bottom: 0;
  border-bottom: 1px solid #e7eaec; }

.article .social-feed-box p {
  font-size: 13px;
  line-height: 18px; }

.social-action {
  margin: 15px; }

.social-avatar {
  padding: 15px 15px 0 15px; }

.social-comment .social-comment {
  margin-left: 45px; }

.social-avatar img {
  height: 40px;
  width: 40px;
  margin-right: 10px; }

.social-avatar .media-body a {
  font-size: 14px;
  display: block; }

.social-body {
  padding: 15px; }

.social-body img {
  margin-bottom: 10px; }

.social-footer {
  border-top: 1px solid #e7eaec;
  padding: 10px 15px;
  background: #f9f9f9; }

.social-footer .social-comment img {
  width: 32px;
  margin-right: 10px; }

.social-comment:first-child {
  margin-top: 0; }

.social-comment {
  margin-top: 15px; }

.social-comment textarea {
  font-size: 12px; }

/* Vote list */
.vote-item {
  padding: 20px 25px;
  background: #ffffff;
  border-top: 1px solid #e7eaec; }

.vote-item:last-child {
  border-bottom: 1px solid #e7eaec; }

.vote-item:hover {
  background: #d6d5d5; }

.vote-actions {
  float: left;
  width: 30px;
  margin-right: 15px;
  text-align: center; }

.vote-actions a {
  color: #293e69;
  font-weight: 600; }

.vote-actions {
  font-weight: 600; }

.vote-title {
  display: block;
  color: inherit;
  font-size: 18px;
  font-weight: 600;
  margin-top: 5px;
  margin-bottom: 2px; }

.vote-title:hover, .vote-title:focus {
  color: inherit; }

.vote-info, .vote-title {
  margin-left: 45px; }

.vote-info, .vote-info a {
  color: #4b73b8;
  font-size: 12px; }

.vote-info a {
  margin-right: 10px; }

.vote-info a:hover {
  color: #293e69; }

.vote-icon {
  text-align: right;
  font-size: 38px;
  display: block;
  color: #94acd5; }

.vote-icon.active {
  color: #293e69; }

body.body-small .vote-icon {
  display: none; }

/*@import "chat" */
/* metismenu - v2.0.2
 * A jQuery menu plugin
 * https://github.com/onokumus/metisMenu
 *
 * Made by Osman Nuri Okumus
 * Under MIT License
 */
.metismenu .plus-minus, .metismenu .plus-times {
  float: right; }

.metismenu .arrow {
  float: right;
  line-height: 1.42857; }

.metismenu .glyphicon.arrow:before {
  content: ""; }

.metismenu .active > a > .glyphicon.arrow:before {
  content: ""; }

.metismenu .fa.arrow:before {
  content: ""; }

.metismenu .active > a > .fa.arrow:before {
  content: ""; }

.metismenu .ion.arrow:before {
  content: ""; }

.metismenu .active > a > .ion.arrow:before {
  content: ""; }

.metismenu .fa.plus-minus:before, .metismenu .fa.plus-times:before {
  content: ""; }

.metismenu .active > a > .fa.plus-times {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.metismenu .active > a > .fa.plus-minus:before {
  content: ""; }

.metismenu .collapse {
  display: none; }

.metismenu .collapse.in {
  display: block; }

.metismenu .collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility; }

/*@import "spinners" */
.service-selector .tab {
  display: none; }
.service-selector .tab-links {
  text-align: center; }
.service-selector .btn {
  width: 120px;
  height: 110px;
  white-space: normal;
  margin: 5px;
  /*&:hover*/
   * /*img:first-child*/
   *   /*display: none*/
   * /*img:last-child*/
   *   /*display: block */ }
  @media only screen and (max-width: 400px) {
    .service-selector .btn {
      margin: 5px 0; } }
  .service-selector .btn img {
    width: 30px;
    display: block;
    margin: 0 auto 5px auto; }
    @media only screen and (max-width: 768px) {
      .service-selector .btn img {
        width: 30px; } }
    @media only screen and (max-width: 400px) {
      .service-selector .btn img {
        width: 25px;
        margin: 10px auto; } }
  .service-selector .btn img:last-child {
    display: none; }
  .service-selector .btn.active {
    background-color: #316389;
    box-shadow: none; }
    .service-selector .btn.active img:first-child {
      display: none; }
    .service-selector .btn.active img:last-child {
      display: block; }
  .service-selector .btn .lower-case {
    font-size: 14px;
    text-transform: initial;
    font-weight: normal;
    display: block; }
    @media only screen and (max-width: 400px) {
      .service-selector .btn .lower-case {
        font-size: 12px; } }
.service-selector #part-detail-1 {
  /*&:hover*/
   * /*img:first-child*/
   *   /*display: none*/
   * /*img:last-child*/
   *   /*display: block */ }
  .service-selector #part-detail-1 img {
    width: 100px;
    display: block;
    margin: 0 auto 5px auto; }
    @media only screen and (max-width: 768px) {
      .service-selector #part-detail-1 img {
        width: 50%; } }
    @media only screen and (max-width: 400px) {
      .service-selector #part-detail-1 img {
        width: 90%;
        margin: 10px auto; } }
  .service-selector #part-detail-1 img:last-child {
    display: none; }
  .service-selector #part-detail-1.active {
    background-color: #316389;
    box-shadow: none; }
    .service-selector #part-detail-1.active img:first-child {
      display: none; }
    .service-selector #part-detail-1.active img:last-child {
      display: block; }
.service-selector #part-detail-2 {
  /*&:hover*/
   * /*img:first-child*/
   *   /*display: none*/
   * /*img:last-child*/
   *   /*display: block */ }
  .service-selector #part-detail-2 img {
    width: 130px;
    display: block;
    margin: 0 auto 5px auto; }
    @media only screen and (max-width: 768px) {
      .service-selector #part-detail-2 img {
        width: 50%; } }
    @media only screen and (max-width: 400px) {
      .service-selector #part-detail-2 img {
        width: 90%;
        margin: 10px auto; } }
  .service-selector #part-detail-2 img:last-child {
    display: none; }
  .service-selector #part-detail-2.active {
    background-color: #316389;
    box-shadow: none; }
    .service-selector #part-detail-2.active img:first-child {
      display: none; }
    .service-selector #part-detail-2.active img:last-child {
      display: block; }
.service-selector #part-detail-3 {
  /*&:hover*/
   * /*img:first-child*/
   *   /*display: none*/
   * /*img:last-child*/
   *   /*display: block */ }
  .service-selector #part-detail-3 img {
    width: 160px;
    display: block;
    margin: 0 auto 5px auto; }
    @media only screen and (max-width: 768px) {
      .service-selector #part-detail-3 img {
        width: 50%; } }
    @media only screen and (max-width: 400px) {
      .service-selector #part-detail-3 img {
        width: 90%;
        margin: 10px auto; } }
  .service-selector #part-detail-3 img:last-child {
    display: none; }
  .service-selector #part-detail-3.active {
    background-color: #316389;
    box-shadow: none; }
    .service-selector #part-detail-3.active img:first-child {
      display: none; }
    .service-selector #part-detail-3.active img:last-child {
      display: block; }
.service-selector .radio {
  width: 49%;
  display: inline-block; }
  @media only screen and (max-width: 480px) {
    .service-selector .radio {
      width: 100%; } }

.service-selector.no-tabs-2col {
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
  -moz-column-fill: balance;
  width: 80%;
  margin-left: 15%; }
  @media only screen and (max-width: 1200px) {
    .service-selector.no-tabs-2col {
      width: 80%;
      margin-left: 10%; } }
  @media only screen and (max-width: 600px) {
    .service-selector.no-tabs-2col {
      width: 100%;
      margin-left: 0%; } }
  @media only screen and (max-width: 400px) {
    .service-selector.no-tabs-2col {
      -moz-column-count: 1;
      -webkit-column-count: 1;
      column-count: 1;
      width: 80%;
      margin-left: 10%; } }
  .service-selector.no-tabs-2col .radio {
    width: inherit;
    display: inherit;
    margin-top: 0px;
    margin-bottom: 10px; }

.service-selector.no-tabs-3col {
  -moz-column-count: 3;
  -webkit-column-count: 3;
  column-count: 3;
  width: 98%;
  margin-left: 5%; }
  @media only screen and (max-width: 1200px) {
    .service-selector.no-tabs-3col {
      width: 100%;
      margin-left: 2%; } }
  @media only screen and (max-width: 600px) {
    .service-selector.no-tabs-3col {
      -moz-column-count: 2;
      -webkit-column-count: 2;
      column-count: 2;
      width: 100%;
      margin-left: 0%; } }
  @media only screen and (max-width: 400px) {
    .service-selector.no-tabs-3col {
      -moz-column-count: 1;
      -webkit-column-count: 1;
      column-count: 1;
      width: 80%;
      margin-left: 10%; } }
  .service-selector.no-tabs-3col .radio {
    width: inherit;
    display: inherit;
    margin-top: 0px;
    margin-bottom: 10px; }

.careseeker-search {
  margin: 0 auto;
  width: 90%; }
  .careseeker-search .service-selector .btn {
    width: 25%;
    height: 180px;
    font-size: 17px;
    margin-bottom: 10px;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.4); }
    @media only screen and (max-width: 768px) {
      .careseeker-search .service-selector .btn {
        width: 46%;
        height: 140px;
        font-size: 13px; } }
    @media only screen and (max-width: 480px) {
      .careseeker-search .service-selector .btn {
        width: 46%;
        height: 130px;
        padding: 6px 6px; } }
    @media only screen and (max-width: 400px) {
      .careseeker-search .service-selector .btn {
        width: 49%; } }
    @media only screen and (min-width: 768px) {
      .careseeker-search .service-selector .btn img {
        width: 40px; } }
  .careseeker-search .service-selector .btn:hover {
    color: #316389; }
  .careseeker-search .service-selector .radio label {
    font-size: 17px;
    line-height: 17px; }
    @media only screen and (max-width: 768px) {
      .careseeker-search .service-selector .radio label {
        font-size: 14px; } }
  .careseeker-search .larger-buttons .btn {
    height: 250px; }
    @media only screen and (max-width: 768px) {
      .careseeker-search .larger-buttons .btn {
        height: 180px; } }
    @media only screen and (max-width: 480px) {
      .careseeker-search .larger-buttons .btn {
        height: 270px; } }
  .careseeker-search .search-button {
    text-align: center;
    margin: 65px 0 0 0; }
  .careseeker-search h1 {
    display: inline-block;
    text-align: center;
    vertical-align: bottom;
    color: #c7a4d5;
    font-size: 28px; }
    @media only screen and (max-width: 768px) {
      .careseeker-search h1 {
        font-size: 18px; } }
    @media only screen and (max-width: 480px) {
      .careseeker-search h1 {
        display: block; } }
  .careseeker-search .form-control {
    display: inline;
    width: 140px;
    margin: 0 15px;
    color: #22313f;
    background-color: transparent;
    vertical-align: bottom;
    font-size: 28px;
    height: 50px; }
    @media only screen and (max-width: 768px) {
      .careseeker-search .form-control {
        font-size: 18px;
        height: 37px; } }
    @media only screen and (max-width: 480px) {
      .careseeker-search .form-control {
        margin: 10px 15px; } }
    .careseeker-search .form-control option {
      color: #316389; }
  .careseeker-search .location-parameters {
    text-align: center;
    margin-top: 30px; }
  .careseeker-search .zipcode {
    color: #22313f;
    background-color: transparent;
    font-weight: 400; }
  .careseeker-search .city {
    color: #22313f;
    background-color: transparent;
    width: 200px;
    font-weight: 400; }
  .careseeker-search .btn-lg {
    margin: 0 auto; }
  .careseeker-search .bootstrap-select button {
    background: none;
    color: #316389;
    text-transform: initial;
    font-weight: 400;
    border-left: none;
    border-right: none;
    border-top: none;
    border-radius: 0px;
    display: inline;
    width: 30%;
    float: none; }
    .careseeker-search .bootstrap-select button:focus, .careseeker-search .bootstrap-select button:active {
      border-color: #8e44ad !important;
      border-bottom: 2px solid; }
  .careseeker-search .bootstrap-select .dropdown-toggle:focus {
    outline: none !important; }
  .careseeker-search .bootstrap-select.btn-group .dropdown-menu li {
    outline: none !important; }
    .careseeker-search .bootstrap-select.btn-group .dropdown-menu li a {
      outline: none !important; }
  .careseeker-search .bootstrap-select.btn-group .dropdown-menu.inner {
    background-color: #c7a4d5; }
  .careseeker-search .bootstrap-select.btn-group .dropdown-toggle .filter-option {
    font-size: 30px; }
  .careseeker-search .dropdown-menu {
    margin-bottom: 40px; }

.home-search-v2 .service-selector .btn {
  background-color: #316389; }
  .home-search-v2 .service-selector .btn.active {
    background-color: #c7a4d5; }
.home-search-v2 .form-control {
  color: #ffffff; }
.home-search-v2 .city {
  color: #ffffff; }
.home-search-v2 .zipcode {
  color: #ffffff; }

.img-screenshot {
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px; }

.brochure {
  /* Flip around the padding for proper display in narrow viewports */ }
  .brochure .navbar-wrapper {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 200; }
  .brochure .navbar-wrapper > .container {
    padding-right: 0;
    padding-left: 0; }
  .brochure .navbar-wrapper .navbar {
    padding-right: 15px;
    padding-left: 15px; }
  .brochure .navbar-default.navbar-scroll {
    background-color: #fff;
    border-color: #fff;
    padding: 15px 0; }
  .brochure .navbar-default {
    background-color: transparent;
    background-color: rgba(255, 255, 255, 0.6);
    border-color: transparent;
    transition: all 0.3s ease-in-out 0s; }
  .brochure .navbar-default.more-active {
    background-color: #10171e; }
  .brochure .navbar-default .nav li a {
    color: #22313f;
    font-family: Verdana, Geneva, sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 14px; }
  .brochure .navbar-nav > li > a {
    padding-top: 25px;
    border-top: 6px solid transparent; }
  .brochure .navbar-default .navbar-nav > .active > a,
  .brochure .navbar-default .navbar-nav > .active > a:hover {
    background: transparent;
    color: #22313f;
    border-top: 6px solid #316389; }
  .brochure .navbar-default .navbar-nav > li > a:hover,
  .brochure .navbar-default .navbar-nav > li > a:focus {
    color: #316389 !important;
    background: inherit; }
  .brochure .navbar-default .navbar-nav > .active > a:focus {
    background: transparent;
    color: #fff; }
  .brochure .navbar-default .navbar-nav > .active > a:focus {
    background: transparent;
    color: #ffffff; }
  .brochure .navbar-default.navbar-scroll .navbar-nav > .active > a:focus {
    background: transparent;
    color: inherit; }
  .brochure .navbar-default .navbar-brand {
    color: #fff;
    height: auto;
    background-image: url(../images/logo.png);
    display: block;
    font-size: 14px;
    width: 220px;
    background: transparent;
    padding: 15px 20px 15px 20px;
    border-radius: 0 0 5px 5px;
    font-weight: 700;
    transition: all 0.3s ease-in-out 0s; }
  @media (max-width: 768px) {
    .brochure .navbar-default .navbar-brand {
      width: 100px; } }
  .brochure .navbar-scroll.navbar-default .nav li a {
    color: #1e2f4c; }
  .brochure .navbar-scroll.navbar-default .nav li a:hover {
    color: #316389; }
  .brochure .navbar-default.more-active .nav li a {
    color: #ffffff; }
  .brochure #nav-more:before {
    content: "More"; }
  .brochure .more-active #nav-more:before {
    content: "Less"; }
  .brochure .more-active .caret {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
  .brochure .navbar-wrapper .navbar.navbar-scroll {
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: 1px solid #e7eaec;
    border-radius: 0; }
  .brochure .nav > li.active {
    border: none;
    background: inherit; }
  .brochure .nav > li > a {
    padding: 25px 10px 15px 10px; }
  .brochure .navbar-scroll .navbar-nav > li > a {
    padding: 20px 10px; }
  .brochure .navbar-default .navbar-nav > .active > a,
  .brochure .navbar-default .navbar-nav > .active > a:hover {
    border-top: 6px solid #316389; }
  .brochure .navbar-fixed-top {
    border: none !important; }
  .brochure .navbar-fixed-top.navbar-scroll {
    border-bottom: 1px solid #e7eaec !important; }
  .brochure .navbar.navbar-scroll .navbar-brand {
    margin-top: 15px;
    border-radius: 5px;
    font-size: 12px;
    padding: 10px;
    height: auto;
    width: 100px; }
  @media (min-width: 768px) {
    .brochure {
      /* The navbar becomes detached from the top, so we round the corners */
      /* Bump up size of carousel content */ }
      .brochure .navbar-wrapper {
        margin-top: 20px; }
      .brochure .navbar-wrapper .container {
        padding-right: 15px;
        padding-left: 15px; }
      .brochure .navbar-wrapper .navbar {
        padding-right: 0;
        padding-left: 0; }
      .brochure .navbar-wrapper .navbar {
        border-radius: 0px; }
      .brochure .carousel-caption p {
        margin-bottom: 20px;
        font-size: 14px;
        line-height: 1.4; }
      .brochure .featurette-heading {
        font-size: 50px; } }
  @media (min-width: 768px) and (max-width: 992px) {
    .brochure .navbar-wrapper .container {
      width: 95%; } }
  @media (max-width: 992px) {
    .brochure .carousel-image {
      display: none; } }
  @media (max-width: 768px) {
    .brochure .carousel-caption,
    .brochure .carousel-caption.blank {
      left: 5%;
      top: 80px; }
    .brochure .carousel-caption h1 {
      font-size: 28px; }
    .brochure .navbar.navbar-scroll .navbar-brand {
      margin-top: 6px; }
    .brochure .navbar-default {
      background-color: #fff;
      border-color: #fff;
      padding: 15px 0; }
    .brochure .navbar-default .navbar-nav > .active > a:focus {
      background: transparent;
      color: inherit; }
    .brochure .navbar-default .nav li a {
      color: #22313f; }
    .brochure .navbar-default .nav li a:hover {
      color: #316389; }
    .brochure .navbar-wrapper .navbar {
      padding-top: 0;
      padding-bottom: 5px;
      border-bottom: 1px solid #e7eaec;
      border-radius: 0; }
    .brochure .nav > li > a {
      padding: 25px 10px 15px 10px; }
    .brochure .navbar-nav > li > a {
      padding: 20px 10px; }
    .brochure .navbar .navbar-brand {
      margin-top: 6px;
      border-radius: 5px;
      font-size: 12px;
      padding: 10px;
      height: auto; }
    .brochure .navbar-wrapper .navbar {
      padding-left: 15px;
      padding-right: 5px; }
    .brochure .navbar-default .navbar-nav > .active > a,
    .brochure .navbar-default .navbar-nav > .active > a:hover {
      color: inherit; }
    .brochure .carousel-control {
      display: none; } }
  @media (min-width: 992px) {
    .brochure .featurette-heading {
      margin-top: 120px; } }
  @media (max-width: 768px) {
    .brochure .navbar .navbar-header {
      display: block;
      float: none; }
    .brochure .navbar .navbar-header .navbar-toggle {
      background-color: #ffffff;
      padding: 9px 10px;
      border: none; } }
  .brochure .nav-action {
    color: #ffffff !important;
    border: 1px solid #316389 !important;
    border-radius: 3px !important;
    padding: 10px 10px 10px 10px !important;
    margin-top: 20px !important;
    background-color: #316389;
    font-weight: 400 !important; }
    .brochure .nav-action:hover {
      color: #316389 !important; }
  .brochure .navbar-scroll .nav-action {
    margin-top: 15px !important; }
  .brochure .nav-more {
    padding-bottom: 40px;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 46px;
    width: 100%;
    z-index: -999;
    -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.5);
    transition: all 0.5s; }
    @media only screen and (max-width: 768px) {
      .brochure .nav-more {
        top: 385px; } }
    .brochure .nav-more .nav-content {
      color: #ffffff;
      margin-top: 40px; }
      .brochure .nav-more .nav-content h4 {
        text-transform: uppercase;
        margin-bottom: 15px; }
        .brochure .nav-more .nav-content h4 a {
          color: #ffffff; }
        .brochure .nav-more .nav-content h4 a:hover {
          color: #65378e; }
      .brochure .nav-more .nav-content p a {
        color: #f6fafb;
        font-weight: 300; }
      .brochure .nav-more .nav-content p a:hover {
        color: #65378e;
        font-weight: 400; }
  .brochure .nav-more.active {
    z-index: 999;
    /*min-height: 200px */
    background-color: #22313f;
    transition: all 0.5s;
    opacity: 1;
    visibility: visible; }
  @media (min-width: 768px) and (max-width: 840px) {
    .brochure .medium-devices {
      display: none; } }

body.brochure {
  color: #1e2f4c;
  font-family: Verdana, Geneva, sans-serif;
  background-color: #ffffff; }

.brochure {
  /* Bump up size of carousel content */ }
  .brochure .banner {
    height: 50vh;
    background-position: 40% 10%;
    background-size: cover;
    display: table;
    width: 100%;
    background-attachment: fixed; }
    @media screen and (max-device-width: 1024px) {
      .brochure .banner {
        background-attachment: scroll; } }
    .brochure .banner .banner-content {
      text-align: left;
      display: table-cell;
      vertical-align: middle;
      padding-top: 5vh; }
  .brochure .header {
    height: 50vh;
    display: table;
    width: 100%; }
    .brochure .header .header-content {
      text-align: left;
      display: table-cell;
      vertical-align: middle; }
  .brochure .resource .banner-content {
    background-color: rgba(255, 255, 255, 0.8); }
  .brochure .resource-content {
    margin-top: 30px;
    margin-bottom: 30px; }
  .brochure .resource-footer h2 {
    text-align: center;
    font-weight: 600;
    margin-bottom: 30px;
    margin-top: 0px; }
  .brochure .resource-footer .image {
    padding: 0px;
    width: 100%;
    height: 100px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; }
    @media only screen and (max-width: 991px) {
      .brochure .resource-footer .image {
        margin-bottom: 20px; } }
    @media only screen and (max-width: 767px) {
      .brochure .resource-footer .image {
        margin-bottom: 20px;
        height: 140px; } }
    @media only screen and (max-width: 480px) {
      .brochure .resource-footer .image {
        height: 100px; } }
  @media only screen and (max-width: 767px) {
    .brochure .resource-footer .item {
      margin-bottom: 40px; } }
  .brochure .next-prev .next {
    position: fixed;
    right: 10px;
    bottom: 10px;
    text-align: right; }
    @media only screen and (max-width: 1600px) {
      .brochure .next-prev .next {
        max-width: 320px; } }
    @media only screen and (max-width: 1400px) {
      .brochure .next-prev .next {
        max-width: 240px; } }
    @media only screen and (max-width: 1200px) {
      .brochure .next-prev .next {
        max-width: 190px; } }
    @media only screen and (max-width: 992px) {
      .brochure .next-prev .next {
        position: static;
        display: inline-block;
        width: 46%;
        margin-top: 10px;
        margin-right: 10px;
        float: right; } }
  .brochure .next-prev .prev {
    position: fixed;
    left: 10px;
    bottom: 10px;
    text-align: left; }
    @media only screen and (max-width: 1600px) {
      .brochure .next-prev .prev {
        max-width: 320px; } }
    @media only screen and (max-width: 1400px) {
      .brochure .next-prev .prev {
        max-width: 240px; } }
    @media only screen and (max-width: 1200px) {
      .brochure .next-prev .prev {
        max-width: 190px; } }
    @media only screen and (max-width: 992px) {
      .brochure .next-prev .prev {
        position: static;
        display: inline-block;
        width: 46%;
        margin-top: 10px;
        margin-left: 10px; } }
  .brochure .next-prev .text {
    color: #bdc3c7;
    font-weight: 300; }
  .brochure .next-prev .text:hover {
    color: #316389; }
  .brochure .btn-back {
    top: 85px; }
  .brochure .text-center .contained {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px; }
    @media only screen and (min-width: 480px) {
      .brochure .text-center .contained {
        width: 80%; } }
    @media only screen and (min-width: 768px) {
      .brochure .text-center .contained {
        width: 70%; } }
    @media only screen and (min-width: 992px) {
      .brochure .text-center .contained {
        width: 50%; } }
  .brochure .text-center h1.contained {
    width: 90%; }
  .brochure span.color {
    color: #316389;
    font-weight: 400; }
  .brochure span.color-success {
    color: #65378e; }
  .brochure p.text-color {
    color: #1e2f4c; }
  .brochure a.navy-link {
    color: #293e69;
    text-decoration: none; }
  .brochure a.navy-link:hover {
    color: #223357; }
  .brochure .section {
    margin: 100px 0 100px 0; }
    .brochure .section p {
      color: #3c4042;
      font-size: 14.5px; }
  .brochure address {
    font-size: 13px; }
  .brochure .color-line, .brochure .color-line-secondary, .brochure .color-line-primary, .brochure .color-line-white {
    width: 60px;
    height: 1px;
    margin: 30px auto 0; }
  .brochure .color-line-secondary {
    border-bottom: 2px solid #316389; }
  .brochure .color-line-primary {
    border-bottom: 2px solid #22313f; }
  .brochure .color-line-white {
    border-bottom: 2px solid #ffffff; }
  .brochure .header-back {
    height: 470px;
    width: 100%; }
  .brochure .header-back.one {
    background: url("../img/landing/header_one.jpg") 50% 0 no-repeat; }
  .brochure .header-back.two {
    background: url("../img/landing/header_two.jpg") 50% 0 no-repeat; }
  .brochure .caption-link {
    color: #fff;
    margin-left: 10px;
    text-transform: capitalize;
    font-weight: 400; }
  .brochure .caption-link:hover {
    text-decoration: none;
    color: inherit; }
  .brochure .services {
    padding-top: 60px;
    padding-bottom: 60px;
    text-align: center;
    background-attachment: fixed; }
    @media screen and (max-device-width: 1024px) {
      .brochure .services {
        background-attachment: scroll; } }
    .brochure .services .hexagon {
      position: relative;
      margin-left: auto !important;
      margin-right: auto !important;
      margin-bottom: 60px !important;
      width: 110px;
      height: 63.51px;
      margin: 31.75px 0;
      border-left: solid 2px #65378e;
      border-right: solid 2px #65378e; }
      @media only screen and (max-width: 768px) {
        .brochure .services .hexagon {
          margin-top: 60px; } }
      .brochure .services .hexagon:before, .brochure .services .hexagon:after {
        content: "";
        position: absolute;
        z-index: 1;
        width: 77.78px;
        height: 77.78px;
        -webkit-transform: scaleY(0.5774) rotate(-45deg);
        -ms-transform: scaleY(0.5774) rotate(-45deg);
        transform: scaleY(0.5774) rotate(-45deg);
        left: 14.1091px; }
      .brochure .services .hexagon:before {
        top: -38.8909px;
        border-top: solid 2.8284px #65378e;
        border-right: solid 2.8284px #65378e; }
      .brochure .services .hexagon:after {
        bottom: -38.8909px;
        border-bottom: solid 2.8284px #65378e;
        border-left: solid 2.8284px #65378e; }
      .brochure .services .hexagon .features-icon {
        font-size: 50px; }
  .brochure .services h2 {
    font-size: 20px;
    letter-spacing: -1px;
    font-weight: 600;
    text-transform: uppercase; }
  .brochure .features .feature {
    margin: 0 0 25px 0; }
  .brochure .features-block {
    margin-top: 40px; }
  .brochure .features-text {
    margin-top: 40px; }
  .brochure .features small {
    color: #316389; }
  .brochure .features h2 {
    font-size: 18px;
    margin-top: 5px; }
  .brochure .features-text-alone {
    margin: 40px 0; }
  .brochure .features-text-alone h1 {
    font-weight: 200; }
  .brochure .features-icon {
    color: #316389;
    font-size: 40px; }
  .brochure .navy-section {
    background-color: #293e69;
    color: #ffffff;
    padding-top: 60px;
    padding-bottom: 60px; }
  .brochure .white-section {
    background-color: #ffffff;
    margin-top: 30px;
    margin-bottom: 30px;
    padding-top: 30px;
    padding-bottom: 30px; }
  .brochure .blank-section {
    padding-top: 60px;
    padding-bottom: 60px; }
  .brochure .gray-section {
    background-color: #ecf0f1;
    padding-top: 60px;
    padding-bottom: 60px; }
  .brochure .gray-mid-section {
    background-color: #CECDCD;
    padding-top: 60px;
    padding-bottom: 60px; }
  .brochure .off-white-section {
    background-color: #f6fafb;
    padding-top: 60px;
    padding-bottom: 60px; }
  .brochure .primary-section {
    background-color: #22313f;
    color: #ffffff;
    padding-top: 60px;
    padding-bottom: 60px; }
  .brochure .img-small {
    height: 100px;
    width: 100px; }
  .brochure .pricing-plan {
    margin: 20px 30px 0 30px;
    border-radius: 4px; }
  .brochure .pricing-plan.selected {
    transform: scale(1.1);
    background: #f6fafb; }
  .brochure .pricing-plan li {
    padding: 10px 16px;
    border-top: 1px solid #e7eaec;
    text-align: center;
    color: #bdc3c7; }
  .brochure .pricing-plan .pricing-price span {
    font-weight: 700;
    color: #316389; }
  .brochure li.pricing-desc {
    font-size: 13px;
    border-top: none;
    padding: 20px 16px; }
  .brochure li.pricing-title {
    background: #316389;
    color: #ffffff;
    padding: 10px;
    border-radius: 4px 4px 0 0;
    font-size: 22px;
    font-weight: 600; }
  .brochure li.pricing-title.basic {
    background: #bdc3c7; }
  .brochure li.pricing-title.enhanced {
    background: #22313f; }
  .brochure li.pricing-title.premier {
    background: #316389; }
  .brochure .pricing-table, .brochure .pricing-table-basic, .brochure .pricing-table-enhanced, .brochure .pricing-table-premier {
    margin: 20px 20px 0 20px;
    border-radius: 4px;
    border: solid 1px;
    border-color: #bdc3c7;
    overflow: hidden;
    position: relative; }
  .brochure .sticker-right {
    top: 20px;
    right: -50px;
    transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    color: #ffffff;
    width: 150px;
    padding: 1px;
    font-size: 11px;
    font-weight: bold;
    position: absolute;
    text-align: center;
    letter-spacing: 0px;
    background-color: #65378e;
    text-transform: uppercase; }
  .brochure .pricing-table li, .brochure .pricing-table-basic li, .brochure .pricing-table-enhanced li, .brochure .pricing-table-premier li {
    padding: 10px 16px;
    border-top: 1px solid #e7eaec;
    text-align: left;
    color: #22313f; }
    .brochure .pricing-table li i, .brochure .pricing-table-basic li i, .brochure .pricing-table-enhanced li i, .brochure .pricing-table-premier li i {
      float: right; }
  .brochure .pricing-table-basic {
    background-color: rgba(236, 240, 241, 0.05);
    color: #bdc3c7; }
    .brochure .pricing-table-basic li.pricing-table-price {
      background-color: #bdc3c7;
      color: #ffffff;
      border-color: #bdc3c7; }
  .brochure .pricing-table-basic li {
    border-color: rgba(189, 195, 199, 0.2); }
  .brochure .pricing-table-enhanced {
    background-color: rgba(34, 49, 63, 0.05);
    border-color: #22313f;
    color: #22313f; }
    .brochure .pricing-table-enhanced li.pricing-table-price {
      background-color: #22313f;
      color: #ffffff; }
  .brochure .pricing-table-enhanced li {
    border-color: rgba(34, 49, 63, 0.2); }
  .brochure .pricing-table-premier {
    background-color: rgba(49, 99, 137, 0.05);
    border-color: #316389; }
    .brochure .pricing-table-premier li.pricing-table-price {
      background-color: #316389;
      color: #ffffff; }
  .brochure .pricing-table-premier li {
    border-color: rgba(49, 99, 137, 0.2); }
  .brochure li.pricing-table-title {
    padding: 10px;
    border-radius: 0px 0px 0 0;
    font-size: 25px;
    font-weight: 300;
    border-top: 0px;
    height: 60px;
    text-align: center; }
  .brochure li.pricing-table-price {
    padding: 10px;
    border-radius: 0px 0px 0 0;
    font-size: 30px;
    font-weight: 300;
    border-top: 0px;
    height: 90px;
    text-align: center; }
    .brochure li.pricing-table-price span {
      font-size: 50px;
      font-weight: 300; }
  .brochure li.pricing-desc {
    font-size: 12px;
    border-top: none;
    padding: 20px 16px;
    height: 162px;
    font-weight: 300;
    color: #22313f; }
  .brochure .testimonials {
    padding-top: 80px;
    padding-bottom: 90px;
    background-color: #293e69;
    background-image: url("../img/landing/avatar_all.png"); }
  .brochure .big-icon {
    font-size: 56px !important; }
  .brochure .features .big-icon {
    color: #293e69 !important; }
  .brochure .contact {
    background-image: url("/images/world_map.png");
    background-position: 50% 50%;
    background-repeat: no-repeat; }
    .brochure .contact .row {
      margin-left: 0;
      margin-right: 0; }
  .brochure section.timeline {
    padding-bottom: 30px; }
  .brochure section.comments {
    padding-bottom: 80px; }
  .brochure .comments-avatar {
    margin-top: 25px;
    margin-left: 22px; }
  .brochure .comments-avatar .commens-name {
    font-weight: 600;
    font-size: 14px; }
  .brochure .comments-avatar img {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    margin-right: 10px; }
  .brochure .bubble {
    position: relative;
    height: auto;
    padding: 20px;
    background: #ecf0f1;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    font-style: italic;
    font-size: 14px; }
  .brochure .bubble:after {
    content: "";
    position: absolute;
    border-style: solid;
    border-width: 15px 14px 0;
    border-color: #ecf0f1 transparent;
    display: block;
    width: 0;
    z-index: 1;
    bottom: -15px;
    left: 30px; }
  .brochure .carousel-caption p {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.4; }
  .brochure .featurette-heading {
    font-size: 50px; }
  .brochure .carousel-image {
    display: none; }
  .brochure .carousel-caption,
  .brochure .carousel-caption.blank {
    left: 5%;
    top: 80px; }
  .brochure .carousel-caption h1 {
    font-size: 28px; }
  .brochure .carousel-control {
    display: none; }
  .brochure .featurette-heading {
    margin-top: 120px; }
  .brochure .social-icon a {
    background: #316389;
    color: #fff;
    padding: 4px 8px;
    height: 28px;
    width: 28px;
    display: block;
    border-radius: 50px; }
  .brochure .social-icon a:hover {
    background: #65378e; }
  .brochure .main-footer {
    background-color: #3c4042; }
    .brochure .main-footer p {
      color: #bdc3c7;
      font-size: 13px; }
    .brochure .main-footer ul.unstyled {
      margin-left: -40px; }
      .brochure .main-footer ul.unstyled li {
        font-size: 13px; }
        .brochure .main-footer ul.unstyled li a {
          color: #bdc3c7;
          font-weight: 400; }
        .brochure .main-footer ul.unstyled li a:hover {
          color: #65378e;
          font-weight: 700; }
    .brochure .main-footer h3 {
      text-transform: uppercase;
      padding: 0 0 10px 0;
      border-bottom: solid 1px #316389; }
      .brochure .main-footer h3 a {
        color: white; }
      .brochure .main-footer h3 a:hover {
        color: #65378e; }
  .brochure .main-footer-dark {
    background-color: #242627; }
    .brochure .main-footer-dark p {
      color: #bdc3c7;
      font-size: 13px; }
  .brochure .banner-cta {
    margin: 20px 0; }
    .brochure .banner-cta .btn {
      margin: 0 10px 0 0; }
  .brochure .fluid-graphic {
    width: 90%;
    margin-left: auto;
    margin-right: auto; }
  .brochure .cta {
    width: 100%;
    background-attachment: fixed; }
    @media screen and (max-device-width: 1024px) {
      .brochure .cta {
        background-attachment: scroll; } }
    .brochure .cta .content {
      text-align: center; }
      .brochure .cta .content h1 {
        font-weight: 300;
        display: inline-block; }
      .brochure .cta .content .btn {
        display: inline-block;
        margin-left: 30px;
        margin-top: -15px; }
      @media (max-width: 991px) {
        .brochure .cta .content {
          text-align: center; }
          .brochure .cta .content .btn {
            float: none;
            margin: 30px 0 0 0; } }
  .brochure .faq .panel {
    margin: 20px 0; }
  .brochure .faq .panel-heading {
    background-color: #ffffff; }
  .brochure .faq .panel-heading .accordion-toggle.collapsed:before {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0); }
  .brochure .faq .panel-heading .accordion-toggle:before {
    content: "";
    position: relative;
    display: inline-block;
    margin-right: 10px;
    font-size: 100%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-family: "FontAwesome" !important;
    font-style: normal !important;
    font-weight: normal !important;
    text-decoration: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased; }
  .brochure .faq .about-faq {
    width: 100%;
    margin-left: 0%;
    border: 0px;
    border-top: 1px solid #e7eaec; }
  .brochure .grid {
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px; }
    @media only screen and (min-width: 768px) {
      .brochure .grid {
        width: 750px; } }
    @media only screen and (min-width: 992px) {
      .brochure .grid {
        width: 970px; } }
    @media only screen and (min-width: 1200px) {
      .brochure .grid {
        width: 1170px; } }
    .brochure .grid .grid-item {
      margin-bottom: 0px;
      width: 266px; }
    .brochure .grid .ibox {
      border: solid 1px #316389;
      border-radius: 4px; }
      .brochure .grid .ibox .ibox-title {
        border: none;
        background: none;
        padding: 0px;
        min-height: 0px; }
        .brochure .grid .ibox .ibox-title img {
          width: 100%;
          border-top-left-radius: 4px;
          border-top-right-radius: 4px; }
        .brochure .grid .ibox .ibox-title i {
          position: absolute;
          top: 10px;
          left: 238px;
          font-size: 18px; }
        .brochure .grid .ibox .ibox-title a {
          color: inherit; }
      .brochure .grid .ibox .ibox-content {
        background: none;
        border: none; }
      .brochure .grid .ibox .ibox-footer {
        background: none; }
  @media only screen and (min-width: 1200px) {
    .brochure .mobile-version {
      display: none; }
    .brochure .desktop-version .img-responsive {
      margin-top: 10%; } }
  @media only screen and (max-width: 1199px) {
    .brochure .desktop-version {
      display: none; } }
  .brochure .blog h2 {
    font-weight: 400;
    margin-bottom: 15px; }
  .brochure .blog .ibox {
    margin-bottom: 35px; }
    .brochure .blog .ibox .ibox-content {
      padding: 35px 20px 0px 20px; }
  .brochure .blog .image {
    padding: 0px;
    width: 100%;
    height: 180px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; }
    @media only screen and (max-width: 767px) {
      .brochure .blog .image {
        margin-bottom: 20px;
        height: 240px; } }
    @media only screen and (max-width: 480px) {
      .brochure .blog .image {
        height: 180px; } }
  .brochure .blog .attributes {
    font-size: 12px;
    font-style: italic;
    font-weight: 400;
    color: #bdc3c7;
    letter-spacing: 1px;
    margin: 0px 0px 15px 0px; }
    .brochure .blog .attributes a {
      color: #bdc3c7;
      font-weight: 400; }
    .brochure .blog .attributes a:hover {
      color: #65378e; }
  .brochure .blog .ibox-title {
    border-width: 1px 0 0; }
    .brochure .blog .ibox-title h3 {
      display: inline-block; }
    .brochure .blog .ibox-title .ibox-tools {
      display: inline-block;
      float: right; }
  .brochure .blog .sidebar .ibox-content {
    padding: 15px 20px 20px 20px; }
    .brochure .blog .sidebar .ibox-content p {
      margin: 0 0 0px; }
    .brochure .blog .sidebar .ibox-content .attributes {
      font-style: normal;
      letter-spacing: 0px; }

.services-categories .services-column {
  width: 17%;
  display: inline-flex;
  margin: 0 1%; }
  @media only screen and (max-width: 992px) {
    .services-categories .services-column {
      width: 30%; } }
  @media only screen and (max-width: 550px) {
    .services-categories .services-column {
      width: 80%; } }
  .services-categories .services-column .services-box {
    border: solid 1px;
    border-radius: 4px;
    border-color: #e7eaec;
    background-color: #f6fafb;
    width: 100%; }
    .services-categories .services-column .services-box h3 {
      height: 40px;
      margin-top: 15px;
      padding: 0 10px;
      min-height: 34px; }
    .services-categories .services-column .services-box ul {
      -webkit-padding-start: 20px;
      text-align: left;
      line-height: 1.1;
      margin: 10px 0 0 0;
      border-top: solid 1px #e7eaec;
      background-color: #ffffff; }
      .services-categories .services-column .services-box ul li {
        padding: 10px;
        text-indent: -1.9em; }
    .services-categories .services-column .services-box img {
      width: 50px;
      padding: 15px 0 0 0; }
    .services-categories .services-column .services-box i {
      color: #316389;
      margin: 0 5px 0 0;
      text-indent: -1em;
      position: relative;
      top: 0.3em;
      font-size: 18px; }
  @media screen and (max-width: 991px) {
    .services-categories .services-column .services-box {
      width: 262px;
      margin-left: auto;
      margin-right: auto;
      margin-top: 30px; } }

.board-section {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: solid 10px #316389;
  text-align: center; }
  .board-section h3 {
    margin-bottom: 20px; }
  .board-section img {
    border-radius: 50%; }
  .board-section .content-block {
    text-align: left;
    column-gap: 30px;
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    column-fill: balance; }
    @media only screen and (max-width: 600px) {
      .board-section .content-block {
        -webkit-columns: 1;
        -moz-columns: 1;
        columns: 1; } }

.team-section {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  border-bottom: solid 10px #316389; }
  .team-section .background-image {
    height: 65vh;
    background-position: 50% 10%;
    background-size: cover; }
    @media only screen and (max-width: 767px) {
      .team-section .background-image {
        background-position: 50% 10% !important;
        position: relative;
        height: 40vh; } }
  .team-section .color-line-primary {
    margin: 30px 0; }
  .team-section .content {
    padding: 0px;
    display: table;
    height: 65vh;
    background-color: #ffffff; }
    @media only screen and (max-width: 768px) {
      .team-section .content {
        height: inherit;
        padding: 10px 40px; } }
    .team-section .content > .white {
      background-color: #f9f6f5; }
    .team-section .content .middle {
      display: table-cell;
      vertical-align: middle; }
      .team-section .content .middle .content-block-right {
        float: right;
        padding-right: 30px; }
      .team-section .content .middle .content-block-left {
        padding-left: 30px; }
      .team-section .content .middle .content-block {
        width: 636px; }
        @media only screen and (max-width: 1200px) {
          .team-section .content .middle .content-block {
            width: 518px; } }
        @media only screen and (max-width: 992px) {
          .team-section .content .middle .content-block {
            width: 390px; } }
        @media only screen and (max-width: 768px) {
          .team-section .content .middle .content-block {
            width: 100%;
            padding: 0 30px;
            text-align: center; }
            .team-section .content .middle .content-block .color-line-primary {
              margin: 30px auto; } }

.home.pace .pace-progress {
  background: #fff;
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  height: 2px;
  -webkit-transition: width 1s;
  -moz-transition: width 1s;
  -o-transition: width 1s;
  transition: width 1s; }

.pace-inactive {
  display: none; }

.home {
  color: #1e2f4c;
  font-family: Verdana, Geneva, sans-serif;
  background-color: #ffffff; }
  .home .banner {
    height: 80vh;
    width: 100%;
    display: table; }
    .home .banner:after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      height: 80vh;
      width: 100%;
      z-index: 0; }
    .home .banner .banner-content {
      position: relative;
      z-index: 2;
      display: table-cell;
      vertical-align: middle;
      position: relative;
      z-index: 4;
      padding: 0 5%; }
    .home .banner ul.kf-slider {
      padding-left: 0px; }
      .home .banner ul.kf-slider li {
        height: 80vh !important;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 70% 10%;
        z-index: 0;
        opacity: 0;
        -webkit-animation: fade-out 14s infinite both;
        -moz-animation: fade-out 14s infinite both;
        animation: fade-out 14s infinite both;
        background-attachment: fixed; }
        @media screen and (max-device-width: 1024px) {
          .home .banner ul.kf-slider li {
            background-attachment: scroll; } }
        .home .banner ul.kf-slider li:nth-child(2) {
          -webkit-animation-delay: 3.5s;
          -moz-animation-delay: 3.5s;
          animation-delay: 3.5s; }
        .home .banner ul.kf-slider li:nth-child(3) {
          -webkit-animation-delay: 7s;
          -moz-animation-delay: 7s;
          animation-delay: 7s; }
        .home .banner ul.kf-slider li:nth-child(4) {
          -webkit-animation-delay: 10.5s;
          -moz-animation-delay: 10.5s;
          animation-delay: 10.5s; }
  .home .below-banner .left-section .block-left {
    border-right: solid 2px #22313f;
    padding-right: 30px; }
    @media only screen and (max-width: 991px) {
      .home .below-banner .left-section .block-left {
        border-right: none;
        padding-right: none; } }
  @media only screen and (min-width: 992px) {
    .home .below-banner .color-line-primary {
      display: none; } }
  .home .hexagon-feature {
    min-height: 300px; }
    @media only screen and (max-width: 500px) {
      .home .hexagon-feature h2 {
        font-size: 17px; } }
  .home .home-search {
    margin: 0 auto;
    width: 80%; }
    .home .home-search .search-button {
      text-align: center;
      margin: 60px 0 0 0; }
    .home .home-search h1 {
      display: inline; }
    .home .home-search .form-control {
      display: inline;
      width: 140px;
      margin: 0 15px;
      color: #22313f; }
    .home .home-search .zipcode {
      color: #316389;
      height: 67px;
      font-size: 30px; }
    .home .home-search .btn-lg {
      margin: 0 auto; }
    .home .home-search .bootstrap-select button {
      background: none;
      color: #316389;
      text-transform: initial;
      font-weight: 400;
      border-left: none;
      border-right: none;
      border-top: none;
      border-radius: 0px;
      display: inline;
      width: 30%;
      float: none; }
      .home .home-search .bootstrap-select button:focus, .home .home-search .bootstrap-select button:active {
        border-color: #8e44ad !important;
        border-bottom: 2px solid; }
    .home .home-search .bootstrap-select .dropdown-toggle:focus {
      outline: none !important; }
    .home .home-search .bootstrap-select.btn-group .dropdown-menu li {
      outline: none !important; }
      .home .home-search .bootstrap-select.btn-group .dropdown-menu li a {
        outline: none !important; }
    .home .home-search .bootstrap-select.btn-group .dropdown-menu.inner {
      background-color: #c7a4d5; }
    .home .home-search .bootstrap-select.btn-group .dropdown-toggle .filter-option {
      font-size: 30px; }
    .home .home-search .provider-claim .search-result .ibox-content {
      overflow: visible; }
    .home .home-search .btn-default.active.focus, .home .home-search .btn-default.active:focus, .home .home-search .btn-default.active:hover {
      background-color: #fff; }
    .home .home-search .btn-default:active.focus, .home .home-search .btn-default:active:focus, .home .home-search .btn-default:active:hover {
      background-color: #fff; }
    .home .home-search .open > .dropdown-toggle.btn-default.focus, .home .home-search .open > .dropdown-toggle.btn-default:focus, .home .home-search .open > .dropdown-toggle.btn-default:hover {
      background-color: #fff; }
    .home .home-search .open .dropdown-toggle.btn-default {
      border-color: #8e44ad !important;
      border-bottom: 2px solid; }
    .home .home-search .service-selector .btn {
      background-color: #316389; }
      .home .home-search .service-selector .btn.active {
        background-color: #c7a4d5; }
  .home .search {
    text-align: center; }
    .home .search p {
      color: #ffffff; }
  .home #search {
    background-attachment: fixed; }
    @media screen and (max-device-width: 1024px) {
      .home #search {
        background-attachment: scroll; } }
    .home #search p {
      color: #ffffff; }
  .home .blog .image-container {
    width: 100%;
    height: 200px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
  .home .carematch-graphic {
    margin: 50px 0; }
    .home .carematch-graphic h2 {
      font-weight: 700;
      margin-top: 0;
      margin-bottom: 0;
      padding: 15px 10px;
      text-align: center; }
    .home .carematch-graphic ul {
      padding-top: 10px; }
    .home .carematch-graphic .block {
      border: solid 1px;
      border-radius: 4px;
      width: 80%;
      margin: 0 auto; }
      .home .carematch-graphic .block.seeker {
        background-color: #ebf0f4;
        color: #22313f;
        border-color: #22313f; }
        .home .carematch-graphic .block.seeker h2 {
          background-color: #22313f;
          color: #ffffff; }
      .home .carematch-graphic .block.provider {
        background-color: #b9d3e6;
        color: #316389;
        border-color: #316389; }
        .home .carematch-graphic .block.provider h2 {
          background-color: #316389;
          color: #ffffff; }
    .home .carematch-graphic .process {
      text-align: center;
      margin-top: 20px; }
      .home .carematch-graphic .process h2 {
        font-size: 40px;
        text-transform: uppercase; }
    .home .carematch-graphic .score-card {
      text-align: center; }
      .home .carematch-graphic .score-card h2 {
        margin-top: 15px; }
    .home .carematch-graphic .arrow {
      position: relative;
      width: 130px; }
    .home .carematch-graphic .triangle-left {
      border-color: transparent #316389 transparent transparent;
      border-style: solid;
      border-width: 14px;
      width: 0;
      height: 0; }
    .home .carematch-graphic .triangle-right {
      border-color: transparent transparent transparent #316389;
      border-style: solid;
      border-width: 14px;
      width: 0;
      height: 0; }
    .home .carematch-graphic .tail {
      width: 50px;
      height: 10px;
      position: absolute;
      background-color: #316389; }
      .home .carematch-graphic .tail.left-arrow {
        left: 40px;
        top: 15px; }
      .home .carematch-graphic .tail.right-arrow {
        right: 40px;
        top: 15px; }
  .home .vertical-container .timeline-header {
    margin-top: 0px;
    font-weight: 700;
    text-transform: uppercase; }
  .home .vertical-container .number {
    display: block;
    top: 17%;
    left: 0%;
    position: relative; }
  .home .vertical-container .profile-img {
    width: 80%;
    margin: 0 auto;
    display: block; }
  .home .vertical-container .scorecard-img {
    width: 80%;
    margin: 0 auto;
    display: block; }
  @media only screen and (max-width: 480px) {
    .home .vertical-container .col-tn-12 {
      width: 100%; }
      .home .vertical-container .col-tn-12 h2 {
        margin-left: 10%; }
      .home .vertical-container .col-tn-12 ul {
        margin-left: 10%; }
      .home .vertical-container .col-tn-12 .profile-img {
        margin-bottom: 25px; }
      .home .vertical-container .col-tn-12 .scorecard-img {
        width: 100%; } }
  .home .conferences .item {
    text-align: left; }
    .home .conferences .item .image-container {
      width: 100%;
      height: 200px;
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain;
      margin-bottom: 20px; }
    .home .conferences .item .features-icon {
      font-size: 15px;
      margin-right: 5px; }

@-webkit-keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-moz-keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes fade-out {
  33% {
    opacity: 1; }
  66% {
    opacity: 0; } }
@-moz-keyframes fade-out {
  33% {
    opacity: 1; }
  66% {
    opacity: 0; } }
@keyframes fade-out {
  33% {
    opacity: 1; }
  66% {
    opacity: 0; } }
.landing-page.pace .pace-progress {
  background: #fff;
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  height: 2px;
  -webkit-transition: width 1s;
  -moz-transition: width 1s;
  -o-transition: width 1s;
  transition: width 1s; }

.pace-inactive {
  display: none; }

body.landing-page {
  color: #1e2f4c;
  font-family: Verdana, Geneva, sans-serif;
  background-color: #ffffff; }

.landing-page .banner {
  height: 80vh; }
.landing-page .area {
  background: #ffffff;
  display: block;
  height: 100%;
  opacity: 0;
  position: absolute;
  width: 100%; }
.landing-page #area1 {
  /*left: 19% */
  /*top: 45% */
  /*width: 13% */
  /*height: 13% */ }
.landing-page #area2 {
  /*left: 25% */
  /*top: 63.5% */
  /*width: 13% */
  /*height: 13% */ }
.landing-page #area3 {
  /*left: 36% */
  /*top: 83.25% */
  /*width: 13% */
  /*height: 13% */ }
.landing-page #area4 {
  /*left: 44% */
  /*top: 56% */
  /*width: 13% */
  /*height: 13% */ }
.landing-page #area5 {
  /*left: 53% */
  /*top: 76% */
  /*width: 13% */
  /*height: 13% */ }
.landing-page #area6 {
  /*left: 68% */
  /*top: 66.5% */
  /*width: 13% */
  /*height: 13% */ }
.landing-page #area1:hover, .landing-page #area2:hover, .landing-page #area3:hover, .landing-page #area4:hover, .landing-page #area5:hover, .landing-page #area6:hover {
  opacity: 0; }
.landing-page .section-d .feature {
  height: 300px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: table;
  margin: 15px 0;
  border-radius: 4px;
  width: 100%; }
  .landing-page .section-d .feature .content {
    background-color: rgba(255, 255, 255, 0.85);
    height: 300px;
    display: table-cell;
    vertical-align: middle;
    padding: 40px; }
    .landing-page .section-d .feature .content i img {
      width: 49px; }
    .landing-page .section-d .feature .content .full .collapse-link {
      display: none; }
    .landing-page .section-d .feature .content .readmore.collapsed.show {
      display: inline; }
    .landing-page .section-d .feature .content .readmore.collapsed {
      display: inline; }
    .landing-page .section-d .feature .content .readmore {
      display: none; }
    .landing-page .section-d .feature .content .readmore:before {
      content: "See less"; }
    .landing-page .section-d .feature .content .collapsed:before {
      content: "Read more..."; }
.landing-page .section-d .collapse.in {
  display: inline; }
.landing-page .section-d .feature.color-border {
  border: solid 1px #316389; }
.landing-page .section-d .feature.off-white-background {
  background-color: #f6fafb; }
  .landing-page .section-d .feature.off-white-background .content {
    background: none; }
.landing-page .section-d .feature.gray-background {
  background-color: #bdc3c7; }
  .landing-page .section-d .feature.gray-background .content {
    background: none; }
.landing-page .section-f .image-overlay {
  position: relative;
  height: 36vw; }
  @media only screen and (min-width: 1200px) {
    .landing-page .section-f .image-overlay {
      height: 480px; } }
  .landing-page .section-f .image-overlay img {
    position: absolute;
    width: 70%;
    left: 15%; }
.landing-page .section-b-new {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px; }
  .landing-page .section-b-new .row {
    display: table;
    table-layout: fixed;
    width: 100%;
    margin-left: 0px;
    margin-right: 0px; }
    @media only screen and (max-width: 767px) {
      .landing-page .section-b-new .row {
        display: block; } }
    .landing-page .section-b-new .row .background-image {
      width: 40%;
      display: table-cell;
      background-position: 50% 50%;
      background-size: cover; }
      @media only screen and (max-width: 767px) {
        .landing-page .section-b-new .row .background-image {
          background-position: 50% 50% !important;
          position: relative;
          height: 30vh;
          display: block;
          width: 100%; } }
    .landing-page .section-b-new .row .color-line-primary {
      margin: 30px 0; }
    .landing-page .section-b-new .row .content {
      width: 60%;
      padding: 40px;
      display: table-cell;
      /*.feature*/
       * /*min-height: 260px */ }
      @media only screen and (max-width: 767px) {
        .landing-page .section-b-new .row .content {
          height: inherit;
          padding: 5%;
          display: block;
          width: 100%; } }
      @media only screen and (max-width: 600px) {
        .landing-page .section-b-new .row .content {
          padding: 20px 0px; } }
      .landing-page .section-b-new .row .content .middle {
        display: table-cell;
        vertical-align: middle; }
        .landing-page .section-b-new .row .content .middle .content-block-right {
          float: right;
          padding-right: 30px; }
          @media only screen and (min-width: 1200px) {
            .landing-page .section-b-new .row .content .middle .content-block-right {
              padding-left: 15%; } }
        .landing-page .section-b-new .row .content .middle .content-block-left {
          padding-left: 30px; }
          @media only screen and (min-width: 1200px) {
            .landing-page .section-b-new .row .content .middle .content-block-left {
              padding-right: 15%; } }
        .landing-page .section-b-new .row .content .middle .content-block {
          width: inherit;
          /*@media only screen and (min-width : 1200px)*/
           * /*width: 710px */ }
          @media only screen and (max-width: 1199px) {
            .landing-page .section-b-new .row .content .middle .content-block {
              width: inherit; } }
          @media only screen and (max-width: 991px) {
            .landing-page .section-b-new .row .content .middle .content-block {
              width: inherit; } }
          @media only screen and (max-width: 767px) {
            .landing-page .section-b-new .row .content .middle .content-block {
              width: 100%;
              padding: 0 30px;
              text-align: center; }
              .landing-page .section-b-new .row .content .middle .content-block .color-line-primary {
                margin: 30px auto; } }
          @media only screen and (max-width: 767px) {
            .landing-page .section-b-new .row .content .middle .content-block .features-block .features-text ul {
              text-align: left;
              margin-left: 15%; } }
  @media only screen and (max-width: 767px) and (max-width: 400px) {
    .landing-page .section-b-new .row .content .middle .content-block .features-block .features-text ul {
      margin-left: 5%; } }

          @media only screen and (max-width: 500px) {
            .landing-page .section-b-new .row .content .middle .content-block .features-block .features-text {
              width: 100%; } }
.landing-page .section-b {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px; }
  .landing-page .section-b .background-image {
    height: 95vh;
    background-position: 50% 50%;
    background-size: cover; }
    @media only screen and (max-width: 767px) {
      .landing-page .section-b .background-image {
        background-position: 50% 50% !important;
        position: relative;
        height: 30vh; } }
  .landing-page .section-b .color-line-primary {
    margin: 30px 0; }
  .landing-page .section-b .content {
    padding: 0px;
    display: table;
    height: 95vh;
    /*.feature*/
     * /*min-height: 260px */ }
    @media only screen and (max-width: 768px) {
      .landing-page .section-b .content {
        height: inherit;
        padding: 40px; } }
    .landing-page .section-b .content .middle {
      display: table-cell;
      vertical-align: middle; }
      .landing-page .section-b .content .middle .content-block-right {
        float: right;
        padding-right: 30px; }
      .landing-page .section-b .content .middle .content-block-left {
        padding-left: 30px; }
      .landing-page .section-b .content .middle .content-block {
        width: 636px; }
        @media only screen and (max-width: 1200px) {
          .landing-page .section-b .content .middle .content-block {
            width: 518px; } }
        @media only screen and (max-width: 992px) {
          .landing-page .section-b .content .middle .content-block {
            width: 390px; } }
        @media only screen and (max-width: 768px) {
          .landing-page .section-b .content .middle .content-block {
            width: 100%;
            padding: 0 30px;
            text-align: center; }
            .landing-page .section-b .content .middle .content-block .color-line-primary {
              margin: 30px auto; } }
.landing-page .section-g .img-responsive {
  margin-left: auto;
  margin-right: auto; }
.landing-page .section-g .logo-block {
  padding: 40px 0; }
  .landing-page .section-g .logo-block .partner-logo {
    max-width: 210px;
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 20px; }
.landing-page .section-g .partner-logo-group img:last-child {
  display: none; }
.landing-page .section-g .partner-logo-group:hover img:first-child {
  display: none; }
.landing-page .section-g .partner-logo-group:hover img:last-child {
  display: block; }
.landing-page .infographic {
  min-height: 215px; }
  .landing-page .infographic .carousel-indicators {
    top: 125px; }
  .landing-page .infographic .carousel-control {
    display: inherit;
    width: 5%; }
  .landing-page .infographic .carousel-control.left {
    background-image: none; }
  .landing-page .infographic .carousel-control.right {
    background-image: none; }
  .landing-page .infographic .icon-box {
    display: inline-block;
    vertical-align: middle; }
    .landing-page .infographic .icon-box .features-icon {
      display: inline-block;
      font-size: 52px;
      margin-right: 30px; }
  .landing-page .infographic .text-box {
    display: inline-block;
    text-align: left;
    vertical-align: middle; }
    .landing-page .infographic .text-box p {
      margin: 0 0 0px; }
    .landing-page .infographic .text-box h1 {
      margin-top: 10px;
      font-weight: 600;
      color: #316389; }

.page.pace .pace-progress {
  background: #fff;
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  height: 2px;
  -webkit-transition: width 1s;
  -moz-transition: width 1s;
  -o-transition: width 1s;
  transition: width 1s; }

.pace-inactive {
  display: none; }

body.page {
  color: #1e2f4c;
  font-family: Verdana, Geneva, sans-serif;
  background-color: #ffffff; }

.home.pace .pace-progress {
  background: #fff;
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  height: 2px;
  -webkit-transition: width 1s;
  -moz-transition: width 1s;
  -o-transition: width 1s;
  transition: width 1s; }

.pace-inactive {
  display: none; }

body.home {
  color: #1e2f4c;
  font-family: Verdana, Geneva, sans-serif;
  background-color: #ffffff; }

.error .banner {
  height: 100vh;
  background-size: cover;
  background-position: 40% 10%;
  background-repeat: no-repeat; }
  .error .banner .banner-content {
    text-align: right;
    vertical-align: top;
    padding-top: 10vh; }
    .error .banner .banner-content h1 {
      margin-left: 65%;
      width: 35%;
      font-size: 50px;
      font-weight: 700;
      color: #316389; }
      @media only screen and (max-width: 768px) {
        .error .banner .banner-content h1 {
          width: 100%;
          margin-left: 0%;
          font-size: 40px; } }
      @media only screen and (max-width: 480px) {
        .error .banner .banner-content h1 {
          font-size: 30px; } }
    .error .banner .banner-content h2 {
      margin-left: 65%;
      width: 35%;
      font-weight: 500; }
      @media only screen and (max-width: 768px) {
        .error .banner .banner-content h2 {
          width: 80%;
          margin-left: 20%; } }
      @media only screen and (max-width: 480px) {
        .error .banner .banner-content h2 {
          width: 100%;
          margin-left: 0%; } }

.maintenance {
  background-color: white; }
  .maintenance .banner {
    height: 100vh;
    display: table; }
    .maintenance .banner .banner-content {
      text-align: center;
      vertical-align: middle;
      display: table-cell; }
      .maintenance .banner .banner-content h1 {
        width: 50%;
        margin-left: auto;
        margin-right: auto;
        font-size: 50px;
        font-weight: 700;
        color: #316389; }
        @media only screen and (max-width: 768px) {
          .maintenance .banner .banner-content h1 {
            width: 100%;
            font-size: 40px; } }
        @media only screen and (max-width: 480px) {
          .maintenance .banner .banner-content h1 {
            font-size: 30px; } }
      .maintenance .banner .banner-content h2 {
        width: 50%;
        margin-left: auto;
        margin-right: auto;
        font-weight: 500; }
        @media only screen and (max-width: 768px) {
          .maintenance .banner .banner-content h2 {
            width: 100%; } }
        @media only screen and (max-width: 480px) {
          .maintenance .banner .banner-content h2 {
            width: 100%; } }
      .maintenance .banner .banner-content img {
        width: 20%; }

body.rtls {
  /* Theme config */ }
  body.rtls #page-wrapper {
    margin: 0 220px 0 0; }
  body.rtls .nav-second-level li a {
    padding: 7px 35px 7px 10px; }
  body.rtls .ibox-title h5 {
    float: right; }
  body.rtls .pull-right {
    float: left !important; }
  body.rtls .pull-left {
    float: right !important; }
  body.rtls .ibox-tools {
    float: left; }
  body.rtls .stat-percent {
    float: left; }
  body.rtls .navbar-right {
    float: left !important; }
  body.rtls .navbar-top-links li:last-child {
    margin-left: 40px;
    margin-right: 0; }
  body.rtls .minimalize-styl-2 {
    float: right;
    margin: 14px 20px 5px 5px; }
  body.rtls .feed-element > .pull-left {
    margin-left: 10px;
    margin-right: 0; }
  body.rtls .timeline-item .date {
    text-align: left; }
  body.rtls .timeline-item .date i {
    left: 0;
    right: auto; }
  body.rtls .timeline-item .content {
    border-right: 1px solid #e7eaec;
    border-left: none; }
  body.rtls .theme-config {
    left: 0;
    right: auto; }
  body.rtls .spin-icon {
    border-radius: 0 20px 20px 0; }
  body.rtls .toast-close-button {
    float: left; }
  body.rtls #toast-container > .toast:before {
    margin: auto -1.5em auto 0.5em; }
  body.rtls #toast-container > div {
    padding: 15px 50px 15px 15px; }
  body.rtls .center-orientation .vertical-timeline-icon i {
    margin-left: 0;
    margin-right: -12px; }
  body.rtls .vertical-timeline-icon i {
    right: 50%;
    left: auto;
    margin-left: auto;
    margin-right: -12px; }
  body.rtls .file-box {
    float: right; }
  body.rtls ul.notes li {
    float: right; }
  body.rtls .chat-users, body.rtls .chat-statistic {
    margin-right: -30px;
    margin-left: auto; }
  body.rtls .dropdown-menu > li > a {
    text-align: right; }
  body.rtls .b-r {
    border-left: 1px solid #e7eaec;
    border-right: none; }
  body.rtls .dd-list .dd-list {
    padding-right: 30px;
    padding-left: 0; }
  body.rtls .dd-item > button {
    float: right; }
  body.rtls .theme-config-box {
    margin-left: -220px;
    margin-right: 0; }
  body.rtls .theme-config-box.show {
    margin-left: 0;
    margin-right: 0; }
  body.rtls .spin-icon {
    right: 0;
    left: auto; }
  body.rtls .skin-setttings {
    margin-right: 40px;
    margin-left: 0; }
  body.rtls .skin-setttings {
    direction: ltr; }
  body.rtls .footer.fixed {
    margin-right: 220px;
    margin-left: 0; }

@media (max-width: 992px) {
  body.rtls .chat-users, body.rtls .chat-statistic {
    margin-right: 0; } }
body.rtls.mini-navbar .footer.fixed, body.body-small.mini-navbar .footer.fixed {
  margin: 0 70px 0 0; }

body.rtls.mini-navbar.fixed-sidebar .footer.fixed, body.body-small.mini-navbar .footer.fixed {
  margin: 0 0 0 0; }

body.rtls.top-navigation .navbar-toggle {
  float: right;
  margin-left: 15px;
  margin-right: 15px; }

.body-small.rtls.top-navigation .navbar-header {
  float: none; }

body.rtls.top-navigation #page-wrapper {
  margin: 0; }

body.rtls.mini-navbar #page-wrapper {
  margin: 0 70px 0 0; }

body.rtls.mini-navbar.fixed-sidebar #page-wrapper {
  margin: 0 0 0 0; }

body.rtls.body-small.fixed-sidebar.mini-navbar #page-wrapper {
  margin: 0 220px 0 0; }

body.rtls.body-small.fixed-sidebar.mini-navbar .navbar-static-side {
  width: 220px; }

.body-small.rtls .navbar-fixed-top {
  margin-right: 0; }

.body-small.rtls .navbar-header {
  float: right; }

body.rtls .navbar-top-links li:last-child {
  margin-left: 20px; }

body.rtls .top-navigation #page-wrapper, body.rtls.mini-navbar .top-navigation #page-wrapper, body.rtls.mini-navbar.top-navigation #page-wrapper {
  margin: 0; }

body.rtls .top-navigation .footer.fixed, body.rtls.top-navigation .footer.fixed {
  margin: 0; }

@media (max-width: 768px) {
  body.rtls .navbar-top-links li:last-child {
    margin-left: 20px; }

  .body-small.rtls #page-wrapper {
    position: inherit;
    margin: 0 0 0 0;
    min-height: 1000px; }

  .body-small.rtls .navbar-static-side {
    display: none;
    z-index: 2001;
    position: absolute;
    width: 70px; }

  .body-small.rtls.mini-navbar .navbar-static-side {
    display: block; }

  .rtls.fixed-sidebar.body-small .navbar-static-side {
    display: none;
    z-index: 2001;
    position: fixed;
    width: 220px; }

  .rtls.fixed-sidebar.body-small.mini-navbar .navbar-static-side {
    display: block; } }
.rtls .ltr-support {
  direction: ltr; }

.rtls.mini-navbar .nav-second-level, .rtls.mini-navbar li.active .nav-second-level {
  left: auto;
  right: 70px; }

.rtls #right-sidebar {
  left: -260px;
  right: auto; }

.rtls #right-sidebar.sidebar-open {
  left: 0; }

@media (min-width: 768px) {
  #page-wrapper {
    position: inherit;
    margin: 0 0 0 220px;
    min-height: 1200px; }

  .navbar-static-side {
    z-index: 2001;
    position: absolute;
    width: 220px; }

  .navbar-top-links .dropdown-messages,
  .navbar-top-links .dropdown-tasks,
  .navbar-top-links .dropdown-alerts {
    margin-left: auto; } }
@media (max-width: 768px) {
  #page-wrapper {
    position: inherit;
    margin: 0 0 0 0;
    min-height: 1000px; }

  .body-small .navbar-static-side {
    display: none;
    z-index: 2001;
    position: absolute;
    width: 70px; }

  .body-small.mini-navbar .navbar-static-side {
    display: block; }

  .lock-word {
    display: none; }

  .navbar-form-custom {
    display: none; }

  .navbar-header {
    display: inline;
    float: left; }

  .sidebard-panel {
    z-index: 2;
    position: relative;
    width: auto;
    min-height: 100% !important; }

  .sidebar-content .wrapper {
    padding-right: 0;
    z-index: 1; }

  .fixed-sidebar.body-small .navbar-static-side {
    display: none;
    z-index: 2001;
    position: fixed;
    width: 220px; }

  .fixed-sidebar.body-small.mini-navbar .navbar-static-side {
    display: block; }

  .ibox-tools {
    float: right;
    text-align: right;
    display: inline-block; } }
@media (max-width: 420px) {
  .ibox-tools {
    float: none;
    text-align: left;
    display: block; } }
@media (max-width: 350px) {
  .timeline-item .date {
    text-align: left;
    width: 110px;
    position: relative;
    padding-top: 30px; }

  .timeline-item .date i {
    position: absolute;
    top: 0;
    left: 15px;
    padding: 5px;
    width: 30px;
    text-align: center;
    border: 1px solid #e7eaec;
    background: #f8f8f8; }

  .timeline-item .content {
    border-left: none;
    border-top: 1px solid #e7eaec;
    padding-top: 10px;
    min-height: 100px; }

  .nav.navbar-top-links li.dropdown {
    display: none; }

  .ibox-tools {
    float: left;
    text-align: left;
    display: inline-block; } }
.ibox-content {
  overflow: hidden; }
  .ibox-content ul {
    line-height: 1.5em; }
  .ibox-content .unstyled {
    list-style: none;
    padding-left: 0;
    line-height: 2em; }
    .ibox-content .unstyled .results-label {
      color: #bdc3c7;
      font-weight: 300; }

.pricing.ibox-content {
  padding-left: 0 !important;
  padding-right: 0 !important; }
  .pricing.ibox-content ul {
    line-height: inherit; }
    .pricing.ibox-content ul .accordion-link li {
      text-align: center;
      float: none; }
      .pricing.ibox-content ul .accordion-link li i {
        float: none; }
  .pricing.ibox-content .only-free {
    border: solid 1px #bdc3c7;
    background-color: rgba(236, 240, 241, 0.5);
    border-radius: 4px;
    padding: 10px;
    margin: 40px 20px 20px; }

.ibox-footer {
  overflow: hidden; }
  .ibox-footer .label {
    margin-top: 5px;
    display: inline-block; }

.float-e-margins .btn {
  /*margin-bottom: 0px */ }

.add-new {
  width: 100%;
  height: 326px;
  font-size: 20px;
  font-weight: 100;
  background: transparent;
  border: none;
  color: #bdc3c7;
  transition: all 0.5s; }
  .add-new .button-icon {
    font-size: 150px; }
  .add-new .button-text {
    display: none;
    text-transform: none; }

.add-new:hover {
  background-color: #316389;
  color: #ffffff; }
  .add-new:hover .button-icon {
    display: none; }
  .add-new:hover .button-text {
    display: inherit;
    text-transform: none; }

.slick_demo_2 .results-claimed {
  width: 200px;
  background: #ff5442;
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  color: #f0f0f0;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  z-index: 1; }
.slick_demo_2 .results-claimed.sticky {
  position: fixed; }
.slick_demo_2 .results-claimed.shadow {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3); }
.slick_demo_2 .results-claimed.top-right {
  top: 25px;
  /*right: -50px */
  left: auto;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg); }
.slick_demo_2 .btn-circle {
  font-size: 10px;
  width: 20px;
  height: 20px;
  padding: 0px 0; }

.modal-body ul {
  line-height: 2em; }
  .modal-body ul .results-label {
    color: #bdc3c7;
    font-weight: 300; }

.input-group-addon:last-child {
  border-left: inherit; }

.payment-form .btn {
  margin: 40px 0 0 0; }

.payment-status {
  font-size: 30px;
  padding: 5px 20px;
  margin: 30px 0;
  display: block;
  font-weight: 300; }

.verticalline {
  border-right: solid #e7eaec;
  border-width: 1px; }

.checkbox-inline, .radio-inline {
  margin: 0 50px 0 0; }
  .checkbox-inline label, .radio-inline label {
    padding-left: 5px; }

.ibox-dark {
  color: #ffffff;
  background-color: #22313f; }

.ibox-gray {
  color: #ffffff;
  background-color: #bdc3c7; }

.top-navigation .wrapper.wrapper-content.provider-claim {
  padding-top: 10px; }

.provider-claim .search-result-block {
  min-height: 700px; }
.provider-claim .progress-label {
  float: right;
  font-size: 20px;
  color: #c7a4d5; }
.provider-claim .ibox {
  text-align: center; }
  .provider-claim .ibox .ibox-title {
    padding-top: 25px;
    padding-left: 10%;
    padding-right: 10%;
    padding-bottom: 25px; }
    @media only screen and (max-width: 992px) {
      .provider-claim .ibox .ibox-title {
        padding-left: 10px;
        padding-right: 10px; } }
  .provider-claim .ibox .ibox-content {
    padding-top: 25px;
    padding-left: 10%;
    padding-right: 10%;
    /*overflow: visible */ }
    @media only screen and (max-width: 992px) {
      .provider-claim .ibox .ibox-content {
        padding-left: 10px;
        padding-right: 10px; } }
    .provider-claim .ibox .ibox-content .form-group {
      margin: 25px 0 25px 0; }
    .provider-claim .ibox .ibox-content .table {
      text-align: left; }
    .provider-claim .ibox .ibox-content table thead tr th {
      text-transform: uppercase; }
    .provider-claim .ibox .ibox-content table tbody tr td {
      vertical-align: top;
      padding: 10px 8px; }
      .provider-claim .ibox .ibox-content table tbody tr td .btn {
        margin: 0 1px; }
      @media only screen and (max-width: 1399px) {
        .provider-claim .ibox .ibox-content table tbody tr td small {
          margin-left: 21px; } }
    .provider-claim .ibox .ibox-content .divider {
      width: 100%;
      text-align: center;
      /*border-bottom: 2px solid $primary */
      /*line-height: 0.1em */
      margin: 50px 0;
      background-color: #ecf0f1; }
      .provider-claim .ibox .ibox-content .divider span {
        background: #ffffff;
        padding: 5px 10px;
        color: #65378e;
        font-weight: 700; }
    .provider-claim .ibox .ibox-content .and {
      margin: 10px 0 5px; }
      @media only screen and (max-width: 768px) {
        .provider-claim .ibox .ibox-content .and {
          margin: 15px 0 5px; } }
    .provider-claim .ibox .ibox-content .and2 {
      margin: 10px 0 5px; }
  .provider-claim .ibox .payments-method .form-group {
    /*margin: 0 0 15px 0 */ }
  .provider-claim .ibox .ibox-footer .btn {
    margin: 0 5px; }
.provider-claim table .form-group {
  margin: 0px !important; }
.provider-claim .cart-total {
  text-align: left;
  float: right; }
  .provider-claim .cart-total small {
    font-size: 50%;
    margin-right: 20px; }
  .provider-claim .cart-total hr {
    width: 112%;
    margin: 0 0 0 -23px; }
  .provider-claim .cart-total .number-of-claims {
    margin-left: -23px; }
.provider-claim .icon {
  background: #c7a4d5;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: table;
  margin: 0 auto;
  box-shadow: 0px -1px 2px #3c4042; }
  .provider-claim .icon i {
    font-size: 50px;
    display: table-cell;
    vertical-align: middle;
    color: #ffffff; }
.provider-claim h1 {
  margin: 20px 0 10px 0;
  font-weight: 600; }
.provider-claim .keep-left {
  text-align: left; }
  .provider-claim .keep-left.ibox-content {
    padding-left: 20px;
    padding-right: 20px; }
.provider-claim .ibox.revert {
  text-align: left; }
  .provider-claim .ibox.revert .ibox-title {
    padding: 14px 15px 7px; }
  .provider-claim .ibox.revert .ibox-content {
    padding-left: 20px;
    padding-right: 20px; }
.provider-claim .search-result {
  text-align: left; }
  .provider-claim .search-result .ibox-title {
    padding: 14px 15px 7px; }
    .provider-claim .search-result .ibox-title h2 {
      display: inline-block;
      width: 89%; }
      @media only screen and (max-width: 1200px) {
        .provider-claim .search-result .ibox-title h2 {
          width: 87%; } }
      @media only screen and (max-width: 992px) {
        .provider-claim .search-result .ibox-title h2 {
          width: 85%; } }
      @media only screen and (max-width: 768px) {
        .provider-claim .search-result .ibox-title h2 {
          width: 83%; } }
      @media only screen and (max-width: 480px) {
        .provider-claim .search-result .ibox-title h2 {
          width: 70%; } }
    .provider-claim .search-result .ibox-title .ibox-tools {
      display: inline;
      float: right;
      margin-top: 6px; }
  .provider-claim .search-result .ibox-content {
    padding: 15px 20px 20px 20px; }
  .provider-claim .search-result .ibox-footer .checkbox {
    float: right;
    margin-top: 5px;
    margin-bottom: 0px; }
  .provider-claim .search-result .ibox-footer .radio {
    float: right;
    margin-top: 5px;
    margin-bottom: 0px; }
  .provider-claim .search-result .ibox-footer .label {
    float: right; }
  .provider-claim .search-result#cant_find {
    margin-bottom: 90px; }
    .provider-claim .search-result#cant_find .btn-block {
      margin: 0 0; }
.provider-claim .new-business {
  text-align: left; }
.provider-claim .refine-results {
  position: fixed;
  top: 430px;
  width: 360px; }
  @media only screen and (max-width: 1200px) {
    .provider-claim .refine-results {
      width: 290px; } }
  @media only screen and (max-width: 992px) {
    .provider-claim .refine-results {
      width: 220px; } }
  @media only screen and (max-width: 768px) {
    .provider-claim .refine-results {
      position: relative;
      top: inherit;
      width: inherit; } }
  .provider-claim .refine-results .collapse-link {
    cursor: pointer; }
  .provider-claim .refine-results .collapse-link:hover {
    color: #65378e; }
  .provider-claim .refine-results .filter {
    border-bottom: solid 1px #bdc3c7;
    padding: 10px 0 10px 0; }
.provider-claim #proceed_button {
  display: none;
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  margin-bottom: 0px;
  -webkit-box-shadow: 0px -2px 5px 0px rgba(0, 0, 0, 0.45);
  -moz-box-shadow: 0px -2px 5px 0px rgba(0, 0, 0, 0.45);
  box-shadow: 0px -2px 5px 0px rgba(0, 0, 0, 0.45); }
.provider-claim #cant_find * {
  transition: all 0.25s; }
.provider-claim #cant_find.hideThis.ibox {
  box-shadow: none; }
.provider-claim #cant_find.hideThis .ibox-footer {
  background: transparent;
  border-top: 1px solid transparent;
  min-height: 54px; }
.provider-claim #cant_find.hideThis button {
  opacity: 0; }
.provider-claim #cant_find.hideThis .btn {
  opacity: 0; }

.carematch .ibox .ibox-title {
  background-color: #22313f;
  color: #ffffff;
  border-bottom: solid 5px #316389; }
.carematch .ibox .ibox-content {
  text-align: left;
  padding-left: 20px;
  padding-right: 20px; }
.carematch .icon {
  background: #ffffff;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  border: solid 5px #c7a4d5;
  display: table;
  margin: 0 auto;
  box-shadow: 0px -1px 2px #3c4042; }
  .carematch .icon img {
    width: 60px;
    display: table-cell;
    vertical-align: middle;
    color: #ffffff;
    margin: 10px auto 0; }
.carematch .top-navigation .nav > li > a {
  color: #1e2f4c;
  background-color: #ecf0f1; }

.business-table table {
  margin-bottom: 0px; }
  .business-table table thead tr th {
    text-transform: uppercase; }
  .business-table table tbody tr td {
    vertical-align: top;
    padding: 20px 8px; }
    .business-table table tbody tr td .btn {
      margin: 0 1px; }
    .business-table table tbody tr td h3 {
      margin-top: 0px;
      display: initial; }
    .business-table table tbody tr td p {
      margin-bottom: 0px; }
      @media only screen and (max-width: 1199px) {
        .business-table table tbody tr td p {
          margin-left: 21px; } }
    .business-table table tbody tr td .btn-group > .btn + .dropdown-toggle {
      border-left-color: #ffffff; }
    .business-table table tbody tr td .dropdown-menu {
      min-width: 100%; }
    .business-table table tbody tr td i {
      margin-left: 8px; }

@media only screen and (min-width: 768px) {
  .account-level {
    float: right; } }

.upgrade-account {
  margin-left: 10px; }

.nav.nav-tabs li {
  background: none !important; }

#cart .fa-shopping-cart sup {
  color: #ff5442;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 100%; }

#bulk-editing {
  display: none; }

.spin-icon {
  position: absolute;
  padding: 7px 10px 7px 13px;
  font-size: 14px;
  font-weight: 400;
  width: 180px;
  left: -140px;
  border-radius: 0 4px 4px 0;
  color: #fff;
  cursor: pointer;
  z-index: 1;
  transition: all 0.5s;
  text-align: right; }
  .spin-icon i {
    font-size: 18px;
    margin: 5px 4px 2px 10px; }
  .spin-icon span {
    top: -0.15em;
    position: relative; }
  .spin-icon.first-placement {
    top: 248px;
    background: #316389; }
  .spin-icon.second-placement {
    top: 208px;
    background: #22313f; }
  .spin-icon.third-placement {
    top: 168px;
    background: #ff5442; }
  .spin-icon.first-placement:hover, .spin-icon.second-placement:hover, .spin-icon.third-placement:hover {
    left: 0px; }

#video-modal .modal-dialog {
  max-width: 1280px;
  width: 90%; }
#video-modal .modal-height {
  max-height: inherit; }
#video-modal .modal-body {
  padding: 0 0 0 0; }

.social-icon .btn-primary:hover {
  background-color: #65378e;
  color: #ffffff;
  border-color: #65378e; }

.payment-information .panel .panel-heading .panel-title .label {
  float: right;
  position: relative;
  top: -3px; }
.payment-information .panel .panel-footer {
  background-color: #ffffff;
  border-top: solid 1px #e7eaec; }
  .payment-information .panel .panel-footer .delete-card {
    float: right; }
.payment-information .panel .panel-body p {
  margin-bottom: 0px; }
  .payment-information .panel .panel-body p label {
    width: 110px; }

.new-business .panel-heading img {
  width: 25px;
  margin: 0 10px 5px 0; }

.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis; }

#zip_codes {
  margin-top: 15px; }

#see_zips {
  cursor: pointer;
  color: #316389;
  font-weight: 700; }

#see_zips:hover, #see_zips:focus {
  text-decoration: none;
  color: #65378e;
  font-weight: 700; }

.see_zips:before {
  content: "See All Zipcodes"; }

.hide_zips:before {
  content: "Hide All Zipcodes"; }

.grid .grid:after {
  content: "";
  display: block;
  clear: both; }
.grid .grid-sizer, .grid .grid-item {
  width: 31.333333%;
  margin-bottom: 3%;
  -moz-column-gap: 4.5em;
  -webkit-column-gap: 4.5em;
  column-gap: 4.5em; }
  @media screen and (max-width: 1199px) {
    .grid .grid-sizer, .grid .grid-item {
      -moz-column-gap: 4em;
      -webkit-column-gap: 4em;
      column-gap: 4em; } }
.grid .grid-item--width2 {
  width: 65.666666%;
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2; }
  @media screen and (max-width: 991px) {
    .grid .grid-item--width2 {
      width: 100%;
      -moz-column-count: 2;
      -webkit-column-count: 2;
      column-count: 2; } }
  @media screen and (max-width: 768px) {
    .grid .grid-item--width2 {
      -moz-column-count: 1;
      -webkit-column-count: 1;
      column-count: 1; } }
  .grid .grid-item--width2 label {
    -moz-column-span: all;
    -webkit-column-span: all;
    column-span: all; }
.grid .grid-item--width3 {
  width: 100%;
  -moz-column-count: 3;
  -webkit-column-count: 3;
  column-count: 3; }
  @media screen and (max-width: 991px) {
    .grid .grid-item--width3 {
      width: 100%;
      -moz-column-count: 2;
      -webkit-column-count: 2;
      column-count: 2; } }
  @media screen and (max-width: 768px) {
    .grid .grid-item--width3 {
      -moz-column-count: 1;
      -webkit-column-count: 1;
      column-count: 1; } }
  .grid .grid-item--width3 label {
    -moz-column-span: all;
    -webkit-column-span: all;
    column-span: all; }
@media screen and (max-width: 991px) {
  .grid .grid-sizer, .grid .grid-item {
    width: 48.5%; } }
@media screen and (max-width: 600px) {
  .grid .grid-sizer, .grid .grid-item {
    width: 100%; } }
.grid .gutter-sizer {
  width: 3%; }
.grid .grid-item {
  float: left;
  border: solid 1px #ecf0f1;
  padding: 15px; }
  .grid .grid-item .control-label {
    padding-top: 0px; }

.toolbox .grid .grid-item {
  float: none;
  border: none;
  padding: 0px; }
.toolbox .ibox-footer {
  text-align: center; }
.toolbox .ibox-content img {
  width: 100%; }
.toolbox .page-heading p {
  margin-top: 22px; }
.toolbox .filters .type {
  float: right; }
.toolbox .btn-group {
  margin-top: 22px; }
.toolbox #reveal-search {
  margin-top: 22px;
  float: right;
  margin-left: 10px; }
.toolbox .type-filters {
  float: right; }
@media only screen and (max-width: 850px) {
  .toolbox #reveal-search {
    float: right; }
  .toolbox .type-filters {
    float: none;
    display: block; } }
.toolbox #form-ui .form-control {
  width: 150px;
  display: inline-block;
  margin-top: 8px; }
.toolbox #form-ui .types {
  float: right; }

.chosen-container-multi .chosen-choices {
  border: none;
  border-bottom: 1px solid #bdc3c7; }

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  color: #555555; }

.chosen-container-active .chosen-choices {
  box-shadow: none; }

.chosen-container .chosen-drop {
  box-shadow: none;
  border: none;
  background: #c7a4d5;
  color: #ffffff; }

.slick-prev:before, .slick-next:before {
  color: #316389 !important; }

/* Awesome Bootstrap Checkbox */
.checkbox {
  padding-left: 20px; }
  .checkbox label {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 5px; }
    .checkbox label::before {
      content: "";
      display: inline-block;
      position: absolute;
      width: 17px;
      height: 17px;
      left: 0;
      margin-left: -20px;
      border: 1px solid #cccccc;
      border-radius: 3px;
      background-color: #fff;
      -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
      -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
      transition: border 0.15s ease-in-out, color 0.15s ease-in-out; }
    .checkbox label::after {
      display: inline-block;
      position: absolute;
      width: 16px;
      height: 16px;
      left: 0;
      top: 0;
      margin-left: -20px;
      padding-left: 3px;
      padding-top: 1px;
      font-size: 11px;
      color: #555555; }
  .checkbox input[type="checkbox"], .checkbox input[type="radio"] {
    opacity: 0;
    z-index: 2;
    width: 20px;
    height: 20px;
    margin-top: 4px;
    margin-left: -20px; }
  .checkbox input[type="checkbox"]:focus ~ label::before, .checkbox input[type="radio"]:focus + label::before {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .checkbox input[type="checkbox"]:checked ~ label::after, .checkbox input[type="radio"]:checked + label::after {
    font-family: "FontAwesome";
    content: ""; }
  .checkbox input[type="checkbox"]:disabled ~ label, .checkbox input[type="radio"]:disabled + label {
    opacity: 0.65; }
  .checkbox input[type="checkbox"]:disabled ~ label::before, .checkbox input[type="radio"]:disabled + label::before {
    background-color: #eeeeee;
    cursor: not-allowed; }
  .checkbox.checkbox-circle label::before {
    border-radius: 50%; }
  .checkbox.checkbox-inline {
    margin-top: 0; }
  .checkbox.checkbox-single {
    margin-top: 0;
    display: inline;
    margin-left: 10px;
    color: #316389; }

.checkbox-primary input[type="checkbox"]:checked ~ label::before, .checkbox-primary input[type="radio"]:checked + label::before {
  background-color: #316389;
  border-color: #316389; }
.checkbox-primary input[type="checkbox"]:checked ~ label::after, .checkbox-primary input[type="radio"]:checked + label::after {
  color: #ffffff; }

.checkbox-danger input[type="checkbox"]:checked ~ label::before, .checkbox-danger input[type="radio"]:checked + label::before {
  background-color: #d9534f;
  border-color: #d9534f; }
.checkbox-danger input[type="checkbox"]:checked ~ label::after, .checkbox-danger input[type="radio"]:checked + label::after {
  color: #fff; }

.checkbox-info input[type="checkbox"]:checked ~ label::before, .checkbox-info input[type="radio"]:checked + label::before {
  background-color: #22313f;
  border-color: #22313f; }
.checkbox-info input[type="checkbox"]:checked ~ label::after, .checkbox-info input[type="radio"]:checked + label::after {
  color: #ffffff; }

.checkbox-warning input[type="checkbox"]:checked ~ label::before, .checkbox-warning input[type="radio"]:checked + label::before {
  background-color: #f0ad4e;
  border-color: #f0ad4e; }
.checkbox-warning input[type="checkbox"]:checked ~ label::after, .checkbox-warning input[type="radio"]:checked + label::after {
  color: #fff; }

.checkbox-success input[type="checkbox"]:checked ~ label::before, .checkbox-success input[type="radio"]:checked + label::before {
  background-color: #5cb85c;
  border-color: #5cb85c; }
.checkbox-success input[type="checkbox"]:checked ~ label::after, .checkbox-success input[type="radio"]:checked + label::after {
  color: #fff; }

.radio {
  padding-left: 20px; }
  .radio label {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 5px; }
    .radio label::before {
      content: "";
      display: inline-block;
      position: absolute;
      width: 17px;
      height: 17px;
      left: 0;
      margin-left: -20px;
      border: 1px solid #cccccc;
      border-radius: 50%;
      background-color: #fff;
      -webkit-transition: border 0.15s ease-in-out;
      -o-transition: border 0.15s ease-in-out;
      transition: border 0.15s ease-in-out; }
    .radio label::after {
      display: inline-block;
      position: absolute;
      content: " ";
      width: 11px;
      height: 11px;
      left: 3px;
      top: 3px;
      margin-left: -20px;
      border-radius: 50%;
      background-color: #555555;
      -webkit-transform: scale(0, 0);
      -ms-transform: scale(0, 0);
      -o-transform: scale(0, 0);
      transform: scale(0, 0);
      -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
      -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
      -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
      transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33); }
  .radio input[type="radio"] {
    opacity: 0;
    z-index: 1; }
    .radio input[type="radio"]:focus + label::before {
      outline: thin dotted;
      outline: 5px auto -webkit-focus-ring-color;
      outline-offset: -2px; }
    .radio input[type="radio"]:checked + label::after {
      -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
      -o-transform: scale(1, 1);
      transform: scale(1, 1); }
    .radio input[type="radio"]:disabled + label {
      opacity: 0.65; }
      .radio input[type="radio"]:disabled + label::before {
        cursor: not-allowed; }
  .radio.radio-inline {
    margin-top: 0; }
  .radio.radio-single {
    margin-top: 0;
    display: inline;
    margin-left: 10px;
    color: #316389; }

.radio-primary input[type="radio"] + label::after {
  background-color: #316389; }
.radio-primary input[type="radio"]:checked + label::before {
  border-color: #316389; }
.radio-primary input[type="radio"]:checked + label::after {
  background-color: #316389; }

.radio-danger input[type="radio"] + label::after {
  background-color: #d9534f; }
.radio-danger input[type="radio"]:checked + label::before {
  border-color: #d9534f; }
.radio-danger input[type="radio"]:checked + label::after {
  background-color: #d9534f; }

.radio-info input[type="radio"] + label::after {
  background-color: #22313f; }
.radio-info input[type="radio"]:checked + label::before {
  border-color: #22313f; }
.radio-info input[type="radio"]:checked + label::after {
  background-color: #22313f; }

.radio-warning input[type="radio"] + label::after {
  background-color: #f0ad4e; }
.radio-warning input[type="radio"]:checked + label::before {
  border-color: #f0ad4e; }
.radio-warning input[type="radio"]:checked + label::after {
  background-color: #f0ad4e; }

.radio-success input[type="radio"] + label::after {
  background-color: #5cb85c; }
.radio-success input[type="radio"]:checked + label::before {
  border-color: #5cb85c; }
.radio-success input[type="radio"]:checked + label::after {
  background-color: #5cb85c; }

input[type="checkbox"].styled:checked ~ label:after, input[type="radio"].styled:checked + label:after {
  font-family: "FontAwesome";
  content: ""; }
input[type="checkbox"] .styled:checked ~ label::before, input[type="radio"] .styled:checked + label::before, input[type="checkbox"] .styled:checked + label::after, input[type="radio"] .styled:checked + label::after {
  color: #fff; }

.wizard {
  background-color: #ecf0f1; }
  .wizard h1 {
    font-size: 4em;
    font-weight: 500; }
  .wizard h2 {
    font-size: 3em;
    font-weight: 300; }
  .wizard ol {
    font-size: 2.5em;
    font-weight: 300; }
  .wizard small {
    font-size: 0.5em;
    line-height: 17px; }
  .wizard label {
    color: #22313f;
    line-height: 17px; }
  .wizard .radio label {
    font-size: 18px; }
  .wizard .checkbox label {
    font-size: 18px; }
  .wizard .container {
    padding: 0 50px; }
  .wizard .start {
    width: 100%;
    height: 100vh;
    display: table;
    background-position: center;
    background-size: cover; }
    .wizard .start .start-content {
      display: table-cell;
      vertical-align: middle;
      text-align: left;
      padding: 0 0 10vh 0; }
      .wizard .start .start-content h2 {
        margin-left: -40px; }
  .wizard .form-group {
    min-height: 40vh;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 20vh;
    margin-top: 20vh; }
    .wizard .form-group .form-control {
      border-bottom-style: dashed;
      font-size: 0.8em;
      color: #316389;
      height: inherit;
      margin: 5% 0 0 0; }
    .wizard .form-group .question {
      margin: 0 0 2vh 0; }
  .wizard .footer {
    position: fixed;
    left: 0px;
    bottom: 0px; }
    .wizard .footer p {
      margin-bottom: 0px; }
  .wizard .input_hidden {
    position: absolute;
    left: -9999px; }
  .wizard .selected {
    background-color: #316389;
    color: #ffffff; }
  .wizard #images label {
    display: inline-block;
    border: solid 1px #bdc3c7;
    cursor: pointer;
    font-size: 12px;
    margin: 5px 5px;
    padding: 5px;
    border-radius: 5px; }
    .wizard #images label:hover {
      background-color: #f6fafb; }
    .wizard #images label img {
      padding: 3px;
      width: 100px; }
    .wizard #images label span {
      display: block;
      text-align: center;
      margin: 0 0 5px 0;
      width: 100px;
      min-height: 34px; }
  .wizard .progress-small {
    margin: 10px 0 10px 0;
    width: 100%; }

.popover-title {
  background-color: #22313f;
  color: #ffffff; }

@media only screen and (max-width: 768px) {
  .seeker .ibox-title h1 {
    font-size: 22px; } }
.seeker #SignUp {
  position: absolute;
  display: block;
  top: 0;
  right: 10px; }
  @media only screen and (max-width: 768px) {
    .seeker #SignUp {
      position: inherit;
      margin: 5px 0; } }
.seeker .blur #ProviderDescription {
  color: transparent;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }
.seeker .blur #SignUp {
  position: absolute;
  /*top: 30% */
  /*left: 30% */
  display: block;
  top: 0;
  right: 10px; }
  @media only screen and (max-width: 768px) {
    .seeker .blur #SignUp {
      position: inherit;
      margin: 5px 0; } }
.seeker .spin-icon {
  position: absolute;
  padding: 7px 10px 7px 13px;
  font-size: 14px;
  font-weight: 400;
  width: 180px;
  left: -140px;
  border-radius: 0 4px 4px 0;
  color: #fff;
  cursor: pointer;
  z-index: 1;
  transition: all 0.5s;
  text-align: right; }
  .seeker .spin-icon i {
    font-size: 18px;
    margin: 5px 4px 2px 10px; }
  .seeker .spin-icon span {
    top: -0.15em;
    position: relative; }
  .seeker .spin-icon.first-placement {
    top: 92px;
    background: #316389; }
  .seeker .spin-icon.second-placement {
    top: 132px;
    background: #22313f; }
  .seeker .spin-icon.third-placement {
    top: 172px;
    background: #ff5442; }
  .seeker .spin-icon.first-placement:hover, .seeker .spin-icon.second-placement:hover, .seeker .spin-icon.third-placement:hover {
    left: 0px; }
.seeker #edit-profile h2 {
  margin-bottom: 0px;
  color: #316389; }
.seeker #edit-profile small {
  margin-bottom: 20px; }
.seeker #edit-profile .header {
  margin-bottom: 25px;
  margin-top: 40px;
  border-top: solid 1px #CECDCD; }
.seeker #edit-provider h2 {
  margin-bottom: 0px;
  color: #316389; }
.seeker #edit-provider small {
  margin-bottom: 20px; }
.seeker #edit-provider .header {
  margin-bottom: 25px;
  margin-top: 40px;
  border-top: solid 1px #CECDCD; }
.seeker #profile-management .modal-body {
  background-color: #ffffff; }
.seeker #profile-management .user-details {
  float: right; }
  .seeker #profile-management .user-details .label {
    margin: 0 2px; }
.seeker #profile-management .panel-default .panel-heading i {
  font-size: inherit; }
.seeker .profile-title {
  min-height: 75px; }
  .seeker .profile-title h1 {
    margin-bottom: 0px; }
  .seeker .profile-title small {
    display: block; }
  .seeker .profile-title .ibox-tools {
    display: inline-block;
    float: right; }
  .seeker .profile-title h1 {
    /*float: left */
    display: inline-block; }
  .seeker .profile-title .review-block {
    display: inline-block;
    float: right; }
    @media only screen and (max-width: 768px) {
      .seeker .profile-title .review-block {
        display: block;
        float: none; } }
    .seeker .profile-title .review-block .review i {
      margin: 0 1px;
      color: #316389;
      font-size: 21px; }
    .seeker .profile-title .review-block .review .review-icon {
      width: 20px; }
  .seeker .profile-title .helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle; }
  .seeker .profile-title .profile-logo {
    height: 45px;
    width: 100%;
    white-space: nowrap;
    text-align: right; }
    @media only screen and (max-width: 767px) {
      .seeker .profile-title .profile-logo {
        text-align: left;
        height: 70px; } }
  .seeker .profile-title #profile-logo-edit {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    top: 0;
    background: rgba(60, 64, 66, 0.8);
    height: 45px;
    border-radius: 4px;
    visibility: hidden; }
    .seeker .profile-title #profile-logo-edit p {
      margin-top: 12px;
      color: #ffffff; }
  .seeker .profile-title img {
    vertical-align: middle;
    max-height: 45px;
    max-width: 100%; }
    @media only screen and (max-width: 767px) {
      .seeker .profile-title img {
        margin: 15px 0; } }
  .seeker .profile-title .profile-logo:hover #profile-logo-edit {
    visibility: visible; }
@media (max-width: 700px) {
  .seeker .full {
    display: none; }
  .seeker .vertical-timeline-content ul {
    padding-left: 16px; } }
@media (min-width: 701px) {
  .seeker .mobile {
    display: none; } }
.seeker .review-block {
  display: inline-block;
  float: right;
  margin-bottom: 20px; }
  @media only screen and (max-width: 768px) {
    .seeker .review-block {
      display: block;
      float: none; } }
  .seeker .review-block .review i {
    margin: 0 1px;
    color: #316389;
    font-size: 21px; }
  .seeker .review-block .review .review-icon {
    width: 25px; }
.seeker .carematch-note img {
  width: 100%;
  max-width: 200px;
  display: block;
  margin: auto; }
.seeker .refine-results .collapse-link {
  cursor: pointer; }
.seeker .refine-results .collapse-link:hover {
  color: #65378e; }
.seeker .refine-results .filter {
  border-bottom: solid 1px #bdc3c7;
  padding: 10px 0 10px 0; }
.seeker .refine-results .divider {
  width: 100%;
  text-align: center;
  /*border-bottom: 2px solid $primary */
  /*line-height: 0.1em */
  margin: 20px 0;
  background-color: #ecf0f1; }
  .seeker .refine-results .divider span {
    background: #ffffff;
    padding: 5px 10px;
    color: #65378e;
    font-weight: 700; }
.seeker .refine-results .search-number {
  border: solid 2px #316389;
  background-color: #22313f;
  color: white;
  border-radius: 15px;
  width: 24px;
  height: 24px;
  text-align: center;
  font-weight: bold;
  display: inline-block; }
.seeker .refine-results h3 {
  display: inline-block;
  margin-left: 5px; }
.seeker .search-results {
  margin-bottom: 100px; }
  @media (min-width: 992px) {
    .seeker .search-results {
      /*overflow-y: scroll */
      /*height: 85vh */ } }
  .seeker .search-results .careseeker-result .ibox-title .ibox-tools {
    display: inline-block;
    float: right; }
  @media only screen and (max-width: 400px) {
    .seeker .search-results .careseeker-result .image-container .image-crop {
      height: 200px;
      overflow: hidden; } }
  @media only screen and (max-width: 400px) {
    .seeker .search-results .careseeker-result .image-container .image-crop img {
      margin: 50%; } }
  .seeker .search-results .careseeker-result .image-container img {
    width: 100%;
    margin: 0 0 10px 0; }
  @media only screen and (max-width: 480px) {
    .seeker .search-results .careseeker-result .col-xs-4 {
      width: 50%; } }
  @media only screen and (max-width: 400px) {
    .seeker .search-results .careseeker-result .col-xs-4 {
      width: 100%; } }
  @media only screen and (max-width: 480px) {
    .seeker .search-results .careseeker-result .col-xs-8 {
      width: 100%; } }
  .seeker .search-results .careseeker-result .thumbnail-search {
    width: 100%;
    height: 150px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin: 0 0 10px 0; }
  .seeker .search-results .careseeker-result .distance {
    margin: 0 0 5px 0; }
  .seeker .search-results .careseeker-result .ibox-footer {
    overflow: inherit;
    min-height: 51px; }
    .seeker .search-results .careseeker-result .ibox-footer button {
      float: right; }
    .seeker .search-results .careseeker-result .ibox-footer .btn-group {
      float: right; }
      .seeker .search-results .careseeker-result .ibox-footer .btn-group .dropdown-menu {
        min-width: inherit; }
    .seeker .search-results .careseeker-result .ibox-footer .carematch-score {
      display: inline-block;
      margin-top: 7px; }
      .seeker .search-results .careseeker-result .ibox-footer .carematch-score img {
        width: 17px;
        margin-right: 6px;
        margin-top: 1px;
        vertical-align: top; }
  .seeker .search-results .careseeker-result #already-saved:hover {
    background-color: #316389;
    border-color: #316389;
    color: #ffffff; }
  .seeker .search-results .additional-results .ibox-content {
    background-color: #65378e;
    color: #ffffff;
    text-align: center; }
    .seeker .search-results .additional-results .ibox-content h2 {
      margin-bottom: 0px;
      font-weight: 400; }
    .seeker .search-results .additional-results .ibox-content p {
      margin-bottom: 0px; }
@media (max-width: 991px) {
  .seeker .search-refine {
    display: none; } }
.seeker .notes .note {
  margin-bottom: 10px; }
  .seeker .notes .note .user {
    border-bottom: #316389 1px solid; }
.seeker .notes .feed-activity-list .feed-element {
  border: none;
  padding-bottom: 0px; }
.seeker .client-management .ibox-footer {
  overflow: inherit;
  min-height: 51px; }
  .seeker .client-management .ibox-footer button {
    float: right; }
  .seeker .client-management .ibox-footer .btn-group {
    float: right; }
    .seeker .client-management .ibox-footer .btn-group .dropdown-menu {
      min-width: inherit; }
.seeker .search-parameters {
  display: inline-block; }
  .seeker .search-parameters h2 {
    display: inline-block; }
.seeker .view-controls {
  display: inline-block;
  float: right;
  text-align: right;
  margin-top: 20px; }
  @media (max-width: 767px) {
    .seeker .view-controls {
      display: block;
      float: none;
      text-align: left; } }
  .seeker .view-controls .form-control {
    width: 200px;
    display: inline-block; }
  .seeker .view-controls button {
    margin-left: 10px; }
.seeker .modal-header h4 {
  width: 70%;
  margin: auto; }
.seeker .modal-header p {
  width: 70%;
  margin: auto; }
.seeker .modal-cta {
  text-align: center; }
  .seeker .modal-cta .btn {
    margin-top: 4vh; }
.seeker .modal-height {
  max-height: 67vh; }
.seeker .carousel .img-block {
  width: 100%;
  height: 50vh; }
  .seeker .carousel .img-block .img {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 50vh; }
  .seeker .carousel .img-block .portrait {
    background-size: contain; }
.seeker .top-navigation .nav > li.active {
  background: red; }
.seeker .tabs-container {
  margin-top: 20px; }
.seeker .services-container {
  margin-bottom: 100px; }
  .seeker .services-container .cms-blocks p {
    margin-left: 20px; }
    @media only screen and (max-width: 480px) {
      .seeker .services-container .cms-blocks p {
        margin-left: 0px; } }
  .seeker .services-container .cms-blocks .cms-rating {
    color: #f8ac59;
    font-size: 18px; }
    @media only screen and (max-width: 400px) {
      .seeker .services-container .cms-blocks .cms-rating {
        display: block; } }
  .seeker .services-container .cms-blocks .cms-category {
    min-width: 130px;
    display: inline-block;
    font-weight: bold; }
.seeker .top-navigation .nav > li.active {
  background: none !important; }
.seeker .nav.nav-tabs li {
  background: none !important; }
.seeker .owner-content {
  background-color: #22313f;
  border-radius: 5px;
  color: #ffffff;
  padding: 15px;
  margin: 15px 0; }
  .seeker .owner-content .edit-button {
    display: inherit;
    padding: 0 15px; }
    .seeker .owner-content .edit-button h3 {
      position: absolute; }
    .seeker .owner-content .edit-button button {
      display: inline-block;
      margin-left: 15px;
      float: right; }
    .seeker .owner-content .edit-button label {
      display: inline-block; }
    .seeker .owner-content .edit-button .col-md-12 {
      min-height: 30px; }
    @media only screen and (max-width: 480px) {
      .seeker .owner-content .edit-button h3 {
        position: inherit; }
      .seeker .owner-content .edit-button button {
        float: none;
        margin-left: 0px;
        margin-right: 15px; } }
.seeker .legacy-account button {
  margin-top: 10px;
  display: block; }
@media (min-width: 768px) {
  .seeker #add-new .modal-dialog {
    width: 750px; } }
@media (min-width: 768px) {
  .seeker #add-new-free .modal-dialog {
    width: 750px; } }
.seeker #profile-management .panel .panel-heading .panel-title .label {
  float: right;
  position: relative;
  top: -1px; }
.seeker #profile-management .panel .panel-footer {
  background-color: #ffffff;
  border-top: solid 1px #e7eaec; }
.seeker .memory-care {
  background-color: #316389;
  color: #ffffff;
  font-size: 10px;
  font-weight: 600;
  padding: 3px 8px;
  text-shadow: none;
  text-transform: uppercase;
  border-radius: 0.25em;
  width: 166px;
  margin-bottom: 10px;
  float: right; }
  @media only screen and (max-width: 768px) {
    .seeker .memory-care {
      float: none; } }
  .seeker .memory-care img {
    height: 20px;
    margin-right: 5px; }
.seeker .license {
  color: #bdc3c7;
  font-size: 0.9em;
  display: block; }
.seeker .list-group {
  margin-top: 25px; }
  .seeker .list-group .list-group-item i {
    color: #316389;
    margin-right: 5px; }
  .seeker .list-group .list-group-item a {
    color: #22313f; }
    .seeker .list-group .list-group-item a i {
      color: #22313f; }
  .seeker .list-group .list-group-item a:hover {
    color: #316389; }
    .seeker .list-group .list-group-item a:hover i {
      color: #316389; }
.seeker .updated-labels {
  text-align: right;
  margin: 0 0 15px 0; }
  .seeker .updated-labels small {
    color: #bdc3c7; }
  @media only screen and (max-width: 768px) {
    .seeker .updated-labels {
      float: none;
      text-align: left; } }
  .seeker .updated-labels button {
    float: right;
    margin-top: 20px; }
.seeker .awards {
  text-align: right; }
  @media only screen and (max-width: 768px) {
    .seeker .awards {
      text-align: left; } }
  .seeker .awards img {
    max-width: 130px; }
.seeker .carematch-results .legend-item {
  display: inline-block;
  margin: 10px 10px 0px; }
  .seeker .carematch-results .legend-item img {
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 18px; }
  .seeker .carematch-results .legend-item p {
    font-weight: 600;
    margin-top: 5px;
    text-transform: uppercase;
    font-size: 12px;
    text-align: center;
    margin-bottom: 0px; }
.seeker .carematch-results .legend {
  float: right;
  border: solid 1px #e7eaec;
  padding: 5px;
  border-radius: 3px;
  background-color: #f6fafb; }
  @media only screen and (max-width: 991px) {
    .seeker .carematch-results .legend {
      float: left; } }
  .seeker .carematch-results .legend h3 {
    margin-top: 0px; }
.seeker .carematch-results .disclaimer {
  /*display: inline-block */ }
.seeker .carematch-results .actions {
  margin-top: 12px;
  margin-bottom: 10px;
  /*display: inline-block */
  /*float: right */
  /*@media only screen and (max-width : 991px)*/
   * /*float: none*/
   * /*margin-top: 5px*/
   * /*button*/
   * 	/*margin-bottom: 0px */ }
.seeker .carematch-results table {
  margin-bottom: 0px; }
  .seeker .carematch-results table thead tr th {
    text-align: center;
    text-transform: uppercase;
    font-weight: 400; }
  .seeker .carematch-results table thead tr .feature .footable-sort-indicator {
    display: none; }
  .seeker .carematch-results table tbody {
    text-align: center; }
    .seeker .carematch-results table tbody tr {
      display: none; }
      .seeker .carematch-results table tbody tr .parent {
        display: table-row; }
      .seeker .carematch-results table tbody tr .open {
        display: table-row; }
      .seeker .carematch-results table tbody tr td {
        vertical-align: middle;
        height: 50px; }
  @media only screen and (max-width: 550px) {
    .seeker .carematch-results table tfoot .expanded-results {
      display: none !important; } }
  .seeker .carematch-results table tfoot .pagination {
    float: right; }
    @media only screen and (max-width: 550px) {
      .seeker .carematch-results table tfoot .pagination {
        float: left; } }
  .seeker .carematch-results table tfoot ul {
    padding-left: 0px; }
.seeker .carematch-results .expanded-results {
  display: none; }
  @media only screen and (max-width: 550px) {
    .seeker .carematch-results .expanded-results {
      display: block;
      margin-left: 7px; } }
.seeker .carematch-results .footable .footable-odd {
  background-color: #f6fafb; }
.seeker .carematch-results .footable .fa-star {
  color: #65378e; }
.seeker .carematch-results .footable .fa-star-half-o {
  color: #f8ac59; }
.seeker .carematch-results .footable .fa-star-o {
  color: #ff5442; }
.seeker .carematch-results .footable .score {
  font-weight: 700;
  font-size: 1.1em;
  color: #22313f; }
.seeker .carematch-results .footable .score-row {
  background-color: #f2eaf5; }
.seeker .carematch-results .footable small {
  display: block;
  margin: 5px 0px 5px 0px; }
.seeker .carematch-results .footable .option {
  margin-left: 10px; }
.seeker .carematch-results .footable .options {
  display: none; }
.seeker .carematch-results .footable img {
  width: 15px; }
.seeker .carematch .tabs-container .tab-pane .panel-body {
  padding-top: 0px; }
.seeker .carematch .form-alternative .col-sm-4 {
  margin-bottom: 10px;
  border-bottom: solid 1px #ecf0f1;
  padding-bottom: 20px; }
.seeker .grid .grid:after {
  content: "";
  display: block;
  clear: both; }
.seeker .grid .grid-sizer, .seeker .grid .grid-item {
  width: 31.333333%;
  margin-bottom: 3%;
  -moz-column-gap: 4.5em;
  -webkit-column-gap: 4.5em;
  column-gap: 4.5em; }
  @media screen and (max-width: 1199px) {
    .seeker .grid .grid-sizer, .seeker .grid .grid-item {
      -moz-column-gap: 4em;
      -webkit-column-gap: 4em;
      column-gap: 4em; } }
.seeker .grid .grid-item--width2 {
  width: 65.666666%;
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2; }
  @media screen and (max-width: 991px) {
    .seeker .grid .grid-item--width2 {
      width: 100%;
      -moz-column-count: 2;
      -webkit-column-count: 2;
      column-count: 2; } }
  @media screen and (max-width: 768px) {
    .seeker .grid .grid-item--width2 {
      -moz-column-count: 1;
      -webkit-column-count: 1;
      column-count: 1; } }
  .seeker .grid .grid-item--width2 label {
    -moz-column-span: all;
    -webkit-column-span: all;
    column-span: all; }
.seeker .grid .grid-item--width3 {
  width: 100%;
  -moz-column-count: 3;
  -webkit-column-count: 3;
  column-count: 3; }
  @media screen and (max-width: 991px) {
    .seeker .grid .grid-item--width3 {
      width: 100%;
      -moz-column-count: 2;
      -webkit-column-count: 2;
      column-count: 2; } }
  @media screen and (max-width: 768px) {
    .seeker .grid .grid-item--width3 {
      -moz-column-count: 1;
      -webkit-column-count: 1;
      column-count: 1; } }
  .seeker .grid .grid-item--width3 label {
    -moz-column-span: all;
    -webkit-column-span: all;
    column-span: all; }
@media screen and (max-width: 991px) {
  .seeker .grid .grid-sizer, .seeker .grid .grid-item {
    width: 48.5%; } }
@media screen and (max-width: 600px) {
  .seeker .grid .grid-sizer, .seeker .grid .grid-item {
    width: 100%; } }
.seeker .grid .gutter-sizer {
  width: 3%; }
.seeker .grid .grid-item {
  float: left;
  border: solid 1px #ecf0f1;
  padding: 15px; }
  .seeker .grid .grid-item .control-label {
    padding-top: 0px; }
.seeker .form-alternative .control-label {
  text-align: left;
  display: block; }
  @media (min-width: 768px) {
    .seeker .form-alternative .control-label {
      text-align: left; } }
.seeker .user-review {
  border-bottom: solid 1px #22313f;
  margin: 15px 0 20px;
  padding-bottom: 20px; }
  .seeker .user-review .review {
    display: inline-block; }
    .seeker .user-review .review i {
      margin: 0 1px;
      color: #316389;
      font-size: 21px; }
  .seeker .user-review .date {
    display: inline-block;
    float: right;
    color: #bdc3c7; }
.seeker #memory_care_conditions {
  display: none; }
  .seeker #memory_care_conditions * {
    transition: all 0.25s; }
  .seeker #memory_care_conditions.hideThis .alert {
    background: transparent;
    border-top: 1px solid transparent; }
.seeker .patient-profile img {
  width: 20px; }
.seeker .carematch-data {
  /*height: 241px */
  /*overflow-y: scroll */ }
.seeker .bottom-button {
  margin-bottom: 40px; }
.seeker .portal-search .ibox-title h1 {
  text-align: center;
  color: #316389;
  font-weight: 600;
  font-size: 30px; }
  @media only screen and (max-width: 768px) {
    .seeker .portal-search .ibox-title h1 {
      font-size: 25px; } }
.seeker .portal-search .ibox-title p {
  text-align: center;
  width: 80%;
  margin-left: 10%; }
.seeker .embed-container {
  margin-top: 0px; }
.seeker .vertical-timeline-block .form-group {
  margin-left: 10px;
  margin-right: 10px; }
  .seeker .vertical-timeline-block .form-group input {
    margin-left: 10px; }
  .seeker .vertical-timeline-block .form-group .radio {
    margin-left: 10px; }
  .seeker .vertical-timeline-block .form-group .checkbox {
    margin-left: 10px; }
  .seeker .vertical-timeline-block .form-group textarea {
    margin-left: 10px; }

.column-text-2 {
  columns: 2; }

#edit-images table tbody tr td {
  vertical-align: middle; }
  #edit-images table tbody tr td img {
    width: 120px; }
    @media only screen and (max-width: 768px) {
      #edit-images table tbody tr td img {
        width: 80px; } }
  #edit-images table tbody tr td .form-group {
    width: 90%; }

.pd-landing .header-row {
  background-color: #ffffff; }
  .pd-landing .header-row .logo {
    height: 70px;
    padding: 10px 15px;
    font-size: 18px;
    line-height: 20px;
    margin-left: 15px; }
    @media only screen and (max-width: 768px) {
      .pd-landing .header-row .logo {
        height: 50px; } }
  .pd-landing .header-row .powered-by {
    display: inline;
    float: right; }
    .pd-landing .header-row .powered-by .logo {
      margin-right: 15px;
      margin-left: 0px;
      padding: 20px 15px; }
      @media only screen and (max-width: 768px) {
        .pd-landing .header-row .powered-by .logo {
          padding: 15px 15px; } }
    .pd-landing .header-row .powered-by p {
      display: inline;
      padding: 15px 0px;
      line-height: 20px;
      text-transform: uppercase;
      font-size: 10px;
      font-weight: 600; }
.pd-landing .background-image {
  background-size: cover;
  background-position: center; }
.pd-landing .ibox-title {
  background-color: rgba(255, 255, 255, 0.9); }
.pd-landing .ibox-content {
  background-color: rgba(255, 255, 255, 0.9); }
.pd-landing .ibox-tools {
  float: right;
  text-align: right;
  display: inline-block; }
  @media (max-width: 420px) {
    .pd-landing .ibox-tools {
      float: right;
      text-align: right;
      display: inline-block; } }
  @media (max-width: 350px) {
    .pd-landing .ibox-tools {
      float: right;
      text-align: right;
      display: inline-block; } }
.pd-landing .navbar-static-top .navbar-header .mobile-nav {
  display: none; }
  @media (max-width: 767px) {
    .pd-landing .navbar-static-top .navbar-header .mobile-nav {
      display: inherit; } }
  .pd-landing .navbar-static-top .navbar-header .mobile-nav .mobile-nav-item {
    width: fit-content; }
.pd-landing .navbar-static-top .navbar-header .nav > li {
  display: inline-block; }
.pd-landing .page-heading p {
  display: inline-block;
  margin-top: 22px; }
  @media (max-width: 767px) {
    .pd-landing .page-heading p {
      margin-top: 5px; } }
@media (max-width: 767px) {
  .pd-landing .page-heading .view-controls {
    margin-top: 0px; }
    .pd-landing .page-heading .view-controls .form-control {
      width: 160px; } }
@media (max-width: 991px) {
  .pd-landing .search-refine {
    display: block; } }
@media (max-width: 767px) {
  .pd-landing .search-refine {
    display: none; } }
@media (max-width: 767px) {
  .pd-landing #refine-search .refine-results {
    display: block; } }
@media (max-width: 767px) {
  .pd-landing #refine-search .search-refine {
    display: block; } }
.pd-landing #refine-search .modal-dialog {
  margin: 0px;
  height: 100%; }
  .pd-landing #refine-search .modal-dialog .modal-content {
    border: none;
    box-shadow: none;
    border-radius: 0px;
    min-height: 100%; }
    .pd-landing #refine-search .modal-dialog .modal-content .modal-header {
      padding: 15px; }
    .pd-landing #refine-search .modal-dialog .modal-content .modal-header {
      height: 10vh; }
      .pd-landing #refine-search .modal-dialog .modal-content .modal-header h4 {
        width: fit-content;
        text-align: left;
        float: left;
        display: inline-block;
        margin-top: 9px; }
      .pd-landing #refine-search .modal-dialog .modal-content .modal-header button {
        display: inline-block;
        float: right; }
    .pd-landing #refine-search .modal-dialog .modal-content .modal-body {
      padding: 0px;
      height: 90vh;
      overflow-y: auto; }
      .pd-landing #refine-search .modal-dialog .modal-content .modal-body .ibox {
        margin-bottom: 0px; }

/* Only demo */
@media (max-width: 1000px) {
  .welcome-message {
    display: none; } }
#wrapper {
  border-top: solid 5px #316389; }
  #wrapper #page-wrapper .header-row .crf-logo {
    height: 45px;
    margin-top: 13px; }
    @media only screen and (max-width: 400px) {
      #wrapper #page-wrapper .header-row .crf-logo {
        height: inherit;
        width: 100%;
        margin-top: 0px;
        margin-left: 0px;
        padding-left: 25px;
        padding-right: 25px; } }

@media only screen and (max-width: 767px) {
  .white-bg .navbar-fixed-top, .white-bg .navbar-static-top {
    background-color: #ffffff; }

  .pd-landing .header-row .powered-by {
    display: none; } }
@media only screen and (min-width: 768px) {
  .powered-by-mobile {
    display: none; } }
.navbar-logo {
  background-color: inherit;
  padding: 2px;
  float: left;
  margin-right: 5px; }
  .navbar-logo .logo {
    height: 28px; }
    @media only screen and (max-width: 320px) {
      .navbar-logo .logo {
        height: 25px; } }

.textured-bg {
  background-color: #ffffff;
  background-image: none; }

#logo-header {
  background-color: #f6fafb;
  text-align: center;
  padding-top: 0px;
  padding-bottom: 0px; }
  #logo-header p {
    margin-bottom: 0px; }
  #logo-header img {
    margin: 0px 5px; }

.page-heading {
  background-color: #f6fafb;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.5); }

.ibox-title {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background-color: #ffffff;
  border-color: #e7eaec;
  border-image: none;
  border-style: solid solid none;
  border-width: 0px 0 0;
  color: inherit;
  margin-bottom: 0;
  padding: 14px 15px 7px;
  min-height: 48px; }
  .ibox-title h5 {
    margin: 3px 0 0;
    font-weight: 800; }

.ibox-content {
  background-color: #ffffff;
  color: inherit;
  padding: 15px 20px 20px 20px;
  border-color: #e7eaec;
  border-image: none;
  border-style: solid solid none;
  border-width: 1px 0; }
  @media (max-width: 480px) {
    .ibox-content {
      padding: 15px 10px 20px 10px; } }
  .ibox-content .header {
    margin: 0 0 20px 0; }

.ibox-footer {
  color: inherit;
  border-top: 1px solid #e7eaec;
  font-size: 90%;
  background: #ffffff;
  padding: 10px 15px; }

.form-control, .single-line {
  background-color: transparent;
  background-image: none;
  border: 1px solid #bdc3c7;
  border-radius: 5px;
  color: inherit;
  display: block;
  padding: 6px 12px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  width: 100%;
  font-size: 14px;
  margin: 5px; }

.form-control:focus, .single-line:focus {
  border-color: #316389 !important;
  border: 2px solid; }

.btn {
  border-radius: 0px;
  text-transform: uppercase;
  font-weight: 600; }

.panel-default .panel-heading h4 {
  font-size: 1.25em; }
  @media only screen and (max-width: 610px) {
    .panel-default .panel-heading h4 {
      margin-left: 55px;
      text-indent: -55px; } }
  @media only screen and (max-width: 400px) {
    .panel-default .panel-heading h4 {
      font-size: 1.1em;
      margin-left: 40px;
      text-indent: -45px; } }
  @media only screen and (max-width: 320px) {
    .panel-default .panel-heading h4 {
      font-size: 1em;
      margin-left: 20px;
      text-indent: -30px; } }
.panel-default .panel-heading img {
  width: 40px;
  margin-right: 10px; }
  @media only screen and (max-width: 400px) {
    .panel-default .panel-heading img {
      width: 30px; } }
  @media only screen and (max-width: 320px) {
    .panel-default .panel-heading img {
      width: 20px;
      margin-right: 5px; } }

.panel-group .panel {
  border-radius: 0px; }

.careseeker-search {
  width: 100%; }
  @media only screen and (max-width: 768px) {
    .careseeker-search .col-sm-12 {
      padding-left: 0px;
      padding-right: 0px; }
      .careseeker-search .col-sm-12 .panel-body {
        padding: 15px 0px; } }
  .careseeker-search .panel-heading.active {
    background-color: #316389;
    color: #ffffff; }
  .careseeker-search .location-parameters {
    text-align: left; }
  .careseeker-search .form-control {
    width: 340px;
    font-size: 20px;
    height: 40px; }
    @media only screen and (max-width: 480px) {
      .careseeker-search .form-control {
        width: 90%;
        font-size: 16px; } }
  .careseeker-search .radio {
    padding-left: 35px; }
  .careseeker-search .search-button {
    text-align: left;
    margin: 30px 0px 0 15px; }
  .careseeker-search .checkbox {
    padding-left: 35px;
    margin-top: 25px; }

.seeker .portal-search .ibox-title h1 {
  font-size: 22px; }
  @media only screen and (max-width: 768px) {
    .seeker .portal-search .ibox-title h1 {
      font-size: 21px; } }
  @media only screen and (max-width: 400px) {
    .seeker .portal-search .ibox-title h1 {
      font-size: 20px; } }
.seeker .portal-search .ibox-content p {
  text-align: left; }
@media only screen and (max-width: 767px) {
  .seeker .portal-search .desktop-search {
    display: none; } }
@media only screen and (min-width: 768px) {
  .seeker .portal-search .mobile-search {
    display: none; } }
.seeker .modal-header h4 {
  width: 80%; }

.carematch-tabs > li > a {
  color: #22313f !important; }

.footer .powered-by {
  display: inline;
  float: center; }
  @media only screen and (max-width: 768px) {
    .footer .powered-by {
      display: block;
      margin: 5px; } }
  .footer .powered-by .logo {
    margin-right: 15px;
    margin-left: 0px;
    padding: 0px 15px;
    height: 20px;
    font-size: 18px; }
    @media only screen and (max-width: 768px) {
      .footer .powered-by .logo {
        padding: 0px 15px; } }
    @media only screen and (max-width: 480px) {
      .footer .powered-by .logo {
        padding: 0px 15px; } }
  .footer .powered-by p {
    display: inline;
    padding: 15px 0px;
    line-height: 20px;
    font-size: 10px;
    font-weight: 600; }

.disclaimer {
  background: #dbe3eb;
  text-align: center;
  padding: 68px 0; }

@media only screen and (max-width: 400px) {
  .top-navigation .navbar {
    margin: 0 15px 0 0px; }

  .navbar-static-top .navbar-header ul {
    list-style: none; } }
.mobile-details {
  display: none;
  text-align: center;
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  z-index: 50;
  margin-bottom: 0px;
  -webkit-box-shadow: 0px -2px 5px 0px rgba(0, 0, 0, 0.45);
  -moz-box-shadow: 0px -2px 5px 0px rgba(0, 0, 0, 0.45);
  box-shadow: 0px -2px 5px 0px rgba(0, 0, 0, 0.45); }
  .mobile-details.active {
    display: inherit; }

.glossary .btn-group .btn {
  padding: 6px 10px; }
.glossary .ibox-content .grid .grid:after {
  content: "";
  display: block;
  clear: both; }
.glossary .ibox-content .grid .grid-sizer, .glossary .ibox-content .grid .grid-item {
  width: 100%;
  margin-bottom: 3%; }
.glossary .ibox-content .grid .gutter-sizer {
  width: 0%; }

.grid .grid-sizer, .grid .grid-item {
  width: 100%;
  margin-bottom: 3%; }
  .grid .grid-sizer .license-details, .grid .grid-item .license-details {
    border: solid 1px #e7eaec;
    padding: 15px;
    margin-top: 15px; }
    .grid .grid-sizer .license-details button, .grid .grid-item .license-details button {
      margin: 10px 0; }
.grid .gutter-sizer {
  width: 0%; }

@media print {
  nav.navbar-static-side {
    display: none; }

  #page-wrapper {
    margin: 0; } }

/*# sourceMappingURL=style.css.map */
@media only screen and (max-width: 480px) {
    .btn {
        font-weight: 400;
    } }

.policies a {
    color: #ecf0f1;
}

.policies a:hover {
    color: #8CB8D4;
}

