@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

html {
    /*font-family: 'Lato', sans-serif;*/
}

body {
    margin: 0;
    overflow-x: hidden;
    height: 100vh;
    width: 100vw;
    position: fixed;
}

main {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.primnav li > a:hover, .primnav expand:hover {
    background-color: rgba(19, 132, 150, 1);
    background-color: rgba(19, 132, 150, 0.6);
}

.primnav {
    position: fixed;
    font-size: .8em;
    text-transform: uppercase;
    background-color: #17a2b8;
    display: flex;
    flex-direction: column;
    padding-top: 58px;
    overflow-x: hidden;
    overflow-y: hidden;
    z-index: 2;
    height: 100vh;
    width: 58px;
    padding-left: 0;
    transition: width 246ms .5s ease;
}

    .primnav > ul {
        height: 100%;
        overflow-y: auto;
        overflow-x: hidden;
    }

    .primnav li {
        font-weight: 400;
        position: relative;
    }

        .primnav li .tag {
            background-color: #005aa3;
            background-color: rgba(0, 112, 204, 0.8);
            color: rgba(255, 255, 255, 0.8);
            color: #e6e6e6;
            color: rgba(255, 255, 255, 0.9);
            padding: 0 .5em;
            border-radius: 2em;
            margin-left: auto;
            margin-right: .75em;
        }

        .primnav li a {
            position: relative;
            display: flex;
            align-items: center;
            white-space: nowrap;
            color: white;
            color: rgba(255, 255, 255, 0.8);
            text-decoration: none;
        }

    .primnav .icon {
        height: 50px;
        flex-shrink: 0;
        /*width: 20px;*/
        /*padding: 19px;*/
        margin-left: 17px;
        margin-right: 20px;
        /*padding-bottom: 15px;*/
        color: #e6e6e6;
        color: rgba(255, 255, 255, 0.9);
    }

.secnav {
    margin-left: 63px;
    border-left: 1px solid black;
    /*border-left-color: #0065b8;*/
    border-left-color: #138496;
    overflow: hidden;
}

    .secnav li {
        color: #e6e6e6;
        color: rgba(255, 255, 255, 0.9);
        max-height: 0px;
        transition: max-height .5s .5s;
    }

        .secnav li a {
            text-transform: initial;
            display: block;
            color: inherit;
            padding: .75em 10px;
        }

user {
    padding-right: 5px;
    padding-left: 5px;
    padding-top: 3px;
    padding-bottom: 3px;
    flex-shrink: 0;
    position: fixed;
    font-weight: 400;
    right: 0;
    color: white;
    color: rgba(255, 255, 255, 0.9);
    z-index: 99999;
    font-size: .8em;
    border-left: dotted 1px;
    transition: visibility 246ms .5s ease;
}

    user > section {
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
        padding-top: 2px;
    }

        user > section > section {
            display: flex;
            flex-direction: column;
            white-space: nowrap;
        }

    user img {
        height: 51px;
        width: 48px;
        -webkit-clip-path: circle(50% at 50% 50%);
        clip-path: circle(50% at 50% 50%);
        margin-left: 10px;
        min-height: 51px;
        min-width: 48px;
        align-items: flex-end;
    }

    user name {
        font-weight: 400;
        font-size: 0.9em;
        text-align: right;
    }

    user actions {
        padding: .1em 0;
        font-size: .8em;
        display: flex;
        justify-content: flex-end;
    }

        user actions a {
            padding: 0 .5em;
            color: rgba(255, 255, 255, 0.8);
            /*text-decoration: none;*/
        }

            user actions a:last-child {
                padding-right: 0;
            }

            user actions a:hover, a:visited, a:link, a:active {
                text-decoration: none;
            }

            user actions a:hover {
                color: rgba(255, 255, 255, 0.8);
            }

content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    box-sizing: border-box;
    position: relative;
    padding-left: 58px;
    right: 0;
    transition: opacity 246ms 0.5s ease-in-out, right 246ms 0.5s ease;
}

.features {
    font-family: 'Lato', sans-serif;
    font-size: 1rem;
    text-transform: uppercase;
}

    .features li {
        width: 100%;
        text-align: center;
        padding: .25em;
    }

.icon {
    display: inline-block;
    width: 25px;
    height: 3vw;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
}

.icon-list-div {
    width: 50px;
}

.icon-list-img {
    width: 35px;
}


/** hamburger */
input.hamburger {
    display: none;
}

    input.hamburger:checked ~ content {
        opacity: 0.5;
        right: -192px;
    }

        input.hamburger:checked ~ content .div-body {
            pointer-events: none;
        }

        input.hamburger:checked ~ content .loading-section {
            right: -192px;
        }

        input.hamburger:checked ~ content > div > nav.tabs > ul {
            margin-left: 190px;
        }

            input.hamburger:checked ~ content > div > nav.tabs > ul > li > user {
                visibility: collapse;
            }

    input.hamburger:checked ~ nav.primnav {
        height: 100vh;
        width: 250px;
    }

        input.hamburger:checked ~ nav.primnav .secnav > li {
            max-height: 100px;
        }

            input.hamburger:checked ~ nav.primnav .secnav > li:nth-child(1) {
                transition: max-height 0.5s 0.67s ease-in;
            }

            input.hamburger:checked ~ nav.primnav .secnav > li:nth-child(2) {
                transition: max-height 0.5s 0.69s ease-in;
            }

            input.hamburger:checked ~ nav.primnav .secnav > li:nth-child(3) {
                transition: max-height 0.5s 0.71s ease-in;
            }

            input.hamburger:checked ~ nav.primnav .secnav > li:nth-child(4) {
                transition: max-height 0.5s 0.73s ease-in;
            }

            input.hamburger:checked ~ nav.primnav .secnav > li:nth-child(5) {
                transition: max-height 0.5s 0.75s ease-in;
            }

            input.hamburger:checked ~ nav.primnav .secnav > li:nth-child(6) {
                transition: max-height 0.5s 0.77s ease-in;
            }

            input.hamburger:checked ~ nav.primnav .secnav > li:nth-child(7) {
                transition: max-height 0.5s 0.79s ease-in;
            }

            input.hamburger:checked ~ nav.primnav .secnav > li:nth-child(8) {
                transition: max-height 0.5s 0.81s ease-in;
            }

            input.hamburger:checked ~ nav.primnav .secnav > li:nth-child(9) {
                transition: max-height 0.5s 0.83s ease-in;
            }

            input.hamburger:checked ~ nav.primnav .secnav > li:nth-child(10) {
                transition: max-height 0.5s 0.85s ease-in;
            }

    input.hamburger:checked ~ label > i {
        background-color: transparent;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }

        input.hamburger:checked ~ label > i:before {
            -webkit-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
        }

        input.hamburger:checked ~ label > i:after {
            -webkit-transform: translate(-50%, -50%) rotate(-45deg);
            transform: translate(-50%, -50%) rotate(-45deg);
        }

    input.hamburger:checked ~ label close {
        color: rgba(255, 255, 255, 0.8);
        width: 100%;
    }

    input.hamburger:checked ~ label open {
        color: rgba(0, 0, 0, 0);
        width: 0;
    }

label.hamburger {
    z-index: 9999;
    position: relative;
    display: block;
    height: 24px;
    width: 24px;
}

    label.hamburger:hover {
        cursor: pointer;
    }

    label.hamburger text close,
    label.hamburger text open {
        text-transform: uppercase;
        align-text: center;
        position: absolute;
        -webkit-transform: translateY(24px);
        transform: translateY(24px);
        text-align: center;
        overflow: hidden;
        transition: width .25s .35s, color .45s .35s;
        font-size: 6px;
    }

    label.hamburger text close {
        color: rgba(255, 255, 255, 0.8);
        right: 0;
        width: 0;
    }

    label.hamburger text open {
        color: rgba(255, 255, 255, 0.8);
        width: 100%;
    }

    label.hamburger > i {
        position: absolute;
        width: 100%;
        height: 2px;
        top: 50%;
        background-color: rgba(255, 255, 255, 0.8);
        pointer-events: auto;
        transition-duration: .35s;
        transition-delay: .35s;
    }

        label.hamburger > i:before, label.hamburger > i:after {
            position: absolute;
            display: block;
            width: 100%;
            height: 2px;
            left: 50%;
            background-color: rgba(255, 255, 255, 0.8);
            content: "";
            transition: -webkit-transform 0.35s;
            transition: transform 0.35s;
            transition: transform 0.35s, -webkit-transform 0.35s;
            -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
        }

        label.hamburger > i:before {
            -webkit-transform: translate(-50%, -7px);
            transform: translate(-50%, -7px);
        }

        label.hamburger > i:after {
            -webkit-transform: translate(-50%, 7px);
            transform: translate(-50%, 7px);
        }

label.hamburger {
    position: fixed;
    top: 15px;
    left: 17px;
    z-index: 3;
}

.tabs {
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    font-size: 1rem;
    position: fixed;
    left: 0;
    width: 100vw;
    box-sizing: border-box;
    height: 55px;
    padding-left: calc(58px + .5rem);
    /*padding-left: 58px;*/
    background-color: #138496;
    border: 0;
    top: 0;
    z-index: 2;
}

    .tabs > ul {
        display: flex;
        overflow-x: auto;
        flex-wrap: wrap;
        padding-top: 6px;
        justify-content: flex-start;
        transition: margin-left 246ms 0.5s ease;
    }

        .tabs > ul > li {
            overflow-x: hidden;
        }

    .tabs .tab {
        font-weight: 300;
        font-size: .8em;
        padding: 1em .75em;
        white-space: nowrap;
        flex-shrink: 0;
        display: block;
        color: rgba(255, 255, 255, 0.8);
        text-decoration: none;
    }

    .tabs > a:hover, a:visited, a:link, a:active {
        text-decoration: none;
    }

.iconback {
    width: 25px;
    /*margin-top: -4px;*/
    top: 15px;
    left: 17px;
    position: absolute;
}

.card-header > img {
    height: 30px;
    margin-right: 10px;
}

.card-header > span {
    vertical-align: middle;
}
/*.tabs .tab:hover {
            background-color: #17a2b8;
            cursor: pointer;
        }*/
/*body*/
.div-body {
    height: 100vh;
    margin-top: 55px;
}

.div-page {
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
}

.search-list {
    padding-bottom: 5px;
    padding-left: 29px;
    right: 29px;
}

.search-list-text {
    width: 100%;
    padding-right: 2px;
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.map-container {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}

    .map-container iframe {
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        position: absolute;
    }

/*sroolbar*/
::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 1px lightgrey;
    border-radius: 1px;
}

::-webkit-scrollbar-thumb {
    background: lightgrey;
    border-radius: 1px;
}

    ::-webkit-scrollbar-thumb:hover {
        background: grey;
    }

/*custom*/
form {
    padding-top: 5px;
}

.validation-message {
    color: red;
}

.btn-list {
    margin-top: 10px;
    margin-bottom: 10px;
}

.imp-menu-item {
    /*width: 205px;
    margin: auto;*/
    white-space: nowrap;
}

/*loading*/
.loading-section {
    margin: auto;
    top: 55px;
    left: 58px;
    right: 0;
    bottom: 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: fixed;
    background-color: rgba(200, 200, 200, 0.20);
    z-index: 2;
    transition: right 246ms 0.5s ease;
}

    .loading-section h2 {
        color: #00b5dc;
    }

.loader-dot {
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background-color: #49c8dc;
    display: inline-block;
    -webkit-animation: grow 2.1s infinite ease-in-out both;
    animation: grow 2.1s infinite ease-in-out both;
}

    .loader-dot.dot1 {
        -webkit-animation-delay: -0.96s;
        animation-delay: -0.96s;
    }

    .loader-dot.dot2 {
        -webkit-animation-delay: -0.48s;
        animation-delay: -0.48s;
    }

.list-multiselect {
    padding: 0;
    border: none;
}

.container-list {
    margin-left: 0;
    max-width: none;
}

.col-list-check {
    max-width: 40px;
    padding: 0;
}

.col-list {
    padding: 0;
}

    .col-list.card-border-secondary-mb-3-list {
        cursor: pointer
    }

.card-border-secondary-mb-3-list-check {
    height: 100%;
    padding: 0;
    margin: 0px !important;
}

.card-body-text-secondary-list-check {
    padding-right: 0;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.card-body-text-secondary-list {
    padding: 15px
}

.form-check-input-list {
    width: 100%;
    height: 20px
}

.card-border-secondary-mb-3-list {
    margin-bottom: 0 !important;
}

.list-group-item-list {
    word-wrap: break-word;
    white-space: normal
}

.card-header-list {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

@-webkit-keyframes grow {
    0%, 80%, 100% {
        -webkit-transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1.0)
    }
}

@media (max-width: 768px) {
    .primnav {
        width: 0;
    }

    user {
        visibility: collapse;
    }

    content {
        padding-left: 0;
    }

    .loading-section {
        left: 0;
    }

    ::-webkit-scrollbar {
        width: 5px;
    }

    input.hamburger:checked ~ content {
        right: -250px;
    }

        input.hamburger:checked ~ content .loading-section {
            right: -250px;
        }
}
