html,
body {
  height: 100%;
  width: 100%;
}
.margin-top-5px {
  margin-top: 5px;
}
.margin-top-20px {
  margin-top: 20px;
}
.vertical-margin-5px {
  margin-bottom: 5px;
}
.text-bold {
  font-weight: bold;
}
.vertical-margin-20px {
  margin-bottom: 20px;
}
input[type="text"],
input[type="password"] {
  width: 100%;
  box-shadow: none;
  border: 1px solid #d3d3d3;
  border-radius: 3px;
  color: #242424;
  padding: 3px;
}
.theme-file-container {
  border: 1px solid #3598db;
  border-radius: 3px;
  padding: 10px;
  margin: 10px 0px;
}
.theme-file-container .theme-file-available {
  color: #38aa3a;
  font-weight: bold;
}
.theme-file-container .theme-file-not-available {
  color: #be1917;
  font-weight: bold;
}
.theme-file-container .upload-container {
  margin-top: 10px;
}
.theme-file-container .btn-upload {
  margin-top: 10px;
}
.theme-file-container .upload-error {
  border: 1px solid #be1917;
  background-color: #be1917;
  border-radius: 3px;
  padding: 5px;
  color: white;
  display: none;
}
.theme-file-container .upload-success {
  border: 1px solid #38aa3a;
  background-color: #38aa3a;
  border-radius: 3px;
  padding: 5px;
  color: white;
  display: none;
}
.customwidgetversion-details-container {
  padding-top: 20px;
}
.s360-editor-controls-container,
.s360-editor-content-container {
  padding: 5px;
  padding: 10px;
  border: 1px solid #d3d3d3;
  border-radius: 3px;
  margin-top: 10px;
  margin-bottom: 10px;
  overflow: hidden;
}
.s360-editor-controls-container .s360-editor-headline,
.s360-editor-content-container .s360-editor-headline {
  text-decoration: underline;
  margin-bottom: 5px;
}
#backend-content-preview {
  background-color: #f0f0f0;
  border-radius: 5px;
  padding: 20px;
}
.code-editor {
  height: 750px;
  border-radius: 5px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.s360-maingrid {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  height: 100%;
}
.s360-maingrid .header {
  display: flex;
  flex-shrink: 0;
  background-color: #3598db;
}
.s360-maingrid .header .header-content {
  min-height: 50px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.s360-maingrid .header .header-content .header-middle-area {
  flex-grow: 2;
}
.s360-maingrid .content-area {
  display: flex;
  flex-grow: 2;
  height: 100%;
  padding-top: 30px;
}
.s360-maingrid .footer {
  display: flex;
  flex-shrink: 0;
  background-color: #3598db;
}
.s360-maingrid .footer .footer-content {
  min-height: 50px;
}
.login-pannel-column {
  margin-top: auto;
  margin-bottom: auto;
}
.login-pannel-column .login-pannel {
  display: block;
  min-height: 200px;
  background-color: #ff9d32;
  border-radius: 5px;
  padding: 10px 0px;
  color: white;
  overflow: hidden;
}
.login-pannel-column .login-pannel .headline {
  font-size: 18px;
  margin-bottom: 20px;
}
.mainmenu {
  border: 1px solid #f0f0f0;
  border-radius: 5px;
  padding: 5px;
  width: 100%;
}
.mainmenu .menuitem {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  background-color: #ff9d32;
  color: white;
  padding: 10px 5px;
  cursor: pointer;
}
.mainmenu .menuitem:hover {
  text-decoration: none;
}
.mainmenu .menuitem:not(:first-of-type) {
  margin-top: 5px;
}
.tablelist-container {
  border: 1px solid #d3d3d3;
  border-radius: 5px;
  padding: 20px;
}
.tablelist-container .headline {
  margin-bottom: 10px;
}
.tablelist-container .table-row:hover {
  background-color: #f0f0f0;
}
.searchfield {
  width: 100%;
  position: relative;
}
.searchfield i {
  position: absolute;
  right: 8px;
  top: 7px;
}
.msg {
  padding: 10px;
  border-radius: 5px;
  color: white;
  background-color: #be1917;
  margin-bottom: 10px;
}
.msg.error {
  background-color: #be1917;
}
.msg.success {
  background-color: #38aa3a;
}
.msg.info {
  background-color: #ff9d32;
  color: white;
}
td.actions a {
  margin-right: 10px;
}
.licensetype-details-container .snippets-licensed-container,
.licensetype-details-container .snippets-available-container {
  width: 100%;
  min-height: 300px;
  padding: 10px;
  border: 1px solid #ff9d32;
  border-radius: 5px;
}
.licensetype-details-container .snippets-licensed-container .snippet,
.licensetype-details-container .snippets-available-container .snippet {
  width: 100%;
  padding: 20px;
  background-color: #3598db;
  color: white;
  text-align: center;
  border-radius: 5px;
  cursor: move;
}
.licensetype-details-container .snippets-licensed-container .snippet:not(:last-of-type),
.licensetype-details-container .snippets-available-container .snippet:not(:last-of-type) {
  margin-bottom: 5px;
}
.licensetype-details-container .fonts-available-container,
.licensetype-details-container .fonts-licensed-container {
  width: 100%;
  min-height: 600px;
  padding: 10px;
  border: 1px solid #ff9d32;
  border-radius: 5px;
  overflow: hidden;
  max-height: 300px;
  scroll-behavior: auto;
  overflow-y: scroll;
}
.licensetype-details-container .fonts-available-container .font-container,
.licensetype-details-container .fonts-licensed-container .font-container {
  width: 100%;
  padding: 20px;
  background-color: #3598db;
  color: white;
  text-align: center;
  border-radius: 5px;
  cursor: move;
}
.licensetype-details-container .fonts-available-container .font-container:not(:last-of-type),
.licensetype-details-container .fonts-licensed-container .font-container:not(:last-of-type) {
  margin-bottom: 5px;
}
.container-warning {
  border: 2px solid #be1917;
  padding: 10px;
  font-weight: bold;
  color: #be1917;
}
#plugindialog-form textarea {
  min-height: 200px;
}
.dropdown a {
  color: #fff;
}
.dropdown dd,
.dropdown dt {
  margin: 0px;
  padding: 0px;
}
.dropdown ul {
  margin: -1px 0 0 0;
}
.dropdown dd {
  position: relative;
}
.dropdown a,
.dropdown a:visited {
  color: black;
  text-decoration: none;
  outline: none;
}
.dropdown dt a {
  background-color: white;
  display: block;
  overflow: hidden;
  border: 1px solid #d3d3d3;
  border-radius: 3px;
  width: 272px;
}
.dropdown dt a span,
.multiSel span {
  cursor: pointer;
  display: inline-block;
  padding: 0 3px 2px 0;
}
.dropdown p.multiSel {
  margin: 0px;
}
.dropdown p.multiSel span {
  padding: 6px;
}
.dropdown span.hida {
  padding: 6px;
}
.dropdown ul li {
  color: black;
}
.dropdown ul li input[type='checkbox'] {
  margin-right: 5px;
}
.dropdown dd ul {
  background-color: white;
  border: 1px solid #d3d3d3;
  color: #fff;
  display: none;
  left: 0px;
  padding: 2px 15px 2px 5px;
  position: absolute;
  top: 2px;
  width: 280px;
  list-style: none;
  height: 100px;
  overflow: auto;
}
.dropdown span.value {
  display: none;
}
.dropdown dd ul li a {
  padding: 5px;
  display: block;
}
.dropdown dd ul li a:hover {
  background-color: #fff;
}
.license-edit-icons a {
  color: #3598db;
  margin-right: 5px;
}
.license-row.notvalid {
  background-color: #ff8887;
}
i.fa.circle-red {
  color: red;
}
i.fa.circle-green {
  color: lightgreen;
}
.font-btn-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 600px;
}
.font-btn-container i {
  padding: 20px;
  background-color: #3598db;
  color: white;
  border-radius: 5px;
  cursor: pointer;
  margin-top: 10px;
}
.font-search-field {
  margin-bottom: 5px;
}
.license-filter-count-container {
  padding: 10px 0px;
  font-weight: bold;
}
#admin-settings-form .admin-settings-container {
  margin-top: 20px;
}
#admin-settings-form .admin-settings-container textarea {
  width: 100%;
  min-height: 300px;
}
#bundle-form .msg,
#customwidget-permissions-form .msg,
#theme-permissions-form .msg {
  margin-bottom: 20px;
}
#bundle-form .bundle-details-container,
#customwidget-permissions-form .bundle-details-container,
#theme-permissions-form .bundle-details-container {
  padding-top: 20px;
}
#bundle-form .tablelist-container,
#customwidget-permissions-form .tablelist-container,
#theme-permissions-form .tablelist-container {
  margin: 20px 0px;
}
#bundle-form .btn-bundle-license-delete,
#customwidget-permissions-form .btn-bundle-license-delete,
#theme-permissions-form .btn-bundle-license-delete,
#bundle-form .btn-customwidget-license-delete,
#customwidget-permissions-form .btn-customwidget-license-delete,
#theme-permissions-form .btn-customwidget-license-delete,
#bundle-form .btn-theme-license-delete,
#customwidget-permissions-form .btn-theme-license-delete,
#theme-permissions-form .btn-theme-license-delete {
  cursor: pointer;
}
#bundle-form .bundle-license-selector,
#customwidget-permissions-form .bundle-license-selector,
#theme-permissions-form .bundle-license-selector,
#bundle-form .customwidget-license-selector,
#customwidget-permissions-form .customwidget-license-selector,
#theme-permissions-form .customwidget-license-selector,
#bundle-form .theme-license-selector,
#customwidget-permissions-form .theme-license-selector,
#theme-permissions-form .theme-license-selector {
  margin-top: 20px;
}
#bundle-form .bundle-license-selector .result-container,
#customwidget-permissions-form .bundle-license-selector .result-container,
#theme-permissions-form .bundle-license-selector .result-container,
#bundle-form .customwidget-license-selector .result-container,
#customwidget-permissions-form .customwidget-license-selector .result-container,
#theme-permissions-form .customwidget-license-selector .result-container,
#bundle-form .theme-license-selector .result-container,
#customwidget-permissions-form .theme-license-selector .result-container,
#theme-permissions-form .theme-license-selector .result-container {
  border: 1px solid lightgrey;
  padding: 5px;
  display: none;
}
#bundle-form .bundle-license-selector .result-container .license-result-row,
#customwidget-permissions-form .bundle-license-selector .result-container .license-result-row,
#theme-permissions-form .bundle-license-selector .result-container .license-result-row,
#bundle-form .customwidget-license-selector .result-container .license-result-row,
#customwidget-permissions-form .customwidget-license-selector .result-container .license-result-row,
#theme-permissions-form .customwidget-license-selector .result-container .license-result-row,
#bundle-form .theme-license-selector .result-container .license-result-row,
#customwidget-permissions-form .theme-license-selector .result-container .license-result-row,
#theme-permissions-form .theme-license-selector .result-container .license-result-row {
  margin-bottom: 3px;
  cursor: pointer;
}
#bundle-form .bundle-license-selector .result-container .license-result-row:hover,
#customwidget-permissions-form .bundle-license-selector .result-container .license-result-row:hover,
#theme-permissions-form .bundle-license-selector .result-container .license-result-row:hover,
#bundle-form .customwidget-license-selector .result-container .license-result-row:hover,
#customwidget-permissions-form .customwidget-license-selector .result-container .license-result-row:hover,
#theme-permissions-form .customwidget-license-selector .result-container .license-result-row:hover,
#bundle-form .theme-license-selector .result-container .license-result-row:hover,
#customwidget-permissions-form .theme-license-selector .result-container .license-result-row:hover,
#theme-permissions-form .theme-license-selector .result-container .license-result-row:hover {
  background-color: lightgrey;
}
#bundle-form .bundle-license-selector .result-container .license-result-row .license-id,
#customwidget-permissions-form .bundle-license-selector .result-container .license-result-row .license-id,
#theme-permissions-form .bundle-license-selector .result-container .license-result-row .license-id,
#bundle-form .customwidget-license-selector .result-container .license-result-row .license-id,
#customwidget-permissions-form .customwidget-license-selector .result-container .license-result-row .license-id,
#theme-permissions-form .customwidget-license-selector .result-container .license-result-row .license-id,
#bundle-form .theme-license-selector .result-container .license-result-row .license-id,
#customwidget-permissions-form .theme-license-selector .result-container .license-result-row .license-id,
#theme-permissions-form .theme-license-selector .result-container .license-result-row .license-id {
  display: inline-block;
  width: 30px;
}
#bundle-form .bundle-license-selector .result-container .license-result-row .license-url,
#customwidget-permissions-form .bundle-license-selector .result-container .license-result-row .license-url,
#theme-permissions-form .bundle-license-selector .result-container .license-result-row .license-url,
#bundle-form .customwidget-license-selector .result-container .license-result-row .license-url,
#customwidget-permissions-form .customwidget-license-selector .result-container .license-result-row .license-url,
#theme-permissions-form .customwidget-license-selector .result-container .license-result-row .license-url,
#bundle-form .theme-license-selector .result-container .license-result-row .license-url,
#customwidget-permissions-form .theme-license-selector .result-container .license-result-row .license-url,
#theme-permissions-form .theme-license-selector .result-container .license-result-row .license-url {
  display: inline-block;
  width: 400px;
}
#bundle-form .bundle-license-selector .result-container .license-result-row .license-type,
#customwidget-permissions-form .bundle-license-selector .result-container .license-result-row .license-type,
#theme-permissions-form .bundle-license-selector .result-container .license-result-row .license-type,
#bundle-form .customwidget-license-selector .result-container .license-result-row .license-type,
#customwidget-permissions-form .customwidget-license-selector .result-container .license-result-row .license-type,
#theme-permissions-form .customwidget-license-selector .result-container .license-result-row .license-type,
#bundle-form .theme-license-selector .result-container .license-result-row .license-type,
#customwidget-permissions-form .theme-license-selector .result-container .license-result-row .license-type,
#theme-permissions-form .theme-license-selector .result-container .license-result-row .license-type {
  display: inline-block;
  width: 200px;
}
#bundle-form .bundle-license-selector .result-container .license-result-row .license-validuntil,
#customwidget-permissions-form .bundle-license-selector .result-container .license-result-row .license-validuntil,
#theme-permissions-form .bundle-license-selector .result-container .license-result-row .license-validuntil,
#bundle-form .customwidget-license-selector .result-container .license-result-row .license-validuntil,
#customwidget-permissions-form .customwidget-license-selector .result-container .license-result-row .license-validuntil,
#theme-permissions-form .customwidget-license-selector .result-container .license-result-row .license-validuntil,
#bundle-form .theme-license-selector .result-container .license-result-row .license-validuntil,
#customwidget-permissions-form .theme-license-selector .result-container .license-result-row .license-validuntil,
#theme-permissions-form .theme-license-selector .result-container .license-result-row .license-validuntil {
  display: inline-block;
  width: 200px;
}
.theme-license-selector-container .license-type-access-container span,
.customwidget-license-selector-container .license-type-access-container span {
  margin-right: 20px;
}
.theme-license-selector-container .license-type-access-container label,
.customwidget-license-selector-container .license-type-access-container label {
  margin-right: 10px;
}
#update-form .update-file-container {
  margin-top: 20px;
  margin-bottom: 20px;
}
#update-form .update-file-container .updatefile-not-available,
#update-form .update-file-container .upload-error {
  background-color: red;
  color: white;
  padding: 5px;
  margin-bottom: 10px;
  border-radius: 3px;
  display: none;
}
#update-form .update-file-container .updatefile-not-available .update-file,
#update-form .update-file-container .upload-error .update-file {
  font-weight: bold;
}
#update-form .update-file-container .updatefile-ok {
  background-color: green;
  color: white;
  padding: 5px;
  margin-bottom: 10px;
  border-radius: 3px;
  display: none;
}
#update-form .update-file-container .btn-upload {
  margin-top: 10px;
}
#licenses > .col-xs-12 {
  margin-top: 20px;
}
.premium-expired {
  color: white;
  background-color: #930202;
  padding: 5px;
  border-radius: 3px;
}
.value-search-container .value-select {
  border-radius: 3px 3px 3px 3px;
  border: 1px solid #d3d3d3;
  color: black;
  padding: 3px;
  cursor: pointer;
}
.value-search-container .search-result-container {
  border: 1px solid #d3d3d3;
  border-top: none;
  padding: 5px 0px;
  display: none;
}
.value-search-container .search-result-container input {
  border-left: none;
  border-right: none;
  border-radius: 0px;
}
.value-search-container .search-result-container .results {
  padding: 3px;
  overflow: auto;
  white-space: nowrap;
  max-height: 200px;
}
.value-search-container .search-result-container .results .result {
  cursor: pointer;
}
.value-search-container .search-result-container .results .result:hover {
  background-color: #d3d3d3;
}
.license-row-master {
  display: none;
}
.pagination .page-item .page-link {
  cursor: pointer;
}
#features {
  padding-top: 20px;
}
#features .add-feature-container {
  border: 1px solid #d3d3d3;
  margin-top: 20px;
  padding: 5px 20px 20px;
}
#features .add-feature-container .feature-description {
  margin-top: 10px;
  border: 1px solid lightgray;
  border-radius: 3px;
  padding: 5px;
  color: grey;
}
#features .add-feature-container .feature-value-container input {
  display: none;
}
#features .add-feature-container .feature-value-container .label-value {
  display: none;
}
#features .add-feature-container .upperhead {
  height: 25px;
  display: block;
}
.license-details-container {
  padding-top: 20px;
}
.btn-news-delete {
  cursor: pointer;
}
