@font-face {
  font-family: 'Play';
  font-weight: normal;
  src: url("../fonts/Play/Play-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Play/Play-Regular.woff2") format("woff2"), url("../fonts/Play/Play-Regular.woff") format("woff"), url("../fonts/Play/Play-Regular.ttf") format("truetype"), url("../fonts/Play/play.svg#svgPlayRegular") format("svg");
  /* Legacy iOS */ }

@font-face {
  font-family: 'Play';
  font-weight: bold;
  src: url("../fonts/Play/Play-Bold.woff2") format("woff2"), url("../fonts/Play/Play-Bold.woff") format("woff"), url("../fonts/Play/Play-Bold.ttf") format("truetype"), url("../fonts/Play/play.svg#svgPlayBold") format("svg");
  /* Legacy iOS */ }

.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  border-color: transparent;
  background-color: transparent;
  font-family: "Play", sans-serif; }

.center {
  text-align: center; }
  .center h1 {
    text-align: center; }

.title {
  font-size: 2em;
  text-align: center; }

.table {
  color: #000000; }
  .table .table-header {
    background-color: #999999;
    color: #ffffff;
    font-family: "Play", sans-serif;
    border-bottom: 0px;
    font-size: 1.2em; }

.tab-content {
  border-top: 1px solid #999999; }

.btn {
  color: #ffffff;
  font-size: 1em;
  font-family: "Play", sans-serif;
  text-transform: uppercase;
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  position: relative;
  z-index: 100;
  font-size: 0.8em;
  padding: 8px;
  font-weight: normal;
  border: 0px;
  background-color: #999999; }
  .btn:hover {
    background-color: #737373;
    color: #ffffff; }

.btn-group > .btn {
  margin-right: 1px; }

.peek-title-bar {
  box-shadow: 2px 3px 14px rgba(0, 0, 0, 0.35);
  background-color: #ffffff;
  text-transform: uppercase; }
  .peek-title-bar .title-bar-btn {
    font-size: 0.8em;
    border-radius: 0px !important;
    background-color: #28aae1 !important;
    margin-right: 0px;
    border-right: 1px solid #1a8cbc !important;
    border-left: 0px;
    float: left;
    color: #ffffff;
    font-size: 1em;
    font-family: "Play", sans-serif;
    text-transform: uppercase;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    position: relative;
    z-index: 100;
    font-size: 0.8em;
    padding: 8px;
    font-weight: normal;
    border: 0px;
    background-color: #999999; }
    .peek-title-bar .title-bar-btn:hover {
      background-color: #737373;
      color: #ffffff; }
  .peek-title-bar .btn-group {
    background-color: #28aae1; }
  .peek-title-bar .title-bar-btn:last-child {
    border-right: 0px !important; }

.peek-nav-section {
  border-bottom: 1px solid #cccccc;
  overflow: hidden;
  background: white; }
  .peek-nav-section .nav-section-btn {
    background-color: #999999;
    border-right: 1px solid #737373 !important;
    border-radius: 0px !important;
    border-left: 0px;
    float: left;
    color: #ffffff;
    font-size: 1em;
    font-family: "Play", sans-serif;
    text-transform: uppercase;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    position: relative;
    z-index: 100;
    font-size: 0.8em;
    padding: 8px;
    font-weight: normal;
    border: 0px;
    background-color: #999999;
    min-width: 40px; }
    .peek-nav-section .nav-section-btn:hover {
      background-color: #737373;
      color: #ffffff; }
    .peek-nav-section .nav-section-btn:last-child {
      border-right: 0px !important;
      border-radius: 0px 4px 4px 0px !important; }
    .peek-nav-section .nav-section-btn:first-child {
      border-radius: 4px 0px 0px 4px !important; }

.nav.nav-tabs {
  border-bottom: 0px solid #28aae1; }
  .nav.nav-tabs > li.active > a {
    border-radius: 0px 0px 0 0;
    font-size: 0.8em;
    border-radius: 0px; }
  .nav.nav-tabs > li > a {
    font-family: "Play", sans-serif;
    text-transform: uppercase;
    color: #666666;
    font-size: 0.8em;
    border: 0px;
    border-radius: 0px 0px 0 0;
    background-color: #eee; }

.peek-footer {
  background-color: #ffffff;
  text-align: center;
  box-shadow: 2px 3px 14px rgba(0, 0, 0, 0.35); }

.peek-home-screen .home-screen-icon {
  font-family: "Play", sans-serif;
  background-image: url("../images/button_home_background.png");
  background-repeat: repeat;
  display: block;
  color: #ffffff;
  text-transform: capitalize;
  text-align: center;
  border-radius: 6px;
  font-size: 1.1em;
  box-shadow: 2px 3px 14px rgba(0, 0, 0, 0.35); }

.peek-home-screen-background {
  background-image: url("../images/home_background.png");
  background-repeat: no-repeat;
  background-color: #fafafa;
  background-repeat: no-repeat;
  background-size: cover; }

.plugin-inbox .inbox-item,
.inboxActivity .inbox-item {
  overflow: hidden;
  display: table;
  border-bottom: 1px solid #ffffff; }
  .plugin-inbox .inbox-item .inbox-title,
  .inboxActivity .inbox-item .inbox-title {
    font-size: 1em; }
  .plugin-inbox .inbox-item .inbox-description,
  .inboxActivity .inbox-item .inbox-description {
    font-size: 0.9em; }
  .plugin-inbox .inbox-item .inbox-date-time,
  .inboxActivity .inbox-item .inbox-date-time {
    font-size: 0.8em;
    border-bottom: 1px solid #cccccc;
    text-align: right; }
  .plugin-inbox .inbox-item .btn,
  .inboxActivity .inbox-item .btn {
    color: #ffffff;
    font-size: 0.8em; }

.plugin-inbox .btn.inbox-read-more,
.inboxActivity .btn.inbox-read-more {
  display: table-cell;
  background-color: #b3b2b2; }
  .plugin-inbox .btn.inbox-read-more:hover,
  .inboxActivity .btn.inbox-read-more:hover {
    background-color: #28aae1; }

.plugin-inbox .inbox-icon,
.inboxActivity .inbox-icon {
  color: #28aae1;
  font-size: 1.4em;
  display: table-cell; }

.plugin-inbox .inbox-info,
.inboxActivity .inbox-info {
  display: table-cell;
  vertical-align: top; }

.peek-information-section .information-section-icon {
  background-image: url("../images/home_background.png");
  font-size: 3em;
  color: #ffffff;
  text-align: center; }

.peek-information-section .information-section-title {
  font-size: 2em;
  text-align: center; }

.peek-information-section .fa.information-icon-large {
  font-size: 6em;
  border-radius: 8px;
  color: #ffffff;
  background-image: url("../images/home_background.png");
  background-size: 400%;
  background-position: top center;
  text-align: center; }

.peek-details-section .details-section-title {
  font-size: 0.9em;
  color: #666666; }

.peek-details-section .details-section-value {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 15px;
  margin-bottom: 15px; }

.chat-list-messages .chat-list-messages {
  font-size: 1.2em; }

.chat-list-messages .fa {
  color: #b3b2b2;
  font-size: 1.5em;
  float: right; }

.plugin-chat-messages .chat-messages-sent {
  text-align: right;
  border-radius: 4px; }

.plugin-chat-messages .received {
  text-align: left;
  background-color: #dff0d8;
  border-radius: 4px; }

.plugin-chat-messages .message-details {
  font-size: 0.8em;
  border-radius: 0px; }

.plugin-chat-messages .chat-messages-compose {
  overflow: hidden;
  background-color: #ffffff; }

.plugin-chat-messages .btn,
.plugin-chat-messages .form-control {
  border-radius: 0px; }

body,
html {
  font-size: 16px;
  color: #4d4c4c;
  font-family: "Play", sans-serif; }

*:focus {
  outline: none !important; }

.navigation-information {
  border-bottom: 1px solid #999999; }

.form-group {
  color: #000000; }
