/*
PMAC COLOR 2020
*/
@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");
@import url("../../fonts/DINAlternate-Bold/styles.css");
@import url("../../fonts/DIN-RegularAlternate/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: #0E1937; }
  .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: #E05D5E; }

.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; }
  .header .dropdown-menu li {
    padding: 0px 6px; }
    .header .dropdown-menu li a {
      font-size: 12px;
      color: #010101; }

/* 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: #0E1937;
      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-abstract {
  background-color: #228894; }

.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 .border-icons {
  font-size: 13px;
  border: 2px solid #0072c1;
  border-radius: 50%;
  padding: 3px 10px 1px 10px;
  display: inline-block;
  /*    position: absolute;*/
  /* right: 52px; */
  font-color: red;
  color: #0072c1;
  /*&.border-brown{
            border-color: $color-brown;
        }
        &.border-blue{
            border-color: $color-blue;
        }*/
  /*&.icons-info{
            &:hover{

                .block-info-hover{
                    display: block;
                }
                
            }
        }*/ }

#home-user .hover-info {
  display: inline-block; }
  #home-user .hover-info:hover .block-info-hover {
    display: block; }
  #home-user .hover-info:hover .icons-info {
    display: none; }

#home-user .block-info-hover {
  display: none;
  /*position: absolute;*/
  width: 350px;
  top: -110px;
  left: 0rem;
  background-color: #fff;
  color: #000;
  z-index: 99; }

#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-top: 10px; }

.p-b-10 {
  padding-bottom: 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; }

.box-register .webinar-headline-v1 {
  padding-left: 30px;
  display: inline-block; }

.box-register .webinar-headline-v2 {
  padding-left: 10px;
  display: inline-block; }

.box-register .headline-v1, .box-register .headline-v2 {
  position: relative;
  top: 1px;
  text-transform: uppercase;
  padding: 11px 20px 8px;
  margin: 0;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 1px;
  color: #231f20;
  display: inline-block;
  border-radius: 0;
  border: 1px solid #231f20;
  /*    border-bottom: 0;*/ }
  .box-register .headline-v1.active-tab, .box-register .headline-v2.active-tab {
    background-color: #231f20 !important;
    color: #fff; }

.box-body-webinar {
  padding: 50px;
  border: 1px solid #a3abab; }
  .box-body-webinar .card {
    background: transparent; }

.list-menu-classic {
  list-style: none;
  padding-top: 10px; }
  .list-menu-classic li {
    vertical-align: middle;
    padding-bottom: 5px; }
    @media (min-width: 768px) {
      .list-menu-classic li {
        border-right: 1px solid #000; } }
    @media (min-width: 768px) {
      .list-menu-classic li:first-child {
        padding-left: 0; } }
    @media (min-width: 768px) {
      .list-menu-classic li:last-child {
        border-right: 0; } }
    .list-menu-classic li img {
      width: 23px; }
  .list-menu-classic.custom-list li {
    border-right: 0; }

.block-month-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.bg-blue-light {
  background-color: #d9e3e3; }

.bg-light-gay {
  background-color: #a3abab; }

.bg-black {
  background-color: #231f20; }

.bg-red {
  background-color: #E05D5E; }

.color-white {
  color: #fff; }

.color-red {
  color: #E05D5E; }

.color-gay {
  color: #414042; }

.color-gay-light {
  color: #a3abab; }

.color-blue {
  color: #61C7CD; }

.color-light-blue {
  color: #d9e3e3; }

.color-black {
  color: #231f20; }

.color-blue-theme {
  color: #05607e; }

.color-gold {
  color: #f6931d; }

.border-1 {
  border: 1px solid; }

a {
  color: #231f20;
  /*font-family: "DINAlternate-Bold";*/ }
  a:hover {
    text-decoration: none;
    color: inherit; }

.list-menu-classic {
  list-style: none;
  padding-top: 10px; }
  .list-menu-classic li {
    vertical-align: middle;
    padding-bottom: 5px; }
    @media (min-width: 768px) {
      .list-menu-classic li {
        border-right: 1px solid #000; } }
    @media (min-width: 768px) {
      .list-menu-classic li:first-child {
        padding-left: 0; } }
    @media (min-width: 768px) {
      .list-menu-classic li:last-child {
        border-right: 0; } }
    .list-menu-classic li img {
      width: 23px; }
  .list-menu-classic.custom-list li {
    border-right: 0; }

.table-custom-thumb {
  margin-bottom: 0px;
  border: 1px solid #9da1a1; }
  .table-custom-thumb thead tr th {
    background-color: #62c7cf;
    border: 0;
    border-right: 1px solid #9da1a1;
    border-left: 1px solid #9da1a1;
    text-align: center; }
    .table-custom-thumb thead tr th:first-child {
      text-align: left; }
  .table-custom-thumb tr {
    background-color: #fff; }
    .table-custom-thumb tr:nth-of-type(odd) {
      background-color: #f1f7f7; }
    .table-custom-thumb tr td {
      border: 0;
      border-right: 1px solid #9da1a1;
      border-left: 1px solid #9da1a1;
      text-align: center; }
      .table-custom-thumb tr td:first-child {
        text-align: left; }

.color-black {
  color: #000; }

.wrap-panel-search {
  border: 1px solid #9da1a1; }
  .wrap-panel-search .panel-heading {
    background-color: #f1f7f7; }

.dataTables_wrapper {
  position: relative; }
  .dataTables_wrapper .top {
    position: absolute;
    top: -33px;
    right: 0; }
    .dataTables_wrapper .top div {
      font-size: 14px; }
  .dataTables_wrapper .table-custom-thumb {
    border-collapse: collapse !important;
    margin-top: 0 !important; }
    .dataTables_wrapper .table-custom-thumb tbody tr:nth-of-type(odd) {
      background-color: #f1f7f7; }

.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

/* Custom page CSS
-------------------------------------------------- */
/*body {
   
    font-family: Arial;
    font-size: 13px;
    line-height: 1.42857143;
    color: $text-color-light;
    letter-spacing: 1px;

    // > .container {
    //     padding: 55px 15px 0;
    // }
}*/
body {
  font-family: Arial;
  font-size: 13px;
  line-height: 1.42857143;
  color: #59595B;
  letter-spacing: 0.5px; }

@media (min-width: 1200px) {
  .container {
    max-width: 1200px; } }

b {
  font-family: Arial; }

h1 {
  font-size: 26px;
  color: #231f20; }
  h1 b {
    font-size: 3rem; }

h2 {
  font-size: 24px;
  color: #231f20; }

h3 {
  font-size: 22px;
  color: #231f20; }

h4 {
  font-size: 20px;
  color: #231f20; }

h5 {
  font-size: 20px; }

h1, h2, h3, h3, h4, h5 {
  font-family: Arial;
  font-weight: none;
  line-height: 1.1; }

p {
  font-size: 1em;
  font-family: Arial;
  line-height: 1.3; }

label {
  font-weight: 700; }

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

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

.cropControlRotateLeft, .cropControlRotateRight {
  display: none !important; }

.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: #231f20;
      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-headline .headline.custom-headline-white {
        background-color: #fff;
        color: #000;
        border: 1px solid #9da1a1;
        border-bottom: 0; }
      .box .box-headline .headline.custom-tag-a {
        background-color: transparent;
        color: #000;
        border: 1px solid #9da1a1;
        border-bottom: 0; }
        .box .box-headline .headline.custom-tag-a.active-tag-a {
          color: #fff;
          background-color: #0370bb; }
  .box .box-body {
    background-color: #F0F0F0; }
  .box .box-footer > img {
    margin: 0 auto; }

.help-block {
  color: #e10606; }

.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; }

.color-white {
  color: #fff; }

.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: #E05D5E; }
  .text-danger:hover, .text-danger:focus {
    color: #E05D5E !important; }

.text-success {
  color: #d0d265; }
  .text-success:hover, .text-success:focus {
    color: #d0d265 !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: #E05D5E; }

.block-bg-gray {
  background-color: #6b7c89; }

.block-bg-dark-blue {
  background-color: #0072c1; }

.block-bg-green {
  background-color: #00b799; }

.block-bg-pink {
  background-color: #ff8387; }

.block-bg-soft-blue {
  background-color: #24b0c5; }

.block-bg-yellow {
  background-color: #f9bd34; }

.block-bg-soft-purple {
  background-color: #943e89; }

.block-bg-organize {
  background-color: #ff8d00; }

.block-bg-purple {
  background-color: #5b1a8c; }

.block-bg-blue {
  background-color: #0370bb; }

.bg-blue {
  background-color: #0370bb; }

.btn-primary {
  background-color: #343a40;
  border-color: #343a40; }

.color-dark-blue {
  color: #0370bb; }

.color-orange {
  color: #ffa900; }

.color-white {
  color: #fff; }

@media (min-width: 768px) {
  .border-right-time:nth-child(1) {
    border-right: 2px solid #000; } }

.list-menu-time-zone {
  padding: 0; }
  .list-menu-time-zone li {
    list-style: none; }
    @media (min-width: 768px) {
      .list-menu-time-zone li {
        border-right: 1px solid #000;
        display: inline-block;
        padding: 0 10px; } }
    @media (min-width: 768px) {
      .list-menu-time-zone li:first-child {
        padding-left: 0; } }
    @media (min-width: 768px) {
      .list-menu-time-zone li:last-child {
        border-right: 0; } }

.card {
  border-radius: 0; }
  .card.opacity-gray-border {
    opacity: 0.3;
    border: 1px solid #afa1a1 !important;
    cursor: default; }
    .card.opacity-gray-border .card-title {
      color: #afa1a1; }
    .card.opacity-gray-border .card-text {
      color: #afa1a1; }
  .card.opacity-gray {
    opacity: 0.3;
    border: 1px solid #afa1a1 !important;
    background-color: #afa1a1;
    cursor: default; }
    .card.opacity-gray .card-title {
      color: #fff; }
    .card.opacity-gray .card-text {
      color: #fff; }
  .card.match-height-card {
    height: 150px; }
  .card.match-height-card-100 {
    height: 100px; }
  .card.card-custom-news {
    border-color: #0370bb; }
  .card .card-text {
    font-size: 16px; }
  .card .card-title {
    display: inline-block;
    position: relative;
    font-size: 18px; }
    .card .card-title .border-icons {
      font-size: 17px;
      border: 2px solid #fff;
      border-radius: 50%;
      padding: 3px 10px 1px 10px;
      display: inline-block;
      position: absolute;
      right: 10px; }
      .card .card-title .border-icons.icons-info:hover .block-info-hover {
        display: block; }
    .card .card-title .block-info-hover {
      display: none;
      position: absolute;
      width: 200px;
      top: -110px;
      left: 40px;
      background-color: #fff;
      color: #000;
      z-index: 99; }
