.login-image {
  background-image: url("../../assets/images/login.jpg");

  /* Full height */
  height: 100%;

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* body {
  font-family: "Lato", sans-serif;
} */

.season {
  border-color: #000000;
  color: #000000;
}

/* .event{
  border-color: #ff0000;
  color: #ff0000;
} */

.session {
  border-color: #3700ff;
  color: #3700ff;
}

.outing {
  border-color: #034d03;
  color: #034d03;
}

.treeButton {
  display: inline;
  background-color: #fcfcfc;
  border-width: 1px;
  font-size: 11px;
  line-height: 12px;
  border-radius: 4px;
  /* border: none; */
  padding: 2px 5px;
  text-decoration: none;
}

.with-background {
  /* background-image: url('../../assets/images/cream_dust.png'); */
}

.sidenav {
  height: 100%;
  width: 180px;
  position: fixed;
  z-index: 1;
  top: 25;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  padding-top: 120px;
  padding-left: 250px;
  font-size: 20px;
  font-weight: bold;
  color: #f1f1f1;
}

.sidenav a {
  padding: 3px 8px 3px 16px;
  text-decoration: none;
  font-size: 20px;
  color: #818181;
  display: block;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.main {
  margin-left: 180px; /* Same as the width of the sidenav */
}

@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 50px;
  }
  .sidenav a {
    font-size: 18px;
  }
}

/* Thick red border */
hr.new4 {
  border: 1px solid red;
}

/* for datatables in chrome */
.table {
  width: 100% !important;
}

.td {
  word-wrap: break-word !important;
  word-break: break-all;
  white-space: normal;
  /* padding-left: 5px;
  padding-right: 5px; */
  /* border-collapse: collapse; */
  /* border: 1px solid black; */
}

/* Modify the background color */
.bg-dao {
  background-color: rgb(0, 92, 168);
}

.verticalLine {
  border-left: thick solid #ff0000;
}

/* override for vis.js timeline so that text can overflow box*/
.vis-item .vis-item-overflow {
  overflow: visible;
}

table.dataTable.compact thead th {
  padding: 3px;
  /* font-size: 40px; */
}

dt {
  margin-top: 1em;
}
dt:first-child {
  margin-top: 0;
}
dd {
  width: 100%;
}

/* *[data-editor-field] {
        border: 1px dashed #ccc;
        padding: 0.5em;
        margin: 0.5em;
        height: 500px;
    } 
 
     *[data-editor-field]:hover {
        border: 1px dashed #333;
    } */

div.DTE_Field_Type_textarea textarea {
  padding: 3px;
  width: 100%;
  height: 400px;
}

.cellmin {
  font-weight: bold;
  /* color: #44aa2b; */
}

.bob {
  border: 2px solid #ee0f0f;
  border-style: solid none;
  padding: 10px 20px;
}

th.dt-center,
td.dt-center {
  text-align: center;
}
