/* Colors */

/* Bootstrap Grid Breakpoints */

/* Custom Styles */

header ul {
  list-style-type: none;
}

footer {
  margin: 0 10px;
}

/* Architecture
/* --------------------------------------------------*/

body {
  padding-top: 60px;
}

.page-header {
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 1em;
}

.placeholder {
  background-color: #D0D0D0;
  border: 1px dashed #cccccc;
  min-height: 30px;
}

.placeholdersection {
  background-color: #D0D0D0;
  border: 2px dashed #cccccc;
  min-height: 200px;
}

.sidebar {
  border-right: 1px solid #eee;
  overflow-x: hidden;
  overflow-y: auto;
  /* Scrollable contents if viewport is shorter than content. */
  padding: 20px 0;
  position: fixed;
  top: 51px;
  bottom: 0;
  left: 0;
  z-index: 1000;
}

.sidebar .nav {
  border-bottom: 1px solid #D0D0D0;
  margin-bottom: 20px;
}

.sidebar .nav .nav-item {
  width: 100%;
}

.sidebar .nav .nav-item .nav-link {
  border-top: 1px solid #D0D0D0;
  border-radius: 0;
}

.sidebar .nav .nav-item .nav-link:hover {
  background-color: #D0D0D0;
}

@media (max-width: 767px) {
  .sidebar .nav .nav-item .nav-link {
    padding: 0.5rem 0;
    text-align: center;
  }
}

.sidebar .nav .nav-item ul {
  display: none;
  list-style-type: none;
  margin-bottom: 10px;
}

.sidebar .nav .nav-item ul li a {
  display: block;
}

.sidebar .nav .nav-item.active ul {
  display: block;
}

.sidebar .nav .nav-item + .nav-item {
  margin-left: 0;
}

/* Global Tags
/* --------------------------------------------------*/

fieldset {
  margin-bottom: 1rem;
}

fieldset legend {
  display: inline-block;
  font-size: 1rem;
  margin-bottom: .5rem;
}

fieldset .form-group-inset {
  padding-left: 2rem;
}

/* Components
/* --------------------------------------------------*/

.custom-file-label {
  overflow: hidden;
}

.fa-info-circle {
  color: #D0D0D0;
}

.fa-info-circle :hover {
  cursor: pointer;
}

.filter-toggle {
  color: #D0D0D0;
  cursor: pointer;
  font-size: 0.6em;
  padding-left: 0.2em;
}

#filterCollapse {
  border-radius: 5px;
}

.table thead th {
  white-space: nowrap;
}

.table .btn-link {
  white-space: normal;
  text-align: left;
}

.table-positionable .fa-arrows-alt-v {
  color: #cccccc;
  cursor: move;
  margin: 5px 10px;
}

.thumbnail {
  max-height: 75px;
}

.table-sortable .fa-spin {
  color: #cccccc;
}

.table-sortable thead .sortable-toggle {
  cursor: pointer;
}

.table-sortable thead .sortable-toggle .fa-sort,
.table-sortable thead .sortable-toggle .fa-sort-up,
.table-sortable thead .sortable-toggle .fa-sort-down {
  color: #cccccc;
  margin-left: 1em;
}

.ui-timepicker-div .ui-widget-header {
  margin-bottom: 8px;
}

.ui-timepicker-div dl {
  text-align: left;
}

.ui-timepicker-div dl dt {
  float: left;
  clear: left;
  padding: 0 0 0 5px;
}

.ui-timepicker-div dl dd {
  margin: 0 10px 10px 40%;
}

.ui-timepicker-div td {
  font-size: 90%;
}

.ui-tpicker-grid-label {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
}

.ui-timepicker-div .ui_tpicker_unit_hide {
  display: none;
}

.ui-timepicker-div .ui_tpicker_time .ui_tpicker_time_input {
  background: none;
  color: inherit;
  border: none;
  outline: none;
  border-bottom: solid 1px #555;
  width: 95%;
}

.ui-timepicker-div .ui_tpicker_time .ui_tpicker_time_input:focus {
  border-bottom-color: #aaa;
}

.ui-timepicker-rtl {
  direction: rtl;
}

.ui-timepicker-rtl dl {
  text-align: right;
  padding: 0 5px 0 0;
}

.ui-timepicker-rtl dl dt {
  float: right;
  clear: right;
}

.ui-timepicker-rtl dl dd {
  margin: 0 40% 10px 10px;
}

/* Shortened version style */

.ui-timepicker-div.ui-timepicker-oneLine {
  padding-right: 2px;
}

.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_time,
.ui-timepicker-div.ui-timepicker-oneLine dt {
  display: none;
}

.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_time_label {
  display: block;
  padding-top: 2px;
}

.ui-timepicker-div.ui-timepicker-oneLine dl {
  text-align: right;
}

.ui-timepicker-div.ui-timepicker-oneLine dl dd,
.ui-timepicker-div.ui-timepicker-oneLine dl dd > div {
  display: inline-block;
  margin: 0;
}

.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_minute:before,
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_second:before {
  content: ':';
  display: inline-block;
}

.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_microsec:before,
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_millisec:before {
  content: '.';
  display: inline-block;
}

.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_unit_hide,
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_unit_hide:before {
  display: none;
}

.img-inset,
.img-inset-left,
.img-inset-right {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  .img-inset,
  .img-inset-left {
    float: left;
    width: 33.33333%;
    margin-right: 25px;
    clear: left;
  }
}

@media (min-width: 992px) {
  .img-inset,
  .img-inset-left {
    width: 20%;
    margin-right: 25px;
  }
}

@media (min-width: 1200px) {
  .img-inset,
  .img-inset-left {
    width: 25%;
    margin-right: 35px;
  }
}

@media (min-width: 768px) {
  .img-inset-right {
    float: right;
    width: 33.33333%;
    margin-left: 20px;
    clear: right;
  }
}

@media (min-width: 992px) {
  .img-inset-right {
    width: 20%;
    margin-left: 25px;
  }
}

@media (min-width: 1200px) {
  .img-inset-right {
    width: 25%;
    margin-left: 35px;
  }
}

.seo-toggle {
  cursor: pointer;
}

