﻿h2 {
    white-space: inherit;
}
h2 a, h2 a:hover {
    color: #F9B404;
    text-decoration: none;
}

.table td.fit, .table th.fit {
    white-space: nowrap;
    width: 1%;
}

div.dataTables_wrapper div.dataTables_info,
div.dataTables_wrapper div.dataTables_paginate {
    font-size: 11pt;
    font-family: roboto, sans-serif;
}

.section-title h2 a,
.section-title h2 a:hover {
    color: #fff;
}

    .section-title h2 a:hover {
        text-decoration: underline;
    }

.maptitle {
    position: absolute; 
    left: 0px; 
    font-size: 2rem; 
    width: 100%; 
    text-align: center; 
    pointer-events:none; 
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}
.section-title h2 {
    padding-bottom: 7px;
}

.profile-list li:hover {
    background-color: rgba(0, 0, 0, 0.20);
}

/* Data Table Styles */
div.dtr-modal-display {
    background-color: rgb(80,92,114) !important;
}

div.dtr-modal div.dtr-modal-close {
    color: #000;
    line-height: 22px;
}

.card-tools a {
    text-align: center;
}

.card-tools a.btn {
    padding: 2px 10px;
    min-width: 70px;
}

.btn-xls {
    display: inline-block;
    height: 24px;
    width: 24px;
    background: url(/static/shell2/images/icon-xls.svg) top left no-repeat;
}
.btn-xls span {
    display: none;
}

.btn-xls:hover {
        background-image: url(/static/shell2/images/icon-xls-hover.svg);
    }


.btn-xls:hover span {
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
    z-index: 100;
    display: inline-block;
    position: absolute;
    white-space: nowrap;
    font-weight: 500;
    font-size: 12px;
    height: 20px;
    bottom: -25px;
    padding: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: rgb(214,52,8);
    /*background: linear-gradient(0deg, rgba(158,34,0,1) 0%, rgba(214,52,8,1) 100%);*/
    -webkit-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.5);
}

.btn-pdf {
    display: inline-block;
    height: 24px;
    width: 24px;
    background: url(/static/shell2/images/icon-pdf.svg) top left no-repeat;
}

    .btn-pdf span {
        display: none;
    }

    .btn-pdf:hover {
        background-image: url(/static/shell2/images/icon-pdf-hover.svg);
    }


        .btn-pdf:hover span {
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            color: #fff;
            z-index: 100;
            display: inline-block;
            position: absolute;
            white-space: nowrap;
            font-weight: 500;
            font-size: 12px;
            height: 20px;
            bottom: -25px;
            padding: 4px;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            border-radius: 4px;
            background: rgb(214,52,8);
            /*background: linear-gradient(0deg, rgba(158,34,0,1) 0%, rgba(214,52,8,1) 100%);*/
            -webkit-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.5);
            -moz-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.5);
            box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.5);
        }

.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
    background-color: rgba(255, 255, 255, 0.1);
}


/* jstree ContextMenu */
.vakata-context, .vakata-context ul {
    z-index: 9;
}

.nav-wrap {
    padding-left: 20px;
}

.nav-items {
    border-top: none;
    z-index: 1000;
}

ul.nav-items-main {
    border-top: 2px solid #A22301;
}

ul.nav-items-admin {
    border-top: 2px solid #A22301;
    padding-top: 7px;
}

/*

.icon-home:before {
    background: url('/static/shell2/images/icon-home.png') center no-repeat;
}

.icon-dashboard:before {
    background: url('/static/shell2/images/icon-dashboard.png') center no-repeat;
}
    
.icon-material:before {
    background: url('/static/shell2/images/icon-material.png') center no-repeat;
}*/

.sub-breadcrumb {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: rgb(80,92,114);
    border-radius: .25rem;
}

#sub-breadcrumb {
    padding: 0.25rem 0.6rem;
    background-color: #2c3136;
    color: #fff;
    border-radius: unset;
    margin-bottom: 0;
}
    /*#breadcrumb .breadcrumb-right {
    margin-left: auto;
    margin-right: 0.25rem;
}*/

    #sub-breadcrumb .breadcrumb-right a {
        color: #fff;
    }

    #sub-breadcrumb .breadcrumb-item a {
        color: #fff;
    }

    #sub-breadcrumb .breadcrumb-item.active {
        color: #fff;
    }

.breadcrumb-item.active, .breadcrumb-item.active a {
    color: #6c757d;
}

.breadcrumb-right {
    margin-left: auto;
    margin-right: 0.25rem;
}

.card .breadcrumb {
    width: 100%;
    padding-left: 0;
}

.breadcrumb a:hover {
    text-decoration: underline;
}


/* Pagination */
.pagination-module {
    display: flex;
    justify-content: space-between;
    padding: 15px 0 7px 0;
    font-size: 12px;
    color: #75899B;
}

.pagination {
    display: flex;
}

    .pagination li {
        border-right: solid 1px #75899B;
    }

        .pagination li:last-child {
            border: none;
        }

    .pagination a {
        color: #fff;
        padding: 0 7px;
        display: block;
    }

    .pagination .active a,
    .pagination .disabled a {
        cursor: default;
        color: #75899B
    }

        .pagination .disabled a:hover {
            text-decoration: none;
        }

    .pagination .active a {
        text-decoration: underline;
    }

/* Modal */
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
    background-color: rgba(0,0,0,0.5);
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none;
    border-left: solid 3px #20293C;
}
    .modal.show .modal-dialog {
        -webkit-transform: translate(0,0);
        transform: translate(0,0);
    }

    .modal.fade .modal-dialog {
        transition: -webkit-transform .3s ease-out;
        transition: transform .3s ease-out;
        transition: transform .3s ease-out,-webkit-transform .3s ease-out;
        -webkit-transform: translate(0,-25%);
        transform: translate(0,-25%);
    }

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
    color: #fff;
}

.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    /*border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;*/
    border-bottom-color: #eeeeee;
    background-color: #20293C;
}

.modal-header .close { color: #fff;}

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #384052;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    /*border-radius: .3rem;*/
    outline: 0;
}

.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}


.modal {
    z-index: 99999;
}

    .modal.right .modal-dialog {
        position: fixed;
        top: 0px;
        margin: auto;
        max-width: 420px;
        width: 100%;
        height: 100%;
        -webkit-transform: translate3d(0%, 0, 0);
        -ms-transform: translate3d(0%, 0, 0);
        -o-transform: translate3d(0%, 0, 0);
        transform: translate3d(0%, 0, 0);
    }

    .modal.right .modal-content {
        height: 100%;
        overflow-y: auto;
    }

    .modal.right .modal-body {
        padding: 0;
    }

    .modal.right.fade .modal-dialog {
        right: -500px;
        -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
        -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
        -o-transition: opacity 0.3s linear, right 0.3s ease-out;
        transition: opacity 0.3s linear, right 0.3s ease-out;
    }

    .modal.right.fade.show .modal-dialog {
        right: 0;
    }

.modal-content {
    border-radius: 0;
    border: none;
}

.modal-footer {
    padding: 1rem;
}


/* FORM GROUPS */
/*.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem 1.25rem 0 0;
}*/

.form-group {
    margin-bottom: 1rem;
}
    .form-group label {
        margin-bottom: 0.2rem;
    }

.form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}

.form-group .form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }
}


@media only screen and (min-width: 768px) {
    .content-body {
        margin-left: 120px;
    }

    .nav-items {
        top: 11px;
        left: 11px;
    }

        .nav-items:hover {
            transition: width 0.25s ease;
            width: 321px;
        }

    .nav-wrap {
        padding-left: 58px;
    }
}

@media only screen and (max-width: 768px) {
    .section-title .module-chips {
        margin-top: -5px;
    }
}


.collapse {
    display: none;
}

.collapse.show{
    display:block;
}

.collapse.in {
    display: block;
}

tr.collapse.in {
    display: table-row;
}

tr.show {
    display: table-row !important;
}

tbody.collapse.in {
    display: table-row-group;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height, visibility;
    -o-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: 0.35s;
    -o-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
}
