﻿@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";

body {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    background: #fff;
    overflow: hidden;
    height: 100vh;
    overflow: hidden
    /*background: rgb(245,245,245);*/
}
.wrapper {
    width: 100vw;
    height: 100vh;
    margin-left: 0em;
    margin-right: 0em;
    margin-bottom: 0em;
    overflow: hidden;
    padding: 0pc;
}
.zoom {
    transition: transform .2s; /* Animation */
    /*padding: 50px;
    background-color: green;
   
    width: 200px;
    height: 200px;
    */
    margin: 0 auto;
}

    .zoom:hover {
        z-index: 1;
        transform: scale(2.5); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
    }
/*
    body.modal-open {
        overflow: hidden;
        position: fixed;
        width: 100%;
        height: 100%;
    }
*/
.modal-backdrop {
    z-index: 1040 !important;
}

.modal-content {
    margin: 2px auto;
    z-index: 1100 !important;
}
.fstmodals {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}
.tab-pane{height: 100% !important}
.nav__cont {
    position: fixed !important;
    width: 100vw !important;
    top: 0;
    height: 4.5em !important;
    z-index: 100;
    background-color: rgba(243,244,246,0.4);
    overflow: hidden;
    border-bottom: 1px solid rgba(243,244,246);
    /*transition: width .3s ease; */
    cursor: pointer;
    /*box-shadow: 4px 7px 10px rgba(0,0,0,.4);*/
}
.nav-link{ font-weight: 600; }
.dropdown-item{ font-size: 1.2em; cursor: pointer; }
/*
.nav__cont hover {
    width: 200px;
}
    */
.nav {
    list-style-type: none;
    color: white;
}
/*
.nav first-child {
    padding-top: 1.5rem;
}

.nav__items {
    padding-bottom: 4rem;
    font-family: 'roboto';
}
    .nav__items a {
        position: relative;
        display: block;
        top: -35px;
        padding-left: 25px;
        padding-right: 15px;
        transition: all .3s ease;
        margin-left: 25px;
        margin-right: 10px;
        text-decoration: none;
        color: white;
        font-family: 'roboto';
        font-weight: 100;
        font-size: 1.35em;
    }
        .nav__items a :after {
            content: '';
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            border-radius: 2px;
            background: radial-gradient(circle at 94.02% 88.03%, #54a4ff, transparent 100%);
            opacity: 0;
            transition: all .5s ease;
            z-index: -10;
        }


    .nav__items:hover a:after {
        opacity: 1;
    }
*/
p {
    font-family: 'Poppins', sans-serif;
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.7em;
    color: #999;
}
.font13{
    font-size: 1.3rem;
}
.select2-container--open{
    z-index: 2000;
}


a,
a:hover,
a:focus {
    /*color: inherit;*/
    text-decoration: none;
    transition: all 0.3s;
}

    a.noclick {
        pointer-events: none;
    }

canvas {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}
.roundedcorner {
    border-radius: 0.75em;
}
/*
.logo {
    font-size: 0;
    float: left;
    background: url(../Content/images/logo-green.svg);
    background-size: auto;
    background-position: cover;
    background-repeat: no-repeat;
    width: -webkit-fill-available;
    height: inherit;
}

.logo-white {
    font-size: 0;
    float: left;
    background: url(../Content/images/logo-white.svg);
    background-size: auto;
    background-position: cover;
    background-repeat: no-repeat;
    width: -webkit-fill-available;
    height: inherit;
}
*/
.tooltip-inner {
    white-space: pre-wrap;
}

input[type=date]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    display: none;
}

.jumbotron-thin {
    padding-bottom: 0.5rem !important;
    padding-top: 0.5rem !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 1rem !important;
}

.row {
    margin-left: 0px !important;
    margin-right: 0px !important;
}
/*
.navbar {
    background: rgb(0,106,168);
    border: none;
    border-radius: 0;
    margin-bottom: 0px;
    position: sticky;
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}
*/
.FixedTable thead tr {
    position: sticky;
    position: -webkit.sticky;
    /*top: 0;*/
    z-index: 10;
    background: #eee;
    border-top: 0;
}

    .FixedTable thead tr:nth-child(1) {
        top: 0;
    }

    .FixedTable thead tr:nth-child(2) {
        top: 50px;
    }

    .FixedTable thead tr td {
        border-top: 0 !important;
    }

.wlabel {
    width: 12em;
    display: block;
    text-align: left;
}
.d-flex.flex-row{
    align-items: center;
}
.container-fluid {
    overflow-x: auto;
}


#sidebar {
    width: 210px;
    position: fixed;
    top: 4.5rem;
    left: 0;
    height: 100vh;
    z-index: 999;
    transition: all 0.3s;
    background: rgb(0,76,120);
    cursor: default;
}

    #sidebar.active {
        margin-left: -210px;
    }

    #sidebar .sidebar-header {
        padding-top: 10px;
        padding-left: 10px;
        padding-right: 3px;
        margin-bottom: 5px;
        height: 50px;
        width: 200px;
    }

    #sidebar ul.components {
        padding: 20px 0;
        /* border-bottom: 1px solid #47748b; */
    }

    #sidebar ul li, #sidebar ul li ul li {
        opacity: 0.9;
        background: inherit;
    }

    #sidebar ul p {
        color: #fff;
        padding: 10px;
    }

    #sidebar ul li a, #sidebar ul li ul li a {
        padding: 10px;
        font-size: 1.1em;
        display: block;
        color: #fff;
        opacity: 1.0;
        text-decoration: none;
    }

        #sidebar ul li a:hover {
            /*color: #7386D5;*/
            background: rgb(0,106,168);
            /*color: rgb(31,99,135);*/
        }

#sidebarCollapse {
    width: 40px;
    height: 40px;
    background-color: transparent;
}

    #sidebarCollapse span {
        width: 80%;
        height: 2px;
        margin: 0 auto;
        display: block;
        background: #fff;
        transition: all 0.8s cubic-bezier(0.810, -0.330, 0.345, 1.375);
    }

        #sidebarCollapse span:first-of-type {
            /* rotate first one */
            transform: rotate(45deg) translate(2px, 2px);
        }

        #sidebarCollapse span:nth-of-type(2) {
            /* second one is not visible */
            opacity: 0;
        }

        #sidebarCollapse span:last-of-type {
            /* rotate third one */
            transform: rotate(-45deg) translate(1px, -1px);
        }

    #sidebarCollapse.active span {
        /* no rotation */
        transform: none;
        /* all bars are visible */
        opacity: 1;
        margin: 5px auto;
    }
/*
.content {
    width: calc(100% - 210px);
    padding: 0px 0px;
    height: calc(100% - 2rem);
    transition: all 0.3s;
    position: absolute;
    top: 4.5rem;
    right: 0;
    overflow-y: auto;
}

#content.active {
    width: 100%;
}
*/
.content {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0em;
    padding-right: 0em;
}

.pagecontent {
    padding-left: 1em;
    padding-right: 1em;
}

.navbar-toggler-icon {
    /*background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(192, 192, 192, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;*/
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.9)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}

.container-fluid {
    padding: 0 !important
}

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */
@media screen and (min-width: 600px) {
    
}
@media (max-width: 768px) {
    /*
    .nav__cont {
        width: 10em;
    }

    .wrapper {
        margin-left: 10em;
    }
        */
    body {
        font-size: 10px;
    }

    #sidebar {
        margin-left: -210px;
    }

        #sidebar.active {
            margin-left: 0;
        }

    #content {
        width: 100%;
    }

        #content.active {
            width: calc(100% - 210px);
        }

    #sidebarCollapse span:first-of-type,
    #sidebarCollapse span:nth-of-type(2),
    #sidebarCollapse span:last-of-type {
        transform: none;
        opacity: 1;
        margin: 5px auto;
    }
    /* Removing the vertical margin and make the first and last bars rotate again when the sidebar is open, hiding the second bar */
    #sidebarCollapse.active span {
        margin: 0 auto;
    }

        #sidebarCollapse.active span:first-of-type {
            transform: rotate(45deg) translate(2px, 2px);
        }

        #sidebarCollapse.active span:nth-of-type(2) {
            opacity: 0;
        }

        #sidebarCollapse.active span:last-of-type {
            transform: rotate(-45deg) translate(1px, -1px);
        }
}
