/* @license GPL-2.0-or-later https://www.drupal.org/licensing/faq */
.text-align-left{text-align:left;}.text-align-right{text-align:right;}.text-align-center{text-align:center;}.text-align-justify{text-align:justify;}.align-left{float:left;}.align-right{float:right;}.align-center{display:block;margin-right:auto;margin-left:auto;}
.fieldgroup{padding:0;border-width:0;}
.container-inline div,.container-inline label{display:inline-block;}.container-inline .details-wrapper{display:block;}
.clearfix::after{display:table;clear:both;content:"";}
.js details:not([open]) .details-wrapper{display:none;}
.hidden{display:none;}.visually-hidden{position:absolute !important;overflow:hidden;clip:rect(1px,1px,1px,1px);width:1px;height:1px;word-wrap:normal;}.visually-hidden.focusable:active,.visually-hidden.focusable:focus-within{position:static !important;overflow:visible;clip:auto;width:auto;height:auto;}.invisible{visibility:hidden;}
.item-list__comma-list,.item-list__comma-list li{display:inline;}.item-list__comma-list{margin:0;padding:0;}.item-list__comma-list li::after{content:", ";}.item-list__comma-list li:last-child::after{content:"";}
.js .js-hide{display:none;}.js-show{display:none;}.js .js-show{display:block;}
.nowrap{white-space:nowrap;}
.position-container{position:relative;}
.reset-appearance{margin:0;padding:0;border:0 none;background:transparent;line-height:inherit;-webkit-appearance:none;appearance:none;}
.resize-none{resize:none;}.resize-vertical{min-height:2em;resize:vertical;}.resize-horizontal{max-width:100%;resize:horizontal;}.resize-both{max-width:100%;min-height:2em;resize:both;}
.system-status-counter__status-icon{display:inline-block;width:25px;height:25px;vertical-align:middle;}.system-status-counter__status-icon::before{display:block;width:100%;height:100%;content:"";background-repeat:no-repeat;background-position:center 2px;background-size:16px;}.system-status-counter__status-icon--error::before{background-image:url(/core/misc/icons/e32700/error.svg);}.system-status-counter__status-icon--warning::before{background-image:url(/core/misc/icons/e29700/warning.svg);}.system-status-counter__status-icon--checked::before{background-image:url(/core/misc/icons/73b355/check.svg);}
.system-status-report-counters__item{width:100%;margin-bottom:0.5em;padding:0.5em 0;text-align:center;white-space:nowrap;background-color:rgba(0,0,0,0.063);}@media screen and (min-width:60em){.system-status-report-counters{display:flex;flex-wrap:wrap;justify-content:space-between;}.system-status-report-counters__item--half-width{width:49%;}.system-status-report-counters__item--third-width{width:33%;}}
.system-status-general-info__item{margin-top:1em;padding:0 1em 1em;border:1px solid #ccc;}.system-status-general-info__item-title{border-bottom:1px solid #ccc;}
.tablesort{display:inline-block;width:16px;height:16px;background-size:100%;}.tablesort--asc{background-image:url(/core/misc/icons/787878/twistie-down.svg);}.tablesort--desc{background-image:url(/core/misc/icons/787878/twistie-up.svg);}
.paragraph--unpublished{background-color:#fff4f4;}
// -----------------------------------------------------------------------------
// This file contains all styles related to the sailing schedule table.
// -----------------------------------------------------------------------------

#sailing-schedule{width:99%;overflow-x:scroll;border-top:1px solid #919eba;border-bottom:1px solid #919eba;margin-left:5px;}.sailing-sched{margin-top:25px;margin-bottom:25px;}.sailing-sched h2{text-align:center;color:#131E77;margin-bottom:15px;}.sailing-sched p{text-align:center;font-size:14px;}#sailing-schedule::-webkit-scrollbar{width:7px;-webkit-appearance:none;-webkit-overflow-scrolling:touch;}#sailing-schedule::-webkit-scrollbar:horizontal{height:12px;width:7px;}#sailing-schedule::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,.5);border-radius:4px;border:2px solid #ffffff;box-shadow:0 0 1px rgba(255,255,255,.5);}#sailing-schedule::-webkit-scrollbar-track{border-radius:10px;background-color:#ffffff;}#schedule{color:#000000;font-size:11px;border-collapse:collapse;border-color:#ecebf2;margin-bottom:75px;width:100%;}#schedule tbody{border-top:1px solid #ccc;}#schedule thead tr td:last-of-type,#schedule thead tr td:nth-last-child(2){display:none;}#schedule tbody .info td:nth-last-child(2){border-right:none;}#schedule thead tr td:first-child{text-transform:uppercase;}#schedule thead tr td{text-align:center;vertical-align:inherit;background-color:#131E77;color:#fff;font-weight:600;font-size:14px;}#schedule thead tr td b{font-weight:inherit;}#schedule td{padding:20px 2px 20px 2px;border:solid 1px #9e9e9e;min-width:90px;font-size:14px;}#schedule td:last-of-type{display:none;}#schedule tr:first-of-type{white-space:normal;}#schedule tr:first-of-type td b{text-transform:capitalize;}#schedule tr.infotablerow{background:#bab8d2;text-align:center;}#schedule tr.blankrow{background:#fff;text-align:center;}#schedule tr.blankrow td{border-left:none;border-right:none;}#schedule tr.infotablerow td:first-child,#schedule tr.blankrow td:first-child{font-weight:600;font-size:14px;}#schedule .sched-line{width:8px;background:#fff;}#schedule tbody .info td{font-size:14px;position:relative;text-align:center;background-color:#eee;vertical-align:inherit;}#schedule tbody .info td:first-child{background-color:#fff;font-weight:600;font-size:14px;border-left:none;}#schedule .sched-empty{position:absolute;top:-1px;left:47%;right:0;bottom:0;}#schedule .sched-arrow{width:8px;background:#fff;bottom:50%;}#schedule .sched-arrow .arrow{position:absolute;left:50%;top:100%;right:0;transform:translate(-50%,-50%);bottom:0;width:0px;height:0;border-left:8px solid transparent;border-right:8px solid transparent;border-top:8px solid #fff;}.custom_column{background-color:#fff;border-bottom:solid 1px #fff;}.custom_column button{display:flex;align-items:center;justify-content:space-between;background-color:#131E77;color:#fff;border:solid 1px #131E77;padding:5px 15px;font-size:25px;text-align:left;width:100%;}button.active .fa-angle-down{transform:rotate(180deg);}.custom_column section[hidden]{display:block !important;visibility:hidden;max-height:0;overflow-y:hidden;transition:visibility 0.5s,max-height 0.5s ease-in-out;}.custom_column section{visibility:visible;max-height:999px;transition:visibility 0.5s,max-height 0.5s ease-in-out;}.custom_column ul{list-style-type:none;padding-left:0;}.custom_column li{font-size:14px;padding:10px 15px;}.custom_column li:last-child{display:none;}.custom_column li:nth-child(even){background-color:#ccc;}.mobile-table-container{margin-top:25px;margin-bottom:25px;}.mobile-table-container .custom_column:first-child,.mobile-table-container .custom_column:last-child{display:none;}.accordion-list__title{background-color:#131E77 !important;color:#fff;font-weight:600;}@media (max-width:991px){#sailing-schedule{display:none;}}@media (min-width:992px){.mobile-table-container{display:none;}}
