.unselectable-text {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Chrome/Safari/Opera */
  -khtml-user-select: none; /* Konqueror */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
   user-select: none; /* Non-prefixed version, currently
                        not supported by any browser */
 }
 .text-warning {
    color: #ffc107;
 }
 .text-danger {
    color: #dc3545;
 }
 .icon {
    display: inline-block;
    font: normal normal normal 14px/1 "robotbas";
    font-size: inherit;
 }
 .valign-middle {
     vertical-align: middle;
 }
 .valign-bottom {
     vertical-align: bottom;
 }
 .valign-sub {
     vertical-align: sub;
 }
.btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
}
.btn-danger {
	color: #fff;
	background-color: #bd2130;
	border-color: #b21f2d;
}
body {
	margin: 0 !important;
	font-family: Roboto;
}
*, *:before, *:after {
  box-sizing: inherit;
}
/* Login */
.text-center {
	text-align: center;
}
.bg-rb-green {
	background-color: #5bb030 !important;
}
.color-rb-green {
	color: #5bb030 !important;
}
.robotmetric-content {
	height: 100%;
}
.login-content {
	height: inherit;
	display: flex;
	align-items: stretch;
}
.login-l {
	color: white;
	display: inline-block;
	height: 100%;
	flex-grow: 1;
	background-color: gray;
	vertical-align: top;
}
.login-l-background {
	height: inherit;
	position: fixed;
}
.login-l-h {
    padding: 7em 0 0 10em;
	margin-bottom: 3em;
}
.login-l-f {
	padding: 0 0 0 10em;
	width: 62%;
}
.login-l-h img {
	width: 10rem;
}
.login-desc {
	line-height: 2.2vh;
	font-size: 1.6vh;
	height: 40%;
	width: 40%;
	min-width: 250px;
}
.login-title h1 {
	font-weight: normal !important;
	font-size: 2.5vw;
}
.login-r {
	flex-grow: 2;
	display: inline-block;
	height: 100%;
	width: 65%;
	min-width: 500px;
	vertical-align: top;
}
.default-margin-top {
	margin-top: 3em !important;
}
.login-r-h {
	padding: 7em 0 0 4em;
	margin-bottom: 2em;
}
.login-r-h img {
	width: 10rem;
}
.login-r-f {
	padding: 0 0 0 4em;
}
.login-form {
	margin-right: 3em;
}
.login-input-icon {
	width: 14%;
	display: inline-block;
}
.login-input-icon img {
	width: 2.1rem;
}
.login-input {
	width: 100%;
	border-bottom: solid 1px black;
	margin-top: 30px;
	display: inline-block;
}
.login-input input {
	display: inline-block;
	border: none;
	width: 83%;
    margin-left: 7px;
    font-size: 3vh;
    margin-top: 0.5vh;
    vertical-align: top;
}
.login-input input:focus {
	outline: none;
}
.login-alter-options {
	margin-top: 30px;
    font-size: .7rem;
}
.login-alter-option div {
	display: inline-block;
}
.pretty .state label:before {
	border-color: #5AB031 !important;
}
.remember-me-label {
	margin-top: 0px !important;
    display: block !important;
}
.login-alter-options-l {
	float: left;
}
.login-alter-options-r {
	float: right;
}
.login-forget-password {
	display: inline-block;
	color: #9b9b9b;
    text-align: right;
}
.login-errors {
	padding: 1em;
	margin-top: 1em;
	color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
	font-weight: bold;
	font-size: .7rem;
}
.login-button {
	text-align: right;
	padding-top: 50px;
}
.login-button button {
	outline: none !important;
	border-radius: 2em;
	color: white;
	padding: 0.6em 0 0.6em 0;
	font-size: .9rem;
	text-align: center;
	width: 35%;
	display: block;
	float: right;
	border: none;
}
.login-button button:hover {
	cursor: pointer;
}
.clear-float {
	clear: both;
}
.hidden {
	display: none !important;
}
/* Dashboard */
.dashboard-left-float {
    float: left; margin-left: 2.5%;
}
.back-button {
    font-family: inherit;
    line-height: 1.5;
    border-radius: .25rem;
    border: 1px solid transparent;
    cursor: pointer;
    background: #a5a5a5;
    color: white;
    padding: .375rem .75rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.back-button:hover {
    opacity: .8;
}
.back-button:focus {
    outline: 0;
    box-shadow: 0 0 2px 2px rgb(139 139 139 / 60%);
}
.default-link {
    color: #007bff!important;
}
.default-link:hover {
    color: #0056b3;
    text-decoration: underline;
}

.total-water {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    padding-right: 15px;

}

.dashboard-cards {
	margin: 0 auto;
    display: grid;
    grid-gap: 1rem;
    grid-template-columns: repeat( auto-fill, minmax(360px, auto) );
}
.dashboard-cards .inner-variable .var-value {
	font-size: 1.2rem !important;
}
.dashboard-chart .highchart-chart-container {
	border-radius: 0 0 10px 10px;
	max-height: 230px;
}
.chart-comparisons-chart {
    max-height: 500px !important;
    border-radius: 10px !important;
    background-color: white;
}
/*.dashboard-summary-content {*/
/*	min-height: -moz-calc(100vh - (46px + 163px));*/
/*	min-height: -webkit-calc(100vh - (46px + 163px));*/
/*	min-height: calc(100vh - (46px + 163px));*/
/*}*/
.dashboard-summary-content p {
	text-align: center;
}
.dashboard-summary-content .custom-var {
	min-width: unset !important;
}
.dashboard-highchart .highcharts-container { width: 100% !important; }
.dashboard-highchart .highcharts-container svg { width: 100% !important; }
.dashboard-card-header {
	border-radius: 5px 5px 0 0;
	background-color: #555960;
	color: white;
	text-align: left;
	padding: 0.3em;
}
.dashboard-card-header .loading {
	top: 3em !important;
}
.dashboard-card-header i {
	vertical-align: middle;
}
/* Dashboard Header */
.dashboard-header {
	position: fixed;
	width: 99.99%;
	background: #31353D;
	text-align: right;
	padding: 1em 1.5em 1em 0;
	z-index: 9999;
}
.mobile-menu {
	font-size: 14px;
	margin-left: 1em;
	float: left;
	color: white;
	display: none;
}
.mobile-menu:hover {
	cursor: pointer;
}
.animate-opacity {
	animation:opac 0.8s
} @keyframes opac {
	from{opacity:0} to{opacity:1}
}
.overlay {
	cursor: pointer;
	position: fixed;
	display: none;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.5);
	z-index: 9995;
}
.dashboard-header img {
	width: 10em;
}
/* Dashboard Lateral Bar */
.animate-left {
	animation:animateleft 0.4s;
} @keyframes animateleft{
	from {
		left:-300px;opacity:0
	} to{
		left:0;opacity:1
	}
}
a {
	text-decoration: none;
	color: inherit;
}
.box-shadow {
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
}
/* Dashboard Body */
.dashboard-body {
	background-color: #eee;
	padding: 3.2em 0 0 20em;
	min-height: 100%;
}
.highchart-chart-container {
	border-radius: 10px;
}

.highchart-adjustment {
	width: 100%;
    flex-grow: 1;
    min-height: 300px;
    height: auto;
}
.highchart {
	border-radius: 10px;
	background-color: white;
	margin-top: 3em !important;
	margin: 0 auto;
}
.highchart-card {
	border-radius: 10px;
	background-color: white;
	margin: 0 auto;
}
.highchart-options {
	text-align: center;
	padding-top: 1em;
	margin-bottom: 1em;
}
/* Footer */
.footer {
	height: 3rem;
	background-color: #EEEEEE;
}
/* Projects */
.organizations {
	border-radius: 5px;
	top: 16em;
	z-index: 667;
	position: absolute;
	background-color: #31353D;
}
.organizations .pretty {
	width: 100%;
}
.organizations div:last-child {
	border-radius: 0 0 5px 5px;
}
.organizations .title {
	color: white;
	padding: 10px;
}
.organization {
	padding: 10px;
	padding: 10px;
	margin-top: 3px;
	cursor: pointer;
	background-color: white;
}
.organization:hover {
	background-color: #d4e9c5;
}
.mark-content-pattern {
    max-width: 14em;
    padding: .5em;
}
.mark-content-pattern .prj-image {
	padding-bottom: 1em;
}
.mark-content-pattern .prj-image img {
	/*max-width: 100%em;*/
}
.mark-content-pattern .prj-button {
	text-align: center;
	color: white;
}
.mark-content-pattern .prj-button a {
	font-size: 1.2em;
	display: block;
	width: 100%;
	color: white !important;
}
.mark-content-pattern div img {
	width: 100%;
	height: auto;
}
.mark-content-pattern h2 {
	border-bottom: 1px solid gray;
}
.mark-content-pattern .loading {
	width: 3.6em;
}
#map {
	height: -moz-calc(100vh - (46px + 103px));
	height: -webkit-calc(100vh - (46px + 103px));
	height: calc(100vh - (46px + 103px));
	width: 100%;
}
.projects-content .input-label {
	color: #90a1b5;
	font-size: 11px;
	margin: 0 2px 10px;
	text-transform: uppercase;
	float: left;
}
.projects-content {
	border-radius: 10px;
	display: block;
	background-color: #f6f7f9;
	border-radius: 2px;
	padding: 24px 30px;
	width: 95%;
	margin: 0 auto;
	margin-top: 30px;
}
.border-light {
	border: 1px solid #e0e0e0;
}
/* Cards */
* {
	box-sizing: border-box;
}
.loading-anim {
	text-align: center;
}
.loading-anim img {
	width: 12rem;
}
.services-top-part h2 {
	color: #495057;
	font-weight: 300;
}
.container-subtitle {
	margin: 0 0 20px 0;
	color: #495057;
	font-weight: 300;
}
.container-subtitle .cards-loading-anim {
	width: 4rem !important;
	vertical-align: middle;
}
.default-border-radius {
	border-radius: 15px !important;
}
.economic-cards {
	grid-template-columns: repeat( auto-fit, minmax(300px, auto) ) !important;
}
.generic-cards-environment {
	grid-template-columns: repeat( auto-fit, minmax(300px, auto) ) !important;
	margin-top: 3em !important;
}
.generic-cards {
	margin: 0 auto;
	display: grid;
	grid-gap: 1rem;
	grid-template-columns: repeat( auto-fill, minmax(360px, auto) );
}
.advanced-cards {
	margin: 0 auto;
	display: grid;
	grid-gap: 1rem;
	grid-template-columns: repeat( auto-fill, minmax(360px, auto) );
}
.generic-card {
	border-radius: 10px;
    overflow: hidden;
	float: left;
	background-color: #EEEEEE;
}
.generic-card-h {
	background-color: white;
	padding: 0.5em;
}
.generic-card-i {
	display: block;
	font-size: 33px;
	padding: 0.5em 0 0 0;
}
.generic-card-h .var-name {
	display: block;
	font-size: 1rem;
	padding: 1.2em 0 1em 0;
}
.generic-card-h .var-name a:hover {
	color: #76bc50;
}
.generic-card-f {
	background-color: #EEEEEE;
	color: #777777;
}
.generic-card-f .var-value {
	display: block;
	font-size: 4vh;
	padding: 0.2em;
}
.generic-card-f .var-measurement {
	display: block;
	font-size: 1.2em;
	padding-bottom: 0.5em;
}
.generic-card-f a:hover {
	color: #a8a8a8;
}
.custom-var {
	min-width: max-content;
	position: relative;
}
.custom-var .loading {
	position: absolute;
    left: 0.5em;
    width: 1.5em;
    height: auto;
}
.custom-var .var-logo {
	text-align: center;
	font-size: 33px;
	padding-top: 20px;
	margin-bottom: 20px;
	display: block;
}
.var-content {
	background: white;
	border-radius: 10px;
}
.var-content .var-header {
	text-align: center;
	margin: 20px;
}
.var-content .var-header span {
	display: block;
	font-size: 18px;
}
.var-content .var-body {
	text-align: center;
	color: #777777;
	background: #EEEEEE;
	border-radius: 0 0 10px 10px;
	min-height: 115px;
}
.inner-variable {
	text-align: center;
	display: inline-block;
	margin: 15px;
}
.inner-variable span {
	display: block;
	margin: 5px;
}
.inner-variable .var-name {
	opacity: 0.8;
}
.inner-variable .var-value {
	font-size: 1.3rem;
}
.inner-variable .var-units {

}
/* Profiles Page */
.profiles-cards {
	grid-template-columns: repeat(auto-fit, minmax(300px, auto)) !important;
}
.profiles-cards .generic-card-f {
	min-height: 180px;
	position: relative;
}
.profiles-cards p {
	margin: 1em;
	line-height: 1.8;
}
.profile-go {
	left: 50%;
	transform: translate(-50%, -50%);
	position: absolute;
	bottom: 0;
}
.profile-go a {
	display: block;
	width: 7em;
	color: white;
	border-radius: 8px;
	padding: 0.5em;
}
.profile-go a:hover {
	background-color: #76bc50 !important;
	color: white;
}
/* Side Menu */
@keyframes swing {
    0% {
        transform: rotate(0deg);
    }
    10% {
        transform: rotate(10deg);
    }
    30% {
        transform: rotate(0deg);
    }
    40% {
        transform: rotate(-10deg);
    }
    50% {
        transform: rotate(0deg);
    }
    60% {
        transform: rotate(5deg);
    }
    70% {
        transform: rotate(0deg);
    }
    80% {
        transform: rotate(-5deg);
    }
    100% {
        transform: rotate(0deg);
    }
}

@keyframes sonar {
    0% {
        transform: scale(0.9);
        opacity: 1;
    }
    100% {
        transform: scale(2);
        opacity: 0;
    }
}

body {
    font-size: 0.9rem;
}

.page-wrapper .sidebar-wrapper,
.sidebar-wrapper .sidebar-brand>a,
.sidebar-wrapper .sidebar-dropdown>a:after,
.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a:before,
.sidebar-wrapper ul li a i,
.page-wrapper .page-content,
.sidebar-wrapper .sidebar-search input.search-menu,
.sidebar-wrapper .sidebar-search .input-group-text,
.sidebar-wrapper .sidebar-menu ul li a,
#show-sidebar,
#close-sidebar {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}


/*----------------page-wrapper----------------*/

.page-wrapper .theme.chiller-theme {
    background: #FFFFFF;
}


/*----------------toggeled sidebar----------------*/

.page-wrapper.toggled .sidebar-wrapper {
    left: 0px;
}

@media screen and (min-width: 768px) {
    .page-wrapper.toggled .page-content {
        padding-left: 300px;
    }
}


/*----------------show sidebar button----------------*/

#show-sidebar {
    position: fixed;
    left: 0;
    top: 10px;
    border-radius: 0 4px 4px 0px;
    width: 35px;
    transition-delay: 0.3s;
}

.page-wrapper.toggled #show-sidebar {
    left: -40px;
}


/*----------------sidebar-wrapper----------------*/

.sidebar-wrapper {
    width: 288px;
    height: 100%;
    max-height: 100%;
    position: fixed;
    top: 46px;
    left: -300px;
    z-index: 9999;
}

.sidebar-wrapper ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.sidebar-wrapper a {
    text-decoration: none;
}


/*----------------sidebar-content----------------*/

.sidebar-content {
    max-height: calc(100% - 30px);
    height: calc(100% - 70px);
    overflow-y: auto;
    position: relative;
}

.sidebar-content.desktop {
    overflow-y: hidden;
}


/*--------------------sidebar-brand----------------------*/

.sidebar-wrapper .sidebar-brand {
    padding: 10px 20px;
    display: flex;
    align-items: center;
}

.sidebar-wrapper .sidebar-brand>a {
    text-transform: uppercase;
    font-weight: bold;
    flex-grow: 1;
}

.sidebar-wrapper .sidebar-brand #close-sidebar {
    cursor: pointer;
    font-size: 20px;
}


/*--------------------sidebar-header----------------------*/

.sidebar-wrapper .sidebar-header {
	padding: 20px;
	overflow: hidden;
}

.sidebar-wrapper .sidebar-header .user-pic {
	float: left;
	width: 60px;
	padding: 2px;
	border-radius: 12px;
	margin-right: 15px;
	overflow: hidden;
}

.sidebar-wrapper .sidebar-header .user-pic img {
	object-fit: cover;
	width: 100%;
}

.sidebar-wrapper .sidebar-header .user-info {
	float: left;
	margin: 15px auto;
}

.sidebar-wrapper .sidebar-header .user-info>span {
	display: block;
}

.sidebar-wrapper .sidebar-header .user-info .user-role {
	font-size: 12px;
}

.sidebar-wrapper .sidebar-header .user-info .user-status {
	font-size: 11px;
	margin-top: 4px;
}

.sidebar-wrapper .sidebar-header .user-info .user-status i {
	font-size: 8px;
	margin-right: 4px;
	color: #5cb85c;
}


/*-----------------------sidebar-search------------------------*/

.sidebar-wrapper .sidebar-search>div {
	padding: 10px 20px;
}


/*----------------------sidebar-menu-------------------------*/

.sidebar-wrapper .sidebar-menu {
	padding-bottom: 10px;
}

.sidebar-wrapper .sidebar-menu .header-menu span {
	font-weight: bold;
	font-size: 14px;
	padding: 15px 20px 5px 20px;
	display: inline-block;
}

.sidebar-wrapper .sidebar-menu ul li a {
	cursor: pointer;
	display: inline-block;
	width: 100%;
	text-decoration: none;
	position: relative;
	padding: 8px 30px 8px 20px;
	margin: .1rem 0;
}
.sidebar-menu-subitems {
	position: relative;
}
.sidebar-menu-subitems ul {
	margin-left: 20px;
}
.sidebar-menu-subitems li a {
	color: #343a40;
}
.sidebar-menu-subitems .active {
	background: #d4e9c5;
	text-decoration: none;
	font-weight: bold;
}
.sidebar-menu-subitems ul:before {
	content: '';
	height: 100%;
	opacity: 1;
	width: 3px;
	background: #d4e9c5;
	position: absolute;
	left: 26px;
	top: 0;
	border-radius: 15px;
}
.sidebar-wrapper .sidebar-menu ul li a i {
	vertical-align: sub;
	margin-right: 10px;
	font-size: 1.5em;
	width: 30px;
	height: 30px;
	text-align: center;
}

.sidebar-wrapper .sidebar-menu ul li a:hover>i::before {
	display: inline-block;
	animation: swing ease-in-out 0.5s 1 alternate;
}
.sidebar-wrapper .sidebar-menu ul li a:hover {
	background: #d4e9c5;
	text-decoration: none;
}

.sidebar-menu ul .active {
	color: #5cb85c !important;
}
.disabled-side-item {
	opacity: 0.3 !important;
}
.disabled-side-item a:hover>i::before {
	animation: none !important;
}
.disabled-side-item a:hover {
	background: none !important;
	cursor: default !important;
}
.sidebar-wrapper .sidebar-menu .sidebar-dropdown>a:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f105";
    font-style: normal;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    background: 0 0;
    position: absolute;
    right: 15px;
    top: 11px;
    opacity: .3;
	color: #343a40 !important;
}
.sidebar-wrapper .sidebar-menu .sidebar-dropdown a:hover::after {
	opacity: 1;
}
.sidebar-dropdown {
	position: relative;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu ul {
	padding: 5px 0;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li {
	padding-left: 25px;
	font-size: 13px;
}

.sidebar-wrapper .sidebar-menu ul li a span.label,
.sidebar-wrapper .sidebar-menu ul li a span.badge {
	float: right;
	margin-top: 8px;
	margin-left: 5px;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a .badge,
.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a .label {
	float: right;
	margin-top: 0px;
}

.sidebar-wrapper .sidebar-menu .sidebar-submenu {
	display: none;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown.active>a:after {
	transform: rotate(90deg);
	right: 17px;
}


/*--------------------------side-footer------------------------------*/

.sidebar-footer {
	position: absolute;
	width: 100%;
	bottom: 40px;
	display: flex;
	padding-top: 5px;
}

.sidebar-footer>a {
	flex-grow: 1;
	text-align: center;
	height: 30px;
	line-height: 15px;
	position: relative;
}

.sidebar-footer>a .notification {
	position: absolute;
	top: 0;
}

.badge-sonar {
	display: inline-block;
	background: #980303;
	border-radius: 50%;
	height: 8px;
	width: 8px;
	position: absolute;
	top: 0;
}

.badge-sonar:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	border: 2px solid #980303;
	opacity: 0;
	border-radius: 50%;
	width: 100%;
	height: 100%;
	animation: sonar 1.5s infinite;
}


/*--------------------------page-content-----------------------------*/

.page-wrapper .page-content {
	display: inline-block;
	width: 100%;
	padding-left: 0px;
	padding-top: 20px;
}

.page-wrapper .page-content>div {
	padding: 20px 40px;
}

.page-wrapper .page-content {
	overflow-x: hidden;
}


/*------scroll bar---------------------*/

::-webkit-scrollbar {
	width: 5px;
	height: 7px;
}

::-webkit-scrollbar-button {
	width: 0px;
	height: 0px;
}

::-webkit-scrollbar-thumb {
	background: rgba(0,0,0,0.25);
	border: 0px none #ffffff;
	border-radius: 0px;
}

::-webkit-scrollbar-thumb:hover {
	background: rgba(0,0,0,0.1);
}

::-webkit-scrollbar-thumb:active {
	background: rgba(0,0,0,0.1);
}

::-webkit-scrollbar-track {
	background: transparent;
	border: 0px none #ffffff;
	border-radius: 50px;
}

::-webkit-scrollbar-track:hover {
	background: transparent;
}

::-webkit-scrollbar-track:active {
	background: transparent;
}

::-webkit-scrollbar-corner {
	background: transparent;
}


/*-----------------------------chiller-theme-------------------------------------------------*/

.chiller-theme .sidebar-wrapper {
	background: white;
}

.chiller-theme .sidebar-wrapper .sidebar-menu {
	border-top: 1px solid #EEEEEE;
}

.chiller-theme .sidebar-wrapper .sidebar-search input.search-menu,
.chiller-theme .sidebar-wrapper .sidebar-search .input-group-text {
	border-color: transparent;
	box-shadow: none;
}

.sidebar-menu ul li:not(.header-menu) {
    padding: 0 10px;
}

.chiller-theme .sidebar-wrapper .sidebar-header .user-info .user-role,
.chiller-theme .sidebar-wrapper .sidebar-header .user-info .user-status,
.chiller-theme .sidebar-wrapper .sidebar-search input.search-menu,
.chiller-theme .sidebar-wrapper .sidebar-search .input-group-text,
.chiller-theme .sidebar-wrapper .sidebar-brand>a,
.chiller-theme .sidebar-wrapper .sidebar-menu ul li a,
.chiller-theme .sidebar-footer>a {
	color: #343a40;
	border-radius: 5px;
}

.page-wrapper.chiller-theme.toggled #close-sidebar {
	color: #bdbdbd;
}

.page-wrapper.chiller-theme.toggled #close-sidebar:hover {
	color: #ffffff;
}

.chiller-theme .sidebar-wrapper .sidebar-menu .header-menu span {
	color: #5BB030;
}

.chiller-theme .sidebar-footer {
	background: #EEEEEE;
	box-shadow: 0px -1px 5px #EEEEEE;
	border-top: 1px solid #e5e5e5;
}

.sidebar-footer a:hover {
	color: #a0a0a0;
}

.chiller-theme .sidebar-footer>a:first-child {
	border-left: none;
}

.chiller-theme .sidebar-footer>a:last-child {
	border-right: none;
}
/* Services */
.date-selector-follow {
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
	padding: 5px;
	margin-top: 4em;
	position: fixed;
	z-index: 2;
	top: 20px;
	width: unset !important;
}
.date-selector {
	margin: 25px 0;
	padding: 10px;
	border-radius: 9px;
	width: fit-content;
	width: -moz-fit-content;
	background: white;
}
.date-selector .input-label, .date-selector-follow .input-label{
	float: none !important;
}
.date-selector div {
	display: inline-block;
	min-height: 40px;
	min-width: 60px;
	vertical-align: bottom;
	text-align: center;
}
.input-form-control {
	width: 7em;
	padding: .375rem .75rem;
	margin: 0 1em;
	font-size: 1rem;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.searching-anim {
	width: 3rem;
	vertical-align: middle;
}
.send-button {
	outline: none;
	border-radius: 8px;
	color: white;
	padding: 0.5em;
	font-size: 17px;
	text-align: center;
	border: none;
}
.button i {
    vertical-align: middle;
}
.send-button:hover {
	opacity: 0.9;
}
.services-file-csv {
	color: #31353D;
	font-size: 1.6em;
	vertical-align: middle;
	margin-left: 0.6em;
	cursor: pointer;
}
.services-file-csv:hover {
	opacity: 0.7;
}
.scale-up-center {
	-webkit-animation: scale-up-center 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
	        animation: scale-up-center 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}
/**
 * ----------------------------------------
 * animation scale-up-center
 * ----------------------------------------
 */
@-webkit-keyframes scale-up-center {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes scale-up-center {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.send-button:hover {
	cursor: pointer;
}
/* Datepicker */
.ui-state-highlight {
	background-color: #E2E2E2 !important;
	border-color: #C7C7C7 !important;
}
.ui-state-active {
	background: #616161 !important;
	border-color: #616161 !important;
	color: white !important;
}
/* Navigation Menu */
.app-page-title {
	background: rgba(255,255,255,0.45);
}
.app-page-title {
	padding: 26px 26px 26px 44px;
	position: relative;
}
.app-page-title .page-title-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    color: #495057 !important;
}
.icon-gradient {
	color: #5BB030;
}
.app-page-title .page-title-heading {
    font-size: 1.25rem;
    font-weight: 400;
    display: flex;
    align-content: center;
    align-items: center;
}.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: .25rem;
}
.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    color: #6c757d;
    content: "/";
}
.app-page-title .page-title-subheading .breadcrumb {
    padding: 0;
    margin: 3px 0 0;
    background: transparent;
}
.center-elem {
    display: flex;
    align-items: center;
    align-content: center;
}
.pr-2, .px-2 {
    padding-right: .5rem !important;
}
.d-inline-block {
    display: inline-block !important;
}
nav {
    display: block;
}
.breadcrumb-item+.breadcrumb-item {
    padding-left: .5rem;
}
.breadcrumb-item.active {
    color: #6c757d;
}
.app-page-title .page-title-subheading {
    padding: 6px 0 0;
    font-size: .88rem;
}
.page-title-subheading .icon {
    font-size: 1.3em;
}
/* Configuration Services */
.tabs-margin {
    margin-top: 5em;
}
.inside-tabs-button-first, .inside-tabs-button-last {
    text-align: right;
}
.inside-tabs-button-first {
    text-align: right;
    margin-bottom: 2rem;
}
#dashboard-cards-column {
	display: block;
	width: 100%;
}
#dashboard-cards-column .draggable-list {
	padding: 0;
}
#dashboard-cards-column .draggable-list .draggable-element{
	margin-left: 0;
	margin-right: 0;
}
#dashboard-charts-column {
	display: block;
	width: 100%;
}
#dashboard-charts-column .draggable-list {
	padding: 0;
}
#dashboard-charts-column .draggable-list .draggable-element{
	margin-left: 0;
	margin-right: 0;
}
#selectable-cards {
	display: grid;
    grid-gap: 0.5rem;
    grid-template-columns: repeat( auto-fit, minmax(200px, 1fr) );
}
#selectable-charts {
	display: grid;
    grid-gap: 0.5rem;
    grid-template-columns: repeat( auto-fit, minmax(200px, 1fr) );
}
.draggable-element:hover {
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),
	 			0 2px 10px 0 rgba(0,0,0,0.12);
}

#selected-cards-charts .draggable-element {
	position: relative;
}
#selected-cards {
	margin-top: 1em;
	display: grid;
    grid-gap: 0rem;
    grid-template-columns: repeat( auto-fit, minmax(250px, 2fr) );
    margin-bottom: 2rem;
	min-height: 5em;
}
#selected-cards .draggable-element {
    /*overflow: scroll;*/
	position: relative;
	display: inline-block;
	min-width: 10em;
	max-height: 5em;
	padding-right: 1.5em;
}
#selected-charts {
	margin-top: 1em;
	display: grid;
    grid-gap: 0rem;
    grid-template-columns: repeat( auto-fit, minmax(250px, 2fr) );
    margin-bottom: 2rem;
	min-height: 5em;
}
#selected-charts .draggable-element {
    /*overflow: scroll;*/
	position: relative;
	display: inline-block;
	min-width: 10em;
	max-height: 5em;
	padding-right: 1.5em;
}
.selected-card-text {
	display: inline-block;
	vertical-align: middle;
}
.selected-card-text:last-of-type {
	width: 82%;
}
#charts-container{
	display: flex;
    flex-direction: column;
    gap: 20px;
}

#container-length{
	display: flex;
    flex-direction: column;
}

.service-logo {
	margin-right: 0.5em;
	font-size: 1.2em;
	color: #5bb030;
}
.remove-selected-card {
	cursor: pointer;
	top: 0.3em;
	right: 0.5em;
	color: #d9534f;
	position: absolute;
	font-size: 1em;
}
.selected-helper-bg {
	background-color: #f2f2f2;
	opacity: 0.7;
	border: 1px dashed gray;
	min-height: 80%;
	vertical-align: top;
}
.dashboard-configuration-column {
	padding-right: 1em;
	display: inline-block;
	vertical-align: top;
	width: 49%;
	margin-bottom: 1em;
}
.dashboard-configuration-column:not(:first) {
	padding-left: 1em;
}
.dashboard-configuration-column select {
	display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
}
.dashboard-configuration-column select:focus {
	outline: none;
}
.dashboard-configuration-column ul {
	max-height: 10em;
    overflow-y: auto;
}
.dashboard-configuration-column ul li {
	cursor: pointer;
}
.container > .draggable-element,
.gu-mirror {
	background-color: white;
	border-radius: 5px;
	margin: 10px;
	padding: 10px 5px 10px 10px;
	/*background-color: rgba(162, 160, 160, 0.2);*/
	transition: opacity 0.4s ease-in-out;
}
.container > .draggable-element {
	cursor: move;
	cursor: grab;
	cursor: -moz-grab;
	cursor: -webkit-grab;
}
.gu-mirror {
	cursor: grabbing;
	cursor: -moz-grabbing;
	cursor: -webkit-grabbing;
}
.handle {
	padding: 0 5px;
	margin-right: 5px;
	background-color: rgba(0, 0, 0, 0.4);
	cursor: move;
}
.draggable-list {
    padding-left: 1.5em;
	margin-bottom: 1.5em;
}
.configuration-services-cards {
	min-height: 17.4rem;
}
.services-configuration {
	display: grid;
	grid-gap: 1rem;
	grid-template-columns: repeat( auto-fit, minmax(330px, 2fr) );
	margin-bottom: 2rem;
}
.services-configuration hr {
	margin-right: 1em;
	opacity: 0.3;
}
.service-configuration {
	border-radius: 10px;
	background-color: #EEEEEE;
}
.service-configuration-title {
	padding: 1em;
	border-radius: 10px 10px 0 0;
	background-color: white;
	font-weight: bold;
}
.service-configuration-title i {
	font-size: 1.2em;
	vertical-align: middle;
}
.service-configuration-body {
	padding: 0 1em 0 1em;
	color: #6c757d;
}
.helper-tooltip {
    font-size: 1.2em;
}
.helper-tooltip:hover {
	cursor: pointer;
}
.service-configuration-checks {
	vertical-align: middle;
}
.service-configuration ul {
	list-style: none;
	padding-left: 1.5rem;
}
.service-configuration li {
	font-size: .8rem;
	line-height: 1.4rem;
}
.service-configuration label {
	font-size: 14px;
}
.dashboard-configuration {
    position: relative;
    border: 1px solid #31353d21;
    border-top-left-radius: 0px;
}
.dashboard-configuration #configuration-tabs {
    position: absolute;
    top: -2.86em;
    left: -1px;
}
.dashboard-configuration #configuration-tabs ul {
    padding-left: 0;
    margin: 0;
}
.dashboard-configuration #configuration-tabs li {
    display: inline-block;
    border: 1px solid #31353d21;
    padding: 1em 1em 0.5em 1em;
    background-color: #F3F3F5;
    cursor: pointer;
    border-radius: 10px 10px 0 0;
    color: #7A7A7A;
}
.dashboard-configuration #configuration-tabs li:not(.active):hover {
    background-color:  #f6f7f9;
    color: #31353D;
}
.dashboard-configuration #configuration-tabs .active {
    opacity: 1;
    border: 1px solid #31353d21;
    border-bottom: 0;
    font-weight: bold;
    color: #5bb030;
    background-color:  #f6f7f9;
    padding-bottom: .57em;
}
#environment-impact .parameters {
    min-height: 8em;
}
#environment-impact label, #environment-impact .input-text-conf  {
    display: inline-block;
}
#environment-impact label {
    width: 50%;
    text-align: left;
}
#environment-impact .input-text-conf {
    width: 40%;
}
#environment-impact label + #environment-impact .input-text-conf {
    width: 30%;
    margin: 0 30% 0 4%;
}
#environment-impact .input-text-conf + #environment-impact .input-text-conf {
    float: right;
}
#environment-impact .environment-configuration-instances {
    display: inline-block;
    vertical-align: top;
    margin-top: 0;
}
#environment-impact .environment-configuration-instances li:first-child {
    color: #31353D;
    margin-bottom: 1em;
}
/* Environment Profile */
.gauge-chart-loading {
    position: absolute;
}
.gauge-chart-loading img {
    width: 3em;
    height: auto;
}
.text-input-align label {
	display: inline-block;
	width: 5rem;
}
.text-input-align input {
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	margin-bottom: 0.2rem;
}
.text-input-align input:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
}
.gauge-chart {
	margin: 0 auto;
	width: 280px;
	height: 300px;
}
.bg-color-gray {
	background-color: #f3f3f3 !important;
}
#description-cards-container {
	margin-top: 2em;
}
#description-cards-container .element-description {
	padding-bottom: 1em;
}
.element-description .var-value {
	color: #777;
	font-size: 1.5rem;
}
.element-description .var-unity {
	color: #777;
}
.full-height {
	height: 100% !important;
}
.generic-card-h .measurement-indicator {
	width: 65%;
}
/* Alert messages */
.alert-message {
	width: fit-content;
	width: -moz-fit-content;
	padding: 1rem;
	border-radius: 8px;
	margin: 0 auto;
    margin-top: 2em;
}
.error-message {
	color: #721c24;
	background-color: #f8d7da;
	border-color: #f5c6cb;
}
.successful-message {
	color: #155724;
	background-color: #d4edda;
	border-color: #c3e6cb;
}
/* Comparison Charts */
.store-sort-changes {
    text-align: center;
    margin-top: 1em;
    display: none;
}
.new-comparison-form hr {
    margin-right: 0;
    margin-bottom: 0;
}
.store-comparison-button {
    text-align: center;
    margin-bottom: 1em;
}
.no-available-projects {
    text-align: center;
    margin-bottom: 2em;
}
.store-comparison-button button {
    width: 6em;
}
.new-comparison-columns {
    display: grid;
    grid-gap: 1rem;
    grid-template-columns: repeat( auto-fit, minmax(180px, 3fr) );
}
.chart-comparison-name {
    margin-top: 1em;
}
.chart-comparison-name input {
    width: 100%;
}
.new-comparison-columns .colum {
    width: auto;
}
.new-comparison-columns .comparison-element {
    display: block;
    margin-bottom: 0.5em;
}
/* Configuration */
.button {
	font-family: inherit;
	line-height: 1.5;
	border-radius: .25rem;
	border: 1px solid transparent;
	cursor: pointer;
	background: #5bb030;
	border: #5bb030;
	color: white;
	padding: .375rem .75rem;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.button:hover {
	color: #fff;
	background-color: #56a72d;
	border-color: #56a72d;
}
.button:focus {
	outline: 0;
	box-shadow: 0 0 2px 2px rgba(86, 167, 45, 0.6)
}
#conf-form {
	margin-bottom: 0em;
}
.conf-button {
	margin-top: 30px;
	text-align: right;
	margin-right: 2.5%;
}
.conf-button:last-child {
	padding-bottom: 2em;
}
.service-configuration-body .sub-title {
	font-weight: normal;
	color: #495057;
	font-size: .9rem !important;
}
.services-configuration-cards-title {
	color: #495057;
	font-weight: 300;
}
.dashboard-corporative-custom-cards {
    margin-top: 30px !important;
}
.dashboard-corporative-conf-card .helper-tooltip {
    cursor: pointer;
    position: absolute;
    top: 0.3em;
    left: .5em;
}
.dashboard-corporative-card .helper-tooltip {
    cursor: pointer;
    position: absolute;
    top: .3em;
    right: .5em;
}
/* Reporting */
#reporting-configuration {
    overflow: scroll;
}
#reporting-configuration .reporting-row {
    display: grid;
    grid-gap: 1rem;
    grid-template-columns: minmax(200px, 2fr) minmax(200px, 2fr) minmax(130px, 2fr) 100px;
    padding-left: 0;
}
#reporting-configuration .reporting-row li {
    display: inline-block;
    list-style: none;
    text-align: center;
}
#reporting-configuration .reporting-row li:not(:last-child) {
    border-right: 1px solid #31353d21;
}
#reporting-configuration .reporting-icons {
    color: #5BB030;
}
#reporting-configuration .reporting-icons i {
    font-size: 1.8em;
}
#reporting-configuration .reporting-icons span {
    vertical-align: middle;
}
.no-borders li {
    border: 0 !important;
}
.dashboard-body-container {
    padding-bottom: 1em;
}
.delete-row {
    color: #dc3545!important;
    cursor: pointer;
}
.generic-input {
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
}
#reporting-configuration hr {
    border: none;
    height: 1px;
    /* Set the hr color */
    color: #31353d21; /* old IE */
    background-color: #31353d21; /* Modern Browsers */
}
.text-align-center {
    text-align: center;
}
.generic-select:focus {
    border-color: #a7d28b;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(91 176 48 / 60%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(191 176 48 / 60%);
}
.generic-input:focus {
    border-color: #a7d28b;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(91 176 48 / 60%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(91 176 48 / 60%);
}
.long-wait {
    cursor: pointer;
    color: green;
    vertical-align: middle;
    font-size: 2em;
}
.report-instances {
    margin-bottom: 1em;
}
.report-description p {
    margin-top: 0;
    max-width: 22em;
    text-align: justify;
}
.report-footer {
    display: block;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 1em;
}
.report-icon {
    position: absolute;
    left: .8em;
    top: .6em;
    font-size: 2em;
}
.unselected {
    border: 1px solid #dc3545 !important;
}
.generic-select {
    text-align-last:center;
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    outline: 0 !important;
}
/* Media Responsive */
@media screen and (min-width: 1500px) {
	.organizations {
		left: 21em;
	}
	.side-menu {
		display: block !important;
	}
}
@media screen and (max-width: 1500px) {
	.organizations {
		left: 0.7em;
	}
	.side-menu {
		display: none;
	}
	.mobile-menu {
		display: block !important;
	}
	.dashboard-body {
		padding-left: 0 !important;
	}
}
@media screen and (max-width: 1000px) {
	.login-l {
		display: none;
	}
	.login-r {
		display: block;
		width: 100%;
	}
}
