﻿@import url('https://fonts.googleapis.com/css2?family=Open+Sans&family=Poppins&display=swap');


body {
    background-color: #fafafa;
    animation: fadeIn 0.8s ease-in;
    font-family: 'Open Sans', sans-serif;
}

p{
    margin: 0;
}

ul{
    padding: 0;
}

li{
    list-style:none;
}

a, h1, h2, h3, h4, h5, h6, label, .heading, select {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 400;
}

select {
    box-shadow: none !important;
}

.form-control:focus, .btn:focus{
    box-shadow: none;
}

.bg-sunrise {
    background-color: rgba(237,109,25,1);
}

.sunrise_jumbotron {
    background-color: #fafafa;
    border-radius: 5px;
    overflow: hidden;
}

.sunrise_jumbotron .sunrise_jumbotron_header {
    background-color: #ed6d19;
    color: white;
    padding: 10px;
}

.submission-comment {
    background-color: #FFF2E6;
    border: 1px solid #ed6d19;
}

.site {
    background-color: white;
    max-width: 1500px;
    margin: auto;
    box-shadow: 0px 0px 31px 0px #c1c1c15c;
}

.navbar-dark .navbar-nav .nav-link.active, 
.logout-link{
    color: #bbb;
}

.navbar-dark .navbar-nav .nav-link:hover, 
.logout-link:hover{
    color: #fff;
}

.navbar-nav > li > .dropdown-menu {
    background-color: #000;
}

.dropdown-item {
    color: #bbb;
}

.dropdown-item:hover{
    background-color: #000;
    color: #fff;
}

.supplier-menu {
    height: 90vh;
    overflow-y: scroll;
}

.supplier-active {
    margin-inline:1rem;
}

.supplier-active a {
        color: white;
        padding:0;
}

.supplier-active a:hover {
    color: #ed6d19;
}

.supplier-active a:focus {
    color: #ed6d19;
}

.dropdown-item.supplier-item {
    color: black;
    padding: 0.25rem 1rem;
}

.dropdown-item.supplier-item:hover {
    background-color: #ed6d19;
    color: white;
}

.heading {
    color: rgba(237,109,25,1);
    padding: 0.5rem;
    margin-bottom: 20px;
}

.sunrise_btn {
    background-color: rgba(237,109,25,1) !important;
    border: 0;
    display: inline-block;
    min-width: 150px;
    border-radius: 0.25rem;
    font-family: 'Poppins', sans-serif;
    color: white;
    padding: 10px;
}

.sunrise_outline_btn {
    background-color: rgb(255, 255, 255);
    display: block;
    min-width: 150px;
    border-radius: 0.25rem;
    font-family: 'Poppins', sans-serif;
    color: rgba(237,109,25,1);
    padding: 10px;
    border: 2px solid rgba(237,109,25,1);
    text-decoration:none;
}

    .sunrise_outline_btn:hover {
        background-color: rgb(237,109,25);
        color: white;
    }

    .sunrise_outline_btn.active {
        background-color: rgb(237,109,25);
        color: white;
    }

.sunrise_table{
    max-width: 1200px;
    margin: auto;
}

.sunrise_side_menu {
    padding: 0;
    background-color: #fafafa;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #ed6d19;
}

.sunrise_side_menu .menu_item {
    padding: 10px;
    display: block;
    color: black;
    text-decoration: none;
    border-bottom: 1px solid #e2e2e2;
}

.sunrise_side_menu .menu_item:hover {
    background-color:#e6e6e6;
}

.menu_item_selected{
    background-color: rgba(237,109,25,1);
    color: white !important;
}

.menu_item.menu_item_selected:hover{
    background-color: rgba(237,109,25,1);
}

.table > :not(:first-child) {
    border-top: 2px solid #ed6d19;
}


.sunrise_table thead {
    background-color: rgba(237,109,25,1);
    color: white;
}

.product-select-container .sunrise_table thead {
    position: sticky;
    top: 0;
    z-index: 10;
}


.sunrise_table thead th:first-child {
    border-top-left-radius: 5px;
}

.sunrise_table thead th:last-child {
    border-top-right-radius: 5px;
}

.sunrise_table tbody{
    border-top: none;
}


.sunrise_table a {
    color: #000000;
}

.sunrise_table a:hover {
    color: #ed6d19;
}

main {
    min-height: 100vh;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
/*
input,
select,
textarea {
    max-width: 280px;
}

*/


.navbar-brand{
    max-width: 160px;
}

.reminder_widget {
    max-width: 600px;
    border-radius: 5px;
    background-color: #fafafa;
    overflow: auto;
}


.reminder_widget_title {
    background-color: #ed6d19;
    color: white;
    padding: 10px;
}

.reminder_list {
    height: 500px;
    overflow-y: scroll;
}

.reminder_list::-webkit-scrollbar {
    display: none;
}

.reminder_row {
    background-color: #fff;
    box-shadow: 0px 0px 31px 0px #c1c1c15c;
    transition: 0.2s ease-in-out;
}

.reminder_row:hover {
    transform: translateY(-5px);
    box-shadow: 0px 5px 10px 0px #8c8c8c6e;
}

.reminder_date {
    font-weight: bold;
    color: #ed6d19
}

.reminder_description{
    font-size: 13px;
}

.loading-screen {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fafafa;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loader {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    border: 8px solid #ed6d1985;
    border-top-color: transparent;
    animation: spin 0.5s ease infinite;
}



@media only screen and (min-width: 1200px){
    main {
       padding-top: 3rem;
    }
}





@keyframes fadeIn {

    from{
        opacity: 0;
    }
    to{
        opacity: 1;
    }

}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

