@import url(https://fonts.googleapis.com/css?family=Lato);html {
  font-size: 87.5%;
}

body {
  background: url("https://imgur.com/AKHRZaj.png") repeat bottom left;
}

#ajaxLoader {
  display: none;
}

#app {
  margin: 5px 20px;
}

h1 {
  font-family: Lato;
  text-transform: Capitalize;
  text-align: center;
  font-size: 3em;
  color: #de1f26;
  margin: 20px;
  font-weight: bold;
}

h2 {
  margin-top: 7px;
  padding: 18px 0px 8px 17px;
  font-size: 22px;
}

.floating-top-offset {
  margin-top: 75px;
}

.floating-top {
  width: 100%;
  position: fixed;
  height: 75px;
  background: #fff;
  color: #eee;
  top: 0;
  font-size: 36px;
  line-height: 50px;
  padding: 0 10px;
  z-index: 1;
  border-bottom: 1px solid #ddd;
}

.floating-top a {
  color: #333;
}

.floating-top .user-name {
  float: right;
  color: #cc0000;
  font-size: 18px;
  margin-top: 8px;
}

.floating-top .user-name small {
  margin: 0 0 0 5px;
}

a.management {
  margin-top: 20px;
  margin-left: 30px;
}

.floating-top #sessionMessage {
  display: none;
  -webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.9);
          box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.9);
  width: 80%;
  margin: 0 auto;
  font-size: 20px;
  text-align: center;
  margin-top: 50px;
}

.floating-top .alert {
  padding: 0px;
  border-radius: 0 0 4px 4px;
}

img.logo {
  height: 50px !important;
  margin: 12px 0px 12px 8px;
  display: block;
  float: left;
}

.user-name {
  color: #cc0000;
  font-size: 18px;
  margin-top: 8px;
}

.moduleLink:hover .moduleTooltip {
  visibility: visible;
  display: inline-block;
  -webkit-transition: height .5s, opacity 1s;
  transition: height .5s, opacity 1s;
  border-top: 2px solid rgba(255, 255, 255, 0.3);
  padding-top: 5px;
  opacity: 1;
}

.moduleAdminTooltip::before {
  background: #337ab7;
  background: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
  background: linear-gradient(#337ab7, #2e6da4);
  display: inline-block;
  height: 100%;
  color: #fff;
  padding: 0 5px;
}

.moduleAdminTooltip {
  background: #eee;
  -webkit-box-shadow: 0 0 1px 2px rgba(0, 0, 0, 0.2) inset;
          box-shadow: 0 0 1px 2px rgba(0, 0, 0, 0.2) inset;
  border: 1px solid #337ab7;
  color: #333;
  border-radius: 5px;
  white-space: nowrap;
  overflow: auto;
  margin-top: 1px;
}

.modulePermissions::before {
  content: "Permissions:";
}

.moduleRoles::before {
  content: "Roles:";
}

.moduleTooltip {
  visibility: hidden;
  height: 0px;
  opacity: 0;
  padding: 0 20px;
  -webkit-transition: height .5s, opacity 1s;
  transition: height .5s, opacity 1s;
  text-align: justify;
  font-size: 1.1em;
  line-height: 1.5em;
}

.moduleLink a {
  width: 100%;
  display: block;
  text-decoration: none;
  color: white;
}

.roleSection {
  overflow: hidden;
  width: 100%;
}

.roleSection h2:only-child {
  display: none;
}

.moduleLink:hover {
  color: #fff;
  background-color: #100000;
  border-color: #204069;
}

.moduleLink:active {
  background: #000;
}

.moduleIndoor::before {
  float: left;
  opacity: .3;
  height: 43px;
  margin-top: 8px;
  content: url("https://outdoor-tents.info/bryces/img/ed_logo.png");
}

.moduleLink {
  text-align: center;
  color: #fff;
  width: 25%;
  background-color: #cc0000;
  border: 1px solid #ddd;
  font-size: 1.5em;
  border-radius: 5px;
  line-height: 60px;
  padding: 0 9px;
  float: left;
}

.permissionManagementPivotList {
  display: inline-block;
}

.permModule {
  border: 1px solid #666;
  padding: 10px;
  background: #fff;
  border-radius: 5px;
  margin-bottom: 20px;
  min-height: 230px;
}

.permModule hr {
  background: #666;
  height: 1px;
  display: block;
}

.permModule select {
  max-width: 200px;
}

.permModule label {
  margin-right: 10px;
}

.row.edit h1 {
  margin-right: 20px;
}

.row.edit .form.delete {
  margin-top: 26px;
}

.moduleGrid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
  padding: 10px;
  grid-auto-rows: minmax(75px, auto);
}

.moduleGrid a:hover {
  text-decoration: none;
}

.moduleLink.trelloapi {
  border: 1px solid #0f6297;
}

.moduleLink.indoor {
  background: #633;
}

@media screen and (max-width: 900px) {
  .moduleGrid {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 5px;
    grid-auto-rows: minmax(50px, auto);
  }
}

@media screen and (max-width: 600px) {
  .moduleGrid {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 5px;
    grid-auto-rows: minmax(50px, auto);
  }
}

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/

/*
    Created on : Sep 6, 2016, 1:13:17 PM
    Author     : Aaron VanLaan
*/

* {
  font-family: Arial;
  margin: 0;
  padding: 0;
}

div#response {
  padding: 20px 0;
  text-align: center;
  width: 100%;
}

.searchClaims input[type="submit"],
.newClaim input[type="submit"] {
  color: #fff;
  border: none;
  padding: 4px 10px;
  background: #444;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 11px;
  border-radius: 6px;
  cursor: pointer;
}

.addNewClaim:hover,
.searchClaims input[type="submit"]:hover,
.newClaim input[type="submit"]:hover {
  background: #999;
}

.slideOver {
  position: fixed;
  right: 20px;
  top: 65px;
  color: #fff;
  background: #666;
  border-radius: 50%;
  height: 35px;
  width: 35px;
  cursor: pointer;
  font-size: 28px;
  line-height: 35px;
  -webkit-box-shadow: 0 1px 2px #000;
          box-shadow: 0 1px 2px #000;
  text-align: center;
  z-index: 100;
  opacity: .25;
}

.slideOver:hover {
  opacity: 1;
}

.slideEntry {
  position: absolute;
  top: 720px;
  left: 188px;
}

.error {
  color: #FF0000;
}

h2.sectionTitle {
  font-size: 18px;
  text-transform: uppercase;
  color: #353535;
}

h1 .addNewClaim {
  font-size: 12px;
  vertical-align: middle;
  cursor: pointer;
  color: #fff;
  border: none;
  padding: 4px 10px;
  background: #444;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 6px;
}

/* New Claims */

div.newClaim {
  border-right: 1px solid grey;
  width: 360px;
  padding-right: 34px;
  margin-right: 34px;
  float: left;
  position: relative;
}

.newClaim.hidden {
  margin-left: -400px;
  -webkit-transition: margin-left 0.5s ease;
  transition: margin-left 0.5s ease;
}

.newClaim.shown {
  -webkit-transition: margin-left 0.5s ease;
  transition: margin-left 0.5s ease;
  margin-left: 0;
}

.newClaim h2 {
  text-align: right;
}

div.elemGroup {
  margin-top: 20px;
  overflow: hidden;
}

.newClaim .formElem {
  margin: 6px 0;
  float: right;
}

label {
  font-weight: bold;
  font-size: 14px;
}

.formElem input,
.formElem select {
  width: 142px;
  height: 20px;
}

div.notice,
.newClaim input[type='submit'] {
  float: right;
  clear: both;
  margin-top: 10px;
}

div.notice {
  width: 235px;
  font-size: 13px;
  color: red;
}

/* Existing Claims */

div.existingClaim {
  position: relative;
  overflow: auto;
}

/* Search Claims */

div.searchClaims {
  margin-bottom: 15px;
}

table#updateDelete,
table#searchResults {
  table-layout: auto;
  margin: 0;
  padding: 0;
  border-collapse: collapse;
  text-align: center;
  width: 100%;
  border: 1px solid #898989;
  margin-bottom: 10px;
}

tr.headers {
  background: #666;
  height: 57px;
}

table#updateDelete tr.headers th,
table#searchResults tr.headers th {
  color: #fff;
  padding: 7px 10px;
  border-left: 1px solid #acacac;
  border-right: 1px solid #acacac;
  text-align: center;
}

table#updateDelete td,
table#searchResults td {
  border-left: 1px solid #acacac;
  border-right: 1px solid #acacac;
  font-size: 12px;
  font-weight: bold;
  color: #333;
}

.tableBody td select {
  background: transparent;
  border: none;
  text-align: center;
  min-width: 100%;
  -moz-text-align-last: center;
       text-align-last: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.tableBody input {
  text-align: center;
}

.tableBody input {
  border: none;
  background: none;
  width: 100%;
}

.tableBody:nth-child(odd) {
  background: #e1e1e1;
}

select {
  cursor: pointer;
}

input:focus {
  border: 1px solid black;
  border-collapse: collapse;
}

#updateDelete input[name='update'],
#updateDelete input[name='delete'],
table#searchResults input[name='update'],
table#searchResults input[name='delete'] {
  font-weight: bold;
  text-decoration: underline;
}

#updateDelete input[name='update'],
table#searchResults input[name='update'] {
  color: #009933;
}

#updateDelete input[name='delete'],
table#searchResults input[name='delete'] {
  color: #cc3333;
}

#postScheduler img {
  cursor: pointer;
}

/* Image Popup */

.modalWrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.modal {
  width: 50%;
  max-height: 100%;
  margin: 20px auto 0;
}

.modal img {
  width: 100%;
  display: block;
  max-height: 100%;
  padding: 20px;
  background: white;
  border: 3px solid #000;
}

.modal .remove {
  position: absolute;
  right: 0;
  top: -4px;
  z-index: 999;
  color: red;
  font-size: 1.8em;
  cursor: pointer;
}

#postScheduler tr:focus {
  border: 1px solid black;
}

#calendarModal .modal-body .fa-twitter {
  color: #1DA1F2 !important;
}

#calendarModal .modal-body .fa-facebook-official {
  color: #3B579D !important;
}

#calendarModal .modal-body .fa-twitter,
#calendarModal .modal-body .fa-facebook-official {
  font-size: 1.4em !important;
}

#calendarModal .modal-body img {
  width: 18px;
  height: 18px;
  display: inline-block;
  padding: 0;
  border: none;
}

#calendarModal .modal-body td {
  vertical-align: middle !important;
}

#calendarModal .modal-header {
  background: #f0ad4e;
  color: white;
}

#calendarModal .modal-body td.td-content p {
  max-height: 100px;
  overflow-y: auto;
  margin: 0;
  padding: 0;
}

#calendarModal img.td-graphic {
  width: 200px;
  height: auto;
  color: #aaa;
  cursor: pointer;
}

#calendarModal .modal-body {
  max-height: 600px;
  overflow-y: auto;
}

#calendarModal h2 {
  text-align: center;
}

#calendarModal .modal-dialog {
  width: 100%;
  max-width: 100%;
}

#calendarModal.modal {
  width: 70% !important;
}

p.bgf-time {
  white-space: nowrap;
}

#graphic-image-display {
  position: relative;
  display: none;
}

#graphic-image-display span {
  font-size: 26px;
  line-height: 32px;
  cursor: pointer;
  position: absolute;
  top: -30px;
  right: 5%;
  color: white;
  background: red;
  text-align: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

#graphic-image-display #display-img {
  width: 90%;
  margin: 10px auto;
  height: auto;
  display: block;
}

/* Table */

table.table-bordered,
table.table-striped {
  background: #eee;
}

/* Table Header and Rows */

.table-bordered th,
.table-striped th {
  color: #fff;
  font-size: 16px;
  font-weight: normal;
  max-width: 100%;
  border-right: 1px solid #666 !important;
  white-space: nowrap;
  text-align: left;
  padding: 8px 10px 11px 17px !important;
  /* Table Header Row Background Gradient */
  background: #4c4c4c;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#4c4c4c), color-stop(12%, #595959), color-stop(25%, #666666), color-stop(39%, #474747), color-stop(50%, #2c2c2c), color-stop(51%, #000000), color-stop(60%, #111111), color-stop(76%, #2b2b2b), color-stop(91%, #1c1c1c), to(#131313));
  background: linear-gradient(to bottom, #4c4c4c 0%, #595959 12%, #666666 25%, #474747 39%, #2c2c2c 50%, #000000 51%, #111111 60%, #2b2b2b 76%, #1c1c1c 91%, #131313 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313',GradientType=0 );
  /* IE6-9 */
}

.table-bordered tbody tr td:first-child {
  background-color: #eaeaea;
  color: #666666;
  font-weight: 600;
  text-decoration: underline;
  padding-left: 25px;
}

.table-bordered tbody tr td {
  padding: 9px 10px 0px 17px;
}

.table-bordered tr:hover,
.table-striped tr:hover {
  background-color: #e5eff7 !important;
}

.tgl {
  display: none;
}

.tgl,
.tgl:after,
.tgl:before,
.tgl *,
.tgl *:after,
.tgl *:before,
.tgl + .tgl-btn {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.tgl::-moz-selection,
.tgl:after::-moz-selection,
.tgl:before::-moz-selection,
.tgl *::-moz-selection,
.tgl *:after::-moz-selection,
.tgl *:before::-moz-selection,
.tgl + .tgl-btn::-moz-selection {
  background: none;
}

.tgl::selection,
.tgl:after::selection,
.tgl:before::selection,
.tgl *::selection,
.tgl *:after::selection,
.tgl *:before::selection,
.tgl + .tgl-btn::selection {
  background: none;
}

.tgl + .tgl-btn {
  outline: 0;
  display: block;
  width: 4em;
  height: 2em;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.tgl + .tgl-btn:after,
.tgl + .tgl-btn:before {
  position: relative;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
}

.tgl + .tgl-btn:after {
  left: 0;
}

.tgl + .tgl-btn:before {
  display: none;
}

.tgl:checked + .tgl-btn:after {
  left: 50%;
}

.tgl-flip + .tgl-btn {
  padding: 2px;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  font-family: sans-serif;
  -webkit-perspective: 100px;
          perspective: 100px;
}

.tgl-flip + .tgl-btn:after,
.tgl-flip + .tgl-btn:before {
  display: inline-block;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  width: 100%;
  text-align: center;
  position: absolute;
  line-height: 2em;
  font-weight: bold;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  border-radius: 4px;
}

.tgl-flip + .tgl-btn:after {
  content: attr(data-tg-on);
  background: #02C66F;
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
}

.tgl-flip + .tgl-btn:before {
  background: #FF3A19;
  content: attr(data-tg-off);
}

.tgl-flip + .tgl-btn:active:before {
  -webkit-transform: rotateY(-20deg);
          transform: rotateY(-20deg);
}

.tgl-flip:checked + .tgl-btn:before {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.tgl-flip:checked + .tgl-btn:after {
  -webkit-transform: rotateY(0);
          transform: rotateY(0);
  left: 0;
  background: #7FC6A6;
}

.tgl-flip:checked + .tgl-btn:active:after {
  -webkit-transform: rotateY(20deg);
          transform: rotateY(20deg);
}

