﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */
@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

html {
    position: relative;
    min-height: 100%;
    font-size: 14px;
}
@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

header {
    position: sticky;
    top: 0;
    z-index: 200;
}

body {
    background-color: #cfe8fc;
}

#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled {
    padding-left: 250px;
}

#wrapper .container-fluid {
    padding: 2em;
    background: #ffffff;
}

#wrapper h1 {
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 0rem;
}

#wrapper h4 {
    font-size: inherit;
    color: #333;
}


button.btn {
    width: 100%;
    color: white;
    margin-bottom: 13px;
    font-weight: 600;
}

button.margin-management-link {
    margin: 0px;
    width: auto;
    float: right;
}

#wrapper .btn--first {
    background: #8ebf24;
}

#wrapper .btn--problem {
    background: #ff0000;    
}

#wrapper .btn--cta {
    background-color: #04B5EA;
    padding: 0.6em 2em;
    font-size: 1em;    
}

#page-content-wrapper {
    width: 100%;
    position: absolute;
    padding: 15px;
}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -250px;
}

.navbar-light {
    padding-top: 0.1rem;
    padding-bottom: 0.1rem;
}

.card {
    border: none;
}

.card-header {
    z-index: auto;
}

.main-sum-card {
    box-shadow: 0 6px 10px -4px rgb(0 0 0 / 15%);
}

.main-sum-card > .card-header {
    border: none;
}

/* Sidebar Styles */
#sidebar-wrapper {
    font-family: Open Sans, Sans-Serif;
    font-size: 0.85rem;
    z-index: 200;
    position: fixed;
    left: 250px;
    width: 0;
    height: 100%;
    margin-left: -250px;
    overflow-y: auto;
    background-color: #352f52;
    /*background-image: linear-gradient(0deg, rgb(5, 39, 103) 0%, #1a1a1d 20%);*/
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled #sidebar-wrapper {
    width: 250px;
}

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 250px;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-flow: column;
    height: 100%;
}

.sidebar-nav .app-logo {
    width: 100px;
    margin: 1em 0 0 1em;
    background-size: 100px;
    height: 100px;
}

.sidebar-nav .logo {
    width: 100px;
    height: 100px;
}

.user-info {
    color: #ffffff;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.sidebar-nav .nav-item {
    font-weight: 600;
    padding-bottom: 0.1rem;
}

.sidebar-nav .user-info ul {
    list-style: none;
    padding: inherit;
    margin: inherit;
}

.sidebar-nav .divider {
    background-color: #2196f3;
    width: 100%;
    /*margin-left: 6%;*/
}

.sidebar-nav .nav-items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex: 1 1 auto;
}

.sidebar-nav .nav-items .escape-link {
    position: absolute;
    bottom: 30px;
    left: 0;
}

.sidebar-nav .nav-items .escape-link ul {
    list-style: none;

}

.sidebar-nav ul {
    flex: 1 1 auto;
}

.sidebar-nav li {
    line-height: normal;
}

.sidebar-nav li a {
    text-decoration: none;
    color: #999999;
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: #fff;
    background: rgba(255,255,255,0.2);
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.sidebar-nav > .sidebar-brand {
    height: 65px;
    font-size: 18px;
    line-height: 60px;
}

.sidebar-nav > .sidebar-brand a {
    color: #999999;
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}

@media(min-width:768px) {
    #wrapper {
        padding-left: 250px;
    }

    #wrapper.toggled {
        padding-left: 0;
    }

    #sidebar-wrapper {
        width: 250px;
    }

    #wrapper.toggled #sidebar-wrapper {
        width: 0;
    }

    #page-content-wrapper {
        padding: 20px;
        position: relative;
    }

    #wrapper.toggled #page-content-wrapper {
        position: relative;
        margin-right: 0;
    }
    .sidebar-nav {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .main > div {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

@media only screen and (max-width:1024px) {
    header {
        width: 100%;
        position: fixed !important;
        top: 0;
        z-index: 9999;
    }
    #sidebar-wrapper {
        margin-top: 30px;
    }
    #page-content-wrapper {
        padding: 50px 20px 20px 20px;
    }
}

.sidebar-nav .top-row {
    /*background-color: #35353b;*/
}

.sidebar-nav .navbar-brand {
    font-size: 1.1rem;
}

.sidebar-nav .list-group {
    cursor: pointer;
}


.sidebar-nav .oi {
    min-width: 2rem;
    font-size: 1rem;
    vertical-align: text-top;
    top: -2px;
    color: #2196f3;
}

.sidebar-nav .nav-link > .oi-chevron-right {
    flex: 1 1 0;
    justify-content: flex-end;
    font-size: 12px;
    color: #cfe8fc;
    min-width: 30px;
    display: inline-flex;
}

.rotate--270:before {
    -moz-transform: rotate(-270deg);
    -webkit-transform: rotate(-270deg);
    -o-transform: rotate(-270deg);
    -ms-transform: rotate(-270deg);
    transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1), visibility 0s;
}

.sidebar-nav .nav-item > .collapsing {
    transition: height 0.1s ease;
}

.sidebar-nav .nav-item > .collapseNavMenu {
    background-color: #482b4a;
}

.sidebar-nav .nav-item:last-of-type {
    padding-bottom: 3rem;
}

.sidebar-nav .nav-item a {
    color: #ececec;
    border-radius: 4px;
    height: 3rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    line-height: 1.2;
}

.sidebar-nav .nav-item a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.sidebar-nav .nav-item a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.navbar-toggler {
    border: none !important;
    margin: 5px;
}
/*
SIDEBAR END*/

/*filters*/
#filter-form {
    background: #E2F9FD;
    border-radius: 8px;
    box-shadow: 3px 3px 6px #e6e6e6;
    padding: 1rem;
}

#filter-form .filter {
    width: 100%;
}

.filterblock {
    width: 100%;
    padding-top: 2em;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.no-filter {
    width: 100%;
    color: white;
    margin-bottom: 13px;
    font-weight: 600;
}

#filter-form label {
    width: 60px;
}
/*filters END*/
/*Charts*/
/*profits chart*/
/*profits chart END*/
/*Charts End*/
/*table styles*/
table {
    font-size: 14px;
}

table tr {
    border-top: 1px solid #dbf1f5;
}

.sorting {
}

.sorting:after {
    cursor: pointer;
    font-family: Icons;
    content: '\e05a';
    margin-left: 3px;
}

.badge {
    font-size: 12px;
}

.accordion-button {
    border: none;
    background: none;
}

.rotate-180 {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1), visibility 0s;
}


/*table styles end*/

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against background */
a {
  color: #0366d6;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
   box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 
       0px 4px 5px 0px rgba(0, 0, 0, 0.14), 
       0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */

