﻿/*Imports must always be declared on the top of the document */
@import "custom/Anchor.css";
@import "custom/CollapsibleContent.css";
@import "custom/IFrameForPdfViewer.css";
@import "custom/SiteFooter.css";
@import "custom/SNCColorSchema.css";
/*Media declaration goes here*/
@media screen and (max-width: 1000px) {span.hideUnder1000 {display: none;}}


/*-------------------------------------------------------------------------
Any other global style goes here
but if a group of styles become part of solution,
then it's recommend to put all of them inside the "custom/..." folder
in order to prevent breaking the style solution
--------------------------------------------------------------------------*/

/*body {
    padding-top: 20px;
    padding-bottom: 20px;
}*/

.margin-left-5 {
    margin-left: 5px;
}

.margin-bottom-5 {
    margin-bottom: 5px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 30px;
    padding-bottom: 15px;
    margin: 0;
    background-color: white;
    width: 100%;
}

/* Override the default bootstrap behavior where horizontal description lists will truncate terms that are too long to fit in the left column*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}