table {
  border-collapse: collapse; }
  table .danger {
    background: rgba(244, 67, 54, 0.5); }
  table .info {
    background: rgba(0, 188, 212, 0.5); }
  table .success {
    background: rgba(139, 195, 74, 0.5); }

tr {
  border-bottom: 1px solid #ccc;
  border: 1px solid black; }

th, td {
  text-align: left;
  padding: 4px; }

form {
  /*label{
		float: left;
		text-align: left;
	    margin-top: 10px;
	}*/
  /* Fix to make mobile view possible*/
  padding-top: 150px; }

input:-moz-read-only {
  background: #efefef;
  border: 1px solid #d6d6d6;
  color: #969696; }

input:read-only {
  background: #efefef;
  border: 1px solid #d6d6d6;
  color: #969696; }

.datepicker tr {
  border: none; }

.datepicker-dropdown {
  top: 295px !important; }

head {
  font-family: sans-serif; }

body {
  background: white; }

.main {
  margin-top: 75px; }

.header {
  background: white;
  border-bottom: 1px solid #d0d0d0;
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 10; }
  .header__logo {
    padding: 10px; }
  .header__contact-item {
    display: block;
    padding: 10px; }
  .header .menu {
    padding-top: 8px; }
    .header .menu ul li {
      list-style: none;
      float: left;
      display: block; }
    .header .menu .main-menu li {
      padding: 5px; }
      .header .menu .main-menu li:hover ul {
        display: block; }
    .header .menu .main-menu btn {
      color: white; }
    .header .menu .sub-menu {
      width: 130px;
      position: absolute;
      background: #ececec;
      padding: 0px;
      display: none; }
      .header .menu .sub-menu li {
        padding: 7px;
        border-bottom: 1px solid #c7c4c4;
        width: 100%; }
        .header .menu .sub-menu li a {
          color: black;
          text-decoration: none; }
          .header .menu .sub-menu li a:hover {
            color: black; }
          .header .menu .sub-menu li a:active {
            color: black; }
          .header .menu .sub-menu li a:link {
            color: black; }
          .header .menu .sub-menu li a:focus {
            color: black; }

.login {
  background: url("../images/portal-home.jpg");
  min-height: 560px; }
  .login .container {
    margin-top: 55px;
    padding: 5% 0; }
    .login .container form {
      padding-top: 0px; }
  .login__form {
    background: white;
    text-align: center;
    padding: 15px 35px;
    border-radius: 5px; }
    .login__formElement {
      width: 100%;
      margin: 4px 0px;
      height: 30px;
      padding-left: 10px;
      border: 1px solid #c1c1c5;
      border-radius: 5px; }
      .login__formElement--small {
        width: 90%;
        float: left; }
      .login__formElement--submit {
        width: 100%; }

.dashboard {
  margin-top: 69px;
  background: url("../images/dashboard-header.png");
  background-size: 100%;
  background-repeat: no-repeat;
  min-height: 330px; }

.welcome {
  border: 1px solid #2c2a6b;
  border-radius: 5px;
  margin-top: 0px;
  font-size: 12px; }

.wallet {
  border: 1px solid #2c2a6b;
  border-radius: 5px;
  margin-top: 20px;
  background: url("../images/what-the-hex.png"); }

.policy {
  padding: 5%;
  border: 1px solid #2c2a6b;
  border-radius: 5px;
  background: url("../images/double-bubble-outline.png"); }

.content {
  margin-top: 69px;
  min-height: 600px; }
  .contentHolder {
    border: 1px solid;
    border-radius: 5px;
    padding: 8px; }
  .content select {
    margin-bottom: 10px; }
  .content .over-ash {
    background: #afafaf !important; }
  .content .slots {
    width: 120px;
    float: left;
    background: #8BC34A;
    height: 40px;
    color: white;
    margin: 1px;
    padding: 5px;
    min-height: 70px;
    font-size: 11px; }
    .content .slots--used {
      background: #ff9800 !important; }

.blocks {
  padding: 10px 0; }
  .blocks__item {
    color: #e4e0e0;
    text-align: center;
    height: 160px;
    background: #cccccc;
    padding: 30px;
    border: 1px #e4e4e4 solid;
    border-radius: 5px; }
    .blocks__item--enabled {
      background: white;
      color: black; }
    .blocks__itemImg {
      width: 35%;
      display: block;
      margin-left: auto;
      margin-right: auto; }

.legal {
  padding: 10px;
  border: 1px solid #2c2a6b;
  border-radius: 5px;
  margin-top: 5px;
  margin-bottom: 85px; }

footer {
  position: absolute;
  width: 100%;
  padding: 30px 10px;
  background: #dad9d7;
  font-size: 13px;
  min-height: 200px; }
  footer .footerHead {
    font-size: 15px;
    font-weight: 600; }
  footer .footerItem__bodySocial ul {
    list-style: none;
    padding-left: 0; }
    footer .footerItem__bodySocial ul li {
      display: inline-block;
      padding: 0 5px;
      font-size: 15px; }
      footer .footerItem__bodySocial ul li a {
        color: black; }

.title-2 {
  text-align: center; }

.title-op {
  color: #ab3b3b !important;
  font-size: 16px !important;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
  font-weight: bold; }

.btn-primary {
  color: #000;
  background-color: #e2e6e8;
  border-color: #acafb1; }

.btn .btn-primary {
  font-size: 14px; }

.no-padding {
  padding: unset; }
  .no-padding-left {
    padding-left: 0px; }
  .no-padding-right {
    padding-right: 0px; }

.color-red {
  color: red; }

.color-maple {
  background: #CF0000; }

.color-blue {
  background: #1491d0; }

.color-green {
  background: #78a04f; }

.color-inactive {
  background-color: #c5c5c5; }

.glyphicon {
  left: 4px; }

@media screen and (max-width: 768px) {
  .slz-header-topbar .slz-topbar-list.float-r .slz-btn {
    font-size: 10px !important; }
  .slz-header-topbar .slz-topbar-list.float-r .slz-btn:before {
    content: '' !important; } }

.shadow {
  margin: auto !important; }

.formnav {
  padding-bottom: 10px;
  padding-top: 10px;
  height: 55px;
  overflow: hidden;
  border-radius: 5px;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s; }
  .formnavIcon {
    width: 30px;
    height: 130px;
    padding: 15px 5px 5px 5px;
    border-radius: 5px 0px 0px 5px; }
  .formnavExpand {
    height: auto;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s; }
  .formnavInactive {
    padding: 10px 0px 0px 0px; }
  .formnav a {
    color: black; }

.title-2 {
  text-align: center; }

.title-op {
  color: #ab3b3b !important;
  font-size: 16px !important;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
  font-weight: bold; }

.into-head {
  font-family: 'Raleway', Helvetica, Arial, sans-serif !important;
  font-size: 18px !important;
  color: black !important;
  margin-top: 10px !important;
  font-weight: bold;
  display: block;
  margin-bottom: 5px; }

.into-sub {
  font-size: 1.1em;
  text-align: center; }

.workItemsWrapper, .educationItem, .relativeItem {
  padding: 1em;
  border-radius: 6px;
  background-color: #bbdbf7;
  border: 1px #418aca;
  border-style: solid; }

.hiddenHighSchool {
  display: none !important;
  visibility: hidden !important; }

.form-control:valid {
  border-color: #cccccc; }

/* Meeting-room-request */
.table-responsive-xl {
  font-size: 10px; }

/* Fixes */
[data-toggle=buttons] > .btn > input[type=radio], [data-toggle=buttons] > .btn > input[type=checkbox] {
  display: inline;
  opacity: 1; }
