/*
Colors:
#46b8c1 : greenBlue
#4a5e7d : darkBlue
*/

@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');

body, html {
  height: 100%;
}

body {
  background:  #EEE url('/assets/iflux_visualisation/images/background-tree-v2.png') fixed right 0px bottom 0px no-repeat;
  overflow-y: auto;
  font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
}

body.fixed-footer {
  background:  #EEE url('/assets/iflux_visualisation/images/background-tree-v2.png') fixed right 0px bottom 120px no-repeat;
}


body.home-client {
  background:  #EEE;
}


h1 {
  color: #4A5E7D;
  margin: 30px 0 10px 0;
  font-size: 30px;
  font-weight: 500;
}

h2 {
  /* color: #4A5E7D; */
  /* color: #DAE360; */
  color: #159197;
  margin: 30px 0 10px 0;
  font-size: 25px;
}

h3 {
  color: #159197;
  font-size: 1.0rem;
}

p {
    color: #4A5E7D;
    font-size: 16px;
}


a, a:hover {
  color: #4A5E7D;
}



header {
    background: #159197 url("/assets/iflux_visualisation/images/background-header-general.svg") no-repeat -20px -500px;
    height: 70px;
}

main {
  /*background: linear-gradient(309deg, rgba(238,238,238,1) 43%, rgba(255,255,255,1) 100%);*/
  
  padding-top: 25px;
}

.btn-group-xs > .btn, .btn-xs {
  padding: .45rem .4rem;
  font-size: .875rem;
  font-size: .8rem;
  line-height: .5;
  border-radius: .2rem;
}

.small-font {
    font-size: 12px;
}

.text-focus {
  color: #DAE360;
}

.form-inline > * {
   margin-right: 5px;
}

.table-iflux th {
  background: #4A5E7D;
  color: #fff;
  font-weight: 300;
  border-top: none;
  padding: 0.75rem 0.75rem;
  font-size: 12px;
}

.table-iflux thead th {
    border-bottom: none;
}

.table-iflux td {
  border-top: 1px solid #eeeeee;
  color: #4A5E7D;
  font-size: 12px;
}

.table-iflux th:first-child {
  border-radius: 4px 0 0 0;
}

.table-iflux th:last-child {
  border-radius: 0 4px 0 0;
}

.container-fluid {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

/* .container-content can be removed: no, needed for registration */
.container-content {
  overflow-y: auto;
  /* padding-bottom: 20px; */
  background-color: #fff;
  border: 1px solid #eee;
  border-width: 1px 1px 0 1px;
  border-radius: 5px 5px 0 0;

  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 6px 16px #00000017;
  border-radius: 7px;
  opacity: 1;
  margin: 10px auto;
  max-height: 95%;
}


.content-box {
    padding: 0px 40px 20px 40px;
    opacity: 1;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 6px 16px #00000017;
    border-radius: 0;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    margin-bottom: 25px;
    overflow: initial;
}

.content-box::after {
    position: absolute;
    height: 5px;
    bottom: -5px;
    left: 0px;
    right: 0px;
    background: linear-gradient(270deg, #DAE360, #159197);
    content: '';
    border-radius: 0px;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
}

.h-scroll {
  overflow-x: auto;
  overflow-y: hidden;
}


.content-box.last-tab-active {
    border-top-right-radius: 0px;
}

.footer {
    background: #fff;
    padding: 30px 0;
    font-size: 13px;
    line-height: 20px;
}

.footer .container {
    border: 0px solid red;
    display: flex;
    color: #46b8c1;
}

.footer-logo {
  width: 80px;
  padding-top: 5px;
}

.footer .address {
    padding-left: 20px;
    opacity: 0.9;
}

.footer .baseline-container {
    flex-grow: 2;
    opacity: 0.9;
    text-align: center;
}

.footer .baseline-container .baseline {
    padding: 13px 0 5px 0;
    font-size: 16px;
}

.footer .baseline-container .copyright {

}

.footer .privacy-links {
    margin-right: 30px;

}

.footer .social-media-icons {
    font-size: 22px;
    line-height: 30px;
    padding: 0px;
}

.footer .social-media-icons i {
    margin: 0px 5px;
}

.footer .social-media-icons i.fa-linkedin {
    margin: 0px 6px;
}




/*
.container-footer {
  border: 1px solid #fff;
  border-width: 0 0 0 0;
  background-color: #fff;
  opacity: 0.90;
  border-radius: 0 0 5px 5px;
}

.container-footer .footer {
  border: 1px solid #46b8c1;
  border-width: 1px 0 0 0;
  color: #4a5e7d;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: right;
}

.container-footer .footer a {
  color: #4a5e7d;
  font-style: italic;
  font-size: 13px;
  margin-left: 15px;
}

.container-footer .footer a:last-child {
  margin-left: 40px;
}
*/

.btn {
    border-radius: 6px;

}

.btn-primary {
    color: #fff;
    background-color: #159197;
    border-color: #159197;
}

.btn-primary:disabled {
    background-color: #159197;
    border-color: #159197;
}


.btn-outline-primary {
    color: #159197;
    border-color: #159197;
}

.btn-outline-primary:hover {
    background-color: #fff;
    color: #159197;
    border-color: #159197;
}

.btn-primary:hover {
    background-color: #298991;
    border-color: #298991;
}

.btn-primary:focus, .btn-primary.focus {
    background: #298991;
    box-shadow: none;
}

.btn-primary:active, .btn-primary.active {
    background: #298991;
    box-shadow: none;
}

.btn-primary:active, .btn-primary.active {
    background: #46b8c1 !important;
    border-color: #46b8c1 !important;
    box-shadow: none !important;
}


.btn-full-width {
    width: 100%;
}


.navbar {
    padding: 0.9rem 1rem;

    text-transform: uppercase;
    font-size: 0.8165rem;
    margin-left: 2em;
    font-weight: 300;
    color: #ffffff;

}


.navbar-light .navbar-nav .nav-link {
    font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
    text-transform: uppercase;
    font-size: 0.8165rem;
    margin-left: 2em;
    font-weight: 300;
    color: #ffffff;
}

.navbar-light .navbar-nav .nav-link:hover {
  color: #DAE360;
}

.dropdown-header {
  font-size: 0.8165rem;
}

.dropdown-item {
  font-size: 0.8165rem;
    /* font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif; */
}

.navbar-light .navbar-nav .nav-impersonating {
    color: #ffffff;
}

.img-logo {
    width: 150px;
}
/*
.navbar-light {
    border: 1px solid #46b8c1;
    border-width: 0 0 1px 0;
    margin-bottom: 25px;
}
*/
.navbar-light .navbar-nav .active>.nav-link {
    color: #46b8c1;
    border: 1px solid #46b8c1;
    border-width: 0 0 1px 0;
}

#waterfluxTable {
    margin-top: 20px;
    overflow: scroll;
}

#massFluxConcentrationsTable {
    overflow: scroll;
}

.intro-text {
  text-align: justify;
  font-style: italic;
  color: #666;
}

.legal-notice {
  font-size: 13px;
  color: #6c757d !important;
  font-style: italic;
}

/* Home specific */
.home-client main {
    padding-top: 80px;
}

.home-client main .container {
  background: url('/assets/iflux_visualisation/images/background-tree-v2.png') -20px 250px no-repeat;
}

.greeting {
    font-size: 40px;
    font-weight: lighter;
    margin: 0;
}


.greeting-name {
    font-size: 40px;
    font-weight: 600;
    margin: 0 0 50px 0;

}

.contact-box {
    background: #4A5E7D;
    padding: 20px;
    border-radius: 7px;

}
.contact-box p {
  color: #ffffff;
  font-size: 30px;
}

.information-sheets-container, .downloads-container  {
    display: flex;
    margin: 30px 0;
    justify-content: center;
}

.information-sheets-container {
    justify-content: space-between;
}

.information-sheet, .download {
    text-align: center;
    display: flex;
    flex-direction: column;
}

.information-sheet {
    justify-content: flex-end;
}

.download {
    justify-content: space-between;
    max-height: 175px;
    overflow-y: auto;
    /* width: 18%; */
    margin: 20px;

}

.downloads-list {
    justify-content: flex-start;
}

.downloads-list ul {
    font-size: 14px;
    margin: 20px 0 0 0;
    padding: 0;
    text-align: left;
}

.downloads-list ul li {
    padding-left: 10px;
    margin-bottom: 7px;
}

ul.sgs-certificates {
    font-size: 14px;
    margin: 20px 0 0 0;
    padding: 0;
    text-align: left;
}

ul.sgs-certificates li {
    list-style: none;
    padding-left: 0;
    margin-bottom: 7px;
}

.information-sheet img, .download img {
    margin-bottom: 10px;
}
/* Project view */
.project-tree {
    font-size: 1.25em;
    margin-left: -7px;
    padding-left: 0;
}

.project-tree ul {
    margin-left: -5px;
    padding-left: 0;
}

.project-tree li {
    list-style-type: none;
    padding-left: 18px;
    margin-left: 1px;
}

.project-tree li.can-toggle {
    background: url('/assets/lib/open-iconic-master/svg/caret-bottom.svg') 0.4em 0.4em no-repeat;
    cursor: pointer;
}

.project-tree li.can-toggle.closed {
    background: url('/assets/lib/open-iconic-master/svg/caret-right.svg') 0.4em 0.4em no-repeat;
}

.project-tree .property {
  color: #999;
  background: url('/assets/lib/open-iconic-master/svg/arrow-right.svg') 0.4em 0.5em no-repeat;
}


.hero-box {
  border: 0px solid #46b8c1;
  padding: 20px;
}

.hero-box h1, .hero-box h2, .hero-box h3 {
  text-align: center;
  margin: 20px 0;
  color: #46b8c1;

}
.hero-text {
  text-align: center;
}

.download-strip {
  background: url('/assets/iflux_visualisation/images/background-download-strip.jpg') 0 0 no-repeat;
  margin: 0px;
}

.download-strip div {}

.download-strip .strip-box {
  min-height: 200px;
  background: #fff;
  margin: 20px 5px;
  text-align: center;
}

.download-strip .strip-box a {
  color: #46b8c1;
}

.download-strip .strip-box .large-icon {
  padding: 55px 0 0 0;
  color: #46b8c1;
  font-size: 50px;
}

.report-summary-li {
    font-size: 14px;
    color: #838E95;
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 1px solid #D5DCE5;
    display: flex !important;
    padding-left: 0;
    list-style: none;
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.report-summary-li:last-child {
    border-bottom: 1px solid #D5DCE5;
}

.report-summary-item-title {
    font-weight: 500;
    color: #272727;
}

/* Maps */

.wells-map {
    border: 1px solid #ccc;
    width: 100%;
    height: 375px;
}

/* Updates styles for project details with tabs */

/* Fix styles for tabs in project detail */
.nav-tabs {
    border: none;
    margin-bottom: -1px;
    margin-left: -15px;
    margin-right: -15px;
}

.nav-tabs .nav-link {
    font-size: 12px;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: transparent;
}


.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    color: #4A5E7D;
    font-weight: bold;
    border: none;
}

.nav-tabs .nav-link, .nav-tabs .nav-link:hover {
    color: #4A5E7D;
}

.nav-tabs .nav-link.disabled {
  color: #bbb;
}

.tab-content {
    border: none;
}


.nav-item-project-nr {
    color: #4a5e7d;
    padding: 0.55rem 0rem;
}

.project-name {
    color: #4a5e7d;
}

.navbar-light .navbar-nav .nav-project-name {

    font-weight: 300;
    font-size: 24px;
    text-transform: none;
    padding: 0;
}

.table .cartridge-image-header {
  padding-left: 24px;
}

.cartridge-image {
  width: 59px;
}


/*
.navbar-light .navbar-nav .nav-project-nr {
    font-size: 13px;
}
*/

/*
.nav-tabs .nav-item-btn  {
    margin-left: 15px;
    margin-top: 4px;
}
*/
.content-maintenance {
    color: #4a5e7d;
}

img.maintenance {
    max-width: 420px;
}

/* Description tab */

.description-status {
  display: flex;
}

.description-status .project-name {
  width: 35%;
  display: flex;
  flex-direction: column;
  justify-content: center;  
  padding: 0 10px;
}

.description-status .project-name span {
  font-size: 26px;
}

.description-status .project-status {
  width: 65%;
}

/* Downloads tab */
h2.downloads-title {
    font-size: 14px;
    text-align: left;

    color: #159197;
    border: 1px solid #159197;
    border-width: 0 0 1px 0;
    margin: 0;

}

.download img {
    margin: 25px auto;
}

.col-recaptcha {
    height: 80px;
}
.g-recaptcha {
    margin: 0 auto;
    display: table;
}

/* Export Parameters */

.has-equal-combo {
  color: #721c24;
  background-color: #f8d7da !important;
}

.duplicate-combo-error {
  text-align: left;
  color: #721c24;
}

