@charset "UTF-8";
@keyframes gradient {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }

@keyframes gradient {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }

body[data-isdev="1"] [data-isdevonly="1"] {
  display: block;
  color: #FF9800; }

body[data-isdev="1"] a[data-isdevonly="1"] {
  color: #FF9800; }
  body[data-isdev="1"] a[data-isdevonly="1"]:before {
    font-family: "FontAwesome";
    content: '\f0ad';
    margin-right: 0.2em; }
  body[data-isdev="1"] a[data-isdevonly="1"].btn {
    color: #FFFFFF;
    background-color: #FB8C00;
    border-color: #F57C00; }
    body[data-isdev="1"] a[data-isdevonly="1"].btn:before {
      display: none; }
    body[data-isdev="1"] a[data-isdevonly="1"].btn:hover {
      background-color: #FB8C00;
      border-color: #F57C00; }

body[data-isdev="1"] .table td a[data-isdevonly="1"] {
  font-size: 0.8em !important; }
  body[data-isdev="1"] .table td a[data-isdevonly="1"]:before {
    font-size: 0.8em !important; }

body:not([data-isdev="1"]) [data-isdevonly="1"] {
  display: none; }

html {
  font-size: 95%; }

body {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.5em;
  font-size: 100%;
  background-color: #eeeeee;
  margin: auto; }

/* Layout */
#main {
  margin: 0px auto;
  padding: 1em 0 0 0;
  width: 1200px;
  min-width: 1200px;
  min-height: 1200px;
  border-right: solid 1px #cfcfcf;
  border-left: solid 1px #cfcfcf;
  background: #fff; }

@media (max-width: 1170px) {
  #main {
    width: auto;
    min-width: initial;
    min-height: initial;
    border-width: 0px; } }

#headerwrap {
  text-align: left;
  position: relative; }
  #headerwrap .search-box input, #headerwrap .search-box button {
    font-size: 18px;
    height: 53px; }

#contentwrap {
  text-align: left; }

#footerwrap {
  margin: 2em 0;
  text-align: left;
  border-top: solid 1px #e3e3e3;
  padding-top: 2em;
  font-size: 85%; }
  #footerwrap .breadcrumb {
    padding: 0;
    background-color: inherit;
    margin: 0 0 1em 0; }
    #footerwrap .breadcrumb.right {
      float: right; }
  #footerwrap .breadcrumb > li + li::before {
    content: "| "; }

.top {
  padding-bottom: 12px; }

/* HTML Tags */
a {
  color: #214eaa;
  text-decoration: underline; }
  a.gda-only {
    color: #d9534f; }
  a.fa {
    text-decoration: none; }
  a i.fa {
    margin-right: 2px; }
  a[href=""] {
    text-decoration: none;
    color: initial;
    pointer-events: none; }

h1 {
  margin-bottom: 0.6em; }
  h1 span.subtitle {
    display: block;
    font-size: 24px;
    color: #666666;
    margin-top: 0.7em;
    margin-right: 300px;
    line-height: 1.3em; }
  h1 span.label {
    font-size: 60%;
    display: inline-block;
    position: relative;
    top: -4px; }

h2 {
  margin-bottom: 0.6em; }
  h2.feature {
    background-color: #214eaa;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    font-family: 'Oswald', sans-serif;
    padding: 10px 15px;
    line-height: 1.5em; }

h3 span.label {
  font-size: 60%;
  display: inline-block;
  position: relative;
  top: -4px; }

h3 span.badge {
  font-size: 70%;
  position: relative;
  top: -2px; }

h4 {
  color: #214eaa; }

h5 {
  color: #666;
  font-weight: bold; }

h6 {
  background-position: 20px 14px;
  border: 0px solid #ccc;
  text-transform: uppercase;
  color: #fff;
  font-size: 12px;
  padding: 5px;
  text-align: left;
  background-color: #ffb900;
  font-weight: bold; }

blockquote {
  font-size: 100%; }
  blockquote footer {
    font-size: 100%; }

#content .col-md-9 img {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  display: inline-block;
  max-width: 100%;
  padding: 4px;
  margin-right: 20px; }

#content .col-md-9 img[style*="float: right"] {
  margin-left: 20px;
  margin-right: 0px; }

#content .col-md-9 .carousel img {
  padding: 0px;
  border: 0px solid #ddd;
  margin: 0;
  border-radius: 0px; }

/* Classes */
p.actions {
  margin-bottom: 0; }
  p.actions a {
    font-size: 90%;
    margin-right: 10px;
    text-decoration: none; }

.breadcrumb {
  font-size: 85%; }

.btn {
  text-decoration: none; }
  .btn.btn-primary {
    background-color: #214eaa; }
    .btn.btn-primary:hover {
      border-color: #193a7f; }
    .btn.btn-primary:active {
      border-color: #193a7f; }
  .btn.btn-warning {
    background-color: #ffb900;
    color: #000000; }
    .btn.btn-warning:hover {
      border-color: #cc9400; }
    .btn.btn-warning:active {
      border-color: #cc9400;
      color: #000000; }

.content-link {
  margin: 0; }
  .content-link a {
    padding-left: 10px; }

.fa.fa-box {
  padding: 0.2em 0.25em 0.15em; }

.fa.fa-1_5x {
  font-size: 1.5em; }

.form-actions {
  margin-top: 2em; }

#formerror {
  background-color: #f2dede;
  border: 1px solid #eed3d7;
  color: #b94a48;
  border-radius: 4px 4px 4px 4px;
  padding: 8px 35px 8px 14px;
  margin-bottom: 2em; }
  #formerror ul {
    margin-top: 1em; }

.label.label-primary {
  background-color: #e3e3e3;
  color: #000000; }

.label.label-holiday {
  background-color: #3a87ad; }

.list-group li.active {
  background-color: #214eaa; }
  .list-group li.active:hover {
    background-color: #214eaa; }
  .list-group li.active a {
    color: #ffffff; }

.pad15 {
  margin-right: 15px; }

.panel-default .panel-heading {
  background-color: #ffb900;
  text-transform: uppercase;
  font-weight: bold;
  color: #ffffff; }

.querygrid td.icon a i.fa {
  font-size: 1.3em; }

.second-nav {
  padding: 20px;
  position: absolute;
  left: 0; }
  .second-nav a:hover {
    text-decoration: underline; }

.spacer {
  margin-top: 1em; }

.well h3 {
  margin-top: 0; }

.well h4 {
  margin-top: 0; }

.well li {
  margin-bottom: 0.5em; }

body [data-isdevonly="1"] {
  display: none; }

body[data-isdev="1"] [data-isdevonly="1"] {
  display: initial;
  color: #FF9800; }

body[data-isdev="1"] a[data-isdevonly="1"]:before {
  font-family: "FontAwesome";
  content: "\f0ad";
  margin-right: 5px; }

#block1 {
  background: #e89b02;
  margin: 10px 0 10px 0;
  padding: 10px 20px 10px 15px;
  border-top: 0px solid #2c3259;
  border-right: 0px solid #121423;
  border-bottom: 0px solid #0a0a0b;
  border-left: 0px solid #20212c; }

#block1 h3 {
  background: none;
  border: none;
  margin: 0 0 -20px 0;
  padding: 0;
  line-height: 1.2em;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
  color: #fff; }

#block1 p {
  padding: 22px 0 17px 0 !important;
  line-height: 19px !important;
  font-size: 15px !important;
  color: #fff !important;
  margin: 0; }

/*Speakers Section */
#speakerprofilebar img.img-thumbnail.thumb {
  margin-bottom: 1em;
  width: 100%; }

#speakerprofilebar span.label {
  font-size: 90%;
  line-height: 2.4em;
  border-radius: 4px; }

#speakerprofilebar h4 {
  font-size: 17px; }

#speakerprofilebar p.social {
  margin: 0px; }
  #speakerprofilebar p.social a {
    text-decoration: none; }

#speakercontent #speaker-sidebar {
  float: right;
  margin-left: 30px;
  width: 300px; }

.speakers-text {
  margin: 0 10px;
  font-size: 13px;
  padding: 20px 0; }

ul.speaker-bar {
  border: 0;
  list-style-type: none;
  padding: 0 0 20px 5px; }
  ul.speaker-bar li {
    float: right;
    display: inline;
    padding: 5px 10px;
    border-right: 1px dotted #666;
    padding-right: 10px; }
    ul.speaker-bar li.back {
      float: left;
      border-right: none; }
  ul.speaker-bar a {
    font-size: 14px;
    text-transform: uppercase !important;
    text-decoration: underline;
    font-weight: normal; }
    ul.speaker-bar a:hover {
      text-decoration: none; }

ul.speaker-categories li {
  list-style: none; }

ul.speaker-categories a {
  font-size: 1.2em;
  font-weight: bold;
  color: #0d3c7f;
  text-decoration: underline; }
  ul.speaker-categories a:hover {
    text-decoration: none; }

#content #feature-content.col-md-9 h2 {
  clear: both; }

#content #feature-content.col-md-9 img {
  max-width: 180px; }

#content #feature-sidebar img {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  display: inline-block;
  max-width: 100%;
  width: 100%;
  padding: 4px;
  margin-right: 20px; }

.featured-speakers {
  width: 975px;
  height: 160px;
  padding: 30px 0;
  margin: 0 10px; }

.featured-speakers img {
  padding: 0;
  margin: -3px; }

.featured-btn {
  background: #0198d6 url(http://gdaspeakers.com/templates/theme800/images/title-tail.gif) repeat-x 0% 0%;
  border-radius: 10px;
  font-size: 12px;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif; }

img.profile {
  border: 3px solid #214eaa;
  padding: 3px;
  margin-left: -25px; }

.panel-speakers {
  border: #ccc 1px solid;
  padding-bottom: 25px;
  margin: 15px; }

div.panel-heading h6 {
  padding: 10px;
  margin: 0; }

div.speaker-contact {
  border: 1px #ccc solid !important;
  padding: 10px 0;
  text-align: center; }

/*Blog */
a.blog-link {
  text-decoration: underline;
  font-weight: bold; }

/*Search Page*/
#searchcontrol {
  max-width: 600px;
  padding: 20px; }

#search-results {
  padding: 20px; }

.box-title {
  border: solid 1px #ccc;
  font-size: 14px;
  width: 75px;
  padding: 7px;
  background-color: #f9f9f9;
  text-align: center; }

#searchresults {
  margin-top: 20px; }
  #searchresults li p.resulttext strong {
    background-color: #ffff66;
    padding: 0 5px; }

p.resultsnav {
  background-color: #ededed;
  text-align: right; }

.carousel .carousel-caption {
  left: 0px;
  bottom: 0px;
  background: #000;
  color: #fff;
  width: 100%;
  z-index: 8;
  padding: 15px 20px;
  opacity: .9;
  overflow: hidden;
  box-sizing: border-box;
  min-height: 85px;
  font-size: 18px;
  text-align: left; }

.carousel ol.carousel-indicators {
  bottom: auto;
  top: 20px;
  left: auto;
  right: 20px;
  width: auto; }

.carousel .carousel-inner .item img {
  width: 100%; }

.slide-container {
  padding-bottom: 1em; }

#labelmultiselect .applied-labels .btn, .labelmultiselect .applied-labels .btn {
  margin-right: 10px;
  margin-bottom: 5px; }
  #labelmultiselect .applied-labels .btn i.icon-remove i, .labelmultiselect .applied-labels .btn i.icon-remove i {
    display: none; }

#labelmultiselect .applied-labels .btn-small [class^="icon-"], #labelmultiselect .applied-labels .btn-small [class*=" icon-"], .labelmultiselect .applied-labels .btn-small [class^="icon-"], .labelmultiselect .applied-labels .btn-small [class*=" icon-"] {
  margin-top: 1px; }

#labelmultiselect .edit-labels, .labelmultiselect .edit-labels {
  clear: both;
  display: block;
  margin-top: 5px; }
  #labelmultiselect .edit-labels.btn, .labelmultiselect .edit-labels.btn {
    display: inline;
    margin-right: 15px; }

#labelmultiselect .modal-content, .labelmultiselect .modal-content {
  background-color: #FFFFFF; }
  #labelmultiselect .modal-content .modal-header .modal-close, .labelmultiselect .modal-content .modal-header .modal-close {
    font-size: 2em; }
  #labelmultiselect .modal-content .modal-body, .labelmultiselect .modal-content .modal-body {
    overflow-y: auto; }
    #labelmultiselect .modal-content .modal-body label, .labelmultiselect .modal-content .modal-body label {
      padding: 2px 6px 2px 0px; }
  #labelmultiselect .modal-content .fb_item_labels, .labelmultiselect .modal-content .fb_item_labels {
    float: left;
    height: 272px;
    margin: 0;
    overflow: auto;
    padding: 0;
    position: relative;
    width: 300px; }
    #labelmultiselect .modal-content .fb_item_labels table, .labelmultiselect .modal-content .fb_item_labels table {
      margin-top: 5px;
      width: 100%; }
    #labelmultiselect .modal-content .fb_item_labels label, .labelmultiselect .modal-content .fb_item_labels label {
      display: block; }

.faceted-search-select {
  padding-top: 5px; }
  .faceted-search-select .edit-labels {
    margin-top: 0px;
    font-size: 85%; }
    .faceted-search-select .edit-labels.btn {
      padding: 0px 6px;
      display: inline-block;
      margin-right: 15px; }
      .faceted-search-select .edit-labels.btn.btn-mini {
        font-size: 10.5px;
        color: #ffffff; }

.navbar {
  margin-bottom: 0;
  border-radius: 0;
  margin-top: 1em; }
  .navbar.navbar-default {
    background-color: #b6b6b6; }
  .navbar a {
    height: 52px;
    overflow: hidden;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    z-index: 100;
    font-family: 'Oswald', sans-serif; }
  .navbar .navbar-header a.navbar-brand {
    font-weight: normal;
    padding: 15px;
    color: #000;
    background-color: #ffb900; }
  .navbar .navbar-nav li a {
    color: #fff; }
    .navbar .navbar-nav li a:hover {
      color: #fff;
      background-color: #214eaa; }
  .navbar .navbar-nav li .dropdown-menu {
    padding: 0;
    margin: 0; }
    .navbar .navbar-nav li .dropdown-menu .sub-menu {
      left: 100%;
      position: absolute;
      top: 0;
      visibility: hidden;
      margin-top: -1px; }
    .navbar .navbar-nav li .dropdown-menu li a {
      margin: 0;
      background: none;
      padding: 10px 15px;
      font-weight: normal;
      text-align: left;
      text-transform: none;
      z-index: 100;
      color: #000000;
      font-size: 15px;
      font-family: "Roboto", Arial, Helvetica, sans-serif;
      height: auto; }
    .navbar .navbar-nav li .dropdown-menu .divider {
      margin: 0; }
  .navbar .navbar-nav li.active a {
    color: #fff;
    background-color: #214eaa; }
    .navbar .navbar-nav li.active a:hover, .navbar .navbar-nav li.active a:active {
      background-color: #214eaa;
      color: #fff; }
  .navbar .navbar-nav .sub-menu:before {
    border-bottom: 7px solid transparent;
    border-left: none;
    border-right: 7px solid rgba(0, 0, 0, 0.2);
    border-top: 7px solid transparent;
    left: -7px;
    top: 10px; }
  .navbar .navbar-nav .sub-menu:after {
    border-top: 6px solid transparent;
    border-left: none;
    border-right: 6px solid #fff;
    border-bottom: 6px solid transparent;
    left: 10px;
    top: 11px;
    left: -6px; }
  .navbar .navbar-nav .dropdown-menu > li > a:hover {
    background: #000;
    color: #fff !important;
    background-position: 0; }
  .navbar form {
    margin-top: 8px; }
    .navbar form .input-group {
      padding-left: 60px; }

.list-group a {
  text-decoration: none; }
  .list-group a i {
    margin-top: 2px;
    font-size: 1.2em;
    color: #214eaa;
    float: right; }
    .list-group a i.fa-success {
      color: #3c763d; }
    .list-group a i.fa-danger {
      color: #a94442;
      font-size: 1.5em; }
  .list-group a.active {
    background-color: #214eaa; }
    .list-group a.active i {
      color: #fff; }

#sidenav .list-group .fa {
  position: absolute;
  right: 1rem;
  top: 0.7rem; }

.panel .panel-heading {
  background-color: #214eaa;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  font-family: 'Oswald', sans-serif; }

.panel .panel-heading {
  background-color: #214eaa;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  font-family: 'Oswald', sans-serif; }

table td.icon {
  text-align: center;
  height: 26px; }
  table td.icon a.fa {
    color: #999999;
    text-decoration: none;
    font-size: 1.5em; }
    table td.icon a.fa:hover {
      color: #000000; }

.speakerbio .speaker-photo {
  width: 40%;
  padding: 2em 0 0 2em; }

.speakerbio h3 {
  line-height: 1.3em; }

.speakerbio i.fa {
  display: none; }

.speakerbio span.label {
  font-size: inherit;
  display: inline-block;
  margin-bottom: 0.5em;
  padding: 0.6em 0.6em 0.4em 0.6em; }

.speakerbio .well {
  padding: 0;
  background-color: inherit;
  border: solid 0px #ffffff;
  box-shadow: none; }

.speakerbio ul li span.label-info {
  background-color: inherit;
  padding: 0;
  font-weight: bold;
  color: #333; }
  .speakerbio ul li span.label-info:after {
    content: ": "; }

#content .media.speaker-list .media-left {
  width: 200px;
  min-width: 200px; }
  #content .media.speaker-list .media-left img {
    max-width: 170px; }

@media print {
  #content .media.speaker-list .media-left {
    width: 160px;
    min-width: 160px; }
    #content .media.speaker-list .media-left img {
      max-width: 130px;
      width: 130px; } }

body .itinerary.draft:before {
  position: relative;
  top: 3em;
  opacity: 0.2;
  font-size: 15em;
  display: block;
  text-align: center;
  content: "Draft Only"; }

body .itinerary .section-update {
  float: right;
  font-size: 0.85em;
  color: #777; }
  body .itinerary .section-update:before {
    content: "Updated: ";
    display: inline; }

body .itinerary .tooltip .tooltip-inner {
  max-width: 300px; }

body .itinerary #title:before {
  content: "Event Summary";
  font-weight: bold;
  color: #333333; }

body .itinerary #contacts-info:before {
  content: "Contacts";
  font-size: 125%;
  font-weight: bold;
  color: #333333; }

body .itinerary #eventtitle {
  width: calc(100% - 380px); }

body .itinerary .panel-actions {
  position: relative;
  top: 178px; }

body .itinerary #speaker-profile {
  position: absolute;
  right: 1rem;
  border-width: 0px;
  padding: 0;
  border-radius: 0.5rem;
  background-color: #ffffff;
  top: -10px; }
  body .itinerary #speaker-profile .media .media-body {
    width: auto;
    max-width: 200px; }
    body .itinerary #speaker-profile .media .media-body p {
      margin-bottom: 0; }
      body .itinerary #speaker-profile .media .media-body p a[href=""] {
        color: #9E9E9E; }
      body .itinerary #speaker-profile .media .media-body p:first-child {
        font-size: 1.3rem;
        padding-top: 1rem; }
      body .itinerary #speaker-profile .media .media-body p.speakermobile:after {
        content: "Limited to onsite use only";
        display: block;
        font-style: italic;
        font-size: 85%; }
      body .itinerary #speaker-profile .media .media-body p.speakermobile[data-isvalid="False"] {
        display: none; }

body .itinerary #event-venue {
  page-break-inside: avoid; }

body .itinerary #event-hotel {
  page-break-inside: avoid; }

body .itinerary #event-background:before {
  content: "Event & Client Info";
  font-size: 125%;
  font-weight: bold;
  color: #333333; }

body .itinerary #speaker-intro:before {
  content: "Custom Speaker Bio & Intro";
  font-size: 125%;
  font-weight: bold;
  color: #333333; }

body .itinerary #flight-data-after {
  page-break-inside: avoid; }

body .itinerary #flight-data-before {
  page-break-inside: avoid; }

body .itinerary #ground-data-after {
  page-break-inside: avoid; }

body .itinerary #ground-data-before {
  page-break-inside: avoid; }

body .itinerary #timeline-data {
  page-break-inside: avoid; }

body .itinerary #av-requirement:before {
  content: "AV Requirements & Special Requirements";
  font-size: 125%;
  font-weight: bold;
  color: #333333; }

body .itinerary #av-files:before {
  content: "Speaker AV Files";
  font-size: 125%;
  font-weight: bold;
  color: #333333;
  display: none; }

body .itinerary #introducer-background:before {
  content: "Introducer Information";
  font-size: 125%;
  font-weight: bold;
  color: #333333; }

body .itinerary #keynote-background:before {
  content: "Keynote & Details";
  font-size: 125%;
  font-weight: bold;
  color: #333333; }

body .itinerary #client-background:before {
  content: "Client Information";
  font-size: 125%;
  font-weight: bold;
  color: #333333; }

body .itinerary #onsite-timeline:before {
  content: "Timeline";
  font-size: 125%;
  font-weight: bold;
  color: #333333;
  display: block; }

body .itinerary #event-travel:before {
  content: "Travel & Logistics";
  font-size: 125%;
  font-weight: bold;
  color: #333333;
  margin-bottom: 1rem;
  display: block; }

body .itinerary #air-transportation:before {
  content: "Flights";
  font-size: 110%;
  font-weight: bold;
  color: #333333; }

body .itinerary #ground-transportation:before {
  content: "Ground Transportation";
  font-size: 110%;
  font-weight: bold;
  color: #333333; }

body .itinerary #contract-requirement:before {
  content: "Additional Requests";
  font-size: 125%;
  font-weight: bold;
  color: #333333; }

body .itinerary #media:before {
  content: "Merchandise";
  font-size: 125%;
  font-weight: bold;
  color: #333333; }

body .itinerary #conference:before {
  content: "Conference Call";
  font-size: 125%;
  font-weight: bold;
  color: #333333; }

body .itinerary table thead tr th:first-child {
  padding-left: 0; }

body .itinerary table thead tr th.print-table-type {
  text-align: right;
  width: 40%;
  padding-right: 20px; }

body .itinerary table tbody tr th:first-child {
  padding-left: 0; }

body .itinerary table tbody tr th a {
  word-wrap: break-word;
  word-break: break-all; }

body .itinerary table tbody tr th.print-table-type {
  text-align: right;
  width: 40%;
  padding-right: 20px; }

body .itinerary table tbody tr td:first-child {
  padding-left: 0; }

body .itinerary table tbody tr td a {
  word-wrap: break-word;
  word-break: break-all; }

body .itinerary table tbody tr td.print-table-type {
  text-align: right;
  width: 40%;
  padding-right: 20px; }

body .itinerary table.no-border tbody tr th {
  border-top: solid 0px #ffffff; }

body .itinerary table.no-border tbody tr td {
  border-top: solid 0px #ffffff; }

body.document .itinerary #speaker-profile {
  position: relative;
  right: initial;
  top: initial;
  margin-bottom: 1rem; }

@media (max-width: 759px) {
  body #header .navbar .navbar-header .navbar-toggle {
    display: none; }
  body #content .itinerary table thead {
    display: none; }
  body #content .itinerary table tbody tr th,
  body #content .itinerary table tbody tr td {
    display: block !important;
    text-align: left !important;
    width: 100% !important;
    padding: 0 !important;
    border-top-width: 0 !important; }
    body #content .itinerary table tbody tr th.print-table-type,
    body #content .itinerary table tbody tr td.print-table-type {
      font-weight: bold !important;
      padding: 1.25rem 0 0.2rem 26px !important; }
  body #content .itinerary table tbody tr td.print-table-value {
    padding: 0 0 0 26px !important; }
  body #content .itinerary table#timeline-data-all tr td, body #content .itinerary table#flight-data-all tr td, body #content .itinerary table#ground-data-all tr td, body #content .itinerary table#hotel-data-all tr td, body #content .itinerary table#venue-data-all tr td {
    padding: 0 0 0 26px !important; }
    body #content .itinerary table#timeline-data-all tr td:first-child, body #content .itinerary table#flight-data-all tr td:first-child, body #content .itinerary table#ground-data-all tr td:first-child, body #content .itinerary table#hotel-data-all tr td:first-child, body #content .itinerary table#venue-data-all tr td:first-child {
      padding: 1.25rem 0 0.2rem 26px !important; }
    body #content .itinerary table#timeline-data-all tr td:not(:first-child), body #content .itinerary table#flight-data-all tr td:not(:first-child), body #content .itinerary table#ground-data-all tr td:not(:first-child), body #content .itinerary table#hotel-data-all tr td:not(:first-child), body #content .itinerary table#venue-data-all tr td:not(:first-child) {
      padding: 0.5rem 0 0.2rem 52px !important; }
  body #content .itinerary table#flight-data-all tr td:nth-child(2):before {
    content: "Departing: "; }
  body #content .itinerary table#flight-data-all tr td:nth-child(3):before {
    content: "Arriving: "; }
  body #content .itinerary table#ground-data-all tr td:nth-child(2):before {
    content: "Pick-up: "; }
  body #content .itinerary table#ground-data-all tr td:nth-child(3):before {
    content: "Drop-off: "; }
  body #content .itinerary #eventtitle {
    width: 100%; }
  body #content .itinerary .panel-actions {
    display: none; }
  body #content .itinerary #speaker-profile {
    position: relative;
    right: initial;
    top: initial;
    margin-bottom: 1rem; } }

.itinerary .title:before {
  content: "Event Summary";
  display: block;
  text-align: right;
  font-weight: bold;
  color: #333333;
  font-size: 125%; }

.contract.draft:before {
  position: relative;
  top: 3em;
  opacity: 0.2;
  font-size: 15em;
  display: block;
  text-align: center;
  content: "Draft Only"; }

.contract .section-update {
  display: none; }

.contract .title:before {
  content: "Client Agreement";
  display: block;
  text-align: right;
  font-weight: bold;
  color: #333333;
  font-size: 125%; }

.contract.speaker .title:before {
  content: "Speaker Agreement"; }

.contract.invoice .title:before {
  content: "Invoice"; }

.contract hr {
  display: none; }

.contract table thead tr th.print-table-type {
  width: 25%;
  padding-right: 25px; }

.contract table tbody tr th.print-table-type {
  width: 25%;
  padding-right: 20px;
  text-transform: uppercase;
  font-weight: bold; }

.contract table tbody tr td.print-table-type {
  width: 25%;
  padding-right: 20px;
  text-transform: uppercase;
  font-weight: bold; }

.contract table tbody tr td.print-table-value {
  border-bottom: 1px dashed #cccccc; }

.contract table.no-border tbody tr th {
  border-top: solid 0px #ffffff; }

.contract table.no-border tbody tr td {
  border-top: solid 0px #ffffff; }

#clr-calendar {
  table-layout: fixed; }
  #clr-calendar thead #clr-th-level1 th {
    background-color: #333; }
    #clr-calendar thead #clr-th-level1 th#clr-prev {
      text-align: left; }
      #clr-calendar thead #clr-th-level1 th#clr-prev a {
        color: #ffffff;
        text-decoration: none; }
    #clr-calendar thead #clr-th-level1 th#clr-title {
      color: #ffffff;
      text-align: center;
      font-size: 1.3em; }
    #clr-calendar thead #clr-th-level1 th#clr-next {
      text-align: right; }
      #clr-calendar thead #clr-th-level1 th#clr-next a {
        color: #ffffff;
        text-decoration: none; }
  #clr-calendar thead #clr-th-level2 th {
    background-color: #ccc; }
  #clr-calendar tbody th {
    width: 7%; }
  #clr-calendar tbody td {
    width: 7%;
    min-height: 240px;
    height: 240px;
    vertical-align: top; }
    #clr-calendar tbody td.outside {
      background-color: #f3f3f3;
      color: #aaa; }
      #clr-calendar tbody td.outside:hover {
        box-shadow: none; }
    #clr-calendar tbody td:hover {
      box-shadow: #ccc 0px 0px 5px; }
    #clr-calendar tbody td.today {
      background-color: #DFF0D8; }
    #clr-calendar tbody td .clrblank {
      height: 45px; }
    #clr-calendar tbody td .day {
      margin-bottom: 5px; }
    #clr-calendar tbody td .event {
      height: 45px; }
      #clr-calendar tbody td .event a {
        background-color: #999999;
        color: #FFFFFF;
        font-size: 0.9em;
        font-weight: bold;
        line-height: 14px;
        vertical-align: baseline;
        border-radius: 3px;
        padding: 5px 7px;
        height: 30px;
        text-decoration: none;
        display: block; }
        #clr-calendar tbody td .event a:empty {
          display: none; }
      #clr-calendar tbody td .event.event-multiday {
        margin: 0px; }
        #clr-calendar tbody td .event.event-multiday a {
          border-radius: 0px;
          position: relative;
          left: -8px;
          width: 120%; }
          #clr-calendar tbody td .event.event-multiday a span {
            visibility: hidden;
            position: absolute;
            width: 170%;
            z-index: 1000; }
        #clr-calendar tbody td .event.event-multiday.event-multiday-first {
          margin: 0px 0px 0px 8px; }
          #clr-calendar tbody td .event.event-multiday.event-multiday-first a {
            border-radius: 3px 0px 0px 3px;
            left: 0px; }
            #clr-calendar tbody td .event.event-multiday.event-multiday-first a span {
              visibility: visible; }
        #clr-calendar tbody td .event.event-multiday.event-multiday-last {
          margin: 0px 8px 0px 0px; }
          #clr-calendar tbody td .event.event-multiday.event-multiday-last a {
            width: 90%;
            border-radius: 3px; }
      #clr-calendar tbody td .event.event-info a {
        background-color: #3a87ad;
        color: #FFFFFF; }
      #clr-calendar tbody td .event.event-success a {
        background-color: #468847;
        color: #FFFFFF; }
      #clr-calendar tbody td .event.event-warning a {
        background-color: #f89406;
        color: #FFFFFF; }
      #clr-calendar tbody td .event.event-danger a {
        background-color: #b94a48;
        color: #FFFFFF; }
      #clr-calendar tbody td .event.event-inverse a {
        background-color: #000000;
        color: #FFFFFF; }
      #clr-calendar tbody td .event.noclick a {
        pointer-events: none;
        cursor: default; }
    #clr-calendar tbody td .event-info.event-multiday.event-multiday-first.event-multiday-elapseweek {
      margin: 0; }
    #clr-calendar tbody td .event-info.event-multiday.event-multiday-first.event-multiday-elapseweek a {
      border-radius: 0px; }
    #clr-calendar tbody td .event-info.event-multiday.event-multiday-last.event-multiday-showlabel a span {
      visibility: visible; }
    #clr-calendar tbody td .event-info.event-multiday.event-multiday-last.event-multiday-elapseweek {
      margin: 0; }
    #clr-calendar tbody td .event-info.event-multiday.event-multiday-last.event-multiday-elapseweek a {
      border-radius: 0px; }

.calendar-date {
  margin-bottom: 1em;
  border-radius: 4px; }
  .calendar-date .calendar-date-month {
    text-align: center;
    font-size: 18px;
    display: block;
    line-height: 1em;
    padding: 10px;
    color: #ffffff;
    border-bottom: solid 1px #fff; }
  .calendar-date .calendar-date-day {
    text-align: center;
    font-size: 42px;
    display: block;
    line-height: 1em;
    color: #ffffff;
    padding: 10px; }
  .calendar-date .calendar-date-year {
    text-align: center;
    font-size: 18px;
    display: block;
    line-height: 1em;
    padding: 0px 10px 10px 10px;
    color: #ffffff; }
  .calendar-date.date-info {
    background-color: #3a87ad; }
  .calendar-date.date-success {
    background-color: #468847; }
  .calendar-date.date-warning {
    background-color: #f89406; }
  .calendar-date.date-danger {
    background-color: #b94a48; }
  .calendar-date.date-inverse {
    background-color: #000000; }

#clr-calendar tbody td .event {
  height: 65px a;
    height-height: 60px; }

body.document {
  line-height: 1.1em;
  background-color: #ffffff; }
  body.document #main {
    width: 100%;
    padding: 0px;
    min-width: 0;
    min-height: 0;
    border-left-width: 0px;
    border-right-width: 0px; }
    body.document #main .container {
      padding: 0px;
      width: 760px; }
    body.document #main #app-environment-header {
      display: none; }
    body.document #main #app-header {
      display: none; }
    body.document #main #headerwrap {
      display: none; }
    body.document #main #contentwrap {
      font-size: 70%; }
      body.document #main #contentwrap #contract-header-summary {
        display: none; }
      body.document #main #contentwrap hr {
        display: none; }
      body.document #main #contentwrap .logo {
        float: left;
        width: 160px; }
        body.document #main #contentwrap .logo img {
          width: 100%; }
      body.document #main #contentwrap .section-update {
        display: none; }
      body.document #main #contentwrap .address {
        float: right;
        width: 600px;
        height: 1px;
        margin-top: 20px;
        border-top: solid 1px #cccccc; }
        body.document #main #contentwrap .address:before {
          content: "​3811 Turtle Creek Blvd., Suite 475, Dallas, TX 75219";
          text-transform: uppercase;
          text-align: right;
          display: block;
          top: -14px;
          position: relative; }
        body.document #main #contentwrap .address:after {
          content: "Tel 214.420.1999";
          text-transform: uppercase;
          text-align: right;
          display: block;
          top: -15px;
          position: relative; }
      body.document #main #contentwrap .text-capitalize {
        text-transform: capitalize; }
      body.document #main #contentwrap table tbody tr {
        page-break-inside: avoid; }
        body.document #main #contentwrap table tbody tr th {
          padding: 4px 16px 4px 0px; }
          body.document #main #contentwrap table tbody tr th.print-table-type {
            width: 25%; }
        body.document #main #contentwrap table tbody tr td {
          padding: 4px 4px 4px 0px; }
          body.document #main #contentwrap table tbody tr td.print-table-type {
            padding: 4px 16px 4px 0px;
            width: 25%; }
          body.document #main #contentwrap table tbody tr td.print-table-value {
            border-bottom: 1px dashed #666666; }
          body.document #main #contentwrap table tbody tr td table {
            margin-bottom: 0px; }
            body.document #main #contentwrap table tbody tr td table thead tr th {
              padding: 4px 8px; }
            body.document #main #contentwrap table tbody tr td table tbody tr th {
              padding: 4px 8px; }
            body.document #main #contentwrap table tbody tr td table tbody tr td {
              padding: 4px 8px; }
      body.document #main #contentwrap h3 {
        color: #333333;
        font-weight: bold;
        font-size: 130%; }
      body.document #main #contentwrap h4 {
        color: #333333;
        font-weight: bold;
        font-size: inherit; }
      body.document #main #contentwrap ol li {
        padding: 3px 0px; }
      body.document #main #contentwrap ul {
        margin-bottom: 0px; }
      body.document #main #contentwrap code {
        background-color: inherit;
        color: inherit;
        font-family: inherit;
        font-size: inherit; }
      body.document #main #contentwrap #signature-lines {
        page-break-inside: avoid; }
        body.document #main #contentwrap #signature-lines .signature-line {
          margin-top: 3em;
          padding-top: 0.2em;
          border-top: 1px dashed #666666; }
        body.document #main #contentwrap #signature-lines .row {
          margin: 0;
          padding: 0; }
          body.document #main #contentwrap #signature-lines .row .col-sm-6 {
            padding: 0 2%;
            width: 50%;
            float: left; }
      body.document #main #contentwrap #speaker-requirement table ul {
        padding-left: 15px; }
      body.document #main #contentwrap #contract-clauses ol {
        margin-bottom: 0px;
        padding-left: 25px; }
        body.document #main #contentwrap #contract-clauses ol li {
          page-break-inside: avoid;
          padding-top: 6px;
          padding-bottom: 0; }
        body.document #main #contentwrap #contract-clauses ol li:first-child {
          page-break-inside: auto; }
        body.document #main #contentwrap #contract-clauses ol li:last-child {
          page-break-inside: auto; }
        body.document #main #contentwrap #contract-clauses ol ol {
          padding-left: 40px; }
      body.document #main #contentwrap .itinerary table thead tr th {
        padding: 4px 0px 4px 0px; }
        body.document #main #contentwrap .itinerary table thead tr th.print-table-type {
          text-align: right;
          width: 40%; }
      body.document #main #contentwrap .itinerary table tbody tr th a {
        word-wrap: break-word;
        word-break: break-all; }
      body.document #main #contentwrap .itinerary table tbody tr th.print-table-type {
        text-align: right;
        font-weight: bold;
        width: 40%; }
      body.document #main #contentwrap .itinerary table tbody tr td a {
        word-wrap: break-word;
        word-break: break-all; }
      body.document #main #contentwrap .itinerary table tbody tr td.print-table-type {
        text-align: right;
        font-weight: bold;
        width: 40%; }
      body.document #main #contentwrap .itinerary table tbody tr td.print-table-value {
        border-bottom: 1px dashed #cccccc; }
      body.document #main #contentwrap .itinerary table.no-border tbody tr th {
        border-top: solid 0px #ffffff; }
      body.document #main #contentwrap .itinerary table.no-border tbody tr td {
        border-top: solid 0px #ffffff; }
    body.document #main #footerwrap {
      display: none; }

#app-environment-header.app-dev {
  padding: 10px 3%;
  background-color: #ee5f5b;
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  text-align: center;
  background-size: 120px 120px; }
  #app-environment-header.app-dev span:before {
    content: "DEV";
    display: block;
    margin-top: 5px;
    font-size: 2em;
    font-weight: bold;
    color: #ffffff; }

#app-environment-header.app-uat {
  padding: 10px 3%;
  background-color: #ee5f5b;
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  text-align: center;
  background-size: 120px 120px; }
  #app-environment-header.app-uat span:before {
    content: "UAT";
    display: block;
    margin-top: 5px;
    font-size: 2em;
    font-weight: bold;
    color: #ffffff; }

#app-environment-header.app-beta {
  padding: 10px 3%;
  background-color: #ee5f5b;
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  text-align: center;
  background-size: 120px 120px; }
  #app-environment-header.app-beta span:before {
    content: "BETA";
    display: block;
    margin-top: 5px;
    font-size: 2em;
    font-weight: bold;
    color: #ffffff; }

/* 
Element: Alerts

Wrapper for Bootstrap alerts

Markup:
<div class="alert {{modifier_class}}">Lorem ipsum dolor sit amet, consectetur adipiscing elit.</div>

.alert-primary		- &nbsp;
.alert-secondary	- &nbsp;
.alert-info			- &nbsp;
.alert-warning		- &nbsp;
.alert-danger		- &nbsp;
.alert-success		- &nbsp;
.alert-inverse		- &nbsp;
.alert-light		- &nbsp;
.alert-dark			- &nbsp;

Styleguide ElementAlerts
*/
/* 
Elements

Alerts with elements

Markup:
<div class="alert {{modifier_class}}">Lorem ipsum dolor sit amet, consectetur adipiscing elit. <span class="label label-inverse">label</span> <a href="">inline link</a> <a class="btn btn-xs btn-primary" href="">Primary</a>  <a class="btn btn-xs btn-secondary" href="">Secondary</a></div>

.alert-primary		- &nbsp;
.alert-secondary	- &nbsp;
.alert-info			- &nbsp;
.alert-warning		- &nbsp;
.alert-danger		- &nbsp;
.alert-success		- &nbsp;
.alert-inverse		- &nbsp;
.alert-light		- &nbsp;
.alert-dark			- &nbsp;

Weight: 42

Styleguide ElementAlerts.Elements
*/
/* 
Block Alerts

Block alerts with a title

Markup:
<div class="alert alert-block {{modifier_class}}">
	<h4>Heading title</h4> 
	<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>
</div>

.alert-primary		- &nbsp;
.alert-secondary	- &nbsp;
.alert-info			- &nbsp;
.alert-warning		- &nbsp;
.alert-danger		- &nbsp;
.alert-success		- &nbsp;
.alert-inverse		- &nbsp;
.alert-light		- &nbsp;
.alert-dark			- &nbsp;

Styleguide ElementAlerts.Block
*/
/* 
Popup Alerts

Wrapper for Noty popups

### Standard UX Behavior

- Popup alerts appear by sliding up into view from the bottom, right corner of the screen

Markup:
<ul id="noty_bottomRight_layout_container" style="margin:0; padding:0; list-style:none;">
	<li class="alert  {{modifier_class}}" style="width: 500px;">
		<div class="noty_bar noty_type_success">
			<div class="noty_message">
				<span class="noty_text">
					<h4>Popup Title</h4>
					Lorem ipsum dolor sit amet, consectetur adipiscing elit.
				</span>
			</div>
		</div>
	</li>
</ul>

.alert-primary		- &nbsp;
.alert-secondary	- &nbsp;
.alert-info			- &nbsp;
.alert-warning		- &nbsp;
.alert-danger		- &nbsp;
.alert-success		- &nbsp;
.alert-inverse		- &nbsp;
.alert-light		- &nbsp;
.alert-dark			- &nbsp;

Styleguide ElementAlerts.Popups
*/
/* 
Element: Popups

Wrapper for Bootstrap alerts and Noty alerts

### Components

- [`Popup Alerts`](section-elementalerts.html#kssref-elementalerts-popups)

Markup: popup.hbs

Styleguide ElementPopups
*/
.alert {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  font-weight: bold;
  border-radius: 0.5rem; }
  .alert .label {
    font-size: 100%; }
  .alert:before {
    font-family: 'FontAwesome';
    margin-right: 5px;
    font-weight: normal; }
  .alert > a.btn {
    position: relative;
    top: -1px;
    margin: 0 0.25rem; }
  .alert.alert-primary {
    background-color: #FFCC80;
    border-color: #FFB74D; }
    .alert.alert-primary:before {
      color: #995b00;
      content: "\f05a"; }
    .alert.alert-primary > a {
      color: #995b00; }
      .alert.alert-primary > a:hover {
        color: #995b00; }
      .alert.alert-primary > a.btn {
        color: #FFFFFF; }
    .alert.alert-primary button.close {
      text-shadow: none; }
  .alert.alert-success {
    background-color: #A5D6A7;
    border-color: #81C784; }
    .alert.alert-success:before {
      color: #255827;
      content: "\f046"; }
    .alert.alert-success > a {
      color: #255827; }
      .alert.alert-success > a:hover {
        color: #255827; }
      .alert.alert-success > a.btn {
        color: #FFFFFF; }
    .alert.alert-success button.close {
      text-shadow: none; }
  .alert.alert-warning {
    background-color: #FFCC80;
    border-color: #FFB74D; }
    .alert.alert-warning:before {
      color: #955300;
      content: "\f071"; }
    .alert.alert-warning > a {
      color: #10538d; }
      .alert.alert-warning > a:hover {
        color: #955300; }
      .alert.alert-warning > a.btn {
        color: #FFFFFF; }
    .alert.alert-warning button.close {
      text-shadow: none; }
  .alert.alert-danger {
    background-color: #EF9A9A;
    border-color: #E57373; }
    .alert.alert-danger:before {
      color: #9f1815;
      content: "\f071"; }
    .alert.alert-danger > a {
      color: #9f1815; }
      .alert.alert-danger > a:hover {
        color: #9f1815; }
      .alert.alert-danger > a.btn {
        color: #FFFFFF; }
    .alert.alert-danger button.close {
      text-shadow: none; }
  .alert.alert-info {
    background-color: #90CAF9;
    border-color: #64B5F6; }
    .alert.alert-info:before {
      color: #10538d;
      content: "\f05a"; }
    .alert.alert-info > a {
      color: #10538d; }
      .alert.alert-info > a:hover {
        color: #10538d; }
      .alert.alert-info > a.btn {
        color: #FFFFFF; }
    .alert.alert-info button.close {
      text-shadow: none; }
  .alert.alert-inverse {
    color: #FFFFFF;
    background-color: #424242;
    border-color: #212121; }
    .alert.alert-inverse:before {
      color: #FFFFFF;
      content: "\f05a"; }
    .alert.alert-inverse > a {
      color: #FFFFFF; }
      .alert.alert-inverse > a:hover {
        color: #FFFFFF; }
      .alert.alert-inverse > a.btn {
        color: #FFFFFF; }
    .alert.alert-inverse button.close {
      text-shadow: none; }
  .alert.alert-light {
    background-color: #E0E0E0;
    border-color: #BDBDBD; }
    .alert.alert-light:before {
      color: #424242;
      content: "\f05a"; }
    .alert.alert-light > a {
      color: #424242; }
      .alert.alert-light > a:hover {
        color: #424242; }
      .alert.alert-light > a.btn {
        color: #424242; }
    .alert.alert-light button.close {
      text-shadow: none; }
  .alert.alert-dark {
    color: #FFFFFF;
    background-color: #616161;
    border-color: #424242; }
    .alert.alert-dark:before {
      color: #FFFFFF;
      content: "\f05a"; }
    .alert.alert-dark > a {
      color: #FFFFFF; }
      .alert.alert-dark > a:hover {
        color: #FFFFFF; }
      .alert.alert-dark > a.btn {
        color: #FFFFFF; }
    .alert.alert-dark button.close {
      text-shadow: none; }
  .alert.alert-block:before {
    display: none;
    content: ""; }
  .alert.alert-block h4 {
    font-size: 1.2rem;
    border-bottom-width: 1px; }
    .alert.alert-block h4:before {
      font-family: 'FontAwesome';
      content: "\f05a";
      margin-right: 5px; }
  .alert.alert-block p:last-child {
    margin-bottom: 0; }
  .alert.animated.fadeInDown {
    animation-duration: 350ms; }
  .alert.alert-animated {
    animation-fill-mode: both;
    animation-duration: 8s;
    animation-name: shake;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out; }

.dark .alert.alert-light {
  background-color: #424242; }

#noty_bottomRight_layout_container,
.noty_bottomRight_layout_container,
#noty_bottomCenter_layout_container,
.noty_bottomCenter_layout_container {
  width: 300px !important; }
  #noty_bottomRight_layout_container .alert,
  .noty_bottomRight_layout_container .alert,
  #noty_bottomCenter_layout_container .alert,
  .noty_bottomCenter_layout_container .alert {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    animation-delay: 0s;
    padding: 0;
    border-radius: 0.5rem;
    width: 300px !important; }
    #noty_bottomRight_layout_container .alert:before,
    .noty_bottomRight_layout_container .alert:before,
    #noty_bottomCenter_layout_container .alert:before,
    .noty_bottomCenter_layout_container .alert:before {
      display: none; }
    #noty_bottomRight_layout_container .alert .noty_bar,
    .noty_bottomRight_layout_container .alert .noty_bar,
    #noty_bottomCenter_layout_container .alert .noty_bar,
    .noty_bottomCenter_layout_container .alert .noty_bar {
      font-weight: normal;
      font-size: 0.8rem; }
      #noty_bottomRight_layout_container .alert .noty_bar .noty_message,
      .noty_bottomRight_layout_container .alert .noty_bar .noty_message,
      #noty_bottomCenter_layout_container .alert .noty_bar .noty_message,
      .noty_bottomCenter_layout_container .alert .noty_bar .noty_message {
        padding: 2.4rem 1rem 0.5rem 1rem; }
        #noty_bottomRight_layout_container .alert .noty_bar .noty_message .noty_text .noty_datetime,
        .noty_bottomRight_layout_container .alert .noty_bar .noty_message .noty_text .noty_datetime,
        #noty_bottomCenter_layout_container .alert .noty_bar .noty_message .noty_text .noty_datetime,
        .noty_bottomCenter_layout_container .alert .noty_bar .noty_message .noty_text .noty_datetime {
          float: right;
          position: absolute;
          top: 0;
          right: 0;
          z-index: 1;
          color: #424242;
          padding: 0.5rem 1rem; }
        #noty_bottomRight_layout_container .alert .noty_bar .noty_message .noty_text h4,
        .noty_bottomRight_layout_container .alert .noty_bar .noty_message .noty_text h4,
        #noty_bottomCenter_layout_container .alert .noty_bar .noty_message .noty_text h4,
        .noty_bottomCenter_layout_container .alert .noty_bar .noty_message .noty_text h4 {
          position: absolute;
          padding: .5rem 1rem;
          color: #424242;
          font-size: 0.8rem;
          width: 100%;
          top: 0;
          left: 0;
          margin-top: 0;
          border-top-left-radius: 0.5rem;
          border-top-right-radius: 0.5rem; }
    #noty_bottomRight_layout_container .alert.alert-primary h4,
    .noty_bottomRight_layout_container .alert.alert-primary h4,
    #noty_bottomCenter_layout_container .alert.alert-primary h4,
    .noty_bottomCenter_layout_container .alert.alert-primary h4 {
      background-color: #FFB74D; }
    #noty_bottomRight_layout_container .alert.alert-success h4,
    .noty_bottomRight_layout_container .alert.alert-success h4,
    #noty_bottomCenter_layout_container .alert.alert-success h4,
    .noty_bottomCenter_layout_container .alert.alert-success h4 {
      background-color: #81C784; }
    #noty_bottomRight_layout_container .alert.alert-warning h4,
    .noty_bottomRight_layout_container .alert.alert-warning h4,
    #noty_bottomCenter_layout_container .alert.alert-warning h4,
    .noty_bottomCenter_layout_container .alert.alert-warning h4 {
      background-color: #FFB74D; }
    #noty_bottomRight_layout_container .alert.alert-danger h4,
    .noty_bottomRight_layout_container .alert.alert-danger h4,
    #noty_bottomCenter_layout_container .alert.alert-danger h4,
    .noty_bottomCenter_layout_container .alert.alert-danger h4 {
      background-color: #E57373; }
    #noty_bottomRight_layout_container .alert.alert-info h4,
    .noty_bottomRight_layout_container .alert.alert-info h4,
    #noty_bottomCenter_layout_container .alert.alert-info h4,
    .noty_bottomCenter_layout_container .alert.alert-info h4 {
      background-color: #64B5F6; }
    #noty_bottomRight_layout_container .alert.alert-inverse h4,
    .noty_bottomRight_layout_container .alert.alert-inverse h4,
    #noty_bottomCenter_layout_container .alert.alert-inverse h4,
    .noty_bottomCenter_layout_container .alert.alert-inverse h4 {
      background-color: #212121; }
    #noty_bottomRight_layout_container .alert.alert-light h4,
    .noty_bottomRight_layout_container .alert.alert-light h4,
    #noty_bottomCenter_layout_container .alert.alert-light h4,
    .noty_bottomCenter_layout_container .alert.alert-light h4 {
      background-color: #BDBDBD; }
    #noty_bottomRight_layout_container .alert.alert-dark h4,
    .noty_bottomRight_layout_container .alert.alert-dark h4,
    #noty_bottomCenter_layout_container .alert.alert-dark h4,
    .noty_bottomCenter_layout_container .alert.alert-dark h4 {
      background-color: #424242; }

#noty_bottomCenter_layout_container .alert,
.noty_bottomCenter_layout_container .alert {
  min-height: auto !important; }
  #noty_bottomCenter_layout_container .alert .noty_bar .noty_message,
  .noty_bottomCenter_layout_container .alert .noty_bar .noty_message {
    padding: 2rem 1rem 0 1rem !important; }
    #noty_bottomCenter_layout_container .alert .noty_bar .noty_message .noty_text h4,
    .noty_bottomCenter_layout_container .alert .noty_bar .noty_message .noty_text h4 {
      margin-bottom: 0 !important;
      font-size: 1em !important; }

#clr-calendar tbody td .event a {
  height: 40px; }

#clr-calendar tbody td .event.event-info a {
  background-color: #5bc0de; }

#clr-calendar tbody td .event.event-warning a {
  background-color: #f0ad4e; }

#clr-calendar tbody td .event.event-success a {
  background-color: #5cb85c; }

#clr-calendar tbody td .event.event-danger a {
  background-color: #d9534f; }

#clr-calendar tbody td .event.event-primary a {
  background-color: #337ab7; }

#clr-calendar tbody td .event.event-default a {
  background-color: #777; }

#clr-calendar tbody td .event.event-holiday a {
  background-color: #3a87ad;
  color: #FFFFFF; }

.calendar-date.date-info {
  background-color: #5bc0de; }

.calendar-date.date-warning {
  background-color: #f0ad4e; }

.calendar-date.date-success {
  background-color: #5cb85c; }

.calendar-date.date-danger {
  background-color: #d9534f; }

.calendar-date.date-primary {
  background-color: #337ab7; }

.calendar-date.date-default {
  background-color: #777; }

.media-list {
  padding-left: 0;
  list-style: none; }
  .media-list .media-left {
    margin-right: 10px; }

.media {
  position: relative; }
  .media .avatar-wrapper {
    padding: 0.25rem;
    background-color: #fff;
    border: 1px solid #E0E0E0;
    border-radius: 0.5rem;
    overflow: hidden;
    margin-right: 1rem; }
    .media .avatar-wrapper .avatar {
      overflow: hidden;
      display: block; }
      .media .avatar-wrapper .avatar.avatar-xs {
        width: 24px;
        height: 24px; }
        .media .avatar-wrapper .avatar.avatar-xs img {
          width: 24px; }
      .media .avatar-wrapper .avatar.avatar-sm {
        width: 48px;
        height: 48px; }
        .media .avatar-wrapper .avatar.avatar-sm img {
          width: 48px; }
      .media .avatar-wrapper .avatar.avatar-md {
        width: 64px;
        height: 64px; }
        .media .avatar-wrapper .avatar.avatar-md img {
          width: 64px; }
      .media .avatar-wrapper .avatar.avatar-lg {
        width: 96px;
        height: 96px; }
        .media .avatar-wrapper .avatar.avatar-lg img {
          width: 96px; }
      .media .avatar-wrapper .avatar.avatar-xl {
        width: 128px;
        height: 128px; }
        .media .avatar-wrapper .avatar.avatar-xl img {
          width: 128px; }
    .media .avatar-wrapper.avatar-circle {
      border-radius: 50%;
      padding: 0.25rem; }
      .media .avatar-wrapper.avatar-circle .avatar {
        border-radius: 50%; }
    .media .avatar-wrapper.avatar-circle {
      border-radius: 50%;
      padding: 0.25rem; }
      .media .avatar-wrapper.avatar-circle .avatar {
        border-radius: 50%; }

/*Social and Header Links */
div#social {
  float: right;
  vertical-align: top; }

div#social img {
  padding: 10px 5px; }

.phone {
  vertical-align: top;
  float: right; }

div#home-links {
  float: right;
  text-align: right;
  margin: 0;
  padding: 0; }

ul.menu {
  border: 0;
  list-style-type: none;
  padding: 0 0 20px 5px; }

ul.menu li {
  float: left;
  display: inline;
  padding: 5px 10px; }

ul.menu a {
  color: #888a96 !important;
  font-size: 15px;
  text-transform: capitalize !important;
  text-decoration: none;
  font-weight: normal; }

/*Contact Us Form */
.contact {
  width: auto !important;
  font-size: 100%; }

span.formnonrequired {
  display: none; }

td.label {
  color: #878894 !important; }

/*twitter typeahead*/
span.twitter-typeahead .tt-dropdown-menu {
  position: absolute;
  top: 70% !important;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 0px 0 0;
  list-style: none;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  background-clip: padding-box; }

span.twitter-typeahead .tt-suggestion {
  display: block; }
  span.twitter-typeahead .tt-suggestion p {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    color: #333333;
    white-space: nowrap;
    margin: 0; }
    span.twitter-typeahead .tt-suggestion p:hover, span.twitter-typeahead .tt-suggestion p:focus {
      color: #ffffff;
      text-decoration: none;
      outline: 0;
      background-color: #428bca; }
    span.twitter-typeahead .tt-suggestion p span.specs {
      display: inline; }
    span.twitter-typeahead .tt-suggestion p:hover span.specs {
      color: #ffffff; }
  span.twitter-typeahead .tt-suggestion.tt-cursor p {
    color: #ffffff;
    background-color: #428bca; }
    span.twitter-typeahead .tt-suggestion.tt-cursor p span.specs {
      color: #ffffff; }

span.twitter-typeahead .tt-highlight {
  background-color: #ffff99; }

span.twitter-typeahead .tt-suggestion p:hover .tt-highlight, span.twitter-typeahead .tt-suggestion.tt-cursor .tt-highlight {
  background-color: #428bca; }

span.twitter-typeahead {
  width: 100%; }

.input-group span.twitter-typeahead {
  display: block !important; }
  .input-group span.twitter-typeahead .tt-dropdown-menu {
    top: 32px !important; }

.input-group.input-group-lg span.twitter-typeahead .tt-dropdown-menu {
  top: 44px !important; }

.input-group.input-group-sm span.twitter-typeahead .tt-dropdown-menu {
  top: 28px !important; }
