:root {
  --white-color: #ffffff;
  --dark-blue-color: #001485;
  --grey-color: #b5b5be;
  --dark-grey-color: #292932;
  --greentext-color: #36c65a;
}



body {
  color: #000000;
  background-color: #eee;
}

.ui-slider {
  background: #001489;
}

.ui-slider-range {
  background: #001489;
}

.ui-slider .ui-slider-handle {
  background: #007fff;
}

h3 {
  font-size: 120%;
}

table th {
  color: #ffffff;
}

.login-bg {
  background-image: url("/icons/minburn-login-bg.jpg");
}

.pagewrapper {
  margin: 0;
}

#user-top {
  background-color: #001489;
  color: #fff;
}

#admin-top {
  background-color: #E57200;
  color: #fff;
}

div.normal p {
  margin-bottom: 10px;
}

ul.normal {
  margin-bottom: 10px;
}

ul.normal li {
  list-style-type: disc;
  margin-bottom: 5px;
  margin-left: 20px;

}

.c-confirm__content {
  height: 75vh;
  min-width: 60%;
  margin: 0 auto;
  background: #eee;
  border-radius: 10px;
  text-align: center;
  font-size: 120%;
  box-shadow: 0px 0px 10px 20px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 10px 20px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 0px 10px 20px rgba(0, 0, 0, 0.3);
}

.c-confirm__content div {
  margin: 20px;
}

.c-confirm__content p {
  margin: 50px;
}

.u-centered {
  text-align: center;
  margin: 0 auto;
}

.u-greentext {
  color: var(--greentext-color) !important;
}

.u-text-200 {
  font-size: 200%;
}

.u-text-150 {
  font-size: 150%;
}

.u-text-125 {
  font-size: 125%;
}

.u-text-80 {
  font-size: 80%;
}

.u-italic {
  font-style: oblique;
}

.u-red {
  color: red;
}

.u-bold {
  font-weight: bold;
}

.navbar {
  z-index: 2000;
}

.navbar.has-shadow {
  box-shadow: 0 3px var(--grey-color);
}

.news-links {
  padding: 0 20px;
}

.news-thumb {
  border-top: 1px solid var(--grey-color);
  padding: 5px 0px;


}

.news-thumb button {
  background-color: var(--dark-blue-color);
  color: var(--white-color);
  border-radius: 5px;
  border: 0;

}

.left-menu {
  width: 21rem;
  height: 100%;
  padding: 2.1rem 0.4rem;
  background-color: var(--dark-blue-color);
  position: absolute;
  transition: all 0.5s ease;
  top: 97px;
  z-index: 1000;
}

.left-menu.collapse {
  width: 3.2rem;
}

.left-menu.collapse .menu-item {
  padding-top: 0px;
}


.left-menu.collapse .menu-item-text {
  opacity: 0;
  pointer-events: none;
  transition: 0.5s ease;
}

.my-menu-list {
  padding-bottom: 1rem;
  list-style: none;
}

.menu-item {
  display: flex;
  align-items: center;
  position: relative;
  padding: 0.5rem 0.0rem;
  margin-bottom: 0.1rem;
  color: var(--white-color);
  cursor: pointer;
  transition: 0.5s ease;
}

.menu-item-text {
  text-transform: uppercase;
}

.menu-item::before {
  transition: 0.5s ease;
  content: '';
  position: absolute;
  left: -1.2rem;
  height: 100%;
  border-left: 3px solid var(--white-color);
  border-radius: 2px;
  opacity: 0;
  visibility: hidden;
}

.menu-item:hover {
  color: var(--white-color);
  transition: 0.5s ease;
}

.menu-item img {
  height: 32px;
  width: 32px;
  margin-right: 10px;
}


.main-page {
  margin-left: 70px;
  margin-right: 32px;
}

.page-heading {
  font-size: 2rem;
  margin-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--grey-color);
}

footer {
  background-color: var(--grey-color);
}

.selling-table {
  font-size: 10px;
}

.table-title {
  font-weight: bold;
  padding: 0 0 5px 5px;
}

.widget {
  border: 2px solid var(--grey-color);
  border-radius: 20px;
  margin-right: 20px;
}

.widget img {
  width: 40px;
  height: 40px;
  margin-right: 10px;
}

.widget-top {
  font-size: 40px;
}

.widget-bottom {
  font-size: 10px;
  text-align: center;
  margin: 0 auto;
}

.widget .level {
  margin-bottom: .5rem;
}




/* May not use anything below this point. */

#sup {
  background-color: #001489;
  color: #fff;
}

#sup-admin {
  background-color: #E57200;
  color: #fff;
}

.widget {
  background-color: #fff;
  padding: 1.5rem;
}
.poll-widget, .my-shares-widget, .newest-shares-widget {
  margin-bottom: 1.5rem;
}




.mt-40.bg-yellow-300 {
  padding: 37px;
  background-color: #E57200;
  color: #fff;
}

/* tables */

table#selling, table#buying {
  width: 100%;
}
thead>tr>td {
  padding: 7px 9px;
  text-align: left!important;
}
tbody>tr:nth-child(odd) {
  background-color:#eee;
}
.text-right {
  text-align: right!important;
}
.dataTables_length {
  margin-bottom: 10px;
}
#messagetable tbody tr:nth-child(odd), #selling tbody tr:nth-child(odd) {
  background-color: #f0f0f0;
}
header {
  /*    min-height:10vh;*/

}
thead {
  background-color: #005da1;
  color: #fff;
}
main {
  min-height:80vh;
}

footer {
  min-height:10vh
}

.max-w-7xl.mx-auto.px-4.sm\:px-6.lg\:px-8 {
  padding: 23px;
}

.navigation a {
  font-size: 19px;
}
.primary-color {
  background-color: var(--dark-blue-color);
}

footer .bg-red-300 {
  padding: 30px;
}

/* Responsive Queries */
.wide-background-box {
  margin: 0 auto;
  width: 90%;
  background-color: #ffffff;
  margin-top: 30px;
  padding: 30px;
}
.background-box {

  margin: 0 auto;
  width: 70%;
  background-color: #ffffff;
  margin-top: 30px;
  padding: 30px;
}
span.tag {
  width: 100px!important;
  display: inline-block;
  background-color: #005da1;

  padding: 6px;
  color: #fff;
}
.tag-wrapper {
  padding: 4px;
  background-color: #f0f0f0;
  margin-bottom: 4px;
}
.extra-padding {
  padding:20px;
}

table#selling tr:hover {
  background-color: #aaaaaa;
  cursor: pointer;
}

#admin-top a {
  color: white;
  margin: 5px 0 0 5px;
}

#admin-menu div {
  font-size: 120%;
  margin: 10px;
}

.ck-content > blockquote,
.ck-content > dl,
.ck-content > dd,
.ck-content > h1,
.ck-content > h2,
.ck-content > h3,
.ck-content > h4,
.ck-content > h5,
.ck-content > h6,
.ck-content > hr,
.ck-content > figure,
.ck-content p,
.ck-content > pre {
  margin: revert;
}

.ck-content > ol,
.ck-content > ul {
  list-style: revert;
  margin: revert;
  padding: revert;
}

.ck-content > table {
  border-collapse: revert;
}

.ck-content > h1,
.ck-content > h2,
.ck-content > h3,
.ck-content > h4,
.ck-content > h5,
.ck-content > h6 {
  font-size: revert;
  font-weight: revert;
}




@media only screen and (max-width: 1240px) {
  .widget {
    padding:2px;
  }

}

