:root {
    --font-family: "arial", "sans-serif";
}

/*# sourceMappingURL=default_layout.css.map */
:root {
  --font-family-general: "Open Sans", sans-serif;
  --header-color: #ffffff;
  --header-background-bar: #3b3b3b;
  --header-background-top: #ffffff;
  --main-color: black;
  --main-background: #ffffff;
  --footer-color: #ffffff;
  --footer-background: #666666;
  --page-gradient: -webkit-linear-gradient(top, rgb(107, 107, 107) 0%, rgba(101, 98, 0, 0) 100%) !important;
  --main-gradient: -webkit-linear-gradient(top, rgb(111, 117, 144, 1) 0%, rgb(111, 117, 144, 0) 100%) !important;
  --newsletter-box-background: #565656;
  --default-ribbon-color: #b9b9b9;
  --primary-ribbon-color: #e8d923;
  --secondary-ribbon-color: #66dcff;
  --color-date-font: #3598dc;
  --color-view-font: #c49f47;
  --color-user-font: #585858;
  --color-fav-font: #e43a45;
  --color-comment-font: #928b00;
  --color-star-font: #b1a900;
  --cell-label-background: #e1edfb;
}

/*# sourceMappingURL=default_skin.css.map */
:root {
  --header-color: #ffffff;
  --header-background-bar: #581e1e;
  --header-background-top: #ffffff;
  --main-color: black;
  --main-background: #ffffff;
  --footer-color: #ffffff;
  --footer-background: #666666;
  --page-gradient: -webkit-linear-gradient(top, rgb(122, 92, 92) 0%, rgba(101, 98, 0, 0) 100%) !important;
  --main-gradient: -webkit-linear-gradient(top, rgb(122, 92, 92) 0%, rgb(111, 117, 144, 0) 100%) !important;
  --newsletter-box-background: #5a3c3c;
  --cell-label-background: #fbe1e1;
}

/*# sourceMappingURL=red_skin.css.map */
@charset "UTF-8";
html {
  background: #ffffff;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}

html ::-webkit-input-placeholder {
  -webkit-transition: opacity 0.5s ease 0s;
  color: #000;
  opacity: 0.5;
}

html :-moz-placeholder {
  -webkit-transition: opacity 0.5s ease 0s;
  color: #000;
  opacity: 0.5;
}

html ::-moz-placeholder {
  -webkit-transition: opacity 0.5s ease 0s;
  color: #000;
  opacity: 0.5;
}

html :-ms-input-placeholder {
  -webkit-transition: opacity 0.5s ease 0s;
  color: #000;
  opacity: 0.5;
}

html :hover::-webkit-input-placeholder {
  -webkit-transition: opacity 0.5s ease 0s;
  opacity: 0.75;
}

html :hover:-moz-placeholder {
  -webkit-transition: opacity 0.5s ease 0s;
  opacity: 0.75;
}

html :hover::-moz-placeholder {
  -webkit-transition: opacity 0.5s ease 0s;
  opacity: 0.75;
}

html :hover:-ms-input-placeholder {
  -webkit-transition: opacity 0.5s ease 0s;
  opacity: 0.75;
}

html :focus::-webkit-input-placeholder {
  -webkit-transition: opacity 0.5s ease 0s;
  opacity: 0;
}

html :focus:-moz-placeholder {
  -webkit-transition: opacity 0.5s ease 0s;
  opacity: 0;
}

html :focus::-moz-placeholder {
  -webkit-transition: opacity 0.5s ease 0s;
  opacity: 0;
}

html :focus:-ms-input-placeholder {
  -webkit-transition: opacity 0.5s ease 0s;
  opacity: 0;
}

body {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  font-family: var(--font-family-general);
}

body h1 {
  cursor: default;
  width: 100%;
}

body div {
  cursor: default;
}

body h2 {
  font-weight: 300;
  color: #444444;
  width: 100%;
}

body h2.panel {
  margin-top: 0;
  width: 100%;
}

body img.block {
  max-width: 100%;
  height: auto;
  display: block;
}

body input:focus {
  border: 1px solid #0000ff !important;
}

body hr.shadow-12 {
  width: 100%;
  margin-top: 0;
  height: 12px;
  border: 0;
  box-shadow: inset 0 12px 12px -12px rgba(0, 0, 0, 0.5);
  margin-bottom: -12px;
}

body hr.shadow-abs {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}

body hr.mt-40 {
  margin-top: 40px;
}

body hr.shadowed {
  height: 12px;
  border: 0;
  width: 100%;
  box-shadow: inset 0 12px 12px -12px rgba(0, 0, 0, 0.5);
}

body h2.para {
  text-transform: uppercase;
  font-size: 20px;
  margin: 20px 0 0 0;
}

body p {
  color: #555555;
}

body li {
  color: #555555;
}

body hr.type4 {
  margin-top: 1px;
  margin-bottom: 0;
  height: 12px;
  border: 0;
  -webkit-box-shadow: inset 0 12px 12px -12px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 12px 12px -12px rgba(0, 0, 0, 0.5);
  background-color: unset !important;
}

body figure.media {
  width: 100%;
  height: auto;
  margin: 0;
}

body .ut-2 {
  background: rgba(209, 209, 209, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}

body div.section {
  width: 100%;
  display: flex;
  max-width: 1280px;
}

header {
  color: var(--header-color);
  background: var(--header-background-top);
  flex-grow: 0;
  width: 100%;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 50;
  flex-direction: column;
}

header div.header-bottom-bar {
  background: var(--header-background-bar);
  height: 16px;
  width: 100%;
  position: relative;
}

header div.header-bottom-bar div {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.51);
  border-bottom: 1px solid #444444;
}

header div.section {
  box-sizing: border-box;
  padding: 0 110px;
  align-items: stretch;
}

header div.section div {
  position: relative;
  flex-grow: 1;
}

header div.section div div {
  overflow: hidden;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background: #7d7d7d;
  text-transform: uppercase;
  font-size: 18px;
  box-sizing: border-box;
  font-weight: 700;
}

header div.section div div div.tab-g {
  position: absolute;
  -webkit-transition: background 0.3s ease 0s;
  border: 1px solid #ffffff;
  border-width: 1px 1px 0 1px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%) !important;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

header div.section div div:hover div.tab-g {
  -webkit-transition: background 0.3s ease 0s;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.4) 0, rgba(0, 0, 0, 0.6) 100%) !important;
}

header div.section div div.selected {
  font-weight: 700 !important;
  background: var(--header-background-bar);
}

header div.section div div.selected a {
  font-weight: 700 !important;
}

header div.section * a {
  z-index: 1;
  border: none;
  box-sizing: border-box;
  padding: 9px 20px 11px 20px;
  min-height: 40px;
  max-height: 40px;
  color: var(--header-color);
  text-decoration: none;
  font-weight: 300;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.8);
}

main {
  color: var(--main-color);
  position: relative;
  flex-grow: 2;
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  z-index: 50;
}

main div.section {
  z-index: 100;
  box-sizing: border-box;
  padding: 40px 100px 300px 100px;
  display: flex;
  align-items: stretch;
  justify-content: stretch;
  flex-grow: 2;
}

main div.section div.page {
  flex-grow: 2;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  padding: 0;
  background-color: #eef1f5;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 3px rgba(0, 0, 0, 0.12), 0 4px 5px 0 rgba(0, 0, 0, 0.2);
  overflow: hidden;
}

main div.section div.page * div.padded-page-section {
  border: 1px solid #dddddd;
  border-radius: 4px;
  background: #ffffff;
  padding: 20px;
}

main div.section div.page * div.padded-page-section h4 {
  margin-top: 0;
  text-transform: uppercase;
  color: #444444;
}

main div.section div.page div.padded-page-block {
  display: flex;
  flex-direction: column;
  padding: 20px;
  flex-grow: 2;
}

main div.section div.page div.padded-page-block > div:not(:first-child) {
  margin-top: 20px;
}

main div.section div.page div.padded-page-block div.page-split-block {
  flex-grow: 2;
  display: flex;
}

main div.section div.page div.padded-page-block div.page-split-block > div.main-section {
  flex-grow: 2;
  display: flex;
  flex-direction: column;
}

main div.section div.page div.padded-page-block div.page-split-block > div.main-section > div:not(:first-child) {
  margin-top: 20px;
}

main div.section div.page div.padded-page-block div.page-split-block > div.sidebar-section {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  min-width: 300px;
  max-width: 300px;
}

main div.section div.page div.padded-page-block div.page-split-block > div.sidebar-section > div {
  flex-grow: 0;
}

main div.section div.page div.padded-page-block div.page-split-block > div.sidebar-section > div:not(:first-child) {
  margin-top: 20px;
}

main div.section div.page div.padded-page-block div.page-split-block > div:not(:first-child) {
  margin-left: 20px;
}

main div.section div.page * h1 {
  font-weight: 300;
  color: #444444;
}

main div.section div.page div.page-footer {
  width: 100%;
  background: #585858;
  box-sizing: border-box;
  padding: 20px;
  font-size: 14px;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.8);
  color: #ffffff;
  display: flex;
}

main div.section div.page div.page-footer div {
  flex-grow: 2;
}

main div.section div.page div.page-footer div a {
  color: #ffffff;
  -webkit-transition: color 0.5s ease 0s;
}

main div.section div.page div.page-footer div a:hover {
  -webkit-transition: color 0.5s ease 0s;
  color: #ffff77;
}

main div.section div.page div.page-footer div:last-child {
  text-align: right;
}

footer {
  color: var(--footer-color);
  background: var(--footer-background);
  font-size: 14px;
  flex-grow: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 10px 10px;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 100;
}

footer div.section * a {
  color: #ffffff;
  box-sizing: border-box;
  padding: 0 5px;
}

footer div.section * a:first-child {
  padding: 0 5px 0 0;
}

footer div.section * a:last-child {
  padding: 0 0 0 5px;
}

footer div.section div {
  flex-grow: 1;
}

footer div.section div:first-child {
  text-align: left;
}

footer div.section div:last-child {
  text-align: right;
}

.page-section-top-bar {
  display: flex;
  border-bottom: 1px dotted #aaaaaa;
  align-items: center;
  box-sizing: border-box;
  padding: 0 0 20px 0;
  color: #555555;
}

.page-section-top-bar > div {
  display: flex;
  box-sizing: border-box;
}

.page-section-top-bar > div > div.text {
  box-sizing: border-box;
  padding-left: 5px;
}

.page-section-top-bar > div > div.text:not(:last-child) {
  box-sizing: border-box;
  padding-right: 20px;
}

.page-section-top-bar > div:not(:last-child) {
  box-sizing: border-box;
  padding-right: 20px;
}

div.form-button-holder {
  display: flex;
  box-sizing: border-box;
  padding: 20px 0 0 0;
  justify-content: flex-end;
}

div.form-button-holder button {
  cursor: pointer;
  border: 1px solid #999999;
  border-radius: 4px !important;
  outline: none;
  background: #5b5b5b;
  color: #ffffff;
  padding: 10px 30px;
  text-transform: uppercase;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.8);
  font-family: var(--font-family-general);
  -webkit-transition: color, background-color 0.5s ease 0s;
  font-size: 18px;
}

div.form-button-holder button:hover {
  background: #a4a4a4;
}

form.basic-form {
  margin: 0;
  width: 100%;
}

form.basic-form input {
  margin-bottom: 20px;
  width: 100%;
  border: 1px solid #cccccc;
  outline: none;
  box-sizing: border-box;
  border-radius: 0;
  padding: 10px;
  font-family: var(--font-family-general);
  font-size: 16px;
}

.header-links-container {
  display: flex;
  margin: 20px 0 0 0;
  box-sizing: border-box;
  align-items: flex-end;
  justify-items: flex-end;
  justify-content: flex-end;
  text-align: right;
  font-weight: unset;
  text-transform: unset;
  font-size: unset;
  flex-grow: 1;
}

.header-links-container div {
  flex-grow: 0 !important;
  text-align: left;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px !important;
  box-sizing: border-box;
  padding-left: 1px;
  margin: 0 !important;
  display: flex;
  align-items: flex-end;
  justify-items: flex-end;
  justify-content: flex-end;
}

.header-links-container div a {
  width: 100%;
  height: 100%;
  padding: 5px 20px;
  min-height: 35px !important;
  max-height: 35px !important;
  white-space: nowrap;
}

.header-links-container div a i {
  margin-right: -5px;
}

.header-links-container div a.home {
  padding: 0;
}

.header-links-container div a.home i {
  font-size: 22px;
  padding: 8px 14px 0 11px;
  margin-right: 0;
}

.header-links-container div div {
  background: #000000;
}

.portlet {
  display: flex;
  flex-direction: column;
  width: 100%;
  box-sizing: border-box;
  border-radius: 0;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.28);
}

.portlet > .portlet-title {
  background: #67809F;
  color: #ffffff;
  padding: 10px;
  box-sizing: border-box;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.8);
  font-size: 22px;
  font-weight: 300;
  display: flex;
  flex-grow: 1;
  text-transform: uppercase;
  max-height: 60px;
}

.portlet > .portlet-title > .title-text {
  flex-grow: 1;
  box-sizing: border-box;
  padding: 5px;
}

.portlet > .portlet-title > .title-text > b {
  font-weight: 700;
}

.portlet > .portlet-title > .title-buttons {
  display: flex;
  align-items: center;
}

.portlet > .portlet-title > .title-buttons a {
  border: 1px solid #bac7d8;
  border-radius: 0;
  box-sizing: border-box;
  padding: 0 15px;
  font-weight: 700;
  font-size: 14px;
  display: flex;
  align-items: center;
  line-height: 32px;
  text-decoration: none;
  color: #ffffff;
  box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.28);
  -webkit-transition: color, background-color 0.5s ease 0s;
}

.portlet > .portlet-title > .title-buttons a:hover {
  -webkit-transition: color, background-color 0.5s ease 0s;
  background: rgba(255, 255, 255, 0.4);
}

.portlet > .portlet-body {
  background: #ffffff;
  min-height: 100px;
  display: flex;
  flex-grow: 2;
}

.content-list-box {
  display: flex;
  flex-direction: column;
  flex-grow: 2;
}

.content-snippet-list-box {
  display: flex;
  flex-direction: column;
}

.info-box {
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.6);
  width: 100%;
  background: #6d3c3c;
  padding: 10px;
  box-sizing: border-box;
  color: #ffffff;
  border-radius: 0;
  overflow: hidden;
}

.info-box > .info-box-title {
  text-transform: uppercase;
  font-size: 18px;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.8);
  font-weight: 300;
  display: flex;
  flex-grow: 1;
}

.info-box > .info-box-title > .title-text {
  flex-grow: 1;
}

.info-box > .info-box-title > .title-text > b {
  font-weight: 700;
}

.info-box > .info-box-line {
  background: #ffffff;
  max-width: 25%;
  margin: 10px 0 0 0;
  min-height: 3px;
}

.info-box > .info-box-body {
  font-size: 14px;
  box-sizing: border-box;
  padding: 10px 0;
}

.info-box > .button-container {
  box-sizing: border-box;
  padding: 5px 0;
  display: flex;
  justify-content: flex-start;
}

.info-box > .button-container a {
  text-decoration: none;
  color: #ffffff;
  border: 1px solid #ffffff;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 0 10px;
  font-weight: 700;
  font-size: 12px;
  display: flex;
  align-items: center;
  line-height: 24px;
  -webkit-transition: color, background-color 0.5s ease 0s;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.8);
}

.info-box > .button-container a:hover {
  -webkit-transition: color, background-color 0.5s ease 0s;
  background: rgba(255, 255, 255, 0.4);
}

.newsletter-box {
  display: flex;
  width: 100%;
  flex-direction: column;
  background: var(--newsletter-box-background);
  padding: 50px 20px;
  box-sizing: border-box;
  color: #ffffff;
  border-radius: 4px;
  overflow: hidden;
  text-align: center;
  margin-top: 20px;
}

.newsletter-box > .info-box-title {
  font-size: 24px;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.8);
  font-weight: 300;
  display: flex;
  flex-grow: 1;
  text-transform: uppercase;
}

.newsletter-box > .info-box-title > .title-text {
  flex-grow: 1;
}

.newsletter-box > .info-box-title > .title-text > b {
  font-weight: 700;
}

.newsletter-box > .info-box-line {
  background: #ffffff;
  max-width: 25%;
  margin: 10px 0 0 0;
  min-height: 3px;
}

.newsletter-box > .info-box-body {
  font-size: 16px;
  box-sizing: border-box;
  padding: 10px 0 20px 0;
  font-weight: 300;
}

.newsletter-box > .button-container {
  display: flex;
  justify-content: center;
}

.newsletter-box > .button-container input {
  height: 36px;
  border: 1px solid #ffffff;
  font-size: 16px;
  width: 300px;
  padding: 0 10px;
  outline: none;
  border-radius: 4px 0 0 4px;
}

.newsletter-box > .button-container button {
  text-decoration: none;
  color: #ffffff;
  background-color: #666666;
  border: 1px solid #ffffff;
  box-sizing: border-box;
  padding: 2px 15px;
  font-weight: 700;
  font-size: 14px;
  display: flex;
  align-items: center;
  line-height: 24px;
  text-transform: uppercase;
  border-top-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 4px;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.8);
  outline: none;
  -webkit-transition: color, background 0.5s ease 0s;
  cursor: pointer;
}

.newsletter-box > .button-container button:hover {
  -webkit-transition: color, background 0.5s ease 0s;
  background: rgba(255, 255, 255, 0.4);
}

.icon-text-box {
  border: 1px solid #cccccc;
  width: 100%;
  background: #ffffff;
  padding: 10px;
  box-sizing: border-box;
  color: #444444;
  border-radius: 4px;
  overflow: hidden;
  min-height: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.icon-text-box div.i-container {
  padding: 40px 0;
}

.icon-text-box div.i-container i {
  font-size: 100px;
  width: 100px;
  height: 100px;
}

.icon-text-box div.t-container {
  text-align: center;
  font-weight: 700;
  margin-bottom: 10px;
  color: #666666;
}

.icon-text-box div.d-container {
  font-size: 14px;
  text-align: center;
  font-weight: 300;
  padding: 5px;
}

.block-flex-20 {
  display: flex;
}

.note-frame {
  border-radius: 0;
}

.page-gradient {
  background: var(--page-gradient);
  position: fixed;
  width: 100%;
  height: 800px;
  top: 0;
  left: 0;
  right: 0;
}

.main-gradient {
  background: var(--main-gradient);
  position: absolute;
  width: 100%;
  height: 300px;
  top: 0;
  left: 0;
  right: 0;
}

.mt-20 {
  margin-top: 20px;
}

.ml-5 {
  margin-left: 5px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.content-list-box-type-2 {
  box-sizing: border-box;
  padding: 20px;
}

.content-list-box-type-2 div.box {
  border-radius: 0;
  background: #eeeeee;
  box-sizing: border-box;
  width: 100%;
  flex-grow: 2;
  display: flex;
  flex-direction: column;
  position: relative;
}

.content-list-box-type-2 div.box div.box-content {
  box-sizing: border-box;
  padding: 20px;
}

.content-list-box-type-2 div.box div.box-content div.user-info {
  color: #333333;
  font-size: 14px;
  font-weight: 700;
}

.content-list-box-type-2 div.box div.box-content div.user-info a {
  color: #333333;
}

.content-list-box-type-2 div.box div.box-content div.title-info {
  box-sizing: border-box;
  padding: 20px 0;
}

.content-list-box-type-2 div.box div.box-content div.title-info a {
  font-size: 18px;
  text-transform: uppercase;
  color: #337ab7;
  text-decoration: none;
}

.content-list-box-type-2 div.box div.box-content div.title-info a:hover {
  text-decoration: underline;
  color: #559ad6;
}

.content-list-box-type-2 div.box div.box-content div.des-info {
  color: #333333;
  font-size: 14px;
  font-weight: 400;
}

.portlet-content-list-1 {
  font-family: var(--font-family-general);
  font-size: 18px;
  font-weight: 300;
  box-sizing: border-box;
  padding: 0;
  background: #ffffff;
  border-top: 1px dotted #999999;
  overflow: hidden;
  border-radius: 0;
  flex-grow: 2;
  display: flex;
}

.portlet-content-list-1:first-child {
  border-top: none;
}

.portlet-content-list-1:hover {
  background: #f9f9f9;
  cursor: pointer;
}

.portlet-content-list-1 div.image-block {
  box-sizing: border-box;
  padding: 20px;
  max-width: 200px;
  min-width: 200px;
}

.portlet-content-list-1 div.image-block a {
  border-radius: 0;
  border: none;
}

.portlet-content-list-1 div.content-box {
  box-sizing: border-box;
  padding: 20px 0;
  flex-grow: 2;
  display: block;
}

.portlet-content-list-1 div.content-box div.icon-bar {
  align-items: center;
  display: flex;
  font-size: 14px;
  text-transform: uppercase;
  box-sizing: border-box;
  padding: 0 0 20px 0;
  font-weight: 400;
}

.portlet-content-list-1 div.content-box div.icon-bar div {
  display: block;
  align-items: center;
  box-sizing: border-box;
  padding: 0 20px 0 0;
}

.portlet-content-list-1 div.content-box div.icon-bar div i {
  margin-right: 10px;
}

.portlet-content-list-1 div.content-box a.title {
  text-transform: uppercase;
  font-size: 18px;
  text-decoration: none;
  color: #444444;
  margin: 20px 0;
}

.portlet-content-list-1 div.content-box a.title:hover {
  text-decoration: underline;
}

.portlet-content-list-1 div.content-box div.content {
  font-size: 14px;
  text-align: left;
  box-sizing: border-box;
  padding: 10px 0 0 0;
}

.portlet-content-list-1 div.arrow-box {
  box-sizing: border-box;
  margin-left: 20px;
  display: flex;
  align-items: center;
  text-align: center;
  font-size: 32px;
  color: #000000;
  padding: 10px;
}

.portlet-content-list-1 div.arrow-box:hover {
  border-left: 1px dotted #999999;
  background: #eafeff;
  cursor: pointer;
}

.portlet-content-list-1 div.arrow-box i {
  font-weight: 300;
  color: #999999;
}

.mt-element-ribbon {
  position: relative;
  align-items: flex-start;
}

.mt-element-ribbon .ribbon.ribbon-color-warning, .mt-element-ribbon .ribbon.ribbon-color-warning > .ribbon-sub {
  background-color: var(--default-ribbon-color);
  color: #010100;
}

.mt-element-ribbon .ribbon.ribbon-color-warning, .mt-element-ribbon .ribbon.ribbon-color-warning > .ribbon-primary {
  background-color: var(--primary-ribbon-color);
  color: #010100;
}

.mt-element-ribbon .ribbon.ribbon-color-warning, .mt-element-ribbon .ribbon.ribbon-color-warning > .ribbon-secondary {
  background-color: var(--secondary-ribbon-color);
  color: #010100;
}

.mt-element-ribbon .ribbon.ribbon-clip {
  text-transform: uppercase;
  font-size: 14px;
  left: -10px;
  margin-left: 0;
  flex-grow: 0;
}

.mt-element-ribbon .ribbon {
  padding: 8px 28px;
  z-index: 5;
  float: left;
  margin: 10px 0 0 -2px;
  clear: left;
  position: relative;
}

.mt-element-ribbon .ribbon > .ribbon-sub {
  z-index: -1;
  position: absolute;
  padding: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.mt-element-ribbon .ribbon > .ribbon-sub.ribbon-clip:before {
  border-width: 0 10px 10px 0;
  border-right-color: #222 !important;
  left: 0;
}

.mt-element-ribbon .ribbon > .ribbon-sub.ribbon-clip:after, .mt-element-ribbon .ribbon > .ribbon-sub.ribbon-clip:before {
  content: "";
  position: absolute;
  border-style: solid;
  border-color: transparent !important;
  bottom: -10px;
  border-width: 0 10px 10px 0;
  border-right-color: #222 !important;
  left: 0;
}

.mt-element-ribbon .ribbon > .ribbon-sub.ribbon-clip:before {
  border-width: 0 10px 10px 0;
  border-right-color: #222 !important;
  left: 0;
}

.mt-element-ribbon .ribbon.ribbon-color-warning > .ribbon-sub:after {
  border-color: #614f06 #F1C40F;
}

.mt-element-ribbon .ribbon > .ribbon-sub.ribbon-clip:after, .mt-element-ribbon .ribbon > .ribbon-sub.ribbon-clip:before {
  content: "";
  position: absolute;
  border-style: solid;
  border-color: transparent !important;
  bottom: -10px;
  border-width: 0 10px 10px 0;
  border-right-color: #222 !important;
  left: 0;
}

.mt-element-ribbon .ribbon > .ribbon-sub:after {
  border-color: #62748f #bac3d0;
}

*, :after, :before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mt-element-ribbon .ribbon.ribbon-color-warning:after {
  border-color: #c29d0b;
}

.mt-element-ribbon .ribbon.ribbon-border-hor:after {
  border-top: 1px dotted !important;
  border-bottom: 1px dotted !important;
  border-left: none;
  border-right: none;
  content: "";
  position: absolute;
  top: 5px;
  bottom: 5px;
  left: 0;
  right: 0;
}

.box-content-2 {
  width: 100%;
  background: #ffffff;
  overflow: hidden;
  border-radius: 0;
  box-sizing: border-box;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.28);
}

.box-content-2 div.imageBlock {
  position: relative;
}

.box-content-2 div.imageBlock button {
  z-index: 1000;
  position: absolute;
  top: 10px;
  right: 10px;
  background: #1BA39C;
  color: #ffffff;
  padding: 5px 15px;
  font-family: var(--font-family-general);
  font-weight: 300;
  border: 1px solid #aef8f5;
  cursor: pointer;
  box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.28);
  -webkit-transition: color, background-color 0.5s ease 0s;
}

.box-content-2 div.imageBlock button:hover {
  background: #478682;
  -webkit-transition: color, background-color 0.5s ease 0s;
}

.box-content-2 div.title-part {
  font-size: 16px;
  text-align: center;
  padding: 20px 20px 10px 20px;
  box-sizing: border-box;
}

.box-content-2 div.title-part a {
  text-decoration: none;
  font-weight: 700;
  color: #666666;
}

.box-content-2 div.title-part a:hover {
  text-decoration: underline;
}

.box-content-2 div.text-part {
  flex-grow: 2;
  font-size: 14px;
  text-align: center;
  padding: 0 20px 20px 20px;
  box-sizing: border-box;
  color: #222222;
  font-weight: 300;
}

.box-content-2 div.text-part i {
  margin-right: 10px;
}

.box-content-2 div.footer-part {
  display: flex;
  border-top: 1px solid #aaaaaa;
  width: 100%;
  line-height: 46px;
  font-size: 14px;
}

.box-content-2 div.footer-part div {
  flex-grow: 2;
  box-sizing: border-box;
  border-right: 1px dotted #aaaaaa;
  text-align: center;
  align-items: center;
}

.box-content-2 div.footer-part div i {
  margin-right: 10px;
}

.box-content-2 div.footer-part div:last-child {
  border-right: none;
}

.box-content-2-mini {
  width: 100%;
  background: #ffffff;
  overflow: hidden;
  border-radius: 0;
  box-sizing: border-box;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.28);
}

.box-content-2-mini div.imageBlock {
  position: relative;
  border-bottom: 1px solid #999999;
}

.box-content-2-mini div.imageBlock button {
  z-index: 1000;
  position: absolute;
  top: 10px;
  right: 10px;
  background: #1BA39C;
  color: #ffffff;
  padding: 5px 15px;
  font-family: var(--font-family-general);
  font-weight: 300;
  border: 1px solid #aef8f5;
  cursor: pointer;
  box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.28);
  -webkit-transition: color, background-color 0.5s ease 0s;
}

.box-content-2-mini div.imageBlock button:hover {
  background: #478682;
  -webkit-transition: color, background-color 0.5s ease 0s;
}

.box-content-2-mini div.icon-bar-block {
  align-items: center;
  display: flex;
  font-size: 10px;
  text-transform: uppercase;
  box-sizing: border-box;
  padding: 5px 0 0 5px;
  font-weight: 400;
}

.box-content-2-mini div.icon-bar-block div {
  display: block;
  align-items: center;
  box-sizing: border-box;
  padding: 0;
}

.box-content-2-mini div.icon-bar-block div i {
  margin: 0 5px 0 8px;
}

.box-content-2-mini div.icon-bar-block div:first-child i {
  margin-left: 0;
}

.box-content-2-mini div.title-part {
  font-size: 12px;
  text-align: left;
  padding: 5px;
  box-sizing: border-box;
  max-height: 60px;
  overflow: hidden;
}

.box-content-2-mini div.title-part a {
  text-decoration: none;
  font-weight: 400;
  color: #666666;
}

.box-content-2-mini div.title-part a:hover {
  text-decoration: underline;
}

.box-content-2-mini div.text-part {
  flex-grow: 2;
  font-size: 14px;
  text-align: center;
  padding: 0 20px 20px 20px;
  box-sizing: border-box;
  color: #222222;
  font-weight: 300;
}

.box-content-2-mini div.text-part i {
  margin-right: 10px;
}

.box-content-2-mini div.footer-part {
  display: flex;
  border-top: 1px solid #aaaaaa;
  width: 100%;
  line-height: 46px;
  font-size: 14px;
}

.box-content-2-mini div.footer-part div {
  flex-grow: 2;
  box-sizing: border-box;
  border-right: 1px dotted #aaaaaa;
  text-align: center;
  align-items: center;
}

.box-content-2-mini div.footer-part div i {
  margin-right: 10px;
}

.box-content-2-mini div.footer-part div:last-child {
  border-right: none;
}

.top-item-box {
  box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.28);
  width: 100%;
  background: #ffffff;
  padding: 0;
  box-sizing: border-box;
  color: #444444;
  border-radius: 4px 4px 0 0;
  overflow: hidden;
  display: flex;
  align-items: stretch;
  justify-content: stretch;
  margin: 0;
  min-height: 0;
}

.top-item-box div.text-container {
  flex-grow: 2;
  padding: 20px;
  box-sizing: border-box;
}

.top-item-box div.text-container div.icon-part {
  align-items: center;
  display: flex;
  font-size: 14px;
  text-transform: uppercase;
  box-sizing: border-box;
  padding: 0 0 10px 0;
  margin: 0 0 10px 0;
  font-weight: 400;
  border-bottom: 1px dotted #999999;
}

.top-item-box div.text-container div.icon-part div {
  display: block;
  align-items: center;
  box-sizing: border-box;
  padding: 0;
}

.top-item-box div.text-container div.icon-part div i {
  margin: 0 7px 0 21px;
}

.top-item-box div.text-container div.icon-part div:first-child i {
  margin-left: 0;
}

.top-item-box div.text-container div.title-part h2 {
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 10px;
}

.top-item-box div.text-container div.title-part h2 a {
  text-decoration: none;
  color: #666666;
}

.top-item-box div.text-container div.title-part h2 a:hover {
  text-decoration: underline;
  color: #337ab7;
}

.top-item-box div.text-container div.des-part {
  font-size: 16px;
  font-weight: 300;
}

.top-item-box div.text-container div.button-part button {
  z-index: 1000;
  margin: 15px 0 0 0;
  top: 10px;
  right: 10px;
  background: #1BA39C;
  color: #ffffff;
  padding: 5px 15px;
  font-family: var(--font-family-general);
  font-weight: 300;
  border: 1px solid #aef8f5;
  cursor: pointer;
  box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.28);
  -webkit-transition: color, background-color 0.5s ease 0s;
}

.top-item-box div.text-container div.button-part button:hover {
  background: #478682;
  -webkit-transition: color, background-color 0.5s ease 0s;
}

.top-item-box div.image-container {
  min-width: 50%;
  position: relative;
  pointer-events: none;
}

.top-item-box div.image-container div.image-item {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.top-item-box div.image-container img {
  display: block;
  padding: 0;
  margin: 0;
}

div.fade-box-l-100 {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100px;
}

div.fade-box-color-white-l {
  background: linear-gradient(to right, white 0%, rgba(125, 185, 232, 0) 100%);
}

div.split-panel-flex-20 {
  display: flex;
}

div.split-panel-flex-20 > div {
  margin: 0 10px;
}

div.split-panel-flex-20 > div:first-child {
  margin-left: 0;
}

div.split-panel-flex-20 > div:last-child {
  margin-right: 0;
}

div.split-panel-flex-10 {
  display: flex;
}

div.split-panel-flex-10 > div {
  margin: 0 5px;
}

div.split-panel-flex-10 > div:first-child {
  margin-left: 0;
}

div.split-panel-flex-10 > div:last-child {
  margin-right: 0;
}

ul.site-blog {
  padding-left: 20px;
  font-size: 14px;
}

ul.site-blog li {
  margin-bottom: 20px;
  font-weight: bold;
}

ul.site-blog li div {
  margin-top: 5px;
  font-weight: normal;
  font-style: italic;
}

ul.site-blog li div a {
  margin-top: 5px;
  text-decoration: none;
}

ul.site-blog li div a:hover {
  text-decoration: none;
}

a.side-bar-big-button {
  background: #585858;
  border-radius: 4px;
  flex-grow: 0;
  display: flex;
  padding: 10px 20px;
  border: none;
  text-decoration: none;
  color: #ffffff;
}

a.side-bar-big-button i {
  font-size: 22px;
}

a.side-bar-big-button span {
  text-decoration: none;
  margin-left: 20px;
  text-transform: uppercase;
  font-weight: 400;
}

a.side-bar-big-button:hover {
  background: #808080;
}

div.sidebar-info-box {
  font-weight: bold;
  background: #6d3c3c !important;
  color: #ffffff;
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.6);
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 0;
  overflow: hidden;
}

div.sidebar-info-box div.text-area {
  font-weight: 300;
  font-size: 14px;
}

div.sidebar-info-box div.button-area {
  text-align: right;
  display: flex;
  box-sizing: border-box;
  padding: 15px 0 0 0;
  justify-content: flex-start;
}

div.sidebar-info-box div.button-area a {
  text-decoration: none;
  color: #ffffff;
  border: 1px solid #ffffff;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 0 10px;
  font-weight: 700;
  font-size: 12px;
  display: flex;
  align-items: center;
  line-height: 24px;
  -webkit-transition: color, background-color 0.5s ease 0s;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.8);
}

div.sidebar-info-box div.button-area a i {
  margin-left: 8px;
  box-sizing: border-box;
  margin-top: 1px;
}

div.sidebar-info-box div.button-area a:hover {
  -webkit-transition: color, background-color 0.5s ease 0s;
  background: rgba(255, 255, 255, 0.4);
}

.mt-20 {
  margin-top: 20px;
}

.flex-2 {
  flex-grow: 2;
}

div.main-blog-part {
  margin-top: 20px;
}

div.main-blog-part div.profile-part {
  margin-right: 20px;
  float: left;
  border: 1px solid #999999;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  overflow: hidden;
}

div.main-blog-part div.profile-part img {
  width: 100%;
  height: 100%;
}

div.main-blog-part div.author-part {
  color: #2a6f72;
  margin: 0 0 10px 0;
  font-weight: 700;
  text-transform: uppercase;
}

div.main-blog-part div.content-part {
  font-family: var(--font-family-general);
  font-size: 18px;
  color: #4d4d4d;
  font-weight: 300;
}

div.main-blog-part div.content-part b {
  font-weight: 600;
}

div.main-blog-part div.content-part strong {
  font-weight: 600;
}

div.main-blog-part div.content-part li {
  padding: 0 0 15px 0;
  box-sizing: border-box;
}

div.comment-list-box {
  font-size: 16px;
  color: #444444;
  font-weight: 300;
}

div.comment-list-box div.content-part-2 {
  align-items: center;
  display: flex;
  font-size: 18px;
}

div.comment-list-box div.content-part-2 div.img-part-2 {
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 4px;
  margin-right: 20px;
}

div.comment-list-box div.content-part-2 div.img-part-2 img {
  width: 100%;
  height: 100%;
}

div.comment-post-box {
  font-size: 16px;
  color: #444444;
  font-weight: 300;
}

a.sidebar-panel-button {
  text-decoration: none;
  background: #1BA39C;
  color: #ffffff;
  padding: 5px 15px;
  font-family: var(--font-family-general);
  font-weight: 300;
  border: 1px solid #aef8f5;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.28);
  -webkit-transition: color, background-color 0.5s ease 0s;
}

a.sidebar-panel-button:hover {
  background: #478682;
  -webkit-transition: color, background-color 0.5s ease 0s;
}

div.sidebar-featured {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

div.sidebar-featured img {
  border: 1px solid #cccccc;
  max-width: 100%;
  height: auto;
  width: 100%;
  border-radius: 4px;
}

div.sidebar-featured div.icon-bar {
  align-items: center;
  display: flex;
  font-size: 14px;
  text-transform: uppercase;
  box-sizing: border-box;
  padding: 10px 0 0 0;
  font-weight: 400;
}

div.sidebar-featured div.icon-bar div {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 0 20px 0 0;
}

div.sidebar-featured div.icon-bar div i {
  margin-right: 10px;
}

div.sidebar-featured a.featured-title {
  margin: 15px 0;
  color: #666666;
  font-weight: 400;
  text-decoration: none;
}

div.sidebar-featured a.featured-title:hover {
  color: #888888;
  text-decoration: underline;
}

.list-entry a {
  font-size: 16px;
  margin-top: 10px;
  color: #555555;
}

.list-entry a:hover {
  color: #0000ff;
}

div.block-reverse {
  flex-direction: row-reverse;
}

div.block-reverse > div:not(:first-child) {
  margin-left: 0 !important;
  margin-right: 20px;
}

p {
  font-weight: 300;
}

p strong {
  font-weight: 600;
}

.color-date-font {
  color: var(--color-date-font);
}

.color-fav-font {
  color: var(--color-fav-font);
}

.color-star-font {
  color: var(--color-star-font);
}

.color-comment-font {
  color: var(--color-comment-font);
}

.color-user-font {
  color: var(--color-user-font);
}

.color-user-font a {
  color: var(--color-user-font);
}

.color-view-font {
  color: var(--color-view-font-font);
}

a {
  -webkit-transition: color, background-color 0.5s ease 0s;
}

a:hover {
  -webkit-transition: color, background-color 0.5s ease 0s;
}

div.about-text {
  display: flex;
}

div.about-text > div.sub-c {
  flex-grow: 2;
  font-size: 20px;
  font-weight: 300;
}

div.about-text p {
  font-size: 18px;
}

#scroll {
  z-index: 5000;
  position: fixed;
  right: 20px;
  bottom: 20px;
  cursor: pointer;
  width: 50px;
  height: 50px;
  background-color: #3498db;
  text-indent: -9999px;
  display: none;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.28);
  opacity: 1;
  -webkit-transition: opacity 0.5s ease 0s;
}

#scroll span {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -8px;
  margin-top: -12px;
  height: 0;
  width: 0;
  border: 8px solid transparent;
  border-bottom-color: #ffffff;
}

#scroll:hover {
  -webkit-transition: opacity 0.5s ease 0s;
  opacity: 1;
}

div.content-list {
  align-items: flex-start;
  min-height: 0;
}

div.content-list a {
  text-decoration: none;
}

div.content-list a:hover {
  text-decoration: underline;
}

div.content-list div {
  margin: 5px 0;
}

div.content-list div div.des {
  margin: 0;
  font-size: 13px;
  font-weight: 300;
}

div.category-page-product-table {
  display: table;
  width: 100%;
  font-size: 14px;
  overflow: hidden;
  border-radius: 4px;
}

div.category-page-product-table div.header-row {
  display: table-header-group;
  font-weight: bold;
}

div.category-page-product-table div.header-row div.header-cell {
  text-transform: uppercase;
  background: #5f5f5f;
  color: #ffffff;
  display: table-cell;
  padding: 10px;
  font-weight: 700;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}

div.category-page-product-table div.data-row {
  display: table-row;
  font-weight: normal;
}

div.category-page-product-table div.data-row div.data-cell {
  display: table-cell;
  padding: 10px;
  font-weight: 300;
}

div.category-page-product-table div.data-row div.data-cell a {
  text-decoration: none;
}

div.category-page-product-table div.data-row div.data-cell a:hover {
  text-decoration: underline;
}

div.category-page-product-table > div:nth-child(even) {
  background: #efefef;
}

div.category-page-product-table > div:nth-child(even):hover {
  background: #f4f6e3;
}

div.category-page-product-table > div:nth-child(odd) {
  background: #dddddd;
}

div.category-page-product-table > div:nth-child(odd):hover {
  background: #f1f3e1;
}

div.product-page-product-table {
  display: table;
  width: 100%;
  font-size: 13px;
  overflow: hidden;
  border-radius: 4px;
}

div.product-page-product-table div.header-row {
  display: table-header-group;
  font-weight: bold;
}

div.product-page-product-table div.header-row div.header-cell {
  text-transform: uppercase;
  background: #5f5f5f;
  color: #ffffff;
  display: table-cell;
  padding: 10px;
  font-weight: 700;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}

div.product-page-product-table div.data-row {
  display: table-row;
  font-weight: normal;
}

div.product-page-product-table div.data-row div.data-cell {
  display: table-cell;
  padding: 10px;
  font-weight: 300;
}

div.product-page-product-table div.data-row div.data-cell a {
  text-decoration: none;
}

div.product-page-product-table div.data-row div.data-cell a:hover {
  text-decoration: underline;
}

div.product-page-product-table > div:nth-child(even) {
  background: #efefef;
}

div.product-page-product-table > div:nth-child(even):hover {
  background: #f4f6e3;
}

div.product-page-product-table > div:nth-child(odd) {
  background: #dddddd;
}

div.product-page-product-table > div:nth-child(odd):hover {
  background: #f1f3e1;
}

div.basic-data-table {
  display: table;
  width: 100%;
  flex-grow: 2;
  font-size: 14px;
  color: #444444;
  box-sizing: border-box;
  margin: 5px;
  border: 1px solid #dddddd;
  overflow: hidden;
  border-radius: 4px;
}

div.basic-data-table div.t-row {
  display: table-row;
}

div.basic-data-table div.t-row div.table-cell {
  display: table-cell;
  padding: 5px;
}

div.basic-data-table div.t-row div.cell-label {
  background: var(--cell-label-background);
  font-weight: normal;
  max-width: 250px;
  width: 200px;
}

div.basic-data-table div.t-row:hover div.table-cell {
  background: #f1f3e1 !important;
}

div.basic-data-table div.t-row:hover div.cell-label {
  background: #dcdeca !important;
}

div.bold {
  font-weight: bold !important;
}

div.paginator-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

div.paginator-container div.paginator-item {
  box-sizing: border-box;
  padding: 2px;
  display: flex;
  align-items: stretch;
  justify-content: stretch;
}

div.paginator-container div.paginator-item a.paginator-button {
  text-shadow: 1px 1px rgba(0, 0, 0, 0.8);
  color: #ffffff;
  white-space: nowrap;
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 5px 10px;
  border: 1px solid #cccccc;
  background: #888888;
  border-radius: 4px;
  text-decoration: none;
  font-size: 12px;
}

div.paginator-container div.paginator-item a.paginator-button:hover {
  background: #aaaaaa;
}

a.medium-button {
  text-decoration: none;
  cursor: pointer;
  border: 1px solid #999999;
  border-radius: 4px !important;
  outline: none;
  background: #5b5b5b;
  color: #ffffff;
  padding: 5px 15px;
  text-transform: uppercase;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.8);
  font-family: var(--font-family-general);
  -webkit-transition: color, background-color 0.5s ease 0s;
  font-size: 14px;
}

a.medium-button:hover {
  background: #a4a4a4;
}

i.top-icon {
  font-size: 22px;
}

div.fg-2 {
  flex-grow: 2;
}

div.d-none {
  display: none;
}

div.fs-14 {
  font-size: 14px;
}

h1.content-title {
  text-transform: uppercase;
  text-align: center;
  font-weight: 300;
  color: #ffffff;
  z-index: 200;
  margin-bottom: 0;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.8);
}

div.header-logo-text {
  display: flex;
  align-items: center;
  color: #444444;
  margin: 0;
  padding: 0;
  cursor: default;
  font-size: 20px;
  font-weight: 700;
}

button.sign-up-button-icon {
  margin-left: -5px;
  margin-right: 5px;
}

@font-face {
  font-family: summernote;
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url(font/summernote.eot);
  src: url(font/summernote.eot?#iefix) format("embedded-opentype"), url(font/summernote.woff2) format("woff2"), url(font/summernote.woff) format("woff"), url(font/summernote.ttf) format("truetype");
}

[class*=" note-icon"]:before, [class^=note-icon]:before {
  display: inline-block;
  font-family: summernote;
  font-style: normal;
  font-size: inherit;
  text-decoration: inherit;
  text-rendering: auto;
  text-transform: none;
  vertical-align: middle;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  speak: none;
}

.note-icon-fw {
  text-align: center;
  width: 1.25em;
}

.note-icon-border {
  border: 0.08em solid #eee;
  border-radius: 0.1em;
  padding: 0.2em 0.25em 0.15em;
}

.note-icon-pull-left {
  float: left;
}

.note-icon-pull-right {
  float: right;
}

.note-icon.note-icon-pull-left {
  margin-right: 0.3em;
}

.note-icon.note-icon-pull-right {
  margin-left: 0.3em;
}

.note-icon-align:before {
  content: "";
}

.note-icon-align-center:before {
  content: "";
}

.note-icon-align-indent:before {
  content: "";
}

.note-icon-align-justify:before {
  content: "";
}

.note-icon-align-left:before {
  content: "";
}

.note-icon-align-outdent:before {
  content: "";
}

.note-icon-align-right:before {
  content: "";
}

.note-icon-arrow-circle-down:before {
  content: "";
}

.note-icon-arrow-circle-left:before {
  content: "";
}

.note-icon-arrow-circle-right:before {
  content: "";
}

.note-icon-arrow-circle-up:before {
  content: "";
}

.note-icon-arrows-alt:before {
  content: "";
}

.note-icon-arrows-h:before {
  content: "";
}

.note-icon-arrows-v:before {
  content: "";
}

.note-icon-bold:before {
  content: "";
}

.note-icon-caret:before {
  content: "";
}

.note-icon-chain-broken:before {
  content: "";
}

.note-icon-circle:before {
  content: "";
}

.note-icon-close:before {
  content: "";
}

.note-icon-code:before {
  content: "";
}

.note-icon-col-after:before {
  content: "";
}

.note-icon-col-before:before {
  content: "";
}

.note-icon-col-remove:before {
  content: "";
}

.note-icon-eraser:before {
  content: "";
}

.note-icon-float-left:before {
  content: "";
}

.note-icon-float-none:before {
  content: "";
}

.note-icon-float-right:before {
  content: "";
}

.note-icon-font:before {
  content: "";
}

.note-icon-frame:before {
  content: "";
}

.note-icon-italic:before {
  content: "";
}

.note-icon-link:before {
  content: "";
}

.note-icon-magic:before {
  content: "";
}

.note-icon-menu-check:before {
  content: "";
}

.note-icon-minus:before {
  content: "";
}

.note-icon-orderedlist:before {
  content: "";
}

.note-icon-pencil:before {
  content: "";
}

.note-icon-picture:before {
  content: "";
}

.note-icon-question:before {
  content: "";
}

.note-icon-redo:before {
  content: "";
}

.note-icon-rollback:before {
  content: "";
}

.note-icon-row-above:before {
  content: "";
}

.note-icon-row-below:before {
  content: "";
}

.note-icon-row-remove:before {
  content: "";
}

.note-icon-special-character:before {
  content: "";
}

.note-icon-square:before {
  content: "";
}

.note-icon-strikethrough:before {
  content: "";
}

.note-icon-subscript:before {
  content: "";
}

.note-icon-summernote:before {
  content: "";
}

.note-icon-superscript:before {
  content: "";
}

.note-icon-table:before {
  content: "";
}

.note-icon-text-height:before {
  content: "";
}

.note-icon-trash:before {
  content: "";
}

.note-icon-underline:before {
  content: "";
}

.note-icon-undo:before {
  content: "";
}

.note-icon-unorderedlist:before {
  content: "";
}

.note-icon-video:before {
  content: "";
}

.note-frame {
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  color: #000;
  font-family: sans-serif;
  border-radius: 4px;
}

.note-toolbar {
  padding: 10px 5px;
  color: #333;
  background-color: #f5f5f5;
  border-bottom: 1px solid;
  border-color: #ddd;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.note-btn-group {
  position: relative;
  display: inline-block;
  margin-right: 8px;
}

.note-btn-group > .note-btn-group {
  margin-right: 0;
}

.note-btn-group > .note-btn:first-child {
  margin-left: 0;
}

.note-btn-group .note-btn + .note-btn, .note-btn-group .note-btn + .note-btn-group, .note-btn-group .note-btn-group + .note-btn, .note-btn-group .note-btn-group + .note-btn-group {
  margin-left: -1px;
}

.note-btn-group > .note-btn-group:not(:first-child) > .note-btn, .note-btn-group > .note-btn:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.note-btn-group > .note-btn-group:not(:last-child) > .note-btn, .note-btn-group > .note-btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.note-btn-group.open > .note-dropdown {
  display: block;
}

.note-btn {
  display: inline-block;
  font-weight: 400;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  white-space: nowrap;
  outline: 0;
  color: #333;
  background-color: #fff;
  border: 1px solid #dae0e5;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.4;
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.note-btn.focus, .note-btn:focus, .note-btn:hover {
  color: #333;
  background-color: #ebebeb;
  border-color: #dae0e5;
}

.note-btn.disabled.focus, .note-btn.disabled:focus, .note-btn[disabled].focus, .note-btn[disabled]:focus, fieldset[disabled] .note-btn.focus, fieldset[disabled] .note-btn:focus {
  background-color: #fff;
  border-color: #dae0e5;
}

.note-btn.active, .note-btn.focus, .note-btn:active, .note-btn:focus, .note-btn:hover {
  color: #333;
  text-decoration: none;
  border: 1px solid #dae0e5;
  background-color: #ebebeb;
  outline: 0;
  border-radius: 1px;
}

.note-btn.active, .note-btn:active {
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.note-btn.disabled, .note-btn[disabled], fieldset[disabled] .note-btn {
  cursor: not-allowed;
  -webkit-opacity: 0.65;
  -khtml-opacity: 0.65;
  -moz-opacity: 0.65;
  opacity: 0.65;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=65);
  filter: alpha(opacity=65);
  box-shadow: none;
}

.note-btn > span.note-icon-caret:first-child {
  margin-left: -1px;
}

.note-btn > span.note-icon-caret:nth-child(2) {
  padding-left: 3px;
  margin-right: -5px;
}

.note-btn-primary {
  background: #fa6362;
  color: #fff;
}

.note-btn-primary.focus, .note-btn-primary:focus, .note-btn-primary:hover {
  color: #fff;
  text-decoration: none;
  border: 1px solid #dae0e5;
  background-color: #fa6362;
  border-radius: 1px;
}

.note-btn-block {
  display: block;
  width: 100%;
}

.note-btn-block + .note-btn-block {
  margin-top: 5px;
}

input[type=button].note-btn-block, input[type=reset].note-btn-block, input[type=submit].note-btn-block {
  width: 100%;
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.close {
  float: right;
  font-size: 21px;
  line-height: 1;
  color: #000;
  opacity: 0.2;
}

.close:hover {
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  -ms-filter: alpha(opacity=100);
  filter: alpha(opacity=100);
  opacity: 1;
}

.note-dropdown {
  position: relative;
}

.note-color .dropdown-toggle {
  width: 30px;
  padding-left: 5px;
}

.note-dropdown-menu {
  display: none;
  min-width: 100px;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  text-align: left;
  background: #fff;
  border: 1px solid #e2e2e2;
  padding: 5px;
  background-clip: padding-box;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.06);
}

.note-dropdown-menu > :last-child {
  margin-right: 0;
}

.note-btn-group.open .note-dropdown-menu, .note-dropdown-item {
  display: block;
}

.note-dropdown-item:hover {
  background-color: #ebebeb;
}

a.note-dropdown-item, a.note-dropdown-item:hover {
  margin: 5px 0;
  color: #000;
  text-decoration: none;
}

.note-modal {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1050;
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  display: none;
}

.note-modal.open {
  display: block;
}

.note-modal-content {
  position: relative;
  width: auto;
  margin: 30px 20px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: #fff;
  background-clip: border-box;
  outline: 0;
  border-radius: 5px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}

.note-modal-header {
  padding: 10px 20px;
  border: 1px solid #ededef;
}

.note-modal-body {
  position: relative;
  padding: 20px 30px;
}

.note-modal-body kbd {
  border-radius: 2px;
  background-color: #000;
  color: #fff;
  padding: 3px 5px;
  font-weight: 700;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.note-modal-footer {
  height: 40px;
  padding: 10px;
  text-align: center;
}

.note-modal-footer a {
  color: #337ab7;
  text-decoration: none;
}

.note-modal-footer a:focus, .note-modal-footer a:hover {
  color: #23527c;
  text-decoration: underline;
}

.note-modal-footer .note-btn {
  float: right;
}

.note-modal-title {
  font-size: 20px;
  color: #42515f;
  margin: 0;
  line-height: 1.4;
}

.note-modal-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 1040;
  background: #000;
  -webkit-opacity: 0.5;
  -khtml-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
  display: none;
}

.note-modal-backdrop.open {
  display: block;
}

@media (min-width: 768px) {
  .note-modal-content {
    width: 600px;
    margin: 30px auto;
  }
}

@media (min-width: 992px) {
  .note-modal-content-large {
    width: 900px;
  }
}

.note-modal .note-help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

.note-modal .note-nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.note-modal .note-nav-link {
  display: block;
  padding: 0.5rem 1rem;
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

.note-modal .note-nav-link:focus, .note-modal .note-nav-link:hover {
  color: #0056b3;
  text-decoration: none;
}

.note-modal .note-nav-link.disabled {
  color: #868e96;
}

.note-modal .note-nav-tabs {
  border-bottom: 1px solid #ddd;
}

.note-modal .note-nav-tabs .note-nav-item {
  margin-bottom: -1px;
}

.note-modal .note-nav-tabs .note-nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.note-modal .note-nav-tabs .note-nav-link:focus, .note-modal .note-nav-tabs .note-nav-link:hover {
  border-color: #e9ecef #e9ecef #ddd;
}

.note-modal .note-nav-tabs .note-nav-link.disabled {
  color: #868e96;
  background-color: transparent;
  border-color: transparent;
}

.note-modal .note-nav-tabs .note-nav-item.show .note-nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #ddd #ddd #fff;
}

.note-modal .note-tab-content {
  margin: 15px auto;
}

.note-modal .note-tab-content > .note-tab-pane, .note-modal .note-tab-content > .note-tab-pane:target ~ .note-tab-pane:last-child {
  display: none;
}

.note-modal .note-tab-content > .note-tab-pane:target, .note-modal .note-tab-content > :last-child {
  display: block;
}

.note-form-group {
  padding-bottom: 20px;
}

.note-form-group:last-child {
  padding-bottom: 0;
}

.note-form-label {
  display: block;
  width: 100%;
  font-size: 16px;
  color: #42515f;
  margin-bottom: 10px;
  font-weight: 700;
}

.note-input {
  width: 100%;
  display: block;
  border: 1px solid #ededef;
  background: #fff;
  outline: 0;
  padding: 6px 4px;
  font-size: 14px;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.note-input::-webkit-input-placeholder {
  color: #eee;
}

.note-input:-moz-placeholder, .note-input::-moz-placeholder {
  color: #eee;
}

.note-input:-ms-input-placeholder {
  color: #eee;
}

.note-tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-size: 13px;
  transition: opacity 0.15s;
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}

.note-tooltip.in {
  -webkit-opacity: 0.9;
  -khtml-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
  filter: alpha(opacity=90);
}

.note-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}

.note-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}

.note-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}

.note-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

.note-tooltip.bottom .note-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.note-tooltip.top .note-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.note-tooltip.right .note-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

.note-tooltip.left .note-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

.note-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.note-tooltip-content {
  max-width: 200px;
  font-family: sans-serif;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
}

.note-popover {
  position: absolute;
  z-index: 1060;
  display: block;
  font-size: 13px;
  font-family: sans-serif;
  display: none;
  background: #fff;
  border: 1px solid #ccc;
}

.note-popover.in {
  display: block;
}

.note-popover.top {
  margin-top: -10px;
  padding: 5px 0;
}

.note-popover.right {
  margin-left: 10px;
  padding: 0 5px;
}

.note-popover.bottom {
  margin-top: 10px;
  padding: 5px 0;
}

.note-popover.left {
  margin-left: -10px;
  padding: 0 5px;
}

.note-popover.bottom .note-popover-arrow {
  top: -11px;
  left: 20px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.note-popover.bottom .note-popover-arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}

.note-popover.top .note-popover-arrow {
  bottom: -11px;
  left: 20px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
}

.note-popover.top .note-popover-arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-bottom-width: 0;
  border-top-color: #fff;
}

.note-popover.right .note-popover-arrow {
  top: 50%;
  left: -11px;
  margin-top: -10px;
  border-left-width: 0;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.note-popover.right .note-popover-arrow:after {
  left: 1px;
  margin-top: -10px;
  content: " ";
  border-left-width: 0;
  border-right-color: #fff;
}

.note-popover.left .note-popover-arrow {
  top: 50%;
  right: -11px;
  margin-top: -10px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.note-popover.left .note-popover-arrow:after {
  right: 1px;
  margin-top: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}

.note-popover-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border: 11px solid transparent;
}

.note-popover-arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  content: " ";
  border: 10px solid transparent;
}

.note-popover-content {
  padding: 3px 8px;
  color: #000;
  text-align: center;
  background-color: #fff;
  min-width: 100px;
  min-height: 30px;
}

.note-editor {
  position: relative;
}

.note-editor .note-dropzone {
  position: absolute;
  display: none;
  z-index: 100;
  color: #87cefa;
  background-color: #fff;
  opacity: 0.95;
}

.note-editor .note-dropzone .note-dropzone-message {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 28px;
  font-weight: 700;
}

.note-editor .note-dropzone.hover {
  color: #098ddf;
}

.note-editor.dragover .note-dropzone {
  display: table;
}

.note-editor .note-editing-area {
  position: relative;
}

.note-editor .note-editing-area .note-editable {
  outline: none;
}

.note-editor .note-editing-area .note-editable sup {
  vertical-align: super;
}

.note-editor .note-editing-area .note-editable sub {
  vertical-align: sub;
}

.note-editor .note-editing-area .note-editable img.note-float-left {
  margin-right: 10px;
}

.note-editor .note-editing-area .note-editable img.note-float-right {
  margin-left: 10px;
}

.note-editor.note-airframe, .note-editor.note-frame {
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.note-editor.note-airframe.codeview .note-editing-area .note-editable, .note-editor.note-frame.codeview .note-editing-area .note-editable {
  display: none;
}

.note-editor.note-airframe.codeview .note-editing-area .note-codable, .note-editor.note-frame.codeview .note-editing-area .note-codable {
  display: block;
}

.note-editor.note-airframe .note-editing-area, .note-editor.note-frame .note-editing-area {
  overflow: hidden;
}

.note-editor.note-airframe .note-editing-area .note-editable, .note-editor.note-frame .note-editing-area .note-editable {
  padding: 10px;
  overflow: auto;
  word-wrap: break-word;
}

.note-editor.note-airframe .note-editing-area .note-editable[contenteditable=false], .note-editor.note-frame .note-editing-area .note-editable[contenteditable=false] {
  background-color: rgba(128, 128, 128, 0.11);
}

.note-editor.note-airframe .note-editing-area .note-codable, .note-editor.note-frame .note-editing-area .note-codable {
  display: none;
  width: 100%;
  padding: 10px;
  border: none;
  box-shadow: none;
  font-family: Menlo, Monaco, monospace, sans-serif;
  font-size: 14px;
  color: #ccc;
  background-color: #222;
  resize: none;
  outline: none;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0;
  margin-bottom: 0;
}

.note-editor.note-airframe.fullscreen, .note-editor.note-frame.fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100% !important;
  z-index: 1050;
}

.note-editor.note-airframe.fullscreen .note-resizebar, .note-editor.note-frame.fullscreen .note-resizebar {
  display: none;
}

.note-editor.note-airframe .note-status-output, .note-editor.note-frame .note-status-output {
  display: block;
  width: 100%;
  font-size: 14px;
  line-height: 1.42857143;
  height: 20px;
  margin-bottom: 0;
  color: #000;
  border: 0;
  border-top: 1px solid #e2e2e2;
}

.note-editor.note-airframe .note-status-output:empty, .note-editor.note-frame .note-status-output:empty {
  height: 0;
  border-top: 0 solid transparent;
}

.note-editor.note-airframe .note-status-output .pull-right, .note-editor.note-frame .note-status-output .pull-right {
  float: right !important;
}

.note-editor.note-airframe .note-status-output .text-muted, .note-editor.note-frame .note-status-output .text-muted {
  color: #777;
}

.note-editor.note-airframe .note-status-output .text-primary, .note-editor.note-frame .note-status-output .text-primary {
  color: #286090;
}

.note-editor.note-airframe .note-status-output .text-success, .note-editor.note-frame .note-status-output .text-success {
  color: #3c763d;
}

.note-editor.note-airframe .note-status-output .text-info, .note-editor.note-frame .note-status-output .text-info {
  color: #31708f;
}

.note-editor.note-airframe .note-status-output .text-warning, .note-editor.note-frame .note-status-output .text-warning {
  color: #8a6d3b;
}

.note-editor.note-airframe .note-status-output .text-danger, .note-editor.note-frame .note-status-output .text-danger {
  color: #a94442;
}

.note-editor.note-airframe .note-status-output .alert, .note-editor.note-frame .note-status-output .alert {
  margin: -7px 0 0;
  padding: 7px 10px 2px;
  border-radius: 0;
  color: #000;
  background-color: #f5f5f5;
}

.note-editor.note-airframe .note-status-output .alert .note-icon, .note-editor.note-frame .note-status-output .alert .note-icon {
  margin-right: 5px;
}

.note-editor.note-airframe .note-status-output .alert-success, .note-editor.note-frame .note-status-output .alert-success {
  color: #3c763d !important;
  background-color: #dff0d8 !important;
}

.note-editor.note-airframe .note-status-output .alert-info, .note-editor.note-frame .note-status-output .alert-info {
  color: #31708f !important;
  background-color: #d9edf7 !important;
}

.note-editor.note-airframe .note-status-output .alert-warning, .note-editor.note-frame .note-status-output .alert-warning {
  color: #8a6d3b !important;
  background-color: #fcf8e3 !important;
}

.note-editor.note-airframe .note-status-output .alert-danger, .note-editor.note-frame .note-status-output .alert-danger {
  color: #a94442 !important;
  background-color: #f2dede !important;
}

.note-editor.note-airframe .note-statusbar, .note-editor.note-frame .note-statusbar {
  background-color: rgba(128, 128, 128, 0.11);
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.note-editor.note-airframe .note-statusbar .note-resizebar, .note-editor.note-frame .note-statusbar .note-resizebar {
  padding-top: 1px;
  height: 9px;
  width: 100%;
  cursor: ns-resize;
}

.note-editor.note-airframe .note-statusbar .note-resizebar .note-icon-bar, .note-editor.note-frame .note-statusbar .note-resizebar .note-icon-bar {
  width: 20px;
  margin: 1px auto;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.note-editor.note-airframe .note-statusbar.locked .note-resizebar, .note-editor.note-frame .note-statusbar.locked .note-resizebar {
  cursor: default;
}

.note-editor.note-airframe .note-statusbar.locked .note-resizebar .note-icon-bar, .note-editor.note-frame .note-statusbar.locked .note-resizebar .note-icon-bar {
  display: none;
}

.note-editor.note-airframe .note-placeholder, .note-editor.note-frame .note-placeholder {
  padding: 10px;
}

.note-editor.note-airframe {
  border: 0;
}

.note-editor.note-airframe .note-editing-area .note-editable {
  padding: 0;
}

.note-popover.popover {
  display: none;
  max-width: none;
}

.note-popover.popover .popover-content a {
  display: inline-block;
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
}

.note-popover.popover .arrow {
  left: 20px !important;
}

.note-toolbar {
  position: relative;
}

.note-editor .note-toolbar, .note-popover .popover-content {
  margin: 0;
  padding: 0 0 5px 5px;
}

.note-editor .note-toolbar > .note-btn-group, .note-popover .popover-content > .note-btn-group {
  margin-top: 5px;
  margin-left: 0;
  margin-right: 5px;
}

.note-editor .note-toolbar .note-btn-group .note-table, .note-popover .popover-content .note-btn-group .note-table {
  min-width: 0;
  padding: 5px;
}

.note-editor .note-toolbar .note-btn-group .note-table .note-dimension-picker, .note-popover .popover-content .note-btn-group .note-table .note-dimension-picker {
  font-size: 18px;
}

.note-editor .note-toolbar .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-mousecatcher, .note-popover .popover-content .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-mousecatcher {
  position: absolute !important;
  z-index: 3;
  width: 10em;
  height: 10em;
  cursor: pointer;
}

.note-editor .note-toolbar .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-unhighlighted, .note-popover .popover-content .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-unhighlighted {
  position: relative !important;
  z-index: 1;
  width: 5em;
  height: 5em;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIj4+Pjp6ekKlAqjAAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKhmnaJzPAAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC") repeat;
}

.note-editor .note-toolbar .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-highlighted, .note-popover .popover-content .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-highlighted {
  position: absolute !important;
  z-index: 2;
  width: 1em;
  height: 1em;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIjd6vvD2f9LKLW+AAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKwNDEVT0AAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC") repeat;
}

.note-editor .note-toolbar .note-style .dropdown-style blockquote, .note-editor .note-toolbar .note-style .dropdown-style pre, .note-popover .popover-content .note-style .dropdown-style blockquote, .note-popover .popover-content .note-style .dropdown-style pre {
  margin: 0;
  padding: 5px 10px;
}

.note-editor .note-toolbar .note-style .dropdown-style h1, .note-editor .note-toolbar .note-style .dropdown-style h2, .note-editor .note-toolbar .note-style .dropdown-style h3, .note-editor .note-toolbar .note-style .dropdown-style h4, .note-editor .note-toolbar .note-style .dropdown-style h5, .note-editor .note-toolbar .note-style .dropdown-style h6, .note-editor .note-toolbar .note-style .dropdown-style p, .note-popover .popover-content .note-style .dropdown-style h1, .note-popover .popover-content .note-style .dropdown-style h2, .note-popover .popover-content .note-style .dropdown-style h3, .note-popover .popover-content .note-style .dropdown-style h4, .note-popover .popover-content .note-style .dropdown-style h5, .note-popover .popover-content .note-style .dropdown-style h6, .note-popover .popover-content .note-style .dropdown-style p {
  margin: 0;
  padding: 0;
}

.note-editor .note-toolbar .note-color-all .note-dropdown-menu, .note-popover .popover-content .note-color-all .note-dropdown-menu {
  min-width: 337px;
}

.note-editor .note-toolbar .note-color .dropdown-toggle, .note-popover .popover-content .note-color .dropdown-toggle {
  width: 20px;
  padding-left: 5px;
}

.note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette, .note-popover .popover-content .note-color .note-dropdown-menu .note-palette {
  display: inline-block;
  margin: 0;
  width: 160px;
}

.note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette:first-child, .note-popover .popover-content .note-color .note-dropdown-menu .note-palette:first-child {
  margin: 0 5px;
}

.note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-palette-title, .note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-palette-title {
  font-size: 12px;
  margin: 2px 7px;
  text-align: center;
  border-bottom: 1px solid #eee;
}

.note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-reset, .note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-select, .note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-color-reset, .note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-color-select {
  font-size: 11px;
  margin: 3px;
  padding: 0 3px;
  cursor: pointer;
  width: 100%;
  border-radius: 5px;
}

.note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-reset:hover, .note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-select:hover, .note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-color-reset:hover, .note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-color-select:hover {
  background: #eee;
}

.note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-row, .note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-color-row {
  height: 20px;
}

.note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-select-btn, .note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-color-select-btn {
  display: none;
}

.note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-holder-custom .note-color-btn, .note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-holder-custom .note-color-btn {
  border: 1px solid #eee;
}

.note-editor .note-toolbar .note-para .note-dropdown-menu, .note-popover .popover-content .note-para .note-dropdown-menu {
  min-width: 228px;
  padding: 5px;
}

.note-editor .note-toolbar .note-para .note-dropdown-menu > div + div, .note-popover .popover-content .note-para .note-dropdown-menu > div + div {
  margin-left: 5px;
}

.note-editor .note-toolbar .note-dropdown-menu, .note-popover .popover-content .note-dropdown-menu {
  min-width: 160px;
}

.note-editor .note-toolbar .note-dropdown-menu.right, .note-popover .popover-content .note-dropdown-menu.right {
  right: 0;
  left: auto;
}

.note-editor .note-toolbar .note-dropdown-menu.right:before, .note-popover .popover-content .note-dropdown-menu.right:before {
  right: 9px;
  left: auto !important;
}

.note-editor .note-toolbar .note-dropdown-menu.right:after, .note-popover .popover-content .note-dropdown-menu.right:after {
  right: 10px;
  left: auto !important;
}

.note-editor .note-toolbar .note-dropdown-menu.note-check a i, .note-popover .popover-content .note-dropdown-menu.note-check a i {
  color: #00bfff;
  visibility: hidden;
}

.note-editor .note-toolbar .note-dropdown-menu.note-check a.checked i, .note-popover .popover-content .note-dropdown-menu.note-check a.checked i {
  visibility: visible;
}

.note-editor .note-toolbar .note-fontsize-10, .note-popover .popover-content .note-fontsize-10 {
  font-size: 10px;
}

.note-editor .note-toolbar .note-color-palette, .note-popover .popover-content .note-color-palette {
  line-height: 1;
}

.note-editor .note-toolbar .note-color-palette div .note-color-btn, .note-popover .popover-content .note-color-palette div .note-color-btn {
  width: 20px;
  height: 20px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
}

.note-editor .note-toolbar .note-color-palette div .note-color-btn:hover, .note-popover .popover-content .note-color-palette div .note-color-btn:hover {
  transform: scale(1.2);
  transition: all 0.2s;
}

.note-modal .modal-dialog {
  outline: 0;
  border-radius: 5px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}

.note-modal .form-group {
  margin-left: 0;
  margin-right: 0;
}

.note-modal .note-modal-form {
  margin: 0;
}

.note-modal .note-image-dialog .note-dropzone {
  min-height: 100px;
  font-size: 30px;
  line-height: 4;
  color: #d3d3d3;
  text-align: center;
  border: 4px dashed #d3d3d3;
  margin-bottom: 10px;
}

.note-placeholder {
  position: absolute;
  display: none;
  color: grey;
}

.note-handle .note-control-selection {
  position: absolute;
  display: none;
  border: 1px solid #000;
}

.note-handle .note-control-selection > div {
  position: absolute;
}

.note-handle .note-control-selection .note-control-selection-bg {
  width: 100%;
  height: 100%;
  background-color: #000;
  -webkit-opacity: 0.3;
  -khtml-opacity: 0.3;
  -moz-opacity: 0.3;
  opacity: 0.3;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
  filter: alpha(opacity=30);
}

.note-handle .note-control-selection .note-control-handle, .note-handle .note-control-selection .note-control-holder, .note-handle .note-control-selection .note-control-sizing {
  width: 7px;
  height: 7px;
  border: 1px solid #000;
}

.note-handle .note-control-selection .note-control-sizing {
  background-color: #000;
}

.note-handle .note-control-selection .note-control-nw {
  top: -5px;
  left: -5px;
  border-right: none;
  border-bottom: none;
}

.note-handle .note-control-selection .note-control-ne {
  top: -5px;
  right: -5px;
  border-bottom: none;
  border-left: none;
}

.note-handle .note-control-selection .note-control-sw {
  bottom: -5px;
  left: -5px;
  border-top: none;
  border-right: none;
}

.note-handle .note-control-selection .note-control-se {
  right: -5px;
  bottom: -5px;
  cursor: se-resize;
}

.note-handle .note-control-selection .note-control-se.note-control-holder {
  cursor: default;
  border-top: none;
  border-left: none;
}

.note-handle .note-control-selection .note-control-selection-info {
  right: 0;
  bottom: 0;
  padding: 5px;
  margin: 5px;
  color: #fff;
  background-color: #000;
  font-size: 12px;
  border-radius: 5px;
  -webkit-opacity: 0.7;
  -khtml-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
  filter: alpha(opacity=70);
}

.note-hint-popover {
  min-width: 100px;
  padding: 2px;
}

.note-hint-popover .popover-content {
  padding: 3px;
  max-height: 150px;
  overflow: auto;
}

.note-hint-popover .popover-content .note-hint-group .note-hint-item {
  display: block !important;
  padding: 3px;
}

.note-hint-popover .popover-content .note-hint-group .note-hint-item.active, .note-hint-popover .popover-content .note-hint-group .note-hint-item:hover {
  display: block;
  clear: both;
  font-weight: 400;
  line-height: 1.4;
  color: #fff;
  white-space: nowrap;
  text-decoration: none;
  background-color: #428bca;
  outline: 0;
  cursor: pointer;
}

.note-editor .note-editing-area .note-editable table {
  width: 100%;
  border-collapse: collapse;
}

.note-editor .note-editing-area .note-editable table td, .note-editor .note-editing-area .note-editable table th {
  border: 1px solid #ececec;
  padding: 5px 3px;
}

.note-editor .note-editing-area .note-editable a {
  background-color: inherit;
  text-decoration: inherit;
  font-family: inherit;
  font-weight: inherit;
  color: #337ab7;
}

.note-editor .note-editing-area .note-editable a:focus, .note-editor .note-editing-area .note-editable a:hover {
  color: #23527c;
  text-decoration: underline;
  outline: 0;
}

.note-editor .note-editing-area .note-editable figure {
  margin: 0;
}

.note-modal .note-modal-body label {
  margin-bottom: 2px;
  padding: 2px 5px;
  display: inline-block;
}

.note-modal .note-modal-body .help-list-item:hover {
  background-color: #e0e0e0;
}

@-moz-document url-prefix() {
  .note-modal .note-image-input {
    height: auto;
  }
}

.help-list-item label {
  margin-bottom: 5px;
  display: inline-block;
}

.top-tags {
  padding: 0 20px 20px 20px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}

.top-tags .top-tags-label {
  padding: 5px;
  font-size: 16px;
  color: #444444;
  background: #eeeeee;
}

.top-tags .top-tags-item {
  padding: 5px 0 5px 5px;
  box-sizing: border-box;
}

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