﻿
.module_inline_container {
}

.module_inline_image {
}

.module_inline_title {
    margin: 0px;
    color: #000000;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 1.25em;
    line-height: 1.25em;
}

    .module_inline_title a,
    .module_inline_title a:active,
    .module_inline_title a:link,
    .module_inline_title a:visited {
        color: #222222;
    }

.module_inline_metadata {
    margin: 0px;
    font-weight: bold;
}

    .module_inline_metadata + .module_inline_title,
    .module_inline_title + .module_inline_metadata {
        margin-top: 4px;
    }

.module_inline_content {
    margin-top: 10px;
}

/*-----------------------------------------------------------------------------------------------*/

.module_listing_categories {
    padding: 0 15px;
    background: #f1f1f1;
    border-radius: 4px;
}

    .module_listing_categories button {
        white-space: nowrap;
    }

    .module_listing_categories .dropdown-menu {
        max-height: 205px;
        overflow: auto;
    }

/*-----------------------------------------------------------------------------------------------*/

.module_listing_container {
    margin-bottom: 15px;
}

.module_listing_image {
    margin-top: 4px;
    margin-bottom: 15px;
    overflow: hidden;
    text-align: center;
}

    .module_listing_image a {
        display: inline-block;
        line-height: 0px;
    }

    .module_listing_image img {
        max-width: 100%;
        max-height: 190px;
    }

.module_listing_title {
    margin: 0px;
    color: #000000;
    font-weight: normal;
    font-size: 1.6em;
    line-height: 1.2em;
}

    .module_listing_title a,
    .module_listing_title a:active,
    .module_listing_title a:link,
    .module_listing_title a:visited {
        color: #222222;
    }

.module_listing_metadata {
    margin: 0px 0px 10px 0px;
    font-size: 1.15em;
    line-height: 1.3em;
}

    .module_listing_metadata + .module_listing_title,
    .module_listing_title + .module_listing_metadata {
        margin-top: 10px;
    }

.module_listing_content,
.module_listing_content:last-child {
    margin-top: 10px;
    margin-bottom: 15px;
}

/*-----------------------------------------------------------------------------------------------*/

.module_article_title {
    margin-bottom: 24px;
}

.module_article_metadata {
    margin-bottom: 24px;
    font-size: 1.3em;
    line-height: 1.3em;
}

.module_article_title + .module_article_metadata {
    margin-top: -18px;
}

.module_article_image.copy {
    display: none;
    margin-bottom: 20px;
    max-width: 290px;
    max-height: 290px;
    overflow: hidden;
}

.module_article_image.sidebar {
    margin-top: 50px;
}

.module_article_image img {
    max-width: 100%;
}

.module_article_read_other {
    margin-top: 10px;
    font-weight: bold;
}

.module_article_comments {
    margin-top: 30px;
}

.module_article_related_links {
    margin-top: 30px;
    margin-bottom: -20px;
}

    .module_article_related_links h2 {
        margin-bottom: 20px;
    }

    .module_article_related_links .related_link {
        margin-bottom: 20px;
    }

/*-----------------------------------------------------------------------------------------------*/
/* Calendar */

.calendar {
    margin: 15px 0;
}

.calendar_day_label {
    font-weight: bold;
    color: #999;
}

.calendar_week {
    clear: both;
}

.calendar_day {
    float: left;
    width: 14.28%;
}

.other_month.calendar_day {
    opacity: 0.6;
}

.calendar_day_today {
    background: #f7ebb3;
}

.calendar_day_inner {
    position: relative;
    border: 1px solid #ddd;
    padding: 7px;
    margin: 1px;
    min-height: 100px;
    box-shadow: 1px 1px 1px rgba(0,0,0,0.1);
}

.calendar_day_number {
    position: absolute;
    top: 7px;
    right: 7px;
    color: #666;
}

.calendar_day_saturday .calendar_day_inner,
.calendar_day_sunday .calendar_day_inner {
    background: #efefef;
}

/*-----------------------------------------------------------------------------------------------*/
/* Data Pager */

.data_pager a,
.data_pager .data_pager_button {
    padding: 5px;
    background-color: #eef;
    border: 1px solid #bbb;
    margin: 0 2px;
}

.data_pager .data_pager_first {
    margin-left: 0;
    background-color: transparent;
    border: 0;
}

.data_pager .data_pager_last {
    margin-right: 0;
    background-color: transparent;
    border: 0;
}

.data_pager .data_pager_current {
    background-color: #f9f9f9;
}

.data_pager a.aspNetDisabled.data_pager_button {
    text-decoration: none;
    color: inherit;
}

/*-----------------------------------------------------------------------------------------------*/
/* LISTS */

/*#content ul:not(.breadcrumb):not(.pagination):not(.dropdown-menu):not(.side_menu):not(.nav-tabs) {
    list-style-type: none;
    padding: 0;
    margin: 0px 0px 0px 2em;
}

#content ul:not(.breadcrumb):not(.pagination):not(.dropdown-menu):not(.side_menu):not(.nav-tabs) li:before {
    content: "\e074";
    font-family: 'Glyphicons Halflings';
    float: left;
    font-size: 10px;
    margin-left: -20px;
    color: #009fa5;
}

#content ul:not(.breadcrumb):not(.pagination):not(.dropdown-menu):not(.side_menu):not(.nav-tabs) li ul {
    list-style-type: none;
    padding: 0;
    margin: 0px 0px 0px 1em;
}

#content ul:not(.breadcrumb):not(.pagination):not(.dropdown-menu):not(.side_menu):not(.nav-tabs) li ul li:before {
    content: "\e074";
    font-family: 'Glyphicons Halflings';
    float: left;
    font-size: 8px;
    margin-left: -15px;
    color: #666666;
}*/

/*-----------------------------------------------------------------------------------------------*/
/* PAGINATION */

.pagination > li > a,
.pagination > li > span {
    color: #000;
}

    .pagination > li > a:focus,
    .pagination > li > a:hover,
    .pagination > li > span:focus,
    .pagination > li > span:hover {
        color: #000;
    }

.pagination > li.active > a,
.pagination > li.active > a:focus,
.pagination > li.active > a:hover,
.pagination > li.active > span,
.pagination > li.active > span:focus,
.pagination > li.active > span:hover {
    background-color: #666666;
    border-color: #666666;
    color: #FFFFFF;
}

/*-----------------------------------------------------------------------------------------------*/
/* REVIEWS */

.review_box {
    background: #eff1f7;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VmZjFmNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #eff1f7 0%, #ffffff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eff1f7), color-stop(100%, #ffffff));
    background: -webkit-linear-gradient(top, #eff1f7 0%, #ffffff 100%);
    background: -o-linear-gradient(top, #eff1f7 0%, #ffffff 100%);
    background: -ms-linear-gradient(top, #eff1f7 0%, #ffffff 100%);
    background: linear-gradient(top, #eff1f7 0%, #ffffff 100%);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #ccc;
    margin-bottom: 10px;
}

    .review_box > div {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .review_box .review_name {
        font-size: 1.2em;
        padding-top: 3px;
        display: block;
    }

    .review_box .review_number a {
        color: #A2A2A2;
    }

    .review_box .review_date {
        font-size: 0.8em;
        color: #8B867A;
        white-space: nowrap;
    }

    .review_box .review_comment {
        margin: 7px 0;
        font-size: 0.9em;
        line-height: 1.4em;
    }

    .review_box blockquote, blockquote {
        margin: 1em 3em;
        color: #999;
        border-left: 2px solid #999;
        padding-left: 1em;
        font-style: italic;
    }

        .review_box blockquote .quote_name,
        blockquote .quote_name {
            font-style: normal;
            color: #777;
        }

    .review_box .review_rating {
        float: right;
        font-weight: bold;
    }

    .review_box .review_rate {
        float: right;
        display: block;
        padding-right: 15px;
    }

    .review_box .quoteLink {
        float: right;
        font-size: 0.8em;
        background: url('../images/quote.png') center right no-repeat;
        padding-right: 15px;
        color: #A2A2A2;
    }

    .review_box .review_rating_good {
        color: #67A851;
    }

    .review_box .review_rating_neutral {
        color: #8B867A;
    }

    .review_box .review_rating_bad {
        color: #CF2929;
    }

/*-----------------------------------------------------------------------------------------------*/
/* TABLES */

.tabledefault {
    width: 100%;
    border-collapse: collapse;
}

    .tabledefault th {
        padding: 3px;
        font-weight: bold;
        background-color: #DFDFDF;
        border-bottom: solid 2px #CCCCCC;
        border-right: solid 1px #CCCCCC;
    }

    .tabledefault tr:hover td {
        background: #DFDFDF;
    }

    .tabledefault td {
        padding: 8px;
        background-color: #EFEFEF;
        border-bottom: 1px solid #FFFFFF;
        border-top: 1px solid transparent;
    }

/*-----------------------------------------------------------------------------------------------*/

h2.media-heading + p {
    margin-top: 0px;
}

.right_image img {
    width: 100%;
    height: auto;
}

/*-----------------------------------------------------------------------------------------------*/

.social_share {
    color: #999;
    white-space: nowrap;
    display: inline-block;
}

.share_buttons {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: inline;
}

    .share_buttons li {
        margin: 0;
        margin-left: 2px;
        display: inline;
    }

/*-----------------------------------------------------------------------------------------------*/
/* MODULE STYLES */

.cs_inline {
    background-size: cover;
}

    .cs_inline .cs_inner {
        background-color: rgba(0,0,0,0.65);
        padding: 25px;
    }

/*-----------------------------------------------------------------------------------------------*/

.btn-group.category_selector .dropdown-menu {
    min-width: 250px;
    padding: 8px;
}

.btn-group.category_selector li:first-child {
    margin-bottom: 8px;
}

.btn-group.category_selector .checkboxes {
    max-height: 200px;
    overflow-y: auto;
}

.btn-group.category_selector .clear_button {
    cursor: pointer;
}

/*-----------------------------------------------------------------------------------------------*/

.editable_panel .panel-title a .fa-caret-down,
.editable_panel .panel-title a .fa-caret-up {
    float: right;
    font-size: 1.2em;
}

.editable_panel .panel-heading {
    background-image: none;
}

.editable_panel .panel-title a {
    display: block;
    font-weight: 600;
}

/*-----------------------------------------------------------------------------------------------*/

.grid_blocks {
    margin-top: 30px;
}

    .grid_blocks + .grid_blocks {
        margin-top: 0px;
    }

.grid_block {
    position: relative;
    margin-bottom: 30px;
    background-color: #DDDDDD;
}

    .grid_block.row {
        margin-left: 0px;
        margin-right: 0px;
    }

    .grid_block .block_image {
        height: 200px;
        overflow: hidden;
        text-align: center;
    }

    .grid_block.row .block_image {
        padding-left: 0px;
        padding-right: 0px;
        height: 300px;
    }

.grid_blocks.minor .grid_block.row .block_image {
    height: 180px;
}

.grid_block .block_image a {
    display: block;
    height: 100%;
    line-height: 0px;
}

.grid_block .block_image img {
    min-width: 100%;
    min-height: 100%;
}

.grid_block .block_content {
    padding: 15px 15px 40px 15px;
}

.grid_blocks.minor .grid_block .block_content {
    padding-bottom: 15px;
}

.grid_block.row .block_content {
    position: static;
}

.grid_block .block_content > p:last-child {
    margin-top: -14px;
}

    .grid_block .block_content > p:last-child > a:first-child:last-child {
        position: absolute;
        bottom: 15px;
        right: 15px;
    }

.grid_blocks.minor .grid_block .block_content > p:last-child > a:first-child:last-child {
    position: static;
    display: block;
}

.grid_block .block_content > p:last-child {
    margin-top: 0px;
}

/*-----------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------*/


html, body {
    height: 100%;
}

body {
    display: flex;
    flex-direction: column;
}

.page_content {
    flex: 1 0 auto;
    background-color: #e6e6e6;
}

.footer {
    flex-shrink: 0;
}

.right_container {
    min-height: 687px;
    background-color: white;
}

.master_lower #page {
    min-height: 75vh;
}

.login-form {
    float: unset;
    margin: 0 auto;
}

    .login-form:first-of-type {
        margin-top: 80px;
    }

#back-to-top,
#back-to-bottom {
    position: fixed;
    bottom: 50px;
    right: 10px;
    z-index: 1000;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 30px;
    background: #0083aa;
    color: #fff;
    cursor: pointer;
    border: 0;
    border-radius: 2px;
    text-decoration: none;
    display: none;
}

#back-to-bottom {
    bottom: 10px;
}

/*---------------------------------------------
HEADER
---------------------------------------------*/
header {
    height: 140px;
    background-color: #dbe9f6;
    display: block;
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    z-index: 10;
}

    header h1 {
        margin: 0;
        text-align: center;
        padding-top: 50px;
    }

        header h1 span {
            color: #0083aa;
            font-size: 26px;
        }

    header .logo-left {
        max-height: 90px;
        max-width: 250px;
        margin-top: 25px;
        margin-left: 40px;
    }

    header .logo-right {
        position: absolute;
        top: 10px;
        right: 35px;
        height: 75px;
        width: auto;
    }

    header .search {
        float: right;
        display: flex;
        justify-content: flex-end;
        line-height: 25px;
        position: relative;
    }

    header #search {
        padding: 5px;
        background-color: #0083aa;
        color: white;
        cursor: pointer;
        margin: 0 35px 0 0;
    }

        header #search:hover {
            background-color: #003156;
        }

    header input {
        width: 250px;
        border: 1px solid #dedede;
        padding-left: 30px;
    }

    header .search i {
        position: absolute;
        right: 340px;
        top: 9px;
        color: #dedede;
    }


.header_action {
    padding: 5px 14px;
    margin-right: 10px;
    background: #0083aa;
}

    .header_action:hover {
        background: #003156;
    }

/*---------------------------------------------

---------------------------------------------*/

body {
    position: relative;
}

.container {
    width: 100% !important;
}

    .container > .row > .row {
        margin-right: 0;
    }

.path {
    padding: 45px 0 0 60px;
    background-color: white;
    z-index: 10;
}

    .path p {
        margin: 0;
    }

    .path .separator {
        margin: 0 10px;
    }

.demo-text span {
    color: #0083aa;
    font-weight: bold;
}

.center_block {
    max-width: 400px;
    display: block;
    margin: 0 auto;
    margin-top: 50px;
}

/*---------------------------------------------
TREE MENU
---------------------------------------------*/

#tree_container {
    position: sticky;
    position: -webkit-sticky;
    top: 230px;
    overflow-y: scroll;
    max-height: 68vh;
    padding-bottom: 100px;
}

    /* Hide scrollbar for Chrome, Safari and Opera */
    #tree_container::-webkit-scrollbar {
        display: none;
    }

/* Hide scrollbar for IE, Edge and Firefox */
#tree_container {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}


    #tree_container .fa-spinner {
        color: #999;
        margin-top: 50px;
    }


.tree_menu {
    background-color: #e6e6e6;
    padding: 0 40px 20px 40px;
}

.menu_title {
    color: white;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
    font-weight: normal;
    margin-top: 0;
    position: sticky;
    position: -webkit-sticky;
    top: 140px;
    z-index: 5;
}

    .menu_title .title {
        padding: 10px;
        background-color: #0083aa;
        display: block;
    }

.title_buffer {
    background-color: #e6e6e6;
    width: 100%;
    height: 37px;
    display: block;
}

ul, #tree-menu {
    list-style-type: none;
}

#tree-menu {
    margin: 0;
    padding: 0;
}

    #tree-menu li {
        cursor: pointer;
    }

    #tree-menu a {
        text-decoration: none;
        color: black;
    }

        #tree-menu a:hover {
            text-decoration: none;
            color: #0083aa;
        }

    #tree-menu li {
        color: #003156;
        padding-top: 10px;
        border-left: 1px solid black;
    }

        #tree-menu li::before {
            position: relative;
            top: -4px;
            width: 15px;
            border-bottom: 1px solid #000;
            content: '';
            display: inline-block;
        }

.spacing {
    border-left: none !important;
    height: 5px;
    padding: 0 !important;
    list-style-type: none;
}

    .spacing::before {
        border-bottom: none !important;
    }

/*ul.nested.lvl-1 > .spacing {
    height: 40px;
}*/

#tree-menu li:nth-last-child(2) {
    height: auto;
    border-left: 0;
    padding-top: 0;
    margin-top: -12px;
}

#tree-menu li:nth-last-child(3) {
    padding-bottom: 20px;
}

.spacing-top::before {
    border-bottom: none !important;
}

.spacing-top {
    height: 20px;
    padding: 0px !important;
}

/*#tree-menu li:nth-last-child(2) {
    height: 23px;
}

#tree-menu .lvl-1 :nth-last-child(2) {
    height: 22px;
}

#tree-menu .lvl-2 li:nth-last-child(2) {
    height: 22px;
}*/

#tree-menu li span:hover {
    color: #0083aa;
}

#tree-menu span {
    padding-bottom: 5px;
    padding-left: 2px;
}

.lvl-0 {
    font-size: 16px;
    font-weight: bold;
}

.lvl-1 {
    margin-left: 40px;
    font-size: 14px;
}

.lvl-2 {
    margin-left: 40px;
    font-size: 13px;
    font-weight: normal;
}

.nested {
    display: none;
    padding: 0;
}

.active {
    display: block;
}

.open {
    color: #0083aa !important;
}

.node {
    margin-bottom: 10px;
}

#collapse_tree {
    position: absolute;
    top: -6px;
    right: 0;
    cursor: pointer;
}

    #collapse_tree i {
        color: #003156;
    }

#collapse_tree_div {
    position: sticky;
    position: -webkit-sticky;
    top: 228px;
    z-index: 3;
}

#li-home {
    height: auto;
    border-left: 0;
    padding-top: 0;
    margin-top: -12px;
}

#tree-menu .collapse-item {
    margin-right: 4px;
}

    #tree-menu .collapse-item i {
        font-size: 14px;
    }

#tree-menu .expanded > .collapse-item i,
#tree-menu .expanded > .node .collapse-item i {
    transform: rotate(180deg);
}

#tree-menu li span:hover i,
#tree-menu .expanded i {
    color: #003156 !important;
}

#tree-menu .collapse-item:hover i {
    color: #02d0da !important;
}


/*---------------------------------------------
PAGE CONTENT
---------------------------------------------*/
.items_container {
    padding: 0 60px 100px 60px;
}

    .items_container h1 {
        margin-top: 0;
        padding-bottom: 30px;
        padding-top: 35px;
        color: #0083aa;
        position: sticky;
        position: -webkit-sticky;
        top: 209px;
        background-color: white;
        z-index: 2;
    }

.item {
    margin-bottom: 40px;
    position: relative;
}

    .item.selected {
        border: 3px solid #0083aa;
    }

    .item.no-standards {
        opacity: 0.3;
    }

.item-large {
    height: 320px;
}

    .item-large img {
        max-height: 270px !important;
    }

.item img {
    max-height: 130px;
    max-width: 100%;
    width: auto;
    position: absolute;
    /*top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);*/
}

.home.categories .item img {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.img-container {
    height: 300px;
    border: 6px solid transparent;
    cursor: pointer;
    position: relative;
}

.item .img-container:hover {
    border: 6px solid #0083aa !important;
}

.img-container-small {
    height: 150px;
}

.img-overlay {
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0,0,0,0.1);
    z-index: 5;
    height: 100%;
    width: 100%;
}

.img-container-small .img-overlay {
    background-color: rgba(0,0,0,0) !important;
}

.img-container-noselect {
    border: 6px solid transparent;
    position: relative;
}

.item h2 {
    text-transform: uppercase;
    font-size: 22px;
    margin-top: 4px;
}

.selected_item {
    border: 6px solid #0083aa !important;
}

.items_container .no_content {
    text-align: center;
    padding: 200px 40px;
    font-weight: bold;
    position: relative;
}

    .items_container .no_content img {
        height: 300px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        opacity: 0.15;
        filter: grayscale(0.3);
    }

/*.items_container,
.path {
    display: none;
}*/

.path {
    position: sticky;
    position: -webkit-sticky;
    top: 140px;
}

.right {
    float: right;
}

.home {
    padding-top: 60px;
}

    .home.categories {
        text-align: center;
    }

.link {
    color: #0083aa;
    cursor: pointer;
}

    .link:hover {
        color: #003156;
    }

.empty-page {
    text-align: center;
    padding-top: 100px;
}

#ic-n0 {
    display: block;
}

/*---------------------------------------------
DROPDOWN
---------------------------------------------*/

.dropdown {
    margin-top: 25px;
}

.dropdown-menu {
    background-color: #0083aa;
    color: white;
    border-radius: 0;
    min-width: 140px;
}

.dropdown-item {
    margin: 10px;
    padding: 5px;
    background: #ccc;
    color: #003156;
    cursor: not-allowed;
}

    .dropdown-item.selectable {
        cursor: pointer;
        background-color: white;
    }

    .dropdown-item.single-attribute {
        padding: 6px 12px;
        text-transform: uppercase;
        font-size: 14px;
        display: inline-block;
        margin: 0;
    }

    .dropdown-item.selectable:hover {
        background-color: #003156;
        color: white;
    }

    .dropdown-toggle,
    .dropdown-item.single-attribute {
        background-color: #0083aa;
        color: white;
    }

.btn {
    border-radius: 0;
}

    .btn:hover,
    .btn:focus
    .dropdown-item.single-attribute:hover,
    .dropdown-item.single-attribute:focus {
        color: white;
        background-color: #003156;
    }

.dropdown-menu h6 {
    color: white;
}

.dropdown-header {
    padding-left: 10px;
}

.options-item {
    position: relative;
}

.options-list {
    display: none;
    position: absolute;
    right: -171px;
    top: 0;
    background-color: #003156;
    color: white;
    padding: 10px 10px 0 10px;
}

.dropdown-menu p:first-child {
    margin-bottom: 0;
}

.options-list li {
    margin-bottom: 5px;
}

.dropdown .caret {
    margin-left: 15px;
}

/*---------------------------------------------
STANDARDS MODAL
---------------------------------------------*/

.modal-standard .modal-dialog {
    max-width: 850px;
}

.modal-standard .modal-header {
    height: 270px;
    background-color: #e8f4ff;
    margin: -40px;
    padding: 40px;
    padding-top: 80px;
    border-bottom: 0;
}

.modal-standard.main .modal-header {
    height: 400px;
}

.modal-standard .modal-content {
    background-color: #dbe9f6;
    border-radius: 0;
    border: none;
    padding: 40px;
}

.modal-standard.main .content {
    height: 25vh;
}

.modal-standard .modal-footer {
    padding: 0;
    border-top: 0;
}

#blueimp-gallery .modal-footer {
    border-top: 0;
}

.modal-standard h1 {
    margin-top: 0;
    margin-bottom: 10px;
    color: #0083aa;
    text-transform: capitalize;
}

.modal-standard li {
    list-style: disc inside;
}

    .modal-standard li li {
        list-style: circle inside;
        margin-left: 40px;
    }

.modal-standard .close,
#blueimp-gallery .close {
    position: absolute;
    right: 20px;
    top: 20px;
    margin: 0;
    margin-top: -2px;
    border: 2px solid;
    border-radius: 50px;
    padding: 0 4px;
    font-size: 19px;
}

.temporary_mark {
    display: none;
    font-weight: bold;
    color: #dc0000;
    text-transform: uppercase;
    margin-top: 10px !important;
}

.modal-standard.temporary .temporary_mark {
    display: block;
}

.modal-standard.temporary .modal-header {
    background: #fedbdb;
}

.modal-standard.temporary .modal-content {
    background: #ffcaca;
}

.modal-standard.temporary.modal-secondary .temporary_mark {
    margin-top: 0 !important;
}

.modal-standard.temporary.modal-secondary .modal-header {
    height: 155px;
    padding-top: 70px;
}

.modal-standard.temporary.modal-secondary .modal-title {
    margin-bottom: 0;
}


.overlay {
    display: none;
    background-color: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    min-height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
}

.popup-buttons {
    display: flex;
    justify-content: flex-end;
}

    .popup-buttons h3 {
        background-color: #0083aa;
        color: white;
        font-size: 15px;
        width: fit-content;
        margin-bottom: 0;
        margin-left: 10px;
    }

        .popup-buttons h3 a:hover,
        .button-back:hover {
            background-color: #003156;
            color: white;
        }

    .popup-buttons a {
        color: #fff !important;
        text-decoration: none !important;
        background-color: #0083aa;
        padding: 8px;
        cursor: pointer;
    }

.button-back,
.button-back-appearance {
    background-color: #a3a3a3;
}

.button-view-history {
    background-color: #0083aa;
}

.modal-standard h2 {
    font-size: 25px;
    color: #003156;
}

.modal-standard textarea {
    width: 100%;
    height: 200px;
}

.modal-standard .info {
    margin-bottom: 20px;
    margin-top: 20px;
}

    .modal-standard .info p {
        margin: 0;
    }

.modal-standard .content {
    overflow-y: scroll;
    height: 40vh;
    margin: 20px 0;
    padding-left: 0;
    margin-top: 80px;
}

#modal-products .content,
#modal-history .content {
    margin-top: 0;
}

#modal-products h2 {
    margin-top: 35px;
}

.modal-standard .standard-page {
    padding-right: 15px;
}

.modal-standard .images {
    height: 120px;
    position: absolute;
    right: 20px;
    top: 50px;
    margin: 0;
}

    .modal-standard .images .carousel {
        display: flex;
    }

.dot {
    height: 14px;
    width: 14px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
}

.active-dot {
    background-color: #0083aa !important;
}

.images-pager {
    text-align: center;
    margin-top: 8px;
}

.modal-standard .images-image {
    height: 120px;
    width: 220px;
    background-color: white;
    border: 2px solid transparent;
    cursor: pointer;
}

.modal-standard .images i {
    margin-top: 45px;
    color: #bbb;
    cursor: pointer;
    padding: 0 15px;
}

    .modal-standard .images i:hover {
        color: #0083aa;
    }

.modal-standard .images img {
    display: none;
    max-height: 100px;
    max-width: 200px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.modal-standard .images-image:hover {
    border: 2px solid #0083aa;
}

.modal-breadcrumb {
    position: absolute;
    top: 5px;
    font-size: 14px;
    max-width: 85%;
}

.modal-standard .separator {
    margin: 0 10px;
}

.modal-standard .meta-info {
    font-size: 14px;
    margin-top: 0;
    color: #555;
}

.enlarged-images {
    display: none;
    position: fixed;
    top: 50vh;
    left: 50vw;
    transform: translate(-50%, -50%);
    z-index: 3000;
    background-color: white;
    padding: 50px 50px 60px 50px;
    text-align: center;
}


    .enlarged-images img {
        max-width: 70vw;
        max-height: 60vh;
        margin-bottom: 20px;
    }

    .enlarged-images p {
        margin-bottom: 0px;
        bottom: 10px;
        position: absolute;
        left: 50%;
        transform: translate(-50%, -50%);
    }

.enlarged-img {
    display: none;
}

.img-visible {
    display: block !important;
}

.close-img {
    position: absolute;
    top: 12px;
    right: 12px;
    color: lightgrey;
    cursor: pointer;
}

    .close-img:hover {
        color: darkgrey;
    }

.paginationjs .paginationjs-pages {
    float: left;
}

    .paginationjs .paginationjs-pages ul {
        float: left;
        margin: 0;
        padding: 0;
    }

    .paginationjs .paginationjs-pages li {
        float: left;
        border: 1px solid #aaa;
        border-right: none;
        list-style: none;
    }

        .paginationjs .paginationjs-pages li.active {
            border: 1px solid #0083aa;
        }

        .paginationjs .paginationjs-pages li:first-child, .paginationjs .paginationjs-pages li:first-child > a {
            border-radius: 3px 0 0 3px;
        }

        .paginationjs .paginationjs-pages li > a {
            min-width: 30px;
            height: 28px;
            line-height: 28px;
            display: block;
            background: #fff;
            font-size: 14px;
            color: #333;
            text-decoration: none;
            text-align: center;
        }

        .paginationjs .paginationjs-pages li.active > a {
            background: #0083aa;
            color: #fff;
        }

        .paginationjs .paginationjs-pages li:last-child {
            border-right: 1px solid #aaa;
            border-radius: 0 3px 3px 0;
        }

            .paginationjs .paginationjs-pages li:last-child > a {
                border-radius: 0 3px 3px 0;
            }

.paginationjs-nav {
    line-height: 30px;
    font-size: 15px;
    display: inline-block;
    margin-left: 8px;
}

.modal-standard .standard-page-gallery {
    position: absolute;
    top: -235px;
    right: 15px;
    width: 330px;
}

    .modal-standard .standard-page-gallery.move_left {
        right: 380px;
        width: 200px;
        top: -135px;
    }

        .modal-standard .standard-page-gallery.move_left .slick-track {
            height: 140px;
        }

        .modal-standard .standard-page-gallery.move_left .slick-dots {
            top: 135px;
        }

    .modal-standard .standard-page-gallery .well {
        padding: 0;
        background-color: none;
        border: none;
        background: none;
        box-shadow: none;
    }

    .modal-standard .standard-page-gallery .slick-dots {
        top: 235px;
    }

        .modal-standard .standard-page-gallery .slick-dots li {
            width: 15px;
            height: 15px;
            margin: 0;
        }

.modal-standard .slick-dots li button:before {
    font-size: 25px;
}

.modal-standard .slick-dots li.slick-active button:before {
    color: #0083aa;
}

.modal-standard .thumbnail {
    margin-bottom: 0;
    box-shadow: none;
    border: none;
    border-radius: 0;
}

.modal-standard .slick-next:before,
.modal-standard .slick-prev:before {
    content: '';
}

.modal-standard .slick-next,
.modal-standard .slick-prev {
    color: #bbb;
    font-size: 34px;
    height: unset;
    width: unset;
}

    .modal-standard .slick-next:hover,
    .modal-standard .slick-prev:hover {
        color: #0083aa;
    }

.modal-standard .slick-prev {
    left: -25px;
}

.modal-standard .slick-next {
    right: -25px;
}

.modal-standard .slick-track {
    height: 240px;
}

.modal-standard .slick-slide,
.modal-standard .thumbnail,
.modal-standard .thumbnail img {
    height: 100%;
}

.modal-standard.modal-secondary .modal-header {
    height: 135px;
    margin-bottom: 30px;
}

.modal-standard.modal-secondary .modal-body {
    padding: 0;
}

.modal-reference {
    margin: 0;
    font-size: 13px;
    color: #999;
}

.page_home #blueimp-gallery .modal-content {
    border-radius: 0;
}

.page_home #blueimp-gallery .modal-header {
    border-bottom: 0;
    height: 45px;
}

.page_home #blueimp-gallery .modal-title {
    display: none;
}

.page_home #blueimp-gallery .modal-title {
    border-top: none;
}

.modal-standard.modal-prompt .modal-header {
    padding-top: 40px;
    height: auto;
}

.modal-standard.modal-prompt .content {
    height: 50vh;
}

    .modal-standard.modal-prompt .content h2:first-child {
        margin-top: 0;
    }

.modal-prompt .change-item {
    border-bottom: 1px solid #003156;
    padding-bottom: 15px;
    margin-bottom: 30px;
}

    .modal-prompt .change-item:last-child {
        border-bottom: none;
    }


/*---------------------------------------------
FOOTER
---------------------------------------------*/

.page_home #footer,
.page_login #footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 150;
}


footer {
    background-color: #dbe9f6;
}

.footer-content {
    align-items: center;
    display: flex;
    justify-content: flex-end;
    padding: 10px 35px;
}

.footer-links {
    display: flex;
    font-size: 13px;
}

    .footer-links .footer_item {
        margin-left: 40px;
    }

        .footer-links .footer_item a {
            text-transform: uppercase;
        }

.footer-logo {
    height: 40px;
    width: auto;
}

/*---------------------------------------------
---------------------------------------------*/

.updates_button {
    right: 0px;
    position: fixed;
    top: 24%;
    width: 41px;
    height: 40px;
    z-index: 200;
    background: #0083aa;
    padding: 7px 10px;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 30%);
    cursor: pointer;
}

    .updates_button img {
        height: 21px;
        filter: invert();
    }

    .updates_button:hover {
        background: #003156;
    }


/*--------------------------MyLinks--------------------------*/
.myLinks {
    right: -203px;
    position: fixed;
    top: 30%;
    width: 200px;
    z-index: 200;
    -moz-transition: right 0.3s ease-in-out;
    -webkit-transition: right 0.3s ease-in-out;
    -ms-transition: right 0.3s ease-in-out;
    -o-transition: right 0.3s ease-in-out;
    transition: right 0.3s ease-in-out;
    display: none;
}

    .myLinks.visible {
        display: block;
    }

    .myLinks.expanded {
        right: 0px;
    }

    .myLinks h6 {
        background-color: #0083aa;
        border-top: solid 3px #0f3c4a;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
        color: #FFFFFF;
        cursor: pointer;
        font-weight: normal;
        font-size: 18px;
        line-height: 1.5em;
        width: 134px;
        margin: 0px;
        padding: 7px 15px;
        position: absolute;
        left: -89px;
        top: -3px;
        -moz-transform: rotate(90deg) translateX(48px);
        -webkit-transform: rotate(90deg) translateX(48px);
        -ms-transform: rotate(90deg) translateX(48px);
        -o-transform: rotate(90deg) translateX(48px);
        transform: rotate(90deg) translateX(48px);
    }

        .myLinks h6 .glyphicon {
            position: relative;
            font-size: 14px;
        }

    .myLinks i {
        color: #fff !important;
    }

    .myLinks .glyphicon.glyphicon-menu-up,
    .myLinks.expanded i.fa-caret-down {
        -moz-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .myLinks i.fa-heart {
        -moz-transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        transform: rotate(-90deg);
        margin-right: 70px;
    }

    .myLinks.expanded .glyphicon.glyphicon-menu-up,
    .myLinks.expanded i.fa-caret-down {
        -moz-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .myLinks h6 .glyphicon:first-child {
        left: -3px;
    }

    .myLinks h6 .glyphicon:last-child {
        left: 3px;
        top: 2px;
    }

    .myLinks > ul {
        background: #0083aa;
        border-bottom-left-radius: 15px;
        box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
        list-style: outside none none;
        min-height: 200px;
        padding: 15px 10px 40px;
        margin-top: 0;
    }

    .myLinks li {
        color: #FFFFFF;
        margin-bottom: 10px;
    }

        .myLinks li i {
            float: left;
            margin: 5px 5px 10px 0px;
        }

    .myLinks .last {
        font-size: 14px;
        font-weight: 700;
        padding-top: 8px;
    }

    .myLinks .first {
        border-bottom: 1px solid #073746;
        padding-bottom: 8px;
    }

    .myLinks a {
        color: #FFFFFF;
    }

    .myLinks li.page_link {
        font-size: 13px;
    }

    .myLinks i.fa-times:hover {
        color: #380e19 !important;
    }

.quick_link {
    cursor: pointer;
}

    .quick_link:hover {
        text-decoration: underline;
    }

.page_login .myLinks,
.page_login .search,
.page_login .header_actions,
.page_changepassword .myLinks,
.page_changepassword .search i,
.page_changepassword .search input,
.page_changepassword .search #search,
.page_changepassword .header_actions
.page_select_organisation .myLinks,
.page_select_organisation .search,
.page_select_organisation .updates_button,
.page_select_organisation .header_actions,
.page_login .updates_button,
.page_changepassword .updates_button {
    display: none;
}

.header_actions {
    display: flex;
    justify-content: end;
    float: right;
    margin-top: 95px;
}

/*---------------------------------------------*/

#content_container .fa-spinner {
    color: #999;
    margin-top: 150px;
}

.search_results h1 {
    padding-top: 60px;
    top: 140px;
}

.search_results h4 {
    margin: 25px 0;
}

.search_results li {
    color: #0083aa;
    cursor: pointer;
    list-style-type: disc;
}

    .search_results li:hover {
        text-decoration: underline;
    }


.copy_url {
    opacity: 0.5;
}

    .copy_url img {
        height: 18px;
        width: 18px;
        margin-top: -3px;
        margin-left: 15px;
        cursor: pointer;
    }

    .copy_url:hover {
        opacity: 1;
    }

    .copy_url.copied {
        opacity: 1;
        filter: invert(75%) sepia() saturate(10000%) hue-rotate(-230deg);
    }

#request-feedback p {
    color: #0c711d;
    background: #b8eaba;
    padding: 5px 15px;
}


#agree_changes.disabled {
    background-color: #959899 !important;
    cursor: not-allowed;
}

#cb_agree_label.red {
    color: #c22626;
}

#modal-change-prompt .popup-buttons {
    display: block;
}

    #modal-change-prompt .popup-buttons h3 {
        float: right;
    }

.dropdown-item {
    position: relative;
}

.recent-label {
    background: #27da27;
    height: 100%;
    width: 6px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
}

.dropdown-item.single-attribute .recent-label {
    right: -6px;
}
