html {
  height: 100%;
  font-size: inherit;
}
body {
  font-family: "Roboto", sans-serif;
  color: #212121;
  height: 100%;
  background: #f5f5f5;
}
#root {
  height: 100%;
}
.fill {
  height: 100%;
  min-height: 100%;
}
.full-width {
  min-width: 100%;
  width: 100%;
}
.full-page-loader-container {
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
}
.container-fluid {
  padding: 0;
}
.row {
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
}
.row-main {
  margin-bottom: 10px;
  background: #fff;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.37);
  border-radius: 4px;
  padding: 10px;
  overflow: hidden;
}
.row-main .table {
  margin-bottom: 0;
}
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  vertical-align: middle;
  padding: 10px;
}
.sub-header {
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}
.sub-menu {
  background-color: #eee;
}
.sub-menu .nav {
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
}
.sub-menu .nav > li {
  float: none;
  display: inline-block;
}
.sub-content {
  padding: 0;
  margin-top: 20px;
}
/*  Top navigation  */
.navbar-fixed-top {
  border: 0;
}
.navbar {
  margin-bottom: 0;
  height: 50px;
}
.navbar .navbar-toggle {
  margin-right: 8px;
}
.navbar .search-bar {
  height: 34px;
  margin-top: 8px;
  position: relative;
  display: table;
}
.navbar div[class*="col-"] {
  padding: 0;
}
.navbar .search-bar .icon {
  display: table-cell;
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
  overflow: hidden;
  padding: 2px 0 0 10px;
  margin: 0;
  font-size: 16px;
  line-height: 1.42857143;
  color: #555;
  background-color: #333;
  background-image: none;
  border: none;
  border-radius: 17px 0 0 17px;
  -webkit-transition: background ease-in-out 0.15s;
  -o-transition: background ease-in-out 0.15s;
  transition: background ease-in-out 0.15s;
}
.navbar .search-bar input {
  display: table-cell;
  position: unset;
  outline: none;
  z-index: 2;
  float: left;
  width: 100%;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #555;
  background-color: #333;
  background-image: none;
  border: none;
  border-radius: 0 17px 17px 0;
  -webkit-transition: background ease-in-out 0.15s;
  -o-transition: background ease-in-out 0.15s;
  transition: background ease-in-out 0.15s;
}
.navbar .search-bar:hover > input,
.navbar .search-bar:hover > .icon {
  background-color: #fff;
  color: #000;
}
.navbar-inverse {
  background: #444;
  padding-left: 10px;
  padding-right: 10px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.37);
}
.navbar-inverse .navbar-brand {
  padding: 10px 15px;
  color: #fff;
  font-family: "Exo 2", sans-serif;
}
.navbar-inverse .navbar-brand > span {
  display: none;
}
.navbar-inverse .navbar-brand:focus,
.navbar-inverse .navbar-brand:hover {
  color: #9d9d9d;
}
.navbar-brand > span {
  vertical-align: middle;
  display: inline-block;
  padding-left: 10px;
}
.navbar-brand #logo,
.navbar-brand #logo_text {
  display: inline;
}
/*  Sidebar navigation  */
.sidebar {
  position: fixed;
  top: 50px;
  bottom: 0;
  left: 0;
  z-index: 1000;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #222222;
  text-align: left;
  padding: 0 0 0 0 !important;
}
.nav-sidebar > li > a > span {
  margin-top: -17px;
  vertical-align: middle;
  display: inline-block;
  padding-left: 10px;
}
.nav-sidebar > li > a > .badge {
  margin-top: -17px;
  margin-left: 5px;
  padding-left: 7px;
  padding-right: 9px;
}
.nav-sidebar {
  margin-bottom: 10px;
}
.nav-sidebar > li > a {
  padding: 10px 10px;
  height: 40px;
  color: #9d9d9d;
  min-width: 45px;
  border-radius: 20px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  margin: 5px;
  margin-left: 0;
}
.nav > li > a:focus,
.nav > li > a:hover {
  background-color: #444;
  color: #fff;
  min-width: 45px;
}
.nav-sidebar > li > a > i {
  margin-top: -8px;
}
.nav-sidebar > li > a.active {
  color: #fff;
  background-color: #e61237;
}
#user-data .btn-group {
  margin-top: 10px;
}
#user-data .btn-group > .btn:last-child:not(:first-child) {
  border-left: none;
}
@media (min-width: 768px) {
  .sidebar {
    height: auto !important;
  }
  .navbar-inverse .navbar-brand > span {
    display: inline-block;
  }
  .table-responsive {
    border: none;
  }
}
@media (max-width: 768px) {
  .main.full-width-xs {
    padding: 0px !important;
    padding-top: 50px !important;
  }
  .main.full-width-xs > .row-main {
    margin-bottom: 0 !important;
    box-shadow: none !important;
    border-radius: 0 !important;
  }
  .navbar-brand #logo_text {
    display: none !important;
  }
}
/*  Buttons         */
.tablistRow .btn {
  margin-right: 5px;
}
.btn {
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.37);
  border: none;
}
.btn[disabled] {
  background-color: #eee;
  border: 1px solid #ccc;
}
.btn-link {
  box-shadow: none;
  border: none;
}
.btn-primary,
.btn-primary:disabled {
  background-color: #e61237;
}
.btn-success,
.btn-success:disabled {
  background-color: #4caf50;
}
.btn-info,
.btn-info:disabled {
  background-color: #00bcd4;
}
.btn-warning,
.btn-warning:disabled {
  background-color: #ff9800;
}
.btn-danger,
.btn-danger:disabled {
  background-color: #f44336;
}
.btn-border {
  background-color: transparent;
  box-shadow: none;
  border: 1px solid #444;
  color: #9d9d9d;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
  background-color: #ac0011 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active {
  background-color: #388e3c !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active {
  background-color: #0097a7 !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active {
  background-color: #f57c00 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active {
  background-color: #d32f2f !important;
}
.btn-border:hover,
.btn-border:focus,
.btn-border:active {
  background-color: #444 !important;
  color: #fff;
}
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: none !important;
}
.btn.active,
.btn:active {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.25) !important;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.25) !important;
}
/*  Nav Pills       */
.sub-menu .nav-pills > li > a {
  border-radius: 0;
  color: #555;
  text-align: center;
  line-height: 15px;
}
.sub-menu .nav-pills > li > a > img {
  padding-bottom: 10px;
}
.sub-menu .nav-pills > li > a:focus::after,
.sub-menu .nav-pills > li > a:hover::after,
.sub-menu .nav-pills > li.active > a::after,
.sub-menu .nav-pills > li.active > a:focus::after,
.sub-menu .nav-pills > li.active > a:hover::after {
  background: #e61237;
  content: "";
  display: block;
  height: 5px;
  bottom: -10px;
  position: relative;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
.sub-menu .nav-pills > li.active > a,
.sub-menu .nav-pills > li.active > a:focus,
.sub-menu .nav-pills > li.active > a:hover,
.sub-menu .nav-pills > li > a:focus,
.sub-menu .nav-pills > li > a:hover {
  background: none;
  color: #e61237;
}
/*  Pagination      */
.pagination > li > a,
.pagination > li > span {
  color: #e61237;
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  color: #ac0011 !important;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  background-color: #e61237;
  border-color: #ac0011;
  color: #ffffff !important;
}
/*  User info       */
.sidebar #user-info {
  padding: 10px;
  border-bottom: 1px solid #444;
}
.sidebar #user-info #user-pic {
  padding-left: 5px;
  padding-right: 5px;
}
.sidebar #user-info #user-pic > img {
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.37);
}
.sidebar #user-info #user-data {
  color: #9d9d9d;
  padding-left: 5px;
  padding-right: 5px;
}
.sidebar #user-info #user-data #user-name {
  color: #fff;
}
/*  Main content    */
.main {
  padding: 20px;
  padding-top: 70px;
}
.main.full-width {
  padding: 0px !important;
  padding-top: 50px !important;
}
.main.full-width > .row-main {
  margin-bottom: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.main .page-header {
  margin-top: 0;
  border-bottom: 1px solid #ccc;
}
.input-group {
  margin-bottom: 15px;
  margin-top: 15px;
}
.table-responsive {
  border: none;
}
.tooltip {
  position: fixed;
  font-family: "Roboto", sans-serif;
}
.fix {
  display: flex;
  flex-wrap: wrap;
}
.no-margin {
  margin: 0 !important;
}
.no-padding {
  padding: 0 !important;
}
/* Other     */
#organizationImg {
  display: inline-block;
}
#interPanel {
  background: none;
  margin: 0;
  border: none;
  box-shadow: none;
}
.react-switch {
  vertical-align: middle;
  margin-bottom: 18px;
  margin-top: 18px;
  margin-left: 5px;
}
#error {
  background-color: #444;
}
#error .row {
  border: 1px solid #e61237;
  max-width: 450px;
  border-radius: 6px;
  padding: 15px;
  margin: 50px auto 0px;
}
#error .row h1 {
  font-size: 100px;
  color: #e61237;
  margin: 50px 0;
}
#error .row h4 {
  margin-top: 50px;
  color: #fff;
}
#error #links {
  color: #e61237;
  margin-top: 10px;
  font-size: 12px;
}
#error #links a:link,
#error #links a:visited {
  color: #e61237;
  text-decoration: none;
}
#error #links a:hover {
  color: #ac0011;
  text-decoration: underline;
}
.mdc-switch.mdc-switch--checked .mdc-switch__thumb {
  background-color: #e61237 !important;
  border-color: #e61237 !important;
}

.mdc-switch.mdc-switch--checked .mdc-switch__track {
  background-color: #ac0011 !important;
  border-color: #ac0011 !important;
}

.mdc-switch__thumb-underlay::before,
.mdc-switch__thumb-underlay::after {
  background-color: #e61237 !important;
}

.info-text {
  line-height: 48px;
  color: #777;
}

.vertical-middle {
  vertical-align: middle;
  display: inline;
}

.page-header {
  margin: 40px 0 10px;
}

/* Let's get this party started */
/*::-webkit-scrollbar {
  width: 8px;
}*/

/* Track */
/*::-webkit-scrollbar-track {
  background: rgba(0,0,0,0.1); 
  -webkit-border-radius: 8px;
  border-radius: 8px;
}*/

/* Handle */
/*::-webkit-scrollbar-thumb {
  -webkit-border-radius: 8px;
  border-radius: 8px;
  background: rgba(0,0,0,0.4); 
}
::-webkit-scrollbar-thumb:window-inactive {
background: rgba(0,0,0,0.2); 
}*/
