@charset "UTF-8";
/* https://sass-lang.com/ */
@import url("//fonts.googleapis.com/css?family=Open+Sans:300,400,400italic,600,600italic,700,700italic");
#main-menu-side {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  background-color: #f5f8fa;
  z-index: 9970;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: #394263;
  box-sizing: border-box;
  box-shadow: 2px 0 3px #cfcfd4;
  padding: 0;
  margin: 0;
  user-select: none;
}
#main-menu-side .main-menu,
#main-menu-side .user-menu {
  position: absolute;
  left: 0;
  top: 0;
}
#main-menu-side i:hover {
  cursor: pointer;
}
#main-menu-side .menu-item:hover {
  cursor: pointer;
  background-color: #e3e6eb;
}
#main-menu-side .main-menu-selected {
  font-weight: bold;
  background-color: #e3e6eb;
}
#main-menu-side .header {
  background-color: #ebeef2;
  vertical-align: middle;
  height: 60px;
  line-height: 60px;
  box-sizing: border-box;
  cursor: pointer;
}
#main-menu-side .header .menu-select {
  vertical-align: middle;
  line-height: normal;
}
#main-menu-side .header .information {
  vertical-align: middle;
  line-height: normal;
}
#main-menu-side .spacer {
  height: 10px;
}
#main-menu-side .fold-btn {
  position: absolute;
  left: 205px;
  top: 20px;
  height: 20px;
  width: 25px;
  background-color: #ebeef2;
  border-radius: 10px;
  border: 1px solid #ebeef2;
  text-align: right;
  padding: 2px 5px 0 0;
  box-shadow: 2px 0 3px #cfcfd4;
}
#main-menu-side .fold-btn:hover {
  cursor: pointer;
}
#main-menu-side .unfold-btn {
  position: absolute;
  left: 35px;
  top: 20px;
  height: 20px;
  width: 25px;
  background-color: #ebeef2;
  border-radius: 10px;
  border: 1px solid #ebeef2;
  text-align: right;
  padding: 2px 5px 0 0;
  box-shadow: 2px 0 3px #cfcfd4;
}
#main-menu-side .unfold-btn:hover {
  cursor: pointer;
}
#main-menu-side .support-box {
  position: absolute;
  background-color: #165152;
  margin: 0;
  bottom: 20px;
  z-index: 9971;
  font-size: 14px;
  text-align: center;
  color: #ffffff;
  box-sizing: border-box;
  font-weight: bold;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, Arial, sans-serif;
  border-radius: 30px;
}
#main-menu-side .support-box div {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
#main-menu-side .support-box:hover {
  cursor: pointer;
}
#main-menu-side .support-box-content {
  display: none;
  position: absolute;
  margin: 0;
  left: 20px;
  bottom: 20px;
  width: 250px;
  z-index: 9980;
  font-size: 14px;
  text-align: center;
  color: #ffffff;
  box-sizing: border-box;
  font-weight: bold;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, Arial, sans-serif;
  line-height: normal;
}
#main-menu-side .support-box-content .support-header {
  padding: 10px 10px;
  background-color: #165152;
  border-radius: 10px 10px 0 0;
  border-top: 1px solid #a0a0a0;
  box-shadow: 0 0 5px -1px rgba(0, 0, 0, 0.75);
  width: 250px;
  box-sizing: border-box;
  line-height: normal;
}
#main-menu-side .support-box-content .support-content {
  color: #333333;
  text-align: left;
  padding: 20px 20px;
  background-color: #ffffff;
  border-radius: 0 0 10px 10px;
  box-shadow: 0 0 5px -1px rgba(0, 0, 0, 0.75);
  width: 250px;
  box-sizing: border-box;
  line-height: normal;
}
#main-menu-side .support-box-content button {
  border-radius: 5px;
  border: 1px solid #165152;
  background-color: #FFFFFF;
  padding: 7px 0;
  width: 90px;
  text-align: center;
  color: #165152;
  box-sizing: border-box;
}
#main-menu-side .support-box-content button:hover {
  background-color: #165152;
  color: #FFFFFF;
}

.main-menu-side-unfold {
  width: 220px;
  text-align: left;
}
.main-menu-side-unfold .header {
  width: 220px;
  padding: 0 0 0 30px;
  box-sizing: border-box;
}
.main-menu-side-unfold .header .menu-select {
  display: inline-block;
  width: 30px;
  font-size: 20px;
}
.main-menu-side-unfold .header .information {
  display: inline-block;
  width: 140px;
}
.main-menu-side-unfold .header .information .username {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.main-menu-side-unfold .header .information .company {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.main-menu-side-unfold .menu-item {
  display: block;
  font-size: 14px;
  margin: 16px 0 14px 0;
  padding: 15px 0 15px 30px;
}
.main-menu-side-unfold .menu-item .text {
  display: inline-block;
  font-size: 16px;
}
.main-menu-side-unfold .menu-item img {
  width: 20px;
  height: 20px;
  vertical-align: middle;
}
.main-menu-side-unfold .support-box {
  left: 45px;
  width: 130px;
  height: 40px;
}
.main-menu-side-unfold .support-box .text {
  display: inline-block;
}
.main-menu-side-unfold .support-box .icon {
  font-size: 14px;
}
.main-menu-side-unfold .agreement {
  position: absolute;
  margin: 0;
  left: 0;
  bottom: 60px;
  width: 220px;
  z-index: 9980;
  text-align: center;
}
.main-menu-side-unfold .agreement .text {
  display: inline-block;
}

.main-menu-side-fold {
  width: 50px;
  text-align: center;
}
.main-menu-side-fold .header .menu-select {
  display: block;
  font-size: 20px;
  padding: 20px 0 0 0;
  width: 50px;
}
.main-menu-side-fold .header .information {
  display: none;
}
.main-menu-side-fold .menu-item {
  display: block;
  font-size: 20px;
  margin: 10px 0 15px 0;
  padding: 15px 0 15px 0;
}
.main-menu-side-fold .menu-item .menu-text {
  display: none;
}
.main-menu-side-fold .menu-item img {
  width: 24px;
  height: 24px;
  vertical-align: middle;
}
.main-menu-side-fold .support-box {
  left: 8px;
  width: 35px;
  height: 35px;
}
.main-menu-side-fold .support-box .text {
  display: none;
}
.main-menu-side-fold .support-box .icon {
  font-size: 18px;
}
.main-menu-side-fold .agreement {
  position: absolute;
  margin: 0;
  left: 0;
  bottom: 60px;
  width: 50px;
  z-index: 9980;
  text-align: center;
}
.main-menu-side-fold .agreement .text {
  display: none;
}

.toolbar-top {
  height: 60px;
  width: 100%;
  padding: 2em 4em;
  box-sizing: border-box;
  background-color: #ffffff;
}
.toolbar-top .icon-select {
  border: 1px solid #909090;
  background-color: transparent;
  display: inline-block;
  vertical-align: middle;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  border-radius: 5px;
  color: #313854;
  text-decoration: none;
  font-size: 16px;
  height: 28px;
  float: right;
  box-sizing: border-box;
}
.toolbar-top .icon-select span {
  display: inline-block;
  text-align: center;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}
.toolbar-top .icon-select span img {
  width: 26px;
  height: 26px;
  margin: 0px 5px 0px 5px;
}
.toolbar-top .icon-select-first {
  border-right: 1px solid #909090;
}

/*
########################## Information ##########################
#  Sidst ændret:         03 April 2019
#  Oprettet:             17 April 2018
#  Side:                 account CSS      
#  Beskrivelse:          Inc - account
#  Made by:              Daniel Dith              
################################################################# 
*/
#account-content {
  color: #354147;
  font-size: 12px;
}

#account-content .saveBotton {
  display: inline-block;
  box-sizing: border-box;
  cursor: pointer;
  padding: 10px;
  min-width: 120px;
  text-align: center;
  background: #f1f4f5;
  color: #505050;
  border: 1px solid #dadfe2;
  border-radius: 5px;
  float: right;
}

#account-content .saveBottonColor {
  display: inline-block;
  box-sizing: border-box;
  cursor: pointer;
  padding: 10px;
  min-width: 120px;
  text-align: center;
  background: #2ca530;
  color: #ffffff;
  border: 1px solid #dadfe2;
  border-radius: 5px;
  float: right;
}

#account-content .saveBottonColor:hover {
  background: #3cb540;
  cursor: pointer;
}

#account-content .CL1690botton a {
  color: #505050;
  text-decoration: none;
}

#account-content h3 {
  color: #313854;
  width: 100%;
  padding: 10px 10px 10px 10px;
}

#account-content .section-setting {
  background-color: #ffffff;
  max-width: 700px;
  zheight: 600px;
  border: 1px solid #dfdfdf;
  margin: 0px 0px 20px 0px;
  padding: 15px 15px 15px 15px;
  box-sizing: border-box;
  zmargin: 0 auto;
  border-radius: 3px;
  font-size: 14px;
}

#account-content .section-setting label {
  color: #354147;
  font-weight: 600;
}

#account-content .section-setting .requiredText {
  color: #FF4A00;
  font-size: 11px;
}

#account-content .section-setting .fminput {
  min-height: 30px;
  border-radius: 3px;
  background: #fff;
  padding: 8px;
  border: 1px solid #DADFE2;
  box-sizing: border-box;
  width: 100%;
  margin: 5px 0px 0px 0px;
}

#account-content .member-table {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #dfe3eb;
  border-collapse: collapse;
}

#account-content .member-table th {
  background-color: #f5f8fa;
  box-sizing: border-box;
  border: 1px solid #dfe3eb;
  border-collapse: collapse;
  padding: 8px 8px;
  color: #5f6c72;
  text-align: left;
  font-size: 14px;
  font-weight: normal;
}

#account-content .member-table td:hover {
  background-color: #f5f8fa;
  cursor: pointer;
}

#account-content .member-table td {
  background-color: #ffffff;
  box-sizing: border-box;
  border: 1px solid #dfe3eb;
  border-collapse: collapse;
  padding: 8px 8px;
  color: #5f6c72;
  text-align: left;
  font-size: 14px;
  font-weight: normal;
}

#account-content .small-box {
  background-color: #f5f8fa;
  border: 1px solid #a0a0a0;
  padding: 3px 3px;
  color: #808080;
  border-radius: 5px;
  margin: 4px 4px;
  display: inline-block;
}

#account-content .group {
  color: #303030;
  background-color: #ffffff;
  padding: 10px 10px;
  box-sizing: border-box;
  border-radius: 5px;
  flex: 1;
}

#account-content .group-edit {
  display: inline-block;
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
}

#account-content .group-edit:hover {
  cursor: pointer;
}

#account-content .group:hover {
  cursor: pointer;
  background-color: #e0e0e0;
}

#account-content h4 {
  font-size: 20px;
  color: #5F6C72;
  background-color: transparent;
  display: block;
  padding: 0px 0px 15px 0px;
  margin: 0;
  border-bottom: none;
  font-weight: bold;
  font-weight: 600;
}

#account-content .section-setting strong {
  padding-bottom: 5px;
}

#account-content .section-setting h5 {
  font-size: 16px;
  font-weight: normal;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 10px 10px;
}

#account-content .section-setting .CL1690Sub {
  width: 300px;
  float: left;
  margin: 0;
}

#account-content .menu {
  background-color: transparent;
  max-width: 1000px;
  border: none;
  margin: 0px 0px 0px 0px;
  padding: 20px 0px 40px 0px;
  box-sizing: border-box;
}

#account-content .menu .selected {
  margin: 0px 20px 0px 0px;
  padding: 0px 0px 10px 0px;
  border-bottom: 2px solid #0071b2;
  color: #0071b2;
}

#account-content .menu span {
  margin: 0px 20px 0px 0px;
  padding: 0px 0px 10px 0px;
  color: #5F6C72;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;
  margin-right: 20px;
}

#account-content .menu span:hover {
  cursor: pointer;
}

#account-content .invoice-list {
  zdisplay: flex;
  zzjustify-content: space-between;
  zalign-items: center;
  list-style: none;
  padding: 10px 10px 10px 10px;
  border-bottom: 1px solid #c0c0c0;
}

#account-content .plans-list {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

#account-content .plans-list .plan-box {
  border: 1px solid #c0c0c0;
  width: 240px;
  box-sizing: border-box;
  padding: 10px 10px 10px 10px;
  text-align: center;
  border-radius: 5px;
}

#account-content .plans-list .plan-box .plan-summary {
  text-align: center;
  box-sizing: border-box;
  margin-bottom: 10px;
}

#account-content .plans-list .plan-box .plan-summary .plan-title {
  display: block;
  font-size: 14px;
  box-sizing: border-box;
}

#account-content .plans-list .plan-box .plan-summary .plan-price {
  display: block;
  font-size: 40px;
  box-sizing: border-box;
}

#account-content .plans-list .plan-box .plan-summary .plan-price-decription {
  display: block;
  font-size: 14px;
  box-sizing: border-box;
}

#account-content .plans-list .plan-box .plan-line {
  font-size: 14px;
  box-sizing: border-box;
  padding: 10px 0px 10px 0px;
  border-bottom: 1px solid #c0c0c0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

#account-content .plans-list .plan-box .plan-line .plan-name {
  color: #000000;
  font-weight: 600;
}

#account-content .plans-list .plan-box .plan-line .plan-description {
  text-align: right;
}

#account-content .plans-list .plan-btn {
  display: inline-block;
  box-sizing: border-box;
  cursor: pointer;
  padding: 10px;
  min-width: 120px;
  text-align: center;
  background: #f1f4f5;
  color: #505050;
  border: 1px solid #dadfe2;
  border-radius: 5px;
  margin-top: 20px;
}

#account-content .plan-change-summary {
  box-sizing: border-box;
  border: 1px solid #dfdfdf;
  margin: 0px 0px 20px 0px;
  padding: 15px 15px 15px 15px;
}

#account-content .plan-change-summary .plan-summary-line {
  font-size: 14px;
  box-sizing: border-box;
  padding: 10px 0px 10px 0px;
  border-bottom: 1px solid #c0c0c0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

#account-content .plan-change-summary .plan-summary-line .plan-line-tot-description {
  font-weight: bold;
}

#account-content .plan-change-summary .plan-summary-line .plan-line-tot-price {
  font-weight: bold;
}

#account-content .plan-billing-options {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

#account-content .plan-billing-option {
  font-size: 14px;
  width: 48%;
  box-sizing: border-box;
  border: 1px solid #dfdfdf;
  margin: 0px 0px 20px 0px;
  padding: 15px 15px 15px 15px;
}

#account-content .plan-billing-option:hover {
  cursor: pointer;
  border: 1px solid #d0d0d0;
}

#account-content .plan-billing-option-selected {
  font-size: 14px;
  width: 48%;
  box-sizing: border-box;
  border: 2px solid #0071b2;
  margin: 0px 0px 20px 0px;
  padding: 15px 15px 15px 15px;
}

#account-content .plan-billing-option-selected:hover {
  cursor: pointer;
  border: 2px solid #0051a2;
}

.account-modal-user .access-select {
  height: 200px;
  overflow-y: scroll;
  margin: 0 5px 15px 5px;
  box-sizing: border-box;
}
.account-modal-user .access-select .some .access-item {
  padding: 0 5px 2px 0;
  box-sizing: border-box;
}
.account-modal-user .access-select .some .access-group {
  /* white-space:nowrap;width:95%;overflow:hidden;text-overflow:ellipsis;display:inline-block; */
  padding: 2px 5px 2px 0;
  box-sizing: border-box;
  color: #305030;
  border-bottom: 1px solid #305030;
  border-top: 1px solid #305030;
  font-weight: bold;
}

#loader-center-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 200px;
  width: 200px;
  margin-top: -100px;
  margin-left: -100px;
  -ms-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.loader-object {
  -moz-border-radius: 50% 50% 50% 50%;
  -webkit-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%;
  position: absolute;
  border-top: 5px solid #2ca531;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #2ca531;
  border-right: 5px solid transparent;
  -webkit-animation: animate 2s infinite;
  animation: animate 2s infinite;
}

#loader-object_one {
  left: 75px;
  top: 75px;
  width: 50px;
  height: 50px;
}

#loader-object_two {
  left: 65px;
  top: 65px;
  width: 70px;
  height: 70px;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

#loader-object_three {
  left: 55px;
  top: 55px;
  width: 90px;
  height: 90px;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

#loader-object_four {
  left: 45px;
  top: 45px;
  width: 110px;
  height: 110px;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

@-webkit-keyframes animate {
  50% {
    -ms-transform: rotate(360deg) scale(0.8);
    -webkit-transform: rotate(360deg) scale(0.8);
    transform: rotate(360deg) scale(0.8);
  }
}
@keyframes animate {
  50% {
    -ms-transform: rotate(360deg) scale(0.8);
    -webkit-transform: rotate(360deg) scale(0.8);
    transform: rotate(360deg) scale(0.8);
  }
}
#modal-confirm-01 .confirm-content {
  padding: 10px 10px;
}
#modal-confirm-01 .confirm-button {
  display: block;
  float: left;
  cursor: pointer;
  text-align: center;
  width: 50%;
  line-height: 46px;
  height: 46px;
  overflow: hidden;
  padding: 0 10px;
  transition: color 0.2s, background-color 0.2s;
  box-sizing: border-box;
}
#modal-confirm-01 .confirm-button-cancel {
  border-bottom-left-radius: 4px;
  background: #ddd;
  color: #666;
}
#modal-confirm-01 .confirm-button-submit {
  border-bottom-right-radius: 4px;
  background: #7d0;
  color: #fff;
}

#modal-common-01 .loader, #modal-common-02 .loader, #modal-common-03 .loader, #modal-common-04 .loader {
  width: 100%;
  height: 100%;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #FFFFFF;
  background-image: url("/gfx/loader/ufo48.gif");
  background-repeat: no-repeat;
  background-position: center center;
}
#modal-common-01 input:not([type=checkbox]), #modal-common-01 select, #modal-common-02 input:not([type=checkbox]), #modal-common-02 select, #modal-common-03 input:not([type=checkbox]), #modal-common-03 select, #modal-common-04 input:not([type=checkbox]), #modal-common-04 select {
  border: 1px solid #DADFE2;
  background-color: #ffffff;
  display: inline-block;
  vertical-align: middle;
  padding: 8px;
  margin: 5px 0px 6px 0px;
  border-radius: 3px;
  color: #313854;
  text-decoration: none;
  font: 400 14px Arial;
  box-sizing: border-box;
  min-height: 30px;
  width: 90%;
}
#modal-common-01 input:hover, #modal-common-02 input:hover, #modal-common-03 input:hover, #modal-common-04 input:hover {
  border: 1px solid #0071B2;
  cursor: pointer;
}
#modal-common-01 label, #modal-common-02 label, #modal-common-03 label, #modal-common-04 label {
  width: auto;
  display: inline-block;
  text-align: left;
  color: #354147;
  font-weight: 600;
  padding: 0;
  /* margin: 5px 0px 2px 0px;*/
  margin: 0;
  font-size: 14px;
}
#modal-common-01 .table-list, #modal-common-02 .table-list, #modal-common-03 .table-list, #modal-common-04 .table-list {
  border-collapse: collapse;
}
#modal-common-01 .table-list tr th, #modal-common-02 .table-list tr th, #modal-common-03 .table-list tr th, #modal-common-04 .table-list tr th {
  font-size: 14px;
  border: 1px solid #909090;
  background-color: #f9fafc;
  padding: 2px 10px 2px 10px;
  color: #606060;
}
#modal-common-01 .table-list tr td, #modal-common-02 .table-list tr td, #modal-common-03 .table-list tr td, #modal-common-04 .table-list tr td {
  font-size: 14px;
  border: 1px solid #909090;
  padding: 2px 10px 2px 10px;
  word-wrap: break-word;
  word-break: break-all;
  color: #606060;
}
#modal-common-01 .table-list .odd, #modal-common-02 .table-list .odd, #modal-common-03 .table-list .odd, #modal-common-04 .table-list .odd {
  background-color: #dfdfdf;
  word-wrap: break-word;
}
#modal-common-01 .table-list .even, #modal-common-02 .table-list .even, #modal-common-03 .table-list .even, #modal-common-04 .table-list .even {
  background-color: #ffffff;
  word-wrap: break-word;
}

.modal-gray-button {
  border: 1px solid #909090;
  background-color: #ffffff;
  display: inline-block;
  vertical-align: middle;
  padding: 7px 10px 7px 10px;
  margin: 0 5px 0 0;
  border-radius: 5px;
  color: #313854;
  text-decoration: none;
  font-size: 16px;
  box-sizing: border-box;
  min-width: 120px;
}

.modal-gray-button:hover {
  border: 1px solid #0071B2;
  cursor: pointer;
}

.modal-green-button {
  border: 1px solid #00a71c;
  display: inline-block;
  vertical-align: middle;
  padding: 7px 10px 7px 10px;
  margin: 0 5px 0 5px;
  border-radius: 5px;
  text-decoration: none;
  font-size: 16px;
  background-color: #00a71c;
  color: #ffffff;
  font-weight: bold;
  box-sizing: border-box;
  min-width: 120px;
}

.modal-green-button:hover {
  background-color: #10b72c;
  cursor: pointer;
}

.modal-red-button {
  border: 1px solid #000000;
  display: inline-block;
  vertical-align: middle;
  padding: 5px 10px 5px 10px;
  margin: 0 5px 0 5px;
  border-radius: 5px;
  text-decoration: none;
  font-size: 16px;
  background-color: #b00000;
  color: #ffffff;
  font-weight: bold;
  box-sizing: border-box;
  min-width: 120px;
}

.modal-red-button:hover {
  background-color: #d00000;
  cursor: pointer;
}

.modal-input {
  border: 1px solid #DADFE2;
  background-color: #ffffff;
  display: inline-block;
  vertical-align: middle;
  padding: 8px;
  margin: 5px 0px 6px 0px;
  border-radius: 3px;
  color: #313854;
  text-decoration: none;
  font: 400 14px Arial;
  box-sizing: border-box;
  min-height: 30px;
  width: 90%;
}

.modal-input:hover {
  border: 1px solid #0071B2;
  cursor: pointer;
}

.modal-label {
  width: auto;
  display: inline-block;
  text-align: left;
  color: #354147;
  font-weight: 600;
  padding: 0;
  /* margin: 5px 0px 2px 0px;*/
  margin: 0;
  font-size: 14px;
}

.modal-label-required {
  color: #f06a00;
  font-size: 11px;
}

#editor-thumbnail-sidemenu {
  width: calc(100vw - 100px);
  background-color: #EAEDF1;
  height: 125px;
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  position: absolute;
  padding: 8px 0px 0px 10px;
  left: 20px;
  bottom: 10px;
  text-align: left;
  border: 1px solid #c0c0c0;
  box-sizing: border-box;
  box-shadow: -2px 5px 7px rgba(0, 0, 0, 0.5);
  z-index: 7500;
}

#editor-thumbnail-sidemenu #sortable {
  list-style-type: none;
  margin: 0;
  padding: 0;
  border: none;
  text-align: left;
  display: inline-block;
}

#editor-thumbnail-sidemenu #sortable li {
  height: 80px;
  font-size: 35.5%;
  /* width*0.25 %*/
  text-align: center;
  background-color: #FFFFFF;
  border: 1px solid #909090;
  margin: 0px 10px 0px 0px;
  padding: 0;
  display: inline-block;
  position: relative;
  box-shadow: -3px 5px 5px rgba(0, 0, 0, 0.4);
  cursor: pointer;
}

#editor-thumbnail-sidemenu #sortable li:after {
  content: "\a";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}

#editor-thumbnail-sidemenu #sortable li:hover:after {
  opacity: 1;
}

#editor-thumbnail-sidemenu .CL1400newSlide {
  text-align: center;
  font-size: 24px;
  color: #303030;
  display: inline-block;
  height: 80px;
  width: 40px;
  background-color: transparent;
  position: absolute;
  border: none;
  box-shadow: none;
  cursor: pointer;
}

#editor-thumbnail-sidemenu .CL1400newSlide:hover {
  cursor: pointer;
}

#editor-thumbnail-sidemenu .CL1400newSlide img {
  margin: 24px 0px 0px 0px;
  height: 32px;
  width: 32px;
}

#editor-menu {
  padding: 0px 10px 0px 0px;
  margin: 0px 0px 0px 0px;
  font-size: 10pt;
  height: 50px;
  width: 100%;
  box-sizing: border-box;
  background-color: #ffffff;
  color: #455A64;
  border-bottom: 1px solid #e0e0e0;
  display: flex;
  justify-content: space-between;
}

#editor-menu .edit-title {
  display: inline-block;
  width: 360px;
  box-sizing: border-box;
}

#editor-menu .icons {
  display: inline-block;
  padding: 8px 20px 0px 0px;
  font-size: 20px;
  color: #d0d0d0;
  text-align: right;
  box-sizing: border-box;
}

#editor-menu .navi {
  display: inline-block;
  box-sizing: border-box;
}

#editor-menu .navi .item {
  display: inline-block;
  font-size: 14px;
  margin: 12px 10px 0px 10px;
}

#editor-menu .navi .item:hover {
  cursor: pointer;
}

#editor-menu h1 {
  font-size: 14pt;
  font-weight: normal;
  padding: 0px 0px 0px 0px;
  margin: 12px 0px 0px 10px;
  display: inline-block;
  color: #455A64;
}

#editor-menu h1 i:hover {
  cursor: pointer;
  color: #c0c0c0;
}

#editor-menu .icons i:hover {
  cursor: pointer;
  color: #c0c0c0;
}

#editor-menu .icons .button {
  border: 1px solid #909090;
  background-color: transparent;
  display: inline-block;
  vertical-align: middle;
  padding: 2px 10px 2px 10px;
  margin: 0px 5px 0px 5px;
  border-radius: 5px;
  color: #313854;
  text-decoration: none;
  font-size: 16px;
}

#editor-menu .icons .button:hover {
  border: 1px solid #0071B2;
  cursor: pointer;
}

#editor-menu .icons .button-color {
  border: 1px solid #00a71c;
  display: inline-block;
  vertical-align: middle;
  padding: 2px 10px 2px 10px;
  margin: 0px 5px 0px 5px;
  border-radius: 5px;
  color: #ffffff;
  text-decoration: none;
  font-size: 16px;
  background-color: #00a71c;
  font-weight: bold;
}

#editor-menu .icons .button-color:hover {
  background-color: #10b72c;
  cursor: pointer;
}

#editor-menu .icons .auto-save-icon {
  width: 25px;
  height: 25px;
  margin: 0px 15px 0px 10px;
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
}

#editor-menu .icons #editor-grid-icon {
  width: 25px;
  height: 25px;
  margin: 0px 15px 0px 10px;
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
}

#editor-menu #ID1400serieTitle {
  font-size: 16px;
  border: none;
  background-color: transparent;
  color: #313854;
  margin: 12px 0px 0px 5px;
  font-weight: normal;
  width: 300px;
  box-sizing: border-box;
}

#editor-menu #ID1400serieTitle:active,
#editor-menu #ID1400serieTitle:focus {
  border-bottom: 1px solid #909090;
}

#editor-grid-menu-modal label {
  display: inline-block;
}

#editor-grid-pattern-div {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 7999;
  pointer-events: none;
  background-size: 50px 50px;
  background-color: transparent;
  background-image: -webkit-linear-gradient(rgba(100, 100, 100, 0.5) 1px, transparent 1px, transparent), -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.5) 1px, transparent 1px, transparent);
  background-image: -moz-linear-gradient(rgba(0, 0, 0, 0.5) 1px, transparent 1px, transparent), -moz-linear-gradient(0deg, rgba(0, 0, 0, 0.5) 1px, transparent 1px, transparent);
  background-image: linear-gradient(rgba(100, 100, 100, 0.5) 1px, transparent 1px, transparent), linear-gradient(90deg, rgba(100, 100, 100, 0.5) 1px, transparent 1px, transparent);
}

#main-content .CL1400MenuContent .prop-icon {
  font-size: 24px;
  vertical-align: middle;
  border: 1px solid #909090;
  overflow: hidden;
  border-radius: 5px;
  padding: 3px 3px;
  background-color: #00a71c;
  color: #ffffff;
}
#main-content .CL1400MenuContent .prop-icon:hover {
  cursor: pointer;
}

#modal-common-01 .editor-modal-slide-schedule .schedule-table, #modal-common-02 .editor-modal-slide-schedule .schedule-table, #modal-common-03 .editor-modal-slide-schedule .schedule-table, #modal-common-04 .editor-modal-slide-schedule .schedule-table {
  border-collapse: collapse;
}
#modal-common-01 .editor-modal-slide-schedule .schedule-table tr th, #modal-common-02 .editor-modal-slide-schedule .schedule-table tr th, #modal-common-03 .editor-modal-slide-schedule .schedule-table tr th, #modal-common-04 .editor-modal-slide-schedule .schedule-table tr th {
  font-size: 14px;
  border: 1px solid #909090;
  background-color: #f9fafc;
  padding: 2px 10px 2px 10px;
  color: #606060;
}
#modal-common-01 .editor-modal-slide-schedule .schedule-table tr td, #modal-common-02 .editor-modal-slide-schedule .schedule-table tr td, #modal-common-03 .editor-modal-slide-schedule .schedule-table tr td, #modal-common-04 .editor-modal-slide-schedule .schedule-table tr td {
  font-size: 14px;
  border: 1px solid #909090;
  padding: 2px 10px 2px 10px;
  word-wrap: break-word;
  word-break: break-all;
  color: #606060;
}
#modal-common-01 .editor-modal-slide-schedule .schedule-table .event-sch-days, #modal-common-02 .editor-modal-slide-schedule .schedule-table .event-sch-days, #modal-common-03 .editor-modal-slide-schedule .schedule-table .event-sch-days, #modal-common-04 .editor-modal-slide-schedule .schedule-table .event-sch-days {
  display: inline-block;
  padding: 2px 0;
  margin: 2px 2px;
  background-color: #909090;
  color: #ffffff;
  font-size: 14px;
  width: 25px;
  text-align: center;
  box-sizing: border-box;
}
#modal-common-01 .editor-modal-slide-schedule .schedule-table .event-sch-days:hover, #modal-common-02 .editor-modal-slide-schedule .schedule-table .event-sch-days:hover, #modal-common-03 .editor-modal-slide-schedule .schedule-table .event-sch-days:hover, #modal-common-04 .editor-modal-slide-schedule .schedule-table .event-sch-days:hover {
  cursor: pointer;
}
#modal-common-01 .editor-modal-slide-schedule .schedule-table .day-deselected, #modal-common-02 .editor-modal-slide-schedule .schedule-table .day-deselected, #modal-common-03 .editor-modal-slide-schedule .schedule-table .day-deselected, #modal-common-04 .editor-modal-slide-schedule .schedule-table .day-deselected {
  background-color: #909090;
}
#modal-common-01 .editor-modal-slide-schedule .schedule-table .day-selected, #modal-common-02 .editor-modal-slide-schedule .schedule-table .day-selected, #modal-common-03 .editor-modal-slide-schedule .schedule-table .day-selected, #modal-common-04 .editor-modal-slide-schedule .schedule-table .day-selected {
  background-color: #009000;
}
#modal-common-01 .editor-modal-slide-schedule .schedule-table input, #modal-common-02 .editor-modal-slide-schedule .schedule-table input, #modal-common-03 .editor-modal-slide-schedule .schedule-table input, #modal-common-04 .editor-modal-slide-schedule .schedule-table input {
  border: 1px solid #c0c0c0;
  background-color: #ffffff;
  display: inline-block;
  vertical-align: middle;
  padding: 2px 2px;
  margin: 0;
  border-radius: 3px;
  color: #313854;
  text-decoration: none;
  font: 400 14px Arial;
  box-sizing: border-box;
  min-height: 30px;
  width: 90%;
  font-size: 13px;
  text-align: center;
}

#editor-menu-tools {
  position: absolute;
  width: 290px;
  height: calc(100vh - 200px);
  top: 65px;
  right: 30px;
  box-sizing: border-box;
  box-shadow: -2px 3px 7px rgba(0, 0, 0, 0.5);
  border: 1px solid #c0c0c0;
  background-color: #ffffff;
  z-index: 7000;
}
#editor-menu-tools .header-block {
  height: 50px;
  /*width: 290px;*/
  width: 100%;
  /* top: 0; */
  /* left: 0; */
  box-sizing: border-box;
  background-color: #f0f0f0;
  /* position: absolute; */
  display: table;
  border-collapse: collapse;
  z-index: 7100;
}
#editor-menu-tools .header-block .menu-item {
  height: 50px;
  display: table-cell;
  border: 1px solid #c0c0c0;
  box-sizing: border-box;
  box-shadow: inset -2px -4px 10px rgba(0, 0, 0, 0.1);
  font-size: 24px;
  text-align: center;
  vertical-align: middle;
  position: relative;
}
#editor-menu-tools .header-block .menu-item:hover {
  cursor: pointer;
}
#editor-menu-tools .header-block .menu-item-selected {
  box-shadow: none;
  background-color: #ffffff;
  border-bottom: 1px solid #ffffff;
  cursor: pointer;
}
#editor-menu-tools .header-block #ID1400MenuItem1:hover:after {
  content: "Design";
  font-size: 11px;
  position: absolute;
  width: 100%;
  height: 16px;
  padding: 0;
  margin: 0;
  text-align: center;
  top: 50px;
  left: 0;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.6);
}
#editor-menu-tools .header-block #ID1400MenuItem2:hover:after {
  content: "Clipart";
  font-size: 11px;
  position: absolute;
  width: 100%;
  height: 16px;
  padding: 0;
  margin: 0;
  text-align: center;
  top: 50px;
  left: 0;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.6);
}
#editor-menu-tools .header-block #ID1400MenuItem5:hover:after {
  content: "Text";
  font-size: 11px;
  position: absolute;
  width: 100%;
  height: 16px;
  padding: 0;
  margin: 0;
  text-align: center;
  top: 50px;
  left: 0;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.6);
}
#editor-menu-tools .header-block #ID1400MenuItem3:hover:after {
  content: "Plugin";
  font-size: 11px;
  position: absolute;
  width: 100%;
  height: 16px;
  padding: 0;
  margin: 0;
  text-align: center;
  top: 50px;
  left: 0;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.6);
}
#editor-menu-tools .header-block #ID1400MenuItem4:hover:after {
  content: "Properties";
  font-size: 11px;
  position: absolute;
  width: 100%;
  height: 16px;
  padding: 0;
  margin: 0;
  text-align: center;
  top: 50px;
  left: 0;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.6);
}
#editor-menu-tools #ID1400MenuSpotProp {
  display: none;
  z-index: 7010;
}
#editor-menu-tools #ID1400MenuSpotProp .CL1400MenuContent {
  height: calc(100vh - 272px);
  width: 290px;
  top: 70px;
  left: 0;
  box-sizing: border-box;
  background-color: #f0f0f0;
  position: absolute;
  border: 1px solid #c0c0c0;
  z-index: 7020;
  overflow-y: scroll;
}
#editor-menu-tools #ID1400MenuSpotProp .CL1400MenuContent label {
  width: 140px;
  display: inline-block;
  color: #313854;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  margin: 10px 0px 10px 10px;
}
#editor-menu-tools #ID1400MenuSpotProp .CL1400MenuContent h2 {
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #000;
  line-height: 0.1em;
  margin: 10px 0 20px;
  font-size: 14px;
}
#editor-menu-tools #ID1400MenuSpotProp .CL1400MenuContent h2 span {
  background: #f0f0f0;
  padding: 0 10px;
}
#editor-menu-tools #ID1400MenuSpotProp .CL1400MenuTitle {
  height: 20px;
  width: 290px;
  top: 50px;
  left: 0;
  box-sizing: border-box;
  background-color: #ffffff;
  position: absolute;
  border-bottom: 2px solid #394263;
  z-index: 7030;
  padding-left: 6px;
  border-left: 1px solid #c0c0c0;
  border-right: 1px solid #c0c0c0;
}
#editor-menu-tools #ID1400MenuSpotProp .CL1400TextSelect {
  width: 60px;
  height: 60px;
  display: inline-block;
  margin: 2px 2px 2px 2px;
  border: 1px solid #f0f0f0;
  box-sizing: border-box;
}
#editor-menu-tools #ID1400MenuSpotProp .CL1400TextSelect:hover {
  border: 1px solid #394263;
}
#editor-menu-tools #ID1490MenuDesign {
  z-index: 7010;
}
#editor-menu-tools #ID1490MenuDesign .CL1490MenuContent {
  height: calc(100vh - 272px);
  width: 290px;
  top: 70px;
  left: 0;
  box-sizing: border-box;
  background-color: #f0f0f0;
  position: absolute;
  border: 1px solid #c0c0c0;
  z-index: 7020;
}
#editor-menu-tools #ID1490MenuDesign .CL1490MenuContent label {
  width: 140px;
  display: inline-block;
  color: #313854;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  margin: 10px 0px 10px 10px;
}
#editor-menu-tools #ID1490MenuDesign .CL1490MenuContent h2 {
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #000;
  line-height: 0.1em;
  margin: 10px 0 20px;
  font-size: 14px;
}
#editor-menu-tools #ID1490MenuDesign .CL1490MenuContent h2 span {
  background: #f0f0f0;
  padding: 0 10px;
}
#editor-menu-tools #ID1490MenuDesign .CL1490MenuTitle {
  height: 20px;
  width: 290px;
  top: 50px;
  left: 0;
  box-sizing: border-box;
  background-color: #ffffff;
  position: absolute;
  border-bottom: 2px solid #394263;
  z-index: 7030;
  padding-left: 6px;
  border-left: 1px solid #c0c0c0;
  border-right: 1px solid #c0c0c0;
}
#editor-menu-tools #ID1490MenuDesign .CL1490CatDesignSelect {
  width: 255px;
  height: 60px;
  margin: 5px 0px 5px 5px;
  padding: 4px 2px 0px 5px;
  border: 1px solid #f0f0f0;
  box-sizing: border-box;
  box-shadow: -2px 3px 5px rgba(0, 0, 0, 0.4);
  background-color: #ffffff;
  display: inline-block;
  font-family: Raleway-Bold;
  font-size: 16px;
}
#editor-menu-tools #ID1490MenuDesign .CL1490CatDesignSelect:hover {
  background-color: #e0e0e0;
  cursor: pointer;
}
#editor-menu-tools #ID1490MenuDesign .CL1490CatDesignSelect img {
  display: inline-block;
  width: 89px;
  height: 50px;
  float: left;
}
#editor-menu-tools #ID1490MenuDesign .CL1490CatDesignSelect span {
  display: inline-block;
  float: left;
  padding: 5px 0px 0px 10px;
}
#editor-menu-tools #ID1490MenuDesign .CL1490CatDesignSelect span .CL1490catTypeText {
  font-size: 14px;
  padding: 0;
  margin: 0;
  font-family: Lato;
}
#editor-menu-tools #ID1490MenuDesign .CL1490navi:hover {
  cursor: pointer;
  color: #556A74;
}
#editor-menu-tools #ID1490MenuDesign .CL1490Back {
  width: 25px;
  background-color: #455A64;
  color: #ffffff;
  vertical-align: middle;
  font-size: 16px;
  margin-right: 5px;
}
#editor-menu-tools #ID1490MenuDesign .CL1490Back:hover {
  background-color: #354A54;
  cursor: pointer;
}
#editor-menu-tools #ID1490MenuDesign .CL1490Back i {
  margin-top: calc(50vh - 130px);
  margin-left: 5px;
}
#editor-menu-tools #ID1490MenuDesign .CL1490Content {
  flex: 1;
  overflow-y: scroll;
}
#editor-menu-tools #ID1490MenuDesign .CL1490designThumb {
  width: 233px;
  height: 131px;
  border: none;
  box-shadow: -1px 3px 5px rgba(0, 0, 0, 0.5);
  margin: 5px 0px 5px 0px;
  padding: 0;
  font-size: 58.25%;
  float: left;
  position: relative;
}
#editor-menu-tools #ID1490MenuDesign .CL1490designThumb:hover {
  cursor: pointer;
}
#editor-menu-tools #ID1490MenuDesign .CL1490designThumb:after {
  content: "\a";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
#editor-menu-tools #ID1490MenuDesign .CL1490designThumb:hover:after {
  opacity: 1;
}
#editor-menu-tools #ID1490MenuDesign .CL1490DesignSelect {
  width: 80px;
  height: 80px;
  display: inline-block;
  margin: 2px 2px 2px 2px;
  border: 1px solid #f0f0f0;
  box-sizing: border-box;
}
#editor-menu-tools #ID1490MenuDesign .CL1490DesignSelect:hover {
  border: 1px solid #394263;
}
#editor-menu-tools #ID1490MenuDesign .CL1490YourOwnDesign {
  color: #455A64;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  display: block;
  width: 100%;
}
#editor-menu-tools #ID1490MenuDesign .CL1490YourOwnDesign:hover {
  text-decoration: underline;
  color: #556A74;
}
#editor-menu-tools #ID1440MenuClipart {
  display: none;
  z-index: 7010;
}
#editor-menu-tools #ID1440MenuClipart .CL1440MenuContentP {
  height: calc(100vh - 272px);
  width: 290px;
  top: 70px;
  left: 0;
  box-sizing: border-box;
  background-color: #f0f0f0;
  position: absolute;
  border: 1px solid #c0c0c0;
  box-sizing: border-box;
  display: flex;
  z-index: 7020;
}
#editor-menu-tools #ID1440MenuClipart .CL1440MenuTitle {
  height: 20px;
  width: 289px;
  top: 50px;
  left: 0;
  box-sizing: border-box;
  background-color: #ffffff;
  position: absolute;
  border-bottom: 2px solid #394263;
  box-sizing: border-box;
  z-index: 7030;
  padding-left: 6px;
  border-left: 1px solid #c0c0c0;
  border-right: 1px solid #c0c0c0;
}
#editor-menu-tools #ID1440MenuClipart .CL1440CatSelect {
  width: 90px;
  background-color: #394263;
}
#editor-menu-tools #ID1440MenuClipart .CL1440CatSelect span {
  padding: 5px 0px 5px 5px;
  color: #ffffff;
  display: inline-block;
  width: 75px;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
}
#editor-menu-tools #ID1440MenuClipart .CL1440CatSelect span:hover {
  background-color: #596283;
}
#editor-menu-tools #ID1440MenuClipart .CL1440MenuContent {
  flex: 1;
  overflow-y: scroll;
}
#editor-menu-tools #ID1440MenuClipart .CL1440MenuContent .CL1440ClipartSelect {
  width: 50px;
  height: 50px;
  display: inline-block;
  margin: 2px 2px 2px 2px;
  border: 1px solid #f0f0f0;
  box-sizing: border-box;
}
#editor-menu-tools #ID1440MenuClipart .CL1440MenuContent .CL1440ClipartSelect:hover {
  border: 1px solid #394263;
}
#editor-menu-tools #ID1470MenuText {
  display: none;
  z-index: 7010;
}
#editor-menu-tools #ID1470MenuText .CL1470MenuContent {
  height: calc(100vh - 272px);
  width: 290px;
  top: 70px;
  left: 0;
  box-sizing: border-box;
  background-color: #f0f0f0;
  position: absolute;
  border: 1px solid #c0c0c0;
  z-index: 7020;
  overflow-y: scroll;
}
#editor-menu-tools #ID1470MenuText .CL1470MenuContent h2 {
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #000;
  line-height: 0.1em;
  margin: 10px 0 20px;
  font-size: 14px;
}
#editor-menu-tools #ID1470MenuText .CL1470MenuContent h2 span {
  background: #ffffff;
  padding: 0 10px;
}
#editor-menu-tools #ID1470MenuText .CL1470MenuTitle {
  height: 20px;
  width: 290px;
  top: 50px;
  left: 0;
  box-sizing: border-box;
  background-color: #ffffff;
  position: absolute;
  border-bottom: 2px solid #394263;
  z-index: 7030;
  padding-left: 6px;
  border-left: 1px solid #c0c0c0;
  border-right: 1px solid #c0c0c0;
}
#editor-menu-tools #ID1470MenuText .CL1470TextSelect {
  width: 60px;
  height: 60px;
  display: inline-block;
  margin: 2px 2px 2px 2px;
  border: 1px solid #f0f0f0;
  box-sizing: border-box;
}
#editor-menu-tools #ID1470MenuText .CL1470TextSelect:hover {
  border: 1px solid #394263;
}
#editor-menu-tools #ID1480MenuPlugin {
  display: none;
  z-index: 7010;
}
#editor-menu-tools #ID1480MenuPlugin .CL1480MenuContent {
  height: calc(100vh - 277px);
  width: 290px;
  top: 75px;
  left: 0;
  box-sizing: border-box;
  background-color: #ffffff;
  position: absolute;
  border-left: 1px solid #c0c0c0;
  border-right: 1px solid #c0c0c0;
  border-bottom: 1px solid #c0c0c0;
  z-index: 7020;
  overflow-y: scroll;
}
#editor-menu-tools #ID1480MenuPlugin .CL1480MenuContent h2 {
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #000;
  line-height: 0.1em;
  margin: 10px 0 20px;
  font-size: 14px;
}
#editor-menu-tools #ID1480MenuPlugin .CL1480MenuContent h2 span {
  background: #ffffff;
  padding: 0 10px;
}
#editor-menu-tools #ID1480MenuPlugin .CL1480MenuTitle {
  height: 20px;
  width: 290px;
  top: 50px;
  left: 0;
  box-sizing: border-box;
  background-color: #ffffff;
  position: absolute;
  border-bottom: 2px solid #394263;
  z-index: 7020;
  padding-left: 6px;
  border-left: 1px solid #c0c0c0;
  border-right: 1px solid #c0c0c0;
}
#editor-menu-tools #ID1480MenuPlugin .CL1480PluginSelect {
  width: 120px;
  height: 96px;
  display: inline-block;
  margin: 4px 4px 12px 12px;
  border: 1px solid #f0f0f0;
  box-sizing: border-box;
  box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.3);
  position: relative;
}
#editor-menu-tools #ID1480MenuPlugin .CL1480PluginSelect:hover {
  border: 1px solid #394263;
}
#editor-menu-tools #ID1480MenuPlugin .CL1480MenuContent .CL1480SeriePluginMenuList {
  padding: 5px 0px 0px 10px;
  display: block;
  margin: 4px 4px 4px 4px;
  border: 1px solid #f0f0f0;
  box-sizing: border-box;
  box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.3);
  position: relative;
}
#editor-menu-tools #ID1480MenuPlugin .CL1480MenuContent .CL1480SeriePluginMenuList .CL1480Plan {
  position: absolute;
  left: 40px;
  bottom: 2px;
  font-size: 12px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  margin: 0;
  padding: 2px 2px 2px 2px;
  width: 40px;
}
#editor-menu-tools #ID1480MenuPlugin .CL1480Plan {
  position: absolute;
  right: 5px;
  bottom: 5px;
  font-size: 14px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  margin: 0;
  padding: 2px 2px 2px 2px;
}
#editor-menu-tools #ID1400MenuProp {
  display: none;
  width: 290px;
  top: 0px;
  left: 0;
  background-color: #ffffff;
  position: absolute;
  border: 1px solid #c0c0c0;
  box-sizing: border-box;
  z-index: 7200;
}
#editor-menu-tools #ID1400MenuProp .CL1400MenuHeader {
  height: 50px;
  background-color: #455A64;
  vertical-align: middle;
  border-bottom: 2px solid #354A54;
}
#editor-menu-tools #ID1400MenuProp .CL1400MenuHeader .CL1400MenuHeaderImg {
  width: 50px;
  height: 40px;
  display: inline-block;
  float: left;
  box-sizing: border-box;
  margin: 5px 0px 0px 5px;
  border: 1px solid #c0c0c0;
  box-sizing: border-box;
}
#editor-menu-tools #ID1400MenuProp .CL1400MenuHeader .CL1400Imghelper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
#editor-menu-tools #ID1400MenuProp .CL1400MenuHeader .CL1400MenuHeaderText {
  width: 215px;
  height: 25px;
  display: block;
  color: #ffffff;
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  float: left;
  margin: 5px 0px 0px 10px;
}
#editor-menu-tools #ID1400MenuProp .CL1400MenuPropClose {
  position: absolute;
  top: 0px;
  right: 10px;
  font-size: 26px;
  color: #ffffff;
  padding: 0;
  margin: 0;
  text-align: right;
  display: block;
}
#editor-menu-tools #ID1400MenuProp .CL1400MenuHeaderFunc {
  height: 25px;
  color: #ffffff;
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif;
  text-align: right;
  background-color: #354A54;
  vertical-align: middle;
  padding-top: 2px;
}
#editor-menu-tools #ID1400MenuProp .CL1400MenuHeaderFunc i:hover {
  cursor: pointer;
}
#editor-menu-tools #ID1400MenuProp .CL1400MenuTaps {
  height: 25px;
  width: 288px;
  box-sizing: border-box;
  background-color: #f0f0f0;
  border-collapse: collapse;
}
#editor-menu-tools #ID1400MenuProp .CL1400MenuTaps .CL1400MenuTap {
  height: 25px;
  display: table-cell;
  border: 1px solid #c0c0c0;
  box-sizing: border-box;
  box-shadow: inset -2px -4px 10px rgba(0, 0, 0, 0.1);
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  position: relative;
  padding: 0px 5px 0px 10px;
}
#editor-menu-tools #ID1400MenuProp .CL1400MenuTaps .CL1400MenuTapSelected {
  box-shadow: none;
  background-color: #ffffff;
  border-bottom: 1px solid #ffffff;
  cursor: pointer;
}
#editor-menu-tools #ID1400MenuProp .CL1400MenuTaps .CL1400MenuTap:hover {
  cursor: pointer;
}
#editor-menu-tools #ID1400MenuProp .CL1400MenuTaps #ID1400MenuTap1:hover:after {
  content: "General";
  font-size: 11px;
  position: absolute;
  width: 100%;
  height: 16px;
  padding: 0;
  margin: 0;
  text-align: center;
  top: 50px;
  left: 0;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.6);
}
#editor-menu-tools #ID1400MenuProp .CL1400MenuTaps #ID1400MenuTap2:hover:after {
  content: "Advanced";
  font-size: 11px;
  position: absolute;
  width: 100%;
  height: 16px;
  padding: 0;
  margin: 0;
  text-align: center;
  top: 50px;
  left: 0;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.6);
}
#editor-menu-tools #ID1400MenuProp .CL1400MenuContent {
  height: calc(100vh - 305px);
  width: 288px;
  box-sizing: border-box;
  overflow-y: scroll;
}
#editor-menu-tools #ID1400MenuProp .CL1400MenuContent h2 {
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #000;
  line-height: 0.1em;
  margin: 10px 0 20px;
  font-size: 14px;
}
#editor-menu-tools #ID1400MenuProp .CL1400MenuContent h2 span {
  background: #ffffff;
  padding: 0 10px;
}
#editor-menu-tools #ID1400MenuProp .CL1400MenuContent label {
  width: 120px;
  display: inline-block;
  color: #313854;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  margin: 10px 0px 10px 10px;
  vertical-align: middle;
}
#editor-menu-tools #ID1400MenuProp .CL1400MenuContent .propIcon {
  width: 32px;
  height: 32px;
  vertical-align: middle;
  display: none;
  margin: 5px 0px 5px 0px;
}

/* 
    Changed on : 13-03-2019
    Created on : 18-02-2018
    Author     : Daniel Dith
*/
.media-toolbar-top {
  font-size: 18px;
  color: #ffffff;
  display: none;
  position: fixed;
  left: 0;
  top: 0px;
  width: 100%;
  background-color: #606c72;
  height: 60px;
  z-index: 10000;
  text-align: center;
  vertical-align: middle;
}

#media-content,
#editor-media-content {
  padding: 0;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

#media-content .media-image,
#editor-media-content .media-image {
  position: relative;
  max-width: 100%;
  max-height: 100%;
  top: 50%;
  transform: translateY(-50%);
}

#media-content .helper,
#editor-media-content .helper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}

#media-content .media-thumb,
#editor-media-content .media-thumb {
  width: 150px;
  height: 150px;
  border: 1px solid #909090;
  margin: 5px 5px;
  text-align: center;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3), inset 0 -3px 3px rgba(0, 0, 0, 0.1);
}

#media-content .media-thumb-back,
#editor-media-content .media-thumb-back {
  width: 150px;
  height: 150px;
  border: 1px solid #909090;
  margin: 5px 5px;
  text-align: center;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3), inset 0 -3px 3px rgba(0, 0, 0, 0.1);
}

#media-content .media-image-check,
#editor-media-content .media-image-check {
  position: absolute;
  top: 5px;
  left: 5px;
  display: none;
}

#media-content .media-thumb-select,
#editor-media-content .media-thumb-select {
  border: 1px solid #009000;
  opacity: 0.7;
}

#media-content .media-image-title,
#editor-media-content .media-image-title {
  background-color: rgba(0, 0, 0, 0.7);
  color: #ffffff;
  font-size: 12px;
  position: absolute;
  left: 2%;
  top: 2%;
  width: 96%;
}

.media-toolbar-top .medialib-toolbar-btn {
  vertical-align: middle;
}

.media-toolbar-top .medialib-toolbar-btn:hover {
  cursor: pointer;
}

#media-editor toolbar,
#editor-media-content toolbar {
  background-color: #ffffff;
  color: #303030;
  box-shadow: none;
}

#media-editor .mat-button,
#editor-media-content .mat-button {
  border: 1px solid #909090;
  display: inline-block;
  vertical-align: middle;
  padding: 0px 10px 0px 10px;
  margin: 0px 5px 0px 5px;
  border-radius: 5px;
  text-decoration: none;
  font-size: 16px;
  background-color: #00a71c;
  color: #ffffff;
  font-weight: bold;
  border-color: #00a71c;
  float: right;
  height: 28px;
  box-sizing: border-box;
  line-height: 16px;
}

#media-editor .mat-button:hover,
#editor-media-content .mat-button:hover {
  background-color: #10b72c;
  cursor: pointer;
}

#media-editor .mat-button .icon-file-download,
#editor-media-content .mat-button .icon-file-download {
  display: none;
}

#media-editor .ps__thumb-x,
#editor-media-content .ps__thumb-x {
  overflow: hidden;
  display: none;
}

#medialibdropzone {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999999;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  transition: visibility 175ms, opacity 175ms;
  display: table;
  text-shadow: 1px 1px 2px #000;
  color: #fff;
  background: rgba(0, 0, 0, 0.45);
  font-size: 42px;
  font-weight: bold;
}

#medialibdropzonetextnode {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  transition: font-size 175ms;
}

/*
########################## Information ##########################
#  Sidst ændret:         06 May 2019
#  Oprettet:             14 Feb 2017
#  Side:                 1900 CSS
#  Beskrivelse:          Inc - Dashboard
#  Made by:              Daniel Dith
#################################################################
*/
#overview h3 {
  color: #313854;
  width: 100%;
  padding: 10px 10px 10px 10px;
}

#overview .block {
  background-color: #ffffff;
  width: calc(100% - 24px);
  min-width: 150px;
  zheight: 600px;
  border: 1px solid #dfdfdf;
  float: left;
  margin: 10px 20px 10px 0px;
  font-size: 12pt;
  text-align: left;
  color: #606060;
  box-sizing: border-box;
}

#overview .block .header {
  font-size: 16px;
  font-weight: bold;
  color: #313854;
  text-align: left;
  background-color: #f9fafc;
  display: block;
  padding: 10px 10px 10px 10px;
  margin: 0;
  border-bottom: 1px solid #eaedf1;
  box-sizing: border-box;
}

#overview .block .content {
  padding: 20px 20px;
  box-sizing: border-box;
}

#overview .block1 {
  width: calc(100%);
}

#overview .block2 {
  width: calc(50% - 20px);
}

#overview .block4 {
  width: calc(25% - 20px);
}

#overview .block2 strong {
  padding-bottom: 5px;
}

#overview .block2 h5 {
  font-size: 16px;
  font-weight: normal;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 10px 10px;
}

#overview label {
  width: 200px;
  display: inline-block;
}

#overview .startup-left {
  width: 50%;
}

#overview .startup-right {
  width: 50%;
}

#ID1910Placeholder {
  width: 100%;
  height: 160px;
  font-size: 14px;
  line-height: 1.2em;
}

#ID1911Container {
  box-sizing: border-box;
  width: 95%;
  height: 190px;
  padding: 20px 15px 15px 15px;
  zmargin: 15px auto 30px auto;
  margin: 10px 0px 0px 10px;
  background: #fff;
}

#ID1911Placeholder {
  width: 100%;
  height: 160px;
  font-size: 14px;
  line-height: 1.2em;
}

.CL1900FlotContainer {
  box-sizing: border-box;
  width: 90%;
  height: 190px;
  padding: 20px 15px 15px 15px;
  zmargin: 15px auto 30px auto;
  margin: 10px 0px 0px 10px;
  border: 1px solid #ddd;
  background: #fff;
  background: linear-gradient(#f6f6f6 0, #fff 50px);
  background: -o-linear-gradient(#f6f6f6 0, #fff 50px);
  background: -ms-linear-gradient(#f6f6f6 0, #fff 50px);
  background: -moz-linear-gradient(#f6f6f6 0, #fff 50px);
  background: -webkit-linear-gradient(#f6f6f6 0, #fff 50px);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

.CL1900FlotPlaceholder {
  width: 100%;
  height: 160px;
  font-size: 14px;
  line-height: 1.2em;
}

#ID1900ChartPlayers {
  position: relative;
  display: inline-block;
  width: 110px;
  height: 110px;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
}

#ID1900ChartPlayers canvas {
  position: absolute;
  top: 0;
  left: 0;
}

#ID1900ChartPlayers .percent {
  display: inline-block;
  line-height: 110px;
  z-index: 2;
}

#ID1900ChartPlayers .percent:after {
  content: "%";
  margin-left: 0.1em;
  font-size: 0.8em;
}

#ID1900ChartPresentations {
  position: relative;
  display: inline-block;
  width: 110px;
  height: 110px;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
}

#ID1900ChartPresentations canvas {
  position: absolute;
  top: 0;
  left: 0;
}

#ID1900ChartPresentations .percent {
  display: inline-block;
  line-height: 110px;
  z-index: 2;
}

#ID1900ChartPresentations .percent:after {
  content: "%";
  margin-left: 0.1em;
  font-size: 0.8em;
}

#ID1900ChartStorage {
  position: relative;
  display: inline-block;
  width: 110px;
  height: 110px;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
}

#ID1900ChartStorage canvas {
  position: absolute;
  top: 0;
  left: 0;
}

#ID1900ChartStorage .percent {
  display: inline-block;
  line-height: 110px;
  z-index: 2;
}

#ID1900ChartStorage .percent:after {
  content: "%";
  margin-left: 0.1em;
  font-size: 0.8em;
}

#ID1900ChartVideoStorage {
  position: relative;
  display: inline-block;
  width: 110px;
  height: 110px;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
}

#ID1900ChartVideoStorage canvas {
  position: absolute;
  top: 0;
  left: 0;
}

#ID1900ChartVideoStorage .percent {
  display: inline-block;
  line-height: 110px;
  z-index: 2;
}

#ID1900ChartVideoStorage .percent:after {
  content: "%";
  margin-left: 0.1em;
  font-size: 0.8em;
}

#ID1900SelectLanguageDia {
  width: 150px;
  height: 30px;
  position: absolute;
  right: 10px;
  top: 50px;
  background: #ffffff;
  border: 1px solid #909090;
  z-index: 4000;
  display: none;
}

/**
 * Created: 17-02-2017
 * Made by: Daniel Dith
 */
.player-toolbar {
  box-sizing: border-box;
}

.player-toolbar .icon-select {
  border: 1px solid #909090;
  background-color: transparent;
  display: inline-block;
  vertical-align: middle;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  border-radius: 5px;
  text-decoration: none;
  font-size: 20px;
  color: #909090;
  height: 30px;
  box-sizing: border-box;
}

.player-toolbar .top {
  display: flex;
  justify-content: space-between;
}

.player-toolbar .icon-select span {
  display: inline-block;
  text-align: center;
  padding: 0px 5px 0px 5px;
  margin: 0px 0px 0px 0px;
}

.player-toolbar .icon-select span:not(:first-child) {
  border-left: 1px solid #909090;
}

.player-toolbar .icon-select span:hover {
  cursor: pointer;
}

.player-toolbar-edit {
  font-size: 18px;
  color: #ffffff;
  display: none;
  position: fixed;
  left: 220px;
  top: 50px;
  width: calc(100% - 220px);
  background-color: #606c72;
  height: 60px;
  z-index: 9000;
  text-align: center;
  vertical-align: middle;
}

.player-toolbar-edit .icons {
  font-size: 26px;
}

.player-toolbar-edit .icons i {
  margin: 0px 5px 0px 5px;
}

.player-toolbar-edit .icons i:hover {
  cursor: pointer;
}

.player-status-codes {
  box-sizing: border-box;
}

.player-content h4 {
  font-size: 20px;
  color: #5F6C72;
  background-color: transparent;
  display: block;
  padding: 0px 0px 10px 0px;
  margin: 0;
  border-bottom: none;
  font-weight: bold;
  font-weight: 600;
}
.player-content .group {
  display: flex;
  color: #303030;
  background-color: #ffffff;
  box-sizing: border-box;
  border-radius: 5px;
  width: 190px;
}
.player-content .group .select {
  width: 30px;
  text-align: right;
  font-size: 16px;
  padding-top: 10px;
}
.player-content .group .title {
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 10px 10px;
}
.player-content .group .edit {
  width: 30px;
  text-align: right;
  font-size: 16px;
  padding-top: 10px;
}
.player-content .group:hover {
  cursor: pointer;
  background-color: #e0e0e0;
}
.player-content .group-selected {
  background-color: #e0f3e0;
}
.player-content .group-buttons {
  margin: 10px 0 10px 0;
}
.player-content .group-buttons button:hover {
  cursor: pointer;
}
.player-content .group-buttons .deactivate {
  opacity: 0.5;
}
.player-content .group-buttons .group-all-btn {
  width: 90px;
  font-size: 12px;
  border: 1px solid #909090;
  text-align: center;
  padding: 5px 2px;
  background-color: #ffffff;
  margin: 0 7px 10px 0;
  box-sizing: border-box;
}
.player-content .group-buttons .group-none-btn {
  width: 90px;
  font-size: 12px;
  border: 1px solid #909090;
  text-align: center;
  padding: 5px 2px;
  background-color: #ffffff;
  margin: 0 0 10px 0;
  box-sizing: border-box;
}
.player-content .group-buttons .group-apply-btn {
  width: 190px;
  font-size: 12px;
  border: 1px solid #909090;
  text-align: center;
  padding: 5px 2px;
  background-color: #ffffff;
  margin: 0 0 10px 0;
  box-sizing: border-box;
}
.player-content .empty {
  padding: 20px 20px;
  text-align: center;
  border: 1px solid #c0c0c0;
}
.player-content .empty i {
  font-size: 30px;
}

.player-table {
  width: 100%;
  box-sizing: border-box;
  border: none;
  border-collapse: collapse;
}
.player-table .row-title:hover {
  cursor: pointer;
}
.player-table th {
  background-color: transparent;
  box-sizing: border-box;
  border: none;
  border-collapse: collapse;
  padding: 4px 2px;
  color: #5f6c72;
  text-align: left;
  font-size: 14px;
  font-weight: bold;
}
.player-table td {
  box-sizing: border-box;
  border: 1px solid #dfe3eb;
  border-collapse: collapse;
  padding: 4px 8px;
  color: #5f6c72;
  text-align: left;
  font-size: 14px;
  font-weight: normal;
}
.player-table tr:nth-child(even) {
  background: #f0f0f0;
}
.player-table tr:nth-child(odd) {
  background: #ffffff;
}

#ID1201grpDropdown {
  position: absolute;
  display: none;
  border: 1px solid #a0a0a0;
  border-radius: 5px;
  box-sizing: border-box;
  box-shadow: -2px 3px 7px rgba(0, 0, 0, 0.5);
  background-color: #ffffff;
  width: 200px;
}

#ID1201grpDropdown span {
  display: block;
  padding: 10px 10px 10px 10px;
  font-size: 14px;
}

#ID1201grpDropdown span:hover {
  background-color: #baeadf;
}

#ID1200titlebar {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 50px;
  padding: 10px 20px 0px 20px;
  margin: 0px 0px 0px 0px;
  background-color: #ffffff;
  border-bottom: 2px solid #455A64;
  box-sizing: border-box;
}

#ID1200titlebar h1 {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  font-size: 14pt;
  font-weight: normal;
  display: inline-block;
  color: #455A64;
}

#player-content .CL1200Block {
  border: 1px solid #dfdfdf;
  border-radius: 5px;
  width: calc(50vw - 130px);
  width: 100%;
  float: left;
  margin: 10px 10px 10px 10px;
  margin: 5px 0px 10px 0px;
  font-size: 12pt;
  text-align: center;
  padding: 0;
  box-sizing: border-box;
}

#player-content .CL1200Block h4 {
  font-size: 14px;
  text-align: left;
  display: block;
  padding: 10px 10px 10px 10px;
  margin: 0;
  height: 20px;
  border-bottom: 1px solid #eaedf1;
}

#player-content .CL1200playerBlock {
  background: #ffffff;
  color: #000000;
  float: left;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  position: relative;
  border-radius: 5px;
  text-align: center;
}

#player-content .CL1200playerBlock:hover {
  cursor: pointer;
}

#player-content .CL1200playerBlock:after {
  content: "\a";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}

#player-content .CL1200playerBlock:hover:after {
  opacity: 1;
}

#player-content .CL1200playerTitle {
  height: 40px;
  line-height: 40px;
  text-align: center;
  position: relative;
  display: table;
  overflow: hidden;
}

#player-content .CL1200playerTitle .CL1200text {
  display: table-cell;
  vertical-align: middle;
  line-height: normal;
  color: #455A64;
  font-size: 12px;
  word-break: break-all;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

#player-content .CL1200playerStatus {
  position: absolute;
  top: 12px;
  right: 5px;
  font-size: 14px;
  color: #ffffff;
}

.IDDialog .CLContent .CLBody input {
  padding: 2px 2px 2px 2px;
  margin: 0px 0px 0px 0px;
  border: 1px solid #909090;
}

.IDDialog .CLContent .CLBody .CL1200Sep {
  display: block;
  width: 315px;
  margin: 10px 0px 10px 20px;
  padding: 0px 0px 0px 0px;
}

.IDDialog .CLContent .CLBody .CL1210presList {
  width: 100%;
  border: 1px solid #c0c0c0;
  border-collapse: collapse;
}

.IDDialog .CLContent .CLBody .CL1210presList th {
  border: 1px solid #c0c0c0;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  padding: 5px 5px 5px 5px;
}

.IDDialog .CLContent .CLBody .CL1210presList td {
  border: 1px solid #c0c0c0;
  font-size: 14px;
  text-align: left;
  padding: 5px 5px 5px 5px;
}

.IDDialog .CLContent .CLBody .CL1200startDateTime {
  width: 130px;
  text-align: right;
}

.IDDialog .CLContent .CLBody .CL1200endDateTime {
  width: 130px;
  text-align: right;
}

.IDDialog .CLContent .CLBody .CL1200deletePresBtn:hover {
  cursor: pointer;
  color: #ff0000;
}

.IDDialog .CLContent .CLBody .CL1200Block {
  background-color: #ffffff;
  width: calc(100% - 24px);
  min-width: 150px;
  border: 1px solid #dfdfdf;
  float: left;
  margin: 10px 10px 10px 10px;
  font-size: 12pt;
  text-align: center;
  color: #606060;
  box-shadow: -2px 3px 7px rgba(0, 0, 0, 0.5);
}

.IDDialog .CLContent .CLBody .CL1200Block h4 {
  font-size: 14px;
  color: #313854;
  text-align: left;
  background-color: #f9fafc;
  display: block;
  padding: 10px 10px 10px 10px;
  margin: 0;
  height: 20px;
  border-bottom: 1px solid #eaedf1;
}

.IDDialog .CLContent .CLBody .CL1200presentationBlock {
  background: #ffffff;
  color: #000000;
  width: 160px;
  float: left;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  box-shadow: -3px 5px 5px rgba(0, 0, 0, 0.4);
  position: relative;
}

.IDDialog .CLContent .CLBody .CL1200presentationBlock:hover {
  cursor: pointer;
}

.IDDialog .CLContent .CLBody .CL1200presentationBlock:after {
  content: "\a";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}

.IDDialog .CLContent .CLBody .CL1200presentationBlock:hover:after {
  opacity: 1;
}

.IDDialog .CLContent .CLBody .CL1200presentationTitle {
  background-color: #313854;
  width: 100%;
  height: 40px;
  color: #ffffff;
  display: block;
  text-align: center;
  font-size: 12px;
}

#ID1200orderButton {
  background-color: #00a71c;
  color: #ffffff;
  font-weight: bold;
  border: 1px solid #00a71c;
  padding: 5px 10px 5px 10px;
  font-size: 16px;
  border-radius: 5px;
}

#ID1200orderButton:hover {
  background-color: #10b72c;
  cursor: pointer;
}

#ID1200orderCancel {
  background-color: transparent;
  color: #313854;
  border: 1px solid #909090;
  padding: 5px 10px 5px 10px;
  font-size: 16px;
  border-radius: 5px;
}

#ID1200orderCancel:hover {
  cursor: pointer;
}

#ID1202changeGprName label {
  color: #303030;
  font-size: 14px;
  margin: 0px 0px 5px 0px;
}

#ID1202btnNewGrpup {
  background-color: #56d4b8;
  color: #ffffff;
  font-weight: bold;
  border: 1px solid #56d4b8;
  padding: 5px 10px 5px 10px;
  font-size: 16px;
  border-radius: 5px;
  border-color: #56d4b8;
  margin: 0px 15px 0px 0px;
  width: 90px;
}

#ID1202btnNewGrpup:hover {
  cursor: pointer;
}

#ID1202btnClose {
  background-color: transparent;
  color: #313854;
  border: 1px solid #909090;
  padding: 5px 10px 5px 10px;
  font-size: 16px;
  border-radius: 5px;
  border-color: #909090;
  width: 90px;
}

#ID1202btnClose:hover {
  cursor: pointer;
}

#ID1202inpGroupName {
  background-color: transparent;
  color: #313854;
  border: 2px solid #56d4b8;
  padding: 5px 10px 5px 10px;
  font-size: 16px;
  border-radius: 5px;
  width: 260px;
}

.modern-modal-wrapper {
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 100000;
  height: 100vh;
  width: 100vw;
  margin: 0px;
  display: none;
}

.modern-modal {
  background-color: white;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  padding: 25px;
  border-radius: 20px;
  z-index: 1000000;
}

#order-player-button {
  background-color: #6CC24E !important;
  border-color: #6CC24E !important;
}

/**
 * Created: 29-05-2019
 * @author Daniel Dith
 */
#modal-common-01 .player-modal-multi-playlist .date-time-input {
  width: 110px;
  padding: 2px 2px;
  font-size: 12px;
  margin: 3px 3px;
}

.player-modal-multi-playlist .playlist-table {
  width: 100%;
  box-sizing: border-box;
  border: none;
  border-collapse: collapse;
}
.player-modal-multi-playlist .playlist-table th {
  background-color: transparent;
  box-sizing: border-box;
  border: none;
  border-collapse: collapse;
  padding: 4px 2px;
  color: #5f6c72;
  text-align: left;
  font-size: 12px;
  font-weight: bold;
}
.player-modal-multi-playlist .playlist-table td {
  box-sizing: border-box;
  border: 1px solid #dfe3eb;
  border-collapse: collapse;
  padding: 4px 8px;
  color: #5f6c72;
  text-align: left;
  font-size: 14px;
  font-weight: normal;
}
.player-modal-multi-playlist .playlist-table td .date-time-input {
  width: 110px;
  padding: 2px 2px;
  font-size: 12px;
}
.player-modal-multi-playlist .playlist-table tr:nth-child(even) {
  background: #f0f0f0;
}
.player-modal-multi-playlist .playlist-table tr:nth-child(odd) {
  background: #ffffff;
}
.player-modal-multi-playlist .playlist-table .function-td {
  text-align: center;
  font-size: 16px;
}
.player-modal-multi-playlist .playlist-table .function-td i:hover {
  cursor: pointer;
}
.player-modal-multi-playlist .empty {
  width: 100%;
  text-align: center;
  border: 1px solid #f0f0f0;
  padding: 10px 10px;
  box-sizing: border-box;
}
.player-modal-multi-playlist .empty i {
  font-size: 30px;
}

/**
 * Created:         29-05-2019
 * @author Daniel Dith
 */
.player-modal-serie-select {
  width: 95vw;
  max-width: 1200px;
  height: calc(100vh - 100px);
}
.player-modal-serie-select .container {
  height: calc(100% - 60px);
  display: flex;
}
.player-modal-serie-select .container .group-container {
  width: 150px;
  height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
  float: left;
}
.player-modal-serie-select .container .group-container .title {
  padding: 10px 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border-radius: 5px;
}
.player-modal-serie-select .container .group-container .title:hover {
  background-color: #E0E0E0;
  cursor: pointer;
}
.player-modal-serie-select .container .group-container .selected {
  background-color: #b0f0b0;
}
.player-modal-serie-select .container .serie-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  overflow-y: scroll;
  height: 100%;
  flex: 1;
}
.player-modal-serie-select .container .serie-container .box {
  min-width: 150px;
  max-width: 180px;
  flex: 1;
  margin: 10px 10px;
  box-shadow: -3px 5px 5px rgba(0, 0, 0, 0.4);
  float: left;
}
.player-modal-serie-select .container .serie-container .box .title {
  text-align: center;
  color: #FFFFFF;
  background-color: #313854;
  height: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.player-modal-serie-select .container .serie-container .box .image {
  text-align: center;
  height: 80px;
}
.player-modal-serie-select .container .serie-container .box .image img {
  max-width: 100%;
  max-height: 100%;
}
.player-modal-serie-select .container .serie-container .box .image:hover {
  cursor: pointer;
}

.player-modal-schedule table th {
  font-size: 12px;
}
.player-modal-schedule table td {
  font-size: 12px;
}
.player-modal-schedule table td input[type=text] {
  width: 90%;
  max-width: 90%;
  box-sizing: border-box;
}
.player-modal-schedule input[type=radio] {
  border: 0px;
  width: 100%;
  height: 2em;
}

.player-modal-event .event-table {
  width: 100%;
  box-sizing: border-box;
  border: none;
  border-collapse: collapse;
}
.player-modal-event .event-table th {
  background-color: transparent;
  box-sizing: border-box;
  border: none;
  border-collapse: collapse;
  padding: 4px 2px;
  color: #5f6c72;
  text-align: left;
  font-size: 12px;
  font-weight: bold;
}
.player-modal-event .event-table td {
  box-sizing: border-box;
  border: 1px solid #dfe3eb;
  border-collapse: collapse;
  padding: 4px 8px;
  color: #5f6c72;
  text-align: left;
  font-size: 14px;
  font-weight: normal;
}
.player-modal-event .event-table td .date-input {
  width: 110px;
  padding: 2px 2px;
  font-size: 12px;
}
.player-modal-event .event-table tr:nth-child(even) {
  background: #f0f0f0;
}
.player-modal-event .event-table tr:nth-child(odd) {
  background: #ffffff;
}
.player-modal-event .event-table .function-td {
  text-align: center;
  font-size: 16px;
}
.player-modal-event .event-table .function-td i:hover {
  cursor: pointer;
}
.player-modal-event .empty {
  width: 100%;
  text-align: center;
  border: 1px solid #f0f0f0;
  padding: 10px 10px;
  box-sizing: border-box;
}
.player-modal-event .empty i {
  font-size: 30px;
}

.player-modal-event-select .event-table {
  width: 100%;
  box-sizing: border-box;
  border: none;
  border-collapse: collapse;
}
.player-modal-event-select .event-table th {
  background-color: transparent;
  box-sizing: border-box;
  border: none;
  border-collapse: collapse;
  padding: 4px 2px;
  color: #5f6c72;
  text-align: left;
  font-size: 12px;
  font-weight: bold;
}
.player-modal-event-select .event-table td {
  box-sizing: border-box;
  border: 1px solid #dfe3eb;
  border-collapse: collapse;
  padding: 4px 8px;
  color: #5f6c72;
  text-align: left;
  font-size: 14px;
  font-weight: normal;
}
.player-modal-event-select .event-table td .date-input {
  width: 110px;
  padding: 2px 2px;
  font-size: 12px;
}
.player-modal-event-select .event-table tr:nth-child(even) {
  background: #f0f0f0;
}
.player-modal-event-select .event-table tr:nth-child(odd) {
  background: #ffffff;
}
.player-modal-event-select .event-table .function-td {
  text-align: center;
  font-size: 16px;
}
.player-modal-event-select .event-table .function-td i:hover {
  cursor: pointer;
}
.player-modal-event-select .empty {
  width: 100%;
  text-align: center;
  border: 1px solid #f0f0f0;
  padding: 10px 10px;
  box-sizing: border-box;
}
.player-modal-event-select .empty i {
  font-size: 30px;
}

.player-modal-radio .radio-stations {
  float: left;
  width: 290px;
  border: 1px solid #e0e0e0;
  padding: 2px 2px;
  margin: 2px 2px;
}
.player-modal-radio .radio-stations .icon-container {
  display: inline-block;
  width: 50px;
  height: 50px;
  margin: 0 5px 0 0;
  float: left;
  vertical-align: middle;
}
.player-modal-radio .radio-stations .icon-container img {
  max-height: 100%;
  max-width: 100%;
  vertical-align: middle;
}
.player-modal-radio .radio-stations .description {
  display: inline-block;
  width: 230px;
  overflow: hidden;
  float: left;
}
.player-modal-radio .radio-selected {
  border: 1px solid #30c030;
}

/**
 * Created: 27-09-2019
 * @author Daniel Dith
 */
#modal-common-01 .player-modal-settings .date-time-input {
  width: 110px;
  padding: 2px 2px;
  font-size: 12px;
  margin: 3px 3px;
}

.player-modal-settings .playlist-table {
  width: 100%;
  box-sizing: border-box;
  border: none;
  border-collapse: collapse;
}
.player-modal-settings .playlist-table th {
  background-color: transparent;
  box-sizing: border-box;
  border: none;
  border-collapse: collapse;
  padding: 4px 2px;
  color: #5f6c72;
  text-align: left;
  font-size: 12px;
  font-weight: bold;
}
.player-modal-settings .playlist-table td {
  box-sizing: border-box;
  border: 1px solid #dfe3eb;
  border-collapse: collapse;
  padding: 4px 8px;
  color: #5f6c72;
  text-align: left;
  font-size: 14px;
  font-weight: normal;
}
.player-modal-settings .playlist-table td .date-time-input {
  width: 110px;
  padding: 2px 2px;
  font-size: 12px;
}
.player-modal-settings .playlist-table td .function-btn:hover {
  cursor: pointer;
}
.player-modal-settings .playlist-table tr:nth-child(even) {
  background: #f0f0f0;
}
.player-modal-settings .playlist-table tr:nth-child(odd) {
  background: #ffffff;
}
.player-modal-settings .playlist-table .function-td {
  text-align: center;
  font-size: 16px;
}
.player-modal-settings .playlist-table .function-td i:hover {
  cursor: pointer;
}

/**
 * Created: 07-06-2018
 * @author Daniel Dith
 */
#playlist-container h4 {
  font-size: 20px;
  color: #394263;
  background-color: transparent;
  display: block;
  padding: 0 0 15px 0;
  margin: 0;
  border-bottom: none;
  font-weight: bold;
  font-weight: 600;
}
#playlist-container .playlist-table {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #dfe3eb;
  border-collapse: collapse;
}
#playlist-container .playlist-table th {
  background-color: #f5f8fa;
  box-sizing: border-box;
  border: 1px solid #dfe3eb;
  border-collapse: collapse;
  padding: 8px 8px;
  color: #394263;
  text-align: left;
  font-size: 14px;
  font-weight: normal;
}
#playlist-container .playlist-table td {
  box-sizing: border-box;
  border: 1px solid #dfe3eb;
  border-collapse: collapse;
  padding: 8px 8px;
  color: #5f6c72;
  text-align: left;
  font-size: 14px;
  font-weight: normal;
}
#playlist-container .playlist-table tr:hover {
  box-shadow: 0 0 5px #909090;
}
#playlist-container .playlist-table td .playlist-function {
  cursor: pointer;
}
#playlist-container .playlist-table .move-item {
  margin: 0 4px 0 4px;
}
#playlist-container .playlist-table .move-item:hover {
  cursor: pointer;
  color: #009000;
}
#playlist-container .playlist-table .delete-item {
  margin: 0 4px 0 4px;
}
#playlist-container .playlist-table .delete-item:hover {
  cursor: pointer;
  color: #ff0000;
}
#playlist-container .playlist-table .download-item {
  margin: 0 4px 0 4px;
}
#playlist-container .playlist-table .download-item:hover {
  cursor: pointer;
  color: #ff0000;
}
#playlist-container .playlist-table .function-item {
  margin: 0 4px 0 4px;
}
#playlist-container .playlist-table .function-item:hover {
  cursor: pointer;
  color: #009000;
}
#playlist-container .playlist-table .previewimage {
  transition: transform 0.2s;
}
#playlist-container .playlist-table .previewimage:hover {
  position: relative;
  transform: scale(5);
  transform-origin: left center;
}
#playlist-container .playlist-table .playlist-item-row.sortable-moving {
  opacity: 0.4;
}
#playlist-container .group {
  position: relative;
  display: inline-block;
  color: #303030;
  background-color: #ffffff;
  padding: 10px 10px;
  box-sizing: border-box;
  border-radius: 5px;
  width: 180px;
}
#playlist-container .playlist-group-edit {
  zdisplay: none;
  zposition: absolute;
  display: inline-block;
  zleft: 180px;
  ztop: 10px;
  width: 18px;
  height: 18px;
}
#playlist-container .playlist-group-edit:hover {
  cursor: pointer;
}
#playlist-container .xgroup:hover .playlist-group-edit {
  display: block;
}
#playlist-container .group:hover {
  cursor: pointer;
  background-color: #e0e0e0;
}

#playlist-container .playlist-table .playlist-item-row.sortable-over,
#columns-dragOver .column.sortable-over,
#columns-dragEnd .column.sortable-over,
#columns-almostFinal .column.sortable-over {
  border: 2px dashed #000;
}

#modal-common-01 .playlist-modal-app-settings .playlist-schedule-table, #modal-common-02 .playlist-modal-app-settings .playlist-schedule-table, #modal-common-03 .playlist-modal-app-settings .playlist-schedule-table, #modal-common-04 .playlist-modal-app-settings .playlist-schedule-table {
  border-collapse: collapse;
}
#modal-common-01 .playlist-modal-app-settings .playlist-schedule-table tr th, #modal-common-02 .playlist-modal-app-settings .playlist-schedule-table tr th, #modal-common-03 .playlist-modal-app-settings .playlist-schedule-table tr th, #modal-common-04 .playlist-modal-app-settings .playlist-schedule-table tr th {
  font-size: 14px;
  border: 1px solid #909090;
  background-color: #f9fafc;
  padding: 2px 10px 2px 10px;
  color: #606060;
}
#modal-common-01 .playlist-modal-app-settings .playlist-schedule-table tr td, #modal-common-02 .playlist-modal-app-settings .playlist-schedule-table tr td, #modal-common-03 .playlist-modal-app-settings .playlist-schedule-table tr td, #modal-common-04 .playlist-modal-app-settings .playlist-schedule-table tr td {
  font-size: 14px;
  border: 1px solid #909090;
  padding: 2px 10px 2px 10px;
  word-wrap: break-word;
  word-break: break-all;
  color: #606060;
}
#modal-common-01 .playlist-modal-app-settings .playlist-schedule-table .playlist-sch-days, #modal-common-02 .playlist-modal-app-settings .playlist-schedule-table .playlist-sch-days, #modal-common-03 .playlist-modal-app-settings .playlist-schedule-table .playlist-sch-days, #modal-common-04 .playlist-modal-app-settings .playlist-schedule-table .playlist-sch-days {
  display: inline-block;
  padding: 2px 0px;
  margin: 2px 2px;
  background-color: #909090;
  color: #ffffff;
  font-size: 14px;
  width: 25px;
  text-align: center;
  box-sizing: border-box;
}
#modal-common-01 .playlist-modal-app-settings .playlist-schedule-table .playlist-sch-days:hover, #modal-common-02 .playlist-modal-app-settings .playlist-schedule-table .playlist-sch-days:hover, #modal-common-03 .playlist-modal-app-settings .playlist-schedule-table .playlist-sch-days:hover, #modal-common-04 .playlist-modal-app-settings .playlist-schedule-table .playlist-sch-days:hover {
  cursor: pointer;
}
#modal-common-01 .playlist-modal-app-settings .playlist-schedule-table .day-deselected, #modal-common-02 .playlist-modal-app-settings .playlist-schedule-table .day-deselected, #modal-common-03 .playlist-modal-app-settings .playlist-schedule-table .day-deselected, #modal-common-04 .playlist-modal-app-settings .playlist-schedule-table .day-deselected {
  background-color: #909090;
}
#modal-common-01 .playlist-modal-app-settings .playlist-schedule-table .day-selected, #modal-common-02 .playlist-modal-app-settings .playlist-schedule-table .day-selected, #modal-common-03 .playlist-modal-app-settings .playlist-schedule-table .day-selected, #modal-common-04 .playlist-modal-app-settings .playlist-schedule-table .day-selected {
  background-color: #009000;
}
#modal-common-01 .playlist-modal-app-settings .playlist-schedule-table input, #modal-common-02 .playlist-modal-app-settings .playlist-schedule-table input, #modal-common-03 .playlist-modal-app-settings .playlist-schedule-table input, #modal-common-04 .playlist-modal-app-settings .playlist-schedule-table input {
  border: 1px solid #909090;
  background-color: #ffffff;
  display: inline-block;
  vertical-align: middle;
  padding: 2px;
  margin: 0;
  border-radius: 3px;
  color: #313854;
  text-decoration: none;
  font: 400 14px Arial;
  box-sizing: border-box;
  min-height: 30px;
  width: 90%;
}

.IDDialog .CLContent .CLBody .CL1200presentationBlock {
  background: #ffffff;
  color: #000000;
  width: 160px;
  float: left;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  box-shadow: -3px 5px 5px rgba(0, 0, 0, 0.4);
  position: relative;
}

.IDDialog .CLContent .CLBody .CL1200presentationBlock:hover {
  cursor: pointer;
}

.IDDialog .CLContent .CLBody .CL1200presentationBlock:after {
  content: "\a";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}

.IDDialog .CLContent .CLBody .CL1200presentationBlock:hover:after {
  opacity: 1;
}

.IDDialog .CLContent .CLBody .CL1200presentationTitle {
  background-color: #313854;
  width: 100%;
  height: 40px;
  color: #ffffff;
  display: block;
  text-align: center;
  font-size: 12px;
}

.IDDialog .CLContent .CLBody .CL1200Block {
  background-color: #ffffff;
  width: calc(100% - 24px);
  min-width: 150px;
  border: 1px solid #dfdfdf;
  float: left;
  margin: 10px 10px 10px 10px;
  font-size: 12pt;
  text-align: center;
  color: #606060;
  box-shadow: -2px 3px 7px rgba(0, 0, 0, 0.5);
}

.IDDialog .CLContent .CLBody .CL1200Block h4 {
  font-size: 14px;
  color: #313854;
  text-align: left;
  background-color: #f9fafc;
  display: block;
  padding: 10px 10px 10px 10px;
  margin: 0;
  height: 20px;
  border-bottom: 1px solid #eaedf1;
}

.playlist-setting-splitter {
  font-size: 16px;
  font-weight: bold;
  color: #5F6C72;
  border-bottom: 1px solid #c0c0c0;
  display: block;
  padding: 4px 0px 2px 0px;
  margin: 0px 0px 10px 0px;
}

/*
########################## Information ##########################
#  Sidst ændret:         07 Feb 2018                            
#  Oprettet:             17 Feb 2017                            
#  Side:                 1100 CSS      
#  Beskrivelse:          Inc - Presentations
#  Made by:              Daniel Dith              
################################################################# 
*/
#ID1101grpDropdown {
  position: absolute;
  display: none;
  border: 1px solid #a0a0a0;
  border-radius: 5px;
  box-sizing: border-box;
  box-shadow: -2px 3px 7px rgba(0, 0, 0, 0.5);
  background-color: #ffffff;
  width: 200px;
}

#ID1101grpDropdown span {
  display: block;
  padding: 10px 10px 10px 10px;
  font-size: 14px;
}

#ID1101grpDropdown span:hover {
  background-color: #baeadf;
}

#ID1101serieDropdown {
  position: absolute;
  display: none;
  border: 1px solid #a0a0a0;
  border-radius: 5px;
  box-sizing: border-box;
  box-shadow: -2px 3px 7px rgba(0, 0, 0, 0.5);
  background-color: #ffffff;
  width: 200px;
}

#ID1101serieDropdown span {
  display: block;
  padding: 10px 10px 10px 10px;
  font-size: 14px;
}

#ID1101serieDropdown span:hover {
  background-color: #baeadf;
}

#ID1100titlebar {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 50px;
  padding: 10px 20px 0px 20px;
  margin: 0px 0px 0px 0px;
  background-color: #ffffff;
  border-bottom: 2px solid #455A64;
  box-sizing: border-box;
}

#ID1100titlebar h1 {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  font-size: 14pt;
  font-weight: normal;
  display: inline-block;
  color: #455A64;
}

#ID1100toolbar {
  zposition: absolute;
  zleft: 0px;
  ztop: 50px;
  zwidth: 100%;
  height: 40px;
  padding: 20px 0px 0px 0px;
  zmargin: 0px 0px 0px 0px;
  box-sizing: border-box;
  max-width: 1100px;
  margin: 10px auto;
  padding: 10px 10px 0px 10px;
}

#ID1100toolbar select {
  padding: 0;
  margin: 0;
  vertical-align: middle;
  font-size: 12px;
  color: #313854;
}

#ID1100toolbar .CL1100button {
  border: 1px solid #909090;
  background-color: transparent;
  display: inline-block;
  vertical-align: middle;
  padding: 0px 10px 0px 10px;
  margin: 0px 5px 0px 0px;
  border-radius: 5px;
  color: #313854;
  text-decoration: none;
  font-size: 16px;
  height: 28px;
  box-sizing: border-box;
}

#ID1100toolbar .CL1100button:hover {
  border: 1px solid #0071B2;
  cursor: pointer;
}

#ID1100toolbar #ID1100iconSize {
  border: 1px solid #909090;
  background-color: transparent;
  display: inline-block;
  vertical-align: middle;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  border-radius: 5px;
  color: #313854;
  text-decoration: none;
  font-size: 16px;
  height: 28px;
  float: right;
  box-sizing: border-box;
}

#ID1100toolbar #ID1100iconSize span {
  display: inline-block;
  text-align: center;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}

#ID1100toolbar #ID1100iconSize span img {
  width: 26px;
  height: 26px;
  margin: 0px 5px 0px 5px;
}

#ID1100toolbar #ID1100iconSizeNormal {
  border-right: 1px solid #909090;
}

#ID1100Overview .CL1100Block {
  border: 1px solid #dfdfdf;
  border-radius: 5px;
  width: 100%;
  float: left;
  margin: 5px 0px 10px 0px;
  font-size: 12pt;
  text-align: center;
  padding: 0;
  box-sizing: border-box;
}

#ID1100Overview .CL1100Block h4 {
  font-size: 16px;
  text-align: left;
  display: block;
  padding: 10px 10px 10px 10px;
  margin: 0;
  height: 20px;
  border-bottom: 1px solid #eaedf1;
}

#ID1100Overview .CL1100presentationBlock {
  background-color: #f0f0f0;
  color: #000000;
  zwidth: 180px;
  float: left;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  box-shadow: none;
  position: relative;
  text-align: center;
  box-sizing: border-box;
  border: 1px solid #C0C0C0;
  padding: 2px 2px 2px 2px;
  border-radius: 5px;
}

#ID1100Overview .CL1100presentationBlock:hover {
  padding: 0px 0px 0px 0px;
  border: 3px solid #C0C0C0;
  cursor: pointer;
}

#ID1100Overview .CL1100presentationBlock:hover .CL1100serieMenu {
  display: block;
}

#ID1100Overview .CL1100presentationBlock .CL1100serieMenu {
  display: none;
}

#ID1100Overview .CL1100presentationBlock:after {
  content: "\a";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  zbackground: rgba(0, 0, 0, 0.1);
  opacity: 0;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}

#ID1100Overview .CL1100presentationBlock:hover:after {
  opacity: 1;
}

#ID1100Overview .CL1100presentationTitle {
  width: 180px;
  height: 40px;
  line-height: 40px;
  text-align: left;
  position: relative;
  overflow: hidden;
  vertical-align: middle;
  background-color: #fafafa;
  border-bottom: 1px solid #dcdcdc;
}

#ID1100Overview .CL1100presentationTitle .CL1100text {
  vertical-align: middle;
  line-height: normal;
  color: #303030;
  font-size: 12px;
  text-align: left;
  margin-left: 18px;
  display: inline-block;
}

#ID1100Overview .CL1100presentationStatus {
  position: absolute;
  top: 12px;
  right: 5px;
  font-size: 14px;
  color: #ffffff;
}

#ID1100Overview .series-new-serie {
  border: 1px solid #909090;
  display: inline-block;
  vertical-align: middle;
  padding: 0px 10px 0px 10px;
  margin: -5px 0px 0px 5px;
  border-radius: 5px;
  text-decoration: none;
  font-size: 16px;
  background-color: #00a71c;
  color: #ffffff;
  font-weight: bold;
  border-color: #00a71c;
  float: right;
  height: 28px;
  box-sizing: border-box;
}

#ID1100Overview .series-new-serie:hover {
  background-color: #10b72c;
  cursor: pointer;
}

#ID1100Dialog-Pres {
  display: none;
  position: fixed;
  padding-top: 50px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
}

#ID1100Dialog-Pres .CL1100Content {
  max-width: 750px;
  min-height: 340px;
  width: 80%;
  display: flex;
  flex-flow: column;
  overflow: hidden;
}

#ID1100Dialog-Pres .CL1100Content .CL1100Header {
  flex: 0 1 40px;
}

#ID1100Dialog-Pres .CL1100Content .CL1100Header .CL1100Title {
  float: left;
  padding: 10px 0px 0px 10px;
}

/* The Close Button */
#ID1100Dialog-Pres .CL1100Content .CL1100Header .CL1100Close {
  float: right;
  padding: 0px 10px 0px 0px;
  margin: 0;
}

#ID1100Dialog-Pres .CL1100Content .CL1100Body {
  margin: 0px;
  padding: 0px 0px 0px 0px;
}

#ID1100Dialog-Pres .CL1100Content .CL1100Body .CL1100Form-input {
  padding: 2px 2px;
  width: 200px;
}

#ID1100Dialog-Pres .CL1100Content .CL1100Body .CL1100Form-submit {
  padding: 2px 2px;
  width: 200px;
  margin: 0px 0px 0px 0px;
  text-align: center;
}

#ID1100Dialog-Pres .CL1100Content .CL1100Body .CL1100Form-close {
  padding: 2px 2px;
  width: 200px;
  margin: 0px 0px 0px 0px;
  text-align: center;
}

#ID1100Dialog-Pres .CL1100Content .CL1100Body label {
  width: 115px;
  display: inline-block;
  font-weight: bold;
  padding: 5px 10px 5px 0px;
  margin: 0px 0px 0px 20px;
  text-align: right;
}

#ID1100Dialog-Pres .CL1100Content .CL1100Body .CL1100Sep {
  display: block;
  width: 315px;
  margin: 10px 0px 10px 20px;
  padding: 0px 0px 0px 0px;
}

#ID1102changeGprName label {
  color: #303030;
  font-size: 14px;
  margin: 0px 0px 5px 0px;
}

#ID1102btnNewGrpup {
  background-color: #00a71c;
  color: #ffffff;
  font-weight: bold;
  border: 1px solid #56d4b8;
  padding: 5px 10px 5px 10px;
  font-size: 16px;
  border-radius: 5px;
  border-color: #00a71c;
  margin: 0px 15px 0px 0px;
  width: 90px;
}

#ID1102btnNewGrpup:hover {
  background-color: #10b72c;
  cursor: pointer;
}

#ID1102btnClose {
  background-color: transparent;
  color: #313854;
  border: 1px solid #909090;
  padding: 5px 10px 5px 10px;
  font-size: 16px;
  border-radius: 5px;
  border-color: #909090;
  width: 90px;
}

#ID1102btnClose:hover {
  cursor: pointer;
}

#ID1102inpGroupName {
  background-color: transparent;
  color: #313854;
  border: 2px solid #56d4b8;
  padding: 5px 10px 5px 10px;
  font-size: 16px;
  border-radius: 5px;
  width: 260px;
}

#ID1111inpSerieName {
  background-color: transparent;
  color: #313854;
  border: 2px solid #00a71c;
  padding: 5px 10px 5px 10px;
  font-size: 16px;
  border-radius: 5px;
  width: 260px;
}

#ID1020Dialog .CL1020Content .CL1020Body .serie-new-layout-select {
  height: 150px;
  vertical-align: middle;
  box-shadow: 10px 20px 30px rgba(0, 0, 0, 0.8);
}

#ID1020Dialog .CL1020Content .CL1020Body .serie-new-layout-select:hover {
  cursor: pointer;
  box-shadow: 10px 20px 30px rgba(0, 100, 28, 0.8);
}

/*
########################## Information ##########################
#  Sidst ændret:         16 April 2018
#  Oprettet:             16 April 2018
#  Side:                 1690 CSS      
#  Beskrivelse:          Inc - Profil
#  Made by:              Daniel Dith              
################################################################# 
*/
#user-content .saveBotton {
  display: inline-block;
  box-sizing: border-box;
  cursor: pointer;
  padding: 10px;
  min-width: 120px;
  text-align: center;
  background: #f1f4f5;
  color: #505050;
  border: 1px solid #dadfe2;
  border-radius: 5px;
  float: right;
}

#user-content .CL1690botton a {
  color: #505050;
  text-decoration: none;
}

#user-content h3 {
  color: #313854;
  width: 100%;
  padding: 10px 10px 10px 10px;
}

#user-content .section-setting {
  background-color: #ffffff;
  max-width: 700px;
  border: 1px solid #dfdfdf;
  margin: 0px 0px 10px 0px;
  padding: 15px 15px 15px 15px;
  box-sizing: border-box;
  border-radius: 3px;
}

#user-content .section-setting label {
  color: #354147;
  font-weight: 600;
}

#user-content .section-setting .requiredText {
  color: #FF4A00;
  font-size: 11px;
}

#user-content .section-setting .fminput {
  min-height: 30px;
  border-radius: 3px;
  background: #fff;
  padding: 8px;
  border: 1px solid #DADFE2;
  box-sizing: border-box;
  width: 100%;
  margin: 5px 0px 0px 0px;
}

#user-content h4 {
  font-size: 20px;
  color: #5F6C72;
  background-color: transparent;
  display: block;
  padding: 0px 0px 15px 0px;
  margin: 0;
  border-bottom: none;
  font-weight: bold;
  font-weight: 600;
}

#user-content .section-setting strong {
  padding-bottom: 5px;
}

#user-content .section-setting h5 {
  font-size: 16px;
  font-weight: normal;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 10px 10px;
}

#user-content .section-setting .CL1690Sub {
  width: 300px;
  float: left;
  margin: 0;
}

#user-content .menu {
  background-color: transparent;
  max-width: 700px;
  zheight: 600px;
  border: none;
  margin: 0px 0px 0px 0px;
  padding: 20px 0px 40px 0px;
  box-sizing: border-box;
  zmargin: 0 auto;
}

#user-content .menu .selected {
  margin: 0px 20px 0px 0px;
  padding: 0px 0px 10px 0px;
  border-bottom: 2px solid #0071b2;
  color: #0071b2;
}

#user-content .menu span {
  margin: 0px 20px 0px 0px;
  padding: 0px 0px 10px 0px;
  color: #5F6C72;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;
  margin-right: 20px;
}

#user-content .menu span:hover {
  cursor: pointer;
}

/**
 * Created: 06-08-2019
 * @author Daniel Dith
 */
#event-toolbar {
  display: flex;
  justify-content: space-between;
  padding: 0 2em;
}

#event-container .event-table {
  width: 100%;
  box-sizing: border-box;
  border: none;
  border-collapse: collapse;
}
#event-container .event-table .row-title:hover {
  cursor: pointer;
}
#event-container .event-table th {
  background-color: transparent;
  box-sizing: border-box;
  border: none;
  border-collapse: collapse;
  padding: 4px 2px;
  color: #5f6c72;
  text-align: left;
  font-size: 14px;
  font-weight: bold;
}
#event-container .event-table td {
  box-sizing: border-box;
  border: 1px solid #dfe3eb;
  border-collapse: collapse;
  padding: 4px 8px;
  color: #5f6c72;
  text-align: left;
  font-size: 14px;
  font-weight: normal;
}
#event-container .event-table tr:nth-child(even) {
  background: #f0f0f0;
}
#event-container .event-table tr:nth-child(odd) {
  background: #ffffff;
}
#event-container .event-table .functions i:hover {
  cursor: pointer;
}

#modal-common-01 .event-modal-edit .schedule-table, #modal-common-02 .event-modal-edit .schedule-table, #modal-common-03 .event-modal-edit .schedule-table, #modal-common-04 .event-modal-edit .schedule-table {
  border-collapse: collapse;
}
#modal-common-01 .event-modal-edit .schedule-table tr th, #modal-common-02 .event-modal-edit .schedule-table tr th, #modal-common-03 .event-modal-edit .schedule-table tr th, #modal-common-04 .event-modal-edit .schedule-table tr th {
  font-size: 14px;
  border: 1px solid #909090;
  background-color: #f9fafc;
  padding: 2px 10px 2px 10px;
  color: #606060;
}
#modal-common-01 .event-modal-edit .schedule-table tr td, #modal-common-02 .event-modal-edit .schedule-table tr td, #modal-common-03 .event-modal-edit .schedule-table tr td, #modal-common-04 .event-modal-edit .schedule-table tr td {
  font-size: 14px;
  border: 1px solid #909090;
  padding: 2px 10px 2px 10px;
  word-wrap: break-word;
  word-break: break-all;
  color: #606060;
}
#modal-common-01 .event-modal-edit .schedule-table .event-sch-days, #modal-common-02 .event-modal-edit .schedule-table .event-sch-days, #modal-common-03 .event-modal-edit .schedule-table .event-sch-days, #modal-common-04 .event-modal-edit .schedule-table .event-sch-days {
  display: inline-block;
  padding: 2px 0;
  margin: 2px 2px;
  background-color: #909090;
  color: #ffffff;
  font-size: 14px;
  width: 25px;
  text-align: center;
  box-sizing: border-box;
}
#modal-common-01 .event-modal-edit .schedule-table .event-sch-days:hover, #modal-common-02 .event-modal-edit .schedule-table .event-sch-days:hover, #modal-common-03 .event-modal-edit .schedule-table .event-sch-days:hover, #modal-common-04 .event-modal-edit .schedule-table .event-sch-days:hover {
  cursor: pointer;
}
#modal-common-01 .event-modal-edit .schedule-table .day-deselected, #modal-common-02 .event-modal-edit .schedule-table .day-deselected, #modal-common-03 .event-modal-edit .schedule-table .day-deselected, #modal-common-04 .event-modal-edit .schedule-table .day-deselected {
  background-color: #909090;
}
#modal-common-01 .event-modal-edit .schedule-table .day-selected, #modal-common-02 .event-modal-edit .schedule-table .day-selected, #modal-common-03 .event-modal-edit .schedule-table .day-selected, #modal-common-04 .event-modal-edit .schedule-table .day-selected {
  background-color: #009000;
}
#modal-common-01 .event-modal-edit .schedule-table input, #modal-common-02 .event-modal-edit .schedule-table input, #modal-common-03 .event-modal-edit .schedule-table input, #modal-common-04 .event-modal-edit .schedule-table input {
  border: 1px solid #c0c0c0;
  background-color: #ffffff;
  display: inline-block;
  vertical-align: middle;
  padding: 2px 2px;
  margin: 0;
  border-radius: 3px;
  color: #313854;
  text-decoration: none;
  font: 400 14px Arial;
  box-sizing: border-box;
  min-height: 30px;
  width: 90%;
  font-size: 13px;
  text-align: center;
}

.event-modal-serie-select {
  width: 95vw;
  max-width: 1200px;
  height: calc(100vh - 100px);
}
.event-modal-serie-select .container {
  height: calc(100% - 60px);
  display: flex;
}
.event-modal-serie-select .container .group-container {
  width: 150px;
  height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
  float: left;
}
.event-modal-serie-select .container .group-container .title {
  padding: 10px 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border-radius: 5px;
}
.event-modal-serie-select .container .group-container .title:hover {
  background-color: #E0E0E0;
  cursor: pointer;
}
.event-modal-serie-select .container .group-container .selected {
  background-color: #b0f0b0;
}
.event-modal-serie-select .container .serie-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  overflow-y: scroll;
  height: 100%;
  flex: 1;
}
.event-modal-serie-select .container .serie-container .box {
  min-width: 150px;
  max-width: 180px;
  flex: 1;
  margin: 10px 10px;
  box-shadow: -3px 5px 5px rgba(0, 0, 0, 0.4);
  float: left;
}
.event-modal-serie-select .container .serie-container .box .title {
  text-align: center;
  color: #FFFFFF;
  background-color: #313854;
  height: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.event-modal-serie-select .container .serie-container .box .image {
  text-align: center;
  height: 80px;
}
.event-modal-serie-select .container .serie-container .box .image img {
  max-width: 100%;
  max-height: 100%;
}
.event-modal-serie-select .container .serie-container .box .image:hover {
  cursor: pointer;
}

@font-face {
  font-family: "Geomanist-Bold";
  src: url("../fonts/Geomanist/Geomanist-Bold.otf");
}
@font-face {
  font-family: "Geomanist-Light";
  src: url("../fonts/Geomanist/Geomanist-Light.otf");
}
@font-face {
  font-family: "Geomanist-Regular";
  src: url("../fonts/Geomanist/Geomanist-Regular.otf");
}
@font-face {
  font-family: "Proxima-Nova-Regular";
  src: url("../fonts/ProximaNova/Proxima-Nova-Regular.otf");
}
body {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #394263;
  font-size: 13px;
  background-color: #ffffff;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  width: 5px;
  height: 8px;
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  width: 5px;
  height: 8px;
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  width: 5px;
  height: 8px;
  background: #555;
}

/* Login */
#login-container {
  position: absolute;
  width: 900px;
  max-width: 100%;
  top: 80px;
  left: 0;
  right: 0;
  margin: auto;
  padding: 10px 10px;
  font-size: 14px;
  color: #888888;
  box-sizing: border-box;
}

#login-container h1 {
  font-size: 28px;
  color: #000000;
  font-weight: 500;
  padding: 0;
  margin: 0px 0px 20px 0px;
}

#login-container h2 {
  font-size: 18px;
  color: #000000;
  font-weight: 500;
  padding: 0;
  margin: 0px 0px 2px 0px;
}

#login-container .login-block {
  margin: 0px 0px 10px 0px;
  padding: 0;
  display: block;
}

#login-container .login-block label {
  display: inline-block;
  font-size: 14px;
  color: #888888;
  margin: 0px 0px 10px 0px;
}

#login-container .login-block a {
  color: #888888;
}

#login-container .login-block .login-input {
  border: 1px solid #979797;
  border-radius: 6px;
  padding: 0 15px;
  height: 50px;
  font-size: 16px;
  font-weight: 300;
}

#login-container .login-form {
  background-color: #ffffff;
}

#login-container .login-noaccount-btn {
  display: block;
  background-color: #2ca531;
  color: #ffffff;
  border: 1px solid #3da541;
  border-radius: 8px;
  padding: 5px 5px;
  margin: 0;
  width: 300px;
  font-size: 16px;
  text-align: center;
  box-sizing: border-box;
  text-decoration: none;
}

#login-container .login-noaccount-btn:hover {
  background-color: #4db551;
  cursor: pointer;
}

#login-container .sign-in-google {
  display: block;
  background-color: #2ca531;
  color: #ffffff;
  border: 1px solid #3da541;
  border-radius: 8px;
  padding: 5px 5px;
  margin: 0;
  width: 300px;
  font-size: 16px;
  box-sizing: border-box;
  text-decoration: none;
}

#login-container .sign-in-google:hover {
  background-color: #4db551;
  cursor: pointer;
}

#login-container .login-block-left {
  float: left;
  width: 50%;
  box-sizing: border-box;
}

#login-container .login-block-right {
  float: right;
  width: 50%;
  box-sizing: border-box;
}

#login-container .login-only-mobile {
  display: none;
}

@media only screen and (max-width: 700px) {
  #login-container {
    position: absolute;
    width: 100%;
    top: 80px;
    left: 0;
    margin-left: 0;
    padding: 10px 10px;
    z-index: 1000;
    box-sizing: border-box;
  }

  #login-container .login-block-left {
    float: none;
    width: 100%;
  }

  #login-container .login-block-right {
    float: none;
    width: 100%;
  }

  #login-container .login-not-mobile {
    display: none;
  }

  #login-container .login-only-mobile {
    display: inline-block;
  }

  #ID1000LanguageSelect {
    display: none;
  }
}
#ID1000LanguageSelect {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 1001;
}

/* Button */
.save-button {
  display: inline-block;
  box-sizing: border-box;
  vertical-align: middle;
  padding: 10px;
  min-width: 120px;
  text-align: center;
  background-color: #00a71c;
  color: #ffffff;
  border: 1px solid #00a71c;
  border-radius: 5px;
  float: right;
  font-size: 14px;
  font-weight: bold;
}

.save-button:hover {
  cursor: pointer;
  background-color: #10b72c;
}

.login-button {
  background-color: #2ca531;
  color: #ffffff;
  border: 1px solid #3da541;
  border-radius: 8px;
  padding: 10px 10px;
  width: 100%;
  font-size: 16px;
}

.login-button:hover {
  background-color: #4db551;
  cursor: pointer;
}

.startup-box {
  position: relative;
  margin: 25px 10px 25px 10px;
  border-radius: 17px;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(rgba(22, 81, 82, 0.8), #165152);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(22, 81, 82, 0.8)), to(#165152));
  background-position: right;
}

.startup-box-wrapper {
  display: flex;
  padding: 24px 20px 24px 20px;
  background-position: right;
  background-size: contain;
  background-repeat: no-repeat;
}

.startup-box-wrapper .btn-text {
  position: relative;
  top: -2px;
}

.startup {
  text-align: center;
  display: inline-block;
  flex-direction: column;
  flex-grow: 1;
  color: white;
}

.first-button {
  background-color: white;
  color: #004E73;
  border: 1px solid #004E73;
  border-radius: 8px;
  padding: 10px 10px;
  font-size: 16px;
}

.second-button {
  background-color: white;
  color: #004E73;
  border: 1px solid #004E73;
  border-radius: 8px;
  padding: 10px 10px;
  font-size: 16px;
}

.startup-center {
  position: absolute;
  top: 0px;
  left: 50%;
  height: 100%;
  width: 2px;
  background-image: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.1));
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0.1)));
  opacity: 0.5;
}

.first-button:hover {
  background-color: #ffffff95;
}

.second-button:hover {
  background-color: #e6e6e695;
}

.error {
  color: #FF0000;
  display: inline-block;
}

/* Switch */
.switch {
  position: relative;
  display: inline-block;
  width: 55px;
  height: 29px;
}

.switch input {
  display: none;
}

.switch-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 34px;
}

.switch-slider:before {
  position: absolute;
  content: "";
  height: 25px;
  width: 25px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 50%;
}

input:checked + .switch-slider {
  background-color: #2ca531;
}

input:focus + .switch-slider {
  box-shadow: 0 0 1px #2ca531;
}

input:checked + .switch-slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

.color-button {
  border: 1px solid #56d4b8;
  display: inline-block;
  vertical-align: middle;
  padding: 10px 20px;
  margin: 0;
  border-radius: 5px;
  text-decoration: none;
  font-size: 14px;
  background-color: #56d4b8;
  color: #ffffff;
  font-weight: bold;
  border-color: #56d4b8;
  box-sizing: border-box;
}

.color-button:hover {
  cursor: pointer;
  background-color: #66e4c8;
}

#dashboard-content {
  background-color: #F8F9FB;
  width: calc(100% - 180px);
  height: 100%;
  position: absolute;
  left: 180px;
  /* New override */
  width: 100%;
  left: 0;
  top: 50px;
  height: calc(100vh - 60px);
  zheight: 500px;
  overflow-y: auto;
}

#dashboard-content-title {
  background-color: #313854;
  color: #f0f0f0;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  font-size: 10pt;
  height: 50px;
  border-bottom: 4px solid #FF0000;
  width: 100%;
  box-sizing: border-box;
}

#dashboard-content-title h1 {
  font-size: 14pt;
  font-weight: normal;
  color: #ffffff;
  padding: 0px 0px 0px 0px;
  margin: 12px 0px 0px 10px;
  display: inline-block;
}

#dashboard-content-title .icons {
  float: right;
  margin-top: 12px;
  margin-right: 15px;
  color: #d0d0d0;
}

#dashboard-content-title .icons a {
  color: #d0d0d0;
}

#dashboard-content-title .icons a:visited {
  color: #d0d0d0;
}

#dashboard-menu {
  width: 180px;
  color: #ffffff;
  background-color: #394263;
  margin: 0;
  padding: 0;
  min-height: 100vh;
  overflow: hidden;
  z-index: 7800;
  position: relative;
}

#dashboard-menu .dashboard-menu-logo {
  background-color: #313854;
  font-size: 10pt;
  display: block;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  height: 50px;
  border-bottom: 4px solid #FF0000;
}

#dashboard-menu .dashboard-menu-logo h1 {
  font-size: 18pt;
  font-weight: normal;
  color: #ffffff;
  padding: 0px 0px 0px 0px;
  margin: 8px 0px 0px 10px;
  display: inline-block;
  overflow: hidden;
}

#dashboard-menu .dashboard-menu-user {
  height: 92px;
  font-size: 10pt;
  display: block;
  padding: 15px 10px 15px 10px;
  overflow: hidden;
}

#dashboard-menu .dashboard-menu-user img {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  vertical-align: middle;
  display: block;
  margin: 0 auto;
  margin-bottom: 5px;
}

#dashboard-menu .dashboard-menu-user .CL1020name {
  font-size: 10pt;
  display: block;
  overflow: hidden;
  vertical-align: middle;
  padding-left: 5px;
}

#dashboard-menu .dashboard-menu-user .CL1020email {
  color: #657A84;
  font-size: 10pt;
  display: block;
  overflow: hidden;
  vertical-align: middle;
  padding-left: 5px;
}

#dashboard-menu .dashboard-menu-sub {
  background-color: #313854;
  display: block;
  height: 50px;
  overflow: hidden;
  font-size: 1px;
}

#dashboard-menu .dashboard-menu-sub span {
  color: #313854;
  border: 2px solid #ffffff;
  border-radius: 8px;
  width: 14px;
  height: 14px;
  text-align: center;
  vertical-align: middle;
  padding: 0;
  display: inline-block;
  margin: 5px 0px 0px 10px;
}

#dashboard-menu .dashboard-menu-bottom {
  display: none;
  height: 1px;
  border-top: none;
}

#dashboard-menu li {
  margin-bottom: 5px;
  padding: 10px 10px 10px 10px;
  list-style-type: none;
  overflow: hidden;
}

#dashboard-menu li:hover,
#dashboard-menu li:focus {
  background: rgba(0, 0, 0, 0.3);
  cursor: pointer;
}

#dashboard-menu i {
  color: #909090;
  padding-right: 10px;
  width: 20px;
  text-align: center;
}

#dashboard-menu .dashboard-menu-fold {
  display: none;
  font-size: 20px;
  text-align: center;
}

#dashboard-presentation {
  color: #313854;
}

#dashboard-presentation .dashboard-presentation-block {
  background: #ffffff;
  color: #000000;
  height: 200px;
  width: 200px;
  float: left;
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 20px;
}

#dashboard-presentation .dashboard-presentation-title {
  background-color: #313854;
  width: 100%;
  height: 40px;
  color: #ffffff;
  display: block;
  text-align: center;
}

#plugins-overview {
  color: #313854;
}

#plugins-overview h3 {
  color: #313854;
  width: 100%;
  padding: 10px 10px 10px 10px;
}

#plugins-overview .plugins-block {
  background: #ffffff;
  color: #000000;
  height: 200px;
  width: 200px;
  float: left;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 20px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3), inset 0 -3px 3px rgba(0, 0, 0, 0.1);
}

#plugins-overview .plugins-block img {
  width: 200px;
  height: 160px;
}

#plugins-overview .plugins-block .plugins-overview-title {
  background-color: #313854;
  width: 100%;
  height: 40px;
  color: #ffffff;
  display: inline-block;
  text-align: center;
}

#dashboard-content-title h1 {
  padding: 0px 0px 0px 0px;
}

/* Header */
#user-menu {
  display: inline-block;
  margin: 0;
  vertical-align: top;
}
#user-menu .menu-icon {
  cursor: pointer;
  margin: 10px 5px 5px 5px;
}
#user-menu .menu-dropdown {
  position: absolute;
  display: none;
  border: 1px solid #a0a0a0;
  border-radius: 5px;
  box-shadow: -2px 3px 7px rgba(0, 0, 0, 0.5);
  background-color: #ffffff;
  width: 270px;
  overflow: auto;
  transform-origin: top right;
  box-sizing: border-box;
  margin-left: -220px;
  z-index: 9000;
}
#user-menu .menu-dropdown .section {
  display: block;
  padding: 8px 8px 8px 8px;
  border-bottom: 1px solid #a0a0a0;
  font-size: 14px;
}
#user-menu .menu-dropdown .selectable:hover {
  background-color: #e0e0e0;
  cursor: pointer;
}
#user-menu .menu-dropdown .section i {
  display: inline-block;
  width: 15px;
  text-align: center;
  margin-right: 5px;
}

#package {
  box-sizing: border-box;
  width: 100%;
}

#package .container {
  width: 100%;
  text-align: center;
  box-sizing: border-box;
  position: relative;
}

#package .container h1 {
  font-weight: 500;
  font-size: 48px;
  line-height: normal;
  padding: 0;
  margin: 10px 0px 10px 0px;
  color: #000000;
}

#package .container h2 {
  font-size: 20px;
  color: rgba(47, 47, 47, 0.82);
  font-weight: 600;
  line-height: normal;
  padding: 0;
  margin: 10px 0px 10px 0px;
}

#package .container h3 {
  color: rgba(47, 47, 47, 0.82);
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  padding: 0;
  margin: 10px 0px 10px 0px;
  font-weight: 400;
}

#package .container .container-top {
  border-bottom: 1px solid #c0c0c0;
  height: 65px;
  box-sizing: border-box;
  margin: 0px 0px 40px 0px;
  position: relative;
}

#package .container-form {
  padding: 40px 60px 40px 60px;
  outline: none;
  border-color: rgba(63, 63, 63, 0.329412);
  background-color: white;
  border-width: 3px;
  border-style: dashed;
  box-sizing: border-box;
  max-width: 750px;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
}

#package .container-footer {
  color: #909090;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  padding: 0;
  margin: 0;
  font-weight: 400;
}

#package .container-trust {
  border-top: 1px solid #c0c0c0;
  border-bottom: 1px solid #c0c0c0;
  margin: 20px 0px 20px 0px;
  padding: 20px 0px;
  display: flex;
  font-size: 20px;
  color: #000000;
  vertical-align: middle;
  font-weight: bold;
  justify-content: space-around;
}

#package .container-form input {
  font-size: 14px;
  line-height: 24px;
  padding: 12px 18px;
  margin: 10px 0px;
  border-radius: 5px;
  box-sizing: border-box;
  border: 1px solid #909090;
}

#package .color-button {
  border: 1px solid #909090;
  display: inline-block;
  vertical-align: middle;
  padding: 10px 20px;
  width: 80%;
  margin: 0;
  border-radius: 5px;
  text-decoration: none;
  font-size: 14px;
  background-color: #00A71B;
  color: #ffffff;
  font-weight: bold;
  border-color: #00A71B;
  box-sizing: border-box;
}

#package .color-button:hover {
  cursor: pointer;
  background-color: #20c73B;
}

.default-table {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #dfe3eb;
  border-collapse: collapse;
}

.default-table th {
  background-color: #e5e8ea;
  box-sizing: border-box;
  border: 1px solid #dfe3eb;
  border-collapse: collapse;
  padding: 8px 8px;
  color: #5f6c72;
  text-align: left;
  font-size: 14px;
  font-weight: normal;
}

.default-table td:hover {
  background-color: #f5f8fa;
  cursor: pointer;
}

.default-table td {
  background-color: #ffffff;
  box-sizing: border-box;
  border: 1px solid #dfe3eb;
  border-collapse: collapse;
  padding: 8px 8px;
  color: #5f6c72;
  text-align: left;
  font-size: 14px;
  font-weight: normal;
}

.not-allowed {
  margin: 20px auto;
  width: 400px;
  border: 3px solid #900000;
  padding: 5px;
  text-align: center;
}

id {
  font-size: 10px;
  color: #ffffff;
  white-space: normal;
  padding: 1px;
  margin: 0;
  display: inline;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  font-weight: normal;
  background-color: #f09000;
  border-radius: 2px;
}

err {
  color: #ff0000;
  white-space: normal;
  margin: 0;
  display: inline;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  font-weight: normal;
}

#header-block {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #ffffff;
  margin: 0;
  font-size: 10pt;
  height: 60px;
  width: 100%;
  box-sizing: border-box;
  padding: 0;
  z-index: 9970;
}

#header-block .header-container {
  height: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 4em;
}

#header-block .header-logo {
  position: relative;
  top: 5px;
}

#header-block .header-title {
  position: relative;
  top: 5px;
}

#header-block .header-container .link-container {
  display: inline-block;
  float: right;
  margin-right: 50px;
}

#header-block .header-container .link-container .item-container {
  white-space: nowrap;
  width: 100%;
}

#header-block .header-container .link-container .item-container .item {
  display: inline-block;
  height: 48px;
  font-size: 14px;
  font-weight: normal;
  color: #455A64;
  padding: 14px 10px 0px 10px;
  box-sizing: border-box;
}

#header-block .header-container .link-container .item-container .item:hover {
  color: #657A84;
  cursor: pointer;
}

#main-menu {
  display: inline-block;
  margin: 0;
  vertical-align: top;
}
#main-menu .menu-icon {
  cursor: pointer;
  margin: 10px 5px 8px 5px;
}
#main-menu .menu-dropdown {
  position: absolute;
  display: none;
  border: 1px solid #a0a0a0;
  border-radius: 5px;
  box-shadow: -2px 3px 7px rgba(0, 0, 0, 0.5);
  background-color: #ffffff;
  width: 270px;
  overflow: auto;
  transform-origin: top right;
  box-sizing: border-box;
  margin-left: -220px;
  z-index: 9000;
}
#main-menu .menu-dropdown .section {
  display: block;
  padding: 8px 8px 8px 8px;
  border-bottom: 1px solid #a0a0a0;
  font-size: 14px;
}
#main-menu .menu-dropdown .selectable:hover {
  background-color: #e0e0e0;
  cursor: pointer;
}
#main-menu .menu-dropdown .section i {
  display: inline-block;
  width: 15px;
  text-align: center;
  margin-right: 5px;
}

#main-content {
  background-color: #ffffff;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}
#main-content .container {
  position: relative;
  color: #313854;
  padding: 2em 4em;
  margin: 0;
  box-sizing: border-box;
  overflow: hidden;
  background-color: #ffffff;
}
#main-content .container h1 {
  padding: 30px 0px 0px 0px;
  font-size: 18px;
  color: #313854;
}

.main-green-button {
  /* Green v1 */
  border: 1px solid #5c9d61;
  display: inline-block;
  vertical-align: middle;
  padding: 3px 10px;
  margin: 0 5px;
  border-radius: 15px;
  text-decoration: none;
  font-size: 15px;
  background-color: #5c9d61;
  color: #ffffff;
  font-weight: bold;
  box-sizing: border-box;
}

.main-green-button:hover {
  background-color: #10b72c;
  cursor: pointer;
}

.main-gray-button {
  /* Green v1 */
  border: 1px solid #909090;
  display: inline-block;
  vertical-align: middle;
  padding: 3px 10px;
  margin: 0 5px;
  border-radius: 15px;
  text-decoration: none;
  font-size: 15px;
  background-color: #ffffff;
  color: #313854;
  font-weight: bold;
  box-sizing: border-box;
}

.main-gray-button:hover {
  background-color: #f0f0f0;
  cursor: pointer;
}

.main-green-right-button {
  /* Green v1 */
  border: 1px solid #5c9d61;
  display: inline-block;
  vertical-align: middle;
  padding: 3px 10px;
  margin: 0 5px;
  border-radius: 15px;
  text-decoration: none;
  font-size: 15px;
  background-color: #5c9d61;
  color: #ffffff;
  font-weight: bold;
  box-sizing: border-box;
  float: right;
}

.main-green-right-button:hover {
  background-color: #10b72c;
  cursor: pointer;
}

.top-controls {
  position: absolute;
  right: 72px;
  top: 15px;
}

.top-cont {
  /*The control buttons on overview*/
  display: inline-block;
  margin: 0px 10px 0px 10px;
}

.news-control {
  /*The new button, that opens the modal*/
  position: relative;
}

.top-controls .news-control .new-news {
  /*The indicator that shows how many messages the user has*/
  background-color: #FA1D1D;
  text-align: center;
  border-radius: 100px;
  height: 20px;
  width: 20px;
  font-size: 10px;
  color: white;
  position: absolute;
  right: -3px;
  top: -7px;
  z-index: 1;
  display: none;
}

.top-controls .new-news .news-count {
  /*The identifier in the new news indicator*/
  position: relative;
  top: 4px;
}

.top-controls .feed-button {
  /**/
  background-color: transparent;
  border: 0;
}

.news-wrapper {
  /*The entire news container that comes up*/
  background-color: rgba(0, 0, 0, 0.6);
  width: 100vw;
  z-index: 10000000000;
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100vh;
  display: none;
  transition: right 2s ease;
}

.news-wrapper .news-container {
  /*Specifically the new container*/
  float: right;
  margin-right: 0px;
  background-color: white;
  width: 500px;
  position: absolute;
  right: -500px;
  top: 0px;
  overflow-x: hidden;
  overflow-y: auto;
  height: 100vh;
  transition: all 0.3s ease;
  transform: scale(0.9);
}

.news-container .news-container-header {
  /*The header of the news tab*/
  background: linear-gradient(#246C6D, #165152);
  height: 46px;
  font-family: Geomanist-Bold;
}

.wp-block-image {
  /*The specific image for a post*/
  margin: 0px;
  padding: 0px;
}

.rss-post {
  margin: 20px;
  padding: 20px;
  box-shadow: 6px 0 18px 0 rgba(0, 0, 0, 0.1);
  background-color: #FFFFFF;
  line-height: 18px;
}

.news-container .news-date {
  font-size: 11px;
  font-family: Geomanist-Light;
  padding: 0px;
  margin: 0px;
  opacity: 0.5;
}

.news-container .news-title {
  font-size: 20px;
  font-family: Geomanist-Bold;
  position: relative;
  color: black;
}

.news-container .news-content a {
  word-wrap: break-word;
}

.news-container .news-content video {
  width: 100%;
  height: auto !important;
}

.news-container .news-content p {
  font-size: 14px;
  font-family: Geomanist-Regular;
  max-width: 100%;
  color: black;
}

.news-container .news-content img {
  /*All of the images on the news*/
  width: 100%;
  height: auto !important;
}

.news-container .news-content .wp-block-video {
  width: 100% !important;
  padding: 0px;
  margin: 0px;
}

.news-container-header .left {
  position: absolute;
  top: 12px;
  font-size: 18px;
  color: white;
  left: 10px;
}

.news-container-header .right {
  position: absolute;
  right: 10px;
  font-size: 20px;
  color: white;
  top: 12px;
}

.news-wrapper .open {
  right: 0px;
  transform: scale(1);
}

.news-container-close {
  height: 100vh;
  width: calc(100% - 500px);
  position: absolute;
  left: 0px;
  top: 0px;
  margin-right: 500px;
}

.news-wrapper-side {
  width: 100vw;
  height: 100vh;
  padding-right: 500px;
}

.news-wrapper-side #rss-media-content {
  width: 100vw;
  height: 100vh;
  position: relative;
  z-index: 900;
}

#rss-media-content img {
  width: 100%;
}

.rss-media-content-box {
  width: 80%;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}

#rss-media-content video {
  width: 100%;
}

#news-container-loading img {
  position: absolute;
  top: 50%;
  transform: translate(-50px, -50px);
  left: 50%;
  width: 100px;
}

.rss-post img {
  margin: 10px 0px 10px 0px;
}

.image-view-close {
  background: linear-gradient(#246C6D, #165152);
  position: absolute;
  right: -10px;
  padding: 2px;
  border-radius: 100px;
  color: white;
}

#clicktoclose {
  position: absolute;
  z-index: 500;
  width: calc(100vw - 500px);
  height: 100vh;
}

button,
.icon-select-first,
.icon-select span,
.CL1400MenuHeaderFunc img,
#editor-grid-icon,
#editor-menu-tools #ID1400MenuProp .CL1400MenuPropClose {
  cursor: pointer !important;
}

.header-element-container {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
}

.flex-container-center-panel {
  flex-basis: 100%;
}

.modern-modal-section-title {
  color: #105251;
}

.player-download-wrapper {
  padding: 10px 20px 10px 20px;
  height: 100%;
  overflow: scroll;
  overflow-x: hidden;
}

.modern-modal-content-panel-image {
  height: 100px;
}

.modern-modal-content-panel-title {
  background-color: #6CC24E;
  border-radius: 8px;
  color: #165152;
  font-size: 14px;
  width: 50%;
  transform: translateX(-50%);
  left: 50%;
  position: absolute;
  text-align: center;
  font-family: Proxima-Nova-Regular, sans-serif;
}

.modern-modal-content-panel-action {
  position: absolute;
  top: 90%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.header-section-image {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}

.section-panel {
  height: 250px;
}

.stylish-table {
  width: 100%;
  border: none;
  border-collapse: collapse;
  border-color: transparent;
}

.stylish-table th {
  color: #CBD1D9;
}

.stylish-table tbody tr:not(:first-child) {
  padding: 5px 0px 5px 0px;
  border-top: solid 1px #D8EAE6;
}

.horizontal-flex-container {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.stylish-table tr td {
  position: relative;
  min-width: 100px;
  max-width: 400px;
  width: auto;
  height: 80px;
  padding-left: 10px;
  font-family: proxima-nova, sans-serif;
}

.stylish-table-call-to-action-buttons {
  display: inline-flex;
  position: absolute;
  top: 15px;
  right: 20px;
}

.stylish-table .button-type-a2:hover {
  background-color: #0d3131 !important;
}

.border-right {
  border-right: solid 1px #646D823C;
}

.border-right {
  border-left: solid 1px #646D823C;
}

.coming-soon {
  filter: blur(2px);
}

.coming-soon a {
  pointer-events: none;
}

.modern-modal > ::-webkit-scrollbar-track {
  background-color: transparent;
}

.modern-modal > ::-webkit-scrollbar-thumb {
  background-color: #105251;
}

.failed-color {
  background-color: #bf1f00;
}

.warning-color {
  background-color: #d2ac28;
}

.success-color {
  background-color: #92bf00;
}

@media screen and (max-width: 1100px) {
  .horizontal-flex-container {
    flex-wrap: wrap;
  }

  .horizontal-flex-container .flex-container-center-panel {
    border: none;
    margin: 20px;
  }
}

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