﻿/* 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 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding-top: 50px;
    padding-bottom: 20px;
    font-size: 12px !important;
}

.container {
    /*width: 1170px !important;*/
    width:100%;
}

.table {
    font-size: 12px;
}

h1 {
    font-size: 30px;
}

h2 {
    font-size: 24px;
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 16px;
}

fieldset {
    border: 1px solid lightgray;
    padding: 10px;
    /*margin-top: -5px;*/
    background-color: whitesmoke;
}

legend {
    margin: 0px;
    padding: 0px 10px 0px 10px;
    width: auto;
    font-size: inherit;
    border: none;
    text-transform: uppercase;
    font-weight: bold;
}

input[type="checkbox"] {
    margin-top: -2px;
}

input[type="radio"] {
    margin-left: 16px;
    margin-right: 5px;
    margin-bottom: 25px;
}


.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    padding-top: 3px;
    padding-bottom: 0px;
}

.form-control {
    padding: 2px 6px 1px 6px;
    height: 25px;
}

.form-horizontal .control-label {
    padding-top: 3px;
}

.form-group {
    margin-bottom: 5px;
}

.btn{
    margin-right: 15px;
}

.halfsize {
    width: 50%;
}

.nopadding {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.thirdsize {
    width: 33%;
}

.smalltext {
    font-size: 10px;
    color: gray;
}

.subheader {
    margin: auto;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 14px;
    font-size:24px;
    font-weight: bold;
}

.norowbreakafter {
    display: inherit;
    width: auto;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

.verticalnav {
    margin-top: 20px;
}

.navbar-brand {
    font-size: 26px;
}

.navbar-collapse {
    padding-left: 5px;
    padding-right: 5px;
}


/* 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;
    }
}


/*Remove spinners from numeric input*/
.removeNumericSpinner {
    -webkit-appearance: none;
    -moz-appearance: textfield;
    margin: 0px;
}


/* MODIFICATION OF JQUERY UI TABS */
.ui-widget-content {
    border: none !important;
    /*margin-left:0px !important;*/
}

.ui-widget {
    font-family: inherit;
    font-size: inherit;
}