/*
body {
    padding-top: 82px;
}
*/

/*
html {
font-family: 'Poppins', sans-serif;
}
*/

body {
    font-family: 'Poppins', sans-serif;
    color: #343a40;
    height:100vh;
}

.login-box {
    font-family: 'Montserrat', sans-serif;
}

body .container-fluid {
    min-height: 100%;
}
@media (max-width: 768px) {
    html {
        font-size: 0.825rem;
    }

    .page-title-indicator {
            display: none;
        }
}

@media (min-width: 768px){
    .sidebar {
        width: 100%;
        max-width: 260px;
        margin-left: 0px;
        /*margin-left: -15px;*/
    }
    .content {
        margin-left: 260px;
    }
}

@media (max-height: 600px) {
    .navbar-brand img {
      display: none;
      }

    #language-selection {
        display: none;
    }
}

@media (max-height: 400px) {
    #login-combo {
        display: none;
    }
}

.content {
  overflow: visible;
  padding: 0 0rem 0 0rem;
  transition: all .3s;
  min-height:100%;
}

.wrapper {
    display: flex;
    width: 100%;
    align-items: stretch;
}

.nav {
  list-style: none;
}

.sidebar .nav-item {
  margin-bottom: .2rem;
}

.sidebar .nav {
  white-space: nowrap;
}

.navbar-brand img {
  height: 40px;
}

.navbar-brand.navbar-brand-lg img {
  height: 72px;
}
.comeca-brand-sidebar {
  position: fixed;
  bottom: 15px;
  right: 15px;
  width: 190px;
}

 @media (min-width: 768px){
 .comeca-brand-sidebar {
  left: 35px;
}

.sidebar-sticky{
    padding-top:50px;
    height: 80%;
}

 }

.navbar-dark .navbar-brand-light {
  display: none;
}

.navbar-theme-primary:not(.headroom) {
  background-color: #012233;
}

.sidebar .nav-link .sidebar-icon {
  margin-right: .5rem;
  color: #045d8d;
}

.sidebar .nav-item .nav-link {
  color: #343a40;
  font-weight: normal;
}

.sidebar .nav-item.active > .nav-link {
  /*color: #eaedf2;*/
  color: #343a40;
    font-weight: 600;

  /*background-color: #0a344a;*/
}

.btn.navigation.active {
  color: #ec691e;
}

.border-black {
  border-color: #2e3650 !important;
}


#sidebar {
    min-width: 250px;
    max-width: 250px;
    min-height: 100vh;

}

:root {
  --animate-duration: 1s;
  --animate-delay: 1s;
  --animate-repeat: 1;
}

#sidebar.active {
    margin-left: -250px;
}

/* To have cell element centered vertically by default */
.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
      vertical-align: middle;
 }

table .action
{
    width:1px;
    white-space: nowrap
}

.table-sm{
    font-size: 0.875rem;
    line-height: 1.2;
}

.table-sm td, .table-sm th{
    padding: 0.15rem;
}

table .creation-date,
 table .creation-user {
    width:120px;
    max-width: 120px;
}

.error-list{
    padding: 0.375rem;
    margin-top: 0.375rem;
}

.text-bold {
    font-weight: 700;
}

.bg-comeca-blue {
    background-color: #045d8d;
}

.bg-comeca-blue-dark {
    background-color: #012233;
}

.bg-comeca-blue-light {
    background-color: #f3f7fa;
}

.bg-comeca-orange {
    background-color: #ec691e;
}

.text-comeca-blue {
    color:  #045d8d !important;
}

.text-comeca-blue-dark {
    color:  #012233 !important;
}

.text-comeca-orange {
    color:  #ec691e;
}

.btn-comeca-blue {
    color: #fff;
    background-color: #045d8d;
    border-color: #045d8d;
}

.btn-comeca-blue-dark {
    color: #fff;
    background-color: #012233;
    border-color: #012233;
}

.btn-comeca-blue-dark:hover {
    color: #fff;
    background-color: #034d75;
    border-color: #03466a;
}

.btn-comeca-blue:hover {
    color: #fff;
    background-color: #034d75;
    border-color: #03466a;
}

.btn-comeca-orange {
    color: #fff;
    background-color: #ec691e;
    border-color: #ec691e;
}

.btn-comeca-orange:hover {
    color: #fff;
    background-color: #d25d1b;
    border-color: #c7581a;
}

.bg-comeca-blue-light {
    background-color: #f3f7fa;
}

.btn-comeca-blue-light {
    background-color: #f3f7fa;
    font-weight:600;
    color:  #5c94b2;
    border-color: #eef5fa;
}

.partial-nav {
    background-color: #f3f7fa;
    font-weight:600;
    color:  #5c94b2;
    border-color: #eef5fa;
}

.partial-nav-active {
    background-color: #d5eafa;
    color:  #045d8d;
}

.partial-nav:hover {
    color: #5c94b2;
    background-color: #d5eafa;
    border-color: #d5eafa;
}

.sidebar {
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  max-height: 100%;
  overflow-y: auto;
  width: 100%;
  transition: max-width .3s;
}

.bg-image{
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.table-xs {
    font-size: 0.775rem;
}

.btn-group-xs > .btn, .btn-xs {
	padding: .15rem .4rem;
	font-size: .75rem;
	line-height: 1.5;
	border-radius: .2rem;
}

.page-title {
    margin-bottom:2rem;
}

.page-title .page-title-text {
    margin-bottom:0;
    font-weight: 600 !important;
}

.page-title .page-subtitle-text {
    margin-bottom:0;
    font-size: 1.2rem;
}

.page-title .page-title-indicator {
    width: 20px;
    background: #045d8d;
    margin-right: 20px;
}

.card-header.card-no-body {
    border-bottom: 0px solid #f3f7fa;
}
.card.card-no-border {
    border: 0px;
}

.card.comeca-blue-light {
    border: 1px solid #d8ecfa;
}

.card.comeca-blue-light .card-header{
    background-color: #f3f7fa;
    border-bottom: 1px solid #d8ecfa;

}

.card.indicator-card {
    border: 1px solid #d8ecfa;
 }

 .card .indicator-title {
    font-weight:500;
    color:#5c94b2;
 }

 .card .indicator-value {
    font-size:1.6rem;
    font-weight:700;
    color:  #045d8d;
 }

.installation-card {
border: 1px solid #f3f7fa;
}

.installation-card .card-header {
background: #f3f7fa;
/*padding: 0.75rem 2rem;*/
border-bottom: 1px solid #f3f7fa;

}

.installation-card .card-body {
    /*padding: 0.75rem 2rem;
    border: 0;*/
}


.installation-card .installation-title {
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 0.2rem;
    color: #045d8d;
}

.installation-card .installation-coordinates {
    font-size: 0.8rem;
}

.installation-card .installation-charge-points {
    font-size: 1.1rem;
    font-weight:400;

}
.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0,0,0,0);
}

.charge-point-card .charge-point-name {
    font-size: 1.1rem;
    font-weight: 550;
    margin-bottom: 0rem;
    /*padding-left: .25rem;*/
}
/*
.charge-point-connected-status{
    padding: 0.25rem 0.5rem;
        font-size: .875rem;
}
*/
.charge-point-card .charge-point-channel-id{
    font-size: 0.825rem;
    font-weight: 700;
    /*margin-bottom: 0rem;*/
}

.charge-point-card .card-header {
    padding: .25rem .75rem .5rem;
}

.charge-point-card .card-body {
    padding: .5rem 0.75rem .5rem;
}


.table-wrapper {
  max-height: 50vh;
  height: 50vh;
  overflow: auto;
  /*display:inline-block;*/
}

.icon-shape {
  width: 4rem;
  height: 4rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.icon-shape-primary {
  color: #1F2937;
  background-color: rgba(31, 41, 55, 0.3);
}

.rounded {
  border-radius: 0.5rem !important;
}
.modal-dialog.modal-installation {
    max-width: 600px;
    max-height: 400px;
}

.table-status-notification{
    font-size: 0.925rem;
}
.table-status-notification td, .table-status-notification th {
	padding: .5rem; !important
}

.table-transaction{
    font-size: 0.925rem;
}
.table-transaction td, .table-transaction th {
	padding: .5rem; !important
}

.mapboxgl-canvas {
    width:100% !important;
}

.paginator-navigation-button {
    margin-right:0.25rem;
    margin-bottom: 0.25rem;
}

.paginator-navigation-button:not(:disabled) {
    color:  #045d8d !important;
}
.paginator-navigation-button:disabled {
    color:  #045d8d !important;
    font-weight: 700;
    font-size: 1.1rem;
}


element {
}
.table > :not(:first-child) {
  border-top: 0px;
}

.charge-point-channel-status-badge {
	--bs-bg-opacity: 0.50;
}

.login-background {
	--bs-bg-opacity: 0.50;

}

/* Forecolors to be applied with bs-warning, bs-danger, etc, and opacity 50% */
.text-comeca-warning-dark {
    color: #664b00;
}

.text-comeca-danger-dark {
    color: #570e16;
}

.text-comeca-success-dark {
    color: #105133;
}

.text-comeca-primary-dark {
    color: #012865;
}

.text-comeca-info-dark {
    color: #055261;
}

.text-comeca-secondary-dark {
    color: #303538;
}

.text-comeca-gray-40 {
    color: #556777;
}

.modal-header {
    color: #fff;
    background-color: #045d8d;
    border-color: #045d8d;
}

.comeca-table-charge-point-info td {
    font-weight:500;
}

.return-link > a {
    padding-left: 0;
}