html, body, p, span, pre {
  font-family: 'Roboto', sans-serif;
}

.splash {
  position: relative;
  height: 100vh;
}

.main-logo img {
  width: 15vw;
}

.main-admin-login {
  font-family: 'Roboto', sans-serif;
  font-size: 24px;
  font-weight: 200;
  padding: 0 0 2vh 0;
}

.frontpage {
  padding: 10vh 0vh 20vh 0;
}

.signinbox{
  width: 30%;
  position:relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.coming {
  font-family: 'Roboto', sans-serif;
  text-align: center;
  font-size: 2.4vh;
  padding: 2vh 0vh;
}

.btn-sign-in {
  width: 100%; 
  color: #ffffff;
  background-color: #395c7c;
  padding: 1.5vh;
  margin-top: 2vh;
  cursor: pointer;
  font-weight: 600;
  text-align: center;
  font-size: 1.6vh;
  transition: 0.8s;
}

.btn-sign-in:hover {
  background-color: #517ba3;
}


@-webkit-keyframes color {
  0%  {color: #000;}
  100% {color: #2c90c6;}
}

@-moz-keyframes color {
  0%  {color: #000;}
  100% {color: #2c90c6;}
}

@keyframes color {
  0%  {color: #000;}
  100% {color: #2c90c6;}
}

@-webkit-keyframes scroll {
  11%  {margin-top: 0px;}
  22%  {margin-top: 0px;}
  33%  {margin-top: -50px;}
  44%  {margin-top: -50px;}
  55%  {margin-top: -100px;}
  66%  {margin-top: -100px;}
  77%  {margin-top: -150px;}
  88%  {margin-top: -150px;}
  100% {margin-top: -150px;}
}

@-moz-keyframes scroll {
  11%  {margin-top: 0px;}
  22%  {margin-top: 0px;}
  33%  {margin-top: -50px;}
  44%  {margin-top: -50px;}
  55%  {margin-top: -100px;}
  66%  {margin-top: -100px;}
  77%  {margin-top: -150px;}
  88%  {margin-top: -150px;}
  100% {margin-top: -150px;}
}

@keyframes scroll {
  11%  {margin-top: 0px;}
  22%  {margin-top: 0px;}
  33%  {margin-top: -50px;}
  44%  {margin-top: -50px;}
  55%  {margin-top: -100px;}
  66%  {margin-top: -100px;}
  77%  {margin-top: -150px;}
  88%  {margin-top: -150px;}
  100% {margin-top: -150px;}
}

/* For mobile phones: */
[class*="col-"] {
  width: 100%;
}

@media only screen and (min-width: 600px) {
  /* For tablets: */
  .col-s-1 {width: 8.33%;}
  .col-s-2 {width: 16.66%;}
  .col-s-3 {width: 25%;}
  .col-s-4 {width: 33.33%;}
  .col-s-5 {width: 41.66%;}
  .col-s-6 {width: 50%;}
  .col-s-7 {width: 58.33%;}
  .col-s-8 {width: 66.66%;}
  .col-s-9 {width: 75%;}
  .col-s-10 {width: 83.33%;}
  .col-s-11 {width: 91.66%;}
  .col-s-12 {width: 100%;}
}

@media only screen and (min-width: 768px) {
  /* For desktop: */
  .col-1 {width: 8.33%;}
  .col-2 {width: 16.66%;}
  .col-3 {width: 25%;}
  .col-4 {width: 33.33%;}
  .col-5 {width: 41.66%;}
  .col-6 {width: 50%;}
  .col-7 {width: 58.33%;}
  .col-8 {width: 66.66%;}
  .col-9 {width: 75%;}
  .col-10 {width: 83.33%;}
  .col-11 {width: 91.66%;}
  .col-12 {width: 100%;}
}

@media only screen and (max-width: 601px) {
  .main-nav, .main-navbar, .splash-right {display: none}
  .signinbox{ width: 100%; position:relative; padding-right: 0; text-align: center; display: block;}
  .main-logo img { width: 40vh; object-fit: contain; padding: 0 0 3vh 0; margin-left: auto !important; margin-right: auto !important;
    text-align: center !important; }
  .mobmenu { display:block !important; position: relative; padding-right: 20px; }
  .date-picker { padding-left: 20px !important; padding-top: 10px !important; padding-bottom: 5px !important;}
  .location-picker { padding-left: 20px !important; padding-top: 10px !important; padding-bottom: 5px !important;}
  .page-title { padding-left: 20px !important; padding-top: 10px !important; padding-bottom: 5px !important;}
  .main-right-panel { display:none;}
  .side-button { float: left !important; padding-left: 20px !important; padding-top: 10px !important; padding-bottom: 15px !important; }
}

@media only screen and (min-width: 602px) and (max-width: 1023px) {
  .main-nav, .main-navbar, .splash-right {display: none}
  .signinbox{ width: 100%; position:relative; padding-right: 0; text-align: center; display: block;}
  .main-logo img { width: 40vh; object-fit: contain; padding: 0 0 3vh 0; margin-left: auto !important; margin-right: auto !important;
    text-align: center !important; }
  .mobmenu { display:block !important; position: relative; padding-right: 20px;}
  .date-picker { padding-left: 15px !important; padding-top: 15px !important; padding-right: 0px !important; padding-bottom: 5px !important;}
  .location-picker { padding-left: 15px !important; padding-top: 15px !important; padding-bottom: 15px !important;}
  .page-title { padding-left: 15px !important; padding-right: 15px !important; padding-top: 20px !important; padding-bottom: 5px !important; font-size: 16px !important;}
  .main-right-panel { display:none;}
  .side-button { float: left !important; padding-left: 25px !important; padding-top: 15px !important; padding-bottom: 15px !important; }
}

@media only screen and (max-height: 600px) {
  .bottom-tabs, .bottompanel { display:none;}
}

@media only screen and (max-width: 1024px) {
  .main-navmenu ul li {
    display: inline;
    padding: 0 2vw !important;
    font-size: 0 !important;
    line-height: 14px;
  } 
  .mobmenu { display:none; }
}

@media only screen and (max-width: 1200px) {
  .main-navmenu ul li {
    display: inline;
    padding: 0 1.5vw !important;
    font-size: 0 !important;
    line-height: 14px;
  }
  .mobmenu { display:none; }
}

.mobmenu { display:none; }

#main-header {
  position: fixed;
  width: 100%;
  height: 60px;
  padding: 10px;
  z-index: 997;
  background-color: #324c68;
}

.dash-logo {
  position: relative;
  display: block;
  float: left;
  width: 120px;
}

.dash-logo img {
  position: relative;
  display: block;
  height: 34px;
  padding: 5px 0 0 0;
}

.main-navmenu {
  position:relative;
  float: left;
  padding: 0px 3vw;
  margin-top: -5.5px;
}

.mmenu.material-icons {
  position: relative;
  font-size: 22px !important;
  line-height: 0 !important;
  top: 5.2px;
}

.mbmenu.material-icons {
  position: relative;
  font-size: 22px !important;
  line-height: 0 !important;
  padding-right: 10px;
  top: 4px;
}

.main-navmenu ul li {
  display: inline;
  padding: 0 1vw;
  font-size: .8vw;
  line-height: 14px;
  font-family: 'Roboto Condensed', sans-serif;
}

.main-navmenu ul li a {
  color: #fff;
  font-weight: 500;
}

.main-navmenu ul li a:hover {
  color: #cae4ff;
  font-weight: 500;
}

.main-navmenu ul li a:active {
  color: #cae4ff;
  font-weight: 500;
}

.main-user-container {
  position:relative;
  float: right;
}

.main-nav {
  position:relative;
  float: left;
}

.main-user-container {
  position:relative;
  float: right;
  width: 100px;
}

.right-menu {
  text-align: right;
  float: right;
  width: 50px;
}

.rgticon {
  float: right;
  position:relative;
  color: #fff;
  font-size:40px !important;
  cursor: pointer;
  width: 30px;
  padding-left: 10px;
}

.mobile-navi ul li {
  display: block;
  padding: 24px 0px;
  font-size: 18px;
  line-height: 18px;
  text-align: center;
  font-family: 'Roboto', sans-serif;
  border-bottom: 1px solid #ddd;
}

.mobile-navi ul li:last-child { border-bottom: none; }

.mobile-navi ul li a {
  color: #324c68;
  font-weight: 500;
}

.mobile-navi ul li a:hover {
  color: #4b7097;
  font-weight: 800;
}

#main-data {
  float: left;
  margin-top: 60px;
  width: 100%;
  transition: width .5s;
}

.main-left-panel {
  position: fixed;
  left:0;
  width: 64px;
  height: 93vh;
  padding: 0px 10px;
  border-right: 1px solid #324c6830;
  border-left: 1px solid #324c6830;
  border-bottom: 1px solid #324c6830;
  background-color: #fff;
  z-index: 996;
}

.leftpanel {
  border: 1px solid #324c68;
  border-radius: 999px !important;
  background-color: #fff;
  height: 40px;
  width: 40px;
  margin: 20px 0;
}

.leftpanel:hover {
  opacity: .8;
}

.bottom-tabs {
  position: absolute;
  bottom: 0;
  padding-bottom: 25px;
}

.bottompanel {
  position: relative;
  height: 40px;
  width: 40px;
  margin: 10px 0;
}

.bottompanel:hover {
  opacity: .8;
}

.lfticon {
  position:relative;
  color: #324c68;
  font-size:22px !important;
  cursor: pointer;
  width: 100%;
  padding: 8.5px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.bticon {
  position:relative;
  color: #324c68;
  font-size:28px !important;
  cursor: pointer;
  width: 100%;
  padding: 8px 0px 8px 0px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.lmenu.material-icons {
  position: relative;
}

.user-icon img {
  position: relative;
  height: 40px;
  width: 40px;
  border-radius: 999px;
}

.main-body-panel {
  position: relative;
  float: left;
  padding-left: 62px;
  height: 93vh;
  overflow-y: scroll;
  border-bottom: 1px solid #324c6830;
  -ms-overflow-style: none;
  width: 100%;
}

.main-body-panel::-webkit-scrollbar {
  display: none;
}

.dashboard-main-tab {
  position: relative;
  float: left;
  border-bottom: 1px solid #324c6830;
  width: 100%;
  padding-right: 10px;
}

.main-data-content {
  position: relative;
  float: left;
  width: 100%;
}

.messages-tab {
  position: fixed;
  bottom: 0;
  right: 10;
  padding: 30px;
  z-index: 999;
}

.page-title {
  position: relative;
  float: left;
  font-size: 20px;
  padding: 14px 20px;
  font-weight: 700;
}

.date-picker {
  position: relative;
  float: left;
  padding: 14px 10px;
  font-size: 13px !important;
}

#reportrange {background: #fff; cursor: pointer; padding: 5px 10px; border: 1px solid #ccc; width: 100%}

.daterangepicker .drp-buttons .btn {
  margin-left: 12px !important;
  padding: 0px 15px !important;
  font-size: 13px;
  font-weight: bold;
  color: #000 !important;
  background-color: #fff;
  border: none;
  box-shadow: none;
  -webkit-box-shadow: none;
}

.daterangepicker .drp-buttons {
  padding: 0px 10px !important;
}

.daterangepicker .ranges li.active {
  background-color: #324c68 !important;
}

.daterangepicker td.active, .daterangepicker td.active:hover {
  background-color: #324c68 !important;
}

.location-picker {
  position: relative;
  float: left;
  padding-top: 14px;
  font-size: 13px !important;
  width: 200px;
}

.location-picker ul {
  width: 215px !important;
}

.location-picker .select-wrapper input.select-dropdown {
  position: relative;
  cursor: pointer;
  font-size: 13px !important;
  background-color: transparent;
  border: none;
  border: 1px solid rgb(204, 204, 204);
  outline: none;
  height: 20px;
  line-height: 2rem;
  font-size: 16px;
  margin: 0;
  padding: 5px 0 5px 10px;
  display: block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 1;
}

.location-picker .dropdown-content {
  box-shadow: none;
  -webkit-box-shadow: none;
  overflow: hidden;
  border: 1px solid rgb(204, 204, 204);
}

.location-picker .dropdown-content li > a, .dropdown-content li > span {
  font-size: 13px !important;

  display: block;
  line-height: 20px;
  padding: 10px 20px;
  border-bottom: 1px solid rgb(204, 204, 204);
}

.location-picker .dropdown-content li {
  clear: both;
  color: rgba(0, 0, 0, 0.87);
  cursor: pointer;
  min-height: 40px;
  line-height: 1.2rem;
  text-align: left;
}

.location-picker .select-dropdown.dropdown-content li.selected {
  background-color: #324c68 !important;
  color: #fff !important;
}

.location-picker .select-dropdown.dropdown-content li:hover {
  color: #324c68 !important;
  background-color: #eee !important;
  font-weight: 800;
}

.circle {
  border: 1px solid #000;
  height: 100px !important;
  width: 100px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.user-view {
  background-color: #f5f5f5;
  padding: 40px 0 20px 0 !important;
  border-bottom: 1px solid #ddd;
}

.sidebar {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  margin-top: 60px;
  top: 0;
  right: 0;
  background-color: #fafafa;
  border: 1px solid #324c6830;
  overflow-x: hidden;
  transition: 0.5s;
  height: 93vh;
}

.sidebar a {
  padding: 5px 20px 5px 20px;
  text-decoration: none;
  font-size: 14px;
  color: #000;
  display: block;
  transition: 0.3s;
}

.sidebar a:hover {
  color: #555;
}

.sidebar .closebtn {
  position: relative;
  font-weight: 700;
  text-align: right;
  top: 0;
  background-color: #ddd;
  width: 100%;
  font-size: 13px;
  border-bottom: 1px solid rgb(204, 204, 204);
}

.side-button {
  position:relative;
  float: right;
  padding: 14px 0px 10px 10px;
}

.openbtn {
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  background-color: #fff;
  color: #000;
  padding: 7px 15px;
  border: 1px solid rgb(204, 204, 204);
}
.sendbtn {
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  background-color: #fafafa;
  color: #324c68;
  padding: 20px 15px;
  text-align: center;
  border-bottom: 1px solid rgb(204, 204, 204);
}

.msg.material-icons {
  position: relative;
  font-size: 22px !important;
  line-height: 0 !important;
  top: 6.5px;
  padding-right: 5px
}

.sendbtn:hover {
  opacity: .8;
}

.openbtn:hover, .openbtn:focus, .openbtn:active {
  background-color: #fafafa !important;
}

@media screen and (max-height: 450px) {
  .sidebar a {font-size: 15px;}
}

.message-box {
  font-size: 14px;
  padding: 20px;
  background-color: #fff;
  border-bottom: 1px solid rgb(204, 204, 204);
}