@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro&display=swap');


body{
    font-family: 'Source Sans Pro', sans-serif;
    margin: 10px;
    background-color: #f0f0f0;
    font-size: 16px;
}

.container {
    background-color: white;
    padding: 20px;
}

.ambito {
    padding: 5px;
    background-color: #d63441;
    color:white;
    margin-bottom: 5px;
    border-color: #999999;
    border-style: solid;
    border-width: 1px;
}

.dimension1 {
    padding: 5px;
    background-color: #8ECAE6;
    color: black;
    margin-bottom: 5px;
}

.dimension2 {
    padding: 5px;
    background-color: #219EBC;
    color: white;
    margin-bottom: 5px;
}

.dimension3 {
    padding: 5px;
    background-color: #023047;
    color: white;
    margin-bottom: 5px;
}

.dimension4 {
    padding: 5px;
    background-color: #FFB703;
    color: black;
    margin-bottom: 5px;
}

.dimension5 {
    padding: 5px;
    background-color: #FB8500;
    color: white;
    margin-bottom: 5px;
}

.sep10 {
    height: 10px;
}




.next {
    float: right;
    width: 100px;
    text-align: right;
    margin-right: 5px;
}

.bordered {
    border-width: 1px;
    border-style: solid;
    border-color: #023047;
}

#btn-back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    z-index: 1000;
}

#header {
    padding: 0px;
    padding-bottom: 10px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #0077b6;
    margin-bottom: 20px;
}

#footer {
    padding: 0px;
    padding-bottom: 10px;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #0077b6;
    margin-top: 50px;
    margin-bottom: 50px;
    text-align: center;
    font-size: 14px;
    color: dimgray;
}









.nav-tabs { 
    border-color:#1A3E5E !important;
 }

.nav-tabs > li a { 
    border: 1px solid #1A3E5E !important;
    background-color:#D6E6F3; 
    color:#1A3E5E;
    }

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover{
    background-color:#597a97 !important;
    color:white !important;
    border: 1px solid #597a97 !important;
    border-bottom-style: none !important;
}

.nav-tabs > li > a:hover{
  background-color: #597a97 !important;
  border: 1px solid #597a97 !important;
    border-radius: 5px;
    color:white;

} 

.tab-pane {
    border:solid 1px #1A3E5E !important;
    border-top: 0; 
    background-color:#D6E6F3 !important;
    padding:5px;

}