* {
    margin: 0;
    padding: 0;
}

/* latin-ext */
@font-face {
    font-family: 'Lato';
    font-style: italic;
    font-weight: 400;
    src: url('../fonts/Lato-Italic.ttf') format('truetype');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-family: 'Lato';
    font-style: italic;
    font-weight: 700;
    src: url('../fonts/Lato-BoldItalic.ttf') format('truetype');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin-ext */
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/Lato-Regular.ttf') format('truetype');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/Lato-Bold.ttf') format('truetype');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

html, body {
    height: 100%;
    scroll-behavior: smooth;
    font-family: 'Lato', sans-serif;
}

.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    padding-top: 8px;
    width: 100%;
    height: 48px;
    background-color: #002939;
    color: white;
    text-align: center;
}

#parent {
    display: flex;
    /*height: 100vh;*/
    height: 93vh;
}

#mainContent {
    width: 850px; /* 100%; */
    margin: 16px;
    overflow: auto;
}

.centervertically {
    align-items: center;
    display: flex;
}

.share-icon {
    position: absolute;
    top: 16px;
    right: 16px;
    padding: 8px 14px;
    background-color: white;
    color: #144094;
    font-size: 20px;
    text-decoration: none;
}

.print-icon {
    position: absolute;
    top: 16px;
    right: 64px;
    padding: 8px 14px;
    background-color: white;
    color: #144094;
    font-size: 20px;
    text-decoration: none;
}

.topright2 {
    position: absolute;
    top: 16px;
    border-radius: 24px;
    right: 128px;
    padding: 8px 14px;
    background-color: #144094;
    color: white;
    font-size: 16px;
}

.navigate_prev {
    position: absolute;
    top: 16px;
    border-radius: 3px;
    left: 16px;
    padding: 8px 14px;
    background-color: #144094;
    color: white;
    font-size: 16px;
    text-decoration: none;
}

.navigate_prev:hover {
    color: #cecece;
    text-decoration: none;
}

.navigate_next {
    position: absolute;
    top: 16px;
    border-radius: 3px;
    right: 16px;
    padding: 8px 14px;
    background-color: #144094;
    color: white;
    font-size: 16px;
    text-decoration: none;
}

.navigate_next:hover {
    color: #cecece;
    text-decoration: none;
}

.content-tutorial {
    padding-left: 32px;
    position: relative
}

.copy {
    border: none;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    cursor: pointer;
    background-color: white;
}

.ur {
    border: none;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px
}

button.focus,
button:focus {
    outline: 0;
    box-shadow: none !important
}

.ur.focus,
.ur:focus {
    outline: 0;
    box-shadow: none !important
}

.search-bar input {
    width: 100%;
}

.search-bar-toolbar {
    position: absolute;
    top: 0;
    right: 100px;
    padding: 10px;
    max-width: 1px;
}

.search-bar-toolbar input {
    position: absolute;
    top: 0;
    right: 100px;
    padding: 10px;
    min-width: 40px;
}

.icon {
    padding: 10px;
    min-width: 40px;
    cursor: pointer;
}

.toolbar {
    width: 100%;
    background-color: #002939;
    color: white;
    padding: 16px;
}

#accordian li.highlight {
    background-color: #004560;
}

#accordian a {
    color: #fff;
    font-size: 14px;
}

#accordian a:hover {
    text-decoration: none;
    background: #005f8a;
}

ul {
    margin-bottom: 0px;
}

#searchResult {
    list-style: none;
    padding: 0px;
    background-color: #cecece;
    margin-top: 32px;
    color: #002939;
    position: absolute;
    font-size: 14px;
    z-index: 100;
}

#searchResult a li {
    background-color: #cecece;
    padding: 4px;
    color: #002939;
    margin-bottom: 1px;
}

#searchResult a li:hover {
    cursor: pointer;
    background-color: #fff;
}

#searchResult a {
    text-decoration: none !important;
}

input[type=text] {
    padding: 5px;
    width: 350px;
    letter-spacing: 1px;
}

.card-text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5; /* number of lines to show */
    -webkit-box-orient: vertical;
    font-family: Lato, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif !important;
    font-size: 14px !important;
    line-height: normal !important;
}

.card-text-full {
    font-family: Lato, serif !important;
    font-size: 14px !important;
    line-height: normal !important;
}

.card-title {
    font-family: Lato, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif !important;
    font-size: 24px !important;
    font-weight: 600 !important;
    line-height: normal !important;
}

.card-title-sm {
    font-family: Lato, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    line-height: normal !important;
}

.card {
    /*background-color: #f0f0f0;*/
}

.relatedarticle {
    background-color: #cecece !important;
    padding: 14px !important;
    margin: 4px !important;
    border-radius: 32px !important;
    color: black !important;
}

.relatedarticle:hover {
    background-color: #a1a1a1 !important;
    text-decoration: none !important;
}

.articlebox {
    background-color: #8e96de !important;
    padding: 32px !important;
    margin-right: 24px !important;
}

.translationalert {
    margin-right: 24px !important;
}

::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

/* Override default mark */
.marker {
    background-color: #fff8aa;
}

.marker-intense {
    background-color: #ffff00;
}

/* Custom Search */
.custom-search {
    position: relative;
    width: 100%;
    margin-top: 16px;
}

.custom-search-input {
    width: 100% !important;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 10px 20px 10px 20px;
    line-height: 1;
    box-sizing: border-box;
    outline: none;
}

.custom-search-botton {
    position: absolute;
    right: 3px;
    top: 3px;
    width: 100px;
    bottom: 3px;
    border: 0;
    background: #144094;
    color: #fff;
    outline: none;
    margin: 0;
    padding: 0 10px;
    border-radius: 3px;
    z-index: 2;
}

.btn-primary {
    background: #144094 !important;
    border-color: #144094 !important;
}

.filter-button {
    position: absolute;
    right: 96px;
    top: 3px;
    width: 64px;
    bottom: 3px;
    border: 0;
    background: #fff;
    color: #144094;
    outline: none;
    margin: 0;
    padding: 0 10px;
    border-radius: 3px;
    z-index: 2;
}

/* Fix to hide grey line above table */
.table td, .table th {
    border: none;
}

.views {
    font-size: 14px;
}

/* Tutorial button */
.tutorialbtn {
    background-color: #afafaf;
    padding: 8px;
    text-decoration: none;
    color: white;
}

.tutorialbtn:hover {
    background-color: #9f9f9f;
    padding: 8px;
    text-decoration: none;
    color: white;
}

.toptabs {
    background-color: #bbbbbb;
    padding: 4px;
    margin-right: 4px;
}

.toptabs:hover {
    background-color: #cbcbcb;
}

.toptabsbtn {
    color: white;
}

.toptabsbtn:hover {
    color: white;
    text-decoration: none;
}

.container {
    padding-bottom: 64px;
}

.hovercolor:hover {
    color: #144094;
}

.hovercolorbox {
    background-color: #eeeeee;
    height: 260px;
    padding-top: 16px;
    margin-right: 8px;
    margin-left: 8px;
}

.hovercolorbox:hover {
    color: #144094;
    background-color: rgba(65, 65, 68, 0.32);
}

.hovercolorbox-notready {
    background-color: #eeeeee;
    height: 260px;
    padding-top: 16px;
    margin-right: 8px;
    margin-left: 8px;
}

.hovercolorbox-notready:hover {
    color: #144094;
    background-color: rgba(65, 65, 68, 0.32);
}

.bottomtext {
    position: absolute;
    width: 100%;
    bottom: 0;
    text-align: center;
    padding-right: 32px;
    font-size: 18px;
}

.bottomtext-tutorial {
    position: absolute;
    width: 100%;
    bottom: 0;
    text-align: center;
    padding-right: 32px;
    font-size: 14px;
}

.center-image {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

.center-image-vertically {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.activeelement {
    background-color: #00789f;
}

.leftpadding {
    padding-left: 16px;
}

/* Toolbar search */
.search-container {
    background-color: transparent;
    position: relative;
    border-radius: 8px;
    outline: #fff solid thin;
    padding: 3px 50px 3px 10px;
}

.search-box {
    background-color: transparent;
    height: 35px;
    font-size: 15px;
    color: white;
    border: none;
    outline: none;
    width: 350px;
}

.search-box::placeholder {
    color: #bebebe;
}

.search-button {
    position: absolute;
    right: 4px;
    top: 4px;
    background-color: transparent;
    border-radius: 50%;
    border: 0;
    color: #fff;
    width: 35px;
    height: 35px;
    outline: 0;
}

.search-container-reverse {
    background-color: transparent;
    position: relative;
    border-radius: 8px;
    outline: #002939 solid thin;
    padding: 3px 50px 3px 10px;
    margin-left: 4px;
    margin-right: 4px;
}

.search-box-reverse {
    background-color: transparent;
    height: 35px;
    font-size: 15px;
    color: #002939;
    border: none;
    outline: none;
    width: 350px;
}

.search-box-reverse::placeholder {
    color: #002939;
}

.search-button-reverse {
    position: absolute;
    right: 4px;
    top: 4px;
    background-color: transparent;
    border-radius: 50%;
    border: 0;
    color: #002939;
    width: 35px;
    height: 35px;
    outline: 0;
}

.slidearrowcontainer {
    display: flex;
    align-items: center;
    background-color: transparent;
    border-radius: 50%;
    border: 0;
    color: #fff;
    height: 100%;
}

.slidearrow {
    display: flex;
    align-items: center;
    background-color: transparent;
    border-radius: 50%;
    border: 0;
    color: #fff;
    width: 35px;
    height: 35px;
    outline: 0;
}

.badge-icon {
    max-width: 16px;
}

.badge-icon-logo {
    max-width: 64px;
    margin-top: -4px;
}

.badge-size {
    font-size: 14px;
    font-weight: 400;
}

.badge-size-2x {
    zoom: 125%;
    min-height: 21px;
}

.badge-filter-selected {
    background-color: #144094;
    color: #fff;
    cursor: pointer;
}

.badge-filter {
    background-color: #8c9496;
    color: #fff;
    cursor: pointer;
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

p {
    margin-bottom: 0.4rem !important;
}

/* Search filters */
.search-filters {
    padding: 16px;
    background-color: #d0d3d5;
}

/* Under construction */
.underconstruction {
    max-width: 250px;
}

.recently-updated {
    height: 130px;
}

#dataTable_wrapper {
    padding-bottom: 64px;
}

/* Padding classes */
.padding-top-64 {
    padding-top: 64px;
}

/* Try out larger zoom of html files for tutorials */
#canvas {
    zoom: 65% !important;
}

.container-iframe {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%;
}

.responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

/* Hide toolbars on print */
@media print {
    .tooltip {
        display: none;
    }
}

@media (max-width: 768px) {
    #accordian {
        width: 0;
    }

    #search_toolbar {
        display: none !important;
    }

    #search_sidebar {
        border-radius: 0px;
        outline: none !important;
    }

    #breadcrumbs_toolbar {
        display: none !important;
    }

    .footer {
        font-size: 12px;
    }
}

@media (min-width: 768px) {
    #accordian {
        width: 100%;
        max-width: 350px !important;
    }

    #sidebarMenuButton {
        display: none !important;
    }

    #search_sidebar {
        display: none !important;
    }

    #breadcrumbs_sidebar {
        display: none !important;
    }
}

.select2 {
    width: 100% !important;
}

.select2-container .select2-selection--single {
    height: 34px !important;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #ccc !important;
    border-radius: 0px !important;
}

.box {
    justify-content: center;
    align-items: center;
    text-align: center !important;
    background-color: #eeeeee;
    padding: 16px;
    border-radius: 8px;
    margin-bottom: 16px;
}
.box-no-margin {
    margin-bottom: 0px !important;
}
.box-avatar {
    justify-content: center;
    align-items: center;
    margin-bottom: 16px;
}

.btn-link {
    color: #263685 !important;
}
.btn-link:hover {
    color: #263685 !important;
}

.event-active {
    background-color: rgba(46, 139, 87, 0.50);
}
.btn-cadwork {
    color: white !important;
    background-color: #263685 !important;
}
.btn-cadwork:hover {
    color: white !important;
    background-color: #384591 !important;
}
.fa-solid {
    color: #263685;
    margin-right: 8px;
}
.header-icon {
    margin-right: 32px !important;
    width: 16px !important;
}

/*.alert {*/
/*    padding: 0 !important;*/
/*}*/

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.minimal-padding {
    padding: .6rem 1rem !important;
}

h1 {
    color: #263685 !important;
}
h2 {
    color: #263685 !important;
}
h3 {
    color: #263685 !important;
}
h4 {
    color: #263685 !important;
}
h5 {
    color: #263685 !important;
}
a {
    color: #263685 !important;
}
a:hover {
    color: #263685 !important;
}

.content {
    text-align: center;
    overflow: hidden;
}

.content img {
    float: left;
}

.content p{
    margin: 2px 0 0 0;
    margin-left: 15px;
    display: block;
}

.alert {
    padding: 0 !important;
}

.vertical-line {
    border-left: thick solid #EEEEEE;
    width: 0;
    margin: 0 auto;
    height: 32px;
}

.wave {
    animation-name: wave-animation;  /* Refers to the name of your @keyframes element below */
    animation-duration: 2.5s;        /* Change to speed up or slow down */
    animation-iteration-count: infinite;  /* Never stop waving :) */
    transform-origin: 70% 70%;       /* Pivot around the bottom-left palm */
    display: inline-block;
}

@keyframes wave-animation {
    0% { transform: rotate( 0.0deg) }
    10% { transform: rotate(14.0deg) }  /* The following five values can be played with to make the waving more or less extreme */
    20% { transform: rotate(-8.0deg) }
    30% { transform: rotate(14.0deg) }
    40% { transform: rotate(-8.0deg) }
    50% { transform: rotate(14.0deg) }
    60% { transform: rotate(-8.0deg) }
    70% { transform: rotate(12.0deg) }
    80% { transform: rotate(-6.0deg) }
    80% { transform: rotate(0.0deg) }  /* Reset for the last half to pause */
    100% { transform: rotate( 0.0deg) }
}

.modal-body {
    padding: 0 !important;
}

.btn-group-xs > .btn, .btn-xs {
    padding: .25rem .4rem;
    font-size: .875rem;
    line-height: .7;
    border-radius: .2rem;
}


@media(max-width:992px){
    .wrapper{
        width:100%;
    }
}
.panel-heading {
    padding: 0;
    border:0;
}
.panel-title>a, .panel-title>a:active{
    display:block;
    padding:15px;
    color:#555;
    font-size:16px;
    font-weight:bold;
    text-transform:uppercase;
    letter-spacing:1px;
    word-spacing:3px;
    text-decoration:none;
}
.panel-heading  a:before {
    font-family: 'Glyphicons Halflings';
    content: "\e114";
    float: right;
    transition: all 0.5s;
}
.panel-heading.active a:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}
