﻿/* 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;
}*/

/* 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) {
    .carousel-caption {
        display: none;
    }
}
*/

/* SMARTREPORT */

/* Hides already selected options from the drop-down menu on Select2 elements. Example: Team Selection when editing sites */
/*.select2-results__option[aria-selected=true] {
    display: none;
}*/

/* Give the color picker a high z index. Otherwise it will appear behind the modal form it is embedded in. */
/*.colorpicker {
    z-index: 9999999;
}*/

/* Adjust z-index of select2 dropdown so that it will also show on Bootstrap modals. */
.select2-container--open {
    z-index: 9999999;
}

/* Make the selec2 box larger so it matches the other Inspinia input fields (the author has never made the effort to do so) */
.select2-selection {
    min-height: 36px;
    padding-top: 4px;
    /*font-size:14.4px;*/
}
/* Since the box is larger, the arrow must be further down */
.select2-selection__arrow {
    top: 5px !important;
}

/* DD class stuff (used on the tree filtering selections on report profiles */
/* The primary reason for these classes is to eliminate the need for margins on the
    dd classes. This is because the margin messes with Bootstraps Collapse concept, which
    is used to "fold out" nested lists.
*/

.dd-spacer {
    height:5px;
}

.dd-handle a {
    color: #333;    
}

.dd-handle:hover {
    font-weight:normal;
}

.no-margins {
    margin:0;
}

/* END DD class stuff*/

/* Modification of the following classes to counter Inspinias very high bar on every page */
.navbar-top-links li a {
    padding: 5px;
    min-height: 5px;
}
/* Hides the dotted box outline on clicke anchor tags */
/*a, a:active, a:focus {
    outline: none;
}*/

input[type='checkbox'] {
    outline: 0;
}

.hidden-dt-button {
    display:none;
    visibility:hidden;
}

