@charset "UTF-8";
@font-face {
  font-family: "awesome-solid";
  src: url("/fonts/awesome-solid.ttf");
}
html body {
  margin: 0;
  padding: 0;
  background-image: url("/images/templates/default/bg2.jpg");
  background-attachment: fixed;
  background-size: cover;
  color: #fff;
  font-family: Tahoma, Geneva, Verdana, sans-serif;
  font-size: 14px;
}
html body * {
  box-sizing: border-box;
  outline: none;
}
html body .error {
  color: #f00;
}
html body .warning {
  color: #ff0;
}
html body .done {
  color: #0f0;
}
html body .hidden {
  display: none !important;
}
html body a, html body a:visited {
  color: #fff;
}
html body input[type=text], html body input[type=number], html body input[type=email], html body input[type=tel], html body input[type=password] {
  background: none;
  border: 1px rgba(255, 255, 255, 0.6) solid;
  height: 30px;
  color: rgba(255, 255, 255, 0.8);
  padding: 0 5px;
  transition: border-color 0.3s ease 0s;
}
html body input[type=text]:focus, html body input[type=number]:focus, html body input[type=email]:focus, html body input[type=tel]:focus, html body input[type=password]:focus {
  border-color: #fff;
}
html body input[type=text]:-moz-read-only, html body input[type=number]:-moz-read-only, html body input[type=email]:-moz-read-only, html body input[type=tel]:-moz-read-only, html body input[type=password]:-moz-read-only {
  border-color: rgba(255, 255, 255, 0.1);
}
html body input[type=text]:disabled, html body input[type=text]:read-only, html body input[type=number]:disabled, html body input[type=number]:read-only, html body input[type=email]:disabled, html body input[type=email]:read-only, html body input[type=tel]:disabled, html body input[type=tel]:read-only, html body input[type=password]:disabled, html body input[type=password]:read-only {
  border-color: rgba(255, 255, 255, 0.1);
}
html body input[type=text].error, html body input[type=number].error, html body input[type=email].error, html body input[type=tel].error, html body input[type=password].error {
  border: 1px #f00 solid;
}
html body input[type=text].margined, html body input[type=number].margined, html body input[type=email].margined, html body input[type=tel].margined, html body input[type=password].margined {
  margin-bottom: 3px;
}
html body select {
  background: none;
  border: 1px rgba(255, 255, 255, 0.6) solid;
  height: 30px;
  color: rgba(255, 255, 255, 0.8);
  padding: 0 5px;
  transition: border-color 0.3s ease 0s;
}
html body select:focus {
  border-color: #fff;
}
html body select:disabled {
  border-color: rgba(255, 255, 255, 0.1);
}
html body select option {
  color: #000;
}
html body select[multiple] {
  height: 200px;
  background: #fff;
  min-width: 150px;
}
html body select[multiple].short {
  height: 100px;
}
html body textarea {
  background: none;
  border: 1px rgba(255, 255, 255, 0.6) solid;
  height: 100px;
  color: rgba(255, 255, 255, 0.8);
  padding: 5px;
  transition: border-color 0.3s ease 0s;
}
html body textarea:focus {
  border-color: #fff;
}
html body textarea:disabled {
  border-color: rgba(255, 255, 255, 0.1);
}
html body textarea[role=textbox] {
  color: black;
}
html body button {
  border: none;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 0 30px;
  height: 30px;
  cursor: pointer;
  transition: all 0.3s ease 0s;
}
html body button:hover {
  background-color: rgba(255, 255, 255, 0.6);
  color: #fff;
}
html body button:disabled {
  cursor: inherit;
  opacity: 0.3;
}
html body .inputwithsearch {
  position: relative;
}
html body .inputwithsearch .iws-search {
  position: relative;
}
html body .inputwithsearch .iws-search .iws-result {
  position: absolute;
  left: 0;
  right: 0;
  background-color: white;
  color: black;
  display: none;
  z-index: 2;
}
html body .inputwithsearch .iws-search .iws-result.active {
  display: block;
}
html body .inputwithsearch .iws-search .iws-result ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
html body .inputwithsearch .iws-search .iws-result ul li {
  padding: 5px;
  transition: 0.3s;
  cursor: pointer;
}
html body .inputwithsearch .iws-search .iws-result ul li:hover {
  background-color: #666;
  color: white;
}
html body .inputwithsearch .iws-null {
  position: absolute;
  left: calc(100% + 10px);
  top: 0;
}
html body .inputwithsearch .iws-null span {
  font-size: 14px;
  cursor: pointer;
}
html body .inputwithsearch .iws-null span::before {
  font-family: "awesome-solid";
  content: "";
}
html body ::-moz-placeholder {
  color: #aaa;
}
html body ::placeholder {
  color: #aaa;
}
html body hr {
  margin: 10px 0;
  height: 1px;
  border: none;
  background-color: rgba(255, 255, 255, 0.6);
}
@media (min-width: 0) {
  html body main {
    padding: 112px 15px 15px 15px;
  }
}
@media (min-width: 1000px) {
  html body main {
    padding: 112px 30px 30px 280px;
  }
}
html body main .content {
  max-width: 1300px;
  margin: 0 auto;
}
html body main .content .content-head {
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
html body main .content .content-head h1 {
  margin: 0 0 10px 0;
  text-transform: uppercase;
  font-weight: normal;
}
@media (min-width: 0) {
  html body main .content .content-head h1 {
    padding: 0;
    font-size: 14px;
  }
}
@media (min-width: 1000px) {
  html body main .content .content-head h1 {
    padding: 0 0 0 30px;
    font-size: 16px;
  }
}
html body main .content .content-head .content-dash {
  display: flex;
  justify-content: flex-end;
  margin: 0 0 10px 0;
}
@media (min-width: 0) {
  html body main .content .content-head .content-dash {
    padding: 0;
  }
}
@media (min-width: 1000px) {
  html body main .content .content-head .content-dash {
    padding: 0 30px 0 0;
  }
}
html body main .content .content-head .content-dash a {
  text-decoration: none;
}
html body main .content .content-head .content-dash .cd-btn {
  margin-left: 5px;
  cursor: pointer;
  transition: all 0.3s ease 0s;
  text-align: center;
}
@media (min-width: 0) {
  html body main .content .content-head .content-dash .cd-btn {
    height: 30px;
    width: 30px;
    line-height: 30px;
  }
}
@media (min-width: 1000px) {
  html body main .content .content-head .content-dash .cd-btn {
    height: 40px;
    width: 40px;
    line-height: 40px;
  }
}
html body main .content .content-head .content-dash .cd-btn:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
html body main .content .content-head .content-dash .cd-btn.disabled {
  cursor: inherit;
  color: rgba(255, 255, 255, 0.2);
  pointer-events: none;
}
html body main .content .content-head .content-dash .cd-btn.disabled:hover {
  background-color: inherit;
}
@media (min-width: 0) {
  html body main .content .content-head .content-dash .cd-btn span {
    font-size: 20px;
  }
}
@media (min-width: 1000px) {
  html body main .content .content-head .content-dash .cd-btn span {
    font-size: 24px;
  }
}
html body main .content .content-head .content-dash .cd-btn span::before {
  font-family: "awesome-solid";
}
html body main .content .content-head .content-dash .cd-btn.create span::before {
  content: "";
}
html body main .content .content-head .content-dash .cd-btn.delete span::before {
  content: "";
}
html body main .content .content-head .content-dash .cd-btn.save span::before {
  content: "";
}
html body main .content .content-head .content-dash .cd-btn.back span::before {
  content: "";
}
html body main .content .content-head .content-dash .cd-btn.exectarget span::before {
  content: "";
}
html body main .content .content-head .content-dash .cd-btn.upload span::before {
  content: "";
}
html body main .content .content-head .content-dash .cd-btn.duplicate span::before {
  content: "";
}
html body main .content .data {
  background-color: rgba(0, 0, 0, 0.3);
  font-size: 13px;
  overflow: auto;
  position: relative;
}
@media (min-width: 0) {
  html body main .content .data {
    padding: 15px;
  }
}
@media (min-width: 1000px) {
  html body main .content .data {
    padding: 30px;
  }
}
html body main .content .data .data-langs {
  margin: 0 0 15px 0;
  display: flex;
  flex-wrap: wrap;
}
html body main .content .data .data-langs.padded {
  padding-top: 30px;
}
html body main .content .data .data-langs .data-langs-title {
  margin: 0 10px 5px 0;
}
html body main .content .data .data-langs .data-langs-btns label {
  margin-right: 10px;
}
html body main .content .data .data-errors {
  margin: 0 0 20px 20px;
}
html body main .content .data .data-errors ul {
  margin: 0;
  padding: 0;
}
html body main .content .data .data-errors ul li {
  color: #f00;
}
html body main .content .data .data-tablewrap {
  min-height: 600px;
  margin: 0 0 40px 0;
}
html body main .content .data .data-tablewrap.compact {
  min-height: auto;
}
html body main .content .data .data-tablewrap.padded {
  padding-top: 30px;
}
html body main .content .data .data-tablewrap .data-head {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  width: 100%;
}
@media (min-width: 0) {
  html body main .content .data .data-tablewrap .data-head {
    justify-content: flex-start;
  }
}
@media (min-width: 1000px) {
  html body main .content .data .data-tablewrap .data-head {
    justify-content: flex-end;
  }
}
html body main .content .data .data-tablewrap .data-head .datahead-dash {
  display: flex;
  justify-content: flex-end;
}
html body main .content .data .data-tablewrap .data-head .datahead-dash a {
  text-decoration: none;
}
html body main .content .data .data-tablewrap .data-head .datahead-dash .dhd-btn {
  margin-left: 5px;
  cursor: pointer;
  transition: all 0.3s ease 0s;
  text-align: center;
}
@media (min-width: 0) {
  html body main .content .data .data-tablewrap .data-head .datahead-dash .dhd-btn {
    height: 30px;
    width: 30px;
    line-height: 30px;
  }
}
@media (min-width: 1000px) {
  html body main .content .data .data-tablewrap .data-head .datahead-dash .dhd-btn {
    height: 40px;
    width: 40px;
    line-height: 40px;
  }
}
html body main .content .data .data-tablewrap .data-head .datahead-dash .dhd-btn:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
html body main .content .data .data-tablewrap .data-head .datahead-dash .dhd-btn.disabled {
  cursor: inherit;
  color: rgba(255, 255, 255, 0.2);
  pointer-events: none;
}
html body main .content .data .data-tablewrap .data-head .datahead-dash .dhd-btn.disabled:hover {
  background-color: inherit;
}
@media (min-width: 0) {
  html body main .content .data .data-tablewrap .data-head .datahead-dash .dhd-btn span {
    font-size: 20px;
  }
}
@media (min-width: 1000px) {
  html body main .content .data .data-tablewrap .data-head .datahead-dash .dhd-btn span {
    font-size: 24px;
  }
}
html body main .content .data .data-tablewrap .data-head .datahead-dash .dhd-btn span::before {
  font-family: "awesome-solid";
}
html body main .content .data .data-tablewrap .data-head .datahead-dash .dhd-btn.create span::before {
  content: "";
}
html body main .content .data .data-tablewrap .data-head .datahead-dash .dhd-btn.delete span::before {
  content: "";
}
html body main .content .data .data-tablewrap .data-head .datahead-dash .dhd-btn.save span::before {
  content: "";
}
html body main .content .data .data-tablewrap .data-head .datahead-dash .dhd-btn.back span::before {
  content: "";
}
html body main .content .data .data-tablewrap .data-head .datahead-dash .dhd-btn.upload span::before {
  content: "";
}
html body main .content .data .data-tablewrap table.data-table {
  width: 100%;
  color: rgba(255, 255, 255, 0.8);
  border-collapse: collapse;
}
html body main .content .data .data-tablewrap table.data-table a, html body main .content .data .data-tablewrap table.data-table a:visited {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
}
html body main .content .data .data-tablewrap table.data-table tr {
  border-bottom: 1px gray solid;
}
html body main .content .data .data-tablewrap table.data-table tr.no-border {
  border-bottom: none;
}
html body main .content .data .data-tablewrap table.data-table tr:last-child {
  border-bottom: none;
}
html body main .content .data .data-tablewrap table.data-table tr:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
html body main .content .data .data-tablewrap table.data-table tr:hover.no-selection {
  background-color: inherit;
}
html body main .content .data .data-tablewrap table.data-table tr th {
  padding: 5px 10px;
  text-align: left;
  white-space: nowrap;
}
html body main .content .data .data-tablewrap table.data-table tr th:not(:first-child) {
  min-width: 100px;
}
html body main .content .data .data-tablewrap table.data-table tr th.wide {
  min-width: 300px;
}
html body main .content .data .data-tablewrap table.data-table tr th label {
  white-space: nowrap;
  cursor: pointer;
  transition: color 0.3s ease 0s;
  display: block;
}
html body main .content .data .data-tablewrap table.data-table tr th label:hover {
  color: #fff;
}
html body main .content .data .data-tablewrap table.data-table tr th label::after {
  font-family: "awesome-solid";
  display: inline-block;
  margin-left: 5px;
}
html body main .content .data .data-tablewrap table.data-table tr th label.sortable::after {
  content: "";
}
html body main .content .data .data-tablewrap table.data-table tr th label.sorted-forward::after {
  content: "";
}
html body main .content .data .data-tablewrap table.data-table tr th label.sorted-backward::after {
  content: "";
}
html body main .content .data .data-tablewrap table.data-table tr th label.right {
  text-align: right;
}
html body main .content .data .data-tablewrap table.data-table tr td {
  padding: 5px 10px;
  white-space: nowrap;
}
html body main .content .data .data-tablewrap table.data-table tr td .dt-inputwrap input[type=text], html body main .content .data .data-tablewrap table.data-table tr td .dt-inputwrap input[type=number], html body main .content .data .data-tablewrap table.data-table tr td .dt-inputwrap input[type=email], html body main .content .data .data-tablewrap table.data-table tr td .dt-inputwrap input[type=tel], html body main .content .data .data-tablewrap table.data-table tr td .dt-inputwrap input[type=password], html body main .content .data .data-tablewrap table.data-table tr td .dt-inputwrap select {
  width: 100%;
}
html body main .content .data .data-tablewrap table.data-table tr td .dt-inputwrap input[type=text].small, html body main .content .data .data-tablewrap table.data-table tr td .dt-inputwrap input[type=number].small, html body main .content .data .data-tablewrap table.data-table tr td .dt-inputwrap input[type=email].small, html body main .content .data .data-tablewrap table.data-table tr td .dt-inputwrap input[type=tel].small, html body main .content .data .data-tablewrap table.data-table tr td .dt-inputwrap input[type=password].small, html body main .content .data .data-tablewrap table.data-table tr td .dt-inputwrap select.small {
  width: 70px;
}
html body main .content .data .data-tablewrap table.data-table tr td .dt-inputwrap.right {
  text-align: right;
}
html body main .content .data .data-tablewrap table.data-table tr td .dt-actions {
  display: flex;
}
html body main .content .data .data-tablewrap table.data-table tr td .dt-actions .dt-btn {
  height: 40px;
  width: 40px;
  margin-right: 5px;
  cursor: pointer;
  transition: all 0.3s ease 0s;
  text-align: center;
  line-height: 40px;
}
html body main .content .data .data-tablewrap table.data-table tr td .dt-actions .dt-btn:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
html body main .content .data .data-tablewrap table.data-table tr td .dt-actions .dt-btn.disabled {
  cursor: inherit;
  color: rgba(255, 255, 255, 0.2);
}
html body main .content .data .data-tablewrap table.data-table tr td .dt-actions .dt-btn.disabled:hover {
  background-color: inherit;
}
html body main .content .data .data-tablewrap table.data-table tr td .dt-actions .dt-btn span {
  font-size: 20px;
}
html body main .content .data .data-tablewrap table.data-table tr td .dt-actions .dt-btn span::before {
  font-family: "awesome-solid";
}
html body main .content .data .data-tablewrap table.data-table tr td .dt-actions .dt-btn.edit span::before {
  content: "";
}
html body main .content .data .data-tablewrap table.data-table tr td .dt-actions .dt-btn.delete span::before {
  content: "";
}
html body main .content .data .data-tablewrap table.data-table tr td .dt-actions .dt-btn.transaction span::before {
  content: "";
}
html body main .content .data .data-tablewrap table.data-table tr td .dt-colorexample {
  width: 30px;
  height: 30px;
  border: 1px rgba(255, 255, 255, 0.6) solid;
  border-radius: 15px;
}
html body main .content .data .data-form {
  grid-template-columns: min-content auto;
  color: rgba(255, 255, 255, 0.8);
}
@media (min-width: 0) {
  html body main .content .data .data-form {
    display: block;
  }
}
@media (min-width: 1000px) {
  html body main .content .data .data-form {
    display: grid;
  }
}
html body main .content .data .data-form.padded {
  padding-top: 30px;
}
html body main .content .data .data-form.subform {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease 0s;
  margin-bottom: 20px;
}
html body main .content .data .data-form.subform.active {
  max-height: 1000px;
}
html body main .content .data .data-form .df-title {
  white-space: nowrap;
  display: flex;
  align-items: center;
  padding-right: 30px;
}
html body main .content .data .data-form .df-title.required::after {
  display: inline-block;
  margin-left: 5px;
  color: #f00;
  content: "*";
}
html body main .content .data .data-form .df-inputwrap {
  margin: 5px 0;
}
@media (min-width: 0) {
  html body main .content .data .data-form .df-inputwrap input[type=text], html body main .content .data .data-form .df-inputwrap input[type=email], html body main .content .data .data-form .df-inputwrap input[type=password], html body main .content .data .data-form .df-inputwrap input[type=tel], html body main .content .data .data-form .df-inputwrap input[type=number] {
    width: 100%;
  }
}
@media (min-width: 1000px) {
  html body main .content .data .data-form .df-inputwrap input[type=text], html body main .content .data .data-form .df-inputwrap input[type=email], html body main .content .data .data-form .df-inputwrap input[type=password], html body main .content .data .data-form .df-inputwrap input[type=tel], html body main .content .data .data-form .df-inputwrap input[type=number] {
    width: 400px;
  }
}
html body main .content .data .data-form .df-inputwrap input[type=text].small, html body main .content .data .data-form .df-inputwrap input[type=email].small, html body main .content .data .data-form .df-inputwrap input[type=password].small, html body main .content .data .data-form .df-inputwrap input[type=tel].small, html body main .content .data .data-form .df-inputwrap input[type=number].small {
  width: 70px;
}
@media (min-width: 0) {
  html body main .content .data .data-form .df-inputwrap .inputwithsearch {
    width: 100%;
  }
}
@media (min-width: 1000px) {
  html body main .content .data .data-form .df-inputwrap .inputwithsearch {
    width: 400px;
  }
}
@media (min-width: 0) {
  html body main .content .data .data-form .df-inputwrap textarea {
    width: 100%;
  }
}
@media (min-width: 1000px) {
  html body main .content .data .data-form .df-inputwrap textarea {
    width: 400px;
  }
}
html body main .content .data .data-form .df-inputwrap .df-imgwrap {
  display: flex;
}
html body main .content .data .data-form .df-inputwrap .df-imgwrap .df-imgwrap2 {
  margin-right: 5px;
}
html body main .content .data .data-form .df-inputwrap .df-imgwrap .df-imgwrap2 img {
  min-height: 100px;
  border: 1px rgba(255, 255, 255, 0.6) solid;
}
@media (min-width: 0) {
  html body main .content .data .data-form .df-inputwrap .df-imgwrap .df-imgwrap2 img {
    max-width: 150px;
  }
}
@media (min-width: 1000px) {
  html body main .content .data .data-form .df-inputwrap .df-imgwrap .df-imgwrap2 img {
    max-width: 200px;
  }
}
html body main .content .data .data-form .df-inputwrap .df-imgwrap .df-imgbtns .df-magnify, html body main .content .data .data-form .df-inputwrap .df-imgwrap .df-imgbtns .df-deletefile {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  transition: background-color 0.3s ease 0s;
  margin-bottom: 5px;
}
html body main .content .data .data-form .df-inputwrap .df-imgwrap .df-imgbtns .df-magnify:hover, html body main .content .data .data-form .df-inputwrap .df-imgwrap .df-imgbtns .df-deletefile:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
html body main .content .data .data-form .df-inputwrap .df-imgwrap .df-imgbtns .df-magnify span, html body main .content .data .data-form .df-inputwrap .df-imgwrap .df-imgbtns .df-deletefile span {
  font-size: 20px;
}
html body main .content .data .data-form .df-inputwrap .df-imgwrap .df-imgbtns .df-magnify span::before, html body main .content .data .data-form .df-inputwrap .df-imgwrap .df-imgbtns .df-deletefile span::before {
  font-family: "awesome-solid";
}
html body main .content .data .data-form .df-inputwrap .df-imgwrap .df-imgbtns .df-magnify span::before {
  content: "";
}
html body main .content .data .data-form .df-inputwrap .df-imgwrap .df-imgbtns .df-deletefile span::before {
  content: "";
}
html body main .content .data .data-info {
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 30px;
}
html body main .content .data .data-info.padded {
  padding-top: 30px;
}
html body main .content .data .data-info .di-txt {
  position: relative;
  padding-left: 40px;
}
html body main .content .data .data-info .di-txt::before {
  font-family: "awesome-solid";
  content: "";
  display: inline-block;
  margin-right: 5px;
  font-size: 24px;
  position: absolute;
  left: 0;
  top: 0;
}
html body main .content .data .reloading {
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}
html body main .content .data .reloading span {
  display: inline-block;
  animation: reloadingspinner 1s infinite;
}
html body main .content .data .reloading span::before {
  font-family: "awesome-solid";
  font-size: 40px;
  color: rgba(255, 255, 255, 0.8);
  content: "";
}
@keyframes reloadingspinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(180deg);
  }
}
html body main .content .data .data-tabs {
  position: absolute;
  top: 0;
  display: flex;
}
@media (min-width: 0) {
  html body main .content .data .data-tabs {
    left: 15px;
  }
}
@media (min-width: 1000px) {
  html body main .content .data .data-tabs {
    left: 30px;
  }
}
html body main .content .data .data-tabs .data-tab {
  background-color: rgba(0, 0, 0, 0.3);
  cursor: pointer;
  margin-right: 3px;
  padding: 5px 10px;
  font-size: 14px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.8);
  transition: all 0.3s ease 0s;
  white-space: nowrap;
}
html body main .content .data .data-tabs .data-tab.active, html body main .content .data .data-tabs .data-tab:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
  padding: 6px 10px 4px 10px;
}
html body main .content .data .data-console.padded {
  padding-top: 30px;
}
