/**
* Start - Foundation override
*/

.top-bar .top-bar-title {
    float: left;
    margin-top: 4px;
    margin-left: 8px;
}

.top-bar .top-bar-title .menu-icon {
    outline: none;
    margin-right: 10px;
}

.top-bar .top-bar-title img {
    height: 30px;
}

.top-bar {
    background-color: #ffffff;
    border-bottom: 3px solid #dd2a30;
}

.top-bar ul li {
    transition: all 0.3s ease;
    z-index: 3;
}

.top-bar ul li a {
    color: #292929;
    outline: none;
}

.top-bar ul.medium-horizontal {
    background: transparent;
}

.top-bar li:not(.menu-text):not(.main-menu-readonly):not(.main-menu-avatar-container):hover {
    background-color: #f5f5f5;
}

.top-bar .dropdown.menu > li.is-dropdown-submenu-parent > a::after,
.top-bar .dropdown.menu > li.is-dropdown-submenu-parent:hover > a::after {
    border-color: rgba(0,0,0,0.70) transparent transparent !important;
}

.top-bar .dropdown.menu .is-dropdown-submenu-parent.is-right-arrow > a::after {
    border-color: transparent transparent transparent #000000;
}

.top-bar .medium-horizontal.menu > li.is-dropdown-submenu-parent > a::after {
    border-color: #ffffff transparent transparent !important;
}

.top-bar .main-menu-avatar-container > a {
    padding: 3px 0 0 1rem;
}

.top-bar .main-menu-avatar-container > a img {
    border-radius: 16px;
    border: 1px solid #aaaaaa;
}

#main-menu-logo,
#main-menu-logo a {
    padding: 0;
}

#main-menu-logo img,
#main-menu-avatar {
    width: 32px;
    height: 32px;
    border-radius: 16px;
}

#main-menu-avatar:hover {
    cursor: pointer;
}

.main-menu-readonly > a,
.main-menu-readonly > a:hover {
    cursor: default;
}

.main-menu-search {
    display: inline;
    margin-left: 10px;
}

.main-menu-search button,
.main-menu-search input {
    display: inline;
    margin: 0;
}

.main-menu-search input {
    width: 150px;
}

.main-menu-search button {
    margin-left: -5px;
    min-width: 40px !important;
}

.main-menu-search-input input,
.main-menu-search input {
    height: 2em;
    border-right: 0;
    font-size: 13px;
    padding: 2px 3px;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    transition: all 0.3s ease;
}

.main-menu-search-input input:focus,
.main-menu-search input:focus {
    border: 1px solid #cacaca;
    border-right: 1px solid #bababa;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
}

.main-menu-search-button button,
.main-menu-search button {
    height: 2em;
    padding: 1px 10px;
    font-size: 13px;
    background-color: #f5f5f5;
    color: #777777;
    border: 1px solid #cacaca;
    border-left: none;
    transition: all 0.3s ease;
}

.main-menu-search-button button:hover,
.main-menu-search-button button:focus,
.main-menu-search button:hover,
.main-menu-search button:focus {
    background-color: #e0e0e0;
    color: #333333;
    outline: 0;
}

#main-side-menu .menu.nested {
    border-left: 1px solid #e0e0e0;
}

#main-side-menu .menu.nested > li > a {
    position: relative;
}

#main-side-menu .menu.nested > li > a:before {
    content: '\2022';
    position: absolute;
    top: 7px;
    left: -5px;
    font-size: 24px;
    color: #e0e0e0;
}

@media screen and (min-width: 40em) {

    .top-bar-left {
        margin-left: 1em;
    }

    .main-menu-search-input input {
        margin-left: 2em;
    }

    .top-bar .main-menu-avatar-container > a:after {
        display: none !important;
    }

    /* Menus preventing FOUC (Flash of Unstyled Element) */

    .no-js .top-bar .top-bar-title span,
    .no-js .top-bar-left > .vertical.menu .menu,
    .no-js .top-bar-right > .vertical.menu .menu,
    .no-js #main-side-menu .vertical.menu.nested {
        display: none;
    }
}

@media screen and (max-width: 40em) {

    .top-bar {
        padding-left: 0;
        padding-right: 0;
    }

    .top-bar-left .accordion-menu {
        margin-top: 50px;
        border-top: 3px solid #dd2a30;
    }

    .top-bar-right ul li {
        float: left !important;
        width: 100%;
    }

    .top-bar .accordion-menu ul li {
        background: #ffffff;
    }

    .top-bar .accordion-menu ul li a {
        color: #000000;
    }

    /* Menus preventing FOUC (Flash of Unstyled Element) */

    .no-js .top-bar-left > .vertical.menu,
    .no-js .top-bar-right > .vertical.menu {
        display: none;
    }
}

.button {
    min-width: 120px;
}

.breadcrumbs {
    margin-bottom: 0.5rem;
    padding-left: 16px;
}

.breadcrumbs li {
    background-color: #fafafa;
    padding: 5px 10px;
    position: relative;
    margin-right: 20px;
    margin-bottom: .5rem;
    border-bottom: 1px solid #f5f5f5;
}

.breadcrumbs li,
.breadcrumbs li a,
.breadcrumbs li span {
    text-transform: none;
    font-size: 0.8rem;
}

.breadcrumbs li:not(:last-child)::after,
.breadcrumbs li::after {
    content: "";
    position: absolute;
    top: 0;
    right: -17px;
    width: 0;
    height: 0;
    border: 0 solid transparent;
    border-bottom-width: 15px;
    border-top-width: 15px;
    border-left: 17px solid #fafafa;
    margin: 0;
}

.breadcrumbs li {
    margin-left: -16px;
    padding-left: 25px;
}
.breadcrumbs li:not(:first-child)::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border: 0 solid transparent;
    border-bottom-width: 15px;
    border-top-width: 15px;
    border-left: 17px solid #ffffff;
    margin: 0;
}

.breadcrumbs li:first-child {
    z-index: 15;
}

.breadcrumbs li:nth-child(2) {
    z-index: 14;
}

.breadcrumbs li:nth-child(3) {
    z-index: 13;
}

.breadcrumbs li:nth-child(4) {
    z-index: 12;
}

.breadcrumbs li:nth-child(5) {
    z-index: 11;
}

.breadcrumbs li:nth-child(6) {
    z-index: 10;
}

.breadcrumbs li:nth-child(7) {
    z-index: 9;
}

.breadcrumbs li:nth-child(8) {
    z-index: 8;
}

.breadcrumbs li:nth-child(9) {
    z-index: 7;
}

.breadcrumbs li:nth-child(10) {
    z-index: 6;
}

.breadcrumbs li:nth-child(11) {
    z-index: 5;
}

.breadcrumbs li:nth-child(12) {
    z-index: 4;
}

.breadcrumbs li:nth-child(13) {
    z-index: 3;
}

.breadcrumbs li:nth-child(14) {
    z-index: 2;
}

.breadcrumbs li:nth-child(15) {
    z-index: 1;
}

/**
* End - Foundation override
*/

/**
* Start - DataTables override
*/

/*div.dataTables_wrapper {
    border: 1px solid #aaaaaa;
}*/

div.dataTables_wrapper table.dataTable.no-footer,
div.dataTables_wrapper table.dataTable thead th,
div.dataTables_wrapper table.dataTable thead td {
    border-bottom: 1px solid #dddddd;
}

div.dataTables_wrapper .row:first-child {
    background-color: #2076a9;
    max-width: initial;
    padding: 8px 0;
    /*border-bottom: 1px solid #555555;*/
    margin: 0;
}

div.dataTables_wrapper .row:last-child {
    /*background-color: #2076a9;*/
    background-color: #f9f9f9;
    max-width: initial;
    margin: 0;
    /*border-bottom: none;*/
    border-bottom: 1px solid #dddddd;
    min-height: 10px;
}

div.dataTables_wrapper .row:first-child label {
    color: #ffffff !important;
}

div.dataTables_wrapper .row:last-child > div > div,
div.dataTables_wrapper .row:last-child ul.pagination li:not(.current),
div.dataTables_wrapper .row:last-child ul.pagination li:hover:not(.current) {
    color: #000000; !important;
}

div.dataTables_wrapper table.dataTable {
    margin: 0 !important;
    font-size: 12px;
}

div.dataTables_wrapper div.dataTables_length select {
    height: 1.6em;
    font-size: 1em;
    padding: 2px 18px 2px 2px;
}

div.dataTables_wrapper div.dataTables_filter input {
    height: 1.6em;
    line-height: 1.6em;
    font-size: 1em;
    padding: 1px 3px;
}

div.dataTables_wrapper .pagination a:hover,
div.dataTables_wrapper .pagination a:active,
div.dataTables_wrapper .pagination button:hover,
div.dataTables_wrapper .pagination button:active,
div.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background-color: transparent;
    background-image: none;
    border-color: transparent;
    outline: none;
    box-shadow: none;
}

div.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 0 8px;
    margin: 0;
    background-image: none !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.previous,
.dataTables_wrapper .dataTables_paginate .paginate_button.next {
    margin: 0;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.previous a,
.dataTables_wrapper .dataTables_paginate .paginate_button.next a {
    padding: 0;
}

div.dataTables_wrapper .dataTables_paginate .paginate_button:hover a {
    text-decoration: underline;
}

div.dataTables_wrapper ul.pagination {
    margin-bottom: 5px;
}

div.dataTables_wrapper div.dataTables_info {
    padding-top: 10px;
    font-size: 13px;
}

div.dataTables_wrapper div.dataTables_processing {
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #e0e0e0;
    padding: 10px 5px;
    -webkit-box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.5);
    box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.5);
    z-index: 2;
    font-size: 13px;
}

div.dataTables_wrapper table.dataTable thead th,
div.dataTables_wrapper table.dataTable tbody td {
    padding: 0.5em 1em;
}

div.dataTables_wrapper table.dataTable tbody tr.dt-tr-selected,
div.dataTables_wrapper table.dataTable tbody tr.dt-tr-selected td {
    background-color: #acbad4 !important;
}

@media screen and (min-width: 40em) {

    div.dataTables_wrapper div.dataTables_processing {
        width: 50%;
        left: 30%;
    }
}

@media screen and (max-width: 40em) {

    div.dataTables_wrapper .row .columns {
        width: 100%;
    }
}

/**
* End - DataTables override
*/

body {
    background-color: #ffffff;
}

.max-width-initial {
    max-width: initial;
}

label.required:after {
    content: " *";
    color: #ff0000;
}

.autocomplete-suggestions { border: 1px solid #999; background: #FFF; cursor: default; overflow: auto; -webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); -moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); }
.autocomplete-suggestion { padding: 2px 5px; white-space: nowrap; overflow: hidden; }
.autocomplete-no-suggestion { padding: 2px 5px;}
.autocomplete-selected { background: #F0F0F0; }
.autocomplete-suggestions strong { font-weight: bold; color: #000; }
.autocomplete-group { padding: 2px 5px; }
.autocomplete-group strong { font-weight: bold; font-size: 14px; color: #000; display: block; border-bottom: 1px solid #000; }

.autocomplete-loading {
    background-image: url('../images/autocomplete-loading.gif') !important;
    background-repeat: no-repeat !important;
    background-position: right !important;
    background-size: 22px 22px !important;
    -moz-background-size: 22px 22px !important;
    -o-background-size: 22px 22px !important;
    -webkit-background-size: 22px 22px !important;
}

.action-button-style {
    margin: 0 2px !important;
    margin-bottom: 5px !important;
    padding: 4px 6px !important;
    color: initial !important;
    letter-spacing: normal !important;
    word-spacing: normal !important;
    line-height: normal !important;
    text-transform: none !important;
    text-indent: 0 !important;
    text-shadow: none !important;
    display: inline-block;
    text-align: center !important;
    border: 1px solid #909090;
    /*border-radius: 3px;*/
    background-color: #ffffff;
    transition: all 0.3s ease;
    min-width: 75px;
}

.action-button-style:active,
.action-button-style:hover,
.action-button-style:focus {
    background-color: #f5f5f5;
    /*border: 1px solid #888888;*/
}

.action-button-style-loading {
    background-image: url('../images/autocomplete-loading.gif') !important;
    background-repeat: no-repeat !important;
    background-position: left !important;
    background-size: 22px 22px !important;
    -moz-background-size: 22px 22px !important;
    -o-background-size: 22px 22px !important;
    -webkit-background-size: 22px 22px !important;
    padding-left: 24px !important;
}

.has-loading {
    height: 150px;
    background: url('../images/loading.gif') center no-repeat;
    background-size: 100px 100px;
    -moz-background-size: 100px 100px;
    -o-background-size: 100px 100px;
    -webkit-background-size: 100px 100px;
}

.has-loading-white {
    height: 150px;
    background: url('../images/loading.gif') center no-repeat;
    background-size: 100px 100px;
    -moz-background-size: 100px 100px;
    -o-background-size: 100px 100px;
    -webkit-background-size: 100px 100px;
    background-color: #ffffff;
}

#flash-messages-container {
    position: relative;
    z-index: 2;
}

#flash-messages {
    position: absolute;
    top: 5px;
    left: 0;
    width: 100%;
    /*display: none;*/
}

.flash-messages {
    padding-left: 50px;
    padding-right: 35px;
    margin: 0;
    border: 1px solid #d0d0d0;
    border-radius: 3px;
    /*-webkit-box-shadow: 0px 1px 10px -5px rgba(50,50,50,1);
    -moz-box-shadow: 0px 1px 10px -5px rgba(50,50,50,1);
    box-shadow: 0px 1px 10px -5px rgba(50,50,50,1);*/
}

.flash-messages .fi-check,
.flash-messages .fi-x-circle {
    position: absolute;
    top: 12px;
    left: 12px;
    font-size: 30px;
}

.flash-messages .fi-x-circle {
    color: #e78371;
}

.flash-messages .fi-check {
    color: #72d395;
}

.flash-messages-close-button {
    outline: none;
}

.page-title {
    background-color: #f5f5f5;
    padding: 4px 15px;
    border-bottom: 1px solid #e0e0e0;
    margin: 0 0 12px 0;
    font-size: 1.2rem;
    color: #000000;
}

.page-title i {
    color: #787878;
}

.page-title i:hover {
    color: #000000;
}

#content-wrapper {
    display: flex;
}

#main-side-menu-container {
    flex: 1;
    border-right: 1px solid #e0e0e0;
    background-color: #f5f5f5;
}

#main-side-menu-container,
#main-side-menu-container > ul#main-side-menu {
    min-height: calc(100vh - 55px);
}

#content-container,
#content {
    min-height: calc(100vh - 100px);
}

#content-container {
    float: left;
    width: calc(100% - 222px);
}

#main-side-menu-container {
    float: left;
    width: 222px;
}

/*#main-side-menu {
    border-right: 1px solid #e0e0e0;
    background-color: #f5f5f5;
}*/

#main-side-menu a {
    color: #4e4e4e;
    outline: none;
}

#main-side-menu a i {
    width: 18px;
}

#main-side-menu .is-accordion-submenu-parent>a::after {
    border-color: #9c9b9b transparent transparent;
}

#main-side-menu > li:first-child {
    background-color: #f5f5f5;
    text-align: center;
}

#main-side-menu > li:first-child h4 {
    font-size: 1.3em;
    padding: 3px 2px 3px 2px;
    margin: 0;
    border-bottom: 1px solid #e0e0e0;
}

#main-side-menu li[aria-selected='true'] > a,
#main-side-menu li a:hover {
    background-color: #e5e5e5;
}

.footer-text {
    margin: 12px;
    color: #999;
    font-size: 0.8em;
}

.footer-text a {
    color: #999;
}

.footer-text a:hover {
    text-decoration: underline;
}

.form-hint-text {
    color: #999;
    font-size: 13px;
}

.href-new-action {
    color: #333333;
}

.href-new-action:hover,
.href-new-action:active,
.href-new-action:visited {
    color: #000000;
    text-decoration: underline;
}

.no-padding-left {
    padding-left: 0 !important;
}

.no-padding-right {
    padding-right: 0 !important;
}

.no-margin-right {
    margin-right: 0 !important;
}

.no-margin-bottom {
    margin-bottom: 0 !important;
}

.has-margin-left {
    margin-left: 1em;
}

.custom-tabs,
.custom-tabs-content {
    border: 1px solid rgba(10,10,10,.25);
}

.custom-tabs-content {
    border-top: none;
}

.custom-tabs .tabs-title>a {
    padding: 0.65rem 1rem;
    color: #000000;
    border-right: 1px solid rgba(10,10,10,.25);
    transition: all 0.3s ease;
}

.custom-tabs .tabs-title>a:focus,
.custom-tabs .tabs-title>a:hover,
.custom-tabs .tabs-title>a[aria-selected=true] {
    background: #f3f3f3;
}

.back-to-top-container {
    position: fixed;
    right: 25px;
    bottom: 25px;
    display: none;
}

.back-to-top-container a {
    display: block;
    background: #dd2a30;
    padding: 7px 12px;
    border-radius: 25px;
    color: #f0f0f0;
    transition: all 0.2s ease;
}

.back-to-top-container a:hover {
    color: #0094FF;
}

.content-detail-container {
    padding: 10px;
    border: 1px solid #aaaaaa;
    background-color: #fafafa;
}

.content-detail-container .columns,
.content-detail-container .column {
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}

.info-group {
    display: table;
    width: 100%;
    margin-bottom: 0.5rem;
}

.info-group label {
    display: table-cell;
    margin: 0;
    vertical-align: middle;
    padding: 0 0.5rem;
    background: #f9f9f9;
    color: #0a0a0a;
    border: 1px solid #cacaca;
    width: 30%;
    font-size: 0.9em;
}

.info-group div {
    display: table-cell;
    margin: 0;
    padding: 0 0.5rem;
    vertical-align: middle;
    border: 1px solid #cacaca;
    border-left: none;
    font-size: 0.9em;
}

#global-notif-toggle {
    position: relative;
    font-size: 1.1em;
}

#global-notif-toggle span.badge {
    position: absolute;
    bottom: -10px;
    right: -10px;
}

#global-notif-container {
    position: relative;
}

#global-notif-content {
    position: absolute;
    top: 2px;
    right: 12px;
    background-color: #fafafa;
    border: 1px solid rgba(100, 100, 100, .4);
    box-shadow: 0 3px 8px rgba(0, 0, 0, .25);
    -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, .25);
    -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, .25);
    -o-box-shadow: 0 3px 8px rgba(0, 0, 0, .25);
    overflow: visible;
    width: 300px;
    display: none;
    border-radius: 2px;
    z-index: 99;
    /*min-height: 75px;*/
}

#global-notif-content h5 {
    text-align: center;
    background-color: #3e6f8d;
    margin: 0;
    padding: 5px;
    color: #ffffff;
    font-size: 1.2em;
    font-weight: 600;
    border-top-right-radius: 2px;
    border-top-left-radius: 2px;
}

#global-notif-content .global-notif-list {
    display: block;
    padding: 5px 32px 5px 8px;
    position: relative;
    font-size: 14px;
}

#global-notif-content .global-notif-list:not(:last-child) {
    border-bottom: 1px solid #e0e0e0;
}

#global-notif-content .global-notif-list:hover {
    background-color: #e0e0e0;
}

#global-notif-content .global-notif-list span.badge {
    position: absolute;
    top: 6px;
    right: 8px;
}

.dropzone {
    border: 2px dashed #08b1e9 !important;
}

.page-detail-header {
    color: #000000;
    font-size: 1rem;
    font-weight: 600;
}

.page-detail {
    color: rgba(0, 0, 0, 0.6);
    font-size: 0.9rem;
}

.page-detail span {
    color: #000000;
}