﻿.container .card{
	margin-top: 4px !important;
}
 
.carousel {
  position: relative !important;
  z-index: -1000;
}


#navbar .dropdown-item:hover {
    color:#000 !important;
}
#navbar .dropdown-item {
font-size:18px !important;

}
.nav-pills .nav-link {
    border-radius: unset !important

}
#menu {
    width: 100% !important;
    padding-left: 3px;
    padding-right: 3px;
}
    #menu li a {
        padding-left: 3px !important;
        padding-right: 3px !important;
        background-color: darkgreen;
        border-top: 1px solid cadetblue !important;
        border-bottom: 1px solid rgb(0 0 0 / 20%)
    }
    #menu .nav-link:hover {
        display: block;
        width: 100%;
        background-color: aquamarine;
        border-top: 1px solid rgb(0 0 0 / 80%) !important;
        border-bottom: 1px solid aquamarine !important;
    }
    #menu li {
        padding-left: 3px;
        padding-right: 3px;
        display: block;
        width: 100%;
    }
.login-container {
    background-color: rgba(255, 255, 255, 0.95);
    border-radius: 40px;
    box-shadow: 0 0 50px rgb(0 0 0 / 20%);
    margin: 100px auto auto;
    text-align: center;
    position: absolute;
    padding: 10px;
    left: 30%;
    right: auto;
    -webkit-transition: all 1s 0.5s;
    -moz-transition: all 1s 0.5s;
    transition: all 1s 0.5s;
}

    .login-container .control-label {
        font-size: 16px !important;
    }

@media (max-width: 576px) {
    .login-container {
        left: 0%;
    }
}

    .HoldingImage {
        max-height: 300px;
        overflow: hidden;
        margin-bottom: 10px !important;
    }

    #custom-nav {
        background-color: darkgrey;
        margin-top: 10px;
        border-radius: 4px 4px !important;
    }

    .card-title h5 a {
        color: dodgerblue;
    }

        .card-title h5 a:hover {
            color: dodgerblue;
            text-decoration: underline;
        }

    #custom-nav h3 {
        padding: 5px 10px;
        font-size: 18px;
        background-color: brown;
    }

    footer {
        margin-top: 10px !important;
    }

    .nav-tabs, .card-content .nav-pills {
        background-color: dimgray;
    }

        .nav-tabs .nav-link.active, .card-content .nav-pills .nav-pills.active {
            color: darkgray !important;
            background-color: #0d6efd;
        }

    .card {
        background-color: #fff !important;
        margin-top: 5px !important;
        padding: 5px !important;
    }

    .nav-link {
        color: #fff !important;
    }

        .nav-link:hover {
            color: #ff6a00 !important;
        }

    @media (min-width: 576px) {
        .h-sm-100 {
            height: 100%;
        }
    }

    #CurrentProfile {
        background-color: darkseagreen;
        margin: 0 0 15px;
    }

    .dropdown-menu {
        background-color: chocolate;
    }

    .btn-group .dropdown-menu {
        height: 300px;
        overflow: scroll;
    }

    #CurrentProfile h2 {
        font-size: 24px;
        padding: 0px;
    }

    .error, #info {
        color: brown !important;
    }

    .hidden {
        display: none !important;
    }

    input, select, textarea {
        max-width: 100% !important;
    }

    #loader {
        max-width: 150px;
    }

    .toolbar {
        background-color:#999;
        padding: 4px 0px;
        margin-bottom: 15px;
    }

    body {
	min-height: 100%;
	background-size: cover;
	background-attachment: scroll;
	padding-top: 0px !important;
	font-size: 16px;
    }

    .login {
        text-shadow: 1px 1px 1px #fff;
        float: right;
    }

        .login a {
            text-shadow: 1px 1px 1px #fff;
            text-decoration: none;
        }


    #myTable_wrapper {
        padding: 3px !important;
    }

    .profileImage {
        width: 100%;
        padding: 10px;
    }

    .card-header {
        padding: 20px 10px 10px 10px !important;
        background-color: rgba(0, 0, 0, 0) !important;
    }

    .card-body {
        background-color: #fff;
    }

    .navbar {
        background-color: darkcyan;
    }

        .navbar a {
            color: #fff !important;
        }

    .required::after {
        content: " *";
        font-weight: bold;
        color: brown;
    }

    .hidden-input {
        display: none !important;
    }

    [type="radio"]:not(:checked), [type="radio"]:checked {
        opacity: 1 !important;
        position: relative !important;
        left: 0px !important;
    }

    [type="checkbox"]:not(:checked), [type="checkbox"]:checked {
        opacity: 1 !important;
        position: relative !important;
        left: 0px !important;
    }

    #content .border {
        border: 0px !important;
    }

    .card-header h3 {
        padding: 10px;
    }

    #totProd h5 {
        padding: 0px 3px;
    }

    label {
        font-size: 16px !important;
        color: #000 !important;
    }

    .input {
        max-width: 100%;
        padding-left: 5px;
        border-radius: 8px;
    }


    @media screen and (min-width: 576px) {
        .navbar-header {
            font-size: 14px;
        }
    }

    @media screen and (min-width: 768px) {
        .navbar-header {
            font-size: 16px;
        }
    }

    @media screen and (min-width: 992px) {
        .navbar-header {
            font-size: 18px;
        }
    }

    .form-group + .form-group {
        margin-top: 0px;
    }

    .alerts {
        min-height: 400px !important;
    }

    dl.inline-flex {
        display: flex;
        flex-flow: row;
        flex-wrap: wrap;
        width: 300px; /*set the container width*/
        overflow: visible;
    }

        dl.inline-flex dt {
            flex: 0 0 50%;
            text-overflow: ellipsis;
            overflow: hidden;
        }

        dl.inline-flex dd {
            flex: 0 0 50%;
            margin-left: auto;
            text-align: left;
            text-overflow: ellipsis;
            overflow: hidden;
        }

    div.card-header {
        position: relative;
    }


    .button, a.button {
        border-radius: 8px;
        padding: 0.7em 1.7em;
        margin: 0em 0.3em 0.3em 0 !important;
        border-radius: 0.2em;
        box-sizing: border-box;
        text-decoration: none;
        font-family: 'Roboto',sans-serif;
        font-weight: 400;
        color: #FFFFFF;
        background-color: #3369ff;
        box-shadow: inset 0 -0.6em 1em -0.35em rgba(0,0,0,0.17),inset 0 0.6em 2em -0.3em rgba(255,255,255,0.15),inset 0 0 0em 0.05em rgba(255,255,255,0.12);
        text-align: center;
        position: relative;
    }

        .button:hover, a.button:hover {
            color: #454040;
        }

    /*.hidden-input{
    top:inherit;
    display:none;
}*/

    .smallBox {
        border: thin solid rgba(0, 0, 0, .2);
        height: 13vh;
    }



        .smallBox.col-md-3 {
            margin: 10px;
            max-width: 22%;
        }

        .smallBox > div {
            text-align: center;
            display: flex;
            align-items: center;
            justify-content: center;
        }

    /*    .row{
        display:flex !important;
        flex-wrap:unset;
    }*/

    .charts {
        display: inline-flex !important;
        align-items: center;
    }

    .stats {
        width: 89%;
    }
    /*
.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
 }
*/
    /*
    ADDITIONAL DEMO STYLE, NOT IMPORTANT TO MAKE THINGS WORK BUT TO MAKE IT A BIT NICER :)
*/



    body {
        font-family: 'Poppins', sans-serif;
        /*background: #fafafa;*/
    }

    p {
	font-size: 16px;
	font-weight: 300;
	line-height: 1.7em;
	color: #000;
    }

    a, a:focus {
        color: #09F ;
        text-decoration: none !important ;
        transition: all 0.3s;
    }
 

    #sidebar {
        /* don't forget to add all the previously mentioned styles here too */
        background: rgb(63,65,63);
        background: linear-gradient(0deg, rgba(63,65,63,1) 0%, rgba(0,0,0,1) 100%);
        color: #fff;
        transition: all 0.3s;
        border-radius: 10px;
        margin: 0px 10px;
    }

        #sidebar .sidebar-header {
            /*padding: 20px;*/
        }

        #sidebar ul.components {
            padding: 20px 0;
            border-bottom: 1px solid #47748b;
        }

        #sidebar ul p {
            color: #fff;
            padding: 10px;
        }

        #sidebar ul li a {
            padding: 10px;
            font-size: 1.1em;
            display: block;
        }

            #sidebar ul li a:hover {
                color: #7386D5;
                background: #fff;
            }

        #sidebar ul li.active > a, a[aria-expanded="true"] {
            color: #fff;
            background: #6d7fcc;
        }

    ul ul a {
        font-size: 0.9em !important;
        padding-left: 30px !important;
        background: #6d7fcc;
    }

    /* this is needed to make the content scrollable on larger screens */
    @media (min-width: 576px) {
        .h-sm-100 {
            height: 100%;
        }
    }

    hr.horizontal {
        background-color: transparent
    }

        hr.horizontal.light {
            background-image: linear-gradient(90deg,hsla(0,0%,100%,0),#fff,hsla(0,0%,100%,0))
        }

        hr.horizontal.dark {
            background-image: linear-gradient(90deg,transparent,rgba(0,0,0,.4),transparent)
        }

        hr.horizontal.gray-light {
            background-image: linear-gradient(90deg,transparent,rgba(0,0,0,.1),transparent)
        }

    hr {
        width: 100%;
    }

    .material-icons.orange600 {
        color: #FB8C00 !important;
    }
/* 
    ul#menu {
        margin: 0 auto;
    }*/

    li.nav-item {
        /* width:100%;*/
    }

    a.nav-link.orange600 {
        color: #FB8C00 !important;
        padding: 10px !important;
    }

    .material-icons.green600 {
        color: #239d4b;
    }
