html{
    font-size:16px;
}

    /*bootstrap fixes*/
    html[dir="rtl"] .form-check-inline .form-check-input {
        margin-left: .3125rem;
        margin-right: unset !important;
    }

    html[dir="rtl"] .form-check-inline {
        margin-left: .75rem;
        margin-right: unset !important;
    }

#navbarNav li.nav-item.active a {
    opacity: 1;
    border-bottom: 3px solid #228e8c;
}

#navbarNav li.nav-item a {
    padding: 4px 8px !important;
    margin: 0px 8px;
}



.sections--small {
    min-height: calc(100vh - 187px);
    height:auto !important;
}
.profile__container {
    width: 100%;
    max-width: 700px;
}
.profile__content {
    flex: 1;
    max-width: unset !important;
    width: 100%;
}
.table *{
    vertical-align: middle !important;
}
.table th {
    background-color: #faf9f3;
    border: none !important;
    padding: 20px 10px;
}
.internal-pages-content-header .row{
    align-items: center;
}
a.footer__logoLink img {
    height: 32px;
}
.main-footer{
    margin-bottom:32px;
}

.pagination-cont {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #e8e8e8;
    padding-top: 15px;
}
.pagination-numbers {
    color: #666;
}
ol.order-list-style {
    list-style: decimal;
    padding-right: 1.5rem;
    font-size: 0.75rem;
    line-height: 2;
}
.heading {
    display: block;
    color: #02363d;
    font-family: "DINPro", sans-serif;
    font-weight: 600;
    line-height: 1.2;
}



a.header__logoLink {
    display: flex;
    align-items: center;
    position: relative;
}
.header__logo {
    max-width: unset !important;
    width: auto !important;
}
.header-system-name {
    color: #03373d;
    padding-right: 32px;
    position: relative;
    font-size: 16px;
}

.header-system-name:before {
    content: '';
    width: 1px;
    display: block;
    background-color: #e0ce96;
    top: 2px;
    height: 24px;
    position: absolute;
    right: 16px;
}
.main-top-menu {
    border-bottom: 1px solid #dbdbdb;
    border-top: 1px solid #e0cf97;
}


a.nav-link {
    color: #02363d !important;
    opacity: 0.6;
}

a.nav-link:hover {
    opacity: 1;
}

html[dir="rtl"] .dropdown-item {
    text-align: right;
}
html[dir="rtl"] .dropdown-menu{
    left:unset;
    right:0px;
}

.accordion .card {
    box-shadow: 0 12px 24px -8px rgba(0,0,0,.08);
}
.accordion .card .card-header{
    cursor: pointer;
}
.accordion .card .card-header:before{
    content: "\E91E"!important;
    color: #a6b8bb;
    font-size: 14px;
    font-family: icomoon!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.accordion .card .card-header.collapsed:before{
    padding-top: 5px;
    transform: rotate(180deg);
}
html[dir="rtl"] .accordion .card .card-header:before{
    margin-left:16px;
}




.internal-stat-cont {
    text-align: center;
    border: 1px solid #e8e8e8;
    background-color: #fff;
    position: relative;
}

.internal-stat-num {
    font-weight: bold;
    font-size: 32px;
    color: #158e8d;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.internal-stat-title {
    font-size: 14px;
    background-color: #faf9f3;
    padding: 8px;
}
.internal-stat-cont:after {
    content: '';
    position: absolute;
    display: block;
    width: 80%;
    bottom: 0px;
    height: 30px;
    box-shadow: 0px 0px 20px #dedede;
    z-index: -1;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, 0%);
}




.internal-timeline-item {
    position: relative;
    padding-right: 32px;
    margin-right: 16px;
    padding-bottom: 32px;
}
.internal-timeline-item:before {
    content: '';
    position: absolute;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    background-color: #e8e8e8;
    right: 0;
    top: 4px;
}
.internal-timeline-item:after {
    content: '';
    position: absolute;
    display: block;
    width: 1px;
    right: 7px;
    top: 4px;
    bottom: -7px;
    background-color: #e8e8e8;
}
.internal-timeline-item-date p.timeline__date {
    margin: 0px;
}

.internal-timeline-item-title {
    font-weight: bold;
}
.internal-timeline-cont .internal-timeline-item:last-child {
    padding-bottom: 0px;
}