﻿/* Move down content because we have a fixed navbar that is 50px tall */
.container-full {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.home_gb_l {
    background: url(../img/home_bg_l.png) no-repeat top center;
    width: 100%;
    padding-top: 17%;
    background-size: contain;
}
.home_gb_c {
    background: url(../img/home_bg_c.png) no-repeat top center;
    width: 100%;
    padding-top: 17%;
    background-size: contain;
}
.page-title {
    letter-spacing: 1px;
    font-size:2em;
}


/* Set widths on the form inputs since otherwise they're 100% wide */
/*
input[type="text"],
input[type="password"],
input[type="file"],
input[type="email"],
input[type="tel"],
input[type="reset"],
input[type="submit"]
input[type="button"],
input[type="select"],
textarea,
select {
    border-top: solid 1px #000;
    border-right: solid 1px #000;
    border-left: solid 1px #000;
    border-bottom: solid 1px #000;
    height: 35px;
    color: #555;
    font-size: 12px;
    line-height: 1.42857;
    padding: 6px 12px;
}

input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus {
    border-color: #80c242;
    border-style: solid;
    border-width: 1px;
    outline: 0;
}

input[type="radio"],
input[type="checkbox"],
input[type="radio"] + label,
input[type="checkbox"] + label 
{
    font-size: 1em; 
    border: none;
    vertical-align: middle;
    margin:0px;
    margin-right:5px;
}
*/
.text-full {
    width: 100%;
}
.text-75 {
    width: 75%;
}
.text-50 {
    width: 50%;
}

/*Button Start*/

.btn-gray {
    font-size: 0.8em;
    padding: 4px 16px 4px 16px;
}

/*Button End*/


.authcode td {
    border-bottom: 1px solid rgba(255, 255, 255, 0.48);
    padding: 10px;
}







th, td {
    padding: 3px;
}
td .spacer {
    width: 30px;
}
fieldset {
    display: inline-block;
    border: 1px solid #cccccc;
}
.inline-block{
    display:inline-block;
}

.form-group {
    display: inline-block;
    padding: 2px;
    vertical-align: top;
}
.form-line {
    margin-bottom:1rem;
}
.form-header {
    padding: 2px;
    vertical-align: middle;
    text-align:right;
}
.form-data {
    padding: 2px;
    vertical-align: middle;
}
.required {
    color:red;
    font-weight:bold;
}

.red {
    color:red;
}
.green {
    color: green;
}
.blue {
    color: #333399;
}
.orange {
    color: #FF6600;
}
.gray {
    color:gray;
}
.lightgray {
    color: #cccccc;
}

.bold {
    font-weight:bold;
}
.btgreen {
    background-color: darkgreen;
    color: white;
    font-weight: bold;
    font-size: 1.1em;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 20px;
    padding-right: 20px;
}
.btgreen:focus, .btgreen:hover {
    background-color: green;
}
.btgray {
    font-size: 1.1em;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 20px;
    padding-right: 20px;
}

.lkgreen a {
    color: #6fb942;
}
.lkgreen a:hover {
    color: #6fb942;
    text-decoration:underline;
}

.error {
    color:red;
    font-weight:bold;
}
.border {
    border:1px solid #cccccc;
}
.borderbottom {
    border-bottom: 1px solid #cccccc;
}
.round {
    border-radius:10px;
}

.pad3 {
    padding:3px;
}
.pad3p {
    margin-left: 3%;
}
.pad5 {
    padding: 5px;
}
.pad5p {
    margin-left: 5%;
}
.pad10 {
    padding: 10px;
}
.pad10p {
    margin-left: 10%;
}
.pad25 {
    padding: 25px;
}
.pad25p {
    margin-left: 25%;
}
.w75 {
    width: 75px;
}
.w150 {
    width: 150px;
}
.w200 {
    width: 200px;
}
.w250 {
    width: 250px;
}
.w300 {
    width:300px;
}

.LText {
    font-size: 1.1em;
}
.LLText {
    font-size: 1.2em;
}

.XLText {
    font-size: 1.3em;
}

.XXLText {
    font-size: 1.5em;
}

.SText {
    font-size: 0.9em;
}

.SSText {
    font-size: 0.8em;
}

.XSText {
    font-size: 0.7em;
}

.XXSText {
    font-size: 0.6em;
}

.center { 
    text-align:center; 
}
.left {
    text-align: left;
}
.right {
    text-align: right;
}
.centerh
{
    margin:0 auto;
}
.centerdiv {
    width:50%;
    margin:auto;
}
.centerdiv25 {
    width: 25%;
    margin: auto;
}

.floatleft {
    float: left;
}

.floatright {
    float: right;
}

.clear {
    clear: both;
}


/* TAB MENU */
#tabnav li {
    margin: 0;
    padding: 0;
    display: inline;
    list-style-type: none;
    color: #434033;
}

#tabnav a {
    float: left;
    background: #EFDF92;
    line-height: 14px;
    font-weight: bold;
    padding: 2px 10px 2px 10px;
    padding-bottom: 10px;
    margin-right: 4px;
    border: 1px solid #ccc;
    text-decoration: none;
    color: #838383;
    padding-top: 30px;
}


#tabnav a.selected {
    border-bottom: 1px solid #838383;
    background: #E1C234;
}

#tabnav a:hover {
    border-bottom: 1px solid #838383;
    background: #E1C234;
}

.line-hd {
    padding-left: 30px;
    padding-top: 0;
    padding-bottom: 10px;
    color: green;
}

.line-tx {
    padding-left: 25px;
    padding-top: 5px;
    padding-bottom: 5px;
    color: black;
}


/* PAGE */

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }
    .body-content {
        padding: 0;
    }
}
