/* 5% green */
/* bootstrap overload */
/*
  Commodity colour sets - Richard to provide
 */
@import url("https://fonts.googleapis.com/css2?family=Varela+Round&display=swap");
.btn-primary, .bg-primary {
  background: linear-gradient(135deg, #00bbbd 0%, #3985c6 100%);
  border-color: #00bbbd !important;
}

.btn-primary:focus, .bg-primary:focus, .btn-primary:active, .bg-primary:active {
  background: linear-gradient(135deg, #3985c6 0%, #00bbbd 100%);
  outline: none !important;
}

body {
  color: black;
  font-family: Roboto, sans-serif;
  font-size: 14px;
}

blockquote {
  background-color: #dddddd;
  border: 1px solid black;
  padding: 5px;
  font-style: italic;
  margin: 20px 0;
}

.navbar_admin {
  background-color: #6e6e6e;
}
.navbar_admin a:link, .navbar_admin a:visited, .navbar_admin a:active {
  color: #BBBBBB;
}

.pageBody {
  background-color: #f4fbfc;
}
.pageBody .pageBodyContent {
  background-color: white;
  border-radius: 5px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1607843137);
}

p {
  color: #6e6e6e;
}

a:link,
a:active,
a:visited {
  text-decoration: none;
  font-weight: bold;
  color: black;
}

button {
  padding: 5px 10px;
  border-width: 0;
  border-radius: 4px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1607843137);
  background-color: white;
  white-space: nowrap;
  font-size: smaller;
  color: black;
}
button.active {
  padding: 5px 10px;
}
button.btnStatus.active {
  background-color: #00bbbd;
  color: white;
}
button.btnCommodity.active {
  background-color: #00bbbd;
  color: white;
}
button.btnAfri.active {
  background-color: #00bbbd;
  color: white;
}
button.btnSdType.active {
  background-color: #00bbbd;
  color: white;
}
button.btnFacilityType.active {
  background-color: #00bbbd;
  color: white;
}
button.btnFacilityDetail.active {
  background-color: #00bbbd;
  color: white;
}
button .active:hover {
  transform: scale(1.2);
}

.commodityList .active {
  background-color: #3985c6;
  color: white;
}

nav a:link,
nav a:visited,
nav a:active {
  color: cornsilk;
}
nav ul {
  display: inline;
}

hr {
  background-color: #00bbbd;
  height: 1px;
  margin: 0;
}

.active {
  background-color: #3985c6;
  color: white;
}

.inactive {
  background-color: transparent;
  color: #6e6e6e;
  border-width: 0;
  box-shadow: 0 0 0 transparent;
}

.blueDividerLeft {
  padding-left: 15px;
}

.countryDropDownImg {
  width: 15px;
  height: auto;
}

.closeCountryDropDownImg {
  transform: rotate(180deg);
  width: 15px;
  height: auto;
}

.sub_nav_popout_shadow {
  box-shadow: 0 10px 10px silver;
  height: 15px;
}

.countryRow {
  border-bottom: 1px solid #BBBBBB;
}

.facilityMinimumHeight {
  min-height: 170px;
}

.icon {
  width: 18px;
  max-height: 18px;
  margin-top: -3px;
}

ul {
  margin-bottom: 0;
  padding-left: 0;
  margin-left: 0;
}
ul li {
  display: inline-block;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

h2 {
  color: black;
  font-family: "Varela Round", sans-serif;
  font-size: 48px;
  line-height: 58px;
}
h2 .h2-highlight {
  color: #3985c6;
}
h2 .h2-hightlight-3 {
  color: #00bbbd;
}

h3 {
  color: black;
  font-family: "Varela Round", sans-serif;
  font-size: 36px;
  line-height: 43px;
}
h3 .h3-highlight {
  color: #3985c6;
}

.logo {
  width: auto;
  height: 30px;
}

.titleBar {
  background: transparent linear-gradient(92deg, #00bbbd 0, #3985c6 100%) 0 0 no-repeat padding-box;
  font-family: "Varela Round", sans-serif;
  color: white;
}
.titleBar h1 {
  font-size: 22px;
  margin: 5px 0;
}
.titleBar a:link, .titleBar a:active, .titleBar a:visited {
  color: white;
}

.bgWhite {
  background-color: white;
  color: black;
  padding: 10px 0;
}
.bgWhite a:link,
.bgWhite a:visited,
.bgWhite a:active {
  color: black;
}

select {
  min-width: 80px;
  height: 25px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 4px;
  border-width: 0;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1607843137);
  background-image: url("/images/selectDropDownArrow.png");
  background-repeat: no-repeat;
  background-position-x: 95%;
  background-position-y: center;
  background-size: 15px;
  padding: 1px 33px 3px 5px;
  margin: 0 15px;
}

.facilities-icon {
  width: 25px;
}

.horizontalScroll {
  overflow-x: auto;
}

.chartParent {
  position: relative;
}

#ppchart {
  position: relative;
  background-color: white;
  height: 500px;
  top: 0;
  right: 0;
  width: 50%;
  z-index: 1;
  padding: 10px;
  border-radius: 10px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.table-striped:nth-child(odd) {
  background-color: white;
}

.table-striped:nth-child(even) {
  background-color: #f4fcfc;
  box-shadow: none !important;
}

form label {
  display: inline-block;
}
form input {
  display: block;
  margin-bottom: 10px;
  min-width: 300px;
  width: 100%;
}
form textarea {
  width: 100%;
  min-width: 300px;
  min-height: 200px;
}

.ql-container {
  position: inherit !important;
  height: 89%;
  background-color: white;
}

/*
 country homepage
 */
.content-container {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  padding: 20px;
}

.gutter-row {
  margin-bottom: 20px;
}

.chart-container {
  min-height: 300px;
  width: 100%;
  position: relative;
}

.chart-container-bar {
  min-height: 350px;
  width: 100%;
  position: relative;
}

table {
  width: 100%;
  table-layout: auto;
}

/*# sourceMappingURL=style.css.map */
