﻿
/*-----------------------------------------------------------------------------------------------*/
/* 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;
}

/*-----------------------------------------------------------------------------------------------*/
/* 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;
}

.header_actions {
    float: right;
    margin-top: 54px;
    margin-right: 115px;
}

.header_action {
    padding: 7px 14px;
    margin-right: 10px;
    border: 1px solid #fff;
    color: #fff !important;
}

    .header_action:hover {
    }

#zones_container,
#products_container {
    position: sticky;
    position: -webkit-sticky;
    top: 200px;
    overflow-y: scroll;
    max-height: 68vh;
    padding-bottom: 100px;
}

    /* Hide scrollbar for Chrome, Safari and Opera */
    #zones_container::-webkit-scrollbar,
    #products_container::-webkit-scrollbar {
        display: none;
    }

/* Hide scrollbar for IE, Edge and Firefox */
#zones_container,
#products_container {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}

    #zones_container .fa-spinner,
    #products_container .fa-spinner {
        color: #999;
        margin-top: 50px;
    }

#zones_container {
    padding: 0 15px 100px;
}

.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: 120px;
    z-index: 5;
}

    .menu_title .title {
        padding: 10px;
        background-color: #14b3f0;
        display: block;
    }

.zone {
    width: 70px;
    height: 40px;
    border-radius: 100px;
    background: #ade8ff;
    border: 2px solid #14b3f0;
    display: block;
    margin: 0 auto;
    margin-bottom: 5px;
    cursor: pointer;
    transition: background 0.2s ease;
    -moz-transition: background 0.2s ease;
    -webkit-transition: background 0.2s ease;
    -ms-transition: background 0.2s ease;
    -o-transition: background 0.2s ease;
}

    .zone:hover,
    .zone.selected {
        background: #14b3f0;
    }

        .zone:hover + .zone_name,
        .zone.selected + .zone_name {
            font-weight: bold;
        }

.zone_name {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #0c6384;
}

.connector {
    width: 3px;
    height: 25px;
    background: #0c6384;
    display: block;
    margin: 7px auto;
}

    .connector.transparent {
        background: transparent;
    }

.zones .connector:last-child {
    display: none;
}

.process_dropdown {
    margin-bottom: 30px;
    background: transparent;
    border-color: #14b3f0;
    color: #056986;
    font-weight: bold;
    height: 40px;
    font-size: 15px;
    position: sticky;
    top: 0;
    background: #f0f0f0;
}

#products_container ul {
    padding: 0;
    margin: 0;
}

    #products_container ul li {
        margin-bottom: 5px;
        color: #0c6384;
        font-size: 15px;
        min-height: 35px;
        display: table;
        width: 100%;
    }

        #products_container ul li:not(.none) {
            cursor: pointer;
        }

            #products_container ul li:not(.none):hover,
            #products_container ul li:not(.none).selected {
                background: #14b3f0;
                color: #fff;
            }

            #products_container ul li:not(.none).has-defect-resolved:hover,
            #products_container ul li:not(.none).has-defect-resolved.selected {
                background: #ed8200;
            }

            #products_container ul li:not(.none).has-defect:hover,
            #products_container ul li:not(.none).has-defect.selected {
                background: #da0000;
            }


            #products_container ul li:not(.none).completed:hover,
            #products_container ul li:not(.none).completed.selected {
                background: #00ae05;
            }

        #products_container ul li span.img_container {
            height: 35px;
            width: 35px;
            overflow: hidden;
            display: inline-block;
            border-radius: 50px;
            vertical-align: middle;
        }

        #products_container ul li img {
            height: 35px;
            margin-left: 50%;
            transform: translateX(-50%);
        }

        #products_container ul li + span {
            display: table-cell;
            vertical-align: middle;
        }

        #products_container ul li span.product_name {
            padding: 5px 6px;
            display: table-cell;
            width: 100%;
            line-height: 20px;
            color: #00ae05;
        }

        #products_container ul li.has-defect-resolved span.product_name {
            color: #ed8200;
        }

        #products_container ul li.has-defect span.product_name {
            color: #da0000;
        }

        #products_container ul li.completed span.product_name {
            color: #00ae05;
        }

        #products_container ul li.has-defect.selected span.product_name,
        #products_container ul li.has-defect:hover span.product_name,
        #products_container ul li.has-defect-resolved.selected span.product_name,
        #products_container ul li.has-defect-resolved:hover span.product_name,
        #products_container ul li.completed.selected span.product_name,
        #products_container ul li.completed:hover span.product_name {
            color: #fff !important;
        }

        #products_container ul li i {
            float: right;
            margin-top: 9px;
            margin-right: 10px;
            font-size: 16px;
            opacity: 0.3;
        }

            #products_container ul li i:hover {
                opacity: 1;
                color: #fff;
            }

            #products_container ul li i.completed {
                opacity: 1;
                color: #00c900;
            }

.products_zone {
    padding: 0 15px;
}

    .products_zone.visible {
        display: block;
    }

.new_product {
    margin: 0 0 30px 0;
    text-align: center;
}

.new_product_container {
    display: none;
    margin-bottom: 40px;
    margin-top: -15px;
    padding: 25px 10px;
    background: #ddd;
    position: relative;
}

    .new_product_container .btn_full {
        display: block;
        padding: 5px;
        text-align: center;
        margin-top: 7px;
        width: 100%;
    }

        .new_product_container .btn_full:disabled {
            background: #f0f0f0;
            color: #b1b1b1 !important;
            cursor: not-allowed;
        }

    .new_product_container.visible {
        display: block;
    }

    .new_product_container .close {
        margin-top: -15px;
    }

#select_product {
    text-align: center;
    padding-top: 20%;
}

#raize_container {
    display: none;
}

.sections_selector {
    display: flex;
    margin-top: 35px;
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}

.sections_container {
    background: #f0f0f0;
    margin-right: 3px;
    min-height: 500px;
    width: 200px;
}

    .sections_container ul {
        padding: 0;
        margin-top: 40px;
    }

        .sections_container ul li {
            cursor: pointer;
            padding: 5px;
            margin-bottom: 5px;
            border-bottom: 1px solid #fff;
            border-top: 1px solid #fff;
            border-left: 10px solid #0c6384;
            font-size: 15px;
            color: #0c6384;
        }

            .sections_container ul li.has-defect-resolved {
                border-left: 10px solid #ed8200;
            }

            .sections_container ul li.has-defect {
                border-left: 10px solid #da0000;
            }

    .sections_container h3,
    .point_selection h3 {
        padding: 10px;
        background-color: #14b3f0;
        display: block;
        color: #fff;
        margin: 0;
        font-size: 18px;
        text-align: center;
        text-transform: uppercase;
    }

    .sections_container ul li:hover,
    .sections_container ul li:focus,
    .sections_container ul li:active,
    .sections_container ul li.selected,
    .sections_container ul li.hovering-selected {
        border-top: 1px solid #0c6384;
        border-bottom: 1px solid #0c6384;
        background: #0c6384;
        color: #fff;
    }

.subsection_list {
    display: none;
}

.to_points.disabled {
    cursor: not-allowed;
    color: #999 !important;
}

.to_points {
    cursor: pointer;
    color: #14b3f0;
}

    .to_points:hover {
        color: #0c6384;
    }

    .to_points i {
        font-size: 60px;
        transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -webkit-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
    }

        .to_points i.rotated {
            transform: rotate(180deg);
        }

    .to_points span {
        display: block;
        font-size: 14px;
        line-height: 17px;
    }


.confirm_selection {
    width: 300px;
    text-align: center;
    padding: 150px 20px 0;
}

.selection {
}

.sections_selector.slide_left {
    margin-left: -440px;
}

.sections_selector.two-lvl.slide_left {
    margin-left: -270px;
}

.point_selection {
    max-width: 0;
    overflow: hidden;
    transition: all 0.4s ease;
    -moz-transition: all 0.8s ease;
    -webkit-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    position: relative;
}

    .point_selection.active {
        max-width: 9999px;
    }

    .point_selection .image_selection {
        height: 100%;
        width: 100%;
        position: relative;
    }

    .point_selection img {
        max-width: 100%;
        max-height: 100%;
        display: block;
        margin: 0 auto;
    }

.point {
    height: 30px;
    width: 30px;
    border: 3px solid #ff9900;
    cursor: pointer;
    position: absolute;
    top: 221px;
    left: 170px;
}

.point2 {
    top: 352px;
    left: 372px;
    height: 60px;
    width: 60px;
}

.point:hover {
    border: 3px solid red;
}

/*.point_info {
    display: none;
    background: #ffc747;
    width: 125px;
    height: auto;
    padding: 8px;
    margin-top: -106px;
    margin-left: -3px;
}*/

.point_info .title {
    border-bottom: 1px solid #9b5d00;
    margin-bottom: 10px;
}

.point_info p {
    margin: 0;
    margin-bottom: 5px;
}


.has_defect {
    display: inline-block;
    float: right;
    height: 13px;
    width: 13px;
    background: #be0000;
    border-radius: 50px;
    margin-top: 11px;
    margin-right: 10px;
}

.point_selection .canvas_container {
    background: #f0f0f0;
}

.flex_container {
    display: flex;
}

.point-list {
    margin-left: 15px;
    margin-top: 40px;
}

    .point-list .point-list-item {
        display: block;
        cursor: pointer;
    }

.point-list-item .number {
    height: 20px;
    width: 20px;
    background: #ccc;
    border-radius: 50px;
    display: inline-block;
    text-align: center;
    line-height: 20px;
    font-weight: bold;
    font-size: 14px;
    margin-right: 5px;
}

    .point-list-item .number.has-defect-resolved {
        background: #ffb000;
    }

    .point-list-item .number.has-defect {
        background: #ff5200;
    }

.point-list-item:hover {
    font-weight: bold;
}

#feedback-add-product .error {
    color: #a70000;
}

#label-toggle {
    position: absolute;
    right: -25px;
    top: 50%;
    height: 40px;
    width: 30px;
    background: #f0f0f0;
    border-radius: 0 10px 10px 0;
    text-align: center;
    font-size: 33px;
    color: #056986;
    line-height: 39px;
    cursor: pointer;
}

    #label-toggle.in i {
        transform: rotate(180deg);
    }

    .page_container,
    #label-toggle i {
        -moz-transition: 0.3s ease-in-out;
        -webkit-transition: 0.3s ease-in-out;
        -ms-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
    }

        .page_container.move-left {
            margin-left: -450px;
        }

a.admin-mode {
    font-size: 15px;
    padding: 6px 15px;
    margin-left: 8px;
    text-decoration: none !important;
}

.success-feedback {
    color: #00ae05;
}

.products_completed {
    display: none;
    margin-top: 30px;
}

    .products_completed .panel-heading {
        padding: 0;
    }

    .products_completed .panel {
        box-shadow: none;
        -webkit-box-shadow: none;
        border: none;
    }

        .products_completed .panel a {
            background: #056986;
            padding: 10px 15px;
            display: block;
            text-align: center;
            color: #fff !important;
            border-radius: 4px;
            text-decoration: none !important;
        }

            .products_completed .panel a:hover {
                background: #0c6384;
            }

            .products_completed .panel a .glyphicon {
                font-size: 12px;
                margin-left: 10px;
            }

.img-defect-location,
#defect-location-info {
    position: relative;
}

    .img-defect-location img,
    #defect-location-info img {
        max-height: 400px;
        max-width: 400px;
    }


#defect-location,
#defect-location-indicator {
    position: absolute;
    height: 10px;
    width: 10px;
    border-radius: 50px;
    background: red;
}

/*---------------------------------------------
MODAL
---------------------------------------------*/
.modal-defect .modal-dialog {
    max-width: 1150px;
    width: 80%;
}

.modal-defect.modal-product .modal-dialog {
    max-width: 900px;
    width: 60%;
}

.modal-defect .modal-header {
    background-color: #14b3f0;
    padding: 30px;
    border-bottom: 0;
    position: relative;
}

.modal-defect .modal-content {
    background-color: #f0f0f0;
    border-radius: 0;
    border: none;
}

.modal-defect .modal-body {
    min-height: 575px;
}

.modal-defect .modal-footer {
    padding: 0 30px 25px;
    border-top: 0;
}

.modal-header #view_standard {
    position: absolute;
    right: 30px;
    top: 65px;
}

    .modal-header #view_standard a {
        background: none;
        border-color: #fff;
        color: #fff !important;
        text-decoration: none;
        text-transform: uppercase;
    }

    .modal-header #view_standard .dropdown {
        margin-top: 0;
    }

    .modal-header #view_standard .dropdown-menu {
        left: unset;
        right: 0;
        top: 130%;
    }


.modal-defect h1 {
    margin-top: 35px;
    margin-bottom: 0;
    text-transform: capitalize;
    color: #fff;
}

.modal-defect textarea {
    resize: none;
}

.defect-form-container {
    border-left: 1px solid #ccc;
    min-height: 400px;
    max-height: 600px;
    padding-bottom: 15px;
    overflow-y: scroll;
}

    .defect-form-container p {
        margin: 10px 0;
    }

.modal-defect h3 {
    margin-bottom: 20px;
}

.modal-defect .close {
    position: absolute;
    right: 20px;
    top: 20px;
    margin: 0;
    margin-top: -2px;
    border: 2px solid;
    border-radius: 50px;
    padding: 0 4px;
    font-size: 19px;
}

.modal-defect .defect_list {
    margin: 30px 0;
}

    .modal-defect .defect_list ul {
        padding: 0;
        max-height: 380px;
        overflow-y: scroll;
    }

    .modal-defect .defect_list li {
        margin-bottom: 10px;
        height: 35px;
        display: table;
        height: auto;
        min-height: 35px;
        cursor: pointer;
        width: 100%;
    }

        .modal-defect .defect_list li:hover,
        .modal-defect .defect_list li:active,
        .modal-defect .defect_list li:focus,
        .modal-defect .defect_list li.selected {
            background: #14b3f0;
            color: #fff;
        }

    .modal-defect .defect_list .status {
        height: 35px;
        width: 35px;
        border-radius: 50px;
        background: #999;
        display: inline-block;
        vertical-align: middle;
    }

    .modal-defect .defect_list .defect_name {
        padding: 3px 10px;
        padding-right: 10px;
        vertical-align: middle;
        display: table-cell;
        width: 100%;
    }

    .modal-defect .defect_list .status.Raized {
        background: #be0000;
    }

    .modal-defect .defect_list .status.Repaired {
        background: #ffb000;
    }

    .modal-defect .defect_list .status.Confirmed,
    .modal-defect .defect_list .status.Authorised {
        background: #029c00;
    }

.modal-breadcrumb {
    position: absolute;
    top: 5px;
    font-size: 14px;
    max-width: 85%;
    color: #fff;
}

.raized, .Raized {
    color: #be0000;
}

.repaired, .Repaired {
    color: #ffb000;
}

.confirmed, .Confirmed,
.authorised, .Authorised {
    color: #029c00;
}

.existing_defect {
    display: none;
    position: relative;
}

    .existing_defect .description-container {
        max-width: 360px;
    }

    .existing_defect .defect_image {
        max-width: 300px;
        max-height: 190px;
        display: block;
        margin-left: auto;
    }

    .existing_defect #media .defect_image {
        margin-left: unset;
    }

.defect-preview .defect_image {
    max-width: 300px;
    max-height: 190px;
}


.repair_method {
    display: none;
}

.modal-product .product-action {
    border: 1px solid #14b3f0;
    padding: 0 15px 7px;
    margin-bottom: 12px;
    opacity: 0.5;
}

    .modal-product .product-action.enabled {
        opacity: 1;
    }

    .modal-product .product-action:not(.enabled) .btn_full,
    .modal-product .product-action .btn_full.disabled {
        background: #056986 !important;
        cursor: not-allowed;
    }

    .modal-product .product-action .btn_full.disabled {
        opacity: 0.5;
    }

.modal-product p.info {
    font-size: 14px;
    margin-top: -15px;
}

    .modal-product p.info span {
        font-weight: bold;
        color: #14b3f0;
        font-size: 15px;
    }

.modal-product .success {
    color: #00aa00;
    font-size: 15px;
    margin-bottom: 3px;
}

.existing_defect #defect-file {
    position: absolute;
    right: 0;
    top: 0;
}

.file-annotation {
    font-size: 11px;
    margin: 3px 0 0 0;
}

.existing_defect .file-annotation {
    text-align: right;
}

.view_standard_label {
    margin: -20px 0 6px 0;
    color: #fff;
    font-size: 13px;
}

/*---------------------------------------------
FOOTER
---------------------------------------------*/
.page_home #footer,
.page_login #footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 150;
}

footer {
    background-color: #056986;
}

.footer-content {
    align-items: center;
    display: flex;
    justify-content: flex-end;
    padding: 10px 35px;
}

.footer-links {
    display: flex;
    font-size: 13px;
    color: #fff;
}

    .footer-links .footer_item {
        margin-left: 40px;
    }

        .footer-links .footer_item a {
            text-transform: uppercase;
            color: #fff;
        }

.footer-logo {
    height: 40px;
    width: auto;
}

#content_container .no_content {
    text-align: center;
    padding: 200px 40px;
    font-weight: bold;
    position: relative;
}

    #content_container .no_content img {
        height: 300px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        opacity: 0.15;
        filter: drop-shadow(0 0 0.75rem #056986);
    }

    #content_container .no_content strong {
        position: relative;
        z-index: 5;
    }

.master_lower #page {
    min-height: 77.3vh;
}

.login-form {
    float: unset;
    margin: 0 auto;
}

    .login-form:first-of-type {
        margin-top: 110px;
    }


.canvas_container {
    display: block;
    position: relative;
    height: 551px;
    width: 602px;
}

.canvas-img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#canvas {
    position: relative;
    z-index: 5;
}

.canvas_container {
    display: block;
    position: relative;
    height: 551px;
    width: 602px;
}

.point_info {
    display: none;
    position: absolute;
    z-index: 40;
    background: #ffc747;
    width: auto;
    height: 106px;
    padding: 8px 15px;
    margin-top: -108px;
    margin-left: -9px;
    border-radius: 10px;
}

.point_marker {
    height: 20px;
    width: 20px;
    position: absolute;
    background: #eee;
    border: 1px solid #333;
    margin-top: -22px;
    margin-left: -9px;
    text-align: center;
    font-size: 13px;
    line-height: 19px;
    font-weight: bold;
    border-radius: 50px;
    cursor: pointer;
    z-index: 30;
}

    .point_marker:hover,
    .point_marker.active {
        /* background: #ff7800;*/
    }


    .point_marker.has-defect-resolved {
        background: #ffb000;
    }

    .point_marker.has-defect {
        background: #ff3600;
    }

    .point_marker.grayed {
        /* background: #999;*/
    }

.product_list .product_type {
    font-size: 12px;
    opacity: 0.6;
}

#title .product_type {
    font-size: 20px;
    color: #888;
}

#title,
#manage_product {
    display: inline-block;
}

#manage_product {
    margin-left: 15px;
    padding: 5px 15px;
    vertical-align: super;
}

.modal .btn_border {
    padding: 7px 15px;
    border-radius: 4px;
}





/*-----------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------*/
.right_container {
    min-height: 687px;
    background-color: white;
}



#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: 120px;
    background-color: #056986;
    display: block;
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    z-index: 50;
}

    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: 15px;
        margin-left: 30px;
    }

    header .logo-right {
        position: absolute;
        top: 24px;
        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;
    }



/*---------------------------------------------

---------------------------------------------*/

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
---------------------------------------------*/



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;
}

/*---------------------------------------------
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,
.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;
}

/*---------------------------------------------
---------------------------------------------*/


.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;
}



/*---------------------------------------------
---------------------------------------------*/

.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;
}



/*---------------------------------------------*/

#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;
    }


/*---------------------------------------------
RESPONSIVE
---------------------------------------------*/
@media (max-width: 991px) {
    .right_container {
        min-height: 1000px;
    }
}

@media (max-width: 767px) {

    .page_content {
        background-color: white;
    }

    .tree_menu {
        position: relative;
        top: 0;
        padding-top: 1px;
    }


    header input {
        width: 100%;
    }

    header #search {
        margin-right: 20px;
    }
}



/* IPAD PRO Portrait */
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {
    .right_container {
        min-height: 1127px;
    }
}

/* IPAD PRO Landscape */
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {

    .right_container {
        min-height: 784px;
    }

    .items_container.home {
        padding: 44px 60px 20px 60px;
    }
}


/*---------------------------------------------
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-standard .modal-breadcrumb {
    color: #222;
    top: 20px;
}

.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;
    }

.modal-standard .btn_border {
    background: none;
}

.status_select option.hidden {
    display: none;
}
