﻿body {
    color: #555555;
    margin: 0px;
    padding-top: 50px;
    padding-bottom: 20px;
    /*font-family: 'Open Sans', sans-serif;*/
    /*font-family: 'Catamaran', sans-serif;*/
    /*font-family: 'Quicksand', sans-serif;*/
    font-family: 'Didact Gothic', sans-serif;
    letter-spacing: -0.5px;
    font-size: 1em;
}

.bodycontent {
    margin-top: 30px;
    margin-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
}

/* 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 widths on the form inputs since otherwise they're 100% wide */
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="select"] {
    max-width: 280px;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }

    .body-content {
        padding: 0;
    }
}

.control-border {
    border-color: #d6d6d6;
    border-style: solid;
    border-width: 1px;
    border-radius: 3px;
    padding: 1px 1px;
    background-color: none;
}

bg-bjsurvey {
    background-color: #0300A2;
}

.watermarkText {
    color: #d2d2d2;
}

.watermarkWarning {
    color: pink;
}

.radiobuttonlist input[type="radio"] {
    margin-top: 5px;
    margin-left: 5px;
    margin-right: 5px;
}

.pad1 {
    padding: 1px;
}

.pad2 {
    padding: 2px;
}

.pad5 {
    padding: 5px;
}

.pad5tb {
    padding: 5px 0px;
}

.pad5lr {
    padding: 0px 5px;
}

.pad5t {
    padding-top: 5px;
}

.pad5b {
    padding-bottom: 5px;
}

.pad5l{
    padding-left: 5px;
}

.pad5r{
    padding-right: 5px;
}

.pad10{
    padding:10px;
}
.pad10tb {
    padding: 10px 0px;
}
.pad10lr {
    padding: 0px 10px;
}
.pad10t{
    padding-top: 10px;
}
.pad10b{
    padding-bottom: 10px;
}

.pad25{
    padding:25px;
}
.pad25tb{
    padding: 25px 0px;
}
.pad25lr{
    padding: 0px 25px;
}
.pad25t {
    padding-top: 25px;
}
.pad25b{
    padding-bottom: 25px;
}

.pad50 {
    padding: 50px;
}

.pad50tb {
    padding: 50px 0px;
}

.pad50lr {
    padding: 0px 50px;
}

.pad50t {
    padding-top: 50px;
}

.pad50b {
    padding-bottom: 50px;
}

.pad100 {
    padding: 100px;
}

.pad100tb {
    padding: 100px 0px;
}

.pad100lr {
    padding: 0px 100px;
}

.pad100t {
    padding-top: 100px;
}

.pad100b {
    padding-bottom: 100px;
}

/* Keyword Formatting*/
.kwTextBox {
    min-width: 200px;
    max-width: 500px;
}

/* Text Formatting*/
.userText {
    color: darkgreen;
}

.bold {
    font-weight:bold;
}

.addressTextBox {
    width: 350px;
}
.cityTextBox {
    width: 200px;
}
.emailTextBox {
    width: 350px;
}
.nameTextBox {
    width: 350px;
}

.text-lot {
    width: 50px;
}

.text-block {
    width: 50px;
}

.text-upper {
    text-transform: uppercase;
}

.text-blue {
    color: #1a4876;
}

.text-lightblue {
    color: #567E91;
}

.text-haybale {
    color: #C9A200;
}

.text-gray {
    color: #808080;
}

.text-grey {
    color: #808080;
}

.text-black {
    color: black;
}

.text-fffff{
    color: #ffffff;
}

.text-slategray {
    color:slategray;
}

.text-red {
    color: #ff0000;
}

.text-green {
    color: #008000;
}

.TextBox-25{
    width: 25px;
}

.TextBox-50{
    width:50px;
}

.TextBox-75 {
    width: 75px;
}

.TextBox-90 {
    width: 90px;
}

.TextBox-100 {
    width: 100px;
}

.TextBox-150 {
    width: 150px;
}

.TextBox-200 {
    width: 200px;
}

.TextBox-250 {
    width: 250px;
}

.TextBox-300 {
    width: 300px;
}

.TextBox-400 {
    width: 400px;
}

.TextBox-500 {
    width: 500px;
}

.TextBox-750 {
    width: 750pc;
}

.font-xsm {
    font-size: .8em;
}

.font-sm {
    font-size: .9em;
}

.font-md{
    font-size: 1.35em;
}

/* Border Formatting */
.border-all {
    border-color: #cccccc;
    border-style: solid;
    border-width: 1px;
}
.border-lbr {
    border-color: #cccccc;
    border-style: none solid solid solid;
    border-width: 0px 1px 1px 1px;
}

/* Header Formatting*/
.header {
    background-color: whitesmoke;
    font-weight:bold;
}

/* Gridview Formatting */
.gvHeader {
    background-color: #eaeaea;
    color: #777777;
}

.gvHeader-center {
    text-align: center;
    background-color: #eaeaea;
    color: #777777;
}

.gv {
    border-color: #cccccc;
    border-style: solid;
    border-width: 1px;
    width: 100%;
    font-size: .9em;
    color: #777777;
}

.gv-content {
    padding-left:3px;
}

.gv-control {
    border-color: #cccccc;
    border-style: solid;
    border-width: 1px;
    border-radius: 3px;
}

.tbl-header {
    border: solid;
    border-color: #d6d6d6;
    border-width: 1px;
    font-weight: bold;
}

.tbl-item-center {
    text-align: center;
}

.tbl-row {
    border: solid;
    border-color: #cccccc;
    border-width: 1px;
}

/* FormView Formatting */
.fv {
    width:100%;
}

.removeLink {
    text-decoration: none;
}

/* Remove Textbox & Dropdown Formatting */
.removeDD {
    -webkit-appearance: none;
    -moz-appearance: none;
    display: block;
    border-style: none;
    color: #777777;
    background-color: transparent;
}

.removeDD::-ms-expand {
    display: none;
}

/* Custom Background Colors */
.bg-green {
    background-color: #99AA77;
}

.bg-lightgreen {
    background-color: #e0e5d6;
}
.bg-lightblue {
    background-color: #efeffb;
}

.bg-white {
    background-color: white;
}

.bg-lightgrey {
    background-color: #eaeaea;
}

.bg-smoke {
    background-color: #fcfcfc; 
}

.bg-lightorange {
    background-color: #f3e09f;
}

.logo-size {
    width: 250px;
    height: 75px;
}

.icon-btn {
    width: 50px;
    display: inline-block;
    text-align: center;
}

/* Checkbox */
.checkbox-list input {
    margin-right: 10px;
    font-weight: normal;
}

.checkbox-list td {
    padding-left: 10px;
}

/* Navbar */

.navbar-bj {
    color: #fcfcfc;
    background-color: #3532B4;
}

.navbar-bj .navbar-nav > li > a:hover, .navbar-bj .navbar-nav > li > a:focus {
    color: #cccccc; /*Sets the text hover color on navbar*/
}

.navbar-bj .navbar-nav > .active > a, .navbar-bj .navbar-nav > .active >
a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #fcfcfc; /*BACKGROUND color for active*/
    background-color: #cccccc;
}

.navbar-bj .navbar-nav > li > a {
    color: #fcfcfc; /*Change active text color here*/
}


/* Custom Font Attributes*/
.lightgreen {
    color: #e0e5d6;
}

.green {
    color: #99AA77;
}

.maroon {
    color:maroon;
}

.red {
    color: red;
}

.lightgrey {
    color: #eaeaea;
}

.grey {
    color: #808080;
}

.white {
    color: white;
}

.bj-blue {
    color:#3532B4 ;
}

.tooltip-bubble {
    background-color: #c1c1c1;
    color: white;
    padding: 10px;
    border-radius: 10px;
}


/* Breadcrumb */

ul.bread-crumb {
    padding: 10px 20px;
    list-style: none;
    background-color: #eaeaea;
    width: 100%;
    border: solid;
    border-color: #d8d8d8;
    border-width: 1px;
    border-radius: 5px;
    text-decoration: none;
}

    /* Display list items side by side */
    ul.bread-crumb li {
        display: inline;
        font-size: 1em;
    }

        /* Add a slash symbol before/behind each list item */
        ul.bread-crumb li + li:before {
            padding: 0px 10px;
            color: #333333;
            content: "\00bb";
            font-size: 16px;
        }

        /* Add a color to all links inside the list */
        ul.bread-crumb li a {
            color: #3532B4;
            text-decoration: none;
        }

            /* Add a color on mouse-over */
            ul.bread-crumb li a:hover {
                color: #FFFFFF;
                text-decoration: none;
            }

a.link{
    text-decoration: none;
    color: #333333;
}

a.link:hover {
    color: #FFFFFF;
}

.separator {
    text-decoration: none;
    color: #333333;
    padding: 0px 10px;
    font-size: 16px;
}

/* Tooltip container */
.tool-tip {
    position: relative;
    display: inline-block;
    /*border-bottom: 1px dotted black;*/ /* If you want dots under the hoverable text */
}

    /* Tooltip text */
    .tool-tip .tooltiptext {
        visibility: hidden;
        width: 110px;
        background-color: #777777;
        color: #fff;
        text-align: center;
        padding: 5px 0;
        border-radius: 6px;
        /* Position the tooltip text - see examples below! */
        position: absolute;
        z-index: 1;
        bottom: 100%;
        left: 50%;
        margin-left: -50px; /* Use half of the width (120/2 = 60), to center the tooltip */
    }

    /* Show the tooltip text when you mouse over the tooltip container */
    .tool-tip:hover .tooltiptext {
        visibility: visible;
    }

.modal-lg {
    width: 700px;
    height: 600px;
}


.status-completed {
    color: green;
    font-weight: bold;
}

.status-in-progress {
    color: orange;
    font-weight: bold;
}

.status-failed {
    color: red;
    font-weight: bold;
}

.status-unknown {
    color: gray;
    font-weight: bold;
}

/* Document Not Found Page (BJS-164) */
.document-not-found-container {
    background: white;
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    padding: 48px 40px;
    max-width: 500px;
    text-align: center;
    margin: 80px auto;
}

.document-not-found-icon {
    font-size: 72px;
    color: #3532B4;
    margin-bottom: 24px;
}

.document-not-found-title {
    color: #333;
    font-size: 28px;
    font-weight: 600;
    margin: 0 0 16px 0;
}

.document-not-found-message {
    color: #666;
    font-size: 16px;
    line-height: 1.6;
    margin: 0 0 32px 0;
}

.document-not-found-help {
    margin-top: 24px;
    padding-top: 24px;
    border-top: 1px solid #e0e0e0;
    font-size: 14px;
    color: #888;
}

.document-not-found-help a {
    color: #3532B4;
    text-decoration: none;
}

.document-not-found-help a:hover {
    text-decoration: underline;
}