
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Regular.eot');
    src: url('../fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Roboto-Regular.woff2') format('woff2'),
        url('../fonts/Roboto-Regular.woff') format('woff'),
        url('../fonts/Roboto-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
  font-family: 'AndesBold';
  src: url('../fonts/Andes/AndesBoldNew.ttf') format("truetype");
}
@font-face {
  font-family: 'Andes';
  src: url('../fonts/Andes/Andes.ttf') format("truetype");
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Bold.eot');
    src: url('../fonts/Roboto-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Roboto-Bold.woff2') format('woff2'),
        url('../fonts/Roboto-Bold.woff') format('woff'),
        url('../fonts/Roboto-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Medium.eot');
    src: url('../fonts/Roboto-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Roboto-Medium.woff2') format('woff2'),
        url('../fonts/Roboto-Medium.woff') format('woff'),
        url('../fonts/Roboto-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Light.eot');
    src: url('../fonts/Roboto-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Roboto-Light.woff2') format('woff2'),
        url('../fonts/Roboto-Light.woff') format('woff'),
        url('../fonts/Roboto-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('../fonts/glyphicons-halflings-regular.eot');
    src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
}


a:hover {
    text-decoration: none !important;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
  background-color: #F5F5F5;
}
::-webkit-scrollbar-thumb {
  background-color: #adadad;
}
::-webkit-scrollbar {
  width: 6px;
  background-color: #F5F5F5;
}
body {
    font-family: 'Roboto' !important;
    padding-bottom: 30px;
}
.hazard-suffix a, .hazard-prefix a {
    color: #217fca !important;
    text-decoration: none;
}
.decision_tree li .tree-box {
    text-decoration: none;
    color: #666;
    display:block;
    width: 100%;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}
.decision_tree li .tree-box .tree-box-inner .step_heading {
    background-color: #06628c;
    display: inline-block;
    width: 53%;
    vertical-align: middle;
    font-weight: bold;
    font-size: 16px;
    border-radius: 0;
    box-shadow: 0px 2px 9px rgba(0, 0, 0, 0.23137254901960785);
    border: 3px solid white;
    padding-left: 30px;
    padding-right: 30px;
}
.decision_tree li .tree-box .tree-box-inner {
    padding: 0 !important;
    color: #fff;
    display: inline-block;
    height: 120px;
    width: 100%;
    background-image: url(../images/strip-yellow.png);
    background-repeat: no-repeat;
    background-position: 38px center;
    background-size: 6px 100%;
}
.decision_tree li .tree-box .tree-box-inner .step_heading {
    background-color: #06628c;
    display: inline-block;
    width: 53%;
    vertical-align: middle;
    font-weight: bold;
    font-size: 16px;
    border-radius: 0;
    box-shadow: 0px 2px 9px rgba(0, 0, 0, 0.23137254901960785);
    border: 3px solid white;
    padding-left: 30px;
    padding-right: 30px;
}
.decision_tree li .tree-box .tree-box-inner .step_label {
    display: inline-block;
    /* background-image: url(images/iocn-step.png); */
    height: 80px;
    width: 80px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 15px center;
    vertical-align: top;
    text-align: center;
    padding: 14px 10px;
    color: white;
    font-weight: bold;
    margin-top: -2px;
    background: #2196F3;
    margin-right: 10px;
    border-radius: 55px;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.3411764705882353);
    border: 5px solid white;
    font-size: 15px;
    font-weight: 300;
    position: relative;
    z-index: 50;
}
.decision_tree li .tree-box .tree-box-inner .step_label:before {
    content: '';
    border-left: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-top: 15px solid #fb9c11;
    border-right: 15px solid transparent;
    width: 0;
    height: 25px;
    display: block;
    position: absolute;
    bottom: -87%;
    left: 30%;
    z-index: 10;
    background: white;
}
span.step_num {
    display: block;
    line-height: 22px;
    font-size: 20px;
    text-align: center;
    font-weight: 600;
    text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.38823529411764707);
}
div#decision-tree-physical, div#decision-tree-soft {
    width: 100%;
    padding-top: 10px;
}
.decision_tree ul {
padding-top: 10px !important;
    z-index: 50;
    margin: 0;
    padding: 0;
}
.decision_tree li {
    list-style: none;
    z-index: 1000;
    position: relative;

}
.sp_head {
    display: table;
    min-height: 96px;
    height: 96px;
}
.sp_head span {
    display: table-cell;
    vertical-align: middle;
}
.page-container {
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    width: 1000px;
    box-shadow: 0px 2px 14px rgba(0, 0, 0, 0.25098039215686274);
        padding-bottom: 20px;
        min-height: 100vh;
}
.container {
        padding-right: 0 !important;
    padding-left: 0 !important;
}
.red {
     background-color: #ff0000;
}
.decision_tree li .tree-box .tree-box-inner .tree-box-rate {
    display: inline-block;
    vertical-align: top;
    width: 36%;
    padding-left: 10px;
    position: relative;
}
.dtsteps_rate_box_colors {
    text-align: center;
}
.dtsteps_rate_box .edit_dt_step {
    display: table-cell;
    vertical-align: middle;
    padding-left: 13px;
}
.dtsteps_rate_box .dtsteps_rate_box_colors {
    display: table-cell;
    width: 100%;
    font-weight: 600;
    font-size: 15px;
    border-radius: 0;
    box-shadow: 0px 2px 9px rgba(0, 0, 0, 0.23137254901960785);
    border: 3px solid white;
    padding-left: 0;
    vertical-align: middle;
    text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.30980392156862746);
}
.dtsteps_rate_box {
    display: table;
    width: 100%;
    height: 100px;
    overflow: auto;
}
.edit_dt_step a {
    padding: 5px 10px;
    text-decoration: none;
    font-size: 15px;
    font-weight: bold;
    background-image: url(../images/edit-btn.png);
    background-repeat: no-repeat;
    background-size: 16px;
    display: inline-block;
    background-position: 2px center;
    border: 1px solid #e6e6e6;
    width: 76px;
    text-align: center;
    padding-left: 29px;
    background-position: 18% 50%;
    box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.18823529411764706);
    color: #333;
    -webkit-transition: 0.1s all;
    transition: 0.1s all;
}
.edit_dt_step a:hover {
    text-decoration: none;
        box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.18823529411764706);
    color: #fb6262;
}
.topbannertxt {
        display: inline-block;
    width: 81%;
    padding: 15px 13px;
    vertical-align: middle;
    font-family: 'Andes';
}
.innertoplink {
    background-color: #890101;
    border-color: #E7E7E7;
    border-radius: 0px;
    margin: 0 auto;
    display: table;
    width: 100%;

}
div#userImgDiv {
    display: inline-block;
    text-align: right;
    padding: 15px 15px 15px 0px;
    vertical-align: middle;
    position: inherit;
    margin: 0;
    width: 18%;
}
#textId, #projId {
    color: #FFFFFF;
    font-size: 12px;
    font-weight: 600;
    position: relative;
}
.innertoplink.header-second a {
    bottom: 3px;
    position: relative;
    color: white;
}
.innertoplink .topbannertxt, .page-user .header-left {
    display: inline-block;
    width: 80%;
    padding: 15px 13px;
    vertical-align: middle;
}
.topbannertxt {
    color: #ffffff;
    font-size: 24px !important;
    font-weight: 400;
}
h1.page-header {
    font-size: 26px;
    margin-bottom: 0;
    text-align: left;
    font-weight: normal !important;
    padding: 0px 0px 0px 0 !important;
    margin-left: 0px !important;
    vertical-align: middle;
    line-height: 1;
}
.dt_top_btn a {
    background: #0c61a5;
    border: 1px solid #0c61a5;
    border-radius: 0;
    color: #ffffff;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    line-height: 23px;
    padding: 4px 10px;
    text-decoration: none;
    box-shadow: -1px 3px 7px rgba(0, 0, 0, 0.25882352941176473);
}
.dt_top_btn a:hover {
    color: #ffffff;
    text-decoration: none;
    opacity: 0.8;
}
.dt_top_btn {
    display: inline-block;
    float: right;
    right: 0;
    position: relative;
    top: -1px;
    font-family: 'Roboto';
}
a, a:hover {
    text-decoration: none;
}
.dt_disable {
    opacity: 0.5;
    cursor: not-allowed;
}
.Content {
    margin-top: 30px;
}
.contentDiv h3 {
    font-weight: 400;
    font-size: 26px;
    color: black;
}
p {
    padding: 0 !important;
    margin: 0 !important;
    font-size: 14px;
    color: #505050;
    font-weight: 400;
}
.step1_ques1, .step1_ques2, .form-item-dt-step2-impacts, .step2_ques2, .form-item-dt-softcom-types, .form-item-dt-step3-ques1, .form-item-dt-step3-notes, .form-item-dt-step4-ques1, .step3_ques3, .step3_ques4, .dt-final-summary, #water-dt-step3b-physical-form .form-type-textarea.form-item-dt-step4-notes.form-item.form-group {
    background-color: #eaeaea !important;
    border-radius: 0;
    display: inline-block;
    margin: 5px 0!important;
    width: 100%;
    padding: 15px !important;
}
.hazard-prefix {
    color: #505050;
    font-weight: 400;
    font-size: 14px;
}
.hazard-prefix ul li {
    color: #505050;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 5px;
}
.hazard-prefix ul {
    padding-top: 13px;
    padding-left: 25px;
}
#edit-dt-step1-hazards .form-type-checkbox {
    vertical-align: top;
    display: inline-block;
    margin: 7px 10px;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
    padding: 5px 30px;
    max-width: 39%;
}
.form-type-checkbox.form-item.checkbox>label {
    color: #505050;
    font-weight: 400;
    font-size: 14px;
        padding-left: 0px;
    position: relative;
    top: 0px;
    line-height: 20px !important;
    margin-bottom: 0;
}
#edit-dt-step1-hazards {
    background-color: #fff;
    padding-top: 15px;
    padding-left: 20px;
}
.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
    float: left;
    margin-left: -20px;
    margin-right: 10px;
    margin-top: 6px;
}
.hazard-suffix, #edit-dt-step2-impacts, #edit-dt-softcom-types {
    background-color: #fff;
    padding: 5px;
}
.hazard-suffix {
    color: #505050;
    font-weight: 400;
    font-size: 14px;
}
.step1_ques1 div#edit-dt-step1-hazards {
    padding-left: 0px;
    padding-right: 0px;
}
.dt_rating_container {
    margin: 5px 5px !important;
    background-color: #fff;
    padding: 10px;
    border-radius: 0;
}
.dt_rating_container .form-item-dt-step1-rating label{
}
.dt_rating_left {
    width: 30%;
    background-color: #fff;
    display: inline-block;
    font-size: 14px;
    color: #505050;
    font-weight: 600;
}
.form-control {
    background: #FFFFFF !important;
    background-image: none;
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555555;
    display: block;
    font-size: 13px;
    min-height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    vertical-align: middle;
    width: 100%;
}
.form-type-select select option:nth-child(1) {
    background-color: transparent !important;
}
select option.selected, select option {
    background-color: #eeefe9 !important;
}
.field-item ul.dt_rating_button, .field-item ul.dt_rating_button_step2, .field-item ul.dt_rating_button_step4 {
    padding: 10px !important;
        border: 1px solid #e3e3e3;
    width: 95%;
    background: #f4f3ef;
        list-style: none;
}
#dt_rating_high {
    background-color: #ff0000;
    border: 3px solid #ff0000;
    font-weight: bold;
}
.dt_rating_button li:hover, .dt_rating_button li.active, .dt_rating_button_step2 li:hover, .dt_rating_button_step2 li.active, .dt_rating_button_step4 li:hover, .dt_rating_button_step4 li.active {
    border: 2px solid #434343 !important;
    cursor: pointer;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.30980392156862746);
    transform: scale(1.05);
    transition: 0.2s all;
    position: relative;
}
.dt_rating_left ul li {
    list-style: none;
}
.dt_rating_left ul {
    margin: 0;
    padding: 0;
}
#edit-dt-step1-rating, #edit-dt-step2-rating, #edit-dt-step4-rating {
    display: none;
}
.dt_rating_button li.active:before, .dt_rating_button_step2 li.active:before, .dt_rating_button_step4 li.active:before {
    content: '';
    width: 9px;
    height: 16px;
    background: transparent;
    z-index: 100;
    display: block;
    position: absolute;
    top: 15%;
    right: 11px;
    border-bottom: 3px solid black;
    border-right: 3px solid black;
    transform: rotate(45deg);
}
.dt_rating_button li, .dt_rating_button_step2 li, .dt_rating_button_step4 li {
    list-style: none outside none;
    border: 2px solid transparent !important;
    padding: 5px 10px;
    text-align: center;
    margin-bottom: 10px;
    text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.7098039215686275);
    color: white;
}
#dt_rating_moderate {
    background-color: #f79646;
    border: 3px solid #f79646;
    font-weight: bold;
}
#dt_rating_not_exposed {
    background-color: #92d050;
    border: 3px solid #92d050;
    font-weight: bold;
}
#dt_rating_insufficient {
    background-color: #c0c0c0;
    border: 3px solid #c0c0c0;
    font-weight: bold;
}
.form-group {
    margin-bottom: 0 !important;
}
.notes_rating_wrapper {
    background-color: #eaeaea;
    border-radius: 0;
    padding-top: 4px;
    margin: 5px 0!important;
    display: inline-block;
}
.dt_rating_button, .dt_rating_button_step2, .dt_rating_button_step4 {
padding: 10px !important;
    margin: 0 !important;
    border: 1px solid #e3e3e3;
    width: 95%;
    background: #f4f3ef;
        padding-bottom: 0 !important;

}
.dt_rating_right {
    width: 69%;
    background-color: #fff;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    color: #505050;
}
.dt_rating_right .form-group {
    margin-bottom: 9px !important;
    vertical-align: top;
}
.dt_rating_right label {
    font-weight: 600;
}
.form-item-dt-step1-notes .form-textarea, .form-item-dt-step2-notes .form-textarea {
    height: 188px;
    font-size: 13px;
}

.SaveBtn {
    background: #0c61a5 !important;
    padding: 7px 10px;
    display: table;
    margin: 0 auto;
    margin-top: 20px;
    min-width: 96px;
    text-align: center;
    color: white !important;
    box-shadow: -1px 3px 7px rgba(0, 0, 0, 0.25882352941176473) !important;
    font-size: 14px;
    font-weight: 600;
    border: none;
    cursor: pointer;
}
.SaveBtn:hover {
    opacity: 0.8;
    text-decoration: none;
}
.tooltipster-sidetip .tooltipster-box {
    background: rgb(238, 250, 255) !important;
    color: #000 !important;
    box-shadow: 0px 5px 11px #a7a7a7 !important;
    border: 1px solid #bdbdbd !important;
    max-height: 300px;
    font-size: 14px;
    font-weight: 400;
    border-radius: 0 !important;
}
.tooltipster-sidetip .tooltipster-content {
    color: #000 !important;
    line-height: 18px !important;
    padding: 6px !important;
    text-align: justify !important;
}
.dt_open_link {
    text-align: center;
    width: 73%;
    padding: 2px 0;
    border-radius: 8px;
    overflow: hidden;
    height: 100px;
    line-height: 100px !important;
}
.dt_open_link a.no_rating {
    padding: 10px 20px;
    font-size: 15px;
    text-decoration: none;
    font-weight: bold;
    background-image: url(../images/open-btn.png);
    background-repeat: no-repeat;
    background-size: 16px;
    border: 1px solid #fb6262;
    width: 60px;
    text-align: center;
    padding-left: 34px;
    background-position: 18% 50%;
    box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.18823529411764706);
    color: #fb6262;
    border-left: 4px solid #fb6262;
    -webkit-transition: 0.1s all;
    transition: 0.1s all;
}
.dt_open_link a:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.18823529411764706);
}
form#projectTypeForm {
    background-color: #f3f3f3;
    padding: 15px 15px;
    text-align: left;
    width: 100%;
    margin: 0px auto 10px auto;
    border-radius: 0 !important;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.21);
    border: 1px solid #e4e4e4;
}
form#projectTypeForm label {
    text-align: left;
    width: 100%;
    font-size: 14px;
        font-weight: bold;
}
body #projectTypeForm .form-group, body #agri-dt-edit-type-comp .form-group, body #energy-dt-edit-type-comp .form-group {
    margin: 15px 0 !important;
}
.form-required {
    color: #FF0000;
}
form#projectTypeForm .form-radios {
    display: flex;
    align-items: center;
    justify-content: center;
}
form#projectTypeForm .form-radios .form-type-radio {
    display: inline-block;
    padding: 8px 30px;
    vertical-align: baseline;
    background-color: rgba(255, 255, 255, 0.99);
    border-radius: 0;
    margin: 10px 10px 0px 0;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.24);
    text-align: left;
    width: 48%;
}
.radio label, .checkbox label {
    display: inline;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
}
.form-type-radio label {
    font-weight: 400 !important;
}
.dt_summary_step span.step_num {
    font-size: 15px;
    font-weight: 400;
    text-shadow: none;
    position: relative;
}
.step_label.dt_summary_step {
    background: #094763 !important;
}
.dt_summary_step span.step_num:after {
    content: '';
    background: transparent;
    width: 13px;
    height: 25px;
    display: table;
    position: absolute;
    top: 83%;
    left: 38%;
    right: auto;
    border-bottom: 5px solid white;
    border-right: 5px solid white;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    box-shadow: 3px 2px 3px rgba(0, 0, 0, 0.30980392156862746);
}
.dt_summary .tree-box-inner {
    background-image: none !important;
}
.dt_summary .dt_summary_step:before {
    content: '' !important;
    border: none !important;
}
.dtsteps_rate_box {
    display: table;
    width: 100%;
    height: 100px;
    overflow: auto;
}
.tree-box-rate .dtsteps_rate_box_text {
    background-color: #f7f7f7;
    padding: 5px;
    color: #000;
    vertical-align: middle;
    border-radius: 0;
    box-shadow: 0px 2px 9px rgba(0, 0, 0, 0.23137254901960785);
    border: 1px solid white;
    padding-left: 0;
    width: 100%;
    height: 100px;
    overflow: auto;
    display: inline-block;
    min-width: 240px;
}
span.dt-rating-label {
    width: 90%;
    display: inline-block;
    vertical-align: text-top;
    font-weight: 400;
    padding-left: 5px;
    margin-bottom: 10px;
    font-size: 14px;
    color: #505050;
}
.dt-rating-icon img {
    height: 15px !important;
    width: 15px !important;
}
.previous-rating-container {
    background-color: #fff;
    border: 1px solid rgba(130, 120, 120, 0.37);
    padding: 0;
    border-radius: 0;
}
.prev-step-label {
    padding: 10px;
    background-color: #f0f0f0;
    border-bottom: 1px solid #d3d3d3;
    border-top: 1px solid #d3d3d3;
    margin-top: -1px;
}
.prev-step-label h4 {
    padding-top: 0px;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 15px;
    color: #505050;
    font-weight: 400;
}
.prev-step-exposure-types {
    color: #505050;
    font-weight: 600;
    font-size: 14px;
        padding: 10px;
}
.prev-step-exposure-types ul, .dt-summary-impact-types ul, .prev-step-impact-types ul {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 4px !important;
    list-style: none;
    padding-left: 2px !important;
        padding-right: 25px !important;
}
.prev-step-exposure-types ul li, .dt-summary-impact-types ul li, .prev-step-impact-types ul li {
    border: 1px solid #cccccc;
    font-weight: normal;
    margin-bottom: 4px;
    margin-top: 4px;
    display: inline-block;
    background-color: #e2e2e2;
    padding: 4px 9px;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2196078431372549);
}
.prev-step-exposure-types, .prev-step-impact-types {
    width: 80%;
    display: inline-block !important;
    vertical-align: top;
}
.prev-step-rating {
    width: 19% !important;
    padding: 7px 35px !important;
    color: #fff;
    font-weight: bold;
    font-size: 15px;
    display: inline-block;
    vertical-align: middle;
    margin: 25px 0;
    border-radius: 0;
    box-shadow: 0px 4px 7px rgba(0, 0, 0, 0.14901960784313725);
    text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4392156862745098);
}
.step-separator {
    border-bottom: 1px solid #890101;
    margin: 15px 0;
}
.field-type-text-with-summary h3 {
    margin-top: 0px;
}
#water-dt-step2-physical-form .hdPara, .step2head strong, .hdPara {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 14px;
    color: #505050;
}
.para {
        font-size: 14px;
    color: #505050;
    font-weight: 400;
}
#water-dt-step2-physical-form #edit-dt-step2-impacts .form-type-checkbox {
    min-width: 10%;
}
#edit-dt-step2-impacts .form-type-checkbox, #edit-dt-softcom-types .form-type-checkbox {
    display: inline-block;
    margin: 7px 9px;
    /* min-width: 31%; */
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
    padding: 5px 26px;
    padding-right: 10px;
    /* max-width: 31%; */
}
.form-checkboxes .checkbox input[type="checkbox"] {
    margin-top: 6px;
    margin-right: 0;
}
.step2head ul li, .step3_ques4 {
    color: #505050;
    font-weight: 400;
    font-size: 14px;
}
.step2_ques2 ul {
    padding-bottom: 9px !important;
    padding-top: 13px;
    margin: 0;
        padding-left: 25px !important;
    padding-right: 25px !important;
}
.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
    border-top-color: #06628c!important;
    top: -1px !important;
}
.prev-step-exposure-types, .dt-summary-impact-types, .prev-step-impact-types {
    padding: 10px;
    color: #505050;
    font-weight: 600;
    font-size: 14px;
}
label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: bold;
}
#edit-dt-step3-ques1 .form-type-checkbox, #edit-dt-step3-ques2 .form-type-checkbox, #edit-dt-step3-ques3 .form-type-checkbox, #edit-dt-step4-ques1 .form-type-checkbox {
    width: 180px;
    display: inline-block;
    background: white;
    border: 1px solid #d3d3d3;
    margin: 0;
    margin-bottom: 10px;
    padding: 5px;
    padding-left: 30px;
    margin-right: 10px;
}
#edit-dt-step3-ques2 .form-type-checkbox, #edit-dt-step3-ques3 .form-type-checkbox {
    width: 46% !important;
    margin-left: 5px !important;
    margin-right: 5px !important;
}
#edit-dt-step3-ques1, #edit-dt-step3-ques2, #edit-dt-step3-ques3, #edit-dt-step4-ques1 {
    background-color: #ffffff;
    padding-top: 10px;
    padding-left: 10px;
    border-radius: 0;
}
.step3_ques3 {
    width: 50%;
    vertical-align: top;
    margin-right: 5px !important;
    min-height: 265px;
}
.step3_ques4 {
    display: inline-block;
    vertical-align: top;
    width: 49%;
    font-size: 14px;
    color: #505050;
    font-weight: 400;
}
.form-type-textarea.form-item-dt-step3-notes.form-item.form-group label, #water-dt-step3b-physical-form .form-type-textarea.form-item-dt-step4-notes.form-item.form-group {
    padding: 10px 10px 0px 10px;
    background-color: #fff;
    width: 100%;
    margin-bottom: 0;
    font-size: 14px;
    color: #505050;
}
.form-type-textarea.form-item-dt-step3-notes.form-item.form-group > div {
    padding: 10px;
    background-color: #fff;
    width: 100%;
    margin-bottom: 0;
}
.form-item-dt-step3-notes .form-textarea {
    height: 140px;
        font-size: 13px;
}
.form-item-dt-step4-notes .form-textarea {
    height: 200px;
         font-size: 13px;
}
.previous-rating-container.step4-upper-container .prev-rating-sub-container {
       display: inline-block;
    width: 50%;
    vertical-align: top;
    background-color: #f6f6f6;
    margin-bottom: 0px;
    padding: 0px;
    border: 1px solid #d3d3d3;
    min-height: 108px;
    margin-right: -4px;
    margin-bottom: -1px;
    padding-left: 0px !important;
    padding-right: 0px !important;
    top: 20px;
}
.previous-rating-container.step4-upper-container .prev-rating-sub-container .prev-step-label {
    width: 100% !important;
    background-color: transparent;
    color: #000;
    vertical-align: middle;
    padding: 10px 10px;
    display: block !important;
    border-bottom: none;
}
.previous-rating-container.step4-upper-container .prev-rating-sub-container .prev-step-rating {
    width: 35% !important;
    padding: 7px 15px !important;
    margin: 10px auto;
    display: block;
    position: relative;
    top: 7px;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4117647058823529);
}
.step4-edit-links {
    padding: 0px !important;
    position: absolute;
    right: 0;
    background: transparent;
    bottom: 0;
}
.step4-edit-links a {
    font-weight: 600;
    color: #0c61a5;
    padding: 5px 1px;
    display: block;
    border-top: 1px solid #d3d3d3;
    border-left: 1px solid #d3d3d3;
    border-top-left-radius: 9px;
    transition: 0.2s all;
    background: white;
}
.step4-edit-links a img {
    width: 65%;
    display: block;
    margin: 0 auto;
}
.previous-rating-container.step4-upper-container .prev-rating-sub-container .prev-step3-rating {
    width: 100%!important;
    margin: 0;
    background: none;
    display: inline-block;
    float: inherit;
    text-align: center;
    padding: 15px 10px !important;
}
.prev-step3-rating span img {
    height: 25px !important;
    width: 25px !important;
}
.previous-rating-container.step4-upper-container {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 31px;
    padding: 0;
    border: 0px solid transparent;
        background-color: #fff;
            border-radius: 0;
}
.previous-rating-container.step4-upper-container .prev-rating-sub-container .prev-step-label h4 {
    color: #000;
    font-size: 14px;
}
.dt-summary-container > div {
    background-color: #ffffff;
    border: 1px solid rgba(130, 120, 120, 0.37);
    padding: 0;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 15px;
    position: relative;
}
.dt-summary-container > div h3 {
    margin-top: 0;
    margin-bottom: 0;
    padding: 10px;
    background-color: #f0f0f0;
    font-size: 15px;
    border-bottom: 1px solid #d3d3d3;
    border-top: 1px solid #d3d3d3;
    margin-top: -1px;
        font-weight: 600;
    color: #313131;
}
.dt-summary-container > div > div {
    padding-top: 5px!important;
    padding-bottom: 5px !important;
    vertical-align: middle;
    padding: 10px;
}
.dt-summary-step2 .dt-summary-impact-types, .dt-summary-step1 .dt-summary-exposure-types {
    display: inline-block;
    width: 76%;
}
.dt-summary-container ul {
    padding-bottom: 0 !important;
    margin-bottom: 2px !important;
    padding-top: 4px !important;
    list-style: none;
    padding-left: 0px !important;
    padding-right: 25px !important;
        font-size: 14px;
}
.dt-summary-container ul li {
    border: 1px solid #cccccc;
    font-weight: normal;
    margin-bottom: 4px;
    margin-top: 4px;
    display: inline-block;
    background-color: #e2e2e2;
    padding: 4px 9px;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2196078431372549);
}
.dt-summary-exposure-types, .dt-summary-step3 {
        font-size: 14px;
    color: #505050;
    font-weight: 400;
}

.dt-summary-rating-notes {
    width: 19% !important;
    display: inline-block;
    vertical-align: top;
}
.dt-summary-rating-box {
    padding: 7px 35px !important;
    color: #fff;
    font-weight: bold;
    font-size: 15px;
    display: inline-block;
    vertical-align: top;
    border-radius: 0;
    box-shadow: 0px 4px 7px rgba(0, 0, 0, 0.14901960784313725);
    text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4392156862745098);
        margin: 0px 0 5px 0px;
    width: 210px !important;
}
.dt-summary-softcom-types {
    width: 55%;
    display: inline-block;
}
.dt-summary-softcom-result span img, .dt-summary-context-result img {
    width: 15px !important;
    height: 15px !important;
}
.dt-summary-softcom-result, .dt-summary-context-result {
    background-color: rgba(225, 225, 225, 0.45);
    margin: 8px;
    border-radius: 0;
    float: right;
    font-weight: 400;
    color: #313131;
    padding: 10px !important;
    width: 382px;
    border: 1px solid #d3d3d3;
    margin: 20px 15px;
    font-size: 14px;
}
.dt-summary-step4 .dt-summary-rating-notes {
    width: 100% !important;
    text-align: right;
}
.smry-pg-bottom-btn {
    display: inline-block;
    width: 100%;
    text-align: center;
}
body .google-sur-dt-n a.btn {
    padding: 9px 20px 9px 15px !important;
    margin-right: 0;
    height: 44px;
    font-size: 14px !important;
    display: inline-block !important;
    background: #0c61a5 !important;
    border: none !important;
    color: #ffffff !important;
    font-weight: bold !important;
    line-height: 23px !important;
    text-decoration: inherit !important;
    border-radius: 0px !important;
    vertical-align: top;
    min-width: 80px;
    margin: 0 auto;
    box-shadow: -1px 3px 7px rgba(0, 0, 0, 0.25882352941176473) !important;
    text-align: center;
}
body .smry-pg-bottom-btn .view_dt_pdf a {
    padding: 12px 20px 10px 40px !important;
    color: #ffffff;
    margin: 0px !important;
    display: inline-block;
    font-size: 14px;
    height: 44px !important;
}
.view_dt_pdf a:hover, .google-sur-dt-n a:hover {
    opacity: 0.8;
    text-decoration:  none;
}
.view_dt_pdf a {
    background-color: #0c61a5;
    color: #fff;
    padding: 20px 20px 20px 40px;
    border-radius: 0;
    background-image: url(../images/pdf-icon.png);
    background-size: 18px 18px;
    background-repeat: no-repeat;
    background-position: 8% center;
    margin-top: 10px;
    display: inline-block;
    font-weight: bold;
    text-decoration: none;
    box-shadow: -1px 3px 7px rgba(0, 0, 0, 0.25882352941176473);
}
.view_dt_pdf, .google-sur-dt-n {
    display: inline;
}
.smry-pg-bottom-btn img {
    position: relative;
    right: 5px;
    /* top: 10px; */
    vertical-align: top !important;
    background-color: #ffffff;
    border-radius: 0 4px 4px 0px;
    padding: 14px 5px 14px 5px !important;
    border: 1px solid #000;
    border-left: 0px solid #000;
}



/*In Depth*/
#matrix_dashboard_container {
    margin-top: 0;
}
#matrix_dashboard_container .matrix-box-inner {
    padding: 0 !important;
    color: #fff;
    display: inline-block;
    min-height: 125px;
    width: 100%;
    background-image: url(../images/strip-yellow.png);
    background-repeat: no-repeat;
    background-position: 38px center;
    background-size: 6px 100%;
}
#matrix_dashboard_container .matrix_db_items {
    padding-bottom: 15px;
}
#matrix_dashboard_container .matrix_step_label {
    display: inline-block;
    /* background-image: url(images/iocn-step.png); */
    height: 80px;
    width: 80px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 15px center;
    vertical-align: top;
    text-align: center;
    padding: 14px 10px;
    color: white;
    font-weight: bold;
    margin-top: -2px;
    background: #2196F3;
    margin-right: 19px;
    border-radius: 55px;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.3411764705882353);
    border: 5px solid white;
    font-size: 15px;
    font-weight: 300;
    position: relative;
    z-index: 50;
}
#matrix_dashboard_container .matrix_step_num {
    display: block;
    line-height: 22px;
    font-size: 20px;
    text-align: center;
    font-weight: 600;
    text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.38823529411764707);
}
#matrix_dashboard_container .matrix_step_content.matrix_data_exist {
    background-color: transparent;
    display: inline-block;
    width: 89%;
    vertical-align: middle;
    padding: 0px 0px 10px 0;
    font-weight: bold;
    font-size: 16px;
    border-radius: 10px;
    box-shadow: 0px 0px 0px rgba(33, 33, 33, 0.92);
}
.matrix_data_exist {
    border-radius: 0 !important;
}
#matrix_dashboard_container .matrix_db_items {
    padding-bottom: 15px;
}
.matrix-summary {
    background-image: none !important;
}
#matrix_dashboard_container .matrix-box-rate {
    display: inline-block;
    vertical-align: top;
    width: 35%;
    padding-left: 10px;
    position: relative;
}
.matrix_open_link {
    text-align: center;
    width: 73%;
    padding: 2px 0;
    border-radius: 8px;
    overflow: hidden;
    height: 100px;
    line-height: 100px !important;
}
#matrix_dashboard_container .matrix_open_link a.no_rating {
    padding: 10px 20px;
    font-size: 15px;
    text-decoration: none;
    font-weight: bold;
    background-image: url(../images/open-btn.png);
    background-repeat: no-repeat;
    background-size: 16px;
    border: 1px solid #fb6262;
    width: 60px;
    text-align: center;
    padding-left: 34px;
    background-position: 18% 50%;
    box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.18823529411764706);
    color: #fb6262;
    border-left: 4px solid #fb6262;
    -webkit-transition: 0.1s all;
    transition: 0.1s all;
}
#matrix_dashboard_container .matrix_step_content {
    background-color: #06628c;
    display: inline-block;
    width: 53%;
    vertical-align: middle;
    font-weight: bold;
    font-size: 16px;
    border-radius: 0;
    box-shadow: 0px 2px 9px rgba(0, 0, 0, 0.23137254901960785);
    border: 3px solid white;
    padding-left: 30px;
    padding-right: 30px;
}
#matrix_dashboard_container .matrix_step_content .step_heading {
    display: table;
    min-height: 96px;
    height: 96px;
}
#matrix_dashboard_container .matrix_step_content .step_heading span {
    display: table-cell;
    vertical-align: middle;
}
.header-q {
    text-align: center;
    background-color: #06628c !important;
    color: #fff !important;
    font-weight: bold;
    padding: 5px;
    border: none !important;
}
#matrix_dashboard_container .matrix_enable_label {
    display: inline-block;
    text-align: left;
    width: 50%;
    padding: 2px 5px;
    font-size: 15px;
    text-shadow: 0px 2px 1px rgba(0, 0, 0, 0.43137254901960786);
}
.matrix_step_edit {
    display: inline-block;
    text-align: right;
width: 49%;
    padding-right: 10px;
}
#matrix_dashboard_container .matrix_step_edit a {
    color: #0c61a5;
    text-decoration: none;
    font-size: 13px;
    background: white;
    padding: 3px 14px;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3803921568627451);
}
#matrix_dashboard_container table {
    color: #000;
    border: 1px solid #0c61a5;
}
table#hr-exposer-tbl {
    float: left;
    table-layout: fixed;
}
#hr-exposer-tbl .header-q {
    background-color: #4c4c4c !important;
        padding: 7px 5px;
}
.empty-td {
    border-bottom: 1px solid #fff !important;
}

table tr th {
    text-transform: capitalize !important;
}
table th {
    background-color: #ffffff;
    color: #000000 !important;
}
td, th {
    font-size: 13px;
    padding: 3px 7px 2px;
}
body table tr td.header-tf, body .header-tf, body.header-tf-sub {
text-align: center;
    background-color: #e6e6e6 !important;
    color: #252525 !important;
    font-weight: bold;
    padding: 7px 3px;
    word-wrap: break-word;
    white-space: normal;
    margin-left: -7px;
    margin-top: -3px;
    margin-right: -6px;
    margin-bottom: 10px;
}
body .header-curr, body .header-future {
    text-align: center;
    background-color: #e6e6e6 !important;
    color: #252525 !important;
    font-weight: bold;
    padding: 5px;
    word-wrap: break-word;
    white-space: normal;
    margin-left: -7px;
    margin-top: -3px;
    margin-right: -6px;
}
.not-front .node td, .not-front .node-book th, .not-front .node .agrarrwdt, .not-front .node th div, .not-front .node td div, .not-front .node a, .not-front .node p, .not-front .node h3, .not-front .node div, .not-front .node li {
    line-height: 20px;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
table tr td:nth-child(2n+1) {
    background-color: transparent !important;
}
.adaptive_previous_rating table td {
    vertical-align: top;
    text-align: center;
        padding: 10px;
}
.adaptive_previous_rating {
    margin: 20px 0;
}
table tr:nth-child(2n) {
    background-color: #ffffff;
}
.adaptive_previous_rating table {
    width: 100%;
    table-layout: fixed;
    text-align: center;
}
.matrix_prev_rating_box {
    font-weight: bold;
        margin-bottom: 10px;
}
.matrix_prev_rating_box div {
    background: #f8f8f8;
    border-radius: 0;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.14901960784313725);
    border-left: 5px solid #b6b6b6 !important;
}
.matrix_prev_rating_box div img {
    width: 15px !important;
    height: 15px !important;
        margin-bottom: 5px;
}
.matrix_prev_rating_box div {
    background: #f8f8f8;
    border-radius: 0;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.14901960784313725);
    border-left: 5px solid #b6b6b6 !important;
    padding: 12px !important;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 15px;
}
div#exploser-hist-head {
    text-align: center;
    background-color: #06628c;
    color: #fff;
    padding: 5px;
    margin-bottom: 0px;
    font-size: 15px;
}
#matrix_dashboard_container .matrix_step_label.matrix_step_label_summary {
    background: #094763!important;
}
.matrix_step_label_summary span {
    position: relative;
}
.matrix_step_label_summary span:after {
    content: '';
    background: transparent;
    width: 13px;
    height: 25px;
    display: table;
    position: absolute;
    top: 83%;
    left: 38%;
    right: auto;
    border-bottom: 5px solid white;
    border-right: 5px solid white;
    transform: rotate(45deg);
    box-shadow: 3px 2px 3px rgba(0, 0, 0, 0.30980392156862746);
}
.not-front .node td, .not-front .node-book th, .not-front .node .agrarrwdt, .not-front .node th div, .not-front .node td div, .not-front .node a, .not-front .node p, .not-front .node h3, .not-front .node div, .not-front .node li {
    line-height: 20px;
}
.main-body-row-text {
    padding-bottom: 20px;
    font-size: 14px;
    color: #505050;
    font-weight: 400;
}
#wtr-matrix-subsectors-form label {
        font-weight: 600;
}
.water_checkbox .checkbox input[type="checkbox"], #wtr-matrix-subsectors-form .checkbox input[type="checkbox"] {
    margin-left: 0px !important;
}
div.quicktabs-wrapper.quicktabs-style-sky ul.quicktabs-tabs.quicktabs-style-sky, #quicktabs-development_context ul.quicktabs-tabs.quicktabs-style-sky {
    display: inline-block;
}
ul.quicktabs-tabs.quicktabs-style-sky {
    margin: 0;
    padding: 0;
    width: 100%;
}

ul.quicktabs-tabs {
    margin: inherit !important;
    padding: 0 !important;
}
ul.quicktabs-tabs.quicktabs-style-sky li {
    float: left;
    font-weight: normal;
    list-style: none;
    margin: 0.3em 0 0 0;
    height: 2.65em;
    min-height: 2.95em;
    padding: 0;
}

div.quicktabs-wrapper.quicktabs-style-sky ul.quicktabs-tabs.quicktabs-style-sky li.active a, ul.quicktabs-tabs.quicktabs-style-sky li.active a:visited, #quicktabs-development_context ul.quicktabs-tabs.quicktabs-style-sky li.active a {
    height: 3.05em;
    line-height: 3.05em;
    font-weight: normal;
    border: 1px solid #06628c;
    background: #06628c !important;
    color: #fff !important;
    top: -0.025em;
    border-radius: 0;
    position: relative;
}
div.quicktabs-wrapper.quicktabs-style-sky ul.quicktabs-tabs.quicktabs-style-sky li a, ul.quicktabs-tabs.quicktabs-style-sky li a:visited, #quicktabs-development_context ul.quicktabs-tabs.quicktabs-style-sky li a {
float: left;
    display: block;
    border-right: 1px solid #fff !important;
    border-top: 1px solid #fff !important;
    font-size: 14px;
    font-weight: 400;
    color: #3e3e3e !important;
    height: 3.05em;
    line-height: 3.05em;
    padding: 0 8px;
}
ul.quicktabs-tabs.quicktabs-style-sky li a {
    background-color: #c6eafb !important;
    background-image: none;
    color: #565656 !important;
}
.quicktabs-tabs.quicktabs-style-sky li.active .tab-arrow, .quicktabs-tabs.quicktabs-style-sky li:hover .tab-arrow {
    background: none !important;
}

div.quicktabs-wrapper.quicktabs-style-sky ul.quicktabs-tabs.quicktabs-style-sky li.active a:before {
    content: '';
    border-top: 13px solid #06628c;
    border-bottom: 13px solid transparent;
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    position: absolute;
    bottom: -22px;
    z-index: 12;
    left: 37%;
}
ul.quicktabs-tabs li {
    display: inline;
    background: none;
    list-style-type: none;
    padding: 2px;
    white-space: nowrap;
}
.quicktabs_main.quicktabs-style-sky {
    top: -0.6em !important;
    width: 960px;
}
.quicktabs_main.quicktabs-style-sky {
    padding: 10px 5px 15px;
}
body ul.quicktabs-tabs.quicktabs-style-sky li a:hover, body ul.quicktabs-tabs.quicktabs-style-sky li.active a:hover {
    text-decoration: none;
    border-color: #7cd5ff;
    background: #7cd5ff !important;
    color: #fff !important;
}
.quicktabs_main.quicktabs-style-sky {
    border: 2px solid #126a92 !important;
}
.quicktabs_main.quicktabs-style-sky {
top: -6px !important;
    width: 960px;
    position: relative;
}
.quicktabs_main.quicktabs-style-sky {
    padding: 10px 5px 15px;
}
.contextual-links-region {
    outline: none;
    position: relative;
    font-size: 14px;
    color: #505050;
}
.clearfix:before, .clearfix:after {
    display: table;
    content: " ";
}
#quicktabs-container-water_exposer .quicktabs-tabpage table tr {
    background-color: transparent !important;
    border: none !important;
}
body table tr td.header-q, .quicktabs-tabpage table tr:first-child td.header-q, table tr td:nth-child(2n+1).header-q {
    text-align: center;
    background-color: #4c4c4c!important;
    color: #fff;
    font-weight: 400;
    padding: 5px;
    font-size: 14px;
    vertical-align: top;
}

.quicktabs-tabpage table tr:first-child td {
    background-color: aliceblue !important;
    padding: 8px !important;
}
.quicktabs_main table tr td, .quicktabs_main table tr th, #subSect-tab1 table tr td, #subSect-tab1 table tr th, #subSect-tab2 table tr td, #subSect-tab2 table tr th, #subSect-tab3 table tr td, #subSect-tab3 table tr th, #subSect-tab4 table tr td, #subSect-tab4 table tr th, #subSect-tab5 table tr td, #subSect-tab5 table tr th {
    border: 1px solid #4c4c4c !important;
    font-size: 14px;
    font-weight: 400;
        vertical-align: top;
}
.curr-data-td {
    vertical-align: top;
}
body td.curr-data-td .curr-data ul {
    padding-bottom: 5px !important;
    padding-top: 0;
        
}
.tabcontent {
    display: none;
}
.tabcontent.active {
    display: block;
}
.table-data-link a {
    color: #217fca;
    text-decoration: none;
}
.curr-data ul li, .future-data ul li {
    color: #505050;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}
.curr-data ul, .future-data ul {
    padding-left: 25px !important;
}
.table-links-data .table-data-link a {
    margin-right: 8px;
        font-weight: 400;
}
.table-links-data {
    display: inline-block;
    font-weight: 500;
    margin-left: 5px;
    text-decoration: underline;
}
table .form-radios .tooltip_matrix.form-type-radio {
    display: table-cell;
    padding-left: 4px !important;
    width: 20% !important;
    height: 72px;
    vertical-align: middle;
    position: relative;
    border: 0 solid white;
        text-align: center;
}
.tooltip_matrix.form-type-radio:first-child {
    background: none !important;
    color: #000;
    background-color: #c0c0c0 !important;

}

.tooltip_matrix.form-type-radio input[type=radio] {
    position: absolute;
    left: 20px;
    top: 0;
    background: transparent;
    width: 18px;
    height: 18px;
    display: block;
}
table .form-radios .tooltip_matrix.form-type-radio label {
    font-size: 12px !important;
    padding: 0px;
    display: inline-block;
    text-align: center;
    width: 100%;
    padding: 5px;
}
.tooltip_matrix.form-type-radio:nth-child(2) {
    background-color: #92d050 !important;
}
.tooltip_matrix.form-type-radio:nth-child(3) {
    background-color: #ffff00 !important;
}
.tooltip_matrix.form-type-radio:nth-child(4) {
    background-color: #f79646 !important;
}
.tooltip_matrix.form-type-radio:nth-child(5) {
    background-color: #ff0000 !important;
}
.tooltip_matrix.form-type-radio:hover, .tooltip_matrix.form-type-radio:active {
    border-radius: 0;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    z-index: 1111;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.4117647058823529);
}
textarea.form-control {
    min-height: 51px !important;
}
body #ext-tmp-id, body #ext-prep-id, body #sea-level-id, body #strom-surge-id, body #strng-wind-id, body #transportation-geo-hazards-form #geo-exp-id, body #transportation-subAspects71-id, body #transportation-subAspects75-id, body #transportation-subAspects79-id, body #transportation-subAspects82-id, body #transportation-subAspects85-id, body #transportation-subAspects88-id, body #outcome-id, body #agr-subAspects71-id, body #agr-subAspects75-id, body #agr-subAspects79-id, body #drought-id, body #geo-exp-id, body #agr-subAspects82-id, body #agr-subAspects85-id, body #wtr-subAspects71-id, body #wtr-subAspects75-id, body #wtr-subAspects79-id, body #health-subAspects71-id, body #health-subAspects82-id, body #health-subAspects79-id, body #health-subAspects75-id, body #wtr-subAspects85-id, body #wtr-subAspects88-id {
    padding: 7px 10px !important;
    margin-top: 20px!important;
    margin-bottom: 20px !important;
    min-width: 96px !important;
    font-size: 14px !important;
    display: block !important;
    box-shadow: -1px 3px 7px rgba(0,0,0,0.258823) !important;
    background: #0c61a5 !important;
    border: none !important;
    color: #ffffff !important;
    font-weight: bold !important;
    text-decoration: inherit !important;
    border-radius: 0px !important;
    vertical-align: top;
    min-width: 80px;
    margin: 0 auto;
    display: inline-block;
    box-shadow: -1px 3px 7px rgba(0, 0, 0, 0.25882352941176473) !important;
    text-align: center;
}
.stp1InDepth textarea.form-control {
    min-height: 51px !important;
    margin-bottom: 15px;
    margin-top: 10px;
    font-size: 13px;
}
#geo-hazard-check .form-type-checkbox.form-item.checkbox {
    display: inline-block;
    background-color: #ffffff;
    vertical-align: top;
    margin-top: 10px;
    margin-bottom: 10px !important;
    padding: 5px 7px 7px 30px;
    margin-bottom: 0;
    border-radius: 0;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2196078431372549);
    min-width: 23%;
    margin-left: 5px;
    margin-right: 5px;
}
#geo-hazard-check .form-type-textfield.form-item-input-field-dr.form-item.form-group {
    display: inline-block;
    padding-top: 0;
    position: relative;
    top: 6px;
    padding: 0;
    margin: 0 !important;
    left: 5px;
}
.fc {
    width: 200px !important;
    border-radius: 0 !important;
    box-shadow: none;
    font-size: 14px !important;
}
.hide  {
    display: none;
}
#wtr-geo-hazards-form table tr td .form-type-textarea {
    display: inline-block;
    width: 48%;
    vertical-align: top;
}
#wtr-geo-hazards-form table tr td ul {
    display: inline-block;
    width: 50%;
    vertical-align: top;
    padding-top: 13px;
    margin: 0;
    padding-left: 25px;
}
#wtr-geo-hazards-form table tr td .form-type-textarea .form-textarea-wrapper.resizable-textarea .form-textarea {
    height: 90px;
}
table .form-radios {
    display: table;
    table-layout: fixed;
    width: 100%;
}
#exploser-hist-data, #adaptive-hist-data {
    margin-bottom: 20px;
    clear: both;
}
#exploser-hist-data ul.nav.nav-tabs {
    margin-bottom: 0;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
        border: none !important;
}
.nav:before, .nav:after {
    display: table;
    content: " ";
}
#exploser-hist-data .nav-tabs>li.active>a, #exploser-hist-data .nav-tabs>li.active>a:hover, #exploser-hist-data .nav-tabs>li.active>a:focus {
    color: #fff;
    background-color: #06628c;
    border: 0px solid #ddd;
}
#exploser-hist-data .nav-tabs>li.active {
    position: relative;
}
.tab-container#exploser-hist-data a {
    text-overflow: ellipsis;
    min-width: 170px;
    white-space: nowrap;
    overflow: hidden;
    text-align: center;
    border: none;
    bottom: 2px;
    padding: 10px;
    margin-top: 10px;
    display: inline-block;
    background: #c6eafb;
    position: relative;
    margin-bottom: 10px;
}
#exploser-hist-data li a {
    color: #565656;
    text-shadow: 0 0 0 !important;
    border-radius: 0;
    font-weight: 400;
    font-size: 14px;
    text-decoration: none;
}
#exploser-hist-data .nav-tabs>li.active:before {
    content: '';
    border-top: 13px solid #06628c;
    border-bottom: 13px solid transparent;
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    position: absolute;
    bottom: -4px;
    z-index: 12;
    left: 37%;
}
#exploser-hist-data .tab-content {
    padding: 10px;
    background: rgba(255, 255, 255, 0.12);
    border: 2px solid #0c61a5 !important;
    position: relative;
    z-index: 10;
    margin-top: -21px;
}
#subSect-tab1 .header-q, #subSect-tab2 .header-q, #subSect-tab3 .header-q, #subSect-tab4 .header-q, #subSect-tab5 .header-q {
    background-color: #4c4c4c !important;
    font-size: 14px;
    font-weight: 600;
    border: 1px solid #4c4c4c !important;
}
.tdCenter {
       text-align: center;
    padding: 5px; 
}

.header-tf-sub {
    background-color: #e6e6e6 !important;
    padding: 3px 0;
    font-weight: bold;
    border: none !important;
        width: 100%;
    height: 25px;
    border-bottom: 1px solid #c0c0c0;
    text-align: center;
    font-weight: 600;
}
.stp1InDepth ul {
    padding-bottom: 8px !important;
    font-size: 14px;
    color: #505050;
    font-weight: 400;
    line-height: 20px;
}

div#impact-hist-data {
    margin-top: 20px;
}
div#impact-hist-data {
    overflow: auto;
    clear: both;
    display: inline-block;
    width: 100%;
}
.matrix-adaptive-step-item .form-type-checkboxes {
    margin: 0px !important;
}
.matrix-adaptive-step-item {
    background-color: #eaeaea!important;
    padding: 5px !important;
    border-radius: 0;
    display: inline-block;
    margin: 5px 0!important;
    width: 100%;
}
.matrix-adaptive-step-item .form-checkboxes {
    padding: 10px;
    background-color: #fff;
    border-radius: 0;
}
#edit-matrix-softcom-types .form-type-checkbox {
    display: inline-block;
    margin: 7px 20px;
    min-width: 28%;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
    padding: 5px 30px;
    max-width: 28%;
}
#edit-matrix-softcom-types .form-item.checkbox {
    width: 49%;
    padding-right: 0;
        vertical-align: middle;
}
#edit-matrix-step3-ques1 .form-type-checkbox:hover, #edit-matrix-step3-ques2 .form-type-checkbox:hover, #edit-matrix-step3-ques3 .form-type-checkbox:hover, #edit-matrix-step3-ques1 .form-type-checkbox:hover, #edit-matrix-step3-sep-ques1 .form-type-checkbox:hover, #edit-matrix-step3-ws-ques1 .form-type-checkbox:hover {
    background: #f1f1f1;
}
#edit-matrix-step3-ques1 .form-type-checkbox, #edit-matrix-step3-ques2 .form-type-checkbox, #edit-matrix-step3-ques3 .form-type-checkbox, #edit-matrix-step3-ques1 .form-type-checkbox, #edit-matrix-step3-sep-ques1 .form-type-checkbox, #edit-matrix-step3-ws-ques1 .form-type-checkbox {
    width: 180px;
    display: inline-block;
    background: white;
    border: 1px solid #d3d3d3;
    margin: 0;
    margin-bottom: 10px;
    padding: 5px;
    padding-left: 30px;
    box-shadow: none;
}
#edit-matrix-step3-notes, #edit-matrix-step3-sep-notes, #edit-matrix-step3-ws-notes {
    height: auto;
    font-size: 14px;
}
.stp4InDepth .header-q {
    font-size: 14px;
}
.stp4InDepth .hyphenate .header-q {
    font-size: 13px;
}
th.header-q-ss {
    background-color: #4c4c4c !important;
    padding-top: 8px;
    padding-bottom: 8px;
    color: white !important;
    font-size: 14px;
    text-align: center;
    margin-bottom: 10px;
}
.stp4InDepth .form-group textarea {
    margin: 15px 0;
}
.stp4InDepth .SaveBtn {
        display: inline-block; 
            margin-bottom: 15px; 
}
.summary-lst-content-page {
        font-size: 14px;
    color: #505050;
    font-weight: 400;
}
.summary-lst-content-page .main-body-row-text {
    padding-bottom: 20px;
    background-color: #f5f5f5;
    padding: 10px;
    border-radius: 0;
    margin-bottom: 12px;
    border: 1px solid #e0e0e0;
    font-size: 14px;
    font-weight: 400;
    color: #505050;
}
#quicktabs-water_rating_step ul.quicktabs-tabs li.active a {
    border-left: 2px solid #0c61a5 !important;
    border-right: 2px solid #0c61a5 !important;
    border-top: 2px solid #0c61a5 !important;
    margin-bottom: -2px;
    position: relative;
    z-index: 99;
    box-shadow: 0px 7px 12px rgba(0, 0, 0, 0.32);
}
a#quicktabs-tab-water_rating_step-0, a#quicktabs-tab-agriculture_rating_step-0 {
    background: url(../images/risk1.jpg) no-repeat scroll 0 0 / 127px 80px rgba(0, 0, 0, 0);
    display: inline-block;
    padding: 30px 0;
    position: inherit;
    text-indent: -99999px;
    text-indent: -999999px;
    width: 128px;
}
a#quicktabs-tab-water_rating_step-1, a#quicktabs-tab-agriculture_rating_step-1 {
    background: url(../images/risk2.jpg) no-repeat scroll 0 0 / 127px 80px rgba(0, 0, 0, 0);
    display: inline-block;
    padding: 30px 0;
    position: inherit;
    text-indent: -99999px;
    text-indent: -999999px;
    width: 128px;
}
a#quicktabs-tab-water_rating_step-2, a#quicktabs-tab-agriculture_rating_step-2 {
    background: url(../images/risk3.jpg) no-repeat scroll 0 0 / 127px 80px rgba(0, 0, 0, 0);
    display: inline-block;
    padding: 30px 0;
    position: inherit;
    text-indent: -99999px;
    text-indent: -999999px;
    width: 128px;
}
a#quicktabs-tab-water_rating_step-3, a#quicktabs-tab-agriculture_rating_step-3 {
    background: url(../images/risk4.jpg) no-repeat scroll 0 0 / 127px 80px rgba(0, 0, 0, 0);
    display: inline-block;
    padding: 30px 0;
    position: inherit;
    text-indent: -99999px;
    text-indent: -999999px;
    width: 128px;
}
a#quicktabs-tab-water_rating_step-4, a#quicktabs-tab-agriculture_rating_step-4 {
    background: url(../images/risk5.jpg) no-repeat scroll 0 0 / 127px 80px rgba(0, 0, 0, 0);
    display: inline-block;
    padding: 30px 0;
    position: inherit;
    text-indent: -99999px;
    text-indent: -999999px;
    width: 128px;
}
#quicktabs-water_rating_step ul.quicktabs-tabs li.active a {
    border-left: 2px solid #0c61a5 !important;
    border-right: 2px solid #0c61a5 !important;
    border-top: 2px solid #0c61a5 !important;
    margin-bottom: -2px;
    position: relative;
    z-index: 99;
    box-shadow: 0px 7px 12px rgba(0, 0, 0, 0.32);
}
#quicktabs-container-water_rating_step, #quicktabs-container-agriculture_rating_step {
    border: 2px solid #0c61a5;
    padding: 10px;
    position: relative;
    background: white;
    box-shadow: 0px 5px 6px rgba(0, 0, 0, 0.25098039215686274);
}
#quicktabs-water_rating_step ul.quicktabs-tabs li, #quicktabs-agriculture_rating_step ul.quicktabs-tabs li {
    margin: 0 !important;
    padding: 0 !important;
}
#quicktabs-water_rating_step ul.quicktabs-tabs li.active a:after {
    content: '';
    display: table;
    background: transparent;
    position: absolute;
    border-top: 10px solid #0c61a5;
    border-bottom: 10px solid transparent;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    bottom: -21px;
    left: 43%;
}
#quicktabs-water_rating_step ul.quicktabs-tabs li.active a {
    margin-bottom: 0px;
}
.stp5InDepth ul.quicktabs-tabs {
    margin: 0 auto !important;
    display: table;
    margin-top: 20px !important;
}
.list-insuff-main {
    list-style: none;
    margin: 0;
    padding-left: 25px;
        line-height: 20px;
}
.quicktabs-tabpage .block .list-insuff-main li {
    display: inline-block;
    font-size: 13px;
}
.list-insuff-text {
    display: inline;
     line-height: 20px;

}
.list-insuff {
    float: left;
}
.stp5InDepth a {
    color: #217fca;
    text-decoration: none;
}
#exSave {
    display: inline-block;
    margin-bottom: 20px;
    font-size: 15px;
}
.dt-summary-next {
    position: absolute;
    right: 0;
    float: right;
    height: 31px;
    margin-bottom: 0;
    padding-bottom: 0;
    bottom: 0px;
}
#pgnxtwtr {
    float: right;
        margin-right: 15px;
}
#pgnxtwtr #nextimg {
        position: relative;
    left: -6px;
}
.dt-summary-next a.page-next-transportation span, .dt-summary-next a.page-next-wtr span {
    font-size: 13px;
    font-weight: 500;
    background: #0c61a5;
    padding: 4px 12px;
    color: white;
    position: relative;
    right: -13px;
    top: 0px;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    z-index: 50;
    text-decoration: none;
}
.dt-summary-next a.page-next-transportation img, .dt-summary-next a.page-next-wtr img {
    z-index: 100;
    position: relative;
        text-decoration: none;
}
.dt-summary-next a.page-next-transportation:hover span, .dt-summary-next a.page-next-wtr:hover span {
    background: #3e85bd;
        text-decoration: none;
}
.dt-summary-next a.page-next-transportation, .dt-summary-next a.page-next-wtr {
    text-decoration: none;
}
.dt-final-summary .dt-overall-rating {
    width: 260px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    text-align: center !important;
    margin: 0 auto;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 15px;
}
.dt-final-summary .overall-rating-text {
    margin-top: 5px;
    background-color: rgb(255, 255, 255);
    padding: 10px;
    border-radius: 0;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3686274509803922);
}
.overall-rating-text {
    font-size: 14px;
    color: #505050;
    font-weight: 400;
}
.dt-final-summary ul li {
    font-weight: 400;
    font-size: 14px;
        font-size: 14px;
    line-height: 20px;
}
.dt-final-summary a, .stp1InDepth a {
        color: #428bca;
}
.blockDashboard {

}
.blockDashboard a {
    background: #ffffff;
    width: 47%;
    display: table;
    margin: 0 auto;
    text-align: center;
    height: 50px;
    line-height: 50px;
    font-size: 19px;
    color: #545454;
    /* box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.10980392156862745); */
    border: 1px solid #e0e0e0;
    text-decoration: none;
    margin-top: 50px;
    transition: 0.5s all;
}
.blockDashboard a:hover {
    text-decoration: none;
    transform: scale(1.1);
    background: #5f5f5f;
    color: white;
    border-color: #5f5f5f;
}
.cpf-custom-matrix .form-checkboxes .form-type-checkbox {
    display: inline-block;
    margin: 7px 20px;
    min-width: 28%;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
    padding: 5px 30px;
    max-width: 28%;
}
#accordion ul li {
    font-weight: 400;
}
.mr-bt-30 {
    margin-bottom: 30px;
}
.mr-tp-30 {
    margin-top: 30px;
}
.curData {
    margin-top: 10px;
    padding-right: 10px;
}
.curData ul li {
    line-height: 20px;
}
.matrix_enable_label {
    font-size: 14px;
}
body .tooltipster-content li, body #cboxContent li {
    list-style-image: url(../images/bullet1.png);
}
.tooltipster-box ul, .tooltipster-box ol {
    margin-bottom: 10px;
    margin-top: 0;
    padding-left: 20px;
}
.ulNew ul {
        margin: 0;
    padding-left: 25px;
    line-height: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
    color: #505050;
}
.pageHead {
    font-size: 26px;
    text-align: center;
    margin-bottom: 0;
    border-bottom: 1px dashed #d3d3d3;
    display: table;
    margin: 0 auto;
    margin-top: 50px;
}
div#impact-hist-data table {
    table-layout: fixed;
    width: 100%;
}
#exploser-hist-data ul li {
    margin-right: 5px;
}
div#matrix_dashboard_container #outcome-hist-data table {
    table-layout: fixed;
}
.logoPart {
        /*background: #282828;*/
    display: block;
    width: 100%;
}
.logoPart .logoImg {
        width: 50%;
    display: inline-block;
}
.logoPart .backBtn {
        width: 49%;
    display: inline-block;
    text-align: right;
}
.logoPart .backBtn a img {
        width: 35px;
    margin-right: 5px;
    opacity: 0.5;
}
.logoPart .backBtn a {
    transition: 0.2s all;
}
.logoPart .backBtn a:hover img {
    opacity: 1;
}
.selectProj .form-group {
        width: 230px;
    position: relative;
}
.selectProj .form-group .form-control {
    color: #000;
    cursor: pointer;
    font-weight: bold;
    line-height: 23px;
    padding: 4px 10px;
    font-size: 12px;
    height: 34px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    vertical-align: middle;
    box-shadow: -1px 3px 7px rgba(0, 0, 0, 0.25882352941176473) !important;
    border-radius: 0;
    border: none;
 }
 .selectProj .form-group .form-control option {
    font-weight: bold;
    color: #000;
    background: white !important;
    font-size: 12px;
 }
 .ProjectHeader {
    margin-top: 20px;
    align-items: center;
    margin-bottom: 20px;
 }
 /*the container must be positioned relative:*/
.custom-select1 {
  position: relative;
  width: 230px;
}

.custom-select1 select {
  display: none; /*hide original SELECT element:*/
}

.select-selected {
  background-color: white;
}

/*style the arrow inside the select element:*/
.select-selected:after {
    position: absolute;
    content: "";
    top: 14px;
    right: 10px;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-color: #5d5d5d transparent transparent transparent;
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
    border-color: transparent transparent #5d5d5d transparent;
    top: 8px;
}

/*style the items (options), including the selected item:*/
.select-selected {
    color: #000;
    cursor: pointer;
    font-weight: bold;
    line-height: 25px;
    padding: 5px 10px;
    font-size: 12px;
    height: 34px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    vertical-align: middle;
    box-shadow: -1px 3px 7px rgba(0, 0, 0, 0.25882352941176473) !important;
    border-radius: 0;
    border: none;
    z-index: 100;
    position: relative;
}
 .select-items div{
    color: #000;
    cursor: pointer;
    font-weight: bold;
    line-height: 25px;
    padding: 5px 10px;
    font-size: 12px;
    height: 34px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    vertical-align: middle;
    box-shadow: none !important;
    border-radius: 0;
    border: none;
    z-index: 100;
    position: relative;
}

/*style items (options):*/
.select-items {
  position: absolute;
  background-color: white;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  box-shadow: -1px 3px 7px rgba(0, 0, 0, 0.25882352941176473) !important;
}

/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}
.divsharedp a.sharedp, .divaddp a.addpbtn  {
    
    border: none;
    color: #ffffff;
    font-weight: bold;
    line-height: 23px;
    padding: 4px 10px;
    text-decoration: inherit;
    border-radius: 0px;
    vertical-align: top;
    min-width: 80px;
    font-size: 12px;
    margin: 0 auto;
    display: inline-block;
    box-shadow: -1px 3px 7px rgba(0, 0, 0, 0.25882352941176473);
    text-align: center;
        position: relative;
}
.divsharedp a.sharedp {
    background: rgb(2, 63, 111);
}
.divaddp a.addpbtn {
    background: #9e1010;
}
.divsharedp a.sharedp:after {
    content: "";
    position: absolute;
    bottom: -9px;
    left: 42%;
    border-width: 10px 10px 0;
    border-style: solid;
    border-color: #023f6f transparent;
    display: block;
    width: 0;
}
.actionBtns {
        display: block;
    width: 100%;
    text-align: right;
}
.divsharedp {
        display: inline-block;
    width: 50%;
}
.divaddp {
        display: inline-block;
    margin-left: 10px;
}
.editIcon ul {
        list-style: none;
    margin: 0;
    padding: 0;
    display: block;
    width: 100%;
}
.editIcon ul li {
display: inline-block;
    width: 30%;
        vertical-align: middle;

}
.editIcon ul li a {
        display: block;
    margin: 0;
    padding: 0;

}
.editIcon ul li a:hover img{
    transform: scale(1.1);
        box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4);
}
.editIcon ul li a img {
    width: 25px;
    border-radius: 50%;
    background: #42bbe4;
    margin: 0 auto;
    display: block;
}
.ProjectTable table#example thead tr th:nth-child(6) {
    width: 122px !important;
}
.ProjectTable table#example tbody tr td {
    vertical-align: middle;
    text-align: left;
}
.editProj {
    padding: 8px;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    display: block;
    text-align: center;
    color: #0080ab;
    margin-bottom: 5px;
    transition: 0.2s all;
}
.editProj:hover {
    transform: scale(1.1);
}
.editProj a {
    color: #0080ab;
    text-align: center;
}
.editIcon {
        padding: 5px;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    display: block;
    text-align: center;
    color: #0080ab;
    margin-bottom: 0;
}
.AddNewProject {
    margin-top: 0;
}
.smallHeader {
    margin-bottom: 20px;
    border-bottom: 1px dashed #d3d3d3;
    border-left: 5px solid #d3d3d3;
    padding: 3px 10px;
    font-size: 18px;
    color: #333;
    margin-top: 20px;
    font-weight: 400;
}
.col-form-label {
        color: #333333;
    font-size: 13px !important;
}
.col-form-label span {
    color: red;
}
.formAddProj .form-group{
    margin-bottom: 20px !important; 
}
.formAddProj .form-group .fcNew {
    font-size: 13px;
    height: 34px !important;
}
.formAddProj .form-group .fcAria {
    font-size: 13px;
}
.btnGrp .btnNext, .btnGrp .btnPrev {
    display: inline-block;
    background: #dedede;
    color: #333;
    border: 1px solid #b5b5b5;
    padding: 3px 15px;
    font-size: 13px;
    font-weight: bold;
    min-width: 80px;
    line-height: 23px;
    box-shadow: -1px 3px 7px rgba(0, 0, 0, 0.25882352941176473);
    text-align: center;
    cursor: pointer;
}
.btnGrp .btnCancel {
    display: inline-block;
    background: #890101;
    color: white;
    border: 1px solid #890101;
    padding: 3px 15px;
    font-size: 13px;
    font-weight: bold;
    min-width: 80px;
    line-height: 23px;
    box-shadow: -1px 3px 7px rgba(0, 0, 0, 0.25882352941176473);
    text-align: center;
    margin-left: 10px;
    cursor: pointer;
}
.btnGrp button:hover {
    opacity: 0.8;
}
.btnGrp .btnSave {
    display: inline-block;
    background: #0c61a5;
    color: white;
    border: 1px solid #0c61a5;
    padding: 3px 15px;
    font-size: 13px;
    font-weight: bold;
    min-width: 80px;
    line-height: 23px;
    box-shadow: -1px 3px 7px rgba(0, 0, 0, 0.25882352941176473);
    text-align: center;
    margin-left: 10px;
    cursor: pointer;
}
.secondStep {
    display: none;
}
.projectRegion h4 {
    color: #333 !important;
    font-size: 13px !important;
    font-weight: bold !important;
    margin: 0 !important;
    padding: 10px !important;
    text-transform: uppercase;
    border: 1px solid #d9dccf !important;
    margin-bottom: 20px !important;
    display: block;
}
.projectRegion form {
        background: #eeefe9;
    padding: 10px;
    border: 1px solid #d9dccf !important;
}
.projectRegion form .form-group:last-child {
    margin-bottom: 0 !important;
}
.projectRegion .btnGrp .btnSave {
    margin-left: 0;
}
.projectRegion .btnGrp {
        border-bottom: 1px solid #890101;
    padding-bottom: 20px;
}
.btnUpload {
        display: inline-block;
    background: #0c61a5;
    color: white;
    border: 1px solid #0c61a5;
    padding: 3px 11px;
    font-size: 13px;
    font-weight: bold;
    line-height: 23px;
    box-shadow: -1px 3px 7px rgba(0, 0, 0, 0.25882352941176473);
    text-align: center;
    cursor: pointer;
    height: 33px;
    border-radius: 3px;
}
.btnUpload:hover {
    opacity: 0.8;
}
.fileInpt {
    padding: 4px !important;
}
.counterChar{
        text-align: right;
    font-size: 13px;
    font-weight: 600;
    margin-top: 5px;
}
.form-check .form-check-label {
        color: #505050;
    font-weight: 400;
    font-size: 14px;
    margin-left: 5px;
        cursor: pointer
}
.form-check {
    margin-bottom: 10px;
    cursor: pointer;
}
.projDetails table.table tbody tr th{
    width: 30%;
    font-size: 14px;
    background: #f4f4f4;
}
.projDetails table.table tbody tr td {
    font-size: 14px;
    background: #f4f4f4;
}
.projDetails table.table{
    background: #f4f4f4 !important;
    border: 1px solid #d5d5d5;
    padding: 11px;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.11);
 }
 .projDetails table.table tr:nth-child(2n) {
    background-color: #f4f4f4;
}
.project-details-buttons div {
    display: inline-block;
    margin-right: 10px;
}
.project-details-buttons {
    margin-bottom: 10px;
}
.project-details-buttons a { 
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    line-height: 23px;
    padding: 9px 13px;
    border-radius: 0;
    vertical-align: top;
    margin-right: 0px;
    box-shadow: -1px 3px 7px rgba(0, 0, 0, 0.25882352941176473);
}
.project-details-buttons a:hover {
    color: #ffffff;
    opacity: 0.8;
}
.project-details-buttons .edit-project-link a {
    background-color: #b94737;
}
.project-details-buttons .start-proj a {
    background-color: #0c61a5;
}

ul.dt_disabled {
    display: inline-block;
    width: 100%;
    opacity: 0.4;
}

a.disabled {
    pointer-events: none;
    cursor: default;
 }

a.disabled img {
    opacity: 0.6;
    pointer-events: none;
    text-decoration: none;
    background:rgba(0, 0, 0, 0) !important;
    width:27px !important;
}

div#projId {
display: inline-block;
    width: 19%;
    vertical-align: middle;
    text-align: right;
    padding-right: 12px;
}

.p-0 {
        padding: 0 !important;
}
#edit-dt-step2-impacts-error{
    font-size: 13px;
}
form.cpf-custom-dt .form-type-checkboxes label {
        font-size: 14px;
    color: #333;
}
.step3_ques3 #edit-dt-step3-ques2,
.step3_ques4 #edit-dt-step3-ques3 {
        margin: 10px 0;
}

.form-item-dt-step3-notes label,
.form-item-dt-step3-notes .form-textarea-wrapper {
    padding: 0 !important;
    background: transparent !important;
}

.form-item-dt-step4-notes, .form-item-dt-step3-notes {
    background: #eaeaea;
    padding: 13px;
    margin-top: 6px !important;
}
.form-item-dt-step4-notes label, .form-item-dt-step3-notes label {
        font-size: 14px;
    color: #333;
}
#step4PhysicalForm .dt_rating_right .form-item-dt-step4-notes{
        background: transparent;
    padding: 0;
    margin-top: 0 !important;
}
#step4PhysicalForm .dt_rating_right .form-item-dt-step4-notes label {
    color: #505050;
    margin-bottom: 5px;

}
.dt-summary-notes-box, .dt-summary-context-notes {
        font-size: 14px;
    color: #333;
    font-weight: 400;
    border-top: 1px solid #d3d3d3;
    margin-top: 10px;
        clear: both;
}
body .tooltipster-content li ul li, body #cboxContent li ul li {
        list-style-image: url(../images/bullet.png);
}
.dt_top_title.dt_first {
/*margin-top: 25px;
    border-top: 1px solid #d3d3d3;*/
    padding-top: 25px;
    font-size: 26px;
    font-weight: normal;
    vertical-align: middle;
}
.mt10 {
    margin-top: 10px !important;
}
.mt50 {
    margin-top: 50px !important;
}
.dt_top_title .dt_top_btn {
        top: -8px;
}
.concept_note_file a {
    font-size: 13px;
    color: #0080ab;
    white-space: normal;
    word-wrap: break-word;
    width: 100%;
    display: block;
    margin-top: 5px;

}
.form-item-dt-step1-hazards-Sea-Level-Rise {
    background-color: rgba(234, 234, 234, 0.43137254901960786);
}
.form-item-dt-step1-hazards-Sea-Level-Rise label {
    color: rgba(128, 128, 128, 0.611764705882353) !important;
}
#edit-dt-step3-ques3 div label {
    top: 2px;
}


.selectprojectTypeForm {
    padding-top: calc(0.375rem + 1px);
    background-color: #f3f3f3;
    text-align: left;
    width: 100%;
    border-radius: 0 !important;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.21);
    border: 1px solid #e4e4e4;
    padding: 15px 15px;
}

.selectprojectTypeForm label {
    text-align: left;
    width: 100%;
    font-size: 14px;
    font-weight: bold;
}
.selectprojectTypeForm .form-radios {
    align-items: center;
    justify-content: center;
}
.selectprojectTypeForm .form-radios .form-type-radio {
    display: inline-block;
    padding: 8px 30px;
    vertical-align: baseline;
    background-color: rgba(255, 255, 255, 0.99);
    border-radius: 0;
    margin: 10px 10px 0px 0;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.24);
    text-align: left;
}
.climate-text {
    text-align: center;
    display: block !important;
    padding: 30px;
    /*color: rgb(255, 255, 255);*/
    font-weight: bold;
}
.climate-sub-text {
    text-align: center;
    display: block !important;
    padding: 0px 0px 20px 0px;
    color: rgb(0, 204, 255);
    font-weight: bold;

}
.landing-page-section {
    /*background-color: rgb(0, 204, 255);*/
    margin-top: -24px !important;
    padding: 15px 15px 0px 15px;
}
.landing-page-section-text {
    text-align: justify;
    line-height: 1.6;
    font-size: inherit;
    color: rgb(0, 0, 0);
    padding: 5px 0px 15px 0px!important;
}
.font-Gadugi {
    /*font-family: Gadugi, serif;*/
}
.dash-btn ,.health-btn , .agr-btn , .energy-btn , .env-btn , .trans-btn , .water-btn, .admin-dash-btn{
    margin: 0px 15px 15px 15px;
}
.dash-btn a {
    font-weight: normal;
    font-style: normal;
    background-color: rgb(113, 23, 232);
    color: rgb(255, 255, 255);
    border-color: rgb(229, 232, 236);
    border-radius: 25px;
    text-transform: uppercase;
    padding: 10px 20px 10px 20px;
    width: 55%;
    transition: transform .2s; 
}
.dash-btn a:hover{
    font-weight: normal;
    font-style: normal;
    background-color: rgb(113, 23, 232);
    color: rgb(255, 255, 255);
    border-color: rgb(229, 232, 236);
    border-radius: 25px;
    text-transform: uppercase;
    padding: 10px 20px 10px 20px;
    width: 55%;
    transform: scale(1.01);

}
.agr-btn a {
    font-weight: normal;
    font-style: normal;
    background-color: rgb(247, 176, 24);
    color: rgb(255, 255, 255);
    border-color: rgb(229, 232, 236);
    border-radius: 25px;
    text-transform: uppercase;
    padding: 10px 20px 10px 20px;
    width: 55%;
    transition: transform .2s; 
}
.agr-btn a:hover {
    font-weight: normal;
    font-style: normal;
    background-color: rgb(247, 176, 24);
    color: rgb(255, 255, 255);
    border-color: rgb(229, 232, 236);
    border-radius: 25px;
    text-transform: uppercase;
    padding: 10px 20px 10px 20px;
    width: 55%;
    transform: scale(1.01);
}
.health-btn a {
    font-weight: normal;
    font-style: normal;
    background-color: rgb(113, 23, 232);
    color: rgb(255, 255, 255);
    border-color: rgb(229, 232, 236);
    border-radius: 25px;
    text-transform: uppercase;
    padding: 10px 20px 10px 20px;
    width: 55%;
    transition: transform .2s; 
}
.health-btn a:hover {
    font-weight: normal;
    font-style: normal;
    background-color: rgb(113, 23, 232);
    color: rgb(255, 255, 255);
    border-color: rgb(229, 232, 236);
    border-radius: 25px;
    text-transform: uppercase;
    padding: 10px 20px 10px 20px;
    width: 55%;
    transform: scale(1.01);
}
.energy-btn a {
    font-weight: normal;
    font-style: normal;
    background-color: rgb(234, 113, 0);
    color: rgb(255, 255, 255);
    border-color: rgb(229, 232, 236);
    border-radius: 25px;
    text-transform: uppercase;
    padding: 10px 20px 10px 20px;
    width: 55%;
    transition: transform .2s;
}
.energy-btn a:hover {
    font-weight: normal;
    font-style: normal;
    background-color: rgb(234, 113, 0);
    color: rgb(255, 255, 255);
    border-color: rgb(229, 232, 236);
    border-radius: 25px;
    text-transform: uppercase;
    padding: 10px 20px 10px 20px;
    width: 55%;
    transform: scale(1.01);
}
.env-btn a {
    font-weight: normal;
    font-style: normal;
    background-color: rgb(163, 163, 163);
    color: rgb(255, 255, 255);
    border-color: rgb(229, 232, 236);
    border-radius: 25px;
    text-transform: uppercase;
    padding: 10px 20px 10px 20px;
    width: 55%;
    transition: transform .2s; 
}
.env-btn a:hover {
    font-weight: normal;
    font-style: normal;
    background-color: rgb(163, 163, 163);
    color: rgb(255, 255, 255);
    border-color: rgb(229, 232, 236);
    border-radius: 25px;
    text-transform: uppercase;
    padding: 10px 20px 10px 20px;
    width: 55%;
    transform: scale(1.01);
}
.trans-btn a {
    font-weight: normal;
    font-style: normal;
    background-color: rgb(7, 150, 0);
    color: rgb(255, 255, 255);
    border-color: rgb(229, 232, 236);
    border-radius: 25px;
    text-transform: uppercase;
    padding: 10px 20px 10px 20px;
    width: 55%;
    transition: transform .2s; 
}
.trans-btn a:hover {
    font-weight: normal;
    font-style: normal;
    background-color: rgb(7, 150, 0);
    color: rgb(255, 255, 255);
    border-color: rgb(229, 232, 236);
    border-radius: 25px;
    text-transform: uppercase;
    padding: 10px 20px 10px 20px;
    width: 55%;
    transform: scale(1.01);
}
.water-btn a {
    font-weight: normal;
    font-style: normal;
    background-color: rgb(23, 119, 170);
    color: rgb(255, 255, 255);
    border-color: rgb(229, 232, 236);
    border-radius: 25px;
    text-transform: uppercase;
    padding: 10px 20px 10px 20px;
    width: 55%;
    transition: transform .2s; 
}
.water-btn a:hover {
    font-weight: normal;
    font-style: normal;
    background-color: rgb(23, 119, 170);
    color: rgb(255, 255, 255);
    border-color: rgb(229, 232, 236);
    border-radius: 25px;
    text-transform: uppercase;
    padding: 10px 20px 10px 20px;
    width: 55%;
    transform: scale(1.01); 
}
.form-group {
    margin-bottom: 1rem !important;
}
.login-user-btn{
    height: 35px;
    width: 35px !important;
    outline: none;
    margin: 5px;
    border: 1px solid white;
    background-color: white;
    border-radius: 10px;
}
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #944d4d99;
    outline: 0;
    box-shadow: 0 0 0 0.2rem #7e070747;
}
.admin-btn {
    border: none;
    color: #ffffff;
    font-weight: bold;
    line-height: 23px;
    padding: 4px 10px;
    text-decoration: inherit;
    border-radius: 0px;
    vertical-align: top;
    min-width: 80px;
    font-size: 12px;
    margin-right: 10px;
    display: inline-block;
    box-shadow: -1px 3px 7px rgba(0, 0, 0, 0.25882352941176473);
    text-align: center;
    position: relative;
    background: rgb(2, 63, 111);
}

.admin-btn:hover {
    border: none;
    color: #ffffff;
    font-weight: bold;
    line-height: 23px;
    padding: 4px 10px;
    text-decoration: inherit;
    border-radius: 0px;
    vertical-align: top;
    min-width: 80px;
    font-size: 12px;
    margin-right: 10px;
    display: inline-block;
    box-shadow: -1px 3px 7px rgba(0, 0, 0, 0.25882352941176473);
    text-align: center;
    position: relative;
    background: rgb(2, 63, 111);
}
.admin-dash-btn a {
    font-weight: normal;
    font-style: normal;
    background-color: rgb(128,0,128);
    color: rgb(255, 255, 255);
    border-color: rgb(229, 232, 236);
    border-radius: 25px;
    text-transform: uppercase;
    padding: 10px 20px 10px 20px;
    width: 27%;
    transition: transform .2s; 
}
.admin-dash-btn a:hover {
    font-weight: normal;
    font-style: normal;
    background-color: rgb(128,0,128);
    color: rgb(255, 255, 255);
    border-color: rgb(229, 232, 236);
    border-radius: 25px;
    text-transform: uppercase;
    padding: 10px 20px 10px 20px;
    width: 27%;
    transform: scale(1.01); 
}

.carousel-item img {
    height: 500px;
    min-height: 500px;
}
.carousel-caption {
    bottom: -200px;
    opacity: 0;
    background: rgba(0,0,0,.6);
    font-size: 22px;
    padding: 5px 10px;
}
.carousel-item.active .carousel-caption {
    opacity: 1;
    bottom: 40px;
    transition: all .5s;
}
h1, h2 , h3, h4 ,h5  {
    font-family: 'Andes';
}
.new-header {
    padding: 15px 10px 10px 20px !important;
    display: block  !important;
    margin: 0 auto;
    width: 1000px;
    box-shadow: 0px 2px 3px rgb(0 0 0 / 25%);
}
.active {
    color: #333;
    font-weight: 600;
    background-color: #c3bcbc70;
    border-radius: 4px;
}
.shadow {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}