﻿
html, body, form {
    margin: 0px 0px 0px 0px;
    height: 100%;
}

.body1 {
    color: #fff;
    font-family: Verdana, Arial, Tahoma, sans-serif;
    background: #25a0da; /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover, #25a0da 0%, #286090 99%); /* FF3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#25a0da), color-stop(99%,#286090)); /* Chrome,Safari4+ */
    background: -webkit-radial-gradient(center, ellipse cover, #25a0da 0%,#286090 99%); /* Chrome10+,Safari5.1+ */
    background: -o-radial-gradient(center, ellipse cover, #25a0da 0%,#286090 99%); /* Opera 12+ */
    background: -ms-radial-gradient(center, ellipse cover, #25a0da 0%,#286090 99%); /* IE10+ */
    background: radial-gradient(ellipse at center, #25a0da 0%,#286090 99%); /* W3C */
}

.body2 {
    color: #fff;
    background-image: url('testjbs.png');
    background-repeat: repeat;
    font-size: 13pt;
    font-family: Verdana, Arial, Tahoma, sans-serif;
}

/* anchor tag disabled override to make disabled links look like black, unadorned labels in every conceivable way */
a[disabled] {
    color: black !important;
    text-decoration: none;
    cursor: default;
}

/* I dunno what I'm doing. 
.RadGrid_Web20 .rgRow a[disabled], 
.RadGrid_Web20 .rgAltRow a[disabled], 
.RadGrid_Web20 .rgEditRow a[disabled], 
.RadGrid_Web20 .rgFooter a[disabled], 
.RadGrid_Web20 .rgEditForm a[disabled] {
  color: #0f3789;
}*/

#outercontainer {
    behavior: url('PIE.htc');
    margin: 10px auto;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #314A8A; /* Old browsers */
    background: -moz-linear-gradient(-45deg, #ff670f 0%, #d3652a 0%, #314a8a 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#ff670f), color-stop(0%,#d3652a), color-stop(100%,#314a8a)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(-45deg, #ff670f 0%,#d3652a 0%,#314a8a 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-45deg, #ff670f 0%,#d3652a 0%,#314a8a 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(-45deg, #ff670f 0%,#d3652a 0%,#314a8a 100%); /* IE10+ */
    background: linear-gradient(135deg, #ff670f 0%,#d3652a 0%,#314a8a 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff670f', endColorstr='#314a8a',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    padding: 1px;
    max-width: 1014px;
}

#container {
    margin: auto;
    background-color: #ffffff;
    border: 3px solid #39B54A;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    max-width: 1000px;
}

#content {
    max-width: 1000px;
    margin: 0px auto;
}

#inner {
    color: black;
    padding: 10px 20px;
    margin: 10px auto;
}

#title {
    padding: 0 0 5px 0;
}

#nav-wrapper {
    background-color: #fff;
}

#nav {
    width: auto;
    z-index: 2000;
    background-color:#fff;
}

#nav.affix {
    position: fixed;
    top: 0;
}

#page {
    padding: 10px 0px;
}

#footer {
    /*position: relative;
    margin: 10px auto 0 auto;
    color: #000;
    max-width: 1000px;
    background-color:#fff;*/
        color: black;
    padding: 10px 20px;
    margin: 10px auto;
     border-top: 1px solid #39B54A;
     overflow:auto;
     font-size:small;
}

.Required {
    color: red;
    font-weight: bold;
    font-size: x-small;
}

.RadMenu_Web20 .rmText {
    font-size: 1.3em !important;
}

.RadMenu_Web20 .rmMultiColumn .rmGroup {
    border: none !important;
}

.RadGrid_Metro {
    border-color: #b6b6b6 !important;
}

.RadGrid_ReducePadding .rgRow>td, .RadGrid_ReducePadding .rgAltRow>td {
    padding-left:5px !important;
    padding-right:5px !important;
}

.RadGrid_ReducePadding .rgHeader {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.RadComboBox_Metro .rcbInner {
    border-color: #b6b6b6 !important;
    padding: .08333em 1.8333em .08333em .41667em !important;
    font-size: 12px !important;
}

.RadComboBox_Metro .rcbActionButton {
    height: inherit !important;
}

.RadInput .riTextBox {
    border-color: #b6b6b6 !important;
    padding: .08333em .41667em .16667em !important
}

.RadPanelBar .rpText {
    font-size: large;
}

.RadSplitter .rspSlideTitle, .RadSplitter .rspPaneTabText {
    font-size: 14px !important;
}

.center {
    margin: 0 auto 0 auto;
}

.PageTitle {
    display: block;
    text-align: center;
    font-weight: bold;
    font-size: large;
}

.TitleInfo {
    text-align: right;
    font-weight: bold;
    display: block;
    font-size: small;
}

.SectionTitle {
    font-weight: bold;
    text-align: center;
    background-color: #306EFF;
    color: White;
    width: 300px;
}


/*Modal Popup*/
.modalBackground {
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.modalPopup {
    background-color: #ffffdd;
    border-width: 3px;
    border-style: solid;
    border-color: Gray;
    padding: 3px;
    width: 250px;
}

    .modalPopup p {
        padding: 5px;
    }

.hidden {
    display: none;
}

.requiredField {
    color: red;
    font-weight: bold;
    text-align: left;
}

/*Menu Search*/
div.RadMenu .rmLast {
}

.menuSearchButton {
    margin: 0;
    padding-top: 2px;
    height: 20px;
    width: 20px;
    border: 0;
    border-width: 0px;
    cursor: pointer;
}

.menuSearchBox {
    padding-top: 10px;
    z-index: 100000;
}

.rsbHeader ul,
.rsbListItem ul {
    margin: 0;
    padding: 0;
    width: 100%;
    display: inline-block;
    list-style-type: none;
}

.rsbHeader ul {
    padding-left: 5px;
}

.col1 {
    margin: 0;
    padding: 0 5px 5px 0;
    width: 180px;
    line-height: 14px;
    float: left;
}

.col2 {
    margin: 0;
    padding: 0 0px 5px 0;
    width: 250px;
    line-height: 14px;
    float: left;
}

/* Bootstrap Carousel*/
.carousel {
    max-height: 500px;
    overflow: hidden;
}

.carousel-inner > .item > img {
    margin: 0 auto;
}

.carousel-caption {
    color: #000;
}

.carousel-frontpage, .new-caption-area {
    width: 100%;
    height: 80px;
    margin: auto;
    color: #000;
    font-size: small;
    text-align: center;
}

.carousel-control.right, .carousel-control.left {
    background-image: none;
    filter: none;
    background-color: #337ab7;
}


/*Background Colors*/

.cellAqua {
    background-color: #E0FFFF;
}

.cellYellow {
    background-color: #FFFFCC;
}

.cellDC {
    background-color: #B6BBAB;
}

.cellRed {
      background-color: #FF4D4D;
}


/* Forms */
.form-border {
    border: 1px solid #ddd;
    border-radius: 10px;
    margin-top: 5px;
    padding: 5px 0px;
}

/*Overwrite for Bootstrap*/
.row-padded {
    margin-bottom: 5px;
}

.primary-color {
    color: #286090 !important;
}

hr {
    border-color: #314A8A !important;
}

label {
    font-weight: normal;
}

.badge {
    padding: 3px 3px;
}

span input[type=checkbox], input[type=radio] {
    display: inline-block;
    margin-left: 5px;
}

fieldset {
    display: block;
    -webkit-margin-start: 2px;
    -webkit-margin-end: 2px;
    -webkit-padding-before: 0.35em;
    -webkit-padding-start: 0.75em;
    -webkit-padding-end: 0.75em;
    -webkit-padding-after: 0.625em;
    border: 2px groove threedface;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    min-width: -webkit-min-content;
}

legend {
    display: block;
    width: inherit;
    margin-bottom: 0px;
    font-size: inherit;
    -webkit-padding-start: 2px;
    -webkit-padding-end: 2px;
    border: none;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
}

@media print {
    a[href]:after {
        content: none !important;
    }
}

.no-padding {
    padding: 0 !important;
    margin: 0 !important;
}

.table-fixspacing {
    display: table !important;
    border-collapse: separate !important;
    border-spacing: 2px !important;
}

/*JBS Form controls*/
.jbs-form-label {
    font-size: 14px;
    text-align: right;
}

    .jbs-form-label label {
        font-weight: bold !important;
    }

    .jbs-form-label img {
        vertical-align: top !important;
    }


/* Telerik Skin Overrride */
.RadPanelBar .rpExpandHandle {
    right: 25px !important;
}

.RadPanelBar .rpItem .rpExpandHandle {
    right: 25px !important;
}

/*Telerik Hacks*/
/* Target Firefox only */
@-moz-document url-prefix() {

     .RadSplitter .rspPaneTabContainer {
        height:auto !important;
      }

    .RadSplitter .rspRotatedTabText {
        transform: matrix(1, 0, 0, 1, 0, 0) !important;
    }
}

/*Bootstrap-esque callouts */
.bs-callout {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}

.bs-callout h4 {
    margin-top: 0;
    margin-bottom: 5px;
}

.bs-callout p:last-child {
    margin-bottom: 0;
}

.bs-callout code {
    border-radius: 3px;
}

.bs-callout + .bs-callout {
    margin-top: -5px;
}

.bs-callout-default {
    border-left-color: #777;
}

.bs-callout-default h4 {
    color: #777;
}

.bs-callout-primary {
    border-left-color: #428bca;
}

.bs-callout-primary h4 {
    color: #428bca;
}

.bs-callout-success {
    border-left-color: #5cb85c;
}

.bs-callout-success h4 {
    color: #5cb85c;
}

.bs-callout-danger {
    border-left-color: #d9534f;
}

.bs-callout-danger h4 {
    color: #d9534f;
}

.bs-callout-warning {
    border-left-color: #f0ad4e;
}

.bs-callout-warning h4 {
    color: #f0ad4e;
}

.bs-callout-info {
    border-left-color: #5bc0de;
}

.bs-callout-info h4 {
    color: #5bc0de;
}