﻿/* Move down content because we have a fixed navbar that is 50px tall */
body {
    padding-top: 30px;
    padding-bottom: 20px;
}





/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea {
    max-width: 100%;
}


#divStartTerm {
    margin-bottom:2%;
}


#divStudentInfo {
    padding-top: 4%;
    padding-bottom: 1%;

}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }

    .body-content {
        padding: 0;
    }

    #divStudentInfo {
        display: block;
        margin: 0 auto !important;
        /*max-width: 85%;*/
        border: 2px #B7B7B7 solid !important;
        padding-top: 1%;
        padding-bottom: 1%;
    }

    #divClassSearch {
        display: block;
        margin-left: 0 auto !important;
        margin-right: 0 auto !important;
        margin-bottom : 2%;
        margin-top: 2%;
        border-style: solid;
        border-width: thin;
        border-color: lightgray;
        padding-bottom: 1%;
        overflow-x: auto
    }
}


.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th, .table > tbody > tr > span {
    padding: 4px;
    line-height: 1;
    border: 1px solid #ddd;
    text-align:left;
   
}

.textbox_underline {
    border: 0;
    outline: 0;
    background: transparent;
    border-bottom: 1px solid black;
    padding-left:8px;
    max-width: 60px;
  font-size:18px;
  font-weight:bold;
  line-height:1.5em;
}
.confirm {
    font-size: 16px;
    font-weight: bold;
}

.dataTables_filter, .dataTables_paginate {
    text-align: left !important;
}


.orange {
    color: #f76800;
}

.pagebreak {
    display: none;
}

.center {
    text-align: center;
}

#btnSubmit {
    color: white;
    background-color: #F5661E;
}

.row {
    margin-top: 2%;
    margin-left: 10px !important;
    margin-right: 10px !important;
}


.divHeader {
    padding: 1px 0px 1px 6px;
    background-color: #F5661E;
    color: white;
    font-size: 16px;
    font-weight: bold;
    margin: 4% 0% 2% 0%;
}

.buffertop-2pct {
    margin-top: 2%;
}

.buffertop-4pct {
    margin-top: 4%;
}

.buffertop-1pct {
    margin-top: 1%;
}

.nopad {
    padding-left: 0px;
    padding-right: 0px;
}

input[type="radio"] {
    margin: 0px 4px 0px 8px;
}

input[type="checkbox"] {
    margin: 0px 4px 0px 8px;
}

.control-label {
    /*padding-top:7px !important;*/
    margin-top: 0;
    margin-bottom: 0;
    display: inline-block;
}

.lbl {
    font-family: Roboto;
    font-size: 12pt;
    font-weight: bold;
}


.GridContainer {
    margin-top: 2em;
    margin-left: auto;
    margin-right: auto;

}

#LabelContainer {
    text-align: center;
}

#lblHeading {
    margin-left: auto;
    margin-right: auto;
    font-weight: bold;
    font-size: 1.5em;
}


hr {
    border-top: 1px solid #F5661E;
}

.p15{
    width:15%;
    text-align: center;
}


.p10 {
    width: 10%;
    text-align: center;
}


.p20 {
    width: 20%;
    text-align: center;
}

.p25 {
    width: 25%;
    text-align: center;
}

th {
    text-align: center !important;
    background-color: #e6e6e6;
    border: 2px #adadad solid !important;
}

table {
    border: 2px #B7B7B7 solid !important;
}

.textbox_60 {
    display: inline;
    margin-left: 10px;
    margin-right: 10px;
    max-width: 60px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5em;
}

.headernote{
    font-size:13px !important;
    
}
.error{
    color:red;
}