/* -----------------------------------------
   Custom.css - put your own changes here
----------------------------------------- */
body {
    background-color: white;
}

.e3k-bar {
    border-color: #990000;
    background-color: #aa0000;
    border-radius: 0;
}

.navbar-default .navbar-brand {
    color: white;
}

.navbar-default .navbar-nav > li > a {
    color: white;
}

    .navbar-default .navbar-nav > li > a:hover {
        color: white;
        background-color: #880000;
    }

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: white;
    background-color: #880000;
}

div.list-group-item > .list-group-item-heading.blocked-user {
    color: #7d7d7d;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background-color: #aa0000;
}

.display-label {
    display: block;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    background: #f2f2f2;
    border-radius: 0;
    font-weight: normal;
    border: 1px solid #e3e3e3;
}

.display-button {
    display: block;
    height: 34px;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    font-weight: normal;
}

.display-panel {
    padding: 6%;
    background-color: white;
    border-radius: 0;
    border: 1px solid #e3e3e3;
}

.display-panel-mini {
    padding: 1%;
    background-color: white;
    border-radius: 0;
    border: 1px solid #e3e3e3;
}

.display-row {
    margin-bottom: 5px;
}

.child-element {
    pointer-events: none;
}

@media (min-width: 1400px) {
    .modal-lg {
        width: 1350px;
    }
}

@media (min-width: 1700px) {
    .modal-lg {
        width: 1650px;
    }
}

@media (min-width: 1800px) {
    .modal-lg {
        width: 1750px;
    }
}

@media (min-width: 1900px) {
    .modal-lg {
        width: 1850px;
    }
}

@media (min-width: 1400px) {
    .modal-mlg {
        width: 1050px;
    }
}

@media (min-width: 1700px) {
    .modal-mlg {
        width: 1350px;
    }
}

@media (min-width: 1800px) {
    .modal-mlg {
        width: 1450px;
    }
}

@media (min-width: 1900px) {
    .modal-mlg {
        width: 1550px;
    }
}

@media (min-width: 1600px) {
    .container {
        width: 1470px;
    }
}

.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

.dashboard {
    background-color: whitesmoke;
    border: #e4e4e4 solid 1px;
    min-height: 800px;
    padding: 10px;
    width: 1440px;
}

.dashboard > .dashboard-row {
    min-height: 110px;
    padding: 0 10px;
}

.dashboard > .dashboard-row.dashboard-row-100 {
    width: 100%;
}

.dashboard > .dashboard-row.dashboard-row-50 {
    width: 50%;
    float: left;
}

.dashboard .dashboard-title {
    background-color: white;
    border: #e4e4e4 solid 1px;
    float: left;
    padding: 5px;
    margin: 5px;
    width: 100%;
}

.dashboard .dashboard-content {
    width: 100%;
    float: left;
    /*padding: 0 20px;*/
}

.widget {
    background-color: white;
    border: #e4e4e4 solid 1px;
    float: left;
    padding: 5px;
    margin: 5px;
}

.widget.empty {
    background-color: whitesmoke;
    border: none;
}

.widget.widget-100-100 {
    height: 130px;
    width: 100px;
}

.widget.widget-100-200 {
    height: 100px;
    width: 210px;
}

.widget.widget-100-300 {
    height: 100px;
    width: 320px;
}

.widget.widget-400-300 {
    height: 430px;
    width: 320px;
}

.widget.widget-500-600 {
    height: 540px;
    width: 650px;
}

.widget > .widget-button {
    display: block;
    height: 100%;
    padding-top: 10px;
    text-decoration: none;
    color: #333333;
}

.widget > .widget-button:hover {
    background-color: rgb(248, 248, 248);
}

.widget > .widget-button > .widget-label {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    white-space: nowrap;
}

hr.slim-div {
    margin: 5px 0;
}


.group-list-item:hover {
    background-color: whitesmoke;
    cursor: pointer;
}

.user-list-item:hover {
    background-color: whitesmoke;
    cursor: pointer;
}

.group-assign-item:hover {
    background-color: whitesmoke;
    cursor: pointer;
}

.reset {
    padding: 0;
    margin: 0;
}

.list-group-item.active {
    background-color: #aa0000;
    border-color: #930101;
}

.list-group-item.active:hover {
    background-color: #aa0000;
    border-color: #930101;
}

table.rule-table > tbody > tr > td.rule-trigger:hover {
    background-color: whitesmoke;
    cursor: pointer;
}

table.app-table > tbody > tr.app-key-item:hover {
    background-color: whitesmoke;
    cursor: pointer;
}

table.app-table > tbody > tr.app-key-item.active > td {
    color: white;
    background-color: #aa0000;
    border-color: #930101;
}

table.app-table > tbody > tr.app-key-item.active:hover > td {
    color: white;
    background-color: #aa0000;
    border-color: #930101;
}

div.footer {
    width: 100%;
    height: 40px;
    position: fixed;
    bottom: 0;
    left: 0;
    border-top: 1px solid rgb(240, 240, 240);
    background-color: whitesmoke;
    padding-top: 10px;
    color: #333333;
}

div.footer > div.copyright > p {
    margin-left: 10%;
    margin-right: 10%
}

.addon-one-button-fix {
    float: left;
    width: 325px;
}

.addon-two-button-fix {
    float: left;
    width: 363px;
}

.addon-button-hidden {
    display: none;
}

.addon-button-displayed {
    display: inline-block;
}

.hint-annotation {
    padding: 0;
    width: 325px;
    display: none;
}

.form-group:hover > .hint-annotation {
    display: block;
}

table.table > tbody > tr > td.active,
table.table > tbody > tr:hover > td.active,
table.table > tbody > tr > td.active:hover {
    background-color: #aa0000;
    border-color: #930101;
    color: #ffffff;
}

.object-card-group {
    border-bottom: lightgray solid 1px;
}

.object-card {
    height: 120px;
    border: lightgray solid 1px;
    width: 23%;
    margin: 0 1% 2%;
    float: left;
    cursor: pointer;
}

.object-card:hover {
    background-color: whitesmoke;
}

.object-card > h3 {
    margin-top: 10px;
}

.object-card > .devider {
    margin: 0;
}

.object-card > .object-description {
    height: 70px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 5px 15px;
}

.doc-reference {
    color: #333333;
    background-color: whitesmoke;
    padding: 0 2px;
}

.doc-reference:hover, 
.doc-reference:focus {
    text-decoration: none;
    outline: none;
    color: #333333;
    background-color: lightgray;
}

/* material switches */
.material-switch > input[type="checkbox"] {
    display: none;
}

.material-switch > label {
    cursor: pointer;
    height: 0;
    position: relative;
    width: 40px;
}

    .material-switch > label::before {
        background: rgb(0, 0, 0);
        box-shadow: inset 0 0 10px #000000;
        box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
        content: '';
        height: 16px;
        margin-top: -8px;
        position: absolute;
        opacity: 0.3;
        transition: all 0.4s ease-in-out;
        width: 40px;
    }

.material-switch > label::after {
    background: rgb(255, 255, 255);
    box-shadow: 0 0 5px #000000;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    content: '';
    height: 24px;
    left: -4px;
    margin-top: -8px;
    position: absolute;
    top: -4px;
    transition: all 0.3s ease-in-out;
    width: 24px;
}

.material-switch > input[type="checkbox"]:checked + label::before {
    background: inherit;
    opacity: 0.5;
}

.material-switch > input[type="checkbox"]:checked + label::after {
    background: inherit;
    left: 20px;
}

li.L0, li.L1, li.L2, li.L3,
li.L5, li.L6, li.L7, li.L8 {
    list-style-type: decimal !important;
}

.details-window {
    position: fixed;
    top: 100px;
    left: 200px;
    width: 80%;
    height: 80%;
    display: none;
    z-index: 900;
    background-color: white;
    border: lightgray solid 1px;
    box-shadow: whitesmoke 0 0 200px 200px;
    box-shadow: rgba(0, 0, 0,.5) 0 0 200px 200px;
}

.details-window.is-visible {
    display: block;
}

body.details-window-active {
    overflow: hidden;
}

.template-header {
    border-color: #990000;
    background-color: #aa0000;
    color: white;
    padding: 10px;
    text-align: center;
}

.template-header > h1 {
    padding: 0;
    margin: 0;
}

.template-list-wrapper {
    margin-top: 20px;

}

.template-list-wrapper > ul {
    list-style: none;
}

    .template-list-wrapper > ul > li > a {
        font-size: 18px;
        text-decoration: none;
        color: #333333;
    }

/* e3k notifications */
div.e3k-notification {
    position: fixed;
    width: 350px;
    min-height: 75px;
    z-index: 1000;
    background-color: whitesmoke;
    border: solid 1px lightgray;
    box-shadow: 1px 1px 1px 0 #000000;
    box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.15);
    overflow: hidden;
}

div.e3k-notification > div.e3k-notification-header {
        border-bottom: 1px solid lightgray;
    }

        div.e3k-notification > div.e3k-notification-header > p.e3k-notification-title {
            float: left;
            width: 315px;
            height: 30px;
            margin: 0;
            padding: 5px 10px;
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;
        }

        div.e3k-notification > div.e3k-notification-header > span.e3k-notification-close {
            float: right;
            width: 28px;
            height: 30px;
            padding: 5px 0;
            text-align: center;
            border-left: 1px solid lightgray;
            cursor: pointer;
            user-select: none;
        }


            div.e3k-notification > div.e3k-notification-header > span.e3k-notification-close:hover {
                background-color: rgb(191, 187, 187);
            }
            
        div.e3k-notification > div.e3k-notification-body > p.e3k-notification-text {
            width: 315px;
            margin: 0;
            padding: 5px 10px;
            word-wrap: break-word;
        }

/* Autocomplete Box */
.autocomplete-box {
    width: 100%;
    height: 100px;
    display: none;
    position: absolute;
    z-index: 500;
    border: 1px solid rgb(203, 203, 203);
    background-color: white;
    overflow-x: hidden;
    overflow-y: auto;
}

.autocomplete-box.visible-box {
    display: inline-block;
}

.autocomplete-box > ul {
    list-style: none;
    padding-left: 5px;
}

.autocomplete-box > ul > li {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    cursor: pointer;
}


.break-all {
    white-space: pre-wrap;
    word-wrap: break-word;
}

.no-wrap {
    white-space: nowrap;
}

.no-overflow {
    overflow: hidden;
    text-overflow: ellipsis;
}