/*
                      Inroads Mibew Style Sheet
                      Copyright 2018 : Inroads LLC
*/

body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
}

a {
  color: #2C5883;
}

#path,
#footer,
#title a {
  display: none;
}

#header {
  margin-bottom: 0;
  padding: 0;
  background: #fff;
  margin-right: 0;
}

#header.hasSidebar {
  margin-top: 40px;
}

#title {
  padding: 3px 5px 3px 21px;
  display: block;
  float: none;
}

#title h1 {
  color: #2c5883;
  font-size: 17px;
  font-weight: bold;
  margin: 4px 0 0;
  padding: 0;
  line-height: 1;
}
#title h1 a {
  color: #2c5883;
}

#form-message, #offline-dashboard-warning {
  font-size: 13px;
}

.content-no-menu {
  padding-top: 0;
}

#dashboard {
  display: grid;
  grid-gap: 5px;
  grid-template-columns: repeat(auto-fill, minmax(295px, 1fr));
}
.dashboard-item {
  margin-bottom: 0;
  width: auto;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-color: #dbdbdb;
  min-height: 200px;
}
.dashboard-item-content {
  padding: 15px;
  text-align: center;
}

.dashboard-item img,
#dashboard-locales-popup h2 img {
  float: none;
  padding-right: 0;
}
.dashboard-item a {
  font-size: 16px;
  color: #555;
  font-weight: 600;
  text-decoration: none;
  margin-top: 10px;
}


/* header */

#header {
  background: none;
  margin:55px 0 0 0;
  height: auto;
  padding: 0px;
}

#header h1 {
    color: #494949;
    font-size: 18px;
    line-height: inherit;
    margin-left: 15px;
}
#header ul#topnav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #ddd;
  z-index: 99999;
}

#header ul#topnav li {
  display: inline-block;
  border-right: 1px solid #ccc;
}
#header ul#topnav li a{
  color:#333;
  font-size: 14px;
  padding: 0 15px;
  line-height: 40px;
  height: 40px;
  display: inline-block;
}
#header ul#topnav li a:hover{
  background: #f5f5f5;
}


#sidebar,
#sidebar li {
  margin: 0;
}
#sidebar .small {
  display: none;
}

#sidebar {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ddd;
  z-index: 10;
  width: 100%;
  margin: 0;
  border-bottom: 1px solid #ccc;
}

#sidebar > ul {
  display: flex;
}

#sidebar li > a {
  display: block;
  padding: 7px 14px;
  text-decoration: none;
  color: #555;
  font-size: 14px;
}
#sidebar li.active > a,
#sidebar li > a:hover {
  background-color: #ccc;
}

#sidebar > ul > li ~ li {
  border-left: 1px solid #ccc;
}
#sidebar > ul > li:last-child {
 border-right: 1px solid #ccc; 
}

.content-inner {
  padding-top: 5px;
}

.form {
  width: 100%;
}
#content-wrapper input,
#content-wrapper textarea,
.headers-inwards-wrapper-bottom-right input {
  width: 100%;
  padding: 2px;
}


table thead {
  background-color: #eee;
}
table th,
table th,
table th {
  border-bottom: none !important;
  color: #555 !important;
  font-weight: 600 !important;
}