﻿/* 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. */
body {
    /*padding-top: 50px;
    padding-bottom: 20px;*/
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

#page-content-wrapper {
    padding: 30px 0;
}

.container-fluid {
    padding-left: 30px;
    padding-right: 30px;
}

/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}

/* QR code generator */
#qrCode {
    margin: 15px;
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }
}

.card {
    margin-bottom: 30px !important;
}

/*!
 * Start Bootstrap - Simple Sidebar (https://startbootstrap.com/template-overviews/simple-sidebar)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-simple-sidebar/blob/master/LICENSE)
 */

/* Toggling */

@media(min-width:768px) {

    /* Full bar */

    .toggled .sidebar-nav {
        margin-top: 70px;
    }

    .toggled .logo,
    .toggled .account {
        display: block;
    }

    .toggled .sub {
        margin-left: 40px;
    }

    .toggled .link-text {
        display: inline-block;
    }

    .toggled #menu-toggle .fa-angle-right {
        display: none;
    }

    .toggled #menu-toggle .fa-angle-left {
        display: inline-block;
    }

    #wrapper.toggled {
        padding-left: 250px;
    }

        #wrapper.toggled #sidebar-wrapper {
            width: 250px;
        }

    /* /Full bar */
}

/* Small bar */

#wrapper {
    padding-left: 50px;
}

#sidebar-wrapper {
    width: 50px;
}

#menu-toggle .fa-angle-right {
    display: inline-block;
}

#menu-toggle .fa-angle-left {
    display: none;
}

.link-text {
    display: none;
}

.logo {
    display: none;
}

.account {
    display: none;
}

/* /Small bar */

/* /Toggling */

/* Styles */

.sidebar-brand {
    background-color: #fff;
}

body {
    overflow-x: hidden;
    background-color: #F5F6F8;
}

#wrapper {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    left: 250px;
    height: 100%;
    margin-left: -250px;
    overflow: hidden;
    background: #fff;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.sidebar-nav {
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none;
}

    .sidebar-nav li {
        text-indent: 5px;
        line-height: 40px;
    }

        .sidebar-nav li a {
            display: block;
            text-decoration: none;
            color: #314b6d;
        }

            .sidebar-nav li a .link-icon {
                display: inline-block;
                width: 40px;
            }

            .sidebar-nav li a:hover,
            .sidebar-nav li a.active,
            .sidebar-nav li.active a {
                text-decoration: none;
                color: #e8484d;
                background: rgba(255, 255, 255, 0.2);
            }

            .sidebar-nav li a:active, .sidebar-nav li a:focus {
                text-decoration: none;
            }

    .sidebar-nav > .sidebar-brand {
        bottom: 0;
    }

        .sidebar-nav > .sidebar-brand a {
            color: #314b6d;
        }

            .sidebar-nav > .sidebar-brand a:hover {
                color: #e8484d;
                background: none;
            }

/* Added elements */

.logo {
    padding: 10px;
}

    .logo img {
        width: 100px;
    }

.account {
    line-height: 50px;
    white-space: nowrap;
    padding: 10px;
}

    .account .circle {
        width: 40px;
        line-height: 40px;
        background-color: deepskyblue;
        display: inline-block;
        text-align: center;
        color: white;
        font-size: 20px;
    }
/* /Added elements */

/* /Styles */

/* /Simple Sidebar */

.panel {
    background-color: #fff;
}

.dataTable td,
.dataTable th,
.dataTable th button,
.dataTable th input,
.dataTable li {
    font-size: 0.8rem !important;
}

    .dataTable .group {
        border-left: 2px solid #ccc;
    }

    .dataTable tbody {
        white-space: nowrap;
    }

.bigdatatable {
    overflow: auto;
}

.partnerSelectContainer,
.customerSelectContainer {
    display: none;
}

@media (min-width: 576px) {
    .card-columns {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        /*--webkit-column-gap: 1.25rem;
        moz-column-gap: 1.25rem;
        column-gap: 1.25rem;*/
        --webkit-column-gap: 30px;
        moz-column-gap: 30px;
        column-gap: 30px;
        orphans: 1;
        widows: 1;
    }
}