@import url("../../fonts/Roboto-Bold/styles.css");
@import url("../../fonts/Roboto-Medium/styles.css");
@import url("../../fonts/Roboto-Regular/styles.css");
@import url("../../fonts/Roboto-Light/styles.css");
@import url("../../fonts/Roboto-Thin/styles.css");
@import url("../../fonts/CordiaNew/styles.css");
.main-menu .wrap-inner ul li a {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease; }

.slider-banner-container {
  width: 100%;
  position: relative;
  padding: 0; }
  .slider-banner-container .slider-banner-fullwidth {
    width: 100%;
    position: relative;
    display: none; }
  .slider-banner-container .tp-bannertimer {
    background: #59AEC1; }
  .slider-banner-container .line {
    background: #59AEC1;
    height: 5px; }

.jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons button,
.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button {
  font-size: 12px; }

.select2-container--bootstrap {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }
  .select2-container--bootstrap .select2-selection--single {
    border: 1px solid #797979;
    -webkit-box-shadow: inset 0px 0px 8px 0px rgba(97, 97, 97, 0.75);
    -moz-box-shadow: inset 0px 0px 8px 0px rgba(97, 97, 97, 0.75);
    box-shadow: inset 0px 0px 8px 0px rgba(97, 97, 97, 0.75); }
  .select2-container--bootstrap.select2-container--focus .select2-selection {
    border: 1px solid #797979; }
  .select2-container--bootstrap.select2-container--open .select2-selection {
    border: 1px solid #797979;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #6f6f6f;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #6f6f6f; }
  .select2-container--bootstrap .select2-dropdown {
    border: 1px solid #797979; }

.dropzone {
  min-height: auto;
  border: 2px dashed #254a66; }

.parsley-errors-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: absolute;
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  color: #EB2626; }

.header {
  padding-top: 13px;
  padding-bottom: 16px;
  -webkit-box-shadow: 1px 1px 4px #8a8a8a;
  box-shadow: 1px 1px 4px #8a8a8a;
  position: relative;
  z-index: 100; }
  .header .logo-main {
    margin: 0 auto;
    width: 400px; }

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%; }
  html body {
    /* Margin bottom by footer height */
    margin-bottom: 80px; }
    html body .footer {
      position: absolute;
      bottom: 0;
      width: 100%;
      /* Set the fixed height of the footer here */
      height: 80px;
      background-color: #2A4F72;
      color: #fff;
      font-size: 12px; }
      html body .footer > .container p {
        margin-top: 15px;
        margin-bottom: 0; }

.main-menu {
  background-color: #E0E0DF;
  text-align: center;
  font-family: 'Roboto-Regular'; }
  .main-menu .line-vertical-center {
    border-bottom: solid 2px #fff; }
  .main-menu .wrap-inner {
    display: inline-block;
    vertical-align: top; }
    .main-menu .wrap-inner ul {
      margin: 0;
      padding: 0;
      list-style-type: none;
      text-align: center; }
      .main-menu .wrap-inner ul li {
        display: inline-block;
        float: left; }
        .main-menu .wrap-inner ul li:first-child a {
          border-left: solid 2px #fff; }
        .main-menu .wrap-inner ul li:last-child a {
          border-right: solid 2px #fff; }
        .main-menu .wrap-inner ul li:hover a, .main-menu .wrap-inner ul li:focus a, .main-menu .wrap-inner ul li.active a {
          text-decoration: none;
          background-color: #fff; }
        .main-menu .wrap-inner ul li a {
          padding: 10px 20px;
          display: inline-block;
          background-color: #E0E0DF;
          color: #414041;
          text-align: center;
          border: solid 1px #fff;
          text-transform: uppercase; }
    .main-menu .wrap-inner.top ul li a {
      border-bottom: 0; }
    .main-menu .wrap-inner.bottom ul li a {
      border-top: 0;
      border-bottom: 0; }

.home-page {
  /* clear fix */ }
  .home-page a {
    color: #fff; }
    .home-page a:hover, .home-page a:focus {
      text-decoration: none; }
  .home-page .grid {
    /*background: #DDD;*/
    max-width: 1140px;
    margin: 0 auto;
    color: #fff; }
  .home-page .grid:after {
    content: '';
    display: block;
    clear: both; }
  .home-page .grid-item {
    float: left;
    width: 373px;
    height: 160px;
    margin-bottom: 10px;
    padding: 20px 40px; }
    .home-page .grid-item h3 {
      margin: 0;
      font-size: 20px;
      letter-spacing: 2px;
      font-weight: bold; }
  .home-page .grid-item--width2 {
    width: 277px; }
  .home-page .available-soon {
    position: absolute;
    right: 15px;
    bottom: 15px;
    opacity: 0.7; }
  .home-page .box-status {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 5px;
    background-color: #d4d4d4;
    font-size: 12px; }

.bg-personal {
  background-color: #1AB79A; }

.bg-conference {
  background-color: #F7BD36; }

.bg-fieldtrip {
  background-color: #943D89; }

.bg-accommodation {
  background-color: #48AFE3; }

.bg-flight {
  background-color: #0E80BE; }

.bg-airport {
  background-color: #BFC2C7; }

.bg-visa {
  background-color: #8FD2CC; }

.bg-speaker {
  background-color: #E4686A; }

.bg-poster {
  background-color: #224190; }

.bg-sidemeeting {
  background-color: #F26B23; }

.bg-dashboard {
  background-color: #6C7C89; }

.bg-dashboard-onsite {
  background-color: #9e0000; }

.bg-onsite {
  background-color: #85d8d3; }

.bg-staff {
  background-color: #5a188c; }

#home-user .bg-personal {
  background-color: #2a4e72; }

#home-user .bg-conference {
  background-color: #005495; }

#home-user .bg-fieldtrip {
  background-color: #60a4d2; }

#home-user .bg-accommodation {
  background-color: #0098d2; }

#home-user .bg-flight {
  background-color: #0080be; }

#home-user .bg-airport {
  background-color: #005b8e; }

#home-user .bg-visa {
  background-color: #80bbd7; }

#home-user .bg-speaker {
  background-color: #80bbd7; }

#home-user .bg-poster {
  background-color: #0083cb; }

#home-user .bg-sidemeeting {
  background-color: #376986; }

.p-t-30 {
  padding-top: 30px; }

.p-t-20 {
  padding-top: 20px; }

.p-b-20 {
  padding-bottom: 20px; }

.p-t-10 {
  padding-bottom: 10px; }

.p-b-10 {
  padding-top: 10px; }

.p-r-20 {
  padding-right: 20px; }

.p-l-0 {
  padding-left: 0px; }

.title_permission {
  font-size: 15px;
  font-weight: 600;
  padding-bottom: 5px; }

.margin-auto {
  margin: 0 auto; }

#user_info {
  /*    .btn-submit {
        border-radius: 0;
        padding: 7px 30px;
        background-color: #2a4e72;
    }

    .btn-next {
        border-radius: 0;
        padding: 7px 35px;
    }*/ }

.hotel-page .headline-topic {
  border-bottom: solid 1px #a7a7a7;
  padding-bottom: 10px;
  margin-bottom: 30px;
  font-weight: bold; }

.hotel-page .wrap-hotel {
  color: #264966;
  border-bottom: solid 1px #a7a7a7;
  padding-bottom: 30px;
  margin-bottom: 30px; }
  .hotel-page .wrap-hotel h4 {
    font-weight: bold;
    font-size: 16px; }
  .hotel-page .wrap-hotel h5 {
    font-weight: bold; }
  .hotel-page .wrap-hotel p {
    font-size: 12px;
    color: #264966; }
  .hotel-page .wrap-hotel .table {
    font-size: 12px;
    color: #264966; }
  .hotel-page .wrap-hotel .term-condition {
    font-size: 12px; }
  .hotel-page .wrap-hotel .important-note {
    font-size: 14px; }

.hotel-page .my-table-row .tr {
  padding-top: 10px;
  padding-bottom: 0;
  font-size: 10px; }
  .hotel-page .my-table-row .tr .show-detail {
    font-size: 13px;
    font-weight: bold; }
    .hotel-page .my-table-row .tr .show-detail > span {
      font-weight: normal; }
  .hotel-page .my-table-row .tr .form-inline {
    margin-top: 10px; }
    .hotel-page .my-table-row .tr .form-inline .form-control {
      width: 100px; }
  .hotel-page .my-table-row .tr .line-bottom {
    border-bottom: solid 1px #a7a7a7;
    margin: 15px 0 0px; }

.hotel-page ul {
  font-size: 12px; }

.hotel-page .parsley-errors-list {
  position: relative;
  font-size: 9px; }

.poster-page .label-abstract {
  font-size: 14px;
  border-radius: 0; }

.table-custom-1 {
  width: 100% !important;
  font-size: 12px; }
  .table-custom-1 thead tr th {
    background-color: #59AEC1;
    color: #fff;
    border-color: #59AEC1; }

table.table-bordered.dataTable tbody th, table.table-bordered.dataTable tbody td {
  border-bottom-width: 0; }

/* Custom page CSS
-------------------------------------------------- */
body {
  font-family: Arial;
  font-size: 13px;
  line-height: 1.42857143;
  color: #59595B;
  letter-spacing: 1px; }

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #fff; }

#wrap-content {
  padding-top: 50px;
  padding-bottom: 50px; }

.box {
  margin-bottom: 20px; }
  .box .box-headline {
    padding-left: 30px; }
    .box .box-headline .headline {
      position: relative;
      top: 1px;
      font-family: 'Roboto-Medium';
      text-transform: uppercase;
      padding: 7px 15px 3px;
      margin: 0;
      font-size: 14px;
      line-height: 20px;
      color: #fff;
      display: inline-block;
      background-color: #254A66;
      border-top-left-radius: 3px;
      border-top-right-radius: 3px;
      border-bottom-right-radius: 3px;
      border-top-right-radius: 3px;
      border-bottom-left-radius: 3px;
      border-top-left-radius: 3px;
      border-bottom-left-radius: 0;
      border-bottom-right-radius: 0; }
  .box .box-body {
    padding: 40px 30px;
    background-color: #F0F0F0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    border: solid 1px #AAA8A9; }
  .box .box-footer > img {
    margin: 0 auto; }

.form-control {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  border: 1px solid #797979;
  -webkit-box-shadow: inset 0px 0px 8px 0px rgba(97, 97, 97, 0.75);
  -moz-box-shadow: inset 0px 0px 8px 0px rgba(97, 97, 97, 0.75);
  box-shadow: inset 0px 0px 8px 0px rgba(97, 97, 97, 0.75); }
  .form-control:focus {
    border-color: #616161;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #6f6f6f;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #6f6f6f; }

.bullet-perms {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  .bullet-perms > li {
    border-bottom: dashed 1px #ddd; }
    .bullet-perms > li .head-title {
      font-size: 15px;
      font-weight: bold;
      margin: 14px 0; }

.bg-white {
  background-color: #fff;
  padding: 10px;
  border-radius: 3px;
  border: solid 1px #e0e0df; }
  .bg-white .table {
    margin: 0; }

.wrap-panel-search label {
  font-size: 12px; }

.hr-v2 {
  border-top: 1px solid #e0e0df; }

.hr-v3 {
  border-top: 3px solid #ffffff; }

.field-other .form-control {
  background-color: #f8f4a1; }

.preload {
  display: inline-block; }

.preload-absolute {
  position: absolute;
  top: 0;
  right: 15px; }

.required-symbol, .required:after {
  color: #D52A28;
  content: "*";
  font-weight: bold; }

.required:after {
  margin-left: 5px; }

.text-danger {
  color: #EB2626; }
  .text-danger:hover, .text-danger:focus {
    color: #EB2626 !important; }

.text-success {
  color: #458B74; }
  .text-success:hover, .text-success:focus {
    color: #458B74 !important; }

.text-hightlight {
  color: #1546fb; }
  .text-hightlight:hover, .text-hightlight:focus {
    color: #1546fb; }

.check-in-action {
  font-weight: bold; }

.row-danger {
  font-weight: bold;
  color: #EB2626; }

#evaluation .text_custom {
  color: green;
  font-weight: bold; }

#evaluation .default {
  background: #5c829e;
  pointer-events: none;
  color: #fff; }

#evaluation .header-title {
  font-size: 18px;
  color: #2A4F72;
  font-weight: bold;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px; }
  #evaluation .header-title .content-desc {
    font-size: 15px;
    padding-top: 10px;
    color: #59595B;
    font-weight: normal; }

#evaluation .first-outline {
  list-style-type: none;
  padding-left: 0; }
  #evaluation .first-outline li.linest {
    padding: 10px 0px 15px 0px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px; }
    #evaluation .first-outline li.linest .wrap-rating {
      padding-left: 3px;
      padding-right: 3px; }
    #evaluation .first-outline li.linest .rating-desc {
      padding-left: 25px; }
    #evaluation .first-outline li.linest .fa-star {
      color: #fbb83a; }
    #evaluation .first-outline li.linest input[type=checkbox], #evaluation .first-outline li.linest input[type=radio] {
      margin-top: 0;
      vertical-align: middle; }
