@charset "UTF-8";
body.login_pages {
  padding: 0px;
  margin: 0px;
  height: 100vh;
}
body.login_pages #signature_container {
  width: 600px;
  margin: auto;
  font-family: Lato, Helvetica Neue, Arial, Helvetica, sans-serif;
}
body.login_pages #signature_container div.logo {
  text-align: center;
}
body.login_pages #signature_container div.logo img {
  height: 50px;
  margin: auto;
  margin-bottom: 25px;
}
body.login_pages #login_container {
  width: 500px;
  margin: auto;
  top: calc(50vh - 250px);
  position: relative;
  font-family: Lato, Helvetica Neue, Arial, Helvetica, sans-serif;
  text-align: center;
}
body.login_pages #login_container img {
  height: 50px;
  margin-bottom: 25px;
}
body.login_pages #login_container #message {
  float: none;
  margin: 0px;
  box-shadow: none;
  border-radius: 0.27em;
}
body.login_pages #login_container #login_form {
  padding: 25px 25px 25px 25px;
  border: 1px solid rgba(55, 80, 119, 0.125);
  border-radius: 10px 10px 0px 0px;
  background-color: #FFF;
  overflow: auto;
}
body.login_pages #login_container #login_form h1 {
  text-align: center;
  font-size: 2em;
}
body.login_pages #login_container #login_form input {
  display: block;
  padding: 1em 1em;
  font-size: 1em;
  -webkit-appearance: none;
  margin: 0px 0px 10px 0px;
  border: 1px solid rgba(55, 80, 119, 0.125);
  border-radius: 0.27em;
  outline: none;
  box-sizing: border-box;
  width: 100%;
}
body.login_pages #login_container #forgottenpassword {
  text-align: center;
  background-color: #F7F7F7;
  padding: 15px;
  border-right: 1px solid rgba(55, 80, 119, 0.125);
  border-left: 1px solid rgba(55, 80, 119, 0.125);
  border-bottom: 1px solid rgba(55, 80, 119, 0.125);
  border-radius: 0px 0px 10px 10px;
}
body.login_pages #login_container #forgottenpassword a {
  color: #5a84c1;
}
body.login_pages #login_container #forgottenpassword a:hover {
  color: #293140;
}
body.login_pages #terms_container {
  font-family: Lato, Helvetica Neue, Arial, Helvetica, sans-serif;
  margin: 50px;
}
body.login_pages #terms_container img {
  height: 50px;
  margin-bottom: 25px;
}
body.login_pages #terms_container #terms_form {
  padding: 25px 25px 25px 25px;
  border: 1px solid rgba(55, 80, 119, 0.125);
  border-radius: 10px 10px 0px 0px;
  background-color: #FFF;
}
body.login_pages #terms_container #terms_form h1 {
  text-align: center;
  font-size: 2em;
}
body.login_pages #terms_container #terms_form h2 {
  text-align: center;
  font-size: 1em;
}

@media (max-width: 480px) {
  #login_container {
    width: 100% !important;
    top: 0px !important;
  }
  #login_container img {
    margin: 15px 0px !important;
  }
  #login_container h1 {
    margin: 0px 0px 8px 0px !important;
    font-size: 1.4em !important;
  }
  #login_container #login_form {
    border-radius: 0px !important;
    border: none !important;
    border-top: 1px solid rgba(55, 80, 119, 0.125) !important;
  }
  #login_container #forgottenpassword {
    border-radius: 0px !important;
    border-right: none !important;
    border-left: none !important;
    border-top: 1px solid rgba(55, 80, 119, 0.125) !important;
  }
  #terms_container {
    width: 100% !important;
    top: 0px !important;
    margin: 0px !important;
  }
  #terms_container img {
    margin: 15px 0px !important;
  }
  #terms_container h1 {
    margin: 0px 0px 8px 0px !important;
    font-size: 1.4em !important;
  }
  #terms_container #terms_form {
    border-radius: 0px !important;
    border: none !important;
    border-top: 1px solid rgba(55, 80, 119, 0.125) !important;
  }
  #login input.text {
    width: 100%;
  }
  #login input.button {
    width: 100%;
  }
  #login a {
    width: 100%;
    float: left;
    margin-top: 10px;
  }
}
@media (max-height: 480px) {
  #login_container {
    width: 100% !important;
    height: 100vh !important;
    top: 0px !important;
    background-color: #FFF;
  }
  #login_container img {
    margin: 15px 0px !important;
  }
  #login_container h1 {
    display: none !important;
  }
  #login_container #login_form {
    border-radius: 0px !important;
    border: none !important;
  }
  #login_container #forgottenpassword {
    border-radius: 0px !important;
    border-right: none !important;
    border-left: none !important;
    border-top: 1px solid rgba(55, 80, 119, 0.125) !important;
  }
  #login input.text {
    width: 100%;
  }
  #login input.button {
    width: 100%;
  }
  #login a {
    width: 100%;
    float: left;
    margin-top: 10px;
  }
}
.floater {
  border-radius: 0.26666667rem;
  position: fixed;
  z-index: 15;
  background-color: #FFF;
  -webkit-box-shadow: 1px 3px 3px rgba(0, 0, 0, 0.2), 1px 3px 15px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 3px 3px rgba(0, 0, 0, 0.2), 1px 3px 15px 2px rgba(0, 0, 0, 0.2);
}
.floater h1 {
  font-family: Lato, Helvetica Neue, Arial, Helvetica, sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.3;
  color: #293140;
  padding: 15px;
  border-bottom: solid 1px #CCCCCC;
  text-transform: capitalize;
  margin: 0px;
}
.floater .content {
  padding: 15px;
  overflow: auto;
}
.floater.mini {
  top: calc(50% - 100px);
  right: calc(50% - 100px);
}
.floater.mini input {
  outline: none;
  border: solid 1px #CCCCCC;
  border-radius: 4px;
  padding: 10px;
  display: block;
}
.floater.mini .button {
  float: right;
  margin: 8px 0px 0px 0px;
}
.floater.midi {
  width: 500px;
  top: calc(50% - 100px);
  right: calc(50% - 250px);
}
.floater.midi input {
  outline: none;
  border: solid 1px #CCCCCC;
  border-radius: 4px;
  padding: 10px;
  display: block;
}
.floater.midi .button {
  float: right;
  margin: 8px 0px 0px 0px;
}
.floater.midi .new_window svg {
  padding: 0px;
  width: 16px;
}
.floater.midi .new_window svg path {
  fill: #888;
}

.mask {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  background: radial-gradient(rgba(41, 49, 64, 0.5), rgba(41, 49, 64, 0.4));
}

#mask1 {
  z-index: 15;
}

#mask2 {
  z-index: 25;
}

#mask1_content {
  z-index: 20;
}

#mask2_content {
  z-index: 30;
}

.mask_content {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  top: 0em !important;
  left: 0em !important;
  position: fixed;
  display: none;
}
.mask_content .editfloater {
  transform-origin: 50% 25%;
  z-index: 20;
  background-color: #FFF;
  box-shadow: 1px 3px 3px rgba(0, 0, 0, 0.2), 1px 3px 15px 2px rgba(0, 0, 0, 0.2);
  position: absolute;
  border-radius: 0.26666667rem;
}
.mask_content .editfloater h2 {
  padding: 20px 10px;
  font-size: 20px;
  border-bottom: solid 1px #CCCCCC;
}
.mask_content .editfloater h3 {
  margin: 5px 0px;
  font-size: 0.9em;
}
.mask_content .editfloater svg {
  width: 22px;
  float: right;
  cursor: pointer;
  padding: 20px;
}
.mask_content .editfloater svg path {
  fill: #293140;
}
.mask_content .editfloater svg:hover path {
  fill: rgba(41, 49, 64, 0.5607843137);
}
.mask_content .editfloater .header {
  padding: 15px 15px 0px 15px;
  overflow: auto;
}
.mask_content .editfloater .body {
  padding: 0px 15px 15px 15px;
}
.mask_content .editfloater .body table {
  border-radius: 4px;
  margin-top: 0px;
}
.mask_content .editfloater .body .column {
  width: 50%;
}
.mask_content .editfloater .body .column .content {
  padding: 10px;
}
.mask_content .editfloater .footer {
  padding: 0px 15px 15px 15px;
  overflow: auto;
}
.mask_content .editfloater .controls {
  padding: 0px 15px 15px 15px;
  overflow: auto;
}
.mask_content .editfloater .controls .button {
  float: right;
  margin-left: 10px;
  width: auto;
}

.flex {
  display: flex !important;
}

@media (max-width: 480px) {
  .float_box {
    border-radius: 0px;
    width: 100%;
    height: 100vh;
    position: relative;
    padding: 0px;
    top: 0px;
    right: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .float_box form {
    padding: 20px;
  }
}
@media (max-height: 480px) {
  .float_box {
    border-radius: 0px;
    width: 100%;
    height: auto;
    position: relative;
    padding: 0px;
    top: 0px;
    right: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .float_box form {
    padding: 20px;
  }
}
.edittable {
  font-family: Lato, Helvetica Neue, Arial, Helvetica, sans-serif;
  font-size: 0.9em;
}
.edittable a {
  color: #293140;
}
.edittable .cog {
  float: right;
  margin-left: 20px;
}
.edittable .credittable svg {
  margin: 0px !important;
}
.edittable .credittable svg.error {
  fill: #cc4752;
}
.edittable svg.icon {
  width: 20px;
  height: 20px;
  fill: #999;
  transition: opacity 0.1s ease, background-color 0.1s ease, color 0.1s ease, box-shadow 0.1s ease, background 0.1s ease;
}
.edittable svg.icon:hover {
  fill: #5a84c1;
  cursor: pointer;
}
.edittable svg.error {
  width: 20px;
  height: 20px;
  fill: #FFF;
  margin-right: 8px;
}
.edittable svg.noerror {
  width: 20px;
  height: 20px;
  fill: #117F1D;
}
.edittable img {
  height: 100px;
  max-width: 150px;
}
.edittable table {
  border: solid 1px #DDD;
  margin-top: 15px;
  border-collapse: collapse;
}
.edittable table th {
  background-color: #F7F7F7;
  color: #484848;
  font-weight: 600;
  border-bottom: #DDD solid 1px;
  padding: 8px;
  text-align: center;
  text-transform: uppercase;
}
.edittable table th a {
  text-decoration: none;
}
.edittable table th i {
  margin-left: 5px;
}
.edittable table th.left {
  text-align: left;
}
.edittable table th.right {
  text-align: right;
}
.edittable table th .sorter {
  cursor: pointer;
}
.edittable table th .sorter .active {
  text-decoration: underline;
}
.edittable table tr.left {
  text-align: left;
}
.edittable table tr.total-row td {
  border-top: double #484848;
  font-weight: 800;
}
.edittable table tr.clickable-row:hover {
  background-color: #CCCCCC;
  cursor: pointer;
}
.edittable table tr.aclickable-row:hover td.clickable-cell {
  background-color: #CCCCCC;
  cursor: pointer;
}
.edittable table tr.jclickable-row:hover {
  background-color: #CCCCCC;
  cursor: pointer;
}
.edittable table tr.small td {
  font-size: 0.85em;
}
.edittable table tr:nth-child(odd) {
  background: #eff2f9;
}
.edittable table tr:nth-child(even) {
  background: #FFF;
}
.edittable table td {
  padding: 10px;
  border-right: #F7F7F7 solid 1px;
  line-height: 20px;
  text-align: right;
}
.edittable table td .datafield {
  padding-right: 15px;
  cursor: pointer;
}
.edittable table td .datafield:hover {
  background-image: var(--cdn_cog);
  background-size: 10px 10px;
  background-position: right;
  background-repeat: no-repeat;
}
.edittable table td.left {
  text-align: left;
}
.edittable table td.bold {
  font-weight: 600;
}
.edittable table td.center {
  text-align: center;
}
.edittable table td.comp_less {
  background-color: rgb(0, 132, 27);
  color: #FFF;
  text-align: center;
}
.edittable table td.comp_equal {
  background-color: rgb(199, 86, 0);
  color: #FFF;
  text-align: center;
}
.edittable table td.comp_more {
  background-color: rgb(212, 0, 0);
  color: #FFF;
  text-align: center;
}
.edittable table td.avatartd {
  line-height: 32px;
}
.edittable table i.fa-trash-alt {
  color: #C2260E;
}
.edittable .user_icon {
  float: left;
  margin-right: 10px;
}
.edittable.vertical label {
  display: block;
}
.edittable.vertical input.text {
  background-color: #FFFFFF;
  padding: 10px;
  border-radius: 5px;
  border: 1px #484848 solid;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
  margin-bottom: 10px;
  font-family: Lato, Helvetica Neue, Arial, Helvetica, sans-serif;
  color: #484848;
  font-size: 1em;
  outline: none;
  width: 400px;
}
.edittable.vertical .button {
  margin-left: 0px;
  margin-top: 15px;
}
.edittable.vertical span.button {
  display: inline-block;
  text-decoration: none;
}
.edittable.vertical th {
  text-align: right;
  background-color: #eff2f9;
  border-right: 1px solid #DDD;
}
.edittable.vertical td {
  background-color: #FFF;
  border-bottom: 1px solid #DDD;
}
.edittable.attribute table {
  margin: 0px;
}
.edittable.attribute table td {
  padding: 4px;
}
.edittable.attribute .button {
  padding: 2px;
  margin: 0px;
}

.termsbox {
  max-width: 500px;
  max-height: 100px;
  overflow-y: scroll;
  overflow-x: hidden;
  border: solid 1px #555;
  padding: 10px;
  color: #555;
  font-size: 0.9em;
  line-height: 1.7em;
  font-family: sans-serif;
  margin-bottom: 15px;
}
.termsbox p {
  margin: 0px !important;
}

@media only screen and (max-width: 600px) {
  .edittable th, .edittable td {
    padding: 4px !important;
    line-height: normal !important;
    font-size: 0.7em;
  }
}
/* CSS Document */
.editform .link {
  color: #39455d;
  cursor: pointer;
  text-decoration: underline;
}
.editform .link:hover {
  color: #5a84c1;
}
.editform label {
  font-family: Lato, Helvetica Neue, Arial, Helvetica, sans-serif;
  display: block;
  margin: 0em 0em 0.26666667rem;
  color: #293140;
  font-weight: 700;
  font-size: 0.86em;
  text-transform: capitalize;
}
.editform input, .editform select, .editform textarea {
  font-family: Lato, Helvetica Neue, Arial, Helvetica, sans-serif;
  display: block;
  padding: 0.4em 0.8em;
  font-size: 1em;
  -webkit-appearance: none;
  margin: 0px 0px 10px 0px;
  border: solid 1px #CCCCCC;
  border-radius: 0.27em;
  outline: none;
  box-sizing: border-box;
  width: 280px;
}
.editform input:required, .editform select:required, .editform textarea:required {
  border-color: #117F1D;
}
.editform input:required:invalid, .editform select:required:invalid, .editform textarea:required:invalid {
  border-color: #cc4752;
}
.editform input.checkbox {
  -webkit-appearance: checkbox;
  width: 25px;
  height: 25px;
}
.editform select {
  background-color: #FFF;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath fill='%235a84c1' d='M310.6 246.6l-127.1 128C176.4 380.9 168.2 384 160 384s-16.38-3.125-22.63-9.375l-127.1-128C.2244 237.5-2.516 223.7 2.438 211.8S19.07 192 32 192h255.1c12.94 0 24.62 7.781 29.58 19.75S319.8 237.5 310.6 246.6z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 10px top;
  padding-right: 35px;
}
.editform .column {
  width: 33%;
  float: left;
}
.editform h2 {
  font-family: Lato, Helvetica Neue, Arial, Helvetica, sans-serif;
  font-size: 1.5em;
  margin: 0px;
  padding-bottom: 10px;
  color: #293140;
}

#signedwrapper {
  width: 525px;
  border: solid 1px #DDD;
  background-image: var(--cdn_signed_here);
  background-repeat: no-repeat;
  background-size: contain;
}
#signedwrapper #signature {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#signedwrapper #signature img {
  margin: 10px;
}
#signedwrapper #signature #signature_name_date {
  display: flex;
  flex-direction: row;
  font-family: sans-serif;
  justify-content: space-between;
  font-weight: 700;
  color: #707070;
  padding: 10px;
}

#signature_wrapper {
  width: 525px;
  border: solid 1px #DDD;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between;
  background-image: var(--cdn_sign_here);
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 15px;
}
#signature_wrapper #signature {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#signature_wrapper #signature #signature-pad {
  margin: 10px;
}
#signature_wrapper #signature #signature_name_date {
  display: flex;
  flex-direction: row;
  font-family: sans-serif;
  justify-content: space-between;
  font-weight: 700;
  color: #707070;
  padding: 10px;
}
#signature_wrapper .clear-btn {
  text-orientation: mixed;
  writing-mode: vertical-lr;
  padding: 10px;
  text-align: center;
  background: #707070;
  color: #FFF;
  font-weight: 700;
  font-family: sans-serif;
  cursor: pointer;
}

.meta_count {
  padding-left: 10px;
}
.meta_count .warning {
  color: #cc4752;
}

@media only screen and (max-width: 1000px) {
  .editform .column {
    width: 50%;
  }
}
@media only screen and (max-width: 700px) {
  .editform input, .editform select {
    width: 100%;
  }
  .editform .column {
    width: 100%;
  }
}
.imagebrowser {
  height: 100vh;
  float: right;
  background-color: #D7D7D7;
  margin-left: 20px;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100000;
  overflow-y: scroll;
  overflow-x: hidden;
  width: 0px;
  transition: width 0.5s;
}
.imagebrowser .img {
  width: 80px;
  height: 80px;
  padding: 5px;
  border: solid 1px #CCC;
  margin: 5px;
  background-color: #FFF;
}
.imagebrowser img {
  max-height: 75px;
  max-width: 75px;
}

.message {
  padding: 8px;
  font-family: Lato, Helvetica Neue, Arial, Helvetica, sans-serif;
  font-size: 1em;
  margin-bottom: 10px;
  margin-top: 10px;
  font-weight: 600;
  color: #FFF;
  border-radius: 3px;
  display: flex;
}
.message i {
  margin-right: 10px;
}
.message.error {
  background-color: #C2260E;
}
.message.warning {
  background-color: #F27405;
}
.message.success {
  background-color: #117F1D;
}
.message.information {
  color: #293140;
}
.message.link {
  cursor: pointer;
}

/* CSS Document */
.avatar {
  background-size: cover;
  background-position: center center;
}
.avatar.large {
  width: 150px;
  height: 150px;
  border-radius: 75px;
}

/* CSS Document */
.tree {
  font-family: Lato, Helvetica Neue, Arial, Helvetica, sans-serif;
  font-size: 0.8em;
  color: #484848;
  margin-bottom: 10px;
}
.tree a {
  color: #5a84c1;
  text-decoration: none;
  outline: none;
}
.tree svg {
  height: 0.8em;
  margin: 0px 8px;
  fill: #5a84c1;
}

/* CSS Document */
.chart_filters {
  font-family: Lato, Helvetica Neue, Arial, Helvetica, sans-serif;
}
.chart_filters a {
  text-decoration: none;
  color: #707070;
  padding: 5px;
  margin: 0px 5px;
  font-size: 0.8em;
}
.chart_filters a:hover, .chart_filters a.selected {
  border-radius: 3px;
  background-color: #5a84c1;
  color: #FFF;
}

.chart_intervals {
  font-family: Lato, Helvetica Neue, Arial, Helvetica, sans-serif;
  float: right;
}
.chart_intervals select {
  border: none;
  background: #5a84c1;
  color: #FFF;
  padding: 5px;
  border-radius: 3px;
  cursor: pointer;
  margin: 0px 5px;
}

.chart-container {
  position: relative;
  height: 400px;
  width: 100%;
}

.piechart-container {
  position: relative;
  height: 185px;
  overflow: hidden;
  width: 100%;
  max-width: 195px;
  float: right;
}

/* CSS Document */
.margin1 {
  background-color: #BDF8C1;
  color: #095201;
}

.margin2 {
  background-color: #FFD390;
  color: #6E2C00;
}

.margin3 {
  background-color: #FFD390;
  color: #CB0000;
}

.margin4 {
  background-color: #FFA7A7;
  color: #CB0000;
}

.margin5 {
  background-color: #A20000;
  color: #FFFFFF;
}

#mainmenu {
  background-color: #293140;
  width: 72px;
  height: 100vh;
  position: fixed;
  left: 0px;
  z-index: 11;
  font-family: Lato, Helvetica;
  text-transform: uppercase;
  padding-bottom: 25px !important;
}
#mainmenu ul {
  padding: 0px;
  margin: 0px;
}
#mainmenu ul li {
  flex: 1;
  margin: 0;
  list-style: none;
}
#mainmenu ul li a {
  color: #eff2f9;
  padding: 10px 0px;
  display: block;
  font-size: 0.7em;
  text-align: center;
  font-weight: 700;
  text-decoration: none;
  line-height: 1.2;
  position: relative;
}
#mainmenu ul li a:hover {
  background-color: #39455d;
  cursor: pointer;
}
#mainmenu ul li svg {
  width: 24px;
  height: 50px;
  clear: both;
  margin: auto;
  display: block;
}
#mainmenu ul li .cls-1 {
  fill: #FFF;
}
#mainmenu ul #menu_item_Alerts {
  display: none;
}
#mainmenu ul li.active a {
  background-color: #39455d;
}
#mainmenu ul li.active .activemenuitem {
  height: 100%;
  background-color: #d97d30;
  display: block;
  position: absolute;
  width: 4px;
  bottom: 0;
  border-radius: 0px 4px 4px 0px;
  z-index: 3;
}
#mainmenu ul li.active .cls-1 {
  fill: #FFF;
}

#moremenu, #systemmenu {
  background-color: #39455d;
  width: 200px;
  position: fixed;
  z-index: 10;
  left: -400px;
  height: calc(100vh - 50px);
  box-shadow: 10px 0px 10px rgba(57, 69, 93, 0.2392156863);
  top: 50px;
  font-family: Lato, Helvetica;
  transition: all 20ms ease;
}
#moremenu.active, #systemmenu.active {
  left: 72px;
}
#moremenu ul, #systemmenu ul {
  padding: 0px;
  margin: 0px;
}
#moremenu ul li, #systemmenu ul li {
  margin: 0px;
  list-style: none;
}
#moremenu ul li a, #systemmenu ul li a {
  font-size: 0.9em;
  display: block;
  border-radius: 5px;
  color: #c3d6f5;
  text-decoration: none;
  padding: 8px;
  margin: 8px;
}
#moremenu ul li a:hover, #systemmenu ul li a:hover {
  color: #eff2f9;
  background-color: rgba(195, 214, 245, 0.2);
}
#moremenu ul li.active a, #systemmenu ul li.active a {
  color: #eff2f9;
  background-color: rgba(195, 214, 245, 0.2);
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

@media only screen and (max-width: 600px) {
  #mainmenu {
    width: 100%;
    position: fixed;
    height: auto;
    bottom: 0;
    left: 0;
    right: 0;
  }
  #mainmenu ul {
    display: flex;
  }
  #mainmenu ul li {
    flex: 1;
    margin: 0;
  }
  #mainmenu ul li svg {
    height: 40px;
  }
  #mainmenu ul li.active .activemenuitem {
    height: 4px;
    background-color: #d97d30;
    display: block;
    position: absolute;
    width: 100%;
    bottom: 0;
    border-radius: 4px 4px 0px 0px;
    z-index: 3;
  }
  #mainmenu ul #menu_item_Alerts {
    display: block;
  }
  #moremenu, #systemmenu {
    width: 80vw;
    display: block;
    right: calc(-80vw - 20px);
    left: auto;
    box-shadow: -10px 0px 10px rgba(57, 69, 93, 0.2392156863);
  }
  #moremenu ul li a, #systemmenu ul li a {
    font-size: 1.2em;
  }
  #moremenu.active, #systemmenu.active {
    right: 0px;
    left: auto;
  }
}
/* CSS Document */
.alerticon {
  width: 20px;
  height: 20px;
  background-color: red;
  border-radius: 10px;
  position: absolute;
  right: 10px;
  top: 10px;
  line-height: 20px;
  text-align: center;
  font-weight: 800;
}

#alertcontainer {
  transition: all 100ms ease;
  display: block;
  min-width: 200px;
  position: absolute;
  top: 100%;
  margin-top: 0.8rem;
  left: auto !important;
  background: #FFF;
  margin: 0;
  margin-top: 0.8rem;
  border-radius: 0.26666667rem;
  box-shadow: 0 5px 25px rgba(57, 69, 93, 0.2509803922);
  outline: none;
  z-index: 11;
}

@media only screen and (max-width: 600px) {
  #alertcontainer {
    width: 100vw;
    height: calc(100vh - 50px);
    background-color: #FFF;
    margin-top: 50px;
    padding-bottom: 100px;
    position: fixed;
    bottom: -100vh;
    top: 100vh;
  }
  #alertcontainer.active {
    top: 0px !important;
    bottom: 0px !important;
  }
  #alertcontainer .notification {
    display: block;
    height: 50px;
  }
}
/* CSS Document */
#top_bar {
  width: calc(100% - 72px);
  background-color: #FFF;
  height: 50px;
  position: fixed;
  top: 0px;
  right: 0px;
  margin-left: 72px;
  box-shadow: 0 5px 10px rgba(57, 69, 93, 0.1019607843);
  font-family: Lato, Helvetica Neue, Arial, Helvetica, sans-serif;
  z-index: 10;
  padding-right: 15px;
}
#top_bar #logo {
  margin-left: 20px;
  margin-top: 7px;
  height: 36px;
  float: left;
}
#top_bar .icon {
  margin: 8px 10px;
  float: right;
  width: 32px;
  height: 32px;
}
#top_bar .icon .user_icon {
  cursor: pointer;
}
#top_bar .icon #notification_icon {
  background-image: var(--cdn_notification);
  width: 32px;
  height: 32px;
  background-size: cover;
  border-radius: 16px;
  cursor: pointer;
}
#top_bar .icon #notification_icon .alerticon {
  width: 15px;
  height: 15px;
  border-radius: 8px;
  color: #FFF;
  line-height: 15px;
  font-size: 10px;
  font-weight: 700;
  right: 20px;
  top: 6px;
}
#top_bar .topbarfloater {
  right: 20px;
  min-width: 200px;
  position: absolute;
  top: 100%;
  margin-top: 0.8rem;
  left: auto !important;
  background: #FFF;
  margin: 0;
  margin-top: 0.8rem;
  border-radius: 0.26666667rem;
  box-shadow: 0 5px 25px rgba(57, 69, 93, 0.2509803922);
  outline: none;
  z-index: 3;
}
#top_bar .topbarfloater .settingsicon {
  height: 18px;
  float: right;
  fill: #606060;
}
#top_bar .topbarfloater .settingsicon:hover {
  fill: #939393;
}
#top_bar .topbarfloater .topbarfloater_group {
  border-top: 1px #DDD solid;
  padding: 5px 0px;
}
#top_bar .topbarfloater .topbarfloater_group .topbarfloater_item a {
  display: block;
  color: #222;
  text-decoration: none;
  padding: 8px;
}
#top_bar .topbarfloater .topbarfloater_group .topbarfloater_item a:hover {
  background-color: #eff2f9;
}
#top_bar #topbarfloater_user #topbarfloater_user_header {
  padding: 12px;
  overflow: auto;
  line-height: 32px;
}
#top_bar #topbarfloater_user #topbarfloater_user_header a {
  color: #5a84c1;
  text-decoration: none;
}
#top_bar #topbarfloater_user #topbarfloater_user_header a:hover {
  text-decoration: underline;
}
#top_bar #topbarfloater_user #topbarfloater_user_header .user_icon {
  float: left;
  margin-right: 8px;
}
#top_bar #topbarfloater_notification {
  width: 300px;
}
#top_bar #topbarfloater_notification #topbarfloater_notification_header {
  padding: 12px;
  font-weight: 800;
  color: #333;
}
#top_bar #topbarfloater_notification #notification_box {
  height: 60vh;
  overflow-y: scroll;
  overflow-x: hidden;
  padding: 0px;
  box-shadow: 0 5px 10px -10px rgba(57, 69, 93, 0.1019607843) inset;
}
#top_bar #topbarfloater_notification .notification {
  padding: 10px;
  cursor: pointer;
  font-size: 0.8em;
  min-height: 32px;
  border-bottom: solid 1px #fff;
  overflow: auto;
  clear: both;
}
#top_bar #topbarfloater_notification .notification.unread {
  background-color: #eff2f9;
  font-weight: 700;
}
#top_bar #topbarfloater_notification .notification.seen {
  background-color: #eff2f9;
}
#top_bar #topbarfloater_notification .notification .notificationicon {
  width: 34px;
  height: 34px;
  border-radius: 16px;
  float: left;
  margin-right: 10px;
  margin-top: 5px;
  background-size: cover;
}
#top_bar #topbarfloater_notification .notification .notificationicon.alert {
  background-image: var(--cdn_alert);
}
#top_bar #topbarfloater_notification .notification .notificationicon.usermessage {
  background-image: var(--cdn_usermessage);
}
#top_bar #topbarfloater_notification .notification .notificationicon.order {
  background-image: var(--cdn_order);
}
#top_bar #topbarfloater_notification .notification .notificationicon.news {
  background-image: var(--cdn_news);
}
#top_bar #topbarfloater_notification .notification .notification_text {
  height: 32px;
  overflow: hidden;
  display: block;
}
#top_bar #topbarfloater_notification .notification .notification_time {
  color: #888;
  font-size: 0.8em;
  font-weight: 700;
  display: block;
}
#top_bar #topbarfloater_notification .notification:hover {
  background-color: #eaf8ff;
}
#top_bar #topbarfloater_notification #topbarfloater_notification_footer {
  font-size: 0.8em;
  overflow: auto;
  padding: 12px;
}
#top_bar #topbarfloater_notification #topbarfloater_notification_footer a {
  color: #293140;
}
#top_bar #topbarfloater_notification #topbarfloater_notification_footer a:hover {
  color: #F26205;
}
#top_bar #topbarfloater_notification #topbarfloater_notification_footer .left {
  float: left;
}
#top_bar #topbarfloater_notification #topbarfloater_notification_footer .right {
  float: right;
}

@media only screen and (max-width: 600px) {
  #top_bar {
    width: 100%;
  }
}
/* CSS Document */
/* The switch */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
  /* Hide default HTML checkbox */
  /* The slider */
  /* Small Slider */
  /*Disabled Slider */
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.switch input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
.switch input:checked + .slider {
  background-color: #5a84c1;
}
.switch input:focus + .slider {
  box-shadow: 0 0 1px #5a84c1;
}
.switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.switch .slider.round {
  border-radius: 34px;
}
.switch .slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 50%;
}
.switch.small {
  width: 30px;
  height: 17px;
}
.switch.small .slider:before {
  height: 13px;
  width: 13px;
  left: 2px;
  bottom: 2px;
}
.switch.small .slider.round {
  border-radius: 17px;
}
.switch.small input:checked + .slider:before {
  -webkit-transform: translateX(13px);
  -ms-transform: translateX(13px);
  transform: translateX(13px);
}
.switch.disabled input:checked + .slider {
  background-color: rgb(2, 115, 1);
}
.switch.disabled .slider {
  cursor: default;
  background-color: rgb(152, 0, 23);
}
.switch.disabled .slider:before {
  display: none;
}

#consignmentinfo {
  float: left;
}
#consignmentinfo table {
  float: left;
}
#consignmentinfo #consignment_info_icon svg {
  float: left;
  padding: 0px;
  width: 16px;
}

/* CSS Document */
#salesorder {
  width: 950px;
  transform-origin: 50% 25%;
  z-index: 20;
  background-color: #FFF;
  box-shadow: 1px 3px 3px rgba(0, 0, 0, 0.2), 1px 3px 15px 2px rgba(0, 0, 0, 0.2);
  position: absolute;
  border-radius: 0.26666667rem;
}
#salesorder h2 {
  padding: 20px 10px;
  font-size: 20px;
  border-bottom: solid 1px #CCCCCC;
}
#salesorder #addressselector {
  float: left;
  margin-right: 10px;
}
#salesorder svg {
  width: 22px;
  float: right;
  cursor: pointer;
  padding: 20px;
}
#salesorder svg path {
  fill: #293140;
}
#salesorder svg:hover path {
  fill: rgba(41, 49, 64, 0.5607843137);
}
#salesorder #salesorderheader {
  padding: 15px 15px 0px 15px;
  overflow: auto;
}
#salesorder #salesorderheader #addresscolumn {
  width: 640px;
}
#salesorder #salesorderheader #addresscolumn #deliveryaddress #address {
  font-family: Lato, Helvetica Neue, Arial, Helvetica, sans-serif;
  font-size: 1em;
  border: solid 1px #CCCCCC;
  padding: 0.4em 0.8em;
  border-radius: 0.27em;
  float: left;
  width: 525px;
  cursor: pointer;
}
#salesorder #salesorderheader #addresscolumn #deliveryaddress #addaddress {
  margin-left: 5px;
  float: left;
}
#salesorder #salesorderheader #pocolumn {
  width: 280px;
  float: right;
}
#salesorder #salesorderbody {
  padding: 0px 15px 15px 15px;
}
#salesorder #salesorderbody #salesorderlines table {
  border-radius: 4px;
}
#salesorder #salesorderbody #salesorderlines table thead {
  display: block;
}
#salesorder #salesorderbody #salesorderlines table tbody {
  display: block;
  overflow: auto;
  height: 150px;
  width: 100%;
}
#salesorder #salesorderbody #salesorderlines table .tablefull {
  width: 100%;
}
#salesorder #salesorderbody #salesorderlines table .deletecolumn {
  width: 20px;
  height: 20px;
  display: block;
}
#salesorder #salesorderbody #salesorderlines table .deletecolumn .delete {
  display: none;
  margin-right: 0px;
  background-color: #cc4752;
  padding: 2px 6px;
  line-height: 14px;
  border-radius: 5px;
}
#salesorder #salesorderbody #salesorderlines table .deletecolumn .delete img {
  height: 8px;
}
#salesorder #salesorderbody #salesorderlines table .deletecolumn:hover .delete {
  cursor: pointer;
  display: inline-block;
}
#salesorder #salesorderfooter {
  padding: 0px 15px 15px 15px;
  overflow: auto;
}
#salesorder #salesorderfooter .column {
  width: 33.3333%;
}
#salesorder #salesorderfooter #sosearcher_results {
  font-family: Lato, Helvetica Neue, Arial, Helvetica, sans-serif;
  display: block;
  padding: 0px;
  font-size: 1em;
  -webkit-appearance: none;
  margin: 0px 0px 10px 0px;
  border: solid 1px #CCCCCC;
  border-radius: 0.27em;
  outline: none;
  box-sizing: border-box;
  width: 280px;
  overflow-x: hidden;
  overflow-y: scroll;
  height: 110px;
}
#salesorder #salesorderfooter #sosearcher_results .soresult {
  width: 280px;
  overflow: hidden;
  display: inline-block;
  height: 15px;
  padding: 4px;
  line-height: 16px;
  font-size: 0.8em;
}
#salesorder #salesorderfooter #sosearcher_results .soresult:hover {
  cursor: pointer;
  background-color: #F7F7F7;
}
#salesorder #salesorderfooter #sototals {
  float: right;
}
#salesorder #salesorderfooter #sototals #calcinfo svg {
  float: left;
  padding: 0px;
  width: 16px;
}
#salesorder #salesorderfooter #consignmentinfo {
  float: left;
}
#salesorder #salesorderfooter #consignmentinfo table {
  float: left;
}
#salesorder #salesorderfooter #consignmentinfo .consignment_info_icon svg {
  float: left;
  padding: 0px;
  width: 16px;
  margin-right: 10px;
}
#salesorder #salesorderfooter #consignmentinfo .new_window svg {
  padding: 0px;
  width: 8px;
  margin-left: 5px;
  margin-top: 6px;
}
#salesorder #salesorderfooter #consignmentinfo .new_window svg path {
  fill: #888;
}
#salesorder #salesorderfooter table {
  float: right;
}
#salesorder #salesorderfooter table th {
  text-align: right;
  border-right: #F7F7F7 solid 1px;
}
#salesorder #salesorderfooter table td {
  background-color: #FFF;
  border-bottom: #DDD solid 1px;
}
#salesorder #salesorderfooter #deliveryoptions label {
  padding: 5px;
  cursor: pointer;
  line-height: 1em;
}
#salesorder #salesorderfooter #deliveryoptions label input {
  display: inline;
  width: auto;
  margin: 0px;
  float: left;
  -webkit-appearance: radio;
  padding: 0px;
  margin-right: 5px;
}
#salesorder #salesordercontrols {
  padding: 0px 15px 15px 15px;
  overflow: auto;
}
#salesorder #salesordercontrols .button {
  float: right;
  margin-left: 10px;
  width: auto;
}

#addbutton {
  text-decoration: underline;
  cursor: pointer;
}

#tieredittable input {
  width: 85px;
  margin: auto;
}
#tieredittable .delete {
  margin-right: 0px;
}

#address_column {
  min-height: 380px;
}

#deliveryInstructions_label {
  display: inline-block;
}

#notecounter {
  display: none;
  padding-left: 10px;
  font-size: 0.8em;
  color: #058c2d;
  font-family: Lato, Helvetica Neue, Arial, Helvetica, sans-serif;
}
#notecounter.error {
  color: red;
  font-weight: 800;
}

.editable:hover {
  cursor: pointer;
  text-decoration: underline;
}

@media only screen and (max-width: 600px) {
  .editform input, .editform select, .editform textarea {
    font-size: 16px;
  }
  .mask_content .editfloater {
    border-radius: 0px !important;
    height: 100%;
    overflow: auto;
    width: 100%;
  }
  .floater {
    top: 0 !important;
    width: 100%;
    left: 0;
    height: 100%;
    overflow: auto;
    border-radius: 0px;
  }
  .flex {
    display: block !important;
    overflow: auto;
  }
  #salesorder {
    width: 100%;
    border-radius: 0px !important;
  }
  #salesorder #salesorderheader #pocolumn {
    width: 100% !important;
  }
  #salesorder #salesorderheader #addresscolumn {
    width: 100% !important;
  }
  #salesorder #salesorderheader #addresscolumn #deliveryaddress #address {
    width: calc(100% - 1.6em);
  }
  #salesorder #salesorderbody #salesorderlines th, #salesorder #salesorderbody #salesorderlines td {
    padding: 4px;
    font-size: 0.7em;
  }
  #salesorder #salesorderbody #salesorderlines tbody {
    height: auto;
  }
  #salesorder #salesorderbody #salesorderlines .delete {
    display: block !important;
  }
  #salesorder #salesorderfooter textarea {
    width: 100%;
  }
  #salesorder #salesorderfooter #sosearcher_results {
    width: 100%;
  }
  #salesorder #salesorderfooter #sototals table {
    width: 100%;
  }
  #salesorder .column {
    width: 100% !important;
  }
}
/* CSS Document */
#address_selector {
  padding: 0px;
  background-image: none;
}
#address_selector option {
  padding: 5px;
}
#address_selector option:hover {
  background-color: #eff2f9;
  cursor: pointer;
}

/* CSS Document */
#reporttable thead input.range {
  -webkit-appearance: none;
  border: none;
  border-bottom-color: currentcolor;
  border-bottom-style: none;
  border-bottom-width: medium;
  width: auto;
  outline: none;
  border-radius: 4px;
  padding: 8px;
  margin: 8px;
}
#reporttable thead .select2-container {
  min-width: 100px !important;
}
#reporttable #filterheads td {
  background-color: #5a84c1;
  color: #F7F7F7;
}
#reporttable .sorter svg {
  fill: #707070;
  height: 8px;
  margin-left: 4px;
  display: none;
}

/* CSS Document */
/* The message box is shown when the user clicks on the password field */
#message {
  background: #eff2f9;
  font-family: Lato, Helvetica Neue, Arial, Helvetica, sans-serif;
  display: none;
  border-radius: 10px;
  color: #000;
  position: relative;
  padding: 5px;
  margin-top: 10px;
  float: right;
  box-shadow: 0 5px 10px rgba(57, 69, 93, 0.1019607843);
  margin-right: 50px;
}

#message h3 {
  margin: 0px 0px 5px 0px;
  padding: 5px;
}

#message p {
  padding: 0px 40px;
  margin: 0px;
  font-size: 16px;
}

/* Add a green text color and a checkmark when the requirements are right */
.valid {
  color: green;
}

.valid:before {
  position: relative;
  left: -25px;
  content: "✔";
}

/* Add a red text color and an "x" icon when the requirements are wrong */
.invalid {
  color: red;
}

.invalid:before {
  position: relative;
  left: -25px;
  content: "✖";
}

/* CSS Document */
.pagination {
  margin: auto;
  clear: both;
  text-align: center;
  padding: 10px;
  color: #707070;
  font-weight: 800;
}
.pagination .pagination_box {
  display: inline-block;
  color: #707070;
  font-weight: 800;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 5px;
  text-decoration: none;
  margin-left: 2px;
  margin-right: 2px;
  padding: 0px 8px;
}
.pagination .pagination_box.selected {
  background-color: #5a84c1;
  color: #FFF;
}
.pagination a.pagination_box:hover {
  background-color: #c3d6f5;
  color: #FFF;
}

/* CSS Document */
#searchcontainer {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  max-width: 23rem;
  padding-left: 12px;
  box-sizing: border-box;
  height: 50px;
}
#searchcontainer div#searchbox {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  align-content: center;
  border-radius: 500rem;
  border: solid 1px #CCCCCC;
  height: 30px;
  background-color: #eff2f9;
}
#searchcontainer div#searchbox div {
  flex: 1;
  position: relative;
  box-sizing: border-box;
  display: flex;
}
#searchcontainer div#searchbox div svg {
  fill: #707070;
  height: 15px;
  padding: 8px 5px 0px 12px;
}
#searchcontainer div#searchbox div input {
  margin: 0;
  max-width: 100%;
  flex: 1 0 auto;
  outline: none;
  border-radius: 500rem;
  border: none;
  font-size: 1em;
  font-family: Lato, Helvetica Neue, Arial, Helvetica, sans-serif;
  background-color: #eff2f9;
  color: #707070;
}

#searchresults {
  min-width: 23rem;
  max-height: 400px;
  left: 150px;
  right: auto !important;
  margin: 0px;
  margin-top: 0.8rem;
  border-radius: 0.26666667rem;
  box-shadow: 0 5px 25px rgba(57, 69, 93, 0.2509803922);
  outline: none;
  z-index: 3;
  background-color: #FFF;
  position: absolute;
  overflow-y: scroll;
  font-family: Lato, Helvetica Neue, Arial, Helvetica, sans-serif;
  top: 50px;
  display: none;
}
#searchresults .resultheader {
  padding: 10px;
  background-color: #293140;
  color: #F7F7F7;
}
#searchresults .searchresult {
  padding: 15px;
  font-size: 0.8em;
  overflow: auto;
  color: #484848;
  cursor: pointer;
  border-bottom: solid #c3d6f5 1px;
}
#searchresults .searchresult:hover {
  background-color: #eff2f9;
}
#searchresults .searchresult .order_icon {
  width: 50px;
  height: 50px;
  float: left;
  border-radius: 25px;
  background-color: #cdd7ef;
  margin-right: 15px;
  background-image: var(--cdn_order);
}

@media only screen and (max-width: 700px) {
  #searchcontainer {
    display: none;
  }
}
/* CSS Document */
#article_view {
  width: 1200px;
  margin: auto;
}

.articleimages .articleimage {
  max-width: 200px;
  max-height: 100px;
  padding: 5px;
  margin: 5px;
  border: solid 1px #CCC;
}

.article {
  width: 600px;
  padding: 40px 90px;
  font-family: Lato, Helvetica Neue, Arial, Helvetica, sans-serif;
  line-height: 1.5;
}
.article .article_date {
  font-family: Lato, Helvetica Neue, Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 2;
}
.article img {
  max-width: 570px;
}

.articlehead {
  width: 400px;
  float: right;
  margin-left: 10px;
  position: sticky !important;
  top: 96px !important;
}
.articlehead img {
  width: 100%;
}

.articles {
  width: 900px;
  margin: auto;
  font-family: Lato, Helvetica Neue, Arial, Helvetica, sans-serif;
  line-height: 1.5;
}
.articles .article_row {
  overflow: auto;
  padding: 15px 30px 15px 5px;
  border-bottom: solid 1px #CCCCCC;
  color: rgba(0, 0, 0, 0.8705882353);
  font-size: 1rem;
}
.articles .article_row img {
  width: 150px;
}
.articles .article_row .articlecontent {
  float: right;
  width: 650px;
  color: rgba(0, 0, 0, 0.8705882353);
  font-size: 1rem;
}
.articles .article_row .articlecontent h2 {
  margin: 0px;
  color: #4776ba;
  font-size: 20px;
}
.articles .article_row .articlecontent h2 a {
  color: #4776ba;
  text-decoration: none;
}
.articles .article_row .articlecontent h2 a:hover {
  color: #39455d;
}
.articles .article_row .articlecontent .article_date {
  font-size: 14px;
  line-height: 1.7;
  color: #707070;
  margin-bottom: 7px;
}

#article_main_preview #img_column {
  width: 50%;
  height: 250px;
  background-position: center center;
  background-size: cover;
  float: left;
}
#article_main_preview #text_column {
  width: 50%;
  height: 250px;
  overflow: hidden;
  float: right;
  background-color: #eff2f9;
}
#article_main_preview #text_column #article_content {
  font-family: Lato, Helvetica Neue, Arial, Helvetica, sans-serif;
  line-height: 1.5;
  padding: 10px;
}
#article_main_preview #text_column #article_content h2 {
  margin: 0px;
  color: #4776ba;
  font-size: 20px;
}
#article_main_preview #text_column #article_content h2 a {
  color: #4776ba;
  text-decoration: none;
}
#article_main_preview #text_column #article_content h2 a:hover {
  color: #39455d;
}
#article_main_preview #text_column #article_content #article_date {
  font-size: 14px;
  line-height: 1.7;
  color: #707070;
  margin-bottom: 7px;
  display: block;
}
#article_main_preview #text_column #article_content #article_preview {
  height: 170px;
  overflow: hidden;
}

#article_more_button {
  float: right;
  margin-right: 0px;
}

#more_articles_wrapper {
  margin-top: 15px;
  height: 275px;
  overflow: hidden;
}
#more_articles_wrapper .morePreview {
  font-family: Lato, Helvetica Neue, Arial, Helvetica, sans-serif;
  border-bottom: solid 1px #CCC;
  margin-bottom: 10px;
}
#more_articles_wrapper .morePreview h2 {
  margin: 0px;
  color: #4776ba;
  font-size: 20px;
}
#more_articles_wrapper .morePreview h2 a {
  color: #4776ba;
  text-decoration: none;
}
#more_articles_wrapper .morePreview h2 a:hover {
  color: #39455d;
}
#more_articles_wrapper .morePreview #article_date {
  font-size: 14px;
  line-height: 1.7;
  color: #707070;
  display: block;
  margin-bottom: 10px;
}

.tag_button {
  padding: 7px 7px 7px 7px;
  color: #484848;
  font-family: Lato, Helvetica Neue, Arial, Helvetica, sans-serif;
  border-radius: 10px;
  display: inline-block;
  margin: 0px 10px 10px 0px;
  background-color: #d7d7d7;
  cursor: pointer;
}
.tag_button span {
  margin-left: 10px;
  font-weight: 700;
}

@media only screen and (min-width: 600px) and (max-width: 1200px) {
  .articles {
    width: 100%;
  }
  .articles .article_row {
    padding: 0px;
    margin-bottom: 20px;
  }
  .articles .article_row .articlecontent {
    width: calc(100% - 200px);
    padding: 0px 10px 10px 0px;
  }
  #more_articles_wrapper .morePreview h2 {
    font-size: 15px;
  }
  #more_articles_wrapper .morePreview #article_date {
    font-size: 12px;
  }
  #article_content h2 {
    font-size: 18px !important;
  }
  #article_content #article_date {
    font-size: 12px !important;
  }
  #article_content #article_preview {
    font-size: 0.9em;
  }
  .article {
    width: auto;
    padding: 10px;
  }
  .article img {
    width: 100%;
  }
  .articlehead {
    float: none;
    width: auto;
    margin: 0px;
    top: 0px !important;
    position: relative !important;
    padding: 10px;
  }
  #article_view {
    width: auto;
    margin: auto;
  }
}
@media only screen and (max-width: 600px) {
  .articles {
    width: 100%;
  }
  .articles .article_row {
    padding: 0px;
    margin-bottom: 20px;
  }
  .articles .article_row img {
    width: 100%;
  }
  .articles .article_row .articlecontent {
    width: auto;
    padding: 20px 10px;
  }
  .article {
    width: auto;
    padding: 10px;
  }
  .article h1 {
    margin: 0px;
    font-size: 25px;
  }
  .article img {
    width: 100%;
  }
  .articlehead {
    float: none;
    width: auto;
    margin: 0px;
    top: 0px !important;
    position: relative !important;
    padding: 10px;
  }
  #article_view {
    width: auto;
    margin: auto;
  }
  .column, #img_column, #text_column {
    width: 100% !important;
  }
  #more_articles_wrapper {
    margin-top: 0px !important;
  }
}
/* CSS Document */
.widget {
  background: #FFF;
  border-radius: 8px;
  box-shadow: 0 5px 10px rgba(57, 69, 93, 0.1019607843);
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
  padding: 0px;
}
.widget .columnwrapper {
  padding: 0px;
  overflow: auto;
}
.widget .columnwrapper .column {
  float: left;
  overflow: auto;
}
.widget .columnwrapper .column .content {
  padding: 10px;
  overflow: auto;
}
.widget .columnwrapper .one_column {
  width: 33%;
}
.widget .columnwrapper .two_column {
  width: 66%;
}
.widget .columnwrapper p {
  color: #293140;
  font-family: Lato, Helvetica Neue, Arial, Helvetica, sans-serif;
  font-size: 1em;
  margin: 1em 0;
}

/* CSS Document */
#homepage {
  max-width: 1200px;
  margin: auto;
}

/* CSS Document */
#category_selector a {
  display: none;
}
#category_selector .sortable li div {
  cursor: default;
  padding: 0px;
}
#category_selector label {
  cursor: pointer;
  display: inline-block;
  padding: 3px;
}
#category_selector label.radioselect {
  float: right;
  cursor: pointer;
  line-height: 1.5em;
}
#category_selector label.radioselect input {
  cursor: pointer;
}

.category_editor {
  font-family: Lato, Helvetica Neue, Arial, Helvetica, sans-serif;
}
.category_editor ol.sortable, .category_editor ol.sortable ol {
  list-style-type: none;
  max-width: 450px;
  padding-left: 25px;
}
.category_editor ol.sortable ol {
  height: auto;
}
.category_editor ol.sortable li.collapsed ol {
  overflow: hidden;
  height: 0px;
}
.category_editor ol.sortable li.collapsed .control::after {
  content: "+";
}
.category_editor ol.sortable .control {
  float: right;
  width: 20px;
  cursor: pointer;
  content: "dfsdfas";
}
.category_editor ol.sortable .control::after {
  content: "-";
}
.category_editor li {
  display: list-item;
}
.category_editor li svg {
  margin-left: 10px;
  height: 12px;
}
.category_editor .sortable li div {
  border: 1px solid #d4d4d4;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  cursor: move;
  border-color: #D4D4D4 #D4D4D4 #BCBCBC;
  margin: 3px;
  padding: 3px;
}

.competitortable img {
  height: 30px;
}

/* CSS Document */
.note {
  display: block;
  font: Lato, Helvetica Neue, Arial, Helvetica, sans-serif;
  padding: 15px;
  border: dashed 1px #DDD;
  margin: 15px;
  line-height: 1.5;
}
.note .timestamp {
  display: block;
  font-size: 0.8em;
  font-weight: 800;
}

/* CSS Document */
#user_notes {
  font-family: Lato, Helvetica Neue, Arial, Helvetica, sans-serif;
  width: 400px;
}
#user_notes .account_note {
  padding: 10px;
  border-bottom: dashed #DDD 1px;
  display: flex;
  flex-flow: row nowrap;
}
#user_notes .account_note .note_body {
  width: 300px;
}
#user_notes .account_note .note_body .datetime {
  font-size: 0.9em;
  font-weight: 600;
  color: #39455d;
}
#user_notes .account_note .note_body .note_content {
  margin: 10px 0px;
  color: #535353;
}
#user_notes .account_note .note_actions {
  display: flex;
  flex-flow: column, nowrap;
}
#user_notes .account_note .note_actions .note_action {
  padding: 5px;
}
#user_notes .account_note .note_actions .note_action svg {
  height: 24px;
  cursor: pointer;
}
#user_notes .account_note .note_actions .note_action svg .cls-1 {
  fill: #4776ba;
}
#user_notes .account_note .note_actions .note_action svg.delivered .cls-1 {
  fill: #0f8e04;
}
#user_notes .account_note .note_actions .note_action svg.bounced .cls-1 {
  fill: #f22;
}
#user_notes .account_note .note_actions .note_action svg.clicked .cls-1 {
  fill: #0f8e04;
}

body {
  background-color: #eff2f9;
  margin: 0px;
  padding: 0px;
}
body.dimmed {
  overflow: hidden;
}

.select2-selection__choice__display {
  color: #293140;
  background-color: #eff2f9;
}

.select2-dropdown {
  color: #293140;
  background-color: #eff2f9;
  font-family: Lato, Helvetica Neue, Arial, Helvetica, sans-serif;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #5a84c1 !important;
  color: #eff2f9 !important;
}

a {
  outline: none;
}

.user_icon {
  width: 32px;
  height: 32px;
  border-radius: 16px;
  background: var(--cdn_user);
  background-color: #cdd7ef;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

#content {
  padding: 70px 20px 20px 92px;
  margin-bottom: 140px;
  position: relative;
  z-index: 1;
}

.clearfix {
  clear: both;
}

.hidden {
  display: none;
}

.nolink {
  text-decoration: none;
}

.admin_box {
  background: #FFF;
  border-radius: 8px;
  box-shadow: 0 5px 10px rgba(57, 69, 93, 0.1019607843);
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}
.admin_box .content {
  padding: 12px;
  overflow: auto;
}
.admin_box .content p {
  color: #293140;
  font-family: Lato, Helvetica Neue, Arial, Helvetica, sans-serif;
  font-size: 1em;
  margin: 1em 0;
}
.admin_box .adminsubmenu {
  padding: 0px 10px;
  border-top: 1px solid #DDD;
  font-family: Lato, Helvetica Neue, Arial, Helvetica, sans-serif;
  overflow: auto;
}
.admin_box .adminsubmenu a {
  display: inline-block;
  padding: 15px 11px;
  text-transform: uppercase;
  color: #707070;
  text-decoration: none;
  font-weight: 600;
  outline: none;
}
.admin_box .adminsubmenu a svg {
  height: 19px;
  margin-left: 11px;
  float: right;
}
.admin_box .adminsubmenu a svg.error {
  fill: #cc4752;
}
.admin_box .adminsubmenu a svg.noerror {
  fill: #117F1D;
}
.admin_box .adminsubmenu a.selected {
  border-bottom: solid #5a84c1 2px;
  color: #5a84c1;
}
.admin_box .adminsubmenu a:hover {
  color: #5a84c1;
}

.editor_category_group {
  margin: 10px 0px 10px 10px;
  border: dashed 1px #293140;
  padding: 10px 10px 10px 10px;
  font-size: 1em;
  font-family: Calibri;
  color: #293140;
}
.editor_category_group a {
  color: #293140;
}
.editor_category_group a:hover {
  color: #5a84c1;
}

h1 {
  font-family: Lato, Helvetica;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
  color: #293140;
  padding: 0px;
  margin: 0px 0px 15px 0px;
}

h2 {
  font-family: Lato, Helvetica;
  font-size: 25px;
  font-weight: 600;
  line-height: 1.2;
  color: #293140;
  padding: 0px;
  margin: 0px 0px 10px 0px;
}

h3 {
  font-family: Lato, Helvetica;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  color: #293140;
  padding: 0px;
  margin: 0px 0px 10px 0px;
}

.button {
  background-color: #4776ba;
  color: #fff !important;
  text-shadow: none;
  background-image: none;
  text-transform: uppercase;
  display: inline-block;
  box-shadow: 0 0 rgba(0, 0, 0, 0.1019607843) inset;
  line-height: 32px;
  padding: 0 16px !important;
  outline: none !important;
  white-space: nowrap;
  font-size: 13px;
  font-style: normal;
  text-align: center;
  text-decoration: none;
  border-radius: 0.26666667rem;
  font-weight: 400;
  font-family: Lato, Helvetica Neue, Arial, Helvetica, sans-serif;
  border: none;
  vertical-align: baseline;
  cursor: pointer;
  transition: opacity 0.1s ease, background-color 0.1s ease, color 0.1s ease, box-shadow 0.1s ease, background 0.1s ease;
  margin-right: 10px;
}
.button.delete {
  background-color: #cc4752;
}
.button.delete:hover {
  background-color: #af313b;
}
.button.forminline {
  margin-bottom: 10px;
  margin-left: 10px;
}
.button.forminline img {
  height: 15px;
}
.button.smallforminline {
  margin-bottom: 0px;
  margin-left: 0px;
}
.button.smallforminline img {
  height: 12px;
}

.button:hover {
  background-color: #385e96;
}

.edit_form {
  font-family: Lato, Helvetica;
  margin-top: 10px;
}
.edit_form h2 {
  font-size: 1.2em;
  color: #293140;
  padding: 0px;
  margin: 0px 0px 10px 0px;
}
.edit_form label {
  display: block;
  color: #293140;
}
.edit_form input, .edit_form select, .edit_form textarea {
  padding: 10px;
  box-sizing: border-box;
  width: 400px;
  margin-bottom: 15px;
  display: block;
  outline: #5a84c1;
}

#app {
  position: relative;
  min-height: 100vh;
  padding-bottom: 50px;
}

#bottom_bar {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: rgba(41, 49, 64, 0.05);
  text-align: center;
  color: #293140;
  font-family: Lato, Helvetica Neue, Arial, Helvetica, sans-serif;
  font-size: 1em;
}
#bottom_bar div {
  padding: 20px 20px 20px 92px;
}
#bottom_bar a {
  color: #293140;
}

@media only screen and (max-width: 600px) {
  .testbanner {
    display: none;
  }
  #content {
    padding: 70px 10px 0px 10px;
  }
  .admin_box .content {
    padding: 5px;
  }
  .chart_filters a {
    margin: 0px 2px;
    padding: 3px;
  }
  .adminsubmenu {
    padding: 0px !important;
  }
  .adminsubmenu a {
    font-size: 0.7em;
    padding: 5px 5px !important;
  }
  .edittable {
    overflow: scroll;
  }
  .chart_intervals {
    display: none;
  }
  #bottom_bar {
    display: none;
  }
}
.testbanner {
  position: fixed;
  z-index: 1000;
  width: 100%;
  font-size: 1em;
  font-weight: 600;
  bottom: 0;
  padding: 15px;
  text-align: center;
  font-family: Lato, Helvetica Neue, Arial, Helvetica, sans-serif;
  background-color: rgba(221, 106, 5, 0.8588235294);
  color: #FFF;
}
.testbanner #userselector {
  margin-right: 25px;
  float: right;
}
.testbanner #userselector select {
  padding: 2px;
}

/*# sourceMappingURL=styles.css.map */
