﻿/* Move down content because we have a fixed navbar that is 50px tall */
body {
    padding-top: 0px;
    padding-bottom: 20px;
    /*overflow-x: hidden;*/
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
    min-width:505px;
}

.bs-linebreak {
    height: 10px;
}
/* Set widths on the form inputs since otherwise they're 100% wide */
/*input,
select,
textarea {
    max-width: 280px;
}*/

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }
    .body-content {
        padding: 0;
    }
}

.head-padding {
    padding: 5px 35px 0 35px;
}

.bg-head-color {
    /*background-image: url("/images/SCSA_logo.png");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: inherit;*/
    background-color: #6F498F;
    color: #FFF;
    /*min-width:505px;*/
    padding: 10px;
}

@media screen {
  #printSection {
      display: none;
  }
}

@media print {
  body * {
    visibility:hidden;
  }
  #printSection, #printSection * {
    visibility:visible;
  }
  #printSection {
    position:absolute;
    left:0;
    top:0;
  }
}

.modalLoading {
    position: fixed;
    z-index: 999;
    height: 100%;
    width: 100%;
    margin-left: -100px;
    background-color: white;
    opacity: 0.5;
}

.modalcenter {
    z-index: 1000;
    margin: auto;
    padding-top: 200px;
    width: 100px;
    background-color: White;
    border-radius: 10px;
    opacity: 1;
}

.modalcenter img {
    height: 80px;
    width: 80px;
}

.radio.radiobuttonlist input[type="radio"],
.checkbox.checkboxlist input[type="checkbox"] {
    margin-left: 10px;
}

.radio.radiobuttonlist label,
.checkbox.checkboxlist label {
    margin-bottom: 4px;
    margin-left: 10px;
}

fieldset legend {
    border: 0;
    font-size: inherit;
    font-weight: 700;
    margin-bottom: 0;
}

fieldset .radio,
fieldset .checkbox {
    margin-top: 4px;
}

.FormatRadioButtonList label {
    margin-right: 15px;
    margin-left: 15px;
}
