html, body {
  
  /* height:100%; */
  padding:0;
  margin:0;
  font-size: 12px;
  font-family: sofiaPro;
  /* overflow:hidden !important; */
}

body{
  height: 100%;
  max-width: 1920px;
  /* position: relative; */
  top: 0;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

h3 {
  font-size: 16px;
}

a {
  color: #0063ff !important;
}

input {
  border: none;
}

/* Backgrounds */
.bg-light-grey{
  
  background-color: #f7f9fa !important;
}

.bg-dark-grey{
  
  background-color: #c1c7cd;
}

.bg-black {
	background-color: #000000 !important;
}

.bg-light-blue {
  background-color: rgba(0, 99, 255, 0.05);
}

select:focus, input:focus {
  outline: none;
}

button{

  font-size: 13px !important;
}

.btn-pwc {
  
  color: #fff;
  background-color: #009999;
  border-color: #009999;
}

.btn-pwc-green{
    
    color: #009999;
    background-color: #fff;
    border: 2px solid #099;
    border-radius: 2rem!important;
    font-weight: 500;
    text-transform: uppercase;
}

.btn-pwc-white{
    
  color: #0063ff !important;
  background-color: #fff;
  border: 2px solid #0063ff;
  border-radius: 2rem !important;
  font-weight: 500;
  min-width: 188px;
  /* text-transform: uppercase; */
}

.btn-pwc-login{

    color: #ffffff !important;
    background-color: #007bff;
    border: 2px solid #007bff;
    font-weight: 500;
    min-width: 188px;
    /* text-transform: uppercase; */
}

.btn-pwc-login:hover{
    color: #e9e9e9 !important;
    background-color: #016ddb;
    /* text-transform: uppercase; */
}


select{
  border: none;
  color: black;
  background-color:transparent;

  font-size: 12px !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;

  background: url(../img/ui_buttons/ic-triangle.svg) 103% / 12% no-repeat;
}

select:disabled{
  color: #a5b4c5;
  cursor: not-allowed;
  background: none;
}

.select-small-arrow{

  background: url(../img/ui_buttons/ic-triangle.svg) 102%/11% no-repeat !important;
}

.year-select{
  width: 55px;
  background: url(../img/ui_buttons/ic-triangle.svg) 130%/47% no-repeat!important;
}

.pointer {
    cursor: pointer;
}

.section-border-bottom {
    width: 40px;
    height: 6px;
    vertical-align: bottom;
    background-color: #099;
    position: relative;
    margin-top: 8px;
    margin: 0 30px;
    padding: 0 10px;
    display: none;
}

/* Tab selected per navbar */
.tab-selected{

  width: 47px;
  height: 6px;
  vertical-align: bottom;
  background-color: #0063ff;
  position: relative;
  margin-top: 8px;
  margin: auto;
  padding: 0 10px;
  border-top-left-radius: 2em;
  border-top-right-radius: 2em;
}

.section-border-bottom.active {
    display: block;
}

.no-result-box {

  background-color: white;
  text-align: center;
  color:  #a8b2b2;
}

.text-light-grey{

   color: #f8f8f8 !important;
}

.text-grey{
  color: #a8b2b2 !important;
}

.text-dark-grey{
    color: #8e9b9b !important;
}

.text-blue-mobility{

  color: #0063ff;
}

.text-black{

  color: black !important;
}

.text-size-little{

  font-size: 11px;
}

.text-size-big{

  font-size: 16px;
}

.text-grey-bold {
  color: #647282;
  font-weight: 500;
}

input.currency {
    text-align: right;
    padding-right: 15px;
}

 .input-symbol-euro {
     position: relative;
 }
 .input-symbol-euro input {
     padding-right:18px;
 }
 .input-symbol-euro:before {
     position: absolute;
     top: 0;
     content:"€";
     right: 5px;
 }

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button {  
  
  opacity: 1;
  color: #099 !important;
  background-color: transparent;
}

label:before {  
    
    content: "";
    width: 15px;
    height: 15px;
    position: absolute;  
    left: 0;
}

label{
  color: #647282;
}
.scroller{
    overflow-y:scroll;
    scrollbar-color:#0063ff #fff;
    scrollbar-width:thin
}
::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}


::-webkit-scrollbar-thumb {
  background-color: rgb(0,99,255);
  /* outline: 1px solid rgb(0,99,255); */
  border-radius: 5px;
} 


.select-month{

    border: none !important;
    color: #8e9b9b;
    font-weight: 500;
    text-transform: uppercase;
}

.select-year{

    border: none !important;
    color: #8e9b9b;
}

a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
    font-weight: 500;
    outline: none;
    box-shadow: none;
}

.col-title{

    font-weight: 500;
    /* color: #8e9b9b; */
    color: #000;
}

.navbar {
    border: none;
    border-radius: 0;
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

.section-tab{

  color: #8e9b9b;
  font-weight: 500;
  text-transform: uppercase;
}

.section-tab.active{

  color: #099;
  width: 140px;
  border-bottom: 2px solid #099;
}

.section-selected{

    color: #099;
    border-bottom: 1px solid #099;
}

.scrollbar { 
    overflow-y: scroll;
}

.scrollOpDetail{

    overflow-y: scroll;
    height: 537px;
}

.row-operations{

    border-bottom: 1px solid #d3d3d3;
}

.col-op-details {
    border-right: 2px solid #f3f3f3;;
}

.border-bottom-grey{
    border-bottom: 1.5px solid #f3f3f3;
}

.border-bottom-dark-grey{

  border-bottom: 1.5px solid #c1c7cd;
}

#filters {

  background-color: #f8f8f8; 
}

.filter-date-type{
  display: inline-block;
  /* margin-bottom: .5rem; */
  color: #8e9b9b !important;
  text-transform: uppercase;
  font-weight: 500;
  border-bottom: none !important;
}

.close.cookie-privacy{

    background-color: #007bff;
    border-radius: 50%;
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    opacity: 1;
    width:30px;
    height: 30px;
    padding: 0px;
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {

    background-color: #0069d9;
    opacity: 1;
}

.search-bar{

  background-color: #f8f8f8 !important; 
  border: 1.5px solid #0063ff !important;
}

/* Loader */
#loader_container{
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.503);
}

#loader{
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  /* margin: -75px 0 0 -75px; */
  border: 8px solid #f3f3f3;
  border-radius: 50%;
  border-top: 8px solid #0063ff;
  width: 60px;
  height: 60px;
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Assignment section view */
/* ==== SWITCH ==== */
.switch-row,
.switch-row * {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.switch-row label { }

.switch-row label input[type=checkbox] {
  opacity: 0;
  width: 0;
  height: 0;
}

.switch-row label input[type=checkbox]:checked + .lever:before, .switch-row label input[type=checkbox]:checked + .lever:after {
  
  left: 18px;
}

.switch-row label input[type=checkbox]:checked + .lever:after {
  
  background-color: #0063ff;
}

.switch-row label .lever {
  content: "";
  display: inline-block;
  position: relative;
  width: 30px;
  height: 6px;
  background-color: rgba(0, 0, 0, 0.38);
  border-radius: 15px;
  margin-right: 10px;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
  vertical-align: middle;
  margin: 0 16px;
}

.switch-row label .lever:before, .switch-row label .lever:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  left: 0;
  top: -5px;
  -webkit-transition: left 0.3s ease, background .3s ease, -webkit-box-shadow 0.1s ease, -webkit-transform .1s ease;
  transition: left 0.3s ease, background .3s ease, -webkit-box-shadow 0.1s ease, -webkit-transform .1s ease;
  transition: left 0.3s ease, background .3s ease, box-shadow 0.1s ease, transform .1s ease;
  transition: left 0.3s ease, background .3s ease, box-shadow 0.1s ease, transform .1s ease, -webkit-box-shadow 0.1s ease, -webkit-transform .1s ease;
}

.switch-row label .lever:before {
  background-color: rgba(38, 166, 154, 0.15);
}

.switch-row label .lever:after {
  background-color: #F1F1F1;
  -webkit-box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}

input[type=checkbox]:checked:not(:disabled) ~ .lever:active::before,
input[type=checkbox]:checked:not(:disabled).tabbed:focus ~ .lever::before {
  -webkit-transform: scale(2.4);
          transform: scale(2.4);
  background-color: rgba(38, 166, 154, 0.15);
}

input[type=checkbox]:not(:disabled) ~ .lever:active:before,
input[type=checkbox]:not(:disabled).tabbed:focus ~ .lever::before {
  -webkit-transform: scale(2.4);
          transform: scale(2.4);
  background-color: rgba(0, 0, 0, 0.08);
}

.switch-row input[type=checkbox][disabled] + .lever {
  cursor: default;
  background-color: rgba(0, 0, 0, 0.12);
}

.switch-row label input[type=checkbox][disabled] + .lever:after,
.switch-row label input[type=checkbox][disabled]:checked + .lever:after {
  background-color: #0063ff;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

.wrapper {
    display: flex;
    position: relative;
    width: 100%;
}

#sidebar {
    width: 280px;
    position: fixed;
    top: 0;
    /* left: 0; */
    height: 100vh;
    z-index: 4;
    color: lightgrey;
    transition: all 0.3s;
}

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

#sidebar .sidebar-header {
  
  padding: 10px 0px;
  /* height: 23vh; 120px; */
  /* height: 185px; */
  border-bottom: 1px solid grey;
  border-top: 1px solid grey;
}

#menu .menu-header {

    padding: 10px 0px;
    /* height: 23vh; 120px; */
    /* height: 185px; */
    /*border-bottom: 1px solid grey;*/
}

#sidebar ul.components {
    padding: 20px 0;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
    border-bottom: 1px solid lightgrey;
}

#sidebar ul li a:hover {
    /*color: #7386D5;
    background: #fff;*/
}

#sidebar ul li.active>a,
a[aria-expanded="true"] {
    border-left: 5px solid #009999;
    font-weight: 500;
    color: #009999;
}

a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #6d7fcc;
}

ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

a.download {
    background: #fff;
    color: #7386D5;
}

a.article,
a.article:hover {
    background: #6d7fcc !important;
    color: #fff !important;
}

#sidebar_filter_section{

  height: -moz-calc(100% - 420px);
  height: -webkit-calc(100% - 420px);
  height: calc(100% - 420px);

  overflow-y: scroll;
  overflow-x: hidden;
}

#structures_filters_link {
    font-size:11px;
    color:#0063ff;
    text-align: center;
}

#structures_filters_link a{
    /*padding-left: 25%;*/
}

.footer{
    height: 26px;
    position: fixed;
    left: 0;
    bottom: 0px;
    width: 280px;
    background-color: #0063ff;
    color: white!important;
    text-align: center;
}
/* ============= SELECTOR SECTION ====================== */
.mobility-selector-box{
  
  padding-top: 1.5rem!important;
}

.row-menu {
    margin-right: -11px;
    margin-left: -11px;
    border-top: 1px solid gray;
}

.row-menu-prod {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -11px;
    margin-left: -11px;
    border-bottom: 1px solid gray;
}

.row-menu-mob{
    display: -ms-flexbox;
    /*display: flex;*/
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -11px;
    margin-left: -11px;
}

.section-selector{

  display: inline-block;
  width: 80px;
  height: 45px;
  color: black;
  cursor: pointer;
  text-align: center;
  /* margin-bottom: 15px; */
}

.section-selector.active{

  color: #0063ff;
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#content {
    width: calc(100% - 280px);
    max-height: 912px;
    transition: all 0.3s;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #fff;
}

#content.active {
    width: 100%;
}

#content_body{
  
  height: calc(100vh - 215px); /* Farioli Js */
}

/* ---------------------------------------------------
    FONTS
----------------------------------------------------- */

@font-face {
  font-family: sofiaPro;
  src: url(../font/SofiaProMedium.otf);
}

/*@font-face {
  font-family: sofiaPro;
  font-weight: bold;
  src: url(./../font/Sofia_Pro_Bold.otf);
}*/

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */

@media (max-width: 768px) {
    #sidebar {
        margin-left: -250px;
    }
    #sidebar.active {
        margin-left: 0;
    }
    #content {
        /*width: 100%;*/
        display: none !important;
    }
    #content.active {
        width: calc(100% - 250px);
    }
    #sidebarCollapse span {
        display: none;
    }
    .d-sm-none-2{
        display: none!important;
    }
    .d-sm-block-2 {
        display: block!important;
    }
}

.center {
  display: block;
  margin: auto;
}

/* ======= SCROLL TO TOP ======================= */
.to_top_btn {

  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 20px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  /* border: none; */ /* Remove borders */
  outline: none; /* Remove outline */
  background-color: #099; /* Set a background color */
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 7px; /* Some padding */
  border-radius: 10px; /* Rounded corners */
  font-size: 18px; /* Increase font size */
  border: 2px solid #fff;
  font-weight: 500;
  text-transform: uppercase;
}

.to_top_btn:hover {
  background-color: #555; /* Add a dark-grey background on hover */
}

/* ===================== FOOTER ======================= */
.footer-mobilita{
  
  display: none;
  position: absolute;
  top: 930px;
  width: calc(100% - 15px);
  background-color: #f7f9fa!important;
  height: -webkit-fill-available;
}

.tooltip-inner{
    max-width: 260px;
}
/* ======================= PRINT CSS ======================= */
@media print{

  #sidebar {
    display:none;
  }

  #pwc_site_route_pannel{
    display: none;
  }

  #logo_mobility_small_screen{
    display: none !important;
  }

}

@media(min-width: 1920px){

  body{
    overflow-y: hidden;
  }

  .footer-mobilita{
    display: block !important;
  }
}

/* ========================= RETINA ============================ */
@media 
(-webkit-min-device-pixel-ratio: 2), 
(min-resolution: 192dpi) { 

  .analysis-graph-section {

    height: 91% !important;
  }

  .matrix-section{

    /* height: 85vh !important; */
    height: calc(100vh - 80px);
  }


}



.bg-color-login::-webkit-scrollbar-thumb{
    background: #b1b1b1;
}
/* @media(min-height: 2500px){

  .wrapper{
    display: none !important;
  }

  #logo_mobility_small_screen{
    display: block !important;
  }
} */

/* @media(max-width: 1200px){

  body{
    font-size: 9px;
  }

  .text-size-big{
    font-size: 12px;
  }
} */
.btn-close {
    margin-top: 0;
    padding-top: 0;
}
@media (min-width: 992px){
    .btn-close {
        margin-top: 8px;
        padding-top: 1rem;
    }
    .info-popup{
        font-size: 14px;
        border: 1px solid #c1c7cd;
        padding-top: 30px;
    }
}