/**
*
* COMBINED CSS FOR ALL AWNR_* PLUGINS
*
*/

/* FROM FILE #1: awnr_admin/css/awnr_admin.css */
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700&family=Rubik:ital,wght@0,400;0,700;0,800;1,400&display=swap');

body {
    font-family: 'Roboto', sans-serif !important;
}
.tabulator {
    font-family: 'Roboto', sans-serif !important;
}

.tabulator .tabulator-col {
    height: initial !important;
}

.tabulator-row.tabulator-group {
    border-bottom: 2px solid #82d9b5 !important;
    background: #6eccbd !important;    
    font-weight: normal !important;
}
.tabulator-row.tabulator-group .tabulator-arrow {
    border-left: 6px solid #fff !important;
    border-top: 6px solid transparent !important;
}
.tabulator-row.tabulator-group.tabulator-group-visible .tabulator-arrow {
    border-top: 6px solid #fff !important;
    border-left: 6px solid transparent !important;
}

body.community-partner-map ::-webkit-scrollbar-track,
body.community-partner-registration ::-webkit-scrollbar-track,
body.community-partners ::-webkit-scrollbar-track {
    background: transparent !important;
}

/*
.cp-editor-dialog {
    top: 0.5vh !important;
    bottom: 0.5vh !important;
    height: 99vh !important;

    left: 1vw !important;
    right: 1vw !important;
    width: 98vw !important;

    transform: translate(0, 0) !important;
}
*/

body.community-partners .dialogify.cp-editor-dialog {
    height: 100vh !important;
    width: 96vw !important;
    max-height: 100vh !important;
    max-width: 96vw !important;
    top: 0 !important;
    bottom: 0 !important;
    left: 2vw !important;
    right: 2vw !important;
    transform: translate(0, 0) !important;
}

body.community-partners .cp-editor-dialog .dialogify__body {
    height: 80vh !important;
    width: 96vw !important;
    overflow-y: scroll !important;
}

body.community-partners .cp-editor-dialog .dialogify__body::-webkit-scrollbar {
    height: 4px !important;
    width: 4px !important;
    background: #a4cb3a !important;
}
body.community-partners .cp-editor-dialog .dialogify__body::-webkit-scrollbar-thumb {
    background: #718093 !important;
    -webkit-border-radius: 1ex !important;
/*
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
*/    
}


body.community-partners .cpr-fields-panel {
    float: left;
    width: 100%;
    margin: 0 0 0 0;
    padding: 1em 0.5em;
    border-top: solid 1px #718093;
    background: #fff; /* #eff5d9; */
    min-height: 82vh;
}

body.community-partners .btn-box {
    padding-bottom: 1em;
    border-bottom: solid 2px #718093;
}

.btn-box .btn {
    font-weight: normal !important;
    font-size: 12px !important;
}

.btn-primary:disabled {
    background-color: #dcdde1 !important;
    color: #fff !important;
    cursor: not-allowed !important;
}
.dialog-button-cancel {
    background-color: #d35400 !important;
    color: #fff !important;
}
.dialog-button-trash {
    background-color: #d63031 !important;
    color: #fff !important;
    float:right;
}
.dialog-button-clone {
    background-color: #16a085 !important;
    color: #fff !important;
    float:left;
}

.dialog-button-publish,
.dialog-button-unpublish {
    display: none;
    float:left;
    color: #fff !important;
}

.dialog-button-publish.share-email,
.dialog-button-publish.share-li,
.dialog-button-publish.share-rd,
.dialog-button-publish.share-x,
.dialog-button-publish.share-fb,
.dialog-button-publish.share-tg,
.dialog-button-publish.share-wa {
    margin-top: 0.5em !important;
    margin-bottom: 0.5em !important;
}

.dialog-button-unpublish {
    background-color: #40739e !important;
}
.dialog-button-publish {
    background-color: #44bd32 !important;
}

.select2-container {
    z-index:10002;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #7ed3f6 !important;
}

.cp-editor-dialog .tab_content {
    padding-top: 1em;
}

.cp-editor-dialog ul.tab_menu li {
    padding: 12px 12px !important;
}

#search-form .cpr-col {
    margin: 0 0.25em 0 0;
    width: calc((100% / 6) - 0.25em);
}

#search-form button {
    font-size: 14px;
    padding: 0.75em 2em;
    font-weight: normal;
    width: 100%;
}

/*
#search-form .btn-primary {
    
    background-color: #076790;    
}
#search-form .dialog-button-cancel {
    background-color: #d35400;
}
*/

#search-count {
    text-align: right;
    font-weight: normal;
}

#edit-instructions {
    text-align: center;
    font-size: 18px;
    font-weight: normal;
}


/* FROM FILE #2: cp_registration/css/cp_registration_front.css */
.cpr-row {
    float: left;
    width: 100%;
    margin: 0 0 0 0;
    padding: 0;
}

.cpr-media-row {
    padding: 0.5em;
}

.cpr-data-row:nth-child(odd),
.cpr-media-row:nth-child(odd),
.cpr-doi-row:nth-child(odd) {
/*
    background: #f5f6fa;
*/    
}
.cpr-data-row:nth-child(even),
.cpr-media-row:nth-child(even),
.cpr-doi-row:nth-child(even) {
/*    
    background: #dcdde1;
*/    
}

.cpr-col {
    float: left;
    margin: 0 0 0 0;
    padding: 0;
}

.cpr-col-left,
.cpr-col-right {
    width: 10% !important;
    text-align: left !important;
}
.cpr-col-right {
    text-align: right !important;
}
.cpr-col-mid {
    width: 80% !important;
    text-align: center !important;

}

.cpr-media-col-1 {
    width: 25% !important;
    text-align: left !important;
}
.cpr-media-col-2 {
    width: 65% !important;
    text-align: left !important;
}
.cpr-media-col-3 {
    width: 10% !important;
    text-align: center !important;
}
.cpr-media-row .cpr-media-col-3,
.cpr-doi-row .cpr-media-col-3 {
    height: 80px;
    line-height: 84px;
}

.cpr-media-col-1-2 {
    width: 90% !important;
    text-align: left !important;
}
.cpr-media-col-1-3 {
    width: 35% !important;
    text-align: left !important;
}
.cpr-media-col-2-3 {
    width: 75% !important;
    text-align: left !important;
}

.cpr-logo-col-1 {
    width: 50% !important;
    padding: 0 0.5em;
    text-align: center !important;
}
.cpr-logo-col-2 {
    width: 50% !important;
    text-align: center !important;
}

.cpr-profile-col-1 {
    width: 50% !important;
    padding: 0 0.5em;
    text-align: left !important;
}
.cpr-profile-col-2 {
    width: 50% !important;
    text-align: left !important;
}


.cpr-media-col-1-3 h3,
.cpr-media-col-1 h3,
.cpr-logo-col-1 h3,
.cpr-logo-col-2 h3 {
    font-size: 1em;
    line-height: 1.5em;
}

body.community-partner-registration .cpr-media-col-1-3 h3,
body.community-partner-registration .cpr-media-col-1 h3,
body.community-partner-registration .cpr-logo-col-1 h3,
body.community-partner-registration .cpr-logo-col-2 h3,
body.community-partners .cpr-media-col-1-3 h3,
body.community-partners .cpr-media-col-1 h3,
body.community-partners .cpr-logo-col-1 h3,
body.community-partners .cpr-logo-col-2 h3 {
    color: #000 !important;
    font-size: 14px !important;
}

.dialogify__body h3 {
    /* please wait on spinners */
    font-size: 1.5em !important;
    text-transform: uppercase !important;
}

.dialogify__body #my_reports_template_spinner .awnr-image-spinner,
.dialogify__body #save_template_spinner .awnr-image-spinner,
.dialogify__body #plans_template_spinner .awnr-image-spinner,
.dialogify__body #open_template_spinner .awnr-image-spinner {
    width: 80px !important;
}

#cpr-button-default-logo {
    width: calc(50% - 6em) !important;
    margin: 0 0.5em 0 5em !important;
}
#cpr-button-upload-logo {
    width: calc(50% - 6em) !important;
    margin: 0 0 0 5em !important;
}

.cpr-fields-header {
    float: left;
    width: 100%;
    margin: 0 0 0 0;
    padding: 1em 0.5em;

}

body.community-partner-registration .cpr-fields-header #cpr-title {
    font-size: 30px;
    font-weight: 600;
    background: #076790;
    color: #fff;
    padding: 0.5em 0.5em;
    margin-bottom: 1em;
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -o-border-radius: 0 !important;
    width: 100% !important;
}

body.community-partner-registration .cpr-fields-header #cpr-subtitle {
    color: #000 !important;
    font-size: 24px !important;
}

.cpr-fields-panel {
    display: none;
    float: left;
    width: 100%;
    margin: 0 0 0 0;
    padding: 1em 0.5em;
    border-top: solid 1px #718093;
/*    
    background: #eff5d9;
*/    
}

#cpr-validate-spinner {
    display: none;
    float: right;
    color: #9ccd00;
}
.cpr-button {
    float: left;
    width: 100%;
    background-color: #076790 !important;
    color: #fff;
    padding: 0.5em 1em;
    cursor: pointer;
    border-radius: 0.25em;
}
.cpr-button:hover {
    background-color: #7fc6db !important;
    color: #fff;
}
#cpr-button-back-disabled,
.cpr-button:disabled {
    background-color: #dcdde1 !important;
    cursor: default;
}

.cpr-button.red-button {
    padding: 1em 1em;
    background-color: #e84118 !important;
}
.cpr-button.red-button:hover {
    background-color: #c23616 !important;
}

.cpr-button.khaki-button {
/*    
    background-color: #818D58 !important;
*/

    background-color: #076790 !important;    
    border: solid 1px #076790 !important;    
    margin-bottom: 1em;
}
.cpr-button.khaki-button:hover {
    background-color: #7fc6db !important;
    border: solid 1px #7fc6db !important;    
}

.cpr-button.small-button {
    padding: 0.25em 0.5em;
    font-size: 12px;
}

.circle-button {
    margin: 0 auto !important;
    padding: 0.25em !important;
    width: initial !important;
    float: initial !important;
    border-radius: 50% !important;
}

.cpr-button-half-left {
    width: calc(65% - 1em);
    margin-right: 1em;
}
.cpr-button-half-right {
    width: calc(35% - 1em);
    margin-left: 1em;
}

.error-label {
    color: #c23616;
    margin: 1em auto 0.5em;
    font-size: 14px;
    font-size: 18px;
    padding: 0.5em 1em;
}

body.community-partner-registration .cpr-label {
    width: 100%;
    font-size: 16px;
}
.cpr-doi-row .cpr-media-col-1-2 .cpr-label, 
.cpr-media-row .cpr-media-col-2 .cpr-label {
    margin-left : 1em !important;
    width: calc(100% - 1em) !important;
}

.cpr-field {
    width: 100% !important;
    font-size: 14px;
    margin-bottom: 1em !important;
}

.cpr-doi-row .cpr-field,
.cpr-media-row .cpr-field {
    margin-left : 1em !important;
    width: calc(100% - 1em) !important;
}

body.community-partner-registration input.cpr-field,
body.community-partner-registration textarea.cpr-field,
body.community-partner-map input.cpr-field,
body.community-partner-map textarea.cpr-field,
body.community-partners input.cpr-field,
body.community-partners textarea.cpr-field{
    font-size: 18px;
    background: #fff !important;
    background-color: #fff !important;
    color: #000 !important;
    border: solid 1px #ccc;
}

body.community-partners input.cpr-field,
body.community-partners textarea.cpr-field{
    font-size: 14px;
    height: 44px;
    padding: 0.25em 0.5em;
}

body.community-partner-registration textarea.cpr-field,
body.community-partner-map textarea.cpr-field,
body.community-partners textarea.cpr-field {
    height: 72px;
    overflow: auto;
    resize: none !important;
}

body.community-partner-registration input.cpr-field:focus,
body.community-partner-registration textarea.cpr-field:focus,
body.community-partner-map input.cpr-field:focus,
body.community-partner-map textarea.cpr-field:focus,
body.community-partners input.cpr-field:focus,
body.community-partners textarea.cpr-field:focus {
    background: #fff !important;
    background-color: #fff !important;
    color: #000 !important;
    border: solid 1px #000;
}




.select2 {
    width: 100%;
    font-size: 18px;
    margin-bottom: 1em !important;
    line-height: 44px;
    height: 44px;    
}

body.water-quality-index-tool .select2,
body.community-partners .select2 {
    font-size: 14px;
}

#awnr-map-main .select2 {
    margin-bottom: 0 !important;
    line-height: initial !important;
    height: initial !important;
}

.select2 .selection {
    line-height: 44px;
    height: 44px;    
}
.select2 .selection .select2-selection.select2-selection--single {
    line-height: 44px;
    height: 44px;    
}
.select2-selection.select2-selection--multiple {
    line-height: 22px;
    height: 44px;    
    max-height: 44px;  
/*
    padding-top: 1em !important;  
*/    
    overflow-y: scroll;
}
.select2-selection.select2-selection--multiple .select2-selection__choice {
    vertical-align:top;
}

.select2-selection.select2-selection--multiple .select2-search.select2-search--inline {
    padding-bottom: 0;
}

body.water-quality-index-tool .select2-selection.select2-selection--multiple {
    height: 120px !important;
    max-height: 120px !important;
}
body.water-quality-index-tool li.select2-selection__choice {
    font-size: 14px !important;
}

body.water-quality-index-tool .select2-selection.select2-selection--multiple .select2-search.select2-search--inline .select2-search__field,
body.community-partner-registration .select2-selection.select2-selection--multiple .select2-search.select2-search--inline .select2-search__field,
body.community-partners .select2-selection.select2-selection--multiple .select2-search.select2-search--inline .select2-search__field,
body.water-quality-monitoring-plans .select2-selection.select2-selection--multiple .select2-search.select2-search--inline .select2-search__field,
body.community-partner-map .select2-selection.select2-selection--multiple .select2-search.select2-search--inline .select2-search__field {
    border: none !important;
    color: #000 !important;
}

.select2-selection__choice {
    line-height: initial;
}

.asterisk {
    color: #c23616;
}

#cpr-total-preview-outer {
    margin-top: 2em;
/*    
    background: #EDF5CE !important;
*/    
}

body.community-partners #cpr-total-preview-outer {
    width: calc(45vw - 2em) !important;
    max-width: calc(45vw - 2em) !important;
}

#cpr-total-preview-outer .cpr-col {
    width:100% !important;
    text-align: center !important;
    padding: 1em 0 0 0;
}

#cpr-row-for-map-2-outer,
#cpr-row-for-map-outer {
/*    
    background: #EDF5CE !important;
*/    
    width:100% !important;
    text-align: center !important;
    padding: 1.5em 0 0 0;
}

body.community-partners #cpr-row-for-map-2-outer,
body.community-partners #cpr-row-for-map-outer {
    width: 50vw !important;
    max-width: 50vw !important;
}

body.community-partners #cpr-row-for-map-2,
body.community-partners #cpr-row-for-map {
    width: calc(45vw - 2em) !important;
    max-width: calc(45vw - 2em) !important;
}


#cpr-row-for-map {
    min-height: 330px;
     width: calc(100% - 2em) !important;
    margin: 1em !important;
}
/*
.dialogify__body #cpr-row-for-map {
    width: calc(30vw - 2em) !important;
}
*/

#cpr-row-for-map-2 {
    min-height: 330px;
    width: calc(100% - 2em) !important; 
    margin: 1em !important;
}
body.community-partners #cpr-row-for-logo {
    width: calc(45vw - 2em) !important;
    max-width: calc(45vw - 2em) !important;
}

#cpr-row-for-logo {
    text-align: center;
}
.dialogify__body #cpr-row-for-logo canvas {
    width: 50% !important;
    margin: 0 auto;
}

div.cpr-data, 
span.cpr-data {
/*    
    font-weight: bold;
*/    
}

/* FROM FILE #3: awnr_map/awnr_map.css */
@keyframes pulse {
	0% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(78, 82, 106, 0.7);
	}

	70% {
		transform: scale(1);
		box-shadow: 0 0 0 10px rgba(78, 82, 106, 0);
	}

	100% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(78, 82, 106, 0);
	}
}
@keyframes rotation {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(359deg);
    }
}

.awnr-image-spinner {
    width: 160px;
    height: auto;
    border-radius: 50%;
    box-shadow: 0 0 0 0 #4E526A;
	transform: scale(1);
/*   
    animation: pulse 0.5s infinite;    
*/    
/* */   
    animation: rotation 1.5s infinite linear;
/* */   
}

.select2-container {
    width: 100% !important;
}

body.community-partner-map .select2-container .selection {
    border-radius: 0.75em !important;
}

.awnr-map-outer,
.awnr-map-left,
.awnr-map-main {
    float: left;
    margin: 0;
    padding: 0;
    min-height: 800px;
}

/*
.awnr-map-left {
    background: #dfe6e9;
}
*/

.awnr-map-outer {
    width: 100%;
/*
    background: black;    
*/    
}

#awnr-map-spinner {
    display: block;
    text-align: center;
    padding: 4em 0;
}
#awnr-map-spinner i.fa {
    font-size: 6em;
}
#awnr-map-spinner h1 {
    font-size: 24px;
}

#awnr-map-outer {
    display: none;
}


.awnr-map-left {
    position: relative;
    width: 30%;
}

#partners-filter-form {
/*    
    background: #dcdde1;
*/    
    color: #00395c;
    padding: 1em 0.5em 1em;
    float: left;
    width: 100%;
    border: solid 1px #718093;
    border-radius: 4px;
    margin-top: 1em;
}

#show-partners-label span {
    text-transform: uppercase;
    font-size: 16px;
}

#awnr-map-left-info {
    width: 100%;
/*    
    background: #f6f6f6;
*/    
    background: #fff; 
    color: #076790;
    z-index: 2;
    position:absolute;
    left: -120%;
    min-height: 100%;
    padding: 1.5em 0.5em 0.5em 0.5em;
    text-align: center;
    border: solid 1px #368e22; /*#2f3640;*/ /* #53bf8e; */
    border-radius: 1em;

    -webkit-box-shadow: 5px 5px 12px 4px #000; 
    box-shadow: 5px 5px 12px 4px #000;
}

#awnr-map-left-controls {
    width: 100%;
    background: #fff;
    z-index: 1;
    position:absolute;
}
#awnr-map-left-info-close {
    position: absolute;
    right: 4px;
    top: 4px;
}
#awnr-map-left-info-close a {
    color: #e17055;
}
#awnr-map-left-controls h4,
#awnr-map-left-controls h5,
#awnr-map-left-info h4,
#awnr-map-left-info h5 {
    margin-top: 0.25em;
    margin-bottom: 0.25em;
    margin-block-start: 0.25em;
    margin-block-end: 0.25em;
    padding-top: 0;    
}
#awnr-map-left-controls h5,
#awnr-map-left-info h5 {
    font-size: 16px;
}

.awnr-map-main {
    width: 70%;
    padding: 0.25em;
/*    
    border-radius: 1em;
    border: solid 1px #076790;    
*/    
}


/**
*
* ROUND COMMUNITY PARTNER ICONS!
*
**/
#awnr-map-main img[src*='wp-content/uploads/'],
#cpr-row-for-map img[src*='wp-content/uploads/'],
#cpr-row-for-map-2 img[src*='wp-content/uploads/'],
#cpr-row-for-map img[src*='base64'],
#cpr-row-for-map-2 img[src*='base64']{
    border-radius: 50%;
    border: solid 1px #076790 !important;
    
    
}

/*
#cpr-row-for-map-2 img[src*='wp-content/uploads/']::after {
    position: absolute;
    content: '';
}
*/

.awnr-area-info {
    display: none;
    float: left;
    width: 100%;
    margin: 2em 0 0 0;
    padding: 0;
}

.area-info-description {
    float: left;
    width: 100%;
    margin: 1em 0 0 0;
    padding: 0.25em;
/*
    background: #000;
    color: #fff;
*/    
}

#awnr-map-left-info-description,
#awnr-map-left-info-links,
#awnr-map-left-info-priorities,
#awnr-map-left-info-datastreams,
#awnr-map-left-info-datastream-spinner,
#awnr-map-left-info-datastream-details {
    width: 100%;
    margin: 0 0 0.5em;
    padding: 0;
/*    
    float: left;    
*/    
    text-align: center !important;
}
#awnr-map-left-info-datastream-details,
#awnr-map-left-info-description {
    text-align: justify !important;
}

#awnr-map-left-info-links,
#awnr-map-left-info-priorities,
#awnr-map-left-info-datastreams,
#awnr-map-left-info-datastream-spinner {
    text-align: center;
}

#awnr-map-left-info-links {
    margin: 1em auto;
    background: #0d5471;
    padding: 0.75em 0;
}
#awnr-map-left-info-links a {
    color: #fff;
}
#awnr-map-left-info-links a:hover {
    color: #7ed3f6 !important;
}

a.datastream-link {
    color: #000 !important;
}

#awnr-map-left-info-watersheds,
#awnr-map-left-info-priorities,
#awnr-map-left-info-province,
#info-organization-type {
    text-align: center;
}
#awnr-map-left-info-watersheds p,
#awnr-map-left-info-priorities p,
#awnr-map-left-info-province p,
#info-organization-type p {
    margin: 0.75em 0 1em 0;
}

#awnr-map-left-info-datastream-spinner,
#awnr-map-left-info-datastream-details {
    display: none;
}

#awnr-map-left-info-datastream-details {
    border-top: solid 1px #f6f6f6;
    background: #0d5471;
    color: #fff;
    padding: 1em 0.25em 2em 0.25em;    
    border-radius: 0.5em;
}
#awnr-map-left-info-datastream-details a {
    color: #fff !important;
    text-decoration: underline !important;
}
#awnr-map-left-info-datastream-details a:hover {
    color: #7ed3f6 !important;
}
#awnr-map-left-info-datastream-details h5 {
    color: #fff !important;
}

.data-streams-ul {
    text-align: left;
    margin-top: 0.75em;
    margin-left: 0.75em;
/*    
    list-style-type: none;
*/    
    padding: 0;
}
.data-streams-ul li a:hover{
    color: #192a56 !important;
    text-decoration: underline !important;
}

#awnr-map-left-info-datastream-details-start-date,
#awnr-map-left-info-datastream-details-doi-link,
#awnr-map-left-info-datastream-details-location-count {
    font-weight: 400;
/*    
    font-size: 12px;
*/    
}

#awnr-map-left-info-datastream-details .select2.select2-container {
    margin-top: 1em;
}

/*
#awnr-map-left-info-datastream-details-doi-link a:hover {
    color: #192a56 !important;
    text-decoration: underline !important;
}
*/

.lb-outerContainer,
.lb-dataContainer {
    min-width: 800px !important;
}
#lightbox-new-content h2 {
    color: #000;
}
#lightbox-new-content h4,
#lightbox-new-content h5 {
    margin: 0.125em 0 0.125em 0;
}


.preview-left {
    width:30%;
    float:left;
    padding:0;
}
.preview-right {
    width:70%;
    float:left;
    padding: 0 1em 0 1em;
}    

#preview-links {
    float:left;
    width: 100%;
    margin-top: 1em;
}
#preview-priorities {
    float: left;
    width: 100%;
    margin-top: 1em;
    padding: 0.25em;
}

.awnr-partner-tags {
/*    
    margin: 0.75em 0 1em 0;
*/    
    overflow-x: auto;
    width: 95%;
    margin: 0.75em 2.5% 1em;

}
.awnr-partner-tag {
    float:left;

    margin: 0.25em 0.5em 0 0;
    font-size: 14px;
/*    
    line-height: 3em;    
*/
    line-height: 1.5em;    

    background: #f5f6fa;
    border: solid 1px #409905; /* #95a5a6; */
    border-left: solid 1em #409905; /*#95a5a6; */
    border-radius: 0.5em;
    padding: 0.5em 0.25em 0.5em 0.25em;
    white-space: nowrap;
    width: initial !important;
    max-width: initial !important;
    display: initial !important;
}

.awnr-partner-tag small {
    margin-bottom: 0;
}
#preview-bio {
    text-align: justify;
}

/*
#partners-spinner {    
    display: none;
    min-height: initial;
    text-align: center;
    margin-bottom: 1em;
}
#partners-spinner img {
    margin: 0 auto;
}
#partners-fields {
    display: block;
    min-height: initial;
    margin-bottom: 1em;
}
*/

/* TABS */
.tab_content_item {
    display: none;
/*
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.5s linear;
*/
    padding: 0.5em;
    background: #fff; /*  #dfe6e9; */
    color: #076790;
}

.dialogify__body .tab_content_item {
    color: #000;
}


.tab_content_item.active {    
    display: block;
/*
    visibility: visible;
    opacity: 1;    
*/    
}

ul.tab_menu {
    list-style: none;
    text-align: left;
    margin: 0 0 1em -2.5em !important;
    border-bottom: solid 1px #076790 !important;
}

body.community-partners ul.tab_menu {
    margin: 0 0 0 -2em !important;
}
body.community-partners .cp-editor-dialog .tab_content {
    padding-top: 0;
}

ul.tab_menu li {
    display: table-cell; /* inline-block; */
    padding: 10px 16px;
    cursor: pointer;
    color: #4097b7;
    background: #fff; /* #7ed3f6; */
    border-top: solid 1px #4097b7;
    border-right: solid 1px #4097b7;
    border-left: solid 1px #4097b7;        

    border-top-left-radius: 1em;
    border-top-right-radius: 1em;    
    font-size: 12px;
    line-height: 12px;
    text-transform: uppercase;
}

body.community-partners ul.tab_menu li,
body.community-partner-map ul.tab_menu li{
    font-size: 14px;
    font-weight: bold;
}

ul.tab_menu li.active {
    font-weight: bold;
    color: #fff;  
    background: #076790;
    border-top: solid 1px #076790;
    border-right: solid 1px #076790;
    border-left: solid 1px #076790;        

    transition: background 0s, background 0.25s linear;
}
/* TABS END */

body.community-partners .cpr-label {
    width: 100%;
    font-size: 16px;
    margin-bottom: 0.75em;
}


/* FORM-SWITCH */
.form-switch {
    display: inline-block;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
  }
  .form-switch i:not(.fa) {
    position: relative;
    display: inline-block;
    margin-right: .5rem;
    width: 46px;
    height: 26px;
    background-color: #ccc; /* #e6e6e6; */
    border-radius: 23px;
    vertical-align: text-bottom;
    transition: all 0.3s linear;
  }
  .form-switch i:not(.fa)::before {
    content: "";
    position: absolute;
    left: 0;
    width: 42px;
    height: 22px;
    background-color: #ccc; /* #fff; */
    border-radius: 11px;
    transform: translate3d(2px, 2px, 0) scale3d(1, 1, 1);
    transition: all 0.25s linear;
  }
  .form-switch i:not(.fa)::after {
    content: "";
    position: absolute;
    left: 0;
    width: 22px;
    height: 22px;
    background-color: #fff;
    border-radius: 11px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.24);
    transform: translate3d(2px, 2px, 0);
    transition: all 0.2s ease-in-out;
  }
  .form-switch:active i::after {
    width: 28px;
    transform: translate3d(2px, 2px, 0);
  }
  .form-switch:active input:checked + i::after { transform: translate3d(16px, 2px, 0); }
  .form-switch input[type="checkbox"] { display: none; }
  .form-switch input[type="checkbox"]:checked + i { background-color: #7ed3f6; } /* #076790 */ /* #0984e3;*/
  .form-switch:hover input[type="checkbox"]:checked + i { background-color: #076790;} /* #076790 */ /* #0984e3;*/


  .form-switch input[type="checkbox"]:checked + i::before { transform: translate3d(18px, 2px, 0) scale3d(0, 0, 0); }
  .form-switch input[type="checkbox"]:checked + i::after { transform: translate3d(22px, 2px, 0); 
}
label.form-switch {
    font-weight: normal;
    padding-left: 0;
    margin-bottom: 1em;
    color: #076790;
}

label.form-switch span {
    text-transform: uppercase;
    font-size: 16px;
}

label.form-switch.parameter-switch, 
label.form-switch.year-switch {
    position: relative;
}
label.form-switch.year-switch span {
    position: absolute;
    top: 2px;
    left: 5px;
}
label.form-switch.parameter-switch {
    width: 144px;
    height: 90px;
    border: solid 1px #000;
    border-radius: 4px;
    margin-right: 0.5em;
    padding: 4px !important;
    overflow: hidden !important;
}

label.form-switch.parameter-switch span {
    font-size: 12px;
    line-height: 12px;
    position: absolute;
    top: 32px;
    left: 4px;
    overflow: hidden;
}

/*
.form-switch.parameter-switch input[type="number"] { display: none; }
*/
.form-switch.parameter-switch input[type="number"] {
    position: absolute;
    left: 4px;
    top: 60px;
    width: 60px;
    height: 24px;
    padding: 2px 0 2px 4px;
    font-size: 12px;    
    color: #00143f !important;
}
.form-switch.parameter-switch input[type="number"]:disabled {
    background: #ecf0f1 !important;
    color: #7f8c8d !important;
}

.form-switch.parameter-switch input[type="number"].urange-guideline {
    left: initial;
    right: 4px;
}

.form-switch.parameter-switch .lock-guideline {
    position: absolute;
    left: 61px;
    top: 60px;
    color: #7ed3f6;
    z-index: 1;
}
.form-switch.parameter-switch .lock-guideline:hover {
    color: #076790;
}
.form-switch.parameter-switch .lock-guideline.disabled {
    color: #ccc;
    pointer-events: none;
    cursor: default;
}

#select-years-outer,
#select-parameters-outer {
    display: none;
    float: left;
    clear: both;    
    transition: all 1s ease-in-out;
}
#select-years-outer-opener,
#select-parameters-outer-opener {
    color:  #7ed3f6 !important;
    color: #fff;
}
#select-years-outer-opener:hover,
#select-parameters-outer-opener:hover,
#select-years-outer-opener:active,
#select-parameters-outer-opener:active {
    color: #076790 !important;
}

.btn-select-all-none {
    font-size: 12px;
    text-transform: uppercase;
    background:  #7ed3f6 !important;
    color: #fff !important;
    padding: 0.5em 0.5em;
    border-radius: 99px;
}
.btn-select-all-none:hover,
.btn-select-all-none:active {
    background: #076790 !important;
}

/* FORM-SWITCH END */

/* BUTTONS */
#partner-search-submit,
#partner-search-reset,
#submit-search,
#reset-search {
    font-size: 0.75em;
    padding: 1em 1em;
    color: #fff;
    cursor: pointer;
}

.awnr-primary,
#load-more-locations,
#partner-search-submit,
#submit-search {
    float: left;
    background: #076790;
    border: solid 1px #076790;
}
.awnr-primary:hover,
#load-more-locations:hover,
#partner-search-submit:hover,
#submit-search:hover {
    background: #7fc6db;
    border: solid 1px #7fc6db;
}

.awnr-primary:disabled {
    border: solid 1px #95a5a6 !important;
}

.awnr-secondary,
#back-to-locations,
#partner-search-reset,
#reset-search {
    float: right;
    background: #50c2bb;
    border: solid 1px #50c2bb;
}
.awnr-secondary:hover,
#back-to-locations:hover,
#partner-search-reset:hover,
#reset-search:hover {
    background: #82d9b5;
    border: solid 1px #82d9b5;
}
#back-to-locations {
    float: left !important;
}
/* TIPPY THEME */
/*
.tippy-tooltip.awnr-theme {
    background-color: #50c2bb !important;
    color: #130f40 !important;
}
*/
/*
.tippy-tooltip {
    background-color: #50c2bb !important;
    color: #130f40 !important;
}
*/
.tippy-tooltip,
.tippy-content {
    background-color: #82d9b5 !important;
    color: #00143f !important; /* #130f40 !important; */

    background-color: #7ed3f6 !important;
    color: #00143f !important; /* #130f40 !important; */

    font-size: 12px;
    line-height: 12px;;
}

.tippy-content h1 {
    font-size: 16px;
    line-height: 1em;    
    margin-top: 0;
    margin-bottom: 0.5em;
    margin-block-start: 0;
    margin-block-end: 0.5em;
    margin-left: 0 !important;
    padding-top: 0;    
    padding-left: 0 !important;
    color: #00143f !important; /* #130f40 !important; */
    background: transparent !important;
    width: 100%;
}
.tippy-content h2 {
    font-size: 14px;
    line-height: 1em;    
    margin-top: 0;
    margin-bottom: 0.5em;
    margin-block-start: 0;
    margin-block-end: 0.5em;
    padding-top: 0;    
    padding-left: 0 !important;
    color: #00143f !important; /* #130f40 !important; */
    background: transparent !important;
    width: 100%;
}

#select2-map-select-partner-container {
    font-size: 20px !important;
}

.subfilter-layers {
    display: none;
    color: #076790;
    width: 95%;
    margin: 1em 0 1em 5%;
}

.tippy-box .tippy-content h2::before {
    display: none !important;    
}

textarea.select2-search__field:focus {
    background-color: #fff !important;
}

/**
*
* Map internal elements
*
**/

/*
div.gmnoprint.gm-style-mtc button {
    border-radius: 1em !important;
    background: #076790 !important;
    color: #fff !important;
}
div.gmnoprint.gm-style-mtc ul {
    background: #076790 !important;
    color: #fff !important;
}
div.gmnoprint.gm-style-mtc ul li {
    background: #076790 !important;
    color: #fff !important;
}
*/

div.gmnoprint[role="menubar"] div.gm-style-mtc button {
    background: #076790 !important;
    color: #fff !important;
}
div.gmnoprint[role="menubar"] div.gm-style-mtc:first-child button{
    border-bottom-left-radius: 1em !important;
    border-top-left-radius: 1em !important;
}
div.gmnoprint[role="menubar"] div.gm-style-mtc:last-child button{
    border-bottom-right-radius: 1em !important;
    border-top-right-radius: 1em !important;
}



button.gm-fullscreen-control {
    border-radius: 1em !important;
    background: #076790 !important;
    color: #fff !important;
}

div.gmnoprint div[draggable="false"] {
    border-radius: 1em !important;
    background: #076790 !important;
    color: #fff !important;
}

#map-select-partner-outer .select2 {
    background: #076790 !important;
    color: #fff !important;
}
#map-select-partner-outer .select2 .selection {
    background: #076790 !important;
    color: #fff !important;
}
#map-select-partner-outer .select2 .selection .select2-selection.select2-selection--single {
    background: #076790 !important;
    color: #fff !important;
    border: none !important;
}
#map-select-partner-outer .select2 .selection .select2-selection.select2-selection--single .select2-selection__rendered {
    color: #fff !important;
    padding-top: 0.5em;
    font-size: 1em !important;
}


/*
.select2-container .select2-selection--multiple .select2-selection__rendered::-webkit-scrollbar-track {
    background: transparent !important;
}
*/

.admin-tool-plans-btn {
    font-size: 14px !important;
    padding: 0.5em 1em !important;
    font-weight: 400 !important;

    background: #076790;
    border: solid 1px #076790;    
    color: #fff !important;
}
.admin-tool-plans-btn:hover, 
.admin-tool-plans-btn:active {
    background: #7fc6db;
    border: solid 1px #7fc6db;
}

.admin-tool-plans-btn.delete-plan-btn {
    background: #50c2bb;
    border: solid 1px #50c2bb;    
}
.admin-tool-plans-btn.delete-plan-btn:hover,
.admin-tool-plans-btn.delete-plan-btn:active {
    background: #82d9b5;
    border: solid 1px #82d9b5;    
}

.float-left {
    float: left !important;
}
.width-50 {
    width: 50% !important;
}

.padding-05em {
    padding: 0.5em !important;
}

body.page-id-1061 .select2.select2-container {
    margin-top: -20px !important;
}

body.page-id-1061 #my_reports_template_body-3 .select2.select2-container {
    margin-top: 0 !important;
}


.no-before::before {
    display: none !important;
}

#screen-2-wqi {
/*    
    margin-top: 0.5em !important;
*/    
    width: 100% !important;
    color: #fff !important;
    padding: 1em !important;
    font-size: 16px !important;
    border-radius: 1em !important;
}
#screen-2-wqi-error {
/*    
    margin-top: 2em !important;
*/    
    background: #f27522 !important;
    color: #fff !important;
    padding: 1em !important;
    font-size: 16px !important;
    border-radius: 1em !important;
}

#hide-irrelevant-label {
    margin-top: 1em !important;
    float: left !important;
    clear: both !important;
}

.wqit-sheet {
    clear: both !important;
    width: 100% !important;
}

.wqi-excellent {
    background-color: #50c2bb !important;
}
.wqi-good {
    background-color: #6eccbd !important;
}
.wqi-fair {
    background-color: #6eccad !important;
}
.wqi-marginal {
    background-color: #82d9b5 !important;
}
.wqi-poor {
    background-color: #f27522 !important;
}


/**
*
* PRE-RELEASE FIXES
*
**/

body,
p,
label {
    font-family: 'Roboto' !important;
}

.page-header h1 {
    font-family: 'Rubik' !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Rubik' !important;
}

body.assess-knowledge .accordion-parent .accordion-item h2.accordion-header, 
body.assess-knowledge .sub-accordion .accordion-item .accordion-collapse .accordion-body .accordion-item h2.accordion-header,
body.assess-knowledge .resource-section-header {
    background-color: #fff !important;
    border: solid 3px #a8cc3d !important;
    color: #a8cc3d !important;
}
body.assess-knowledge .accordion-button.disable.collapsed {
    border-radius: 99px;
    opacity: 1;
}

body.program-planning .accordion-parent .accordion-item h2.accordion-header, 
body.program-planning .sub-accordion .accordion-item .accordion-collapse .accordion-body .accordion-item h2.accordion-header,
body.program-planning .resource-section-header {
    background-color: #fff !important;
    border: solid 3px #409905 !important;
    color: #409905 !important;
}
body.program-planning .accordion-button.disable.collapsed {
    border-radius: 99px;
    opacity: 1;
}

body.program-implementation .accordion-parent .accordion-item h2.accordion-header, 
body.program-implementation .sub-accordion .accordion-item .accordion-collapse .accordion-body .accordion-item h2.accordion-header,
body.program-implementation .resource-section-header {
    background-color: #fff !important;
    border: solid 3px #6eccad !important;
    color: #6eccad !important;
}
body.program-implementation .accordion-button.disable.collapsed {
    border-radius: 99px;
    opacity: 1;
}



body.resource-search-results .accordion-item .accordion-header, 
body.analyze-and-adapt .accordion-parent .accordion-item h2.accordion-header, 
body.analyze-and-adapt .sub-accordion .accordion-item .accordion-collapse .accordion-body .accordion-item h2.accordion-header,
body.analyze-and-adapt .resource-section-header {
    background-color: #fff !important;
    border: solid 3px #50c1bb !important;
    color: #50c1bb !important;
}
body.analyze-and-adapt .accordion-button.disable.collapsed {
    border-radius: 99px;
    opacity: 1;
}

body.share .accordion-parent .accordion-item h2.accordion-header, 
body.share .sub-accordion .accordion-item .accordion-collapse .accordion-body .accordion-item h2.accordion-header,
body.share .resource-section-header {
    background-color: #fff !important;
    border: solid 3px #076791 !important;
    color: #076791 !important;
}
body.share .accordion-button.disable.collapsed {
    border-radius: 99px;
    opacity: 1;
}

body.community-partner-map #return_to_top.active {
    left: 50vw !important;
    right: initial !important;
}

.water-quality-actions {
    min-width: 346px !important;
}

/*
#registration_nav_reminder {
    display: none;
}
*/
.share-email {
    background: #076790 !important;
}
.share-li {
    background: #007bb6 !important;
}
.share-rd {
    background: #ff5700 !important;
}
.share-x {
    background: #55acee !important;
}
.share-fb {
    background: #3b5998 !important;
}
.share-tg {
    background: #229ED9 !important;
}
.share-wa {
    background: #25D366 !important;
}

#share-report-title,
#share-report-url {
    background-color: #e0f1ff !important;
    border: 1px solid #b9b9b9 !important;
}

input[type=number] {
    width: 100%;
    padding: 8px 16px 8px;
    border: 1px solid #b9b9b9 !important;
    border-radius: 5px;
    font-size: 14px;
    height: 50px;
    margin: 0 0 1rem;
    color: rgb(46, 46, 46) !important;
    background-color: #e0f1ff;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.glossary-definition {
    padding: 0 !important;
/*    
    background: #ffe222 !important;
*/    
    background: #7ed3f6 !important;
    cursor: help !important;
}

body.water-monitoring-plan-builder  .tippy-content {
    font-size: 14px !important;
    line-height: 16px !important;
/*
    background-color: #ffe222 !important;
*/    
    background-color: #7ed3f6 !important;
}
