/* @override http://localhost:8000/static/css/style1.css?v=1.5.0-B146 */


button {
  outline: none !important; }

.black-button {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  width: 138px;
  height: 41px;
  background-color: #000000;
  color: #ffffff;
  border: none;
  -webkit-transition: background-color 300ms ease-out;
  -moz-transition: background-color 300ms ease-out;
  -o-transition: background-color 300ms ease-out;
  transition: background-color 300ms ease-out; }

.black-button:hover {
  background-color: #007181; }

.black-button-disabled {
  background-color: #acbec8 !important; }

.black-button-disabled:hover {
  background-color: #acbec8 !important; }

.blue-button {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  background-color: #007181;
  color: #ffffff;
  border: none;
  -webkit-transition: background-color 300ms ease-out;
  -moz-transition: background-color 300ms ease-out;
  -o-transition: background-color 300ms ease-out;
  transition: background-color 300ms ease-out;
  font-family: Arial; }

.blue-button:hover {
  background-color: #000000;
  color: #ffffff; }

.white-button {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  background-color: #ffffff;
  color: #007181;
  border: none;
  -webkit-transition: background-color 300ms ease-out , color  300ms ease-out;
  -moz-transition: background-color 300ms ease-out , color  300ms ease-out;
  -o-transition: background-color 300ms ease-out , color  300ms ease-out;
  transition: background-color 300ms ease-out , color  300ms ease-out; }

.white-button:hover {
  background-color: #000000;
  color: #ffffff; }

.help-button {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  background-color: #007181;
  color: #ffffff;
  border: none;
  font-family: Arial;
  font-size: 20px;
  opacity: 1;
  -webkit-transition: opacity 300ms ease-out;
  -moz-transition: opacity 300ms ease-out;
  -o-transition: opacity 300ms ease-out;
  transition: opacity 300ms ease-out; }

.help-button:hover {
  opacity: 0.7; }

.white-help-button {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  background-color: #ffffff;
  color: #dba038;
  border: none;
  font-family: Arial;
  font-size: 20px;
  opacity: 1;
  -webkit-transition: opacity 300ms ease-out;
  -moz-transition: opacity 300ms ease-out;
  -o-transition: opacity 300ms ease-out;
  transition: opacity 300ms ease-out; }

.white-help-button:hover {
  opacity: 0.7; }

.grey-help-button {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  background-color: #ffffff;
  color: #666666;
  border: none;
  font-family: Arial;
  font-size: 20px;
  opacity: 1;
  -webkit-transition: opacity 300ms ease-out;
  -moz-transition: opacity 300ms ease-out;
  -o-transition: opacity 300ms ease-out;
  transition: opacity 300ms ease-out; }

.grey-help-button:hover {
  opacity: 0.7; }

.editor-item-units {
    color: #888;
    font-size: 11px;
}
.na {
    padding-left: 15px;
    width: 100%;
    height: 100%;
}
.na-cell {
    background-color: #e2e2e2 !important;
}
.editor-bulk .editor-item-row1 td {
    padding-left: 15px !important;
}
.editor-bulk .editor-item-row1 td input[type=checkbox] {
    position:relative;
    top: 5px;
}
/* Styling new elements */
#project_details .well, #register .well {
    background-color: transparent;
    border: none;
    border-radius: 0px;
    padding: 0px;
    box-shadow: none;
    min-height: inherit;
    margin-bottom: 30px;
}
#project_details .right_content > form {
    width: 100%;
}
#register form {
    width: 70%;
    margin-top: 40px;
}
#project_details .right_content > form .control-group, #register form .control-group {
    margin-bottom: 2px;
}
#project_details .right_content > form .control-group:after, #register form .control-group:after {
    clear: both;
    content: "";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}
#project_details .right_content > form .control-group label, #register form .control-group label {
    float: left;
    background-color:  #e2e2e2;
    height: 50px;
    width: 35%;
    text-align: left;
    padding-top: 0px;
    line-height: 50px;
    padding-left: 20px;
    padding-right: 10px;
    margin-right: 2px;
    margin-bottom: 0px;
    color: #333;
    font-size: 14px;
}
#project_details .right_content > form .control-group label {
    width: 250px;
    position: relative;
}
#project_details .input-wrap {
    position: relative;
}
.help-button {
position: absolute;
right: 7px;
top: 11px;
text-indent: -99999px;
line-height: 30px;
background-image: url(../img/Helpicon.png);
width: 27px;
height: 27px;
background-color: transparent;
}
.buttons .help-button {
right: 54px;
    top: 4px;
}
th .help-button {
float: right;
position: relative !important;
top: 0px !important;
right: 0px !important;
}
.project-credit-enabled .help-button, .project-credit-disabled .help-button {
background-image: url(../img/Help-Icon-Large.png);
background-size: cover;
    width: 42px;
    height: 42px;
    top: 0px;
}
#project_details .help-button.inline {
    position: static;
    display: inline-block;
    margin-left: 20px;
}
#project_details .help-button.right-button {
    position: static;
    float: right;
}
#project_details .right_content > form .control-group .controls, #register form .control-group .controls {
    float: left;
    background-color: #c5dbde;
    height: 50px;
    width: calc(65% - 2px);
    padding-right: 8px;
}
#project_details .right_content > form .control-group .controls {
    width: calc(60% - 2px);
}
#project_details .right_content > form .control-group .dropdown, #register form .control-group .dropdown {
    margin-top: 8px;
}
#project_details .right_content > form .control-group .dropdown .selected {
    padding-left: 12px !important;
}
#project_details .right_content > form .control-group .controls input[type=text], #project_details .right_content > form .control-group .controls input[type=number], #register form .control-group .controls input[type=text], #register form .control-group .controls input[type=email], #register form .control-group .controls input[type=password] {
    height: 50px;
    border: none;
    background-color: transparent;
    color: #333;
}
#div_id_agreed_terms_conditions label, #div_id_receive_email_updates label {
    width: auto !important;
    height: auto !important;
    line-height: normal !important;
    background-color: transparent !important;
}
#div_id_agreed_terms_conditions input, #div_id_receive_email_updates input {
    margin-top: 2px;
}
#div_id_agreed_terms_conditions .controls {
    margin-top: 10px !important;
}
#div_id_agreed_terms_conditions .controls, #div_id_receive_email_updates .controls {
    background-color: transparent !important;
    width: auto !important;
    height: auto !important;
}
#project_details #submit-id-save, #register #submit-id-submit, .reset-password #submit-id-submit, #reset-password-confirm #submit-id-submit {
    font-size: 19px;
    margin-right: 8px;
    padding: 18px 0 17px;
    text-align: center;
    width: 295px;
}
.reset-password #submit-id-submit, #reset-password-confirm #submit-id-submit {
    margin-top: 20px;
}

/* Horizontally scroll */
.top-scroll-wrap {
    height: 20px;
    overflow-x: scroll;
    overflow-y:hidden;
    position: absolute;
    /*width: 805px;*/
    z-index: 9;
}
.top-scroll-wrap .top-scroll {
    height: 20px;
    width: 100%;
}

.right_content form, .editor form {
    position: relative;
}
.fake-left-column {
    /*display: none;*/
    position: absolute;
    left: 0px;
    z-index: 2;
}
.fake-left-column .cell {
    width: 170px;
    min-height: 60px;
    padding: 8px 8px 8px 15px;
    font-family: HelveticaNeueMedium;
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
}

.project-form-edit
{
    margin-bottom: 40px;
}

.editor .editor-section-footer
{
    background-color: #f1f1f1 !important;
    min-height: 80px;
}

.editor .add-new-wrap {
    padding: 20px;
    float: left;
    /*text-align: center;*/
}
.editor .add-new-wrap .editor-add-new {
    padding: 10px 60px;
}
.editor table {
    margin-bottom: 0px;
}
.editor table th {
    padding-left: 15px !important;
}
.editor table td, .editor table th {
    border-bottom: 3px solid #fff !important;
    border-left: 3px solid #fff !important;;
    /*background-color: #c5dbde;*/
    vertical-align: middle !important;
}
.editor table tr:last-child td, .editor table tr:last-child th {
    border-bottom: none !important;
}
#project_details .editor table td.highlight {
    background-color: #a8cbd2 !important;
}

#project_details .editor table tr.editor-item-row1 td.highlight {
    background-color: transparent !important;
}
#finalise.right {
    width: 230px !important;
    float: right;
    padding: 10px !important;
}
.controls input[type=number] {
    padding: 0px 12px;
    width: 100%;
}

.section-ieq .editor table td.highlight {
    background-color: #eed5bf !important;
}
.section-energy .editor table td.highlight {
    background-color: #e2d4bd !important;
}
.section-water .editor table td.highlight {
    background-color: #c2e3e6 !important;
}
.section-stormwater .editor table td.highlight {
    background-color: #c6d6e3 !important;
}
.section-transport .editor table td.highlight {
    background-color: #dcb8c5 !important;
}
.section-waste .editor table td.highlight {
    background-color: #cad3c5 !important;
}
.section-ue .editor table td.highlight {
    background-color: #cde2c7 !important;
}
.section-mgmt .editor table td.highlight {
    background-color: #e6c7be !important;
}
.section-innovation .editor table td.highlight {
    background-color: #cccad5 !important;
}

.editor table td:first-child, .editor table th:first-child {
    border-left: none !important;
}
.editor.multiple-col table .editor-item-row1 {
    background-color: #f1f1f1;
}
.editor.multiple-col table .editor-item-row1 {
    text-align: center;
}
.editor.multiple-col table .editor-item-row1 td, .editor.multiple-col table .editor-item-row1 th {
    background-color: transparent;
}

.editor table td {
    padding-bottom: 0px !important;
    padding-left: 0px !important;
    padding-top: 0px !important;
}
.editor table .editor-item-row1 td {
    padding-bottom: 10px !important;
    padding-top: 10px !important;
}
.editor .editor-item-remove {
    background-color: #999;
    border: none;
    border-radius: 30px;
    color: #fff;
}
.editor .form-group {
    margin-bottom: 0px;
}
.editor input, .editor select {
    background-color: transparent;
    border: none;
    border-radius: 0px;
    box-shadow: none;
    color: #333;
    padding: 0px;

}
.editor select {

    margin-left: 5px;
    margin-right: 5px;
    padding-left: 5px;
     width: 95%;

}
.editor input {

    padding-left: 15px;
    padding-top: 8px;
    padding-bottom: 8px;
}

.form-control[disabled], .form-control[readonly] {
    background-color: transparent;
}
/*
.section-ieq .editor table td, .section-ieq .editor table th {
    background-color: #f2e5db;
}
.section-energy .editor table td, .section-energy .editor table th {
    background-color: #ece5d9;
}
.section-water .editor table td, .section-water .editor table th {
    background-color: #dcecee;
}
.section-stormwater .editor table td, .section-stormwater .editor table th {
    background-color: #dee7ec;
}
.section-transport .editor table td, .section-transport .editor table th {
    background-color: #e8d7dd;
}
.section-waste .editor table td, .section-waste .editor table th {
    background-color: #e0e5dd;
}
.section-ue .editor table td, .section-ue .editor table th {
    background-color: #e1ebde;
}
.section-mgmt .editor table td, .section-mgmt .editor table th {
    background-color: #eedfd9;
}
.section-innovation .editor table td, .section-innovation .editor table th {
    background-color: #e1e0e5;
}
*/

 .editor table th
 {
     background-color: #e2e2e2;
 }
 .editor table
 {
     border-right: 3px solid white;
     width: auto;
 }

 .editor .fullwidth-table
 {
     width: 100%;
     max-width: 900px;
     table-layout: fixed;
 }

 .editor form
 {
    width: 100%;
    background-color: #e2e2e2;
 }

.green-button, .grey-button {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  font-size: 12px;
  width: 42px;
  height: 42px;
  background-color: #7dc614;
  color: #ffffff;
  border: none;
  font-family: HelveticaNeue;
  font-weight: 600;
  opacity: 1;
  -webkit-transition: opacity 300ms ease-out;
  -moz-transition: opacity 300ms ease-out;
  -o-transition: opacity 300ms ease-out;
  transition: opacity 300ms ease-out; }
.grey-button {
    background-color: #ccc;
    color: #000;
}
.green-button:hover, .grey-button:hover {
  opacity: 0.7; }

@media screen and (max-width: 320px) {
  .btn_container {
    margin-bottom: 39px; }
    .btn_container .black-button {
      margin-bottom: 10px; } }
@media screen and (min-width: 321px) and (max-width: 767px) {
  .btn_container {
    margin-bottom: 29px; }
    .btn_container .black-button {
      width: 165px;
      height: 50px;
      margin-bottom: 20px; } }
.static {
  margin-top: 38px;
  -webkit-border-top-right-radius: 30px;
  -moz-border-top-right-radius: 30px;
  border-top-right-radius: 30px;
  -webkit-border-bottom-left-radius: 30px;
  -moz-border-bottom-left-radius: 30px;
  border-bottom-left-radius: 30px;
  overflow: hidden;
  background-color: #ffffff;
  padding: 0px !important;
  margin-bottom: 84px; }
  .static .page_title {
    font-family: HelveticaNeueLight !important;
    background-color: #007181;
    color: #ffffff;
    padding: 30px 55px;
    letter-spacing: 0.5px;
    overflow: hidden; }
    .static .page_title p {
      font-size: 47px;
      float: left; }
    .static .page_title button {
      float: right; }

.popover {
  max-width: 500px !important;

  padding: 10px !important; }
  .popover img {
    margin-top: 11px;
    margin-bottom: 19px; }
  .popover .arrow {
     }

.popover_p {
  width: 511px;
  font-size: 15px;
  color: #666666;
  line-height: 22px; }

.progress_pages:after {
    clear: both;
    content: "";
    display: block;
    height: 0;
    line-height: 0;
    hidden;
}

.progress_pages {

  margin: 52px;
  /* margin-bottom: 20px; */
  margin-bottom: 84px;
  padding-left: 20px;
  padding-right: 20px !important;
  }
  .progress_pages .tab-pane {
    min-height: 620px; }
  .progress_pages .left {
    -webkit-border-top-left-radius: 30px;
    -moz-border-top-left-radius: 30px;
    border-top-left-radius: 30px;
    -webkit-border-bottom-right-radius: 30px;
    -moz-border-bottom-right-radius: 30px;
    border-bottom-right-radius: 30px;
    float: left;
    width: 258px;
    background-color: #007181;
    padding-top: 13px;
    padding-bottom: 19px;
    position: fixed; }
    .progress_pages .left .score_title {
      color: #ffffff;
      font-size: 18px;
      text-align: center; }
      .progress_pages .left .score_title .title {
        display: inline-block;
      }
      .progress_pages .left .score_title .score_info {
      background-image: url(../img/score_info.png);
      cursor: pointer;
      display: inline-block;
      height: 18px;
      margin-left: 3px;
      position: relative;
      top: 3px;
        width: 18px;
      }
    .progress_pages .left .score_number {
      color: #ffffff;
      text-align: center;
      font-size: 90px;
      letter-spacing: -3px;
      margin-top: -14px;
      margin-bottom: -4px; }
      .progress_pages .left .score_number .plus {
        display: inline-block;
    font-size: 40px;
    height: 79px;
    margin-right: 10px;
    vertical-align: middle;
      }
    .progress_pages .left .main_progress {
    background-image: url(../img/progress_bar_bg.png);
    background-repeat: no-repeat;
    background-position: 25px 0px;
      margin-left: 10px;
      margin-right: 10px;
      -webkit-border-radius: 25px;
      -moz-border-radius: 25px;
      -ms-border-radius: 25px;
      border-radius: 25px;
      height: 22px;
      background-color: #005a67; }
      .progress_pages .left .main_progress .progress-bar {
        background-color: rgb(154,208,72) !important;
        background-image: url(../img/progress_bar_bg_over.png);
        background-position: 25px 0px;
        background-repeat: no-repeat;
        }
    .progress_pages .left .white-button {
      padding: 10px 9px 9px 9px;
      margin-top: 21px;
      margin-left: 9px; }
    .progress_pages .left .white-button:last-child {
        width: 110px;
      margin-left: 2px !important; }
    .progress_pages .left .progress_tabs {
      border: none; }
      .progress_pages .left .progress_tabs li {
        float: inherit;
        position: relative; }
        .progress_pages .left .progress_tabs li a {
          display: block;
          overflow: hidden;
          padding: 0px;
          margin: 0px;
          border: none;
          border-radius: inherit; }
          .progress_pages .left .progress_tabs li a .progress_tabs_left {
            float: left;
            width: 8px;
            height: 23px;
            background-color: #7cb7bf; }

          .progress_pages .left .progress_tabs li a .progress_tabs_text {
            position: absolute;
            top: 0px;
            left: 14px;
            padding: 2px 0px;
            color: #ffffff; }
          .progress_pages .left .progress_tabs li a .progress_tabs_numbers {
            position: absolute;
            font-size: 13px;
            top: 0px;
            right: 55px;
            padding: 2px 0px;
            color: #ffffff; }
          .progress_pages .left .progress_tabs li a .progress_tabs_tick {
            background-image: url(../img/tick_score.png);
            height: 9px;
            position: absolute;
            right: 36px;
            top: 7px;
            width: 11px;
           }
           .progress_pages .left .progress_tabs li .progress_tabs_info {
           background-image: url(../img/score_info.png);
           background-size: cover;
           cursor: pointer;
           height: 13px;
           position: absolute;
           right: 13px;
           top: 5px;
            width: 13px;
           }
           .progress_pages .left .scorecard-project-info .accessible-container
           {
							position: relative;
           }
           .progress_pages .left .scorecard-project-info .progress_tabs_info {
           background-image: url(../img/score_info.png);
           background-size: cover;
           cursor: pointer;
           height: 13px;
           right: 0;
           top: 4px;
           width: 13px;
				   position: absolute;
           }

           .progress_pages .left .progress_tabs li a .progress_tabs_tick.passed {
            background-image: url(../img/tick_score_passed.png);
           }
          .progress_pages .left .progress_tabs li a .progress_tabs_prog {
            position: relative;
            margin: 0px;
            border: none;
            border-radius: inherit;
            height: 23px;
            background-color: #007181;
            box-shadow: none;
            border-top: 1px solid #187e8d; }
            .progress_pages .left .progress_tabs li a .progress_tabs_prog .progress-bar {
              background-color: #2b8995; }
        .progress_pages .left .progress_tabs li a:hover {
          border: none; }
      .progress_pages .left .progress_tabs li:last-child a .progress_tabs_prog {
        border-bottom: 1px solid #187e8d; }
      .progress_pages .left .progress_tabs li:last-child a .progress-bar {
        height: 103% !important; }
      .progress_pages .left .progress_tabs .active .progress_tabs_text {
        font-weight: normal;
        font-family: HelveticaNeueMedium;
        font-size: 14px; }
      .progress_pages .left .progress_tabs .active .progress_arrow {
        display: block; }
      .progress_pages .left .progress_tabs li:hover .progress_tabs_left {
        background-color: #007181 !important; }
        .progress_pages .left .progress_tabs li.section-energy:hover .progress_tabs_left, .progress_pages .left .progress_tabs li.section-energy.active .progress_tabs_left {
                background-color: #956e26 !important;
            }

            .progress_pages .left .progress_tabs li.section-mgmt:hover .progress_tabs_left, .progress_pages .left .progress_tabs li.section-mgmt.active .progress_tabs_left {
                background-color: #a24728 !important;
            }
            .progress_pages .left .progress_tabs li.section-ieq:hover .progress_tabs_left, .progress_pages .left .progress_tabs li.section-ieq.active .progress_tabs_left {
                background-color: #bc712f !important;
            }
            .progress_pages .left .progress_tabs li.section-water:hover .progress_tabs_left, .progress_pages .left .progress_tabs li.section-water.active .progress_tabs_left {
                background-color: #389aa6 !important;
            }
            .progress_pages .left .progress_tabs li.section-transport:hover .progress_tabs_left, .progress_pages .left .progress_tabs li.section-transport.active .progress_tabs_left {
                background-color: #81173b !important;
            }
            .progress_pages .left .progress_tabs li.section-stormwater:hover .progress_tabs_left, .progress_pages .left .progress_tabs li.section-stormwater.active .progress_tabs_left {
                background-color: #43749a !important;
            }
            .progress_pages .left .progress_tabs li.section-ue:hover .progress_tabs_left, .progress_pages .left .progress_tabs li.section-ue.active .progress_tabs_left {
                background-color: #559442 !important;
            }
            .progress_pages .left .progress_tabs li.section-waste:hover .progress_tabs_left, .progress_pages .left .progress_tabs li.section-waste.active .progress_tabs_left {
                background-color: #4a6b3e !important;
            }
            .progress_pages .left .progress_tabs li.section-innovation:hover .progress_tabs_left, .progress_pages .left .progress_tabs li.section-innovation.active .progress_tabs_left {
                background-color: #534e71 !important;
            }
      .progress_pages .left .progress_tabs .progress_arrow {
        width: 15px;
        height: 30px;
        background: url("../img/progress_arrow.png") no-repeat;
        position: absolute;
        right: -20px;
        top: -4px;
        display: none; }
  .progress_pages > .right {
    margin-left: 278px !important;
    -webkit-border-top-right-radius: 30px;
    -moz-border-top-right-radius: 30px;
    border-top-right-radius: 30px;
    -webkit-border-bottom-left-radius: 30px;
    -moz-border-bottom-left-radius: 30px;
    border-bottom-left-radius: 30px;
    background-color: #ffffff;
    float: left;
    margin-left: 20px;
    background-color: #ffffff;
    width: calc(100% - 278px); }
  .progress_pages.new-project .right {
      margin: 0 auto !important;
      float: none;
    width: 100% !important;

  }
    .progress_pages .right .page_title {
      overflow: hidden; }
      .progress_pages .right .page_title p {
        float: left;
        color: #ffffff;
        font-family: HelveticaNeueLight;
        font-size: 54px;
        line-height: 66px; }
      .progress_pages .right .page_title .img {
        float: right;
        width: 77px;
        height: 74px;
        background-size: contain !important;}

    .progress_pages .right .right_content {
      padding: 29px 34px; }
    .progress_pages .right .page_desc {
      line-height: 24px;
      color: #666666;
      font-size: 15px;
      margin-bottom: 46px;
      /* margin-top: 2px; */ }
  .progress_pages .right_section {

    }
  thead.stuck {
      position: fixed;
      top: 0px;
      z-index: 2;
      display: table-row;
      /*width: 805px;*/
      overflow: hidden;
  }
  thead.stuck tr {
      /*width: 805px;*/
  }
  thead.stuck th {
      /*width: 20%;
      width: calc(805px * 0.2);*/
  }
  thead.stuck th:first-child {
      /*width: calc(805px * 0.3);*/
  }
  thead.stuck th {
      border-bottom: none !important;
  }
  .bulk-edit-checkbox {
      padding: 0px !important;
      margin: 0px !important;
      height: auto !important;
      margin-top: 4px !important;
      display: inline-block;
      vertical-align: top;
  }
  .check-label {
        display: inline-block;
        margin-left: 10px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 99px;
  }
  .show-hide-editor-label {
  display: inline-block;
  margin-left: 10px;
  margin-bottom: 10px;
  }
  .right_table.stuck {
      position: fixed;
      top: 0px;
      margin-top: 0px !important;
      overflow:hidden;
      z-index: 4;
  }
    .progress_pages .right_section .top {
      background-color: #f1f1f1;
      overflow: hidden;
      margin-bottom: 3px;
      padding: 28px 28px 11px 28px; }
    .progress_pages .right_section p {
      font-family: HelveticaNeue !important;
      font-size: 15px;
      line-height: 15px;
      color: #666666; }
    .progress_pages .right_section .title {
      margin-top: 3px;
      color: #000000;
      font-family: HelveticaNeueMedium !important;
      }
    .progress_pages .right_section .text {
      width: calc(100% - 100px); }
      .progress_pages .right_section .text .title {
        line-height: 5px; }
      .progress_pages .right_section .text p {
        line-height: 25px; }
    .progress_pages .right_section .buttons {
      }
      .progress_pages .right_section .buttons button {
        float: left;
          font-size: 10px;
        margin-left: 6px; }
  .progress_pages .right_section_row {
    border-top: 2px solid #ffffff;
    /* border-right: none;
    border-left: none; */ }




  .progress_pages .right_section_tbl {
  position: relative;
    border-top: 2px solid #ffffff; }
  .progress_pages .right_section_tbl, .progress_pages .right_section_row {

    min-height: 48px;
    }
    .progress_pages .right_section_tbl .section_row_left, .progress_pages .right_section_tbl .section_row_right, .progress_pages .right_section_row .section_row_left, .progress_pages .right_section_row .section_row_right {
      padding: 9px 8px 8px 8px;
      background-color: #f9e9d0;
      float: left;
      min-height: 59px; }
    .progress_pages .right_section_tbl .section_row_left, .progress_pages .right_section_row .section_row_left {
      border: none;
      border-right: 2px solid #ffffff;
      outline: none; }
      .progress_pages .right_section_tbl .section_row_left .radio, .progress_pages .right_section_row .section_row_left .radio {
        padding-left: 14px !important;
        margin: 0px !important; }
      .progress_pages .right_section_tbl .section_row_left label, .progress_pages .right_section_row .section_row_left label {
        letter-spacing: -1px;
        line-height: 21px !important; }
      .progress_pages .right_section_tbl .section_row_left input, .progress_pages .right_section_row .section_row_left input {

        /* margin: 0px; */ }
    .progress_pages .right_section_tbl .section_row_right, .progress_pages .right_section_row .section_row_right {
      width: calc(100% - 51px);
      border-right: none; }
  .progress_pages .section_row_disable {
    background-color: #e1e1e1; }
    .progress_pages .section_row_disable .section_row_left {
      background-color: #e1e1e1; }
    .progress_pages .section_row_disable .section_row_right {
      background-color: #e1e1e1; }
    .progress_pages .section_row_disable .disable_checkbox {
      background-color: #e1e1e1 !important;
      color: #999999; }
  .progress_pages .box_shadow_div {
    box-shadow: inset 3px 3px 0px #dfd0b9; }
  .progress_pages .right_row_upload {
    background-color: #f9e9d0;
    overflow: hidden;
    border-top: 2px solid #ffffff; }
    .progress_pages .right_row_upload .title {
      font-size: 12px;
      color: #333333;
      margin-top: 14px;
      margin-left: 53px;
      margin-bottom: 3px; }
    .progress_pages .right_row_upload .uplload_img {
      background: url("../img/upload.png") no-repeat;
      width: 26px;
      height: 32px;
      float: left;
      margin-top: 16px;
      margin-left: 18px; }
    .progress_pages .right_row_upload .right_row_upload_ul {
      float: left;
      font-size: 8px;
      padding-left: 22px;
      margin-right: 29px; }
      .progress_pages .right_row_upload .right_row_upload_ul div {
        font-size: 13px;
        color: #333333;
        margin-left: -5px; }
      .progress_pages .right_row_upload .right_row_upload_ul li {
        margin-bottom: 1px; }
    .progress_pages .right_row_upload .upload_btn_real {
      display: none; }
    .progress_pages .right_row_upload button {
      font-size: 11px !important;
      letter-spacing: 0.2px !important;
      width: 64px;
      padding: 2px 0px;
      margin-left: -3px; }
    .progress_pages .right_row_upload .right_row_upload_radio_cont {
      float: left; }
      .progress_pages .right_row_upload .right_row_upload_radio_cont label {
        font-weight: normal;
        font-size: 13px;
        float: left;
        margin-right: 18px;
        margin-left: 3px; }
      .progress_pages .right_row_upload .right_row_upload_radio_cont input {
        margin-top: 2px;
        display: block;
        float: left; }
      .progress_pages .right_row_upload .right_row_upload_radio_cont .right_row_upload_radio1 {
        overflow: hidden;
        margin-bottom: -3px !important; }
      .progress_pages .right_row_upload .right_row_upload_radio_cont .right_row_upload_radio2 {
        overflow: hidden; }
  .progress_pages .right_table {
    margin-top: 30px; }
    .progress_pages .right_table .top {
      /* border: 2px solid #ffffff; */ }
    .progress_pages .right_table .right_section {
      margin-top: 25px; }
    .progress_pages .right_table .right_section_row {
      border-top: 2px solid #ffffff; }
    .progress_pages .right_table .right_section_tbl .section_row_left, .progress_pages .right_table .right_section_row .section_row_left {
      box-shadow: inset 3px 3px 0px #dfd0b9; }
    .progress_pages .right_table .tbl_labels_top {
      width: 100%;
      height: 24px;
      z-index: 10;
      position: relative;
      background-color: #ffffff; }
    .progress_pages .right_table .tbl_labels {
      /* overflow: hidden; */
      position: relative;
      z-index: 2; }
    /*.progress_pages .right_section table td:last-child {
        background-color: #e2e2e2;
    }*/
/*
    .progress_pages .right_section table td, .progress_pages .editor-vert table td {
        width: 20%;
    }
    */
    .progress_pages .right_section thead {
        display: none;
    }

    /*
    .progress_pages .right_section table th, .progress_pages table th.editor-header-item-wide-v {
        width: 30%;
    }
    .progress_pages .right_table table td:first-child {
        width: 30%;
    }
    */
    /*.progress_pages .right_table table {
        width: 100%;
    }
    */

    .progress_pages .right_table table td {
        /*width: 20%;*/
        border-left: 3px solid #fff;
        vertical-align: top;
    }

    .progress_pages .right_table table td.rotate_labels {
        font-family: HelveticaNeueMedium;
    }
    .editor-item-row1.rotate_labels .check-label {
        width: 70px;
    }
    .progress_pages .editor-vert, .progress_pages .right_section, .progress_pages .right_table {
        /*display: none;*/
    }
    .progress_pages.report .editor-vert, .progress_pages.report .right_section, .progress_pages.report .right_table, .progress_pages.report .multiple-col {
        display: block;
    }
    .progress_pages .editor-vert .editor-item-row1 {
        background-color: transparent;
    }
    .progress_pages .editor-vert td:last-child {
        /*background-color: #e2e2e2;*/
    }

    .editor-bulk {
        overflow: auto;
        overflow-y: hidden;
        position: relative;
    }
    /*
    .editor-bulk th {
        width: auto;
        max-width: 170px;
        min-width: 170px;
    }
    */
    .progress_pages .alert {
        color: #666666;
        background-color: #f1f1f1;
        background-color: rgba(0,0,0,0);
        border-radius: 0px;
        border: none;
        margin-bottom: 40px;
        padding: 30px;
        padding-left: 100px;
        background-image: url(../img/exclamation.png);
        background-repeat: no-repeat;
        background-position: 25px center;
    }
    .progress_pages .alert.editor-noitems {
        margin-bottom: 0px;
        background-color: #f1f1f1;
    }

    .progress_pages .alert a {
        color: #007181;
        transition: color 300ms ease-out 0s, color 300ms ease-out 0s;
    }
    .progress_pages .alert a:hover {
        color: #75c1e7;
        text-decoration: none;
    }
    .progress_pages .rotate_labels {
      height: 36px;
      font-size: 15px;
      color: #ffffff;
        font-weight: normal;
        padding: 10px !important;
        vertical-align: top !important;
        word-wrap: break-word;
        height: 70px;}
    .progress_pages .right_table .section_row_left, .progress_pages .right_table .section_row_right {
      min-height: 46px; }
    .progress_pages .right_table .section_row_left {
      width: 51px; }
    .progress_pages .right_table .section_row_right {
      width: calc(100% - 9*51px); }
    .progress_pages .right_table .add_line {
      border-right: 2px solid #ffffff;
      background-color: #e4ae4c;
      float: left;
      color: #ffffff;
      padding: 14px;
      text-align: center;
      font-weight: normal;
      font-family: HelveticaNeueMedium;
      width: 408px;
      height: 46px;
      -webkit-transition: background-color 300ms ease-out;
      -moz-transition: background-color 300ms ease-out;
      -o-transition: background-color 300ms ease-out;
      transition: background-color 300ms ease-out; }
    .progress_pages .right_table .add_line:hover {
      background-color: #CD9B41; }
    .progress_pages .right_table .section_row_left {
      background-color: #f9e9d0;
      float: left; }
    .progress_pages .right_table .row_left_disable {
      background-color: #e1e1e1;
      box-shadow: inset 3px 3px 0px #cacaca !important; }
    .progress_pages .right_table .total {
      float: left;
      text-align: center;
      padding: 13px 9px;
      font-size: 15px;
      color: #000000;
      background-color: #ffffff; }
  .progress_pages .right_main_table {
    margin-top: 82px; }
    .progress_pages .right_main_table .checkbox_row {
      height: 48px;
      background-color: #dba038;
      margin-top: 25px;
      position: relative;
      z-index: 10;
      overflow: hidden; }
      .progress_pages .right_main_table .checkbox_row .checkbox {
        float: left;
        width: 50px;
        height: 48px;
        border-right: 2px solid #ffffff;
        margin: 0px;
        padding: 18px; }
      .progress_pages .right_main_table .checkbox_row input {
        margin-left: 0px;
        margin: 0px; }
      .progress_pages .right_main_table .checkbox_row button {
        float: right;
        margin-right: 28px;
        margin-top: 10px; }
    .progress_pages .right_main_table .right_section {
      margin-top: 0px; }
    .progress_pages .right_main_table .right_section_tbl .section_row_left, .progress_pages .right_main_table .right_section_tbl .section_row_right, .progress_pages .right_main_table .right_section_row .section_row_left, .progress_pages .right_main_table .right_section_row .section_row_right {
      padding: 9px 8px 8px 8px; }
    .progress_pages .right_main_table .right_section_tbl .section_row_left, .progress_pages .right_main_table .right_section_row .section_row_left {
      box-shadow: none;
      min-height: 59px; }
    .progress_pages .right_main_table .right_section_tbl .section_row_right, .progress_pages .right_main_table .right_section_row .section_row_right {
      width: calc(100% - 8*51px);
      min-height: 59px; }
  .progress_pages .right_bottom_table .top_section {
    padding: 9px;
    background-color: #f1f1f1; }
  .progress_pages .right_bottom_table .right_section_tbl, .progress_pages .right_bottom_table .right_section_row {
    /* border-right: none;
    border-left: none; */ }
    .progress_pages .right_bottom_table .right_section_tbl .section_row_left, .progress_pages .right_bottom_table .right_section_row .section_row_left {
      border-right: 2px solid #ffffff;
      width: 50px; }
    .progress_pages .right_bottom_table .right_section_tbl .section_row_right, .progress_pages .right_bottom_table .right_section_row .section_row_right {
      width: calc(100% - 8*50px); }
  .progress_pages .right_bottom_table .questions_tbl .top {
    background-color: #f9e9d0;
    padding: 23px 26px 7px 26px;
    border-bottom: 2px solid #ffffff;
    border-top: 2px solid #ffffff; }
  .progress_pages .right_bottom_table .questions_tbl .top:first-child {
    border-top: none; }
  .progress_pages .right_bottom_table .disable_checkbox {
    background-color: #e1e1e1 !important;
    color: #999999; }
  .progress_pages .right_bottom_table .doc_radios_right {
    min-height: 80px !important; }
  .progress_pages .right_buttons_div {
    border-top: 1px solid #d2d2d2;
    overflow: hidden;
    padding-top: 56px !important;
    padding-bottom: 56px !important; }
    .progress_pages .right_buttons_div .right_left_btn {
      float: left;
      text-align: center;
      font-size: 19px;
      padding: 18px 0px 17px 0px;
      margin-left: 8px;
      width: 295px; }
    .progress_pages .right_buttons_div .right_left_btn:hover {
        text-decoration: none;
    }
    .progress_pages .right_buttons_div .right_right_btn {
      float: right;
      text-align: center;
      font-size: 19px;
      padding: 18px 0px 17px 0px;
      margin-right: 8px;
      width: 295px; }
    .progress_pages .right_buttons_div .right_right_btn.centered, .progress_pages .right_buttons_div .right_left_btn.centered {
        margin: 0 auto;
        float: none;
        display: block;
    }
    .progress_pages .right_buttons_div .right_right_btn:hover {
        text-decoration: none;
    }
    .progress_pages .right_buttons_div .right_left_btn_arr {
      background: url("../img/blu_btn_left.png") no-repeat left 2px;
      height: 18px;
      padding-left: 29px; }
    .progress_pages .right_buttons_div .right_right_btn_arr {
      background: url("../img/blu_btn_right.png") no-repeat right 2px;
      height: 18px;
      padding-right: 29px; }

#stormwater .page_title {
  background-color: #43759a !important; }
  #stormwater .page_title .img {
    background: url("../img/stormwater.png") no-repeat !important;
    margin-top: 4px !important;
    height: 71px !important;
    margin-right: 9px !important; }
#stormwater .right_section .right_section_tbl .section_row_left, #stormwater .right_section .right_section_row .section_row_left {
  background-color: #b3c6d5 !important; }
#stormwater .right_section .right_section_tbl .box_shadow_div, #stormwater .right_section .right_section_row .box_shadow_div {
  box-shadow: inset 3px 3px 0px #a0b2be !important; }
#stormwater .right_section .right_section_tbl .section_row_right, #stormwater .right_section .right_section_row .section_row_right {
  background-color: #b3c6d5 !important; }
#stormwater .right_section .right_section_tbl .disable_checkbox, #stormwater .right_section .right_section_row .disable_checkbox {
  background-color: #e1e1e1 !important;
  color: #999999; }
#stormwater .right_section .section_row_disable .section_row_left {
  background-color: #e1e1e1 !important; }
#stormwater .right_section .section_row_disable .section_row_right {
  background-color: #e1e1e1 !important; }
#stormwater .right_table .rotate_labels {
  background-color: #4b85b3 !important; }
#stormwater .right_table .checkbox_row {
  background-color: #43759a !important; }

#urban_ecology .page_title {
  background-color: #559443 !important; }
  #urban_ecology .page_title .img {
    background: url("../img/ecology.png") no-repeat !important;
    margin-top: -2px !important;
    margin-right: 11px !important; }
#urban_ecology .right_section .right_section_tbl .section_row_left, #urban_ecology .right_section .right_section_row .section_row_left {
  background-color: #c9ddc2 !important; }
#urban_ecology .right_section .right_section_tbl .box_shadow_div, #urban_ecology .right_section .right_section_row .box_shadow_div {
  box-shadow: inset 3px 3px 0px #b4c6ae !important; }
#urban_ecology .right_section .right_section_tbl .section_row_right, #urban_ecology .right_section .right_section_row .section_row_right {
  background-color: #c9ddc2 !important; }
#urban_ecology .right_section .right_section_tbl .disable_checkbox, #urban_ecology .right_section .right_section_row .disable_checkbox {
  background-color: #e1e1e1 !important;
  color: #999999; }
#urban_ecology .right_section .section_row_disable .section_row_left {
  background-color: #e1e1e1 !important; }
#urban_ecology .right_section .section_row_disable .section_row_right {
  background-color: #e1e1e1 !important; }
#urban_ecology .right_table .rotate_labels {
  background-color: #66a054 !important; }
#urban_ecology .right_table .checkbox_row {
  background-color: #559443 !important; }
#urban_ecology .right_table .add_line {
  background-color: #669933; }
#urban_ecology .right_table .add_line:hover {
  background-color: #56802D; }

.contact_cont .page_desc {
  border-bottom: 1px solid #d6d6d6;
  color: #666666;
  font-size: 16px;
  padding: 51px 55px; }
  .contact_cont .page_desc p {
    line-height: 25px;
    margin-bottom: 0px !important; }
.contact_cont form {
  padding: 49px 55px; }
  .contact_cont form .form-group, .contact_cont form .btn-group {
    width: 271px;
    margin-bottom: 24px !important; }
  .contact_cont form .btn-group button {
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    -ms-border-radius: 4px !important;
    border-radius: 4px !important;
    z-index: 10;
    margin-bottom: 0px;
    background-color: #e9e9e9;
    border: none;
    box-shadow: none !important;
    height: 40px;
    font-family: HelveticaNeue !important;
    font-size: 15px;
    padding: 10px 10px;
    text-align: left; }
  .contact_cont form .btn-group button:active, .contact_cont form .btn-group button:focus, .contact_cont form .btn-group button:hover {
    border: none;
    box-shadow: none; }
  .contact_cont form .btn-group ul {
    z-index: 5;
    top: 97%;
    width: 100%;
    background-color: #e9e9e9;
    border: 1px solid #d6d6d6; }
  .contact_cont form .btn-group li {
    padding: 0px 10px; }
  .contact_cont form .btn-group .dropdown_arrow {
    width: 39px;
    height: 40px;
    display: block;
    position: absolute;
    top: 0px;
    right: 4px;
    background: url("../img/contact_select_arr.png"); }
  .contact_cont form .form_select {
    position: relative; }
    .contact_cont form .form_select span {
      width: 39px;
      height: 40px;
      display: block;
      position: absolute;
      top: 32px;
      right: 4px;
      background: url("../img/contact_select_arr.png"); }
  .contact_cont form .textarea {
    width: 413px; }
  .contact_cont form label {
    font-weight: normal;
    font-family: HelveticaNeueLight !important;
    font-size: 18px;
    letter-spacing: 0.1px;
    margin-bottom: 7px; }
  .contact_cont form input[type=text], .contact_cont form input[type=email], .contact_cont form select, .contact_cont form textarea {
    background-color: #e9e9e9;
    border: none;
    box-shadow: none;
    height: 40px;
    font-family: HelveticaNeue !important;
    font-size: 15px;
    padding: 10px 10px; }
  .contact_cont form input:hover, .contact_cont form input:focus, .contact_cont form select:hover, .contact_cont form select:focus, .contact_cont form textarea:hover, .contact_cont form textarea:focus {
    box-shadow: none; }
  .contact_cont form textarea {
    height: 200px;
    resize: none; }
  .contact_cont form button, .contact_cont form input[type=submit] {
    font-size: 20px;
    position: relative;
    width: 271px;
    height: 50px;
    letter-spacing: 0.5px;
    margin-bottom: 53px;
    padding-right: 40px; }
    .contact_cont form button .btn_arr {
      background: url("../img/btn_arr.png") no-repeat;
      width: 16px;
      height: 15px;
      position: absolute;
      right: 97px;
      top: 17px; }

.project_cont .page_title {
  padding: 29px 39px 26px 55px !important; }
  .project_cont .page_title button {
    margin-top: 16px;
    font-size: 15px;
    width: 179px;
    height: 47px; }

.project_table {
  padding: 48px 38px;
  	/*table {
  		td {
  			color: #666666;
  			font-size: 15px;

  			a {
  				color: #007181;
  				text-decoration: none;
  			}
  		}

  		th , td {
  			padding: 9px 12px !important;
  		}
  	}

  	thead {
  		th {
  			color: #000000;
  			font-size: 15px;
  			padding-bottom: 9px !important;
  			letter-spacing: 0.2px !important;
  			font-family: Arial;
  			border-bottom: none !important;
  		}
  	}

  	.project_tbl_name {
  		width: 185px;
  	}

  	.project_tbl_number {
  		width: 175px;
  	}

  	.project_tbl_date {
  		width: 142px;
  	}

  	.project_tbl_status {
  		width: 107px;
  	}

  	.btn_col {
  		text-align: right;
  		padding-right: 26px !important;

  		a {
  			margin-right: 5px;
  		}
  	}

  	.submitted_row {
  		background-color: #cce4e6;
  		border-bottom: 2px solid #ffffff;
  		td {
  			color: #000000 !important;
  			padding: 13px 12px 14px 12px!important;
  		}

  		.btn_col {
  			margin-right: 18px !important;
  		}
  	}

  	.submitted_row:hover {
  		background-color: #cce4e6 !important;

  		td {
  			background-color: #cce4e6 !important;
  		}
  	}


  	.open_rows {
  		display: table-row;


  		ul {
  			display: table-row;
  			list-style: none;

  			li {
  				float: left;
  			}
  		}
  	}*/ }
  .project_table .panel-collapse {
    overflow: hidden; }
  .project_table .tbl {
    display: table;
    width: 880px; }
  .project_table a {
    text-decoration: none; }
  .project_table .project_tbl_row {
    background-color: #fff;
    border-bottom: 2px solid #ffffff; }
    .project_table .project_tbl_row .btn_col {
      margin-right: 18px !important; }
      .project_table .project_tbl_row .btn_col a {
        color: #007181;
        -webkit-transition: color 300ms ease-out;
        -moz-transition: color 300ms ease-out;
        -o-transition: color 300ms ease-out;
        transition: color 300ms ease-out; }
      .project_table .project_tbl_row .btn_col a:hover {
        color: #75c1e7; }
    .project_table .project_tbl_row .td {
      color: #000000 !important;
      padding: 13px 12px 14px 12px !important;
      font-size: 15px;
      letter-spacing: 0.1px; }
  .project_table .th, .project_table .td {
    display: table-cell;
    padding: 9px 12px !important; }
  .project_table .td {
    cursor: pointer;
  }
  .project_table .td:last-child {
    cursor: default;
  }
  .project_table .project_open_row {
    position: relative;
      top: -2px;
    border-bottom: 2px solid #fff; }
  .project_table .project_open_row .btn_col .option_container {
    top: 7px;
  }
  .project_table .clickable {
    cursor: pointer;
  }
  .project_table .open_td {
    display: table-cell;
    padding: 7px 12px 10px 12px !important;
    color: #666666;
    font-size: 15px; }
    .project_table .open_td a {
      color: #007181;
      text-decoration: none; }
  .project_table .project_open_row .btn_col {
    /* padding: 12px 12px 6px 12px !important; */ }
  .project_table .th {
    background-color: #ffffff;
    color: #000000;
    font-size: 15px;
    padding-bottom: 7px !important;
    letter-spacing: 0.2px !important;
    font-family: Arial;
    border-bottom: none !important;
    font-weight: normal;
     font-family: HelveticaNeueMedium;
     }
  .project_table .project_tbl_name {
    width: 220px;
     min-width: 220px;
  }
  .project_table .project_tbl_number {
    width: 183px;
     min-width: 183px;}
  .project_table .project_tbl_date {
    width: 136px;
     min-width: 136px;}
  .project_table .project_tbl_status {
    width: 100px;
    min-width: 100px;
     }
  .project_table .project_tbl_version {
  text-align: center;
    width: 50px;
     min-width: 50px;}
     .project_table .project_tbl_score {
     text-align: center;
     width: 70px;
     min-width: 70px;
     }
  .project_table .btn_col {
    padding-right: 22px !important;
    width: 200px;
    position: relative; }
    .project_table .btn_col .option_container {
      position: absolute;
      top: 15px;
      right: 45px; }
    .project_table .btn_col a {
      float: right;
      margin-right: 9px; }

.home_auth_cont .info_container {
  padding: 31px 35px 31px 35px;
  margin-top: -104px; }
.home_auth_cont .info_title {
  overflow: hidden; }
  .home_auth_cont .info_title p {
    float: left;
    font-size: 32px;
    font-family: HelveticaNeueLight;
    line-height: 50px;
    color: #000000; }
  .home_auth_cont .info_title button {
    float: right;
    font-size: 17px;
    width: 179px;
    height: 47px; }
.home_auth_cont table {
  margin-top: 15px;
  margin-bottom: 26px; }
  .home_auth_cont table td {
    color: #666666;
    font-size: 15px;cursor: pointer }
    .home_auth_cont table td a {
      color: #007181;
      text-decoration: none;
      -webkit-transition: color 300ms ease-out;
      -moz-transition: color 300ms ease-out;
      -o-transition: color 300ms ease-out;
      transition: color 300ms ease-out; }
    .home_auth_cont table td a:hover {
      color: #75c1e7; }
  .home_auth_cont table th, .home_auth_cont table td {
    /* padding: 9px 12px !important; */
    padding: 8px 12px 9px 0px !important; }
.home_auth_cont thead th {
  color: #000000;
  font-size: 15px;
  padding-bottom: 9px !important;
  letter-spacing: 0.2px !important;
  font-family: Arial;
  border-bottom: none !important; }


.energy_cont .page_title {
  background-color: #007181;
  padding: 25px 32px 20px 32px; }
.energy_cont .right_section .text {
  float: left; }
.energy_cont .right_section .buttons {
position: relative;
  float: right; }
.energy_cont .section-mgmt .page_title, .progress_pages .section-mgmt .rotate_labels {
    background-color: #a24728;
}
th.blank {
    background-color: #e2e2e2 !important;
}
.energy_cont .section-mgmt .page_title .img {
    background: url("../img/management.png") no-repeat;
}
.energy_cont .section-ieq .page_title {
    background-color: #bc712f;
}
.progress_pages .section-ieq .rotate_labels {
    background-color: #bc712f;
}
.energy_cont .section-ieq .page_title .img {
    background: url("../img/ieq.png") no-repeat;
}
.energy_cont .section-water .page_title, .progress_pages .section-water .rotate_labels {
    background-color: #389aa6;
}
.energy_cont .section-water .page_title .img {
    background: url("../img/water.png") no-repeat;
}
.energy_cont .section-energy .page_title, .progress_pages .section-energy .rotate_labels {
    background-color: #956e26;
}
.energy_cont .section-energy .page_title .img {
    background: url("../img/energy.png") no-repeat;
}
.energy_cont .section-transport .page_title, .progress_pages .section-transport  .rotate_labels {
    background-color: #81173b;
}
.energy_cont .section-transport .page_title .img {
    background: url("../img/transport.png") no-repeat;
}
.energy_cont .section-stormwater .page_title, .progress_pages .section-stormwater  .rotate_labels {
    background-color: #43749a;
}
.energy_cont .section-stormwater .page_title .img {
    background: url("../img/stormwater.png") no-repeat;
}
.energy_cont .section-ue .page_title, .progress_pages .section-ue  .rotate_labels {
    background-color: #559442;
}
.energy_cont .section-ue .page_title .img {
    background: url("../img/ecology.png") no-repeat;
}
.energy_cont .section-waste .page_title, .progress_pages .section-waste  .rotate_labels {
    background-color: #4a6b3e;
}
.energy_cont .section-waste .page_title .img {
    background: url("../img/waste.png") no-repeat;
}
.energy_cont .section-innovation .page_title, .progress_pages .section-innovation  .rotate_labels {
    background-color: #534e71;
}
.energy_cont .section-innovation .page_title .img {
    background: url("../img/innovation.png") no-repeat;
}

.report .right .right_content {
    padding: 0px;
}
.report .page_desc {
    border-bottom: 1px solid #d6d6d6;
    color: #666666;
    padding: 29px 34px;
    margin-bottom: 20px !important;
}
.report #finalise {
    width: 90%;
    margin: 0px auto !important;
    text-align: center;
    display: inline-block;
    margin-top: 15px !important;
}
.report .page_title #finalise {
float: right;
padding: 10px 9px 9px;
    width: 230px;
}
.report .report_content {
    padding: 0px 34px;
    padding-bottom: 20px;
    color: #666;
}

.report .report_content .report_row {
    margin-bottom: 15px;
}
.report .report_content .report_row:after {
    clear: both;
    content: "";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}

.report .report_content .report_row .col_2 {
    float: left;
    width: 48%;
}
.report .report_content .report_row .col_2:first-child {
    margin-right: 4%;
}
.report .report_content .report_row .box {
    background-color: #f0f0f0;
    padding: 30px;
}
.report .report_content .report_row:first-child .col_2.box {
    height: 548px;
}
.report .report_content .report_row.last_row .col_2.box {
    height: 516px;
}
.report .report_content .report_row .col_1.box {
    height: 516px;
}
.report .report_content h2 {
    color: #007181;
    font-size: 22px;
    margin: 0px;
    line-height: 26px;
    font-family: HelveticaNeueLight;
}

.report .report_content .panel {
    border: none;
}
.report .report_content .panel:first-child {
    border-top: 1px solid #e3e3e3;
}
.report .report_content .panel {
    border-bottom: 1px solid #e3e3e3;
}
.report .report_content .panel .panel-heading {
    background-color: transparent;
    border-radius: 0px;
    border: none;
    padding: 0px;
}
.report .report_content .panel .panel-heading .panel-title {
    width: 100%;
    height: 100%;
}
.report .report_content .panel .panel-heading .panel-title a {
    width: 100%;
    display: block;
    padding: 10px 15px;
    outline: 0;
    text-decoration: none;
    color: #333333;
    font-size: 20px;
    padding-left: 4px;
    height: 50px;
    background-image: url(../img/plus.png);
    background-repeat: no-repeat;
    background-position: 99.5% 11px;
    font-family: HelveticaNeueLight;
}

.report .report_content .panel .panel-heading .panel-title a.showing {
    background-image: url(../img/minus.png);
}

.report .report_content .panel .panel-heading .panel-title a:hover {
    text-decoration: none;
}

.report .panel-group .panel-heading + .panel-collapse .panel-body {
    border-top: none;
    padding-left: 0px;
    padding-top: 20px;
}
.home_auth_cont .project_table {
    padding: 0px;
}
.faq #accordion {
    margin-top: 50px;
}
.faq .panel, .project_table .panel {
    border: none;
    border-radius: 0px !important;
    box-shadow: none !important;
}
.faq .panel:first-child, .project_table .panel:first-child  {
    border-top: 1px solid #e3e3e3;
}
.faq .panel, .project_table .panel {
    border-bottom: 1px solid #e3e3e3;
}
.faq .panel .panel-heading, .project_table .panel .panel-heading {
    background-color: transparent;
    border-radius: 0px;
    border: none;
    padding: 0px;
}
.faq .panel .panel-heading .panel-title, .project_table .panel .panel-heading .panel-title {
    width: 100%;
    height: 100%;
}
.faq .panel .panel-heading .panel-title a {
    width: 100%;
    display: block;
    padding: 10px 15px;
    outline: 0;
    text-decoration: none;
    color: #333333;
    font-size: 20px;
    padding-left: 0px;
    background-image: url(../img/plus.png);
    background-repeat: no-repeat;
    background-position: 99% center;
    font-family: HelveticaNeueLight;
    padding-right: 60px;
}
.project_table .panel .panel-heading .panel-title a.expand {
    display: block;
    position: absolute;
    width: 26px;
    height: 26px;
    background-image: url(../img/plus.png);
    top: 10px;
    right: 0px;
}
.project_table .panel .panel-heading .panel-title a.expand.collapsed {
    background-image: url(../img/plus.png);
}
.faq .panel .panel-heading .panel-title a.collapsed, .project_table .panel .panel-heading .panel-title a.collapsed {
    background-image: url(../img/plus.png);
}
.faq .panel .panel-heading .panel-title a.showing, .project_table .panel .panel-heading .panel-title a.showing {
    background-image: url(../img/minus.png);
}
.faq .panel .panel-heading .panel-title a:hover {
    text-decoration: none;
}
.project_table .panel .panel-body {
    padding: 0px;
    border-top: none;
}
.faq .panel-group .panel-heading + .panel-collapse .panel-body {
    border-top: none;
    padding-left: 0px;
    padding-top: 20px;
}
.upload_row  {
    border-bottom: 1px solid #e3e3e3;
    padding: 12px 3px;
}
.upload_heading:after {
    clear: both;
    content: "";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}
.upload_row:first-child {
    border-top: 1px solid #e3e3e3;
}

.upload_row .status {
    width: 28px;
    height: 28px;
    background-color: #d6d6d6;
    border-radius: 1000px;
    float: left;
    margin-right: 10px;
}
.upload_row .status.tick {
    background-image: url(../img/tick.png);
    background-color: #fff;
}
.upload_row .upload_title {
    float: left;
    color: #000;
    margin-right: 10px;
    padding-top: 3px;
}
.upload_row .help-button {
    float: left;
}
.upload_row .controls {
    float: right;
    padding-top: 0;
    padding-bottom: 3px;
}
.upload_row .controls2 {
    float: none;
}
.upload_row .controls input {
    margin-right: 5px;
}
.upload_row .controls label {
    font-weight: normal;
    color: #000;
}
.upload_row .controls label.margin {
    margin-right: 20px;
}
.upload_row .help-button {
    width: 28px;
    height: 28px;
}
.upload_row .upload_content {
    margin-bottom: 15px;
    display: none;
    padding-top: 25px;
}
.upload_row .upload_content.show {
    display: block;
}
.upload_row .upload_content div input, .upload_row .upload_content div label {
    display: inline-block;
}
.upload_row .upload_content div label {
    font-weight: normal;
    color: #000;
    margin-right: 10px;
}
p.current-file {
    color: #000;
}
.upload_row .upload_content div input[type=file] {
    color: #000;
min-height: 45px;
    position: relative;
    top:-5px;
/*
    width: 300px;
    margin-right: 50px;
    float: left;
    */
}
.upload_content .upload-progress {

}
/*
.report .report_content .upload_row .upload_content div textarea
{

    width: 345px;
    height: 50px;
    background-color: #f0f0f0;
    border: none;
}
.report .report_content .upload_row .upload_content div textarea.error
{
    background-color: lightcoral;
}
*/
.dependent-block {
    margin: 20px 0px;
}
.reason {
border: none;
}
.reason.error {
    background-color: lightcoral;
}
.upload_row .upload_content input[type=submit] {
    margin-top: 20px;
    background-color: #666666;
    color: #fff;
    width: 100px;
    height: 33px;
    border-radius: 30px;
    line-height: 33px;
    text-align: center;
    border: none;
    display: inline-block;
}
progress {
    display: block;
}
.report .report_content .report_row .text_content {
    margin-top: 30px;
}
.report .report_content .report_row .text_content > div {
    margin-bottom: 10px;
    word-wrap: break-word;
}
#register_form .control-group {
position: relative;
}
#register_form .control-group .help-inline {
    position: absolute;
    right: -270px;
    top: 0px;
    width: 250px;
}
.report .report_content .report_row .text_content > div:after {
    clear: both;
    content: "";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}

.report .report_content .report_row .text_content > div > .col {
    float: left;
    width: 50%;
}
.report .report_content .report_row .text_content > div > .col:first-child {
    margin-right: 10%;
    width: 40%;
    color: #000;
}

.report .report_content .report_row #overall_graph {
    width: 100%;
    height: 400px;
    margin-top: 30px;
}
.report .report_content .report_row #section_graph {
    width: 100%;
    height: 400px;
    margin-top: 30px;
}
.report .report_content .report_row #class_graph {
    width: 100%;
    height: 400px;
    margin-top: 30px;
}

.report .report_content .report_row #composition_graph {
    width: 100%;
    height: 400px;
    margin-top: 30px;
}

.report .report_content .section h2 {
    margin: 30px 0px;
}

.readonly {
    color: #333;
}
.readonly h4 {
    font-size: 15px;
    font-weight: normal;
    font-family: HelveticaNeueMedium;
}
.readonly .editor, .readonly .right_section {
    margin-bottom: 35px;
}

.readonly .editor table td, .readonly .editor table th {
    background-color: transparent;
    border: 0px !important;
    padding: 3px 0px !important;
    padding-right: 10px !Important;
}
.readonly .editor table {
    border-collapse: collapse;
    border: none;
    table-layout: fixed;
}
.readonly .editor-bulk table {
 table-layout: auto;
}
.readonly .editor table tbody th {
    font-weight: normal;
}
.readonly .btn-info, .readonly .col-md-2 {
    display: none;
}
.readonly .editor table tbody tr:first-child {
    border-top: 1px solid #e3e3e3;
}
.readonly .editor table tbody tr {
    border-bottom: 1px solid #e3e3e3;
}
.readonly .editor .add-new-wrap {
    display: none;
}
.readonly .tbl_labels {
    display: none;
}
/*
.readonly .editor-item-units {
    display: none;
}
*/

.readonly th.blank,
.readonly td:last-child
{
    background: white !important;
}

.readonly .right_table {
    margin-top: 0px;
}
.readonly .editor.multiple-col .editor-item-row1 {
    display: none;
}
.readonly .right_section .top {
    background-color: transparent;
    padding: 0px;
}
.readonly .right_section .top .text p:last-child {
    display: none;
}
.readonly .right_section .top .buttons {

}
.readonly .editor td {
    background-color: transparent !important;
}
.readonly .rotate_labels {
    color: #333 !important;
    height: auto !important;
    padding-left: 0px !important;
}

.readonly .editor-item-row1 button {
    display: none;
}

.readonly .editor-item-row1 th span {
    display: none;
}

.readonly .rotate_labels span {
    display: none;
}
.readonly .rotate_labels span.check-label {
    display: inline;
    margin-left: 0px;
}
.readonly .rotate_labels:first-child span.check-label {
    display: none;
}
.readonly .scope-out, .readonly .credit-notes {
    display: none;
}
.readonly button.help-button {
    display: none;
}
.readonly .alert-warning {
    display: none !important;
}

.report-credit-info table
{
    margin-top: 20px;
    margin-bottom: 20px;
}

.report-credit-info th
{
    width: 25% !important;;
    padding: 5px;
}

.report-credit-info td
{
    width: 75% !important;
    padding: 5px;
}

.print-show {
    display: none;
}

@page {
    margin: 0.8in 0.3in 0.2in 0.3in;
}

@media screen and (max-width: 320px) {
  .static {
    margin: 35px 10px; }
    .static .page_title {
      padding: 30px;
      font-size: 33px; }
      .static .page_title p {
        margin: 0px; }

  .contact_cont .page_desc {
    padding: 30px; }
  .contact_cont form {
    padding: 30px;
    /* label {
    	font-size: 18px !important;
    }*/ }
    .contact_cont form .form-group, .contact_cont form .btn-group {
      width: 100%; }
    .contact_cont form .btn-group button {
      width: 100%; }
    .contact_cont form button {
      width: 112px; }
      .contact_cont form button .btn_arr {
        right: 18px; }

  .home_auth_cont .info_container {
    background-color: #ffffff;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    padding: 17px 15px !important; }
    .home_auth_cont .info_container .info_title p {
      font-size: 22px; }
    .home_auth_cont .info_container .info_title button {
      float: left;
      font-size: 15px;
      width: 136px;
      height: 40px; } }
@media screen and (min-width: 321px) and (max-width: 504px) {
  .static .page_title {
    padding: 30px !important;
    font-size: 39px !important; }
    .static .page_title p {
      margin: 0px !important; }

  .contact_cont .page_desc {
    padding: 30px; }
  .contact_cont form {
    padding: 30px; }
    .contact_cont form label {
      font-size: 18px !important; }
    .contact_cont form button {
      width: 224px;
      padding-right: 42px; }
      .contact_cont form button .btn_arr {
        right: 72px; }

  .home_auth_cont .info_container button {
    float: left !important; } }
@media screen and (min-width: 321px) and (max-width: 767px) {
  .static {
    margin: 35px 10px; }
    .static .page_title {
      font-size: 50px; }
    .static .page_desc p {
      font-size: 18px; }

  .contact_cont form .form-group, .contact_cont form .btn-group {
    width: 100%; }
  .contact_cont form .btn-group button {
    width: 100%; }
  .contact_cont form label {
    font-size: 22px;
    margin-bottom: 10px; }
  .contact_cont form input, .contact_cont form select, .contact_cont form textarea {
    font-size: 18px; }
  .contact_cont form button {
    font-size: 22px;
    padding-right: 36px; }
    .contact_cont form button .btn_arr {
      top: 17.5px; }

  .home_auth_cont .info_container {
    background-color: #ffffff;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px; }
    .home_auth_cont .info_container button {
      float: right;
      font-size: 17px;
      width: 170px;
      height: 45px; } }
@media screen and (min-width: 768px) and (max-width: 799px) {
  .static {
    margin: 35px 10px;
    width: 97.2%; }

  .progress_pages {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px; } }
@media screen and (min-width: 800px) and (max-width: 979px) {
  .static {
    margin: 35px 10px;
    width: 97.7%; }

  .progress_pages {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px; } }
@media screen and (min-width: 980px) and (max-width: 1180px) {
  .progress_pages {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px; } }
@media screen and (min-width: 1181px) {
  .progress_pages {

    }

    .progress_pages .snipit,     .progress_pages .textblock
    {
    	max-width: 800px;
    }

    }



.document_comment, .credit_nodes
{
    color: #666666;
    margin-top: 10px;
    margin-bottom: 10px;
}

.document_comment_required
{
    color: #800;
}

.not_supplied
{
    font-weight: bold;
}

.upload_title
{
    max-width: 75%;
}

.document_name
{
    color: black;
}

.project-credit .right_section .form-group
{
    margin-left:-3px;
}

.scope-out
{
    padding-top: 10px;
    margin-bottom: 0;
}

.credit-notes
{
    margin-bottom: 0;
}

.scope-out input, .scope-out textarea, .scope-out span,
.credit-notes input, .credit-notes textarea, .credit-notes span
{
    margin-bottom: 10px;
}

.doc_progress
{
    position: relative;
    top: -20px;
}

.upload_row_edit_btn, .upload_row_close_btn
{
    border: none;
    width: 26px;
    height: 26px;
    border-radius: 0;
    padding:0;
    background-repeat: no-repeat;
    background-position: top left;
}
.upload_row_edit_btn
{
    background-image: url('../img/plus.png');
}

.upload_row_close_btn
{
    background: url('../img/minus.png');
}

.upload_content
{
   margin-left: 37px;
   margin-right: 20px;
   padding-top:10px !important;
   margin-bottom: 5px !important;
}

.upload_content .form-group
{
    margin-bottom: 0 !important;
}

.upload_row_remove_btn
{
    position: relative;
    top: -1px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: 20px;
}
.document_uploader_main
{
    margin-bottom: 10px;
}

.section_content
{
    margin-top: 40px;
    margin-bottom: 20px;
}
.section_alternative_compliance_wrapper {
    background-color: #f1f1f1;
    padding: 30px 20px;
}
.section_content.document_uploader {
    margin-top: 13px;
}

.document_uploader_main input[type=submit] {
    background-color: #007181 !important;
}

.document_uploader_main a.upload_row_remove_btn {
    background-color: #666666;
    height: 33px;
    margin-left: 10px;
    width: 100px;
}

.progress_pages .right_table tbody tr td:first-child {
    /*background-color: #f1f1f1;*/
    border-left: none;
}

.progress_pages .readonly .right_table tbody tr td:first-child {
    background-color: transparent;
}

.readonly .project-credit .right_section .form-group {
    margin-left: 0px;
}

.clearfix:before,
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    overflow: hidden;
}
.clearfix:after { clear: both; }
.clearfix { zoom: 1; } /* IE < 8 */

.fake-left-column .cell
{
    position:relative;
}