html {
  font-size: 11px; }

body {
  background-color: rgba(0, 0, 0, 0.1);
  font-family: "Roboto", sans-serif; }
  body.login {
    background: url(../img/background_new3.jpg) center center fixed;
    background-size: cover; }

h1, h2, h3, h4 {
  font-family: 'Montserrat', sans-serif; }

.datepicker {
  transform: translate(0, 2em); }

#main-content {
  background-color: white;
  margin: 15px;
  padding: 15px 0px;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
  border-radius: 3px; }
  #main-content table {
    font-size: 11px; }
    #main-content table tr td {
      padding-top: 2px;
      padding-bottom: 2px; }
      #main-content table tr td .form-group {
        margin: 0; }
      #main-content table tr td input {
        border: none;
        width: 100%; }
    #main-content table tr th {
      background-color: rgba(0, 0, 0, 0.05); }
    #main-content table.table-sort th {
      padding-right: 20px; }
  #main-content h1 {
    font-weight: 900;
    border-bottom: 3px solid #3f266a;
    text-transform: uppercase;
    margin-bottom: 25px; }
    #main-content h1 .second {
      color: #292b2c;
      font-size: 0.5em;
      font-weight: 700; }
  #main-content h2 {
    font-weight: 700;
    border-bottom: 3px solid #3f266a; }
  #main-content.with-sidebar {
    margin-left: 165px; }
  #main-content.login {
    margin: auto;
    margin-top: 90px;
    max-width: 370px;
    background-color: rgba(255, 255, 255, 0.5); }
    #main-content.login input {
      background-color: rgba(255, 255, 255, 0.3);
      text-align: center; }
    #main-content.login .btn {
      text-transform: uppercase !important;
      font-weight: 700;
      margin-bottom: 10px; }

.message {
  text-align: center;
  color: white;
  margin: 0 0 10px 0;
  padding: 4px 0 4px 0;
  text-transform: uppercase !important;
  font-weight: 700;
  background-color: grey;
  border-radius: 3px; }

.cake-debug-output, .cake-debug, .cake-error {
  margin-left: 165px;
  margin-right: 15px;
  margin-top: 15px; }
