﻿/* 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-bottom: 30px;
}

h1, h2, h3, h4, h5, h6 {
    padding: 0;
    margin: 0;
}

h3 {
    font-size: 18px;
    overflow: hidden;
    position: relative;
    text-overflow: ellipsis;
    text-transform: uppercase;
}

    a:hover {
        cursor: pointer;
    }

.btn {
    border-radius: unset;
}

.btn-inverse,
.btn-inverse:visited {
    display: block;
}

    .btn-inverse:hover {
        display: block;
    }

.bold {
    font-weight: bold;
}

.bolder {
    font-weight: bolder;
}

.pointer {
    cursor: pointer;
}

.hidden {
    display: none;
}

.show {
    display: block;
}

/*===== Media Queries ======================================*/

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {
}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
}

@media print {
    .no-print, .no-print * {
        display: none !important;
    }
}