.center-block {
  float: none; }

.simple-page-header {
  background-color: #f2f2f2;
  text-align: center;
  padding-top: 25px; }
  .simple-page-header .main-title__secondary {
    font-size: 14px;
    position: relative;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
    margin-top: 10px;
    padding-top: 30px;
    margin-bottom: 0;
    color: #999999; }
    .simple-page-header .main-title__secondary:before {
      position: absolute;
      content: "";
      top: -1px;
      left: 50%;
      margin-left: -15px;
      height: 3px;
      width: 30px;
      background: #f7c51e; }
  .simple-page-header .main-title--small {
    padding: 20px 0; }
    .simple-page-header .main-title--small .main-title__primary {
      font-size: 30px; }
    .simple-page-header .main-title--small .main-title__secondary {
      border-top: none;
      padding-top: 0;
      margin-top: 10px;
      font-weight: normal;
      font-size: 14px;
      font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
      letter-spacing: 0; }
      .simple-page-header .main-title--small .main-title__secondary:before {
        display: none; }

/* 05.04. Breadcrumbs */
.breadcrumbs {
  box-shadow: 0 2px 2px #e6e6e6;
  font-size: 10px;
  margin-bottom: 30px; }
  @media (max-width: 50em) {
    .breadcrumbs {
      margin-bottom: -9px; } }
  .breadcrumbs a {
    position: relative;
    display: inline-block;
    padding: 10px 0;
    font-weight: bold;
    color: #666666;
    padding-right: 10px;
    margin-right: 10px;
    font-size: 10px; }
    .breadcrumbs a:before, .breadcrumbs a:after {
      position: absolute;
      content: "";
      height: 21px;
      width: 1px;
      right: 0;
      background: #e2e2e2; }
    .breadcrumbs a:before {
      top: -2px;
      -webkit-transform: rotate(-30deg);
      -ms-transform: rotate(-30deg);
      transform: rotate(-30deg); }
    .breadcrumbs a:after {
      bottom: -2px;
      -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
      transform: rotate(30deg); }
    .breadcrumbs a:hover {
      color: #333333;
      text-decoration: none; }

header.header .logo_menu_bar .logo {
  display: block;
  width: 60%;
  margin-top: 10px;
  margin-left: 10px;
  margin-bottom: 10px; }
header.header .logo_menu_bar ul.top_buttons li.phonenum, header.header .logo_menu_bar ul.top_buttons li.phonenum * {
  color: #ffffff; }

.agent_nav {
  background: #156167; }
  @media (max-width: 50em) {
    .agent_nav {
      padding-right: 15px; } }
  .agent_nav ul {
    list-style-type: none;
    padding: 0; }
    .agent_nav ul li {
      display: block;
      float: left; }
      @media (max-width: 50em) {
        .agent_nav ul li {
          width: calc(100% / 2);
          text-align: center;
          border-bottom: 1px solid; } }
      .agent_nav ul li a {
        display: block;
        color: #fff;
        padding: 10px 20px; }
        @media (max-width: 50em) {
          .agent_nav ul li a {
            width: 100%; } }
        .agent_nav ul li a:hover {
          text-decoration: none; }
  @media (max-width: 50em) {
    .agent_nav ul.pull-right {
      margin-top: -35px !important;
      width: 50%; }
      .agent_nav ul.pull-right li {
        width: 100%; } }

.agent-wrapper * {
  text-transform: uppercase; }

.notification {
  position: fixed;
  bottom: 20px;
  left: 30px;
  background: #156167;
  padding: 10px 10px;
  z-index: 2;
  -webkit-box-shadow: rgba(0, 0, 0, 0.45) 0px 0px 10px 0px;
  -moz-box-shadow: rgba(0, 0, 0, 0.45) 0px 0px 10px 0px;
  -ms-box-shadow: rgba(0, 0, 0, 0.45) 0px 0px 10px 0px;
  -o-box-shadow: rgba(0, 0, 0, 0.45) 0px 0px 10px 0px;
  box-shadow: rgba(0, 0, 0, 0.45) 0px 0px 10px 0px;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  -webkit-transform-origin: left bottom;
  -moz-transform-origin: left bottom;
  -ms-transform-origin: left bottom;
  -o-transform-origin: left bottom;
  transform-origin: left bottom; }
  .notification p {
    margin: 0;
    color: #fff; }
  .notification.open {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1); }
  .notification.error {
    background: #ff3131; }
  .notification.success {
    background: #4caf50; }

.id_files_thumb {
  position: absolute;
  right: 2px;
  top: 20px;
  font-size: 40px; }

a:focus, a:active, a:hover {
  outline: 0 !important; }

.table-row-high tr {
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .table-row-high tr:hover {
    background: #eaeaea; }

.agent-dashboard-panel {
  margin-top: 30px; }
  .agent-dashboard-panel .user-title {
    font-size: 30px; }
  .agent-dashboard-panel .overview-boxes {
    margin-bottom: 40px; }
    .agent-dashboard-panel .overview-boxes > div {
      background: #eaeaea;
      margin: 5px;
      width: calc(25% - 10px); }
      @media (max-width: 50em) {
        .agent-dashboard-panel .overview-boxes > div {
          width: 97.333%;
          padding: 1px 20px; } }
      .agent-dashboard-panel .overview-boxes > div p {
        font-size: 20px; }

.news-box li {
  font-size: 13px; }

@media (max-width: 50em) {
  .logo_menu_bar {
    display: none; }

  .post-code-btn {
    position: absolute;
    right: 18px;
    top: -36px; }

  .hme_banner {
    margin-top: 0px; }

  .notification {
    bottom: 0;
    left: 0;
    width: 100%; } }
.messages {
  margin-top: 20px;
  max-height: 300px;
  overflow: auto;
  overflow-x: hidden;
  padding-top: 20px; }
  .messages::-webkit-scrollbar {
    width: .5em;
    height: .5em; }
  .messages::-webkit-scrollbar-thumb {
    background: slategray; }
  .messages::-webkit-scrollbar-track {
    background: #b8c0c8; }
  .messages {
    scrollbar-face-color: slategray;
    scrollbar-track-color: #b8c0c8; }
  .messages .msg {
    padding: 10px 10px;
    border-radius: 15px;
    color: #fff;
    margin-bottom: 45px; }
    .messages .msg.pull-right {
      background: #f7f7f7;
      color: #282828; }
    .messages .msg.pull-left {
      background: #052b51; }
    .messages .msg:after, .messages .msg:before {
      content: '';
      display: block;
      font-size: 10px;
      color: #000;
      float: right;
      clear: left;
      width: 100%;
      text-align: right;
      margin-top: -14px;
      top: 26px;
      position: relative; }
    .messages .msg:after {
      content: attr(data-dated); }
    .messages .msg:before {
      display: none;
      top: -11px;
      text-align: left;
      content: "From: " attr(data-from); }
    .messages .msg[data-from]:before {
      display: block; }

/*# sourceMappingURL=customs.css.map */
