/*--------------------------------------------------------------------------
 TOP
--------------------------------------------------------------------------*/
#goto_top {
  position: fixed;
  width: 40px;
  height: 40px;
  right: 10px;
  bottom: 10px;
  cursor: pointer;
  z-index: 9998;
  display: none; 
  opacity: 0.8; 
  background-color: #303C49; 
  color: #fff; 
  font-size: 18px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
}
#goto_top:hover {
  background-color: #571662; 
}

/*--------------------------------------------------------------------------
 AJAX
--------------------------------------------------------------------------*/
#ajax_loader {
  display: none;
  background: url(../img/loaders/ajax-loader.gif) no-repeat center; 
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
  opacity: 0.2;
}

/*--------------------------------------------------------------------------------------
  FOOTER
--------------------------------------------------------------------------------------*/
footer {
  background-color: #444444;
}
footer a {
  outline: 0;
  color: #cccccc;
  text-decoration: none;
}
footer p {
  color: #ffffff;
  margin: 0 2px 4px 0;
  line-height: 20px;
  padding: 0;
}
footer ul li {
  margin-bottom: 4px;
}
footer hr {
  color: #747474;
  background-color: #747474;
}
footer h5 {
  color: #ffffff;
  font-weight: bold;
  font-size: 16px;
  padding: 0;
}
footer a:hover {
  color: #ffffff;
  text-decoration: none;
}
footer a:focus {
  text-decoration: none;
  box-shadow: none;
}
footer .footer-copyright {
  color: #949494;
}

/*--------------------------------------------------------------------------
 POPOVER
--------------------------------------------------------------------------*/
.popover-body {
  padding: 4px 8px;
}
.popover p {
  padding: 0;
  font-weight: bold;
  margin: 6px 10px 8px 10px;
}
.popover p.popover-title {
  margin: 0 0 6px 0;
  text-align: center;
  padding: 4px 8px 4px 8px;
  border-bottom: 1px solid #c5c5c5;
}
.popover img.img-logo {
  width: auto;
  height: 80px;
  margin: 0 0 8px 0;
}
.popover img.img-avatar {
  width: 280px;
  height: 280px;
  margin: 0 0 8px 0;
}
.popover img.img-picture {
  height: auto;
  max-width: 200px;
  margin: 0 0 8px 0;
}

/*--------------------------------------------------------------------------
 PROCESS WINDOW
--------------------------------------------------------------------------*/
.process-window-content {
  display: none;
}
.process-window-content.active {
  display: block;
}
.process-window-attach {
  display: none;
}
.process-window-attach.active {
  display: block;
}

/*--------------------------------------------------------------------------------------
  CAPTCHA
--------------------------------------------------------------------------------------*/
.captcha {
  margin: 8px auto;
}
.captcha img {
  width: 100%;
  max-width: 220px;
  margin-top: 10px;
}
.captcha-image {
  background-color: #ffffff;
  border: 1px solid #ccc;
}
.captcha .form-group {
  margin-top: 10px;
}

/*--------------------------------------------------------------------------
 ARTICLE
--------------------------------------------------------------------------*/
div.display-article {
}
div.display-article p {
  font-size: 14px;
  margin: 0 0 4px 0;
  padding: 0;
}
div.display-article h2 {
  line-height: 1.0;
}

/*--------------------------------------------------------------------------
 DIVIDER
--------------------------------------------------------------------------*/
.divider {
  width: 100%;
  height: 1px;
  margin: 12px 0;
  overflow: hidden;
  background-color: #c5c5c5;
}
.divider-small {
  width: 100%;
  height: 1px;
  margin: 2px 0;
  overflow: hidden;
  background-color: #c5c5c5;
}

/*--------------------------------------------------------------------------
 DISPLAY AVATAR
--------------------------------------------------------------------------*/
.display-avatar {
  margin: 0 auto;
  max-width: 300px;
  max-height: 300px;
}
.display-avatar img {
  width: 100%;
  height: 100%;
}

/*--------------------------------------------------------------------------
 DISPLAY LOGO
--------------------------------------------------------------------------*/
.display-logo {
  width: 100%;
  padding: 0;
  margin: 0 auto;
  max-width: 320px;
  max-height: 320px;
}
.display-logo img {
  width: 100%;
  height: auto;
  display: block;
  max-height: 320px;
}

/*--------------------------------------------------------------------------
 DISPLAY COMMENT
--------------------------------------------------------------------------*/
 p.form-comment {
  font-size: 14px;
  color: #404040 !important;
  text-align: justify;
  text-justify: inter-word;  
}
.form-group p.form-comment {
  margin: 0 0 12px 0;
  padding: 0;
}

/*--------------------------------------------------------------------------
 DISPLAY RECTANGLE
--------------------------------------------------------------------------*/
.display-rectangle {
  margin: 8px 0;
  padding: 8px 8px;
  border-radius: 10px;
  border: 1px solid  #ccc;
}

/*--------------------------------------------------------------------------------------
 FORM ERROR
--------------------------------------------------------------------------------------*/
.has-error label,
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border: 1px solid #acb1b6;
  border-color: #A70D0D;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-error .form-control:focus {
  border-color: #A70D0D;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}

/*--------------------------------------------------------------------------
 MESSAGE ALERT
--------------------------------------------------------------------------*/
.alert {
  text-align: center;
}
.alert.alert-warning {
  background-color: #ff9e0f;
  color: #ffffff;
}
.alert.alert-warning p {
  padding: 0;
  margin: 0;
}
.alert.alert-warning a,
.alert.alert-warning .alert-link {
  color: #ffffff;
}
.alert.alert-success {
  background-color: #55b559;
  color: #ffffff;
}
.alert.alert-success p {
  padding: 0;
  margin: 0;
}
.alert.alert-success a,
.alert.alert-success .alert-link {
  color: #ffffff;
}
.alert.alert-danger {
  background-color: #A70D0D;
  color: #ffffff;
}
.alert.alert-danger p {
  padding: 0;
  margin: 0;
}
.alert.alert-danger a,
.alert.alert-danger .alert-link {
  color: #ffffff;
}
.alert.alert-info {
  background-color: #008798;
  color: #ffffff;
}
.alert.alert-info p {
  padding: 0;
  margin: 0;
}
.alert.alert-info a,
.alert.alert-info .alert-link {
  color: #ffffff;
}

/*--------------------------------------------------------------------------
 TABLE
--------------------------------------------------------------------------*/
.table.table-list {
  margin-bottom: 24px;
}
.table.table-list tr {
  background-color: #ffffff;
  height: 60px;
}
.table.table-list thead tr th {
  font-size: 1.3875em;
  font-weight: normal;
  color: #ffffff !important;
  padding: 14px 28px;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #303C49; 
  border-bottom: 2px solid rgba(0, 0, 0, 0.06);
  border-top: 0;
}
.table.table-list tbody tr td {
  font-size: 1.0875em;
  padding: 6px 18px 8px 18px;
  vertical-align: middle;
  border-bottom: 2px solid rgba(0, 0, 0, 0.06);
}
.table.table-list tbody tr td.image {
  width: 76px;
  min-width: 76px;
  max-width: 76px;
  text-align: center;
  padding: 8px 12px 8px 12px;
}
.table.table-list tbody tr td.image img {
  width: 100%;
}
.table.table-list tbody tr:last-child td {
  border-bottom: 0;
}
.table.table-list tbody tr {
  transition: .2s ease-in;
}
.table.table-list tbody tr:hover {
  box-shadow: 0px 0px 10px 0px rgba(11, 29, 66, 0.15);
}
.table-bordered.table-list {
  border: 1px solid rgba(0, 0, 0, 0.06);
}
@media (max-width: 991px) {
  .table-list thead tr th.table-hidden-lg,
  .table-list tbody tr td.table-hidden-lg {
    display: none;
  }
}
@media (max-width: 767px) {
  .table-list thead tr th.table-hidden-md,
  .table-list tbody tr td.table-hidden-md {
    display: none;
  }
}
@media (max-width: 575px) {
  .table-list thead tr th.table-hidden-sm,
  .table-list tbody tr td.table-hidden-sm {
    display: none;
  }
}

/*--------------------------------------------------------------------------
 TABLE RESPONSIVE
--------------------------------------------------------------------------*/
.table-responsive {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.table-responsive form {
  padding: 0;
  margin: 0;
  border: 0;
}

/*--------------------------------------------------------------------------
 REQUIRED
--------------------------------------------------------------------------*/
.required {
  color: red;
  width: auto;
  float: none;
  display: inline;
  margin: 0 6px 0 6px;
}
p.text-required {
  margin: 6px 0 12px 0 !important;
}

/*--------------------------------------------------------------------------------------
  CONTAINER BLOCK
--------------------------------------------------------------------------------------*/
.container-block {
  padding-top: 48px;
  padding-bottom: 48px;
  min-height: 380px;
}
@media (max-width: 767px) {
  .container-block {
    min-height: 280px;
  }
}

/*--------------------------------------------------------------------------
 DISPLAY SELECT
--------------------------------------------------------------------------*/
.display-select {
  margin-bottom: 40px;
}
.display-select a {
  text-transform: uppercase;
  font-size: 1.2rem;
  color: #303C49;
  font-weight: 500;
  display: block;
  border-radius: 0;
  border: 1px solid #d5d5d5;
  padding: 20px 20px;
}
.display-select a:hover {
  border: 1px solid #b5b5b5;
}
.display-select a span {
  margin-top: 2px;
  display: block;
  font-size: 0.9rem;
  color: #303C49;
  font-weight: 400;
}
.display-select a span.comment {
  text-transform: none;
  text-align: justify;
  text-justify: inter-word;  
  font-style: italic !important;
}
.display-select a.active {
  background-color: #303C49;
  color: #fff;
  position: relative;
}
.display-select a.active span {
  color: #fff;
}
.display-select a.active:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 20px 20px 0;
  border-color: transparent #303C49 transparent transparent;
}
@media (max-width: 767px) {
  .display-select {
    margin-bottom: 12px;
  }
  .display-select a.active:after {
    content: none;
  }
}
.display-select-vertical {
  height: 100%;
}
.display-select-vertical a {
  text-transform: uppercase;
  font-size: 1.2rem;
  color: 303C49 !important;
  font-weight: 500;
  display: block;
  border-radius: 0;
  border: 1px solid #d5d5d5;
  padding: 20px 20px;
  height: 100%;
}
.display-select-vertical a:hover {
  border: 1px solid #b5b5b5;
}
.display-select-vertical a span {
  margin-top: 2px;
  display: block;
  font-size: 0.9rem;
  color: #303C49;
  font-weight: 400;
}
.display-select-vertical a span.comment {
  text-transform: none;
  text-align: justify;
  text-justify: inter-word;  
  font-style: italic !important;
}
.display-select-vertical a.active {
  background-color: #303C49;
  color: #fff !important;
  position: relative;
}
.display-select-vertical a.active:hover {
  color: #fff;
}
.display-select-vertical a.active span {
  color: #fff;
}
.display-select-vertical a.active:after {
  content: '';
  position: absolute;
  left: 100%;
  right: 0;
  bottom: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #303C49;
}
@media (max-width: 991px) {
  .display-select-vertical a.active:after {
    content: none;
  }
}

/*--------------------------------------------------------------------------
 DISPLAY DOWNLOAD
--------------------------------------------------------------------------*/
.display-download {
  display: flex;
  display: -ms-flexbox;
  -ms-flex-align: start;
  align-items: flex-start;
}
.display-download .display-download-left {
  width: 66px;
  padding: 0 4px;
  text-align: center;
}
.display-download .display-download-left i.fa {
  font-size: 28px;
}
.display-download .display-download-body {
  text-align: left;
  padding-top: 12px;
  min-height: 40px;
  width: 100%;
}
.display-download .display-download-body p {
  padding: 2px 0 0 0;
  margin: 0;
}
.display-download .display-download-body h3 {
  font-size: 1.15rem;
  color: #294d75 !important;
  padding: 0;
  margin: 0;
}

/*--------------------------------------------------------------------------
 DISPLAY FOOTER
--------------------------------------------------------------------------*/
footer {
  background:#fff;
  margin-top: 4px;
}
footer .footer-section {
  margin:.125rem 0
}
footer .footer-section:first-child {
  margin-top:0
}
footer .footer-section:last-child,
footer .footer-section:last-of-type {
  margin-bottom:0
}
@media (max-width:767.98px) {
 footer .footer-section.footer-nav {
   margin-bottom:0
 }
}
footer .footer-section.footer-nav .footer-section-content {
  padding-bottom:0
}
@media (max-width:767.98px) {
 footer .footer-section.country-select {
   margin-top:0
 }
}
@media (max-width:767.98px) {
 footer .footer-section.country-select .footer-section-content {
  padding-top:0
 }
}
footer .footer-section .footer-section-content {
 padding:2rem 0;
 font-size:.875rem;
 line-height:1.4285714286
}
@media (min-width:768px) {
 footer .footer-section .footer-section-content {
  padding:2.5rem 0
 }
}
@media (min-width:1200px) {
 footer .footer-section .footer-section-content {
  padding:3rem 0
 }
}
@media (min-width:768px) {
 footer .footer-section .footer-section-content {
  font-size:.875rem
 }
}
@media (min-width:1200px) {
 footer .footer-section .footer-section-content {
  font-size:.875rem
 }
}
@media (min-width:768px) {
 footer .footer-section .footer-section-content {
  line-height:1.4285714286
 }
}
@media (min-width:1200px) {
 footer .footer-section .footer-section-content {
  line-height:1.4285714286
 }
}
footer .footer-section .footer-section-content [class^=col-]:first-child .accordion:first-child .card {
 border-top:1px solid #e2e3e4
}
@media (min-width:768px) {
 footer .footer-section .footer-section-content [class^=col-]:first-child .accordion:first-child .card {
  border-top:none
 }
}
footer .footer-section .footer-section-content a[class*=" icon-"]:before,
footer .footer-section .footer-section-content a[class^=icon-]:before {
 color:#303c49
}
footer .footer-section .footer-section-content a.icon-arrow-outline:before,
footer .footer-section .footer-section-content a.icon-download:before,
footer .footer-section .footer-section-content a.icon-mail:before,
footer .footer-section .footer-section-content a.icon-open:before,
footer .footer-section .footer-section-content a.icon-phone:before {
 display:none
}
footer .footer-section .footer-section-content h5,
footer .footer-section .footer-section-content p {
 font-size:inherit;
 line-height:inherit
}
footer .footer-section .footer-section-content ul {
 font-size:inherit;
 line-height:inherit;
 padding-left:0
}
footer .footer-section .footer-section-content ul li:before {
 display:none
}
@media (min-width:768px) {
 footer .footer-section .footer-section-content>ul {
  margin:0 0 -1rem
 }
}
@media (min-width:768px) {
 footer .footer-section .footer-section-content>ul {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap
 }
}
@media (min-width:768px) {
 footer .footer-section .footer-section-content>ul li {
  margin:0 2rem 1rem 0
 }
}
@media (min-width:768px) {
 footer .footer-section .footer-section-content>ul li {
  white-space:nowrap
 }
}
footer .footer-section .footer-section-content ol {
 counter-reset:i;
 font-size:inherit;
 line-height:inherit;
 list-style-type:none
}
footer .footer-section .footer-section-content ol li {
 counter-increment:i
}
footer .footer-section .footer-section-content ol li:before {
 content:counter(i,decimal) ")";
 margin-right:.25rem
}

/*--------------------------------------------------------------------------
 CARD PANEL
--------------------------------------------------------------------------*/
.card {
  border: 0;
  margin-bottom: 16px;
  margin-top: 0;
  color: #333333;
  background: #fff;
  font-size: .875rem;  
  width: 100%;
  border: 1px solid #000000;
}
.card.card-process {
  padding-bottom: 10px;
}
.card .card-title {
  margin-top: 0.625rem;
  font-size: 1.5rem;
}
.card .card-category {
  font-size: 14px;
}
.card .card-body {
  padding: 0.9375rem 20px 0.9375rem 20px;
  position: relative;
}
.card.card-process .card-body {
  padding: 0.9375rem 20px 0.2375rem 20px;
  position: relative;
}
.card .card-header {
  background: linear-gradient(60deg, #404C59, #303C49);
}
.card .card-title {
  margin-top: 0;
  color: #294d75;
  margin-bottom: 3px;
}
.card .card-header .card-category {
  margin: 0;
  color: #ffffff;
  margin-top: 8px;
}
.card .card-header .card-title {
  color: #ffffff !important;
  margin-bottom: 3px;
}
.card .card-header.card-header-text {
  display: inline-block;
}
.card .card-header.card-header-text:after {
  content: "";
  display: table;
}
.card .card-header i.fa,
.card .card-header i.fa {
  margin-top: 6px;
  font-size: 20px;
  color: #ffffff;
}
.card .card-header {
  padding: 12px 15px 11px 15px;
}
.card .card-footer {
  margin: 0 0.9375rem;
  border-top: 1px solid #c5c5c5;
  background-color: transparent;
}

/*--------------------------------------------------------------------------
 SECTION
--------------------------------------------------------------------------*/
.display-section {
  background-color: #ffffff;
  padding: 48px 48px;
}
.display-section.display-light {
  background-color: #f8f9fa;
}
@media (max-width:768px) {
  .display-section {
    padding: 28px 18px;
  }
}

/*--------------------------------------------------------------------------
 MODAL DIALOG
--------------------------------------------------------------------------*/
.modal-dialog.modal-sm{
  max-width: 480px;
}
.modal-dialog.modal-md {
  max-width: 640px;
}
.modal-dialog.modal-lg {
  max-width: 800px;
}

/*--------------------------------------------------------------------------
 NAV PILLS
--------------------------------------------------------------------------*/
.nav.nav-pills.booking-nav {
  margin-bottom: 24px;
}
.nav-pills.booking-nav .nav-link {
  border: 0;
  color: #000;
  cursor:pointer;
  display:block;
  font-size:.875rem;
  font-weight:700;
  letter-spacing:.0775rem;
  text-transform:uppercase;
  background-color: transparent;
  border-bottom: 1px solid #ccc;
  text-align: left;
  border-radius: 0;
}
.nav-pills.booking-nav .nav-link.active,
.nav-pills.booking-nav .show > .nav-link {
  color: #000;
  border: 0;
  background-color: transparent;
  border-bottom:2px solid #e40045;
}

/*--------------------------------------------------------------------------
 IEMS BRACJET
--------------------------------------------------------------------------*/
.row .item .item-wrapper {
  height:100%
}
.row .item .item-wrapper .item-bracket {
  border-color:#abb6c3;
  border-style:solid;
  border-width:.125rem;
  width:1.125rem
}
.row .item .item-wrapper .item-bracket.item-bracket-left {
  border-right-width:0;
  margin-right:.375rem
}
.row .item .item-wrapper .item-bracket.item-bracket-right {
  border-left-width:0;
  margin-left:.375rem
}
.row .item .item-wrapper .item-container {
  padding:0.625rem 0;
  width:100%
}
.row .item .item-wrapper .item-container .user-input .input-group {
  border-bottom:1px solid #acb1b6;
  margin:0 0 1.5rem;
  padding-bottom:.75rem
}
.row .item .item-wrapper .item-container .user-input .input-group input {
  background:0 0;
  border:none;
  color:#303c49;
  -webkit-box-flex:1;
  -ms-flex-positive:1;
  flex-grow:1;
  margin:0;
  padding:0
}

/*--------------------------------------------------------------------------
 FORM LABEL
--------------------------------------------------------------------------*/
label {
  height: 18px;
  line-height: 16px;
  font-weight: bold;
  font-size: 14px;
}
