﻿* {
  font-family: "Montserrat", sans-serif;
}

.iocea-blue {
  color: #125E9E;
}

body {
  background-color: #fbfcff;
}

.btn:focus {
  box-shadow: none;
}

.main-content {
  background-color: white;
  padding: 25px;
}

footer {
  background: #F78D1E;
  width: 100%;
  color: #fff;
  z-index: 9999;
  position: fixed;
  bottom: 0;
  left: 0;
}

footer a, footer a:hover, header a, header a:hover {
  color: #fff;
}

header {
  position: sticky !important;
  top: 0;
  background-color: #fff;
  border-bottom: 1px solid #dddee2;
  margin-bottom: 15px;
  padding: 0 !important;
  z-index: 999;
}
header a, header a:hover, header a:active, header a:visited {
  color: #125E9E;
}
header .Logo {
  padding: 10px;
  background-color: #125E9E;
  width: 200px;
}

.btn {
  border-radius: 0px;
}

.btn-primary {
  border-radius: 0px;
  background-color: #006BB5;
}

.btn-primary:hover {
  background-color: #0064D2;
}

.btn-default {
  background-color: white;
  border: solid #52b7ff 1px;
  color: #826e6b;
}

.btn-default:hover {
  background-color: #f5eae9;
}

.card-header {
  background: #609DF0;
  color: white;
}

.rowSelected {
  border-left: #F78D1E solid 2px;
  background: rgba(247, 141, 30, 0.2) !important;
}

.tableButtons {
  color: white;
}

.articleTitle {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 99%;
}

.tableColMaxWidth {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 1px;
}

#articlesTable td {
  vertical-align: middle;
}

.multiSelectCount {
  font-family: Consolas;
}

.is-modal.imagelink.active {
  z-index: 10;
}

#carouselModal .modal-body {
  max-height: 70vh;
  overflow: auto;
}

#company-selection .card {
  border-radius: 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  border: 1px solid #dbe1e8;
}
#company-selection .card .card-header {
  background: #125E9E;
  border-radius: 0;
  font-weight: bold;
  font-size: 18px;
  position: relative;
  border: 0;
}
#company-selection .card .card-header button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  font-weight: bold;
}
#company-selection .card .card-body {
  padding: 0.75rem 1.25rem;
}
#company-selection .card .card-body ul {
  list-style-type: none;
  padding-left: 0;
  font-weight: bold;
  margin-bottom: 0;
}
#company-selection .card .card-body ul button {
  background-color: #F78D1E;
  border-color: #F78D1E;
  color: white;
  font-weight: bold;
}
#company-selection .card .card-body ul .CardSelectLine {
  border-bottom: 1px solid #dddee2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
}
#company-selection .card .card-body ul .CardSelectLine:last-of-type {
  border-bottom: 0;
}

#navigation-sidebar {
  list-style-type: none;
  padding: 0;
  position: fixed;
  width: 200px;
  top: 40px;
  z-index: 9999;
  bottom: 0;
  background-color: #125E9E;
  margin-bottom: 0;
  left: -180px;
  -moz-transition: 0.5s ease-in-out all;
  -o-transition: 0.5s ease-in-out all;
  -webkit-transition: 0.5s ease-in-out all;
  transition: 0.5s ease-in-out all;
}
#navigation-sidebar li:not(.nav-collapse) {
  padding: 10px;
  font-size: 12px;
}
#navigation-sidebar li:not(.nav-collapse):hover, #navigation-sidebar li:not(.nav-collapse):active, #navigation-sidebar li:not(.nav-collapse).active {
  background-color: #F78D1E;
}
#navigation-sidebar li:not(.nav-collapse) a {
  width: 100%;
  display: flex;
  align-items: center;
  font-weight: bold;
  text-decoration: none;
}
#navigation-sidebar li:not(.nav-collapse) a em {
  width: 25px;
}
#navigation-sidebar li.nav-collapse {
  position: absolute;
  padding: 0;
  bottom: 0;
  right: 8px;
  -moz-transition: 0.5s ease-in-out all;
  -o-transition: 0.5s ease-in-out all;
  -webkit-transition: 0.5s ease-in-out all;
  transition: 0.5s ease-in-out all;
}
#navigation-sidebar .clear-cache-link {
  background-color: green;
}
#navigation-sidebar .clear-cache-link:hover, #navigation-sidebar .clear-cache-link:active, #navigation-sidebar .clear-cache-link.active {
  background-color: green !important;
}
#navigation-sidebar .audits-link {
  background-color: #8b0000;
}
#navigation-sidebar .audits-link:hover, #navigation-sidebar .audits-link:active, #navigation-sidebar .audits-link.active {
  background-color: #8b0000 !important;
}
#navigation-sidebar.active {
  left: 0;
}
#navigation-sidebar.active li.nav-collapse {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

h1, h2 {
  font-size: 32px;
  color: #125E9E;
  text-transform: uppercase;
  font-weight: bold;
  padding-bottom: 5px;
  margin-bottom: 0;
}

#section-options .header-row {
  border-bottom: 1px solid #125E9E;
  margin-bottom: 30px;
}
#section-options .section-box {
  border-radius: 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  border: 1px solid #dbe1e8;
  background-color: white;
  padding: 10px;
}
#section-options .section-box a {
  display: flex;
  justify-content: space-between;
  text-decoration: none;
}
#section-options .section-box a .title {
  font-weight: bold;
  text-transform: uppercase;
  color: #125E9E;
  font-size: 18px;
  -moz-transition: 0.5s ease-in-out all;
  -o-transition: 0.5s ease-in-out all;
  -webkit-transition: 0.5s ease-in-out all;
  transition: 0.5s ease-in-out all;
}
#section-options .section-box a .sub-text {
  color: #aaaaaa;
  margin-bottom: 0;
}
#section-options .section-box a em {
  font-size: 32px;
  margin-left: 50px;
  color: #125E9E;
  -moz-transition: 0.5s ease-in-out all;
  -o-transition: 0.5s ease-in-out all;
  -webkit-transition: 0.5s ease-in-out all;
  transition: 0.5s ease-in-out all;
}
#section-options .section-box:hover a .title {
  color: #F78D1E;
  font-size: 18px;
}
#section-options .section-box:hover a em {
  color: #F78D1E;
}
#section-options .section-box.clear-cache {
  background-color: green;
}
#section-options .section-box.clear-cache a .title {
  font-weight: bold;
  text-transform: uppercase;
  color: #FFFFFF;
  font-size: 18px;
}
#section-options .section-box.clear-cache a .sub-text {
  color: #FFFFFF;
}
#section-options .section-box.clear-cache a em {
  font-size: 32px;
  margin-left: 50px;
  color: #FFFFFF;
}
#section-options .section-box.clear-cache:hover a .title {
  color: #FFFFFF;
}
#section-options .section-box.clear-cache:hover a em {
  color: #FFFFFF;
}
#section-options .section-box.audits {
  background-color: #8b0000;
}
#section-options .section-box.audits a .title {
  font-weight: bold;
  text-transform: uppercase;
  color: #FFFFFF;
  font-size: 18px;
}
#section-options .section-box.audits a .sub-text {
  color: #FFFFFF;
}
#section-options .section-box.audits a em {
  font-size: 32px;
  margin-left: 50px;
  color: #FFFFFF;
}
#section-options .section-box.audits:hover a .title {
  color: #FFFFFF;
}
#section-options .section-box.audits:hover a em {
  color: #FFFFFF;
}

.nav-open {
  padding-left: 200px;
}

.main-header-site {
  font-weight: bold;
  color: #125E9E;
}

#dataAccordion .card {
  border-radius: 0;
}
#dataAccordion .card .card-header {
  background-color: #125E9E;
  font-weight: bold;
  border-radius: 0;
}
