﻿/* 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;
}

.errormessage {
    font-size: 1.5em;
    font-weight: bold;
    color: red;

}

label {
    width: 100%;
}


/*
    label:hover {
        background-color: #fbfcfe;
    }

   */

    label:hover, label:active, input:hover + label, input:active + label {
        background: yellow;
    }

.fadepanel {
  /*  display: none; */
}

.yccdgreen {
    background-color: white !important;

}

.pleasantblue {
	background-color: white !important;
}

.navbar-inverse {
	border-bottom: 2em solid #A32136 !important; /* #A32136 (Columbia Red) */
}

.panel-heading {
	background-color: #A32136 !important; /* #A32136 (Columbia Red) */
	border-color: #A32136 !important; /* #A32136 (Columbia Red) */
}

.panel-primary {
	border-color: #A32136 !important; /* #A32136 (Columbia Red) */
}

.btn-primary {
	background-color: #A32136 !important; /* #A32136 (Columbia Red) */
	border-color: #A32136 !important; /* #A32136 (Columbia Red) */
}


#categoryForm {
   /* display: none;*/

}

/* 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;
}

/*
#debugData {
    display: none;
    visibility: hidden;
    height: 0px;
    width: 0px;
}
*/

.textField {
    font-weight: bold;
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 1.5rem;
    width: 100%;
    border-bottom: #bbbe 1px solid;
    background: #eeee;
}


.no-js {
    display: block;
    border: 2px solid red;
    text-align: center;
}

.buttonwrap {
    white-space: normal;
}

.alpaca-form {
/*  display: none !important;*/

}

.imagepad {
    padding: 4px 3px 3px 3px;

}
.body-content {
    padding-top: 5em;

}

#renderBox {
   width: 1px;
    height: 1px;
    overflow: hidden;
    position: absolute;
    right: -10000;

   /*  border: 2px solid green;*/
}

div.alpaca-field-label label {
    display: none;
}
/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }


}
