﻿/************COLORS***********/
/*
    MAIN BG - Broken White - #f7f7f7
    SUB BG - light Grey - #dddddd
    SELECTED GREY - #b5b5b5 
    NAVIGATION BG - FONT COLOR - #363635
    STROK GREY - #cdcdcd

    Delete/remove red - darkred
    Check/Save green - #0dd33c

    Actas dark blue - #004d7b
    Actas light blue - #2489b5


    Standard colors 02/11/20
    Extra dark green - #00514e
    Dark green - #005e63
    Medium dark green - #007c82
    Light green/blue - #00a0a8

*/
html {
    overflow-y: scroll;
    overflow-x: hidden;
    color: #363635 !important;
}

* {
    font-family: Verdana, sans-serif;
    outline: none !important;
    scroll-behavior: smooth;
}

.form-control, label {
    color: #000;
}

body {
    background-color: #f7f7f7;
}

@media only screen and (min-width: 768px) {
    .mk-size79 {
        width: 79% !important;
        position: relative;
        left: 21%;
        top: -48px;
        z-index: 100;
        float: left;
    }
}

@media only screen and (max-width: 768px) {
    .mk-size79 {
        margin-left: 30px;
        margin-top: 75px;
        /*        margin-right: 30px;*/
    }
}



.mk-content {
    overflow-x: hidden !important;
}

.mk-size21 {
    width: 25% !important;
}

.mk-shadow {
    -webkit-box-shadow: 8px 8px 6px 1px rgba(0, 0, 0, 0.20);
    -moz-box-shadow: 8px 8px 6px 1px rgba(0, 0, 0, 0.20);
    box-shadow: 8px 8px 6px 1px rgba(0, 0, 0, 0.20);
}

textarea {
    overflow: hidden;
}

.mk-validation {
    display: none;
}

.mk-clickAble i {
    color: #0dd33c;
    cursor: pointer !important;
}

.fontweight-normal {
    font-weight: 300;
}

.fontweight-bold {
    font-weight: 700;
}

h2 {
    font-size: 0.9em;
    font-weight: 500;
    margin-top: 0;
    padding-top: 10px;
}

.mk-textarea {
    background-color: #ffffff;
    min-height: 500px;
}

select {
    width: 100%;
}

.hr {
    border: 0;
    border-top: 1px solid #eeeeee;
    margin-top: 20px;
    padding-top: 20px;
}

.list-none {
    list-style: none;
}

/**! in subsubmenu*/
.mk-warning {
    font-size: 0.85em;
    color: #FC934E;
}

.form-horizontal .control-label {
    font-size: 0.97em;
    font-weight: 500;
    text-align: left;

}

td {
    font-family: Verdana, sans-serif;
    font-size: 1em;
}

.form-control-xs {
    height: 24px;
    padding: 2px 2px;
    font-size: 14px;
    line-height: 1;
    border: 1px solid #cccccc;
    border-radius: 4px;
}


/*#region bootstrap 4*/

/*#region margin*/
.mx-auto {
    margin: auto;
}

.mr-0 {
    margin-right: 0;
}

.mr-1 {
    margin-right: 5px;
}

.mr-2 {
    margin-right: 10px;
}

.mr-3 {
    margin-right: 15px;
}

.mr-4 {
    margin-right: 20px;
}

.mr-5 {
    margin-right: 25px;
}

.mr-6 {
    margin-right: 30px;
}

.mr-9 {
    margin-right: 45px;
}

.ml-0 {
    margin-left: 0;
}

.ml-1 {
    margin-left: 5px;
}

.ml-2 {
    margin-left: 10px;
}

.ml-3 {
    margin-left: 15px;
}

.ml-4 {
    margin-left: 20px;
}

.ml-5 {
    margin-left: 25px;
}

.ml-6 {
    margin-left: 30px;
}

.mt-0 {
    margin-top: 0px;
}

.mt-1 {
    margin-top: 5px;
}

.mt-2 {
    margin-top: 10px;
}

.mt-3 {
    margin-top: 15px;
}

.mt-4 {
    margin-top: 20px;
}

.mt-5 {
    margin-top: 25px !important;
}

.mt-6 {
    margin-top: 30px !important;
}

.mt-7 {
    margin-top: 35px !important;
}

.mt-8 {
    margin-top: 40px !important;
}

.mt-9 {
    margin-top: 45px !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-1 {
    margin-bottom: 5px !important;
}

.mb-2 {
    margin-bottom: 10px !important;
}

.mb-3 {
    margin-bottom: 15px;
}

.mb-4 {
    margin-bottom: 20px;
}

.mb-5 {
    margin-bottom: 25px !important;
}

.mb-6 {
    margin-bottom: 30px !important;
}
/*#endregion*/

/*#region padding*/
.p-1 {
    padding: 5px;
}

.p-2 {
    padding: 10px;
}

.p-3 {
    padding: 15px;
}

.p-4 {
    padding: 20px;
}

.p-5 {
    padding: 25px;
}

.p-6 {
    padding: 30px;
}

.px-0 {
    padding-left: 0;
    padding-right: 0;
}

.px-3 {
    padding-left: 15px;
    padding-right: 15px;
}

.px-4 {
    padding-left: 20px;
    padding-right: 20px;
}

.px-5 {
    padding-left: 25px;
    padding-right: 25px;
}

.py-3 {
    padding-top: 15px;
    padding-bottom: 15px;
}

.py-4 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.py-5 {
    padding-top: 25px;
    padding-bottom: 25px;
}

.pt-0 {
    padding-top: 0;
}

.pt-1 {
    padding-top: 5px;
}

.pt-2 {
    padding-top: 10px;
}

.pt-3 {
    padding-top: 15px;
}

.pt-4 {
    padding-top: 20px;
}

.pt-5 {
    padding-top: 25px;
}

.pt-6 {
    padding-top: 60px;
}

.pb-0 {
    padding-bottom: 0;
}

.pb-1 {
    padding-bottom: 5px;
}

.pb-2 {
    padding-bottom: 10px;
}

.pb-3 {
    padding-bottom: 15px;
}

.pb-4 {
    padding-bottom: 20px;
}

.pb-5 {
    padding-bottom: 25px;
}

.pb-6 {
    padding-bottom: 30px;
}

.pr-0 {
    padding-right: 0;
}

.pr-1 {
    padding-right: 5px;
}

.pr-2 {
    padding-right: 10px;
}

.pr-3 {
    padding-right: 15px;
}

.pr-4 {
    padding-right: 20px;
}

.pr-5 {
    padding-right: 25px;
}

.pr-6 {
    padding-right: 30px;
}

.pl-0 {
    padding-left: 0;
}

.pl-1 {
    padding-left: 5px;
}

.pl-2 {
    padding-left: 10px;
}

.pl-3 {
    padding-left: 15px;
}

.pl-4 {
    padding-left: 20px;
}

.pl-5 {
    padding-left: 25px;
}

.pl-6 {
    padding-left: 30px;
}

.pl-7 {
    padding-left: 35px;
}

.pl-8 {
    padding-left: 40px;
}

.pl-9 {
    padding-left: 45px;
}

.pl-10 {
    padding-left: 50px;
}
/*#endregion*/

/*#region pull / Push / Float */

.float-left {
    float: left !important;
}

.float-right {
    float: right !important;
}

.float-none {
    float: none !important;
}

@media (min-width: 576px) {
    .float-sm-left {
        float: left !important;
    }

    .float-sm-right {
        float: right !important;
    }

    .float-sm-none {
        float: none !important;
    }
}

@media (min-width: 768px) {
    .float-md-left {
        float: left !important;
    }

    .float-md-right {
        float: right !important;
    }

    .float-md-none {
        float: none !important;
    }
}

@media (min-width: 992px) {
    .float-lg-left {
        float: left !important;
    }

    .float-lg-right {
        float: right !important;
    }

    .float-md-none {
        float: none !important;
    }
}

@media (min-width: 1200px) {
    .float-xl-left {
        float: left !important;
    }

    .float-xl-right {
        float: right !important;
    }

    .float-xl-none {
        float: none !important;
    }
}
/*#endregion */
/*#region buttons*/
/*.bg-transparent {
    background-color: transparent;
}

.text-secondary {
    color: #6c757d !important;
}

.text-info {
    color: #17a2b8 !important;
}

.text-dark {
    color: #343a40 !important;
}*/
.text-light {
    color: #f8f9fa !important;
}

.text-muted {
    color: #6c757d !important;
}

/*#region BS buttons*/
.btn-primary {
    /*        color: #004d7b !important;
    border: 1px solid #004d7b !important;*/
    color: #333 !important;
    border: 1px solid #333 !important;
    background-color: transparent !important;
}

    .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
        /*color: #004d7b !important;
        border: 1px solid #004d7b;*/
        color: #333 !important;
        border: 1px solid #333;
        background-color: #f7f7f7 !important;
    }

.btn-secondary {
    color: #555555 !important;
    border: 1px solid #999999 !important;
    background-color: transparent !important;
}

    .btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active {
        color: #555555 !important;
        border: 1px solid #999999 !important;
        background-color: #f7f7f7 !important;
    }

.btn-dark {
    color: #555 !important;
    border: 1px solid #555 !important;
    background-color: transparent !important;
}

    .btn-dark:hover, .btn-dark:focus, .btn-dark:active {
        color: #555 !important;
        border: 1px solid #555 !important;
        background-color: #f7f7f7 !important;
    }

.btn-bgdark {
    color: #f7f7f7 !important;
    border: 1px solid #555 !important;
    background-color: #555 !important;
}

    .btn-bgdark:hover, .btn-bgdark:focus, .btn-bgdark:active {
        color: #f7f7f7 !important;
        border: 1px solid #555 !important;
        background-color: #555 !important;
    }


.btn-danger {
    color: #a94442 !important;
    border: 1px solid #a94442 !important;
    background-color: #fff !important;
}

    .btn-danger:hover, .btn-danger:focus, .btn-danger:active {
        color: #a94442 !important;
        border: 1px solid #a94442 !important;
        background-color: #f9f9f9 !important;
    }

.btn-info {
    color: #46b8da !important;
    border: 1px solid #46b8da !important;
    background-color: #fff !important;
}

    .btn-info:hover, .btn-info:focus, .btn-info:active {
        color: #46b8da !important;
        border: 1px solid #46b8da !important;
        background-color: #f9f9f9 !important;
    }

.btn-success {
    color: #079D31 !important;
    border: 1px solid #079D31 !important;
    background-color: #fff !important;
}

    .btn-success:hover, .btn-success:focus, .btn-success:active {
        color: #079D31 !important;
        border: 1px solid #079D31 !important;
        background-color: #f9f9f9 !important;
    }
/*#endregion*/

/*#region bg*/
.bg-transparent {
    background-color: transparent !important;
}

.bg-light {
    background-color: rgba(0, 160, 168, 0.05) !important;
}

.bg-primary {
    background-color: #fff !important;
}
/*#endregion*/
/*#region text*/
.text-primary {
    /*    color: #004d7b !important;*/
    color: #222 !important;
}

.text-center {
    text-align: center;
}

@media (max-width: 767px) {
    .text-md-primary {
        /*    color: #004d7b !important;*/
        color: #222 !important;
    }

    .text-md-light {
        color: #f8f9fa !important;
    }
}

/*#endregion*/



/*#region hide/show*/
.d-none {
    display: none !important;
}

.d-inline {
    display: inline !important;
}

.d-inline-block {
    display: inline-block !important;
}

.d-block {
    display: block !important;
}

@media (min-width: 576px) {
    .d-sm-none {
        display: none !important;
    }

    .d-sm-inline {
        display: inline !important;
    }

    .d-sm-inline-block {
        display: inline-block !important;
    }

    .d-sm-block {
        display: block !important;
    }
}

@media (min-width: 768px) {
    .d-md-none {
        display: none !important;
    }

    .d-md-inline {
        display: inline !important;
    }

    .d-md-inline-block {
        display: inline-block !important;
    }

    .d-md-block {
        display: block !important;
    }
}

@media (min-width: 992px) {
    .d-lg-none {
        display: none !important;
    }

    .d-lg-inline {
        display: inline !important;
    }

    .d-lg-inline-block {
        display: inline-block !important;
    }

    .d-lg-block {
        display: block !important;
    }
}

@media (min-width: 1200px) {
    .d-xl-none {
        display: none !important;
    }

    .d-xl-inline {
        display: inline !important;
    }

    .d-xl-inline-block {
        display: inline-block !important;
    }

    .d-xl-block {
        display: block !important;
    }
}

/*@media (max-width: 767px) {
    .hide-md {
        display: none;
    }
    .show-md {
        display: inline-block;
    }
}*/

/*#endregion*/

.w-100 {
    width: 100%;
}

.radius {
    border-radius: 4px;
}

.border-0 {
    border: none;
}
/*#endregion*/

}
/*#region LOGIN*/
.login-content {
    background-image: url('../image/buer.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.mk-loginForm {
    background-color: #fff;
    width: 500px;
    height: 400px;
    margin: auto;
    margin-top: 13%;
}


@media only screen and (max-width: 767px) {
    .mk-loginForm {
        background-color: #fff;
        width: 360px;
        height: 400px;
        margin: auto;
        margin-top: 13%;
    }
}

#loginForm {
    margin-top: 8%;
}

.mk-loginForm .btn {
    width: 100%;
}

.microsoftBtnContainer {
    padding: 8px 12px 10px 12px;
    border: solid 1px #8c8c8c;
    text-decoration: none;
    cursor: pointer;
}

.microsoftBtn {
    font-family: 'Segoe UI Regular';
    font-size: 15px;
    font-weight: 600;
    color: #5e5e5e;
    background-color: #fff;
    border: none;
    padding-left: 10px;
}

.navbar-right {
    margin-right: 5px;
}

.mk-dropdown {
    margin-top: 5px;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
    color: #f7f7f7;
    background-color: transparent;
    text-decoration: underline;
}

.validation-summary-errors ul {
    padding-left: 20px;
    margin-bottom: 0;
}

/*#endregion*/
/*#region MAIN TOP NAVIGATION */
nav .container-fluid {
    padding-left: 30px;
}

.navbar {
    min-height: 98px;
    max-height: 98px;
}

.navbar-inverse {
    /*    background-color: #363635;*/
    background-color: #005E63;
}

/*background image*/
.mk-navImage {
    position: absolute;
    z-index: -1;
    bottom: 0;
}

/*Logo*/
.navbar-header a img {
    max-width: 100%;
    padding-right: 60px;
}

.navbar-inverse .navbar-nav > li > a {
    color: #f7f7f7;
}

.navbar a {
    font-size: 1.1em;
}

/*placement for links*/
.navbar-nav {
    margin-left: 30px;
}

    .navbar-nav > li > a {
        padding-top: 8px;
        padding-bottom: 15px;
    }
/*#endregion */

/*#region CONTENT */

/*push all content down*/
.container-fluid {
    padding: 50px 0 0 0;
    margin: 0 30px 0 0;
}
/*Push main content down*/
.body-content {
    padding-top: 153px;
    position: relative;
}

/*#region ICONS */
.mk-icon {
    background-color: transparent;
    border: 0;
}

.mk-subSubMenuIcons ul {
    list-style: none;
    padding-left: 0;
    padding-bottom: 15px;
}

    .mk-subSubMenuIcons ul li {
        float: left;
        list-style-type: none;
        padding: 0;
    }

        .mk-subSubMenuIcons ul li button {
            border: 0;
            background-color: transparent;
        }

.mk-minus,
.mk-search,
.mk-plus,
.mk-clone,
.mk-check,
.mk-floppy-o,
.waitforloading {
    padding: 0.5vw 0.4vw 1vw 0 !important;
    width: 20%;
}


#tableList button:last-child {
    margin-left: 15px !important;
}

/*#endregion */
.mk-content {
    background-color: #ffffff;
    -webkit-box-shadow: 8px 8px 6px 1px rgba(0, 0, 0, 0.20);
    -moz-box-shadow: 8px 8px 6px 1px rgba(0, 0, 0, 0.20);
    box-shadow: 8px 8px 6px 1px rgba(0, 0, 0, 0.20);
    padding-bottom: 0 !important;
    min-height: 715px;
    overflow-y: auto;
    border-left: 1px solid #ddd;
}
/*#region submenu */
.mk-subSubMenuList {
    /*    background-color: #004d7b;*/
    /*background-color: #4A96D2;*/
    background-color: #00A0A8;
    -webkit-box-shadow: 8px 8px 6px 1px rgba(0, 0, 0, 0.20);
    -moz-box-shadow: 8px 8px 6px 1px rgba(0, 0, 0, 0.20);
    box-shadow: 8px 8px 6px 1px rgba(0, 0, 0, 0.20);
    position: absolute;
    min-height: 78vh !important;
    /*max-height: 82vh !important;*/
    /* left: 100px;*/
    margin-top: 7px;
}

.mk-subSubMenu {
    width: 88%;
    padding-bottom: 0 !important;
    min-height: 650px !important;
    max-height: 650px !important;
    overflow-y: auto;
}

/*#region fancy scrollbar */


#fancy-scrollbar {
    direction: rtl;
    margin-left: 15px !important;
    margin-top: 3px;
}

    #fancy-scrollbar::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
        border-radius: 4px;
        background-color: transparent;
    }

    #fancy-scrollbar::-webkit-scrollbar {
        width: 12px;
        background-color: transparent;
    }

    #fancy-scrollbar::-webkit-scrollbar-thumb {
        border-radius: 4px;
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
        background-color: #00514e;
    }
/*#endregion*/

/*#region Title*/
.mk-editTitleField {
    height: 22px !important;
    padding-left: 18px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* IE10+ CSS styles go here */
    .mk-editTitleField {
        padding-top: 0px;
    }
}

.mk-createTitleSubsubMenu {
    max-height: 610px !important;
    min-height: 610px !important;
}

.mk-titleForm {
    margin-top: -25px;
}

.mk-title {
    margin-bottom: 20px;
    margin-top: 20px;
    padding: 10px 15px 15px 15px;
    background-color: #005E63;
    /*    background-color: #3e79a5 !important;*/
    /*    background-color: #2a5d83;*/
    /*    background-color: #002b45;*/
    -webkit-box-shadow: 8px 8px 6px 1px rgba(0, 0, 0, 0.20);
    -moz-box-shadow: 8px 8px 6px 1px rgba(0, 0, 0, 0.20);
    box-shadow: 8px 8px 6px 1px rgba(0, 0, 0, 0.20);
}

.mk-editTitle {
    position: absolute;
    right: 30px;
    bottom: 20%;
    cursor: pointer;
}
/*#endregion*/
.mk-submenu {
    position: absolute;
    margin-left: 0;
    width: 100%;
    border: 0;
    border-radius: 0;
    /*    border-bottom: 2px solid #004d7b;*/
    /*  border-bottom: 2px solid #4A96D2;*/
    border-bottom: 2px solid #005E63;
    -webkit-box-shadow: 8px 8px 6px 1px rgba(0, 0, 0, 0.20);
    -moz-box-shadow: 8px 8px 6px 1px rgba(0, 0, 0, 0.20);
    box-shadow: 8px 8px 6px 1px rgba(0, 0, 0, 0.20);
}

    .mk-submenu.navbar {
        min-height: 10px;
    }

    .mk-submenu .mk-container-fluid {
        margin: 0 20px !important;
    }

    .mk-submenu ul {
        margin-left: 0;
    }

        .mk-submenu ul li a {
            color: #363635 !important;
            text-decoration: none !important;
        }

    .mk-submenu .mk-activeLink {
        text-decoration: underline !important;
        left: 0;
        position: relative;
        background-color: none;
    }

.mk-subSubMenu ul {
    padding: 0;
    direction: ltr;
}

    .mk-subSubMenu ul:last-child {
        margin-bottom: 15%;
    }

    .mk-subSubMenu ul li {
        list-style: none;
    }



.mk-subSubMenu h2 {
    padding: 15px 0 4px 15px;
}

.mk-subSubMenu ul li a {
    color: #ffffff;
    display: block;
    font-size: calc(7px + 0.2vw);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-decoration: none !important;
    padding-top: 4px;
    padding-left: 20px;
    padding-right: 32px !important;
}

.wordwrap {
    font-size: 12px;
    font-weight: 300;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 190px;
    padding-top: 2px;
}

/*    .mk-subSubMenu ul li a:not(.mk-addFloorPlan) {
        color: #fff;
    }*/

/*#region Search*/


.mk-searchListItem .navbar-form {
    margin-bottom: 0;
    margin-top: 0;
    padding-top: 8px;
}
/*#endregion*/

/*#region HOVER */
.mk-subSubMenu ul li:not(.mk-searchListItem) a:hover {
    /*        background-color: #b5b5b5 !important;*/
    background-color: #007C82 !important;
    /*    background-color: #002b45 !important;*/
    left: 0;
}



.mk-subSubMenu .mk-activeLink {
    /*    background-color: #b5b5b5 !important;*/
    background-color: #007C82 !important;
    /*background-color: #002b45;*/
    color: #fff;
    left: 0;
    position: relative;
}

.mk-subSubMenu ul li a:hover,
.mk-subSubMenu ul li a:focus {
    text-decoration: none;
    outline: none;
}
/*#endregion */
/*#endregion*/

.mk-noContent {
    margin-top: 20px;
    text-align: left;
}

/*#region TABS */
.nav li a {
    color: #ffffff;
}

.nav-tabs {
    padding-top: 0.58vh;
}

    .nav-tabs li a {
        background-color: #f7f7f7;
        border: 1px solid #cdcdcd;
        margin-right: 0;
        box-sizing: border-box;
        font-size: 1em;
        color: #000;
    }

    .nav-tabs li.active a {
        background-color: #ffffff;
    }

.tab-content {
    padding-top: 40px;
}
/*#endregion */


/*#region BUTTONS */


.p-0 {
    padding: 0;
}

.w-100 {
    width: 100%;
}

button b {
    font-size: 1.2em;
}

.mk-subSubMenuIcons li a {
    color: #222;
}
/*#endregion */
/*#region Personer*/
/*#region STAMDATA */
p {
    margin: 0;
}

    p.form-control {
        background-color: transparent;
        border: 0;
        box-shadow: none;
    }

input, select, textarea {
    max-width: 2000px;
}


.mk-unEditAble {
    height: 24px;
    line-height: 34px;
}



/*#region UPLOAD IMAGE*/
.personPlaceholderImg {
    background-image: url('../image/PlaceholderPerson.jpg');
}

.doorPlaceholderImg {
    background-image: url('../image/PlaceholderDoor.jpg');
}

.mk-PreviewImg {
    background-size: contain !important;
    background-repeat: no-repeat !important;
}

.mk-image, .mk-image-door {
    background-repeat: no-repeat;
    background-size: contain;
    min-height: 280px;
    margin-bottom: 15px;
    background-size: contain !important;
}

    .mk-image img, .mk-image-door {
        display: block;
        /* max-width: 250px;*/
        max-height: 300px;
        margin: auto;
        margin-bottom: 15px;
    }

.mk-imageUpdate, .mk-image-door {
    min-height: 300px;
    margin-bottom: 15px;
}

    .mk-imageUpdate img, .mk-image-door img {
        display: block;
        max-width: 250px;
        max-height: 300px;
        margin: auto;
        margin-bottom: 15px;
    }

.mk-inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

    .mk-inputfile + label {
        display: inline-block;
        border-radius: 4px;
        border: 1px solid #cdcdcd;
        cursor: pointer;
        padding: 6px 12px;
        margin-bottom: 0;
        text-align: center;
    }

        /*.mk-inputfile + label i {
            font-weight: 500;
            color: #2489b5;
        }*/

        .mk-inputfile + label b {
            color: #222;
            font-size: 1.2em;
        }

/*#endregion */
/*#endregion */
/*#region KEYS */
.mk-checkboxSpaceUnder {
    margin-bottom: 40px;
}

.mk-checkbox {
    float: right;
    transform: scale(1.5);
}

.checkbox {
    margin-left: 25px;
}

#key_keyPin {
    font-family: 'Helvetica';
}

#stamdata_alarmPin {
    font-family: 'Helvetica';
}
/*#endregion */
/*#region PERIODS */
.error {
    color: darkred;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: 1px solid #2489b5;
    background: #004d7b;
    color: white !important;
}

.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
    opacity: .6;
    filter: Alpha(Opacity=70);
    font-weight: normal;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #fff;
    opacity: 1;
}

.mk-tableList {
    background-color: #fff;
    height: 370px;
    border: 1px solid #ddd;
}

.validityPeriodRow {
    cursor: pointer;
}
/*#endregion*/
/*#region ADGANGSRETTIGHEDER*/
.mk-table {
    overflow-y: scroll;
    height: 265px;
    background-color: #fff;
    border: 1px solid #ddd;
}

.table > tbody > tr > td {
    padding: 3px 8px;
    font-size: 0.60vw;
    font-size: calc(9px + 0.2vw);
}


.mk-tableHigh {
    overflow-y: scroll;
    height: 500px;
    background-color: #fff;
    border: 1px solid #ddd;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    line-height: 15px;
    border-top: 1px solid rgba(205, 205, 205, 0.20);
    vertical-align: middle;
}

.mk-table tbody tr,
.mk-tableHigh tbody tr {
    cursor: pointer;
}

.ui-selectable > .ui-selected {
    background-color: #2489b5;
    color: #f7f7f7;
}

.ui-selected {
    background-color: #2489b5;
    color: #f7f7f7;
}

.mk-choosePersongroup, .mk-chooseSystem {
    padding-left: 15px;
    width: 100%;
}

.mk-disabled {
    color: #888 !important;
    cursor: not-allowed !important;
    opacity: 0.6 !important;
}

.disabledBtn {
    color: #c8c8c8 !important;
    cursor: not-allowed !important;
    opacity: 0.85;
}


    .disabledBtn i:hover {
        color: #c8c8c8 !important;
        cursor: not-allowed !important;
        opacity: 0.85;
    }

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f7f7f7;
}

.mk-timetable {
    background-color: white;
}

.mk-btnPointLeftMultiple,
.mk-btnPointLeft,
.mk-btnPointLeftPerson,
.mk-btnPointLeftgroup,
.mk-btnPointLeftsystemprofile,
.mk-btnPointLeftLocaO,
.mk-btnPointLeftLocaT,
.mk-btnPointLeftLocaS,
.mk-btnPointLeftLocaP,
.mk-btnPointLeftLocaProfiles,
.mk-btnPointLeftLocaPersonGroups,
.mk-btnPointLeftLocaSharedExceptions,
.mk-btnPointLeftLocaAreasAndDoors,
.mk-btnPointLeftMultipleSharedExceptionTimeTable,
.mk-btnPointRightMultipleSharedExceptionTimeTable,
.mk-btnPointLeftMultipleSharedExceptionLevelTimeTable,
.mk-btnPointRightMultipleSharedExceptionLevelTimeTable,
.mk-btnPointLeftPersons,
.mk-btnPointLeftSystems,
.mk-btnPointLeftLocaPersons,
.mk-btnPointLeftLocaSystems,
.mk-btnPointLeftTimetableSystems,
.mk-btnPointRightTimetableSystems,
.mk-btnPointRightLocaPersons,
.mk-btnPointRightLocaSystems,
.mk-btnPointLeftOpGr,
.mk-btnPointRightLocaPersons,
.mk-btnPointLeftExternalLocationSharedExceptions,
.mk-btnPointRightExternalLocationSharedExceptions,
.mk-btnPointLeftExternalLocationDoors,
.mk-btnPointRightExternalLocationDoors,
.btnSortPointUp,
.btnSortPointDown {
    vertical-align: middle;
    background: transparent;
    /* border: none;*/
    border: 1px solid #eee;
    border-radius: 4px;
    padding: 4px;
}

.mk-btnPointLeftMultiple,
.mk-btnPointRightMultiple,
.mk-btnPointLeft,
.mk-btnPointRight,
.mk-btnPointLeftPerson,
.mk-btnPointRightPerson,
.mk-btnPointLeftgroup,
.mk-btnPointRightgroup,
.mk-btnPointLeftsystemprofile,
.mk-btnPointRightsystemprofile,
.mk-btnPointLeftLocaO,
.mk-btnPointRightLocaO,
.mk-btnPointLeftLocaT,
.mk-btnPointRightLocaT,
.mk-btnPointLeftLocaS,
.mk-btnPointRightLocaS,
.mk-btnPointLeftLocaP,
.mk-btnPointRightLocaP,
.mk-btnPointLeftLocaProfiles,
.mk-btnPointRightLocaProfiles,
.mk-btnPointRightLocaAreasAndDoors,
.mk-btnPointRightLocaPersonGroups,
.mk-btnPointRightLocaSharedExceptions,
.mk-btnPointLeftLocaAreasAndDoors,
.mk-btnPointLeftMultipleSharedExceptionTimeTable,
.mk-btnPointRightMultipleSharedExceptionTimeTable,
.mk-btnPointLeftMultipleSharedExceptionLevelTimeTable,
.mk-btnPointRightMultipleSharedExceptionLevelTimeTable,
.mk-btnPointLeftPersons,
.mk-btnPointRightPersons,
.mk-btnPointRightSystems,
.mk-btnPointLeftLocaPersons,
.mk-btnPointLeftLocaSystems,
.mk-btnPointRightLocaPersons,
.btnSortPointUp,
.btnSortPointDown {
    /*border: 0;*/
    border: 1px solid #eee;
    border-radius: 4px;
    padding: 4px;
    background-color: transparent;
}

    .mk-btnPointLeftMultiple i:hover,
    .mk-btnPointRightMultiple i:hover,
    .mk-btnPointLeft i:hover,
    .mk-btnPointRight i:hover,
    .mk-btnPointLeftLocaO i:hover,
    .mk-btnPointRightLocaO i:hover,
    .mk-btnPointLeftLocaT i:hover,
    .mk-btnPointRightLocaT i:hover,
    .mk-btnPointLeftLocaS i:hover,
    .mk-btnPointRightLocaS i:hover,
    .mk-btnPointLeftLocaP i:hover,
    .mk-btnPointRightLocaP i:hover,
    .mk-btnPointLeftLocaProfiles i:hover,
    .mk-btnPointRightLocaProfiles i:hover,
    .mk-btnPointRightLocaAreasAndDoors i:hover,
    .mk-btnPointRightLocaPersonGroups i:hover,
    .mk-btnPointRightLocaSharedExceptions i:hover,
    .mk-btnPointLeftLocaAreasAndDoors i:hover,
    .mk-btnPointLeftMultipleSharedExceptionTimeTable i:hover,
    .mk-btnPointRightMultipleSharedExceptionTimeTable i:hover,
    .mk-btnPointLeftMultipleSharedExceptionLevelTimeTable i:hover,
    .mk-btnPointRightMultipleSharedExceptionLevelTimeTable i:hover,
    .mk-btnPointLeftPersons i:hover,
    .mk-btnPointLeftLocaPersons i:hover,
    .mk-btnPointLeftgroup i:hover,
    .mk-btnPointLeftLocagroup i:hover,
    .mk-btnPointRightLocaPersons i:hover
    .mk-btnPointLeftPerson i:hover,
    .mk-btnPointRightPerson i:hover,
    .mk-btnPointLeftgroup i:hover,
    .mk-btnPointRightgroup i:hover,
    .mk-btnPointLeftsystemprofile i:hover,
    .mk-btnPointRightsystemprofile i:hover,
    .btnSortPointUp i:hover,
    .btnSortPointDown i:hover {
        color: #004d7b;
    }
/*#endregion*/
/*#region DOORS*/
.mk-overviewDoors {
    background-color: #fff;
    min-height: 400px;
    padding-top: 15px;
    border: 1px solid #b5b5b5;
}

    .mk-overviewDoors ul {
        list-style: none;
        margin-top: 15px;
        margin-left: 15px;
    }

        .mk-overviewDoors ul li {
            width: 100%;
        }

            .mk-overviewDoors ul li span:last-child {
                padding-left: 15px;
            }

            .mk-overviewDoors ul li:nth-child(odd) {
                background-color: #f7f7f7;
            }
/*#endregion*/
/*#endregion*/
/*#region Tidstabeller Sikkerhedsniveautidstabeller*/
.ui-widget-content {
    border: 1px solid #aaa !important;
    /*background: #fff url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x !important;*/
    color: #222 !important;
}

.periodRow {
    cursor: pointer;
}

/*#region Exceptions*/
#exceptions .form-group,
#securityLevel .form-group,
#periode .form-group, #keys .form-group {
    margin-bottom: 2px;
}

.mk-noKeysNotify {
    padding-top: 25px;
}

#exceptions .mk-timetableName, #securityLevel .mk-timetableName, #periode .mk-timetableName {
    margin-bottom: 50px;
}

#exceptions .form-control,
.mk-addedSharedException .form-control, #keys .form-control {
    height: 25px;
    padding: 2px 12px;
}

#exceptions fieldset, #securityLevel fieldset, #periode fieldset, #keys fieldset {
    border: 2px solid #dddddd;
    padding: 0 15px 5px 15px;
    margin-bottom: 20px;
    position: relative;
}

#keys fieldset {
    margin-top: 30px;
    margin-bottom: 0px;
}

#securityLevel fieldset .row {
    margin-left: 0px !important;
}

#exceptions fieldset button.mk-icon, #periode fieldset button.mk-icon, #keys fieldset button.mk-icon {
    position: absolute;
    top: -12px;
    right: -15px;
}

#exceptions legend, #securityLevel legend, #periode legend {
    font-size: 1em;
    font-weight: 300;
    width: auto;
    padding: 0 10px 0 0;
    border-bottom: 0;
    margin-bottom: 0;
}

.mk-fieldsetCheckbox {
    margin-left: -10px;
}

.mk-defaultSecurity {
    margin-top: 8px;
}

.mk-defaultSecurityInfo {
    margin-top: 15px;
}

#exceptions .mk-addExceptions,
#periode .mk-addSharedException {
    position: fixed;
    background-color: #fff;
    border: 0;
    padding: 5px 10px;
    border-radius: 2px;
}

.mk-ExceptionPeriode {
    display: none;
}

.mk-ExceptionActive {
    color: #0dd33c;
    padding: 0 5px 0 2px;
    font-weight: 500;
}

.mk-winkasDisabled input.form-control {
    background-color: #e5e5e5;
    border: none;
    color: #444444;
}

.mk-winkasDisabled label {
    color: #444444;
}

.mk-winkasDisabled select.form-control {
    background-color: #d8d8d8;
    border: none;
}

.mk-winkasLogo {
    position: absolute;
    max-width: 120px;
    left: 8%;
    top: 40%;
}
/*#endregion*/
/*#region Periodes*/
#periode .mk-transferTime {
    margin-top: 15px;
}
/*#endregion*/
/*#endregion */
/*#region CONTACT*/
#contact {
    text-align: center;
}


.mk-contactInfo {
    margin-top: 50px;
    margin-bottom: 50px;
}

    .mk-contactInfo ul {
        list-style: none;
        padding: 0;
    }

        .mk-contactInfo ul li {
            padding: 8px 0;
        }

.mk-phone {
    padding-bottom: 30px;
}

.mk-contactInfo ul li a {
    color: #363635;
}
/*#endregion*/

/*#endregion*/
/*#region NOTIFY*/
.mk-notify {
    display: none;
    color: darkred;
}

    .mk-notify .col-lg-10 {
        padding-left: 8px;
    }

/*#endregion*/






.rounded {
    border-radius: 4px !important;
}

.form-control-narrow {
    height: 20px;
    padding: 2px 6px 2px 6px;
    font-size: 11px;
    line-height: 0.9;
    color: #555555;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}


th input.form-control {
    height: 25px;
    line-height: 1;
}

/*#region polling*/
.Polling {
    -webkit-animation-name: heartbeat; /*Safari 4.0 - 8.0 */
    animation-name: heartbeat;
}


.unilockPol {
    background-color: transparent;
    -webkit-animation-name: heartbeat; /*Safari 4.0 - 8.0*/
    animation-name: heartbeat;
}

.spcPol {
    background-color: transparent;
    -webkit-animation-name: heartbeat; /*Safari 4.0 - 8.0*/
    animation-name: heartbeat;
}

.circle-a {
    -webkit-animation-duration: 3s; /*Safari 4.0 - 8.0*/
    -webkit-animation-iteration-count: 30000000; /*Safari 4.0 - 8.0*/
    animation-duration: 3s;
    animation-iteration-count: 30000000;
}

.PollingHeartbeat i {
    -webkit-animation-name: heartbeat; /* Safari 4.0 - 8.0 */
    animation-name: heartbeat;
    -webkit-animation-duration: 3s; /* Safari 4.0 - 8.0 */
    -webkit-animation-iteration-count: 30000000; /*Safari 4.0 - 8.0*/
    animation-duration: 3s;
    animation-iteration-count: 30000000;
}

.heartbeatDanger {
    color: red;
    -webkit-animation-name: heartbeat;
    animation-name: heartbeat;
}

.heartbeatSuccess {
    color: limegreen;
    -webkit-animation-name: heartbeat;
    animation-name: heartbeat;
}

.heartbeatWarning {
    color: goldenrod;
    -webkit-animation-name: none;
    animation-name: none;
}
/*#endregion*/
@keyframes heartbeat {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.2;
    }

    100% {
        opacity: 1;
    }
}

.mk-fromAD {
    color: #ffffff !important;
}

@media (max-width: 768px) {
    .body-content {
        padding-top: 110px !important;
    }

    /*  .mk-content {
        min-height: 700px !important;
        max-height: 700px !important;
    }

    .mk-subSubMenu {
        min-height: 663px !important;
        max-height: 663px !important;
    }

    .mk-createTitleSubsubMenu {
        max-height: 620px !important;
        min-height: 620px !important;
    }

    .mk-tableHigh {
        height: 430px;
    }

    .mk-tableList {
        height: 360px;
    }

    .mk-table {
        height: 250px;
    }*/
}


@media only screen and (min-width: 768px) and (max-width: 1536px) {
    .body-content {
        padding-top: 200px !important;
    }

    .mk-content {
        min-height: 700px !important;
        max-height: 700px !important;
    }

    .mk-subSubMenu {
        min-height: 663px !important;
        max-height: 663px !important;
    }

    .mk-createTitleSubsubMenu {
        max-height: 620px !important;
        min-height: 620px !important;
    }

    .mk-tableHigh {
        height: 430px;
    }

    .mk-tableList {
        height: 360px;
    }

    .mk-table {
        height: 250px;
    }
}

.mk-notClickAble {
    cursor: default !important;
}

.mCSB_inside > .mCSB_container {
    margin-right: 15px;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 10px;
}

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0,0,0,0.4);
}

/* Loading indicator for xml import*/
/*#loadingIndicatorCtn {
    text-align: center;
    margin-bottom: 25px;
}

.loadingIndicator {
    display: none;
    margin-top: 25px;
    margin-bottom: 40px;
}

.loadingIndicator span {
    font-size: 14px !important;
    padding: 1em !important;
}*/

/*#region datepicker*/
.ui-datepicker-close {
    background-color: transparent;
    border-color: #004d7b;
    color: #004d7b !important;
    padding: 2px 50px !important;
}



button.ui-priority-secondary {
    border-color: #555555;
    background-color: transparent;
    color: #000000 !important;
    opacity: 1;
    padding: 2px 30px !important;
}
/*#endregion*/


.mk-sourceLogo {
    max-height: 12px;
    padding-right: 10px;
}

.mk-personSourceLogo {
    max-height: 25px;
}

.modal-open[style] {
    padding-right: 0px !important;
}

.modal-open nav[style] {
    padding-right: 0px !important;
}

p#succesMessage, #errorMessage {
    background-color: #f7f7f7;
    padding: 15px;
    border-radius: 5px;
}

.importSettingsBox, .pageSettingsBox, .adSettingsBox, .exportSettingsBox {
    border: 2px solid #dddddd;
    padding-left: 10px;
    padding-right: 25px;
    width: 102%;
    overflow: hidden;
    margin-bottom: 25px;
    border-radius: 4px;
}

#checkAutoImport, #checkAutoExport {
    transform: scale(1.5);
    position: relative;
    top: 24px;
    margin-left: 15px;
}

.autoImportHeader, pageSettingsHeader, .autoExportHeader {
    float: left;
}

#autoImportSaveBtn, #autoExportSaveBtn, #loader {
    border: 1px solid #ccc;
    border-left: 0px;
}

.noAlarmAreasMessage {
    font-style: italic;
    font-size: 12px;
    padding: 8px;
}

.notCount {
    font-style: italic;
    background-color: white !important;
}

.mk-notAvailable i {
    color: #e3e3e3;
    cursor: not-allowed !important;
}

#mk-BtnUnLock:focus, #mk-BtnSetAlarm:focus {
    color: white;
}

.mk-hr {
    border: 2px solid #dddddd;
}

.mk-periodList {
    height: 290px !important;
    overflow-y: scroll;
}

.dropNotClickable {
    pointer-events: none;
}

.disabledCheckBox, .disabledTimeInput, .disabledTransferTimeBtn {
    opacity: 0.5 !important;
    pointer-events: none !important;
}

.disabledDropdown {
    opacity: 0.5 !important;
}

.periodFromAd {
    opacity: 0.6;
}

.userIcon {
    width: 18px;
    height: auto;
    margin-right: 5px;
}

.groupsIcon {
    width: 18px;
    height: auto;
    margin-right: 5px;
}

.doorIcon {
    width: 18px;
    height: auto;
    margin-right: 5px;
}

.keyModal {
    padding: 0 !important;
    overflow: hidden;
    overflow-y: scroll;
    height: 650px;
    width: 99%;
}

/*Dropdownlist with checkboxes styling*/
.checkbox-menu li label {
    display: block;
    padding: 3px 10px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    margin: 0;
    transition: background-color .4s ease;
}

.checkbox-menu li input {
    margin: 0px 5px;
    top: 2px;
    position: relative;
}

.checkbox-menu li.active label {
    background-color: white;
    font-weight: bold;
}

.checkbox-menu li label:hover,
.checkbox-menu li label:focus {
    background-color: #f5f5f5;
}

.checkbox-menu li.active label:hover,
.checkbox-menu li.active label:focus {
    background-color: white;
}

#settingsDropdownBtn {
    color: #363635;
    text-decoration: none;
}


#settingsDropdown label {
    padding-left: 5px !important;
}
#settingsDropdown {
    margin-top: 2rem;
    margin-left: 2rem;
}


input[type="text"]#key_keyData::-webkit-input-placeholder {
    text-align: right !important;
    -webkit-transition: opacity 10s linear !important;
    color: gray !important;
}

.noxKeydata {
    position: relative !important;
}

#placeholder::placeholder {
    position: relative;
    float: left;
}

.KeyDataFromDoorBtn {
    height: 24px;
    padding: 0px;
}

.pinCode {
    height: 35px !important;
}

.pinLabel {
    max-width: fit-content;
}

.pinCheckbox {
    top: 6px;
    width: 3%;
}

.keyCheckBox {
    position: absolute !important;
    /*left: -68px;*/
    left: -8%;
    top: -10px;
}


.listOfKeysKeyGuid, .mk-listofkeyguid, .mk-listofkeytext, .mk-listofkeyindex {
    display: none !important;
}

.mk-removeKey {
    display: none;
}


.cardFormatModalBtn {
    max-width: fit-content;
    position: absolute;
    left: -43px;
    max-height: 19px;
    min-height: 23px;
    padding: 0px;
    top: 1px;
    min-width: 27px;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}

#ShowKeyDataFormats {
    transform: translate(0, -50%);
    top: 50%;
    margin: 0 auto;
    overflow-y: hidden;
}

.close {
    float: right;
    border: none;
    background-color: transparent;
    position: relative;
    top: -18px;
}

.modalHeaderFormat {
    max-height: 50px;
}

.modalUpdateBtn {
    min-width: 80px;
    min-height: 34px;
}

.ad-disabledUser {
    opacity: 0.6;
    pointer-events: none;
}

.center {
    width: 150px;
    margin-left: 16px;
    display: inline-block;
}

#generatedpinlength, #alarmpinLength, #showExpiredExceptions, #unilockgeneratedvaliditylength {
    text-align: center !important;
}

.showHideExpiredExceptionsHeader {
    background-color: #eeeeee;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

#collapseBtn {
    color: #333333;
    margin-bottom: 13px;
}

#collapseOne {
    background-color: #eeeeee;
}

#accordionExample {
    margin-bottom: 20px;
}

.swal-footer {
    text-align: center !important;
}

.swal-button {
    padding: 15px 36px;
}

#collapseBtn {
    min-width: 100%;
    text-align: left;
}

    #collapseBtn:hover {
        text-decoration: none !important;
    }

    #collapseBtn:focus {
        text-decoration: none !important;
    }


/*#region FAQ*/
#faqModal {
    overflow: hidden;
}

    #faqModal .modal-body {
        max-height: 80vh;
    }

.faqSubMenu {
    background-color: #00A0A8 !important;
    position: fixed;
    height: 83%;
}

.faqContainer {
    margin-left: 320px;
    position: relative;
    overflow-y: scroll;
    overflow-x: hidden;
    height: 750px;
    scroll-behavior: smooth;
}

.faqPage {
    /*overflow: hidden !important;*/
    width: -webkit-fill-available;
    height: -webkit-fill-available;
    margin-left: 0.5rem !important;
    z-index: 1;
}
.printBtn {
    position: fixed;
    right: 5rem;
}
.faqDate {
    margin: 0.5rem;
    font-style: italic;
}

.faqContent:last-child {
    margin-bottom: 500px;
}

.faqHeading {
    color: black;
}

.faqUl {
    list-style-type: none;
    padding: 0;
    height: 100%;
}

    .faqUl li a {
        color: #fff;
        display: block;
        text-overflow: ellipsis;
        border-radius: 0;
        padding: 4px 15px;
    }

        .faqUl li a:hover {
            text-decoration: none !important;
            background-color: #007C82 !important;
        }


/*Collapsible caret icons*/
button[aria-expanded=false] .fa-angle-up {
    display: none;
}

button[aria-expanded=true] .fa-angle-down {
    display: none;
}

.faqContent img {
    width: 8%;
}
/*For the scrollspy*/
.faqSubMenu .nav-pills > li.active > a,
.faqSubMenu .nav-pills > li.active > a:hover,
.faqSubMenu .nav-pills > li.active > a:focus {
    background-color: #007c82;
}

.nav-pills > li + li {
    margin-left: 0px;
}

.modal-backdrop {
    /* bug fix - no overlay */
    display: none;
}

/*#endregion*/
/*.nav-pills > li.active > a */
/*.scrollspy-example {
    position: relative;
    overflow: scroll;
    width: 350px;
    height: 160px;
}
*/
/*#endregion*/

.readonlyInput {
    opacity: 0.65 !important;
    pointer-events: none;
}

.NoxDoorMessage {
    margin-bottom: 30px;
}

.doorIdInput, .doorLocationInput {
    opacity: 0.65;
    pointer-events: none;
}

.doorIpInput {
    pointer-events: visibleStroke;
}

.swal-text {
    text-align: center;
}

.swal-modal {
    padding-bottom: 30px;
}

.noxSettings, .saltoSettings, .spcSettings, .arxSettings, .webAccessApiSettings {
    padding-top: 10px !important;
}

#noxSetupContainer, #unilockSetupContainer, #saltoSetupContainer, #spcSetupContainer, #arxSetupContainer, #webAccessApiSetupContainer {
    padding-top: 30px;
}

.removeNox, .removeUnilock, .removeSalto, .removeSpc, .removeArx, .removeWebAccessApi {
    /* float: left; */
    position: relative;
    margin-top: -1rem !important;
    margin-left: -1.4rem;
    float: right;
    z-index: 1;
}

.systemprofileSourceDropdown {
    max-width: 30% !important;
    margin-left: 17px;
    margin-top: 5px;
}

.systemprofileSourceDropdownLabel {
    margin-left: 20px;
}

.saltoOneShotSyncBtn {
    float: right !important;
    margin-left: 5px;
}

/*#region documentation*/
#map .ol-zoom .ol-zoom-out {
    margin-top: 204px;
}

#map .ol-zoomslider {
    background-color: transparent;
    top: 2.3em;
}

#map .ol-touch .ol-zoom .ol-zoom-out {
    margin-top: 212px;
}

#map .ol-touch .ol-zoomslider {
    top: 2.75em;
}

#map .ol-zoom-in.ol-has-tooltip:hover [role=tooltip],
#map .ol-zoom-in.ol-has-tooltip:focus [role=tooltip] {
    top: 3px;
}

#map .ol-zoom-out.ol-has-tooltip:hover [role=tooltip],
#map .ol-zoom-out.ol-has-tooltip:focus [role=tooltip] {
    top: 232px;
}

.mk-mapEditBox {
    position: absolute;
    top: 0;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.90);
    -webkit-box-shadow: -4px 4px 8px 1px rgba(0,0,0,0.5);
    -moz-box-shadow: -4px 4px 8px 1px rgba(0,0,0,0.5);
    box-shadow: -4px 4px 8px 1px rgba(0,0,0,0.5);
    right: -310px;
}

.mk-FloorplanEditBox {
    position: absolute;
    top: 0;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.90);
    -webkit-box-shadow: -4px 4px 8px 1px rgba(0,0,0,0.5);
    -moz-box-shadow: -4px 4px 8px 1px rgba(0,0,0,0.5);
    box-shadow: -4px 4px 8px 1px rgba(0,0,0,0.5);
    right: -310px !important;
}

#mappopup, .ol-popup-content {
    width: 200px;
    background-color: #fff;
    padding: 10px;
    border-radius: 4px;
    -webkit-box-shadow: 10px 10px 15px -4px rgba(0,0,0,0.5);
    -moz-box-shadow: 10px 10px 15px -4px rgba(0,0,0,0.5);
    box-shadow: 10px 10px 15px -4px rgba(0,0,0,0.5);
}

.chooseIconForMap {
    border: 1px solid lightgrey;
    max-height: 450px;
    border-radius: 4px;
    overflow: auto;
}

.mk-mapEditBox button {
    width: 100%;
}

.mk-NoTabsContent {
    background-color: #ffffff;
    padding-bottom: 0 !important;
    overflow-y: auto;
    overflow-x: hidden;
    padding-bottom: 0 !important;
    /*    border-left: 1px solid #ddd;*/
    height: 750px;
}

.ol-viewport {
    height: 748px !important;
}

.fileupload {
    margin-top: 15%;
    padding: 5% 8%;
    border: 1px solid #cccccc;
    border-radius: 4px;
    position: absolute;
    top: 0;
}

#removeFloorPlan {
    position: absolute;
    top: 10px;
    right: 15px;
}

.mk-createFloorPlan {
    position: absolute;
    top: 0;
    height: 100% !important;
    background-color: rgba(255, 255, 255, 0.95);
    -webkit-box-shadow: -4px 4px 8px 1px rgba(0,0,0,0.5);
    -moz-box-shadow: -4px 4px 8px 1px rgba(0,0,0,0.5);
    box-shadow: -4px 4px 8px 1px rgba(0,0,0,0.5);
    right: -420px;
}



.closeFloorPlanCreateBox {
    cursor: pointer;
}

.mk-editFloorPlan, .addIconData {
    position: absolute;
    top: 0;
    height: 750px !important;
    background-color: rgba(255, 255, 255, 0.95);
    -webkit-box-shadow: -4px 4px 8px 1px rgba(0,0,0,0.5);
    -moz-box-shadow: -4px 4px 8px 1px rgba(0,0,0,0.5);
    box-shadow: -4px 4px 8px 1px rgba(0,0,0,0.5);
    right: 0;
}

.addIconData {
    right: -400px;
}

.chooseIconForFloorPlan {
    height: 350px;
    background: #fff;
    border: 1px solid lightgrey;
    border-radius: 4px;
}

.floorPlanIcons {
    height: 348px;
    overflow-y: auto;
    overflow-x: hidden !important;
}

#shortcutsHelp {
    position: absolute;
    z-index: 999;
    background-color: #00A0A8 !important;
    color: #fff;
    -webkit-box-shadow: 0 4px 8px 1px rgba(0,0,0,0.5);
    -moz-box-shadow: 0 4px 8px 1px rgba(0,0,0,0.5);
    box-shadow: 0 4px 8px 1px rgba(0,0,0,0.5);
}

/*#endregion*/
/*#region ID card*/


.idCard {
    margin-top: 40px;
    margin-left: 30px;
}


.printIdCard {
    margin-top: 30px;
    padding-left: 45px;
    margin-bottom: 30px;
}

.idCardPrintModal .modal-body {
    padding: 0 !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.IdCardSubMenu {
    background-color: #00A0A8 !important;
    min-height: 700px;
}

    .IdCardSubMenu li {
        cursor: pointer;
    }

.idCard #canvas, .printIdCard #canvas, .idCard #canvasBack, .printIdCard #canvasBack {
    border-radius: 8px;
    -webkit-box-shadow: -4px 4px 8px 1px rgba(0,0,0,.3);
    -moz-box-shadow: -4px 4px 8px 1px rgba(0,0,0,0.3);
    box-shadow: -4px 4px 8px 1px rgba(0,0,0,0.3);
}

.mk-IdCardElements {
    position: absolute;
    top: 0;
    overflow-y: scroll;
    height: 100% !important;
    background-color: rgba(255, 255, 255, 0.95);
    -webkit-box-shadow: -4px 4px 8px 1px rgba(0,0,0,0.5);
    -moz-box-shadow: -4px 4px 8px 1px rgba(0,0,0,0.5);
    box-shadow: -4px 4px 8px 1px rgba(0,0,0,0.5);
    right: 0;
}

.addedIdCardElementsFront .card-header button, .addedIdCardElementsBack .card-header button, .addedIdCardElementsBackDB .card-header button {
    border: 0;
    border-bottom: 1px solid rgba(205, 205, 205, 0.20);
}

.addedIdCardElementsFront li, .addedIdCardElementsBack li, .addedIdCardElementsBackDB li {
    border-top: 1px solid rgba(205, 205, 205, 0.20);
}

.FontSetupIdCard button {
    font-size: 0.9em;
    height: 30px;
    width: 30px;
    padding: 0;
    margin: 10px 5px 0 0;
}

.DeleteCard:hover {
    cursor: pointer;
}
/*#endregion*/
.mk-asideFooter {
    margin-top: 30px;
    margin-bottom: 15px;
}

.spinnerDiv {
    text-align: center;
    z-index: 99;
    position: absolute;
}

.notAllowedCursor {
    cursor: not-allowed;
}

.overlappingInfo {
    margin-bottom: 10px;
}

.overlapvalidation {
    /*margin-left: 15px;*/
}
/*#region RULER*/
.ef-ruler {
    overflow: hidden !important;
}

    .ef-ruler .top {
        left: 23px !important;
        border-bottom: none !important;
    }

    .ef-ruler .left {
        top: 23px !important;
        border-right: none !important;
    }

    .ef-ruler .corner {
        display: none;
    }

    .ef-ruler .top-arrow {
        top: 12px !important;
    }

    .ef-ruler .left-arrow {
        left: 12px !important;
    }

@page {
    margin: 0;
}
/*#endregion*/



/*#region BASIS LOG */

#logTab .logEvent td {
    font-size: 0.8em !important;
    vertical-align: top !important;
}
/*#endregion */


/*#region LOG */
.modal-xl {
    width: 1300px;
}

@media (max-width: 1200px) {
    .modal-xl {
        width: 1000px;
        margin: 30px auto;
    }
}

#ListOfBy, #ListOfAt {
    position: absolute;
    right: 15px;
    top: -3px;
}

#searchLogBy, #searchLogAt {
    position: absolute !important;
    width: 100%;
    z-index: 9999 !important;
    background-color: #FFF;
    border: 1px solid #ccc;
    border-radius: 4px;
    list-style: none;
    max-height: 300px;
    overflow-y: scroll;
}

#selectedElementsLogBy ul li {
    background-color: red;
}

#searchLogBy li, #searchLogAt li {
    cursor: pointer;
}

#searchLogBy ul, #searchLogAt ul {
    cursor: pointer;
}

/*  #searchLogBy li ul, #searchLogAt li ul {
        list-style: none;
    }

        #searchLogBy li ul li:first-child:hover,
        #searchLogAt li ul li:first-child:hover {
            margin-top: 20px;
        }*/

#searchLogBy li ul li:hover,
#searchLogAt li ul li:hover,
#LogActions li:hover {
    background-color: #005e63;
}


    #searchLogBy li ul li:hover label, #searchLogAt li ul li:hover label, #LogActions li:hover label {
        color: #FFF;
    }

#searchLogBy .selectAll:hover span,
#searchLogAt .selectAll:hover span {
    background-color: #005e63;
    color: #fff;
}


#searchLogBy li ul li:hover label, #searchLogAt li ul li:hover label {
    color: #FFF;
}

#LogActions {
    height: 600px;
    list-style: none;
    overflow-y: scroll;
    overflow-x: hidden;
}

.sweet_loader {
    width: 140px;
    height: 140px;
    margin: 0 auto;
    animation-duration: 0.5s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-name: ro;
    transform-origin: 50% 50%;
    transform: rotate(0) translate(0,0);
}

#log-spinner {
    position: absolute !important;
    left: 32% !important;
    top: 15% !important;
}

@keyframes ro {
    100% {
        transform: rotate(-360deg) translate(0,0);
    }
}

#logTab {
    overflow: hidden;
    overflow-y: scroll;
    height: 650px;
}

#editTitlePencil:hover {
    cursor: pointer;
    border: none;
}

#newTitleInput {
    text-align: center;
    margin-bottom: 10px;
}

.expiredException {
    opacity: 0.75;
    cursor: not-allowed !important;
    pointer-events: none;
}
/*#endregion */
.noxSyncFlowArrow {
    float: right;
    margin-top: 12px;
    margin-left: 7px;
    margin-right: 1px;
}

.leftPart, .rightPart {
    display: inline-block;
}

.exportParent {
    display: flex;
}

#zoomTopLeft, #zoomBottomLeft, #zoomTopRight, #zoomBottomRight, #zoomReset {
    /*    opacity: 0;
    height: 0px;
    width: 0px;*/
    /*display: none;*/
}

.menu {
    width: 40rem;
    height: 40rem;
    background-color: red;
    display: flex;
}

/* #region audit*/
/* general info-box */
.auditInfo {
    margin-top: 15px;
    padding: 15px;
    display: block;
    background-color: #f5f4f5; /*#edf7f6;    #f1f0ee*/
    border-radius: 4px;
    font-size: 11px;
}

    .auditInfo label {
        font-size: 18px;
    }

    .auditInfo p {
        margin-top: 10px;
    }

        .auditInfo p span {
            display: inline;
            font-style: italic;
        }

#inputIdNum {
    display: none;
    width: 115px;
    border-radius: 3px;
    border: solid 1px;
}

#selectAccessLvl {
    display: none;
    width: 115px;
    height: 20px;
    border-radius: 3px;
}

#textIdNum {
    font-style: italic;
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    display: none;
}

/*.fa-edit::before {
    font-size: 16px;
}*/

@media screen and (max-width: 1028px) {
    .auditInfo p span {
        display: block;
    }
}

/* buttons */

.save-close-btns {
    display: flex;
    margin-top: 20px;
}

#closeAuditBtn, #reopenAuditBtn {
    margin-left: 15px;
}

#reopenAuditBtn {
    color: #f0ad4e !important;
    border: 1px solid #f0ad4e !important;
    background-color: #fff !important;
}

/* form starting here */
#audit {
    padding: 0 15px;
    font-size: small;
}

.auditQuestion {
    padding: 7px 0 5px 0;
    font-weight: 500;
}


#posAnswer {
    padding-right: 1.5em;
    padding-left: 0.2em;
}

#auditFiles {
    margin-bottom: 20px;
}

.thumbnailContainer {
    display: inline-block;
    position: relative;
    margin-right: 15px;
}

.removeFile {
    position: absolute;
    bottom: 0;
    right: 0;
}

.subtemplate:nth-child(odd) {
    background-color: #f5f5f5;
}

.basicLogInfo {
    font-style: italic !important;
    margin-bottom: 2rem;
}

/*#endregion*/
/*/*#region Print */
@media print {
    nav, .navbar, .mk-size21, footer, .nav-tabs, .save-close-btns, .topBtn, .fa-pencil-alt {
        display: none !important;
    }

    #audit {
        margin-left: 15px;
    }

    .mk-content, .mk-NoTabsContent {
        margin-top: -100px;
        overflow: visible !important;
        box-shadow: none;
        border: none;
        max-height: none;
    }

    .auditInfo {
        margin-left: 15px;
    }


    .panel-default {
        border: none;
    }

    .panel-title {
        font-weight: bold;
    }

    .lastUpdatedSnapshotTime {
        margin-left: 15px;
    }

    
}

.arxActionBtn {
    min-width: 16.5rem;
    padding: 2rem;
    margin-top: 0.5rem !important;
}

#WebAccessSystemGroupMsg {
    margin-left: 2rem;
    margin-top: 2rem;
}
/*#endregion */
