body,form,fieldset,legend,object,img,iframe,
table,td,th,ul,li,ol,h1,h2,h3,h4,h5,h6,p,blockquote {
  margin:0;
  padding:0;
  border:0;
  vertical-align:baseline;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

ul,ol {
  list-style:none;
}
.clear-left {
  height:0;
  clear:left;
}
html {
  overflow-y:scroll;
}
body {
  /*line-height:1;*/
  /*background-color:#fff;*/
  /*color:#666;*/
  font-family:Arial,sans-serif;
  font-size:12px;
  margin-bottom:40px;
}
p {
  line-height:1.5em;
  margin-bottom:1.3em;
}
/*a:link, a:visited {*/
  /*color:#0076cc;*/
/*}*/
/* Restore white color for bootstrap button text */
a.btn-primary {
   color: white;
}
a.btn.btn-secondary {
  background-color: grey;
  color: white;
  cursor: not-allowed;
  pointer-events: none;
}
a:hover {
  color:#005695;
}
h1 {
  font-size:20px;
  font-weight:bold;
  color:#666;
}
h2 {
  font-size:18px;
  font-weight:normal;
  color:#666;
}
h3 {
  font-size:12px;
  font-weight:bold;
  margin-bottom:10px;
}
th {
  text-align:left;
  font-weight:normal;
}
input {
  background:#fff;
  color:#666;
  font-size:12px;
  font-family:Arial,sans-serif;
  border:1px solid #bbb;
  border-top:1px solid #666;
  padding:2px 10px;
  vertical-align:top;
}
input[type=checkbox] {
  background:none;
  border:none;
}
select {
  background:#fff none;
  color:#666;
  font-size:12px;
  font-family:Arial,sans-serif;
  border:1px solid #bbb;
  border-top:1px solid #666;
}
textarea {
  background:#fff;
  color:#666;
  font-size:12px;
  font-family:Arial,sans-serif;
  border:1px solid #bbb;
  border-top:1px solid #666;
  padding:5px 10px;
  line-height:1.2em;
}
.base-container {
  width:960px;
  margin:0 auto;
  margin-top: 20px;
}

/* HEADER ================== */
#header {
  position:relative;
  height:75px;
}
#header h1 {
  position:absolute;
  left:0;
  top:18px;
  line-height:1.1em;
}
#header #login {
  position:absolute;
  top:21px;
  right:12px;
  color:#8c8c8c;
}
#header #login-form {
  position:absolute;
  top:10px;
  right:0px;
  width:450px;
  padding:9px 10px;
  background-color:#fafae6;
}
#header #login-form input {
  width:155px;
  margin-bottom:5px;
  margin-right:5px;
}
#header #login-form input.abtn {
  width:70px;
}
#header #login-form a {
  font-weight:bold;
  margin-right:10px;
}

#header #password-reset-link {
 padding-top:2px;
}

#body {
  padding-bottom:12px;
}

/* MAIN MENU =================== */
#main-nav {
  position:absolute;
  left:0;
  top:53px;
}
#main-nav > ul > li {
  display: inline;
  margin-right:5px;
  padding-left:9px;
  background:url(../images/menu-dash.png) no-repeat 0% 50%;
}
#main-nav li a:link,
#main-nav li a:visited {
  color:#0076cc;
  font-size:14px;
  font-weight:bold;
  text-decoration:none;
  line-height:1.1em;
}
#main-nav li .caret {
  border-top-color:#0076cc;
  border-bottom-color:#0076cc;
}
#main-nav li:first-child, #main-nav ul.dropdown-menu li {
  padding-left:0;
  background:none;
}
.dropdown-menu {
  /* We don't use roundrects in any other parts of SGIP
  so it seemed like a good idea to omit them here */
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #f5f5f5;
  outline: 0;
}

/*  Summary Table styles ======================== */

#summary-table {
  position:absolute;
  top:65px;
  right:0;
}
#summary-table th {
  width:292px;
  height:30px;
  font-weight:bold;
  text-align:left;
  padding-left:8px;
  vertical-align:middle;
  border-bottom:1px solid #dbe8f1;
}
#summary-table td {
  width:120px;
  height:30px;
  font-size:14px;
  text-align:right;
  vertical-align:middle;
  border-bottom:1px solid #dbe8f1;
}
#summary-table .summary-last-row td,
#summary-table .summary-last-row th {
  border-bottom:none;
}
#summary-table input {
  padding-left:5px;
  padding-right:5px;
  width:108px;
  text-align:right;
}
#summary-table input.abtn {
  width:70px;
  text-align:center;
}
#summary-table .abtn {
  margin-right:10px;
}
#summary-table .space-adjust {
  padding-right:5px;
  width:115px;
}

/* BUDGET SUMMARY TABLE ========== */

#budget-table {
  min-width:50%;
}
#budget-table th {
  padding-top:3px;
  padding-bottom:7px;
}
#budget-table td {
  padding-top:8px;
  padding-bottom:5px;
  color:#000;
}
#budget-table .summary td {
  background-color:#dbe8f1;
  font-weight:bold;
}
#budget-table .year-top td {
  border-top:1px solid #dbe8f1;
}
#budget-table .budget-year {
  width:41px;
  font-weight:bold;
}
#budget-table .budget-name {
  width:143px;
  color:#666;
}
#budget-table .budget-level {
  width:118px;
  padding-right:5px;
  text-align:right;
  border-right:1px solid #dbe8f1;
}
#budget-table .centered {
  text-align:center !important;
}
#budget-table .budget-total {
  width:123px;
  padding-right:5px;
  text-align:right;
  font-weight:bold;
}
#budget-table .tooltip-inner {
  /* See Tool Tips ticket #946 */
  font-weight:normal;
}

/* REPORTS TABLE ================= */

#reports-table {
  width:100%;
  border-top:1px solid #dbe8f1;
}
#reports-table th {
  text-align:left;
  font-weight:bold;
}
#reports-table td {
  text-align:right;
}
#reports-table a.btn-export:link,
#reports-table a.btn-export:visited {
  padding:5px 0;
  padding-right:27px;
  background:url(../images/icon-export.png) no-repeat right top;
}
#reports-table th,
#reports-table td {
  padding:10px;
  border-bottom:1px solid #dbe8f1;
}
#reports-table .special-row th,
#reports-table .special-row td {
  background-color:#dbe8f1;
  border-color:#edf2f6;
}

/* TRANSACTIONS TABLE =========== */

#transactions_table {
  margin-top:20px;
  width:100%;
}
#transactions_table th {
  padding:0 10px;
  padding-top:2px;
  padding-bottom:5px;
  border-right:1px solid #dbe8f1;
  border-bottom:1px solid #dbe8f1;
  white-space:nowrap;
}
#transactions_table td {
  height:33px;
  padding:0 10px;
  color:#000;
  border-right:1px solid #dbe8f1;
  border-bottom:1px solid #dbe8f1;
  vertical-align:middle;
  line-height:1.2em;
}
#transactions_table .transaction-form-row td {
  padding:0 5px;
  background-color:#fafae6;
}
#transactions_table th.transactions-action,
#transactions_table td.transactions-action {
  border-right:none;
  width:120px;
}
#transactions_table .transactions-amount,
#transactions_table .transactions-amount input {
  text-align:right;
}
#transactions_table input {
  padding-left:5px;
  padding-right:5px;
}
#transactions_table .width-gen {
  width:71px;
}
#transactions_table .width-type {
  width:122px;
}
#transactions_table .width-comment {
  width:231px;
}
#transactions_table input, #transactions_table select {
  font-size:12px;
}
#transactions_table input[name="effective_date"] {
  width: 63px;
}
#transactions_table select[name="account_to"],
#transactions_table .account_to {
  width: 70px;
}
#transactions_table select[name="account_from"],
#transactions_table .account_from {
  width: 70px;
}
#transactions_table select[name="transaction_type"] {
  width: 90px;
}
#transactions_table input[name="amount"] {
  width: 68px;
}
#transactions_table input[name="comment"] {
  width: 189px;
}




/* Login boxes on home page ======================== */
.login-boxes{
    margin-bottom: 5px;
    border-radius: 10px;
    background: #E4E4E4;
    padding: 10px;
    width: 380px;
    height: 150px;
    }

.reg-boxes{
    margin-bottom: 5px;
    border-radius: 10px;
    background: #E4E4E4;
    padding: 10px;
    width: 380px;
    height: 103px;
}

.dev-reg-boxes{
    margin-bottom: 10px;
    border-radius: 10px;
    background: #E4E4E4;
    padding: 10px;
    width: 380px;
    height: 205px;
}

.dev-blue-boxes{
    border-radius: 10px;
    background: #3276b1;
    color: white;
    padding: 10px;
}

.dev-blue-boxes  a{
    text-decoration: underline;
    color: white;
}

#home-left{
    padding-top:2px;
}

.dev-blue-boxes > div{
  overflow: auto;
}


.status-boxes{
    margin-bottom: 5px;
    border-radius: 10px;
    padding: 10px;
    width: 380px;
    height: 103px;
}

/* Header floats ================================== */

.topRcorner{
    float:right;
    top:10px;
    right: 10px;
}

.mainTitles{
  float:left;
}

header{
    height: 48px;

}

/* DataTables beyond the default ==== */
.DT_styles{
  font-size: 12px;

}

.DT_styles th{
  font-weight: bold;
  background-color: #2980B9;
  color: white;
  white-space: nowrap;
  border-style: solid;
  border-width: 0 1px 0 0;

}

.DT_styles td:nth-child(0n+4){
    white-space: pre;
}

.DT_styles tr.even{
  background-color: #F1F1F1;
}

td.details-control {
    cursor: pointer;
}

.dt_summary_drawer {
    border: medium solid lightgray;
    border-radius: 10px;
    display: none; /* start summary drawer hidden */
    padding: 2px;
    margin: 2px;
}

table.dataTable tbody td.sliding_child_row {
    padding: 0;
}

/* MANUFACTURER REPORT TABLE =========== */
tr.gray-label td {
  color: #888;
  text-align: right;
}
#reports-container {
  width:48%;
  float: left;
}
#manufacturer-concentration-report {
  width:48%;
  height: 100%;
  float:right;
}
#manufacturer-table {
  width: 100%;
}
#manufacturer-table td {
  padding-top:8px;
  padding-bottom:5px;
}
#manufacturer-table .budget-total {
  text-align:right;
}
#manufacturer-table .budget-percentage {
  text-align: right;
}
.budget-orange {
  color: #FF7E00;
  font-weight: bold;
}
.budget-red {
  color: #FF0000;
  font-weight: bold;
}

/* Fixes issue with overlapping col-sm-12 divs in forms */
div .col-sm-*{
  display: inline-block;
}

/* FIXME:
overwrite the link colors here because we have a global rule that sets
all links to blue for some reason
*/
#pub-calc-banner a:link,
#pub-calc-banner a:visited {
  color: #2E6305;
}
#exhausted-budget-warning a:link,
#exhausted-budget-warning a:visited {
  color: #b94a48;
}

.text-danger a {
  color: #b94a48;
  font-weight: bold;
}

/* FIXME  Why do I need this */
#collapseaes_compliance{
    padding-left:20px;
}
/* FIXME to make the panel copy stay in the panel  */

/* FIXME  Why do I need this */
.col-sm-12 > .control-label{
    padding-top:10px;
}
/* FIXME to make 12 col panels style correctly  */

.panel-default > a:hover{
    text-decoration:none;
    color: black;
}

/* panels are off center ?? */
.panel{
    margin-left: 15px;
}

.panel .panel{
    margin-left: 5px;
    width:98.8%;
}

/* PASSWORD RESET PAGE ======================== */
#password_reset .label_field input{
  float: left;
  margin-right: 8px;
}

.icon-white {
  color: white;
}

.pngicon {
  width: 12px;
  height: 12px;
  position: relative;
  display: inline-block;
  line-height: 1;
  top: 2px;
}
.validation-response-container {
  margin-top: 15px;
  padding: 15px;
  font-size: 14px;
  font-weight: bold;
}
.bg-danger {
  background-color: #f2dede;
}
.bg-success {
  background-color: #dff0d8;
}

/* Forcing bootstrap to font size 12 */
.form-control {
    font-size:12px;
}

.instructions-label{
  font-weight: bold;
}

/* Overridding navigation css from styles.css without removing styles.css */
#main-nav > ul > li {
  display: inline;
  margin-right: 0px;
  padding-left: 0px;
  background: none;
}
#main-nav li .caret {
  border-top-color: white;
}
#main-nav li > a:hover .caret {
  border-top-color: white;
}
#main-nav .nav-tabs > li > a{
  border: medium ;
  background-color: #c5c5c5;
  color: white;
  border-bottom-color: #0076cc;
}
#main-nav .nav-tabs > li > a:hover{
  background-color: #2980B9 !important;
  border: medium none;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  color:#fff;
}
#main-nav .nav-tabs > li.active > a,
#main-nav .nav-tabs > li.active > a:focus,
#main-nav .nav-tabs > li.active > a:hover{
  background-color: #2980B9 !important;
  color: white;
}
#main-nav .nav-tabs {
    border-bottom: 2px solid #0076cc;
    width: 960px;
}

#main-nav .nav-tabs > li {
    border-bottom: 1px solid #0076cc;
}

/*fix h3 on summary pages being huge TODO fix this in notes.css */
.notes-box h3 {
  font-size:14px;
}

/* upload widget styling */
/*
#actions {
  margin: 2em 0;
}

.uploadWidget .row {
  margin-top: 22px;
  margin-bottom: 0px;
}

div.uploadWidget .table {
  display: table;
  margin-left: 10px;
}

div.uploadWidget .table .file-row {
  display: table-row;
  margin-left: 10px;
}
div.uploadWidget .table .file-row > div {
  display: table-cell;
  vertical-align: top;
  border-top: 1px solid #ddd;
  margin-left: 10px;
}
div.uploadWidget .table .file-row:nth-child(odd) {
  background: #f9f9f9;
}
*/

.dropzone-previews .progress {
    margin-bottom: 2px;
}

/* Hide the progress bar when finished */
.dropzone-previews .dz-complete .progress {
  display: none;
}

/* Hide the cancel button initially */
.dropzone-previews .cancel {
  display: none;
}

/* show the cancel button when processing */
.dropzone-previews .dz-processing .cancel {
  display: block;
}
/* hide the cancel button when done */
.dropzone-previews .dz-processing.dz-complete .cancel {
  display: none;
}

/* upload widget styling END */

.modal-lg {
    width: 900px;
}

/*  Fixing bootstrap spacing for tighter panels */
.panel-group .panel.cust_panel{
  margin-bottom:4px;
  line-height: 15px;
  /* fix for panel accordion overflows not showing up */
  overflow: visible;
}

.panel-body.row {
    margin-left:0;
    margin-right:0;
    padding-left:0;
    padding-right:0;
}

.form-group{
  margin-bottom:3px;
}

/*  Fixing bootstrap spacing and styles for printable_rrf */
#print-rrf-view{
  line-height:1.1 !important;
}
#print-rrf-view hr{
  margin:10px 0 3px 0;
  color: black;
  border-top: 2px solid black;

}
#print-rrf-view h5{
  padding-bottom: 2px;
  padding-top: 10px;
  border-bottom: 2px solid black;
  margin-bottom: 8px;
}

#RRF-pv-required-materials li{
  font-size: 10pt;
  margin-left: 10px;
}

#RRF-pv-aes-compliance-text > div > h5,
#RRF-pv-aes-compliance-text > div > div,
#RRF-pv-aes-compliance-text > div > label,
#RRF-pv-aes-compliance-text > div > ul {
    margin-left: 15px;
}

#RRF-pv-aes-compliance-text > div > ul > li > ul > li{
    margin-right: 10px;
}

#RRF-pv-pbi-incentive-results > div > h5,
#RRF-pv-pbi-incentive-results > div > label,
#RRF-pv-pbi-incentive-results > div > div {
    margin-left: 15px;
}

#print-rrf-legal-disclaimer > ol {
    margin-left: 15px;
}

/*#RRF-pv-aes-compliance-text > div > label,*/
/*#RRF-pv-aes-compliance-text > div > ul*/
/*#RRF-pv-aes-compliance-text > div > ul > li{*/
    /*margin-left: 15px;*/
/*}*/

#RRF-pv-attestation > div > h5,
#RRF-pv-attestation > div > p{
    margin-left: 15px;
}

.text-nowrap{
    white-space: nowrap;
}

#home_page_border {
    border: 1px solid #010000;
    padding: 10px;
    font-size: 14px;
    margin-top: 5px;
}

#home_page_border p{
    margin-bottom: 0px;
}

.no_margin {
  margin: 0px;
}

.home_pages_content {
    padding: 10px;
    font-size: 14px;
    margin-top: 5px;
}

.home_pages_contact{
    font-size: 12px;
}

.home_pages_contact h2{
  color: #2980B9;
  font-weight: bold;
  font-size: 12px;

}

.navbar{
  margin-bottom: 0;
  border-radius: 0;
  height: 40px;
  min-height: 25px;
}

.navbar-nav > li > a {
  padding-top: 10px;
}

.unauthnav li{
  list-style-position:inside;
  border-left: 2px solid white;
}

.resources p{
  padding-top:8px;
  padding-bottom: 0;
  margin-bottom: 0;
}

.name div{
  width: 105px;
  overflow: hidden;
}

.panel-widget{
  width: 118px;
  float: left;
  margin-right: 10px;
}
.panel .panel .form-group {
    margin-bottom: -11px;
}

.panel .panel select.form-control {
    padding-top: 3px;
    padding-bottom: 3px;
    height: 23px;
}

.register_page .form-group{
  display: inline-block;
}

.reg_form div .col-lg-10 {
  padding-left: 0;
  padding-right:0;

}

.required label.control-label:after {
  content:" *";
  color: #e32;
}

.disclaimer{
  font-size: 11px;
}
.submit_address_indent{
  margin-left:20px;
}

.tutorial_style{
  font-size: 18px;
}

.level2_message{
  color: red;
  padding-top:28px;
  display: none;
}
.text-prewrap{
  white-space: pre-wrap;
}

/* Spacing fix for modals in UserSettings*/
@media screen and (min-width: 768px){
  .modal-dialog {
  left: 0;
}}


/* User Settings */
.us_main {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  padding-left: 20px;
  padding-bottom: 20px;
}


/* Documents Hero copy */
.docs_hero_txt{
  list-style-type: circle;
  padding-left: 10px
}

/* announcements */
#announcements_list table td pre {
  font-family: Arial,sans-serif;
  background: none;
  border: none;
  font-size: 16px;
}

/* T&C page */
.checkbox {
    font-size: 14px;
    line-height: 20px;
}
.errorlist {
    color: #b94a48;
}

/* Dashboard Buttons */
#create_new_app_button {
  display: inline-block;
}
#full_export_button {
    float: right;
    height: 22px;
    font-size: 12px;
    line-height: 9px;
}

/* New Announcement Banner */
.close_announcment_span {
  position: absolute;
  cursor: pointer;
  top:5px;
  bottom: 0;
  left: 5px;
  z-index: 500;
}

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

.label_dc_style {
    font-weight: normal;
}
.input_dc_style {
    position: relative;
    top: -1px;

}

.glyph-circle{
    height: 40px;
    width: 40px;
    line-height: 40px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    font-size: 1.5em;
    background-color:#3276b1;
    color:white;
    text-align: center;
    position: inherit;
    vertical-align: middle;
}

.blue{
  color:#3276b1;
}
