:root {
  --primary-color: navy;
  --primary-color-alt: white;
  --secondary-color: skyblue;
}

.collapse {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
}

body {
  font-family: sans-serif;
  font-weight: 300;
  margin: 0;
}

svg {
  fill: currentColor;
}

.color-theme {
  color: var(--primary-color)
}

.color-theme-alt {
  color: var(--secondary-color)
}

.bg-theme {
  background-color: var(--primary-color);
  color: var(--primary-color-alt);
}

.bg-theme a {
  color: var(--primary-color-alt);
}

.bg-theme-alt {
  background-color: var(--secondary-color);
  color: var(--primary-color-alt);
}

.bg-theme {
  background-color: var(--primary-color);
  color: var(--primary-color-alt);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

/*Nav*/


.nav {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-left: 0.5rem;
}

.nav>* {
  display: block;
  padding: 0.5rem 1rem;
  flex: 1 1 auto;
}

/*Grid*/

.grid-header,
.grid-row,
.grid-footer,
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.grid-header>*,
.grid-row>*,
.grid-footer>*,
.row>* {
  flex: 1 1 auto;
  /*max-width: max-content;*/
  justify-content: space-between;
}

.grid .label {
  position: absolute;
  height: 1px;
  width: 1px;
  margin-top: -2rem;
  overflow: hidden;
}

.flex {
  display: flex;
}

.cols-s-1>* {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.cols-s-2>* {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.cols-s-3>* {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.cols-s-4>* {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.cols-s-5>* {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

.cols-s-6>* {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}


.col-s-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-s-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-s-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-s-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-s-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-s-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-s-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-s-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-s-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-s-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-s-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-s-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-s-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

@media screen and (max-width: 576px) {

  .grid-header>*,
  .grid-row>*,
  .grid-footer>*,
  .row>* {
    display: block;
  }

  .cols-x-1>* {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .cols-x-2>* {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .cols-x-3>* {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .cols-x-4>* {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .cols-x-5>* {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }

  .cols-x-6>* {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .colx-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-x-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-x-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-x-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-x-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-x-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-x-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-x-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-x-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-x-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-x-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-x-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-x-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/*Table*/

table {
  border-collapse: collapse;
  table-layout: auto;
  width: max-content;
}

th,
.grid-header>* {
  border: solid 1px var(--primary-color);
  background-color: var(--primary-color);
  color: var(--primary-color-alt);
  overflow: hidden;
  padding: .5rem;
  text-align: inherit;
}

td {
  border: solid 1px var(--primary-color);
  overflow: hidden;
  padding: 0.2rem;
}

.table-container {
  padding-right: 5rem;
  overflow: auto;
}

@media screen and (max-width: 576px) {

  .table {
    width: 100%;
  }

  .table thead tr {
    position: absolute;
    top: -9999em;
    left: -9999em;
  }

  .table tr {
    display: block;
    margin-top: 2rem;
  }

  .table td {
    display: flex;
    margin-bottom: 2rem;
    overflow-y: visible;
    width: 100%;
  }

  .table td::before {
    content: attr(data-label);
    margin-top: -1.75rem;
    margin-left: -.2rem;
    position: absolute;
    width: 100%;
    display: block;
    font-weight: 500;
  }

  .table-container {
    padding-right: 0;
    overflow: auto;
  }
}



/*Form*/

fieldset {
  border: none;
  width: 100%;
  padding: 0;
  margin: 0;
}

legend {
  color: var(--primary-color);
  font-size: 1.25rem;
  margin-left: -.2rem;
  margin-top: 1rem;
  margin-bottom: .5rem;
}

input[type="text"],
input[type="date"],
input[type="number"],
input[type="email"],
select,
textarea,
option {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: white;
  color: black;
}

.cc {
  display: block;
  width: 100%;
}

.cc>* {
  display: inline-block;
}

.fc {
  border: solid 1px var(--primary-color);
  border-radius: 0.25rem;
  margin-bottom: 1rem;
  border-collapse: collapse;
  display: inline-flex;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

td .fc {
  border: none;
  margin-bottom: 0;
}

.fc input,
.fc select,
.fc textarea,
td input,
td select,
td textarea {
  font-size: 1rem;
  border-width: 0px;
  flex: 1 1 auto;
  margin-top: 0;
  margin-bottom: 0;
  padding: .5rem;
  min-width: 0;
  max-width: 100%;
}

.fc .add-on,
td .add-on {
  background-color: var(--primary-color);
  color: var(--primary-color-alt);
  height: 2.25rem;
  padding: .5rem;
}


.top-label label {
  margin-bottom: .5rem;
  width: 100%;
  display: block;
}

.left-label label {
  display: inline-block;
  width: 8rem;
  margin-bottom: .25rem;
}

.no-label label {
  position: absolute;
  height: 1px;
  width: 1px;
  margin-top: -2rem;
  overflow: hidden;
}

.fc label,
td label {
  width: 100%;
  display: block;
  padding: .5rem;
}

textarea[data-type="File-^"] {
  display: none;
}

@media screen and (max-width: 576px) {

  .grid-header>*,
  .grid-row>*,
  .grid-footer>*,
  .row>* {
    display: block;
  }

  .grid label {
    position: relative;
    display: block;
    top: 0;
    margin-bottom: .5rem;
  }

  fieldset .table td {
    border-radius: .2rem;
  }

  .cg {
    max-width: 100%;
  }
}


input[type="search"] {
  background-image: url('buttons.svg#search')
}


select {
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
}

select[multiple] {
  height: auto;
  background-image: none;
}

.fc.invalid {
  border: dashed 2px red;
}

.invalid-feedback {
  margin-top: -.5rem;
  margin-bottom: 1rem;
  padding-left: .5rem;
  display: block;
  width: 20rem;
  font-size: .75rem;
  color: red;
}

/*Alignment*/
.a-right,
.number,
input[type="number"],
input[data-type="Number^"] {
  text-align: right
}

.a-left {
  text-align: left
}

.a-center {
  text-align: center
}

.va-top {
  vertical-align: top
}

.va-middle {
  vertical-align: middle
}

.va-bottom {
  vertical-align: bottom
}


.flex-right {
  justify-content: right;
}

.flex-left {
  justify-content: left;
}

.flex-none {
  flex: none;
}

.f-right {
  float: right
}

.f-left {
  float: left
}


.f-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.f-bottom,
.btn-dpr,
#dashboard div.report-search {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

div.report-search {
  margin-bottom: .5rem; 
  padding: .25rem;
  height: 2.75rem;
}

.nav .fc, .report-search .fc {
  margin-bottom: 0px;
}

/*Display*/
.block {
  display: block;
}

.i-block {
  display: inline-block;
}

.of-a {
  overflow:auto;
}

.of-h {
  overflow: hidden;
}


/*Width*/
.w-0 {
  width: 0px;
  overflow: hidden;
  visibility: hidden;
}

.w-2 {
  width: 2rem
}

.w-4 {
  width: 4rem
}

.w-6 {
  width: 6rem
}

.w-9 {
  width: 9rem
}

.w-12 {
  width: 12rem
}

.w-15 {
  width: 15rem
}

.w-18 {
  width: 18rem
}

.w-21 {
  width: 21rem
}

.w-24 {
  width: 24rem
}

.w-27 {
  width: 27rem
}

.w-30 {
  width: 30rem
}

.w-33 {
  width: 33rem
}

.w-36 {
  width: 36rem
}

.w-40 {
  width: 40rem
}

.w-50 {
  width: 50rem
}

.w-60 {
  width: 60rem
}

.w-70 {
  width: 70rem
}

.w-80 {
  width: 80rem
}

.w-90 {
  width: 90rem
}

.w-100 {
  width: 100rem
}

.wp-20 {
  width: 20%
}

.wp-40 {
  width: 40%
}

.wp-50 {
  width: 40%
}

.wp-60 {
  width: 60%
}

.wp-80 {
  width: 80%
}

.wp-100 {
  width: 100%
}

/*Height*/
.h-0 {
  height: 0rem
}

.h-4 {
  height: 4rem
}

.h-6 {
  height: 6rem
}

.h-8 {
  height: 8rem
}

.h-12 {
  height: 12rem
}

.h-16 {
  height: 16rem
}

.h-20 {
  height: 20rem
}

.h-24 {
  height: 24rem
}

/*Margins*/
.mt-1,
.submit {
  margin-top: 1rem;
}

.mt-2 {
  margin-top: 2rem;
}

.mt-4 {
  margin-top: 4rem;
}

.mt-6 {
  margin-top: 6rem;
}

.mt-8 {
  margin-top: 8rem;
}

.mb-1 {
  margin-bottom: 1rem;
}

.mb-2 {
  margin-bottom: 2rem;
}

.mb-4 {
  margin-bottom: 4rem;
}

.mb-8 {
  margin-bottom: 8rem;
}

.ml-auto {
  margin-left: auto;
}

.ml-1 {
  margin-left: 1rem;
}

.ml-2 {
  margin-left: 2rem;
}

.ml-4 {
  margin-left: 4rem;
}

.ml-8 {
  margin-left: 8rem;
}

.mr-auto {
  margin-right: auto;
}

.mr-1 {
  margin-right: 1rem;
}

.mr-2 {
  margin-right: 2rem;
}

.mr-4 {
  margin-right: 4rem;
}

.mr-8 {
  margin-right: 8rem;
}

.mg {
  margin: .5rem
}

.mg-1 {
  margin: 1rem
}

.mg-2 {
  margin: 2rem
}

.mg-4 {
  margin: 4rem
}

/*Padding*/

.pd {
  padding: .5rem;
}

.pd-1 {
  padding: 1rem;
}

.pd-2 {
  padding: 2rem;
}

.pd-4 {
  padding: 4rem;
}

.pt {
  padding-top: .5rem;
}

.pt-1 {
  padding-top: 1rem;
}

.pt-2 {
  padding-top: 2rem;
}

.pt-4 {
  padding-top: 4rem;
}

.pl {
  padding-left: .5rem;
}

.pl-1 {
  padding-left: 1rem;
}

.pl-2 {
  padding-left: 2rem;
}

.pl-4 {
  padding-left: 4rem;
}



/*Text Colors*/
.black {
  color: #000000;
}

.white {
  color: #ffffff;
}

/*Font-Size*/
.t-xxl {
  font-size: xx-large;
}

.t-xl {
  font-size: x-large;
}

.t-lg {
  font-size: large;
}

.t-xs {
  font-size: x-small;
}

.t-xxs {
  font-size: xx-small;
}

.t-2 {
  font-size: 2rem;
}

.t-3 {
  font-size: 3rem;
}

.t-4 {
  font-size: 4rem;
}

.t-5 {
  font-size: 5rem;
}

.t-upper {
  text-transform: uppercase;
}

.t-lower {
  text-transform: lowercase;
}

.t-capital {
  text-transform: capitalize;
}

h1,
.h1 {
  font-size: 2.5rem;
}

h2,
.h2 {
  font-size: 2.25rem;
}

h3,
.h3 {
  font-size: 2rem;
}

h4,
.h4 {
  font-size: 1.75rem;
}

h5,
.h5 {
  font-size: 1.5rem;
}

h6,
.h6 {
  font-size: 1.25rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--primary-color);
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
label,
th,
button,
legend {
  font-weight: 600;
}

/*Buttons & Icons*/
button, .button {
  background-color: var(--primary-color);
  color: var(--primary-color-alt);
  padding: .5rem;
  margin-right: .25rem;
  border-width: 0;
  cursor: pointer;
  border: solid 1px transparent;
}

nav button, .nav button {
  background-color: var(--secondary-color);
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

.btn-m {
  display: inline-flex;
  flex-direction: column;
  font-size: 1rem;
  justify-content: center;
  text-decoration: none;
  width: 7rem;
  height: 5rem;
  margin: 1rem;
  padding: .5rem;
  border-radius: 0.5rem;
  text-align: center;
}

.btn-m svg {
  align-self: center;
  width: 2rem;
  height: 2rem;
}

.btn,
.btn-nav {
  text-decoration: none;
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
  display: inline-flex;
  align-items: center;
  border-radius: .25rem;
  border: solid 1px transparent;
}

.btn:hover,
.btn-nav:hover {
  border-color: var(--secondary-color);
}

.btn-link svg,
.btn svg,
.btn-nav svg {
  width: 1.25rem;
  height: 1.25rem;
  margin-right: .5rem;
}

.btn-link {
  background-color: inherit;
  color: inherit;
  padding: 0px;
  border: none;
  text-decoration: none;
}

.btn-dpr {
  margin-bottom: 3rem;
  margin-left: -6rem;
  left: 100%;
}

.btn-12 {
  width: 12rem;
  height: 12rem;
  font-size: 1rem;
  margin: 2rem;
  padding: 1rem;
  border-radius: 0.5rem;
}

.btn-nav,
.btn-2 {
  width: 2rem;
  height: 2rem;
  font-size: 1rem;
  margin: .1rem;
  padding: .25rem;
}

.btn-nav .check:not(:checked)~.toggle-off {
  position: absolute;
  display: inline-block;
}

.btn-nav .check:not(:checked)~.toggle-on {
  display: none;
}

.btn-nav .check:checked~.toggle-off {
  display: none;
}

.btn-nav .check:checked~.toggle-on {
  position: absolute;
  display: inline-block;
}


.close {
  font-size: 1rem;
  float: right;
  background-color: transparent;
  color: darkgray;
  margin-right: -.5rem;
  margin-top: -1rem;
}

.row-buttons {
  float: right;
  display: inline-flex;
  margin-top: -1rem;
}

td .row-buttons {
  margin-right: -5rem;
  margin-top: 0;
}

@media screen and (max-width: 576px) {
  .row-buttons {
    display: flex;
  }

  td .row-buttons {
    margin-right: 0;
    margin-top: 0;
    margin-bottom: -2rem;
  }
}


/*Homepage*/

#main {
  margin: 1rem;
}

#domain-cover {
  text-align: center;
  background-color: var(--secondary-color);
  color: var(--primary-color-alt);
  width: 100%;
  max-width: 100%;
  padding-top: 2rem;
}

#domain-image {
  text-align: center;
  width: 6rem;
  height: 6rem;
  margin-top: 2rem;
  overflow: hidden;
  margin-right: auto !important;
  margin-left: auto !important;
}

#domain-image img {
  width: 6rem;
  height: auto;
}

#domain-title {
  text-align: center;
  font-size: 2rem;
  margin-top: .2rem;
  margin-bottom: .2rem;
  margin-right: auto !important;
  margin-left: auto !important;
}

#domain-title a {
  text-decoration: none;
  color: inherit;
}

#footer {
  padding: .5rem;
}


/*Modals*/
#alerts {
  position: fixed;
  width: 18rem;
  max-height: 50%;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  flex-flow: column-reverse;
  overflow: hidden;
}

.alert {
  padding: .5rem;
  border: solid 1px darkgray;
  border-radius: 1rem;
  width: 16rem;
  height: 16rem;
  overflow: hidden;
}

.alert .title {
  float: left;
  font-weight: 500;
}

#modals {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
}

#backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: black;
  opacity: .5;
}

.modal {
  opacity: 1;
  display: flex;
  flex-direction: column;
  min-width: 50%;
  min-height: 50%;  
  max-width: 90%;
  max-height: 80%;
  border: solid 2px silver;
  border-radius: 1rem;
  background-color: white;
  color: black;
}

@media screen and (min-width: 601px) {
  .modal {
    min-width: 30rem;
    max-width: 60rem;
    max-height: 80%;
  }
}

.modal-body {
  padding: 1rem;
  position: relative;
  flex: 2 1 auto;
}

.filter-result{
  margin-top: 2rem;
  margin-bottom: 2rem;
  overflow: auto;
}

.modal-header {
  padding-left: 1rem;
  padding-right: 1rem;
  border-bottom: 1px solid silver;
}

.modal-footer {
  padding-left: 1rem;
  padding-right: 1rem;
  border-top: 1px solid silver;
  display: flex;
  flex-direction: row;
  justify-content: right;
  align-items: flex-end;
  flex: 1 1 auto;
}

.modal-header>h4 {
  margin-top: .5rem;
  margin-bottom: .5rem;
}

.modal-footer>* {
  margin: 0.25rem;
}

/*Dashboard*/
#dash-main-content {
  margin-top: 2rem;
  margin-bottom: 5rem;
}

#dash-main-action {
  margin-top: 2rem;
}

.dash-tab-content {
  padding: 1rem;
}


/*Updates*/
.update {
  width: 100%;
  padding: .5rem;
  margin-bottom: 1rem;
  border-radius: .5rem;
}

.update-author {
  font-size: 1rem;
}

a.update-author {
  text-decoration: none;
  color: inherit;
}

.update-publish {
  display: block;
  font-size: x-small;
}

.update-image {
  height: 12rem;
  width: auto;
  max-width: 100%;
}

.update-user {
  color: #ffffff
}

.update-title {
  font-size: 1.5rem;
  margin-bottom: .5rem;
  margin-top: .2rem;
}

.update .cc {
  margin-bottom: 2rem;
}

.update label {
  font-size: 1.2rem;
  display: block;
  margin-bottom: 1rem;
}

.update-content {
  margin-top: .5rem;
  padding: .5rem;
  background-color: #fffFff;
  color: #000000;
}

/*Dashboard*/

.dash-module-group-title {
  display: block;
  text-align: center;
  font-size: 2.5rem;
  font-weight: 500;
  margin-bottom: 1rem;
}

.dash-module-group {
  padding: .5rem;
}

.dash-module-group>.row {
  background-color: white;
}

.dash-module-form {
  display: flex;
  margin-bottom: 1rem;
}





/*HTML Editor*/
div.rtt {
  position: absolute;
  height: 2.5rem;
  padding: .25rem;
  flex: 1 1 auto;
  overflow-wrap: normal;
}

div.rtt button {
  height: 1.5rem;
  width: 1.5rem;
  margin: .2rem;
  padding: .1rem;
  border: 0;
  background-color: gray;
}

div.rtt button svg {
  height: 1.25rem;
  width: 1.25rem;
}

div.rtc {
  word-wrap: normal;
  padding: 0rem .5rem .5rem .5rem;
  margin-top: 2.5rem;
  flex: 1 1 auto;
  border: 0;
  caret-color: red;
}

div.rtt~textarea[data-type="Text-HTML"] {
  margin-top: 2.5rem;
}


.close svg {
  height: 1.5rem;
  width: 1.5rem;
}


@media screen and (max-width: 450px) {
  .s-x {
    display: block;
  }

  .s-m,
  .s-l {
    display: none !important;
  }

}

@media screen and (max-width: 600px) {
  .s-m {
    display: block;
  }

  .s-l,
  .s-x {
    display: none !important;
  }
}

@media screen and (min-width: 601px) {

  .s-m,
  .s-x {
    display: none !important;
  }

  .s-l,
  .show-l {
    display: block;
  }
}


/*Lists*/

.li {
  padding: .5rem;
  border-bottom: solid 1px silver;
  width: 100%;
  display: block;
}



/*Utilities*/
.scroll-vertical {
  overflow: scroll;
}

.noborder {
  border-width: 0px
}

.h,
.hidden,
.hide-title .title,
[hidden] {
  display: none !important;
}

.loading {
  position: absolute;
  top: 50%;
  left: 50%;
}



/*Backgrounds*/
.bg-transparent {
  background-color: transparent;
}

.bg-white {
  background-color: #ffffff;
  color: #000;
}

.bg-black {
  background-color: #000;
  color: #fff;
}

.bg-bisque {
  background-color: #ffe4c4;
  color: #000;
}

.bg-blanchedalmond {
  background-color: #ffebcd;
  color: #000;
}

.bg-blueviolet {
  background-color: #8a2be2;
  color: #fff;
}

.bg-burlywood {
  background-color: #deb887;
  color: #fff;
}

.bg-chocolate {
  background-color: #d2691e;
  color: #fff;
}

.bg-coral {
  background-color: #ff7f50;
  color: #fff;
}

.bg-crimson {
  background-color: #dc143c;
  color: #fff;
}

.bg-darkcyan {
  background-color: #008b8b;
  color: #fff;
}

.bg-darkmagenta {
  background-color: #8b008b;
  color: #fff;
}

.bg-darkorange {
  background-color: #ff8c00;
  color: #fff;
}

.bg-darkred {
  background-color: #8b0000;
  color: #fff;
}

.bg-deeppink {
  background-color: #ff1493;
  color: #fff;
}

.bg-forestgreen {
  background-color: #228b22;
  color: #fff;
}

.bg-goldenrod {
  background-color: #daa520;
  color: #fff;
}

.bg-indianred {
  background-color: #cd5c5c;
  color: #fff;
}

.bg-indigo {
  background-color: #4b0082;
  color: #fff;
}

.bg-lightcoral {
  background-color: #f08080;
  color: #fff;
}

.bg-lightsalmon {
  background-color: #ffa07a;
  color: #fff;
}

.bg-mediumseagreen {
  background-color: #3cb371;
  color: #fff;
}

.bg-mediumvioletred {
  background-color: #c71585;
  color: #fff;
}

.bg-olive {
  background-color: #808000;
  color: #fff;
}

.bg-orange {
  background-color: #ffa500;
  color: #fff;
}

.bg-orangered {
  background-color: #ff3300;
  color: #fff;
}

.bg-palevioletred {
  background-color: #db7093;
  color: #fff;
}

.bg-peru {
  background-color: #cd853f;
  color: #fff;
}

.bg-purple {
  background-color: #800080;
  color: #fff;
}

.bg-rosybrown {
  background-color: #bc8f8f;
  color: #fff;
}

.bg-salmon {
  background-color: #fa8072;
  color: #fff;
}

.bg-sandybrown {
  background-color: #f4a460;
  color: #fff;
}

.bg-seagreen {
  background-color: #2e8b57;
  color: #fff;
}

.dash-module-group a:hover,
.bg-steelblue {
  background-color: #4682b4;
  color: #fff;
}

.bg-teal {
  background-color: #008080;
  color: #fff;
}

.bg-tomato {
  background-color: #ff6347;
  color: #fff;
}

.bg-silver {
  background-color: #c0c0c0;
  color: #000;
}

.bg-yellowgreen {
  background-color: #9acd32;
  color: #fff;
}

.bg-lightgray {
  background-color: #d3d3d3;
}

.bg-gray {
  background-color: #808080;
  color: #fff;
}

.bg-hotpink {
  background-color: #ff69b4;
  color: #fff;
}

.bg-cover,
#domain-cover {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

/*Colors*/
.clr-transparent {
  color: transparent;
}

.clr-white {
  color: #ffffff;
}

.clr-black {
  color: #000000;
}

.clr-bisque {
  color: #ffe4c4;
}

.clr-blanchedalmond {
  color: #ffebcd;
}

.clr-blueviolet {
  color: #8a2be2;
}

.clr-burlywood {
  color: #deb887;
}

.clr-chocolate {
  color: #d2691e;
}

.clr-coral {
  color: #ff7f50;
}

.clr-crimson {
  color: #dc143c;
}

.clr-darkcyan {
  color: #008b8b;
}

.clr-darkmagenta {
  color: #8b008b;
}

.clr-darkorange {
  color: #ff8c00;
}

.clr-darkred {
  color: #8b0000;
}

.clr-deeppink {
  color: #ff1493;
}

.clr-forestgreen {
  color: #228b22;
}

.clr-goldenrod {
  color: #daa520;
}

.clr-indianred {
  color: #cd5c5c;
}

.clr-indigo {
  color: #4b0082;
}

.clr-lightcoral {
  color: #f08080;
}

.clr-lightsalmon {
  color: #ffa07a;
}

.clr-mediumseagreen {
  color: #3cb371;
}

.clr-mediumvioletred {
  color: #c71585;
}

.clr-olive {
  color: #808000;
}

.clr-orange {
  color: #ffa500;
}

.clr-orangered {
  color: #ff3300;
}

.clr-palevioletred {
  color: #db7093;
}

.clr-peru {
  color: #cd853f;
}

.clr-purple {
  color: #800080;
}

.clr-rosybrown {
  color: #bc8f8f;
}

.clr-salmon {
  color: #fa8072;
}

.clr-sandybrown {
  color: #f4a460;
}

.clr-seagreen {
  color: #2e8b57;
}

.clr-steelblue {
  color: #4682b4;
}

.clr-teal {
  color: #008080;
}

.clr-tomato {
  color: #ff6347;
}

.clr-silver {
  color: #c0c0c0;
}

.clr-yellowgreen {
  color: #9acd32;
}

.clr-lightgray {
  color: #d3d3d3;
}

.clr-gray {
  color: #808080;
}

.clr-hotpink {
  color: #ff69b4;
}

/*Borders*/
.bd-transparent {
  border-color: transparent;
}

.bd-white {
  border-color: #ffffff;
}

.bd-black {
  border-color: #000;
}

.bd-bisque {
  border-color: #ffe4c4;
}

.bd-blanchedalmond {
  border-color: #ffebcd;
}

.bd-blueviolet {
  border-color: #8a2be2;
}

.bd-burlywood {
  border-color: #deb887;
  color: #fff;
}

.bd-chocolate {
  border-color: #d2691e;
}

.bd-coral {
  border-color: #ff7f50;
}

.bd-crimson {
  border-color: #dc143c;
}

.bd-darkcyan {
  border-color: #008b8b;
}

.bd-darkmagenta {
  border-color: #8b008b;
}

.bd-darkorange {
  border-color: #ff8c00;
}

.bd-darkred {
  border-color: #8b0000;
}

.bd-deeppink {
  border-color: #ff1493;
}

.bd-forestgreen {
  border-color: #228b22;
}

.bd-goldenrod {
  border-color: #daa520;
}

.bd-indianred {
  border-color: #cd5c5c;
}

.bd-indigo {
  border-color: #4b0082;
}

.bd-lightcoral {
  border-color: #f08080;
}

.bd-lightsalmon {
  border-color: #ffa07a;
}

.bd-mediumseagreen {
  border-color: #3cb371;
}

.bd-mediumvioletred {
  border-color: #c71585;
}

.bd-olive {
  border-color: #808000;
}

.bd-orange {
  border-color: #ffa500;
}

.bd-orangered {
  border-color: #ff3300;
}

.bd-palevioletred {
  border-color: #db7093;
}

.bd-peru {
  border-color: #cd853f;
}

.bd-purple {
  border-color: #800080;
}

.bd-rosybrown {
  border-color: #bc8f8f;
}

.bd-salmon {
  border-color: #fa8072;
}

.bd-sandybrown {
  border-color: #f4a460;
}

.bd-seagreen {
  border-color: #2e8b57;
}

.bd-steelblue {
  border-color: #4682b4;
}

.bd-teal {
  border-color: #008080;
}

.bd-tomato {
  border-color: #ff6347;
}

.bd-silver {
  border-color: #c0c0c0;
}

.bd-yellowgreen {
  border-color: #9acd32;
}

.bd-lightgray {
  border-color: #d3d3d3;
}

.bd-gray {
  border-color: #808080;
}

.bd-hotpink {
  border-color: #ff69b4;
}