@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,700|Raleway:800,800i");
.clear-margin {
  margin: 0; }

.relative {
  position: relative; }

.mediatech-rails {
  margin-top: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  color: #575757;
  -webkit-font-smoothing: antialiased; }
  .mediatech-rails a:not(.button) {
    color: #009edf; }
    .mediatech-rails a:not(.button):hover, .mediatech-rails a:not(.button):focus {
      color: #007aac; }
  .mediatech-rails h1, .mediatech-rails h2, .mediatech-rails h3, .mediatech-rails h4, .mediatech-rails h5, .mediatech-rails h6 {
    font-family: Montserrat, sans-serif;
    color: #575757;
    -webkit-font-smoothing: antialiased; }
  .mediatech-rails h1 {
    font-size: 28px;
    font-weight: 700;
    margin-top: 40px; }
  .mediatech-rails p, .mediatech-rails div, .mediatech-rails small, .mediatech-rails strong, .mediatech-rails em {
    -webkit-font-smoothing: antialiased; }
  .mediatech-rails h2 {
    font-weight: 700;
    font-size: 40px;
    margin-top: 40px; }
  .mediatech-rails h6 {
    margin-bottom: 0; }
    .mediatech-rails h6 a {
      color: #575757 !important;
      font-weight: 400;
      font-family: Montserrat, sans-serif; }
  .mediatech-rails .search-prefix {
    line-height: 30px; }
  .mediatech-rails .search-field {
    width: calc(100% - 30px);
    float: left;
    border: 1px solid #dfdfdf;
    border-right: none;
    height: 30px;
    padding: 0;
    line-height: 28px;
    padding-left: 5px; }
  .mediatech-rails .search-button {
    width: 30px;
    height: 30px;
    background: none;
    color: transparent;
    padding: 0;
    z-index: 1;
    cursor: pointer;
    margin: 0;
    position: relative; }
  .mediatech-rails .search-button-icon {
    width: 30px;
    height: 30px;
    text-align: center;
    margin: 0;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
    font-size: 16px;
    line-height: 28px;
    color: #fff;
    background: #009edf; }
  .mediatech-rails .brand-links {
    line-height: 28px;
    font-weight: 400; }
  .mediatech-rails .brand h2 {
    font-size: 28px;
    font-weight: 700; }
  .mediatech-rails .exhibitors h6, .mediatech-rails .exhibitors a, .mediatech-rails .exhibitors h6 a {
    color: #009edf !important; }
    .mediatech-rails .exhibitors h6:hover, .mediatech-rails .exhibitors h6:focus, .mediatech-rails .exhibitors a:hover, .mediatech-rails .exhibitors a:focus, .mediatech-rails .exhibitors h6 a:hover, .mediatech-rails .exhibitors h6 a:focus {
      color: #007aac !important; }
  .mediatech-rails input[type="text"],
  .mediatech-rails textarea,
  .mediatech-rails input[type="email"],
  .mediatech-rails input[type="password"] {
    border: 1px solid #dfdfdf; }
  .mediatech-rails textarea {
    padding: 10px; }
  .mediatech-rails input[type="checkbox"] {
    margin-bottom: 0;
    position: relative;
    top: -1px; }
  .mediatech-rails input {
    font-family: Montserrat, sans-serif; }
  .mediatech-rails .chosen-container input[type="text"] {
    border: none;
    padding: 0;
    margin: 0;
    height: auto;
    line-height: 28px; }
    .mediatech-rails .chosen-container input[type="text"]:focus {
      box-shadow: none;
      background: none; }
  .mediatech-rails .chosen-drop {
    display: none;
    position: absolute;
    background: white;
    z-index: 10;
    border-top: 1px solid #dfdfdf;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    margin-left: 11px;
    margin-right: 11px;
    width: calc(100% - 22px);
    margin-top: -11px !important; }
  .mediatech-rails .result-selected {
    opacity: 0.5; }
  .mediatech-rails .chosen-container-active {
    position: relative; }
    .mediatech-rails .chosen-container-active .chosen-drop {
      display: block; }
  .mediatech-rails .chosen-container {
    margin-bottom: 20px;
    border: 1px solid #dfdfdf;
    clear: both; }
    .mediatech-rails .chosen-container .search-field {
      width: 100%;
      border: 1px solid #dfdfdf;
      height: auto;
      margin-top: 10px; }
    .mediatech-rails .chosen-container ul.chosen-results {
      padding: 10px;
      min-height: 40px; }
    .mediatech-rails .chosen-container ul.chosen-choices {
      padding: 10px;
      padding-bottom: 50px; }
      .mediatech-rails .chosen-container ul.chosen-choices li.search-choice {
        margin-right: 3px;
        margin-bottom: 3px;
        display: inline-block;
        padding: 10px;
        background: #00a9f2;
        color: white;
        font-size: 10px;
        padding-left: 12px;
        padding-right: 12px;
        line-height: 1.2;
        padding-top: 11px; }
        .mediatech-rails .chosen-container ul.chosen-choices li.search-choice a.search-choice-close:before {
          content: "×";
          color: white;
          margin-left: 6px;
          font-size: 14px;
          line-height: 0;
          width: 18px;
          height: 18px;
          position: relative;
          top: 2px; }
  .mediatech-rails .dashed-line {
    margin-top: 10px;
    margin-bottom: 10px;
    border-top: 1px dashed #dfdfdf; }
  .mediatech-rails .button {
    background: #009edf;
    font-family: Montserrat, sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    -webkit-font-smoothing: antialiased; }
    .mediatech-rails .button.alert {
      background: #c81e4a; }
    .mediatech-rails .button.success {
      background: #8aba2d; }
    .mediatech-rails .button.warning {
      background: #fbab18; }
  .mediatech-rails .red-color {
    color: #c81e4a; }
  .mediatech-rails .admin-dot-panel {
    padding-top: 10px;
    padding-bottom: 20px; }
  .mediatech-rails .admin-dot-panel .button {
    margin-bottom: 3px; }
  .mediatech-rails .login-status {
    padding-top: 30px;
    padding-bottom: 30px;
    border-top: 1px dashed #dfdfdf;
    border-bottom: 1px solid #dfdfdf; }
  .mediatech-rails section.title {
    text-align: left !important; }
  .mediatech-rails .dot-panel {
    background: none;
    padding: 0;
    border: none; }
    .mediatech-rails .dot-panel .control-group label {
      width: 40%;
      float: left;
      line-height: 37px;
      font-size: 13px;
      text-transform: uppercase;
      -webkit-font-smoothing: antialiased; }
      .mediatech-rails .dot-panel .control-group label + .controls {
        float: left;
        width: calc(60% - 15px);
        margin-left: 15px; }
    .mediatech-rails .dot-panel .rhs-exibitor-form .control-group label {
      width: 100%;
      line-height: 1.2;
      margin-bottom: 10px;
      float: none; }
      .mediatech-rails .dot-panel .rhs-exibitor-form .control-group label + .controls {
        float: none;
        width: 100%;
        margin-left: 0; }
    .mediatech-rails .dot-panel legend {
      -webkit-font-smoothing: antialiased;
      font-size: 13px;
      margin-top: 30px;
      margin-bottom: 20px;
      display: inline-block;
      text-transform: uppercase; }
    .mediatech-rails .dot-panel input[type="submit"] {
      padding-top: 0.6875rem;
      padding-right: 1.375rem;
      padding-bottom: 0.75rem;
      padding-left: 1.375rem;
      font-size: 14px;
      border-radius: 0;
      font-weight: 400;
      -webkit-font-smoothing: antialiased;
      margin-bottom: 20px; }
      .mediatech-rails .dot-panel input[type="submit"].btn-blue {
        background: #009edf;
        color: #fff; }
    .mediatech-rails .dot-panel .well {
      margin-bottom: 20px; }
      .mediatech-rails .dot-panel .well h6 {
        line-height: 1.3; }
  .mediatech-rails .chosen-choices, .mediatech-rails .chosen-results {
    margin: 0;
    list-style: none; }
  .mediatech-rails .chosen-results li {
    cursor: pointer; }
    .mediatech-rails .chosen-results li:hover, .mediatech-rails .chosen-results li:focus {
      color: #009edf; }
  .mediatech-rails .light-grey {
    color: #8a8a8a; }
  .mediatech-rails .file-thumbnail {
    float: left;
    width: 32px; }
  .mediatech-rails .file-description {
    float: left;
    width: calc(100% - 32px);
    padding-left: 15px; }
