﻿/*
    DEMO STYLE
*/

/*@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";*/

.dropdown-toggle-chev:after {
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.grey.lighten-3 {
  background-color: #eeeeee !important;
}

.bg-grey {
  background-color: #616161 !important;
}

body {
  font-family: "Poppins", sans-serif;
  background: #fafafa;
}

.black-text {
  color: black !important;
}

p {
  font-family: "Poppins", sans-serif;
  font-size: 1.1em;
  font-weight: 300;
  line-height: 1.7em;
  color: #999;
}

.dropdown-toggle {
  /*color: white !important;*/
}

.pointer {
  cursor: pointer;
}

a:hover,
a:focus {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s;
}

.navbar {
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.navbar-btn {
  box-shadow: none;
  outline: none !important;
  border: none;
}

.line {
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #ddd;
  margin: 40px 0;
}

/*i,
span {
    display: inline-block;
}*/

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

.wrapper {
  display: flex;
  align-items: stretch;
}

#sidebar {
  min-width: 150px;
  max-width: 150px;
  background: #e8e8e8;
  color: #fff;
  transition: all 0.3s;
  margin-left: 0px;
  height: 100%;
  border: 1px solid #e8e8e8;
  border-radius: 5px;
  box-shadow: 1px 1px 4px 3px #13131345;
}

#sidebar.active {
  min-width: 80px;
  max-width: 80px;
  text-align: center;
}

.sidebar-user {
  color: #5e5e5e;
  margin-top: 5px;
  text-align: center;
}

.sidebar-username {
  display: block;
  margin-top: 3px;
}

.sidebar-role {
  display: block;
  font-weight: bold;
  margin-top: 2px;
}

.sidebar-county {
  margin-top: 3px;
}

#sidebar.active .sidebar-header h5,
#sidebar.active .CTAs {
  display: none;
}

#sidebar.active .sidebar-user {
  display: none;
}

#sidebar.active .showexpand {
  display: none;
}
.showexpand {
  display: block;
  text-align: center;
}

#sidebar.active .sidebar-header strong {
  display: block;
}

#sidebar.active .hideexpand {
  display: block;
}

#sidebar.active {
  display: block;
}

#sidebar ul li a, #sidebar ul li a {
  text-align: left;
}

#sidebar.active ul li a, #sidebar.active ul li > span {
    padding: 10px 5px;
    text-align: center;
    font-size: 0.75em;
    font-weight: 500;
}

#sidebar.active ul li a svg, #sidebar.active ul li > span > svg {
  margin-right: 0px !important;
  font-size: x-large;
}
#sidebar.active ul li .hide-active {
  display: none;
}

#sidebar.active ul ul a, #sidebar.active ul ul > span {
    padding: 10px !important;
}

#sidebar.active .dropdown-toggle-chev::after {
  top: auto;
  bottom: 10px;
  right: 50%;
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
}

#sidebar .sidebar-header {
  padding: 20px;
  border-radius: 5px;
  /*    background: #419945;
*/
}

#sidebar .sidebar-header strong {
  display: none;
  font-size: 1em;
}

#sidebar .hideexpand {
  display: none;
  font-size: 1em;
}

#sidebar ul.components {
  padding: 10px 0;
  /*border-bottom: 1px solid #47748b;*/
}

#sidebar ul li a, #sidebar ul li > span {
    padding: 10px;
    font-size: 0.75em;
    display: block;
    margin: 10px;
    border-radius: 5px;
    background-color: #cccac9;
    color: #676666;
    font-weight: bold;
    padding-right: 2px;
    /*font-size:smaller;*/
}

#sidebar ul li a:hover, #sidebar ul li > span:hover {
  color: white;
  background: #676666;
  cursor: pointer;
}

#sidebar ul li a i, #sidebar ul li > span > i {
    margin-right: 10px;
}

#sidebar ul li.active > a, #sidebar ul li.active > span {
  color: #fff;
  background: #2d4273;
}

a[data-bs-toggle="collapse"] {
  position: relative;
}

.dropdown-toggle-chev::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

ul ul a, ul ul span {
  font-size: 0.9em !important;
  /*padding-left: 30px !important;*/
  /*background: #6d7fcc;*/
}

ul.CTAs {
  padding: 20px;
}

ul.CTAs a, ul.CTAs > span {
  text-align: center;
  font-size: 0.9em !important;
  display: block;
  border-radius: 5px;
  margin-bottom: 5px;
}

a.download {
  background: #fff;
  color: #7386d5;
}

a.article,
a.article:hover {
  background: #6d7fcc !important;
  color: #fff !important;
}

.sidetext {
  color: #306796;
}
/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */
#content {
  width: 100%;
  min-height: 100%;
  transition: all 0.3s;
}

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */

@media (max-width: 768px) {
  /*    #sidebar {
        min-width: 80px;
        max-width: 80px;
        text-align: center;
        margin-left: -85px !important;
    }*/
  #sidebar {
    width: 100%;
    bottom: 0;
    position: fixed;
    height: 100px;
    min-width: unset !important;
    max-width: unset !important;
    z-index: 100;
  }
  .sidebar-header {
    display: none;
  }
  #sidebar ul {
    display: inline;
  }
  #sidebar ul li {
    display: inline-grid;
    padding: 4px;
  }

  .hide-active {
    display: none;
  }

  .dropdown-toggle-chev::after {
    top: auto;
    bottom: 10px;
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
  }

  #sidebar.active {
    margin-left: 0 !important;
  }

  #sidebar .sidebar-header h3,
  #sidebar .CTAs {
    display: none;
  }

  #sidebar .sidebar-header strong {
    display: block;
  }

  #sidebar ul li a, #sidebar ul li > span {
    padding: 10px;
    display: inline;
    margin: 0;
  }

  #sidebar ul li a > span, #sidebar ul li > span > span  {
    font-size: 0.85em;
  }

  #sidebar ul li a i, #sidebar ul li > span > i {
    margin-right: 0;
    display: block;
  }

  #sidebar ul ul a, #sidebar ul ul > span {
    padding: 10px !important;
  }

  #sidebar ul li a i, #sidebar ul li > span i{
    font-size: 1.3em;
  }

  #sidebar {
    margin-left: 0;
  }

  #sidebarCollapse > span {
    display: none;
  }
}

.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.3s ease;
}

.fade-enter, .fade-leave-to /* .fade-leave-active below version 2.1.8 */ {
  opacity: 0;
}

table.loading tbody {
  position: relative;
}

table.loading tbody:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.1);
  background-image: url(/Dashboard/balls.gif);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 150px 150px;
  content: "";
}

.Typeahead--twitterUsers {
  margin-right: 5px !important;
}

[v-cloak] {
  display: none;
}

.loadingDots {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.1);
  background-image: url(/Dashboard/balls.gif);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 150px 150px;
  z-index: 6;
}

.min400 {
  min-height: 400px;
}

.modal-mask {
  position: fixed;
  z-index: 9998;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: table;
  transition: opacity 0.3s ease;
}

.modal-wrapper {
  display: table-cell;
  vertical-align: middle;
}

.my-event {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-radius: 2px;
  background-color: #1867c0;
  color: #ffffff;
  border: 1px solid #1867c0;
  width: 100%;
  font-size: 12px;
  padding: 3px;
  cursor: pointer;
  margin-bottom: 1px;
}

.chart-area {
  background-color: #e8e8e8;
  padding: 3px;
}

.v-progress-circular__overlay {
  fill: #e8e8e8 !important;
}

.flip-list-move {
  transition: transform 0.5s;
}
.maintask {
  background-color: #eeeeee;
  border: none;
  font-size: smaller;
}
.maintask:hover {
  background-color: #2d4273 !important;
}

.maintask:hover .black-text {
  color: white !important;
}

.maintask:hover .fa {
  color: white !important;
}

.bounce-enter-active {
  animation: bounce-in 0.5s;
}

.bounce-leave-active {
  animation: bounce-in 0.5s reverse;
}

@keyframes bounce-in {
  0% {
    transform: scale(0);
  }

  50% {
    transform: scale(1.5);
  }

  100% {
    transform: scale(1);
  }
}

.azblue-btn {
  background-color: #234074 !important;
  color: white !important;
}

.azblue-btn:hover {
  background-color: #1e2d51 !important;
  color: whitesmoke !important;
}

.rmSlide > ul > .rmItem > .rmLink {
  padding: 0 0 0 12px !important;
}

.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
}

.d-block {
  display: block;
}

.graph-disclaimer {
  color: gray;
  font-size: smaller;
  bottom: 0;
  right: 0;
  position: absolute;
  margin: 10px;
}

/*h1, h2, h3, h4, h5, h6 {
    text-transform: uppercase !important;
}*/

.messageboard-message {
  background-color: white;
  color: #495057;
  padding: 0.5em 1em !important;
  margin-bottom: 5px;
  width: 100%;
  flex: none !important;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25em;
  list-style: none !important;
  font-size: smaller;
}

.messageboard-message:active,
.messageboard-message:hover {
  color: black;
  background-color: #e9ecef;
  cursor: pointer;
}

.messageboard-message:last-of-type {
  margin-bottom: 0;
}

#btnReportIssue {
  padding-right: 0px !important;
}

.fullscreen {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  background-color: white;
  padding: 25px;
  transition: all 0.5s ease;
  overflow: scroll;
}

.fullscreenDots {
  position: relative;
  top: -50px;
}

.col-lg-12,
.col-md-12,
.col-lg-6,
.col-md-6,
.col-sm-12 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.v-application ol,
.v-application ul {
  padding-left: 0px !important;
}

.tinyIcon {
  height: 28px !important;
  width: 28px !important;
}

.microIcon {
  height: 20px !important;
  width: 20px !important;
}

.v-application--wrap {
  min-height: unset !important;
}
.v-application {
  /*font-family: Roboto,sans-serif;*/
  line-height: 1.5;
}

.dash-icon-expanded {
  margin-right: 5px;
  font-size: 17px;
  /*margin-bottom: 5px;
    margin: 0 auto;*/
}
.dash-icon-collapsed {
  text-align: center;
  margin-right: 0;
  display: block;
  font-size: 1.5em;
  margin-bottom: 5px;
  margin: 0 auto;
}

.btn-circle {
  width: 28px;
  height: 28px;
  text-align: center;
  padding: 5px 0;
  font-size: 16px;
  line-height: 1;
  border-radius: 15px;
}

.checkmark_status {
  position: absolute;
  width: 100%;
  height: 100%;
  margin: auto;
  transform: rotate(-45deg);
  color: black;
  text-align: center;
}
.checkmark_status_code_db {
  display: block;
  position: fixed;
  color: white;
  font-weight: bold;
  font-size: 26px;
  width: 100%;
  height: 100%;
  padding-top: 7px;
}

body.modal-open {
  overflow: auto;
}
.modal {
  overflow-y: auto;
}

.modal-open {
  overflow: auto;
}

.modal-open[style] {
  padding-right: 0px !important;
}

.white-text {
  color: white !important;
}

.duplicate-primary-highlighting {
  background: yellow;
}
