/* app css stylesheet */

a {
    color: #ffffff;
    font-size:20px;
    text-decoration: none;
}


a:hover,
a:focus {
    color: #BEBEBE;
    text-decoration: none;
}


.accordion {
    margin-bottom: 20px;
}


.accordion-group {
    background-color:white;
    margin-bottom: 5px;
    border: 1px solid white;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    box-shadow: 0px 0px 3px white;

}


.accordion-heading {
    border-bottom: 0;
    background-color: white;
}


.accordion-heading > a:hover {

    color:#49afcd;
}



.accordion-heading > a:active {

    color:#49afcd;
}
.accordion-inner {
    padding: 9px 15px;
    border-top: 1px solid white;
}


#BG {
    position:relative;
    margin-top:60px;
    width:100%;
}

.selectedSubview {
    color:#49afcd !important;
}

body {
    margin: 0;
    font-family: "Futura Lite";
    font-size: 20px;
    line-height: 20px;
    color: #333333;
    background-color: #ffffff;
}

.btnMARGIN {
    margin:10px;
}


.btn-inverse:hover,.btn-inverse:focus,
.btn-inverse:active,
.btn-primary.inverse,.btn-inverse[disabled]{
    color:#ffffff;
}

.btn-inverse.active{
    font-weight:bold;
    text-shadow: none;
    font-size: 20px;
    border:2px solid #000000;
}

.checkboxstyle {
    margin-left:10px;
    margin-bottom:10px;
}

.ctaMargin {
    margin-top:50px;
    margin-bottom:150px;
}

.dropdown-menu {
    left:-50px;
}

.commissionDropdown {
    left:-225px;
}

.dropdownlist {
    width:250px;
}

.dropdownLoginlist {
    width:290px;
}

.dropdownlistITEM {
    margin:1px 5px;
}

.wordWrap {
    word-wrap: break-word;
}

#driveByInfo {
    margin-top:40px;

}

h2 {
    font-weight:700;
    margin:10px;

}
h4 {
    margin:10px;
}

form {
    margin-bottom:0px;
}

.hero-unit {
    padding: 60px;
    margin-bottom: 30px;
    font-size: 18px;
    font-weight: 200;
    line-height: 30px;
    color: white;
    text-shadow: 0px 2px 0px #333333;
    background-color: #A9A9A9;
    border:2px solid #333333;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    box-shadow: 0px 3px 7px #333333;
}

hr {
    margin: 20px 0;
    border: 0;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #a9a9a9;
}


input,
button,
select,
textarea {
    font-family: "Futura Lite";
}

#logIN {
    margin-top:50px;
    margin-bottom:60px;
}
#helpModalHeader {
    background-color: #d3d3d3;
    border-radius:6px 6px 0 0;
}
#helpModalHeader img {
    max-width:20px;
    padding-bottom: 8px;
    padding-right:1px;
}
#helpModalFooter {
    background-color:#d3d3d3;
    border:none;
}
#helpModalLink {
    padding:15px;
}
#helpModalLink a{
    color:#333;

}
#helpModalLink a:hover {
    color:#49afcd;
}
#helpModalFooter .btn-inverse {
    font-size:14px;
}
#helpModalFooter .btn-inverse:hover {
}

label {
    font-size:18px;
    margin-bottom:0px;
}

.nav, .pagination, .carousel a { cursor: pointer; }

.navbar-inner {
    min-height: 40px;
    padding-right: 20px;
    padding-left: 20px;
    background-color: white;
    /*background-image: -moz-linear-gradient(top, #ffffff, #f2f2f2);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f2f2f2));
    background-image: -webkit-linear-gradient(top, #ffffff, #f2f2f2);
    background-image: -o-linear-gradient(top, #ffffff, #f2f2f2);
    background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
    background-repeat: repeat-x;
    border: 1px solid #d4d4d4;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
    *zoom: 1;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
       -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
            box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);*/
}



.navbar-search .search-query {
    padding: 4px 14px;
    margin-bottom: 0;
    font-family: "Futura Lite";
    font-size: 13px;
    font-weight: normal;
    line-height: 1;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.navbar .nav > li > a {
    font-size:23px;
    font-weight: 700;
    float: none;
    padding: 10px 15px 10px;
    color: #000000;
    text-decoration: none;
    text-shadow: 0 1px 0 #ffffff;
}

.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
    color: #49afcd;
    text-decoration: none;
    background-color: transparent;
}

.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
    color: #49afcd;
    text-decoration: none;
    background-color: #e5e5e5;
    -webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
    -moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);

}

.nav{
    margin-bottom:0px;
}

.nav-tabs {
    border-bottom: 1px solid #000000;
}

.tab-pane {
    border-left:1px solid #000000;
    border-right:1px solid #000000;
    border-bottom:1px solid #000000;
}

.nav-tabs > li {
    margin-bottom:-1px;
}

.nav-tabs > li > a {

    background: transparent url(../img/325x36.png) no-repeat right top;
    margin-right:-2px;
    border-left:1px solid #000000;
    font-size:22px;
    font-weight:700;
    color:#000000;
    padding-top: 8px;
    padding-bottom: 8px;
    line-height: 20px;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    min-width:155px;
}

.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus {
    color:#49afcd;
    background: transparent url(../img/325x36.png) no-repeat right top;
    margin-right:0px;
    font-weight:700;
    cursor: default;
    background-color: #ffffff;
    border-top: 1px solid #ffffff;
    border-left: 1px solid #000000;
    border-right: 0px solid #ffffff;
    border-bottom:2px solid #ffffff;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;

}


.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
    background: transparent url(../img/325x36.png) no-repeat right top;
    border-top: 1px solid transparent;
    border-left: 1px solid #000000;
    border-right: 1px solid transparent;
    border-bottom:1px solid transparent;
    background-color:transparent;
    color:#000000;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
}

.outerWELL {
    margin:40px 3% 60px 3%;
}

select, textarea,
input[type="text"], input[type="password"],
input[type="datetime"], input[type="datetime-local"],
input[type="date"], input[type="month"], input[type="time"],
input[type="week"], input[type="number"], input[type="email"],
input[type="url"], input[type="search"], input[type="tel"],
input[type="color"], .uneditable-input {
    margin-bottom:2px;
    margin-top:2px;
}

input[type="number"].short{
    width:100px;
}

#SplashHeader {
    width:100%;
}

/*.tab-content {
    overflow: visible;
}*/

input {
    margin:5px 5px 9px;
}

select {
    margin:5px 5px 9px;
}

.table {
    max-width: 100%;
    background-color: white;
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 0px;

}

.table th,
.table td {
    padding:3px;
    padding-left:10px;
    line-height: 20px;
    font-size:18px;
    text-align: left;
    vertical-align: middle;
    border-bottom: 2px solid white;
    border-right: 2px solid white;
}


.table-striped thead th,
.table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th {
    background-color: #D3D3D3;
    color:#000000;
    font-size:20px;
}
.table-striped tbody > tr:nth-child(even) > td,
.table-striped tbody > tr:nth-child(even) > th {
    background-color: #D3D3D3;
    color:#000000;
    font-size:20px;
}

.table-hover tbody tr:hover > td,
.table-hover tbody tr:hover > th {
    background-color: #BEBEBE;
    color:white;
}

.table-rows-selectable tbody tr.selected td {
    background: none repeat scroll 0 0 #BEBEBE;
    color: #000000;
}

.uniform {
    background-color:white;
    padding:10px 10px;
}

.uniformTWO {
    border:1px solid #333333;
    background-color:white;
}

.well {
    min-height: 20px;
    padding: 19px;
    background-color: #D3D3D3;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    /*-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);*/
    box-shadow:0px 0px 2px #333333;
}

@media (max-width: 1450px) {
    .nav-tabs > li > a {

        background: transparent url(../img/Tab3.png) no-repeat right top;
        border-left:1px solid black;
        font-size:16px;
        font-weight:700;
        color:#000000;
        padding-top: 8px;
        padding-bottom: 8px;
        line-height: 20px;
        -webkit-border-radius: 4px 4px 0 0;
        -moz-border-radius: 4px 4px 0 0;
        min-width:110px;
    }
}







@media (max-width: 979px) {

    #logIN {
        margin-top:15px;
        margin-bottom:25px;
    }

    #SplashBG {
        display: none;
    }

    .span4 {
        width:90%;
    }
    .span7 {
        width:90%
    }

    body {
        padding-top: 20px;
    }
    .navbar-fixed-top,
    .navbar-fixed-bottom {
        position: fixed;
    }
}

.danger .label {
    background-color: red;
}

.highlight {
    padding: 9px 14px;
    background-color: #F7F7F9;
    border: 1px solid #E1E1E8;
}

/* The next 2 classes allow popup menus to overflow outside accordions and tab contents.  Otherwise, they get clipped. */
.tab-content {
    overflow: visible;
}

/* This class works in conjunction with a modification to the 'collapse' directive of ui-bootstrap.  We add the
   'open' class to the element after it is expended, and we remove it after it is collapsed. */
.accordion-body.open {
    overflow: visible;
}

.progress .bar.inanimate {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}

.scrollArea {
    height: 300px;
    overflow: auto;
}

.file-drop-zone {
    border: 2px dashed #cccccc;
    border-radius: 4px;
    padding: 11px;
    transition: background-color 0.1s linear 0.1s;
    text-align: center;
    position: relative;
}

.file-drop-zone__text {
    color: #CCCCD3;
    font-size: 12pt;
    font-weight: bold;
    text-align: center;
    display: block;
}

.file-drop-zone.dragover {
    border: 2px dashed green;
}

.file-drop-zone.dragover-err {
    border: 2px dashed red;
}

.file-list {
    padding: 11px;
    text-align: center;
    position: relative;
    margin-top: 19px
}

.chart-canvas {
    width: 100% !important;
    height: auto !important;
}

.largePrint {
    font-size: 20px;
}

.smallPrint {
    font-size: 17px;
}

.thin-border {
    border: 1px;
    border-style: solid;
}

/*
   Used to clip text in a cell and terminate clipped text with ellipsis.  The table must have style
   style="table-layout: fixed;"
*/
.clipping-table-cell {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

label.inline {
    display: inline;
    margin-right: 10px;
}

.pop-tooltip + .tooltip > .tooltip-inner {margin:0;padding:9px 14px;font-size:18px;font-weight:500;line-height:18px;background-color:rgb(255, 255, 255, 1); color: black;border:1px solid rgba(0, 0, 0, 0.2);border-radius:6px;box-shadow:0 5px 10px rgba(0, 0, 0, 0.2);}
.pop-tooltip + .tooltip.in {opacity: 1;}
.page5table > tbody >tr > td{
    font-size: 15px !important;
}

.page4Field {
    width: 300px;
}
