@charset "UTF-8";
/* Colors */
/* Sizes */
/* From Bootstrap */
/* Variables */
/* Font Sizes */
/* Padding */
/* Border Radius */
/* Screens */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@-ms-viewport {
  width: device-width;
}
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  text-align: left;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: 600;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

a,
area,
button,
[role=button],
input:not([type=range]),
label,
select,
summary,
textarea {
  touch-action: manipulation;
}

table {
  border-collapse: collapse;
}

caption {
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

body.modal-iframe,
body.modal-response,
body.modal-download,
body.modal-edit-element,
body.modal-if,
body.modal-ajax {
  overflow: hidden;
}
body.modal-iframe .overlay-menu,
body.modal-response .overlay-menu,
body.modal-download .overlay-menu,
body.modal-edit-element .overlay-menu,
body.modal-if .overlay-menu,
body.modal-ajax .overlay-menu {
  display: block;
  opacity: 1;
  z-index: 98;
  background-color: rgba(127, 127, 127, 0.8);
}

body.modal-ajax #modal-ajax {
  top: 0;
}
body.modal-ajax #modal-ajax > .close {
  display: block;
}
body.modal-ajax #modal-ajax > div nav.arrows {
  display: block;
}

body.modal-response #modal-response {
  top: 0;
}
body.modal-response #modal-response > .close {
  display: block;
}

body.modal-download #modal-download {
  top: 0;
}
body.modal-download #modal-download > .close {
  display: block;
}

body.modal-edit-element #modal-edit-element {
  top: 0;
}
body.modal-edit-element #modal-edit-element > .close {
  display: block;
}

body.modal-if .modal-if {
  top: 0;
}
body.modal-if .modal-if > .close {
  display: block;
}

body.modal-iframe #browse > div > section .overlay {
  display: block;
}
body.modal-iframe #modal-iframe {
  top: 0;
}
body.modal-iframe #modal-iframe > .close {
  display: block;
}
body.modal-iframe.select-tree-on .overlay-menu {
  z-index: 100;
}
body.modal-iframe.select-tree-on #modal-iframe {
  z-index: 101;
}

div.modal {
  text-align: center;
  height: 360px;
  width: 360px;
  position: fixed;
  width: 100%;
  height: 100%;
  top: -100%;
  left: 0;
  z-index: 99;
  overflow: auto;
  transition: top 0.25s ease-in-out;
  text-align: center;
}
div.modal > div {
  width: 96%;
  position: relative;
  top: 23px;
  margin-bottom: 23px;
  background-color: white;
  box-shadow: 3px 3px 0px rgba(51, 51, 51, 0.08);
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 0;
}
@media (max-width: 1126px) {
  div.modal > div {
    max-width: 560px;
  }
}
div.modal > div > .close {
  position: absolute;
  padding: 0;
  display: block;
  z-index: 5;
  cursor: pointer;
  top: -14px;
  right: -14px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
}
div.modal > div > .close i {
  font-size: 19px;
}
div.modal > div iframe {
  width: 100%;
}
div.modal > div iframe[src*="/settings"], div.modal > div iframe[src*="/upload"], div.modal > div iframe[src*="/add-folder"], div.modal > div iframe[src*="/request"] {
  max-width: 360px;
}
div.modal.browse {
  overflow: hidden;
  overflow-x: auto;
}
div.modal.browse > div {
  top: 2%;
  min-width: 768px !important;
  max-width: 98% !important;
}
div.modal.browse > div iframe {
  height: 96% !important;
}
div.modal.browse > div > .close {
  top: -8px;
  right: -8px;
}
div.modal.request > div, div.modal.settings > div, div.modal.add-folder > div, div.modal.upload > div {
  max-width: 360px;
}

#storage {
  position: fixed;
  width: 100%;
  top: -9999em;
  left: -9999em;
}

#modal-download > div {
  max-width: 414px;
}
#modal-download .download-content {
  padding: 23px;
}
#modal-download ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 20px;
}
#modal-download ul li {
  margin-bottom: 2px;
}
#modal-download ul li a {
  padding: 14px;
  display: block;
  text-align: left;
  color: #009edf;
  text-decoration: none;
  background-color: #f4f4f4;
  word-break: break-all;
  line-height: 1.3;
}

#modal-ajax > div {
  max-width: 360px;
  background-color: #fff;
  min-height: 200px;
  top: 0;
  margin-bottom: 80px;
}
@media (min-width: 768px) {
  #modal-ajax > div {
    top: 29px;
    margin-bottom: 29px;
  }
}
#modal-ajax > div nav.arrows {
  position: fixed;
  margin: 0;
  padding-top: 11px;
  padding-bottom: 11px;
  transition: top 0.25s ease-in-out;
  bottom: 0;
  z-index: 5;
  background-color: rgba(127, 127, 127, 0.8);
  width: 100%;
  left: 0;
  display: none;
}
@media (min-width: 768px) {
  #modal-ajax > div nav.arrows {
    border-top: none;
    bottom: auto;
    top: 50%;
    margin-top: -32px;
    max-width: 100%;
    height: 0;
    padding: 0;
  }
}
@media (min-width: 768px) {
  #modal-ajax > div nav.arrows a.next {
    float: right;
    margin-right: 14px;
  }
}
@media (min-width: 768px) {
  #modal-ajax > div nav.arrows a.prev {
    float: left;
    margin-left: 14px;
  }
}
#modal-ajax > div nav.arrows.at_start a.prev {
  display: none;
}
#modal-ajax > div nav.arrows.at_end a.next {
  display: none;
}
#modal-ajax .spinner:before {
  position: absolute;
  display: block;
  z-index: 100;
  top: 50%;
  z-index: 6;
  display: none;
}
#modal-ajax.template-video > div {
  max-width: 768px;
}
#modal-ajax.template-thumbnail > div {
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}
#modal-ajax.template-thumbnail.is-portrait .media-item-single.template-thumbnail section a:not(.btn) {
  max-width: 321px;
}
#modal-ajax.loading .spinner:before {
  display: block;
}
#modal-ajax.loading .ajax-content {
  visibility: hidden;
}
#modal-ajax.post > div {
  max-width: 100%;
}
@media (min-width: 768px) {
  #modal-ajax.post > div {
    max-width: 660px;
  }
}
@media (min-width: 1080px) {
  #modal-ajax.post > div {
    max-width: 760px;
  }
}
#modal-ajax .media-item-single {
  width: 100% !important;
  max-width: 100% !important;
}
#modal-ajax .media-item-single header h1 {
  font-size: 1.4em;
  line-height: 1.5;
}

.ajax-content {
  padding: 0;
}
.ajax-content article {
  position: relative;
  z-index: 4;
}

.modal.modal-if {
  display: none;
}
.modal.modal-if.active {
  display: block;
}

#modal-response > div {
  padding: 36px;
  max-width: 768px;
}
#modal-response .response-content > * {
  margin: 23px 0 0 0;
}
#modal-response .response-content > *:first-child {
  margin-top: 0;
}
#modal-response .response-content > h2 {
  color: #009edf;
  font-size: 1.6em;
}
#modal-response .response-content hr {
  border: 0;
  border-top: #cecece 2px solid;
}
#modal-response .response-content p {
  font-size: 1.1em;
}

.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}
.fade.show {
  opacity: 1;
}

.collapse {
  display: none;
}
.collapse.show {
  display: block;
}

tr.collapse.show {
  display: table-row;
}

tbody.collapse.show {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

.btn {
  padding: 14px 29px;
  color: #666666;
  border-radius: 8px;
  text-decoration: none;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  border: transparent 0 solid;
  outline-style: none;
  font-size: 1.1em;
  font-weight: 600;
}

a.btn {
  display: inline-block;
}

.btn-blue {
  color: #fff;
  background-color: #009edf;
  border-color: #009edf;
  box-shadow: inset 0 0 0 rgba(255, 255, 255, 0.15), 1px 1px 0 rgba(0, 0, 0, 0.075);
  background: #009edf linear-gradient(180deg, #26ade4, #009edf) repeat-x;
}
.btn-blue:hover, .btn-blue:active, .btn-blue:focus {
  background-color: #008cc6;
  background: #008cc6 linear-gradient(180deg, #269dcf, #008cc6) repeat-x;
}
.btn-blue:focus, .btn-blue.focus {
  box-shadow: inset 0 0 0 rgba(255, 255, 255, 0.15), 1px 1px 0 rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(0, 158, 223, 0.5);
}
.btn-blue.disabled, .btn-blue:disabled {
  background-color: #009edf;
  border-color: #009edf;
}
.btn-blue:not([disabled]):not(.disabled):active, .btn-blue:not([disabled]):not(.disabled).active, .show > .btn-blue.dropdown-toggle {
  color: #fff;
  background-color: #007aac;
  background-image: none;
  border-color: #00719f;
}
.btn-blue:not([disabled]):not(.disabled):active:focus, .btn-blue:not([disabled]):not(.disabled).active:focus, .show > .btn-blue.dropdown-toggle:focus {
  box-shadow: inset 0 3px 0px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(0, 158, 223, 0.5);
}

.btn-blue-dark {
  color: #fff;
  background-color: #09548c;
  border-color: #09548c;
  box-shadow: inset 0 0 0 rgba(255, 255, 255, 0.15), 1px 1px 0 rgba(0, 0, 0, 0.075);
  background: #09548c linear-gradient(180deg, #2e6e9d, #09548c) repeat-x;
}
.btn-blue-dark:hover, .btn-blue-dark:active, .btn-blue-dark:focus {
  background-color: #074674;
  background: #074674 linear-gradient(180deg, #2c6289, #074674) repeat-x;
}
.btn-blue-dark:focus, .btn-blue-dark.focus {
  box-shadow: inset 0 0 0 rgba(255, 255, 255, 0.15), 1px 1px 0 rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(9, 84, 140, 0.5);
}
.btn-blue-dark.disabled, .btn-blue-dark:disabled {
  background-color: #09548c;
  border-color: #09548c;
}
.btn-blue-dark:not([disabled]):not(.disabled):active, .btn-blue-dark:not([disabled]):not(.disabled).active, .show > .btn-blue-dark.dropdown-toggle {
  color: #fff;
  background-color: #06375c;
  background-image: none;
  border-color: #053050;
}
.btn-blue-dark:not([disabled]):not(.disabled):active:focus, .btn-blue-dark:not([disabled]):not(.disabled).active:focus, .show > .btn-blue-dark.dropdown-toggle:focus {
  box-shadow: inset 0 3px 0px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(9, 84, 140, 0.5);
}

.btn-red {
  color: #fff;
  background-color: #f7515f;
  border-color: #f7515f;
  box-shadow: inset 0 0 0 rgba(255, 255, 255, 0.15), 1px 1px 0 rgba(0, 0, 0, 0.075);
  background: #f7515f linear-gradient(180deg, #f86b77, #f7515f) repeat-x;
}
.btn-red:hover, .btn-red:active, .btn-red:focus {
  background-color: #f63949;
  background: #f63949 linear-gradient(180deg, #f75764, #f63949) repeat-x;
}
.btn-red:focus, .btn-red.focus {
  box-shadow: inset 0 0 0 rgba(255, 255, 255, 0.15), 1px 1px 0 rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(247, 81, 95, 0.5);
}
.btn-red.disabled, .btn-red:disabled {
  background-color: #f7515f;
  border-color: #f7515f;
}
.btn-red:not([disabled]):not(.disabled):active, .btn-red:not([disabled]):not(.disabled).active, .show > .btn-red.dropdown-toggle {
  color: #fff;
  background-color: #f52032;
  background-image: none;
  border-color: #f41427;
}
.btn-red:not([disabled]):not(.disabled):active:focus, .btn-red:not([disabled]):not(.disabled).active:focus, .show > .btn-red.dropdown-toggle:focus {
  box-shadow: inset 0 3px 0px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(247, 81, 95, 0.5);
}

.btn-light {
  color: #333333;
  background-color: #cecece;
  border-color: #efefef;
  box-shadow: inset 0 0 0 rgba(255, 255, 255, 0.15), 1px 1px 0 rgba(0, 0, 0, 0.075);
  background: #cecece linear-gradient(180deg, #d5d5d5, #cecece) repeat-x;
}
.btn-light:hover, .btn-light:active, .btn-light:focus {
  background-color: #c1c1c1;
  background: #c1c1c1 linear-gradient(180deg, #cacaca, #c1c1c1) repeat-x;
}
.btn-light:focus, .btn-light.focus {
  box-shadow: inset 0 0 0 rgba(255, 255, 255, 0.15), 1px 1px 0 rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(239, 239, 239, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  background-color: #cecece;
  border-color: #efefef;
}
.btn-light:not([disabled]):not(.disabled):active, .btn-light:not([disabled]):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #333333;
  background-color: #b5b5b5;
  background-image: none;
  border-color: #cfcfcf;
}
.btn-light:not([disabled]):not(.disabled):active:focus, .btn-light:not([disabled]):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: inset 0 3px 0px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(239, 239, 239, 0.5);
}

.btn-white {
  color: #333333;
  background-color: white;
  border-color: #fff;
  box-shadow: inset 0 0 0 rgba(255, 255, 255, 0.15), 1px 1px 0 rgba(0, 0, 0, 0.075);
  background: white linear-gradient(180deg, white, white) repeat-x;
}
.btn-white:hover, .btn-white:active, .btn-white:focus {
  background-color: #f2f2f2;
  background: #f2f2f2 linear-gradient(180deg, #f4f4f4, #f2f2f2) repeat-x;
}
.btn-white:focus, .btn-white.focus {
  box-shadow: inset 0 0 0 rgba(255, 255, 255, 0.15), 1px 1px 0 rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.btn-white.disabled, .btn-white:disabled {
  background-color: white;
  border-color: #fff;
}
.btn-white:not([disabled]):not(.disabled):active, .btn-white:not([disabled]):not(.disabled).active, .show > .btn-white.dropdown-toggle {
  color: #333333;
  background-color: #e6e6e6;
  background-image: none;
  border-color: #dfdfdf;
}
.btn-white:not([disabled]):not(.disabled):active:focus, .btn-white:not([disabled]):not(.disabled).active:focus, .show > .btn-white.dropdown-toggle:focus {
  box-shadow: inset 0 3px 0px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #4c4c4c;
  border-color: #fff;
  box-shadow: inset 0 0 0 rgba(255, 255, 255, 0.15), 1px 1px 0 rgba(0, 0, 0, 0.075);
  background: #4c4c4c linear-gradient(180deg, #676767, #4c4c4c) repeat-x;
}
.btn-dark:hover, .btn-dark:active, .btn-dark:focus {
  background-color: #3f3f3f;
  background: #3f3f3f linear-gradient(180deg, #5c5c5c, #3f3f3f) repeat-x;
}
.btn-dark:focus, .btn-dark.focus {
  box-shadow: inset 0 0 0 rgba(255, 255, 255, 0.15), 1px 1px 0 rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  background-color: #4c4c4c;
  border-color: #fff;
}
.btn-dark:not([disabled]):not(.disabled):active, .btn-dark:not([disabled]):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #333333;
  background-image: none;
  border-color: #dfdfdf;
}
.btn-dark:not([disabled]):not(.disabled):active:focus, .btn-dark:not([disabled]):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: inset 0 3px 0px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-green {
  color: #fff;
  background-color: #7ca032;
  border-color: #94bf3c;
  box-shadow: inset 0 0 0 rgba(255, 255, 255, 0.15), 1px 1px 0 rgba(0, 0, 0, 0.075);
  background: #7ca032 linear-gradient(180deg, #90ae51, #7ca032) repeat-x;
  color: #fff;
}
.btn-green:hover, .btn-green:active, .btn-green:focus {
  background-color: #6d8d2c;
  background: #6d8d2c linear-gradient(180deg, #839e4c, #6d8d2c) repeat-x;
}
.btn-green:focus, .btn-green.focus {
  box-shadow: inset 0 0 0 rgba(255, 255, 255, 0.15), 1px 1px 0 rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(148, 191, 60, 0.5);
}
.btn-green.disabled, .btn-green:disabled {
  background-color: #7ca032;
  border-color: #94bf3c;
}
.btn-green:not([disabled]):not(.disabled):active, .btn-green:not([disabled]):not(.disabled).active, .show > .btn-green.dropdown-toggle {
  color: #fff;
  background-color: #5e7926;
  background-image: none;
  border-color: #6e8e2d;
}
.btn-green:not([disabled]):not(.disabled):active:focus, .btn-green:not([disabled]):not(.disabled).active:focus, .show > .btn-green.dropdown-toggle:focus {
  box-shadow: inset 0 3px 0px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(148, 191, 60, 0.5);
}

.btn-twitter {
  color: #333333;
  background-color: #3bc9ff;
  border-color: #00aced;
  box-shadow: inset 0 0 0 rgba(255, 255, 255, 0.15), 1px 1px 0 rgba(0, 0, 0, 0.075);
  background: #3bc9ff linear-gradient(180deg, #58d1ff, #3bc9ff) repeat-x;
  color: #fff;
}
.btn-twitter:hover, .btn-twitter:active, .btn-twitter:focus {
  background-color: #21c2ff;
  background: #21c2ff linear-gradient(180deg, #42cbff, #21c2ff) repeat-x;
}
.btn-twitter:focus, .btn-twitter.focus {
  box-shadow: inset 0 0 0 rgba(255, 255, 255, 0.15), 1px 1px 0 rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(0, 172, 237, 0.5);
}
.btn-twitter.disabled, .btn-twitter:disabled {
  background-color: #3bc9ff;
  border-color: #00aced;
}
.btn-twitter:not([disabled]):not(.disabled):active, .btn-twitter:not([disabled]):not(.disabled).active, .show > .btn-twitter.dropdown-toggle {
  color: #fff;
  background-color: #08bbff;
  background-image: none;
  border-color: #007ead;
}
.btn-twitter:not([disabled]):not(.disabled):active:focus, .btn-twitter:not([disabled]):not(.disabled).active:focus, .show > .btn-twitter.dropdown-toggle:focus {
  box-shadow: inset 0 3px 0px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(0, 172, 237, 0.5);
}

.btn-facebook {
  color: #fff;
  background-color: #5778be;
  border-color: #3b5998;
  box-shadow: inset 0 0 0 rgba(255, 255, 255, 0.15), 1px 1px 0 rgba(0, 0, 0, 0.075);
  background: #5778be linear-gradient(180deg, #708cc8, #5778be) repeat-x;
  color: #fff;
}
.btn-facebook:hover, .btn-facebook:active, .btn-facebook:focus {
  background-color: #466ab5;
  background: #466ab5 linear-gradient(180deg, #6280c0, #466ab5) repeat-x;
}
.btn-facebook:focus, .btn-facebook.focus {
  box-shadow: inset 0 0 0 rgba(255, 255, 255, 0.15), 1px 1px 0 rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(59, 89, 152, 0.5);
}
.btn-facebook.disabled, .btn-facebook:disabled {
  background-color: #5778be;
  border-color: #3b5998;
}
.btn-facebook:not([disabled]):not(.disabled):active, .btn-facebook:not([disabled]):not(.disabled).active, .show > .btn-facebook.dropdown-toggle {
  color: #fff;
  background-color: #3f5fa3;
  background-image: none;
  border-color: #293e6a;
}
.btn-facebook:not([disabled]):not(.disabled):active:focus, .btn-facebook:not([disabled]):not(.disabled).active:focus, .show > .btn-facebook.dropdown-toggle:focus {
  box-shadow: inset 0 3px 0px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(59, 89, 152, 0.5);
}

.btn-whatsapp {
  color: #333333;
  background-color: #31db71;
  border-color: #25d366;
  box-shadow: inset 0 0 0 rgba(255, 255, 255, 0.15), 1px 1px 0 rgba(0, 0, 0, 0.075);
  background: #31db71 linear-gradient(180deg, #50e086, #31db71) repeat-x;
  color: #fff;
}
.btn-whatsapp:hover, .btn-whatsapp:active, .btn-whatsapp:focus {
  background-color: #24cf64;
  background: #24cf64 linear-gradient(180deg, #45d67b, #24cf64) repeat-x;
}
.btn-whatsapp:focus, .btn-whatsapp.focus {
  box-shadow: inset 0 0 0 rgba(255, 255, 255, 0.15), 1px 1px 0 rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(37, 211, 102, 0.5);
}
.btn-whatsapp.disabled, .btn-whatsapp:disabled {
  background-color: #31db71;
  border-color: #25d366;
}
.btn-whatsapp:not([disabled]):not(.disabled):active, .btn-whatsapp:not([disabled]):not(.disabled).active, .show > .btn-whatsapp.dropdown-toggle {
  color: #fff;
  background-color: #20b959;
  background-image: none;
  border-color: #1b9d4c;
}
.btn-whatsapp:not([disabled]):not(.disabled):active:focus, .btn-whatsapp:not([disabled]):not(.disabled).active:focus, .show > .btn-whatsapp.dropdown-toggle:focus {
  box-shadow: inset 0 3px 0px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(37, 211, 102, 0.5);
}

.btn-linkedin {
  color: #fff;
  background-color: #1083bb;
  border-color: #0e76a8;
  box-shadow: inset 0 0 0 rgba(255, 255, 255, 0.15), 1px 1px 0 rgba(0, 0, 0, 0.075);
  background: #1083bb linear-gradient(180deg, #3496c5, #1083bb) repeat-x;
  color: #fff;
}
.btn-linkedin:hover, .btn-linkedin:active, .btn-linkedin:focus {
  background-color: #0e73a3;
  background: #0e73a3 linear-gradient(180deg, #3288b1, #0e73a3) repeat-x;
}
.btn-linkedin:focus, .btn-linkedin.focus {
  box-shadow: inset 0 0 0 rgba(255, 255, 255, 0.15), 1px 1px 0 rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(14, 118, 168, 0.5);
}
.btn-linkedin.disabled, .btn-linkedin:disabled {
  background-color: #1083bb;
  border-color: #0e76a8;
}
.btn-linkedin:not([disabled]):not(.disabled):active, .btn-linkedin:not([disabled]):not(.disabled).active, .show > .btn-linkedin.dropdown-toggle {
  color: #fff;
  background-color: #0c628c;
  background-image: none;
  border-color: #094d6d;
}
.btn-linkedin:not([disabled]):not(.disabled):active:focus, .btn-linkedin:not([disabled]):not(.disabled).active:focus, .show > .btn-linkedin.dropdown-toggle:focus {
  box-shadow: inset 0 3px 0px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(14, 118, 168, 0.5);
}

.btn-url {
  color: #fff;
  background-color: #707070;
  border-color: #666666;
  box-shadow: inset 0 0 0 rgba(255, 255, 255, 0.15), 1px 1px 0 rgba(0, 0, 0, 0.075);
  background: #707070 linear-gradient(180deg, #858585, #707070) repeat-x;
  color: #fff;
}
.btn-url:hover, .btn-url:active, .btn-url:focus {
  background-color: #636363;
  background: #636363 linear-gradient(180deg, #7a7a7a, #636363) repeat-x;
}
.btn-url:focus, .btn-url.focus {
  box-shadow: inset 0 0 0 rgba(255, 255, 255, 0.15), 1px 1px 0 rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(102, 102, 102, 0.5);
}
.btn-url.disabled, .btn-url:disabled {
  background-color: #707070;
  border-color: #666666;
}
.btn-url:not([disabled]):not(.disabled):active, .btn-url:not([disabled]):not(.disabled).active, .show > .btn-url.dropdown-toggle {
  color: #fff;
  background-color: #565656;
  background-image: none;
  border-color: #464646;
}
.btn-url:not([disabled]):not(.disabled):active:focus, .btn-url:not([disabled]):not(.disabled).active:focus, .show > .btn-url.dropdown-toggle:focus {
  box-shadow: inset 0 3px 0px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(102, 102, 102, 0.5);
}

.btn-sm {
  font-size: 0.85em;
  padding: 11px 17px;
}

.tab-navbar {
  width: 90%;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin: 0 auto;
  margin-bottom: 23px;
}
.tab-navbar button {
  transition: all 0.2s ease;
  position: relative;
}
.tab-navbar button h3 {
  font-size: 0.85em;
  padding: 0 0 11px;
}
.tab-navbar button:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -5px;
  left: 0;
  background: #4c4c4c;
  visibility: hidden;
  transform: scaleX(0);
  transition: all 0.25s linear;
}
.tab-navbar button.active h3 {
  color: #4c4c4c;
}
.tab-navbar button.active:before {
  visibility: visible;
  transform: scaleX(0.5);
}

.table, .profile-about table {
  width: 100%;
  background-color: #fff;
  border-collapse: collapse;
  border: 1px solid #f4f4f4;
}
.table th,
.table td, .profile-about table th,
.profile-about table td {
  padding: 14px;
  vertical-align: top;
  border-top: 1px solid #f4f4f4;
}
.table thead th, .profile-about table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #f4f4f4;
}
.table tbody + tbody, .profile-about table tbody + tbody {
  border-top: 2px solid #f4f4f4;
}
.table th,
.table td, .profile-about table th,
.profile-about table td {
  border: 1px solid #f4f4f4;
}
.table thead th,
.table thead td, .profile-about table thead th,
.profile-about table thead td {
  border-bottom-width: 2px;
}
.table tbody tr th, .profile-about table tbody tr th {
  text-align: right;
}
.table.table-striped thead tr, .profile-about table.table-striped thead tr {
  background-color: #efefef;
}
.table.table-striped tr:nth-child(even), .profile-about table.table-striped tr:nth-child(even) {
  background-color: #f4f4f4;
}

body {
  color: #666666;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 0.81em;
}
@media (min-width: 1280px) {
  body {
    font-size: 0.86em;
  }
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  display: block;
  font-weight: 600;
}

h3, .h3 {
  font-size: 1.3em;
  text-align: center;
}

p {
  line-height: 1.7;
}

html.is-form body {
  background-color: transparent;
}
html.is-form body .description {
  max-width: 768px;
  margin: 14px auto 0;
  text-align: center;
  background: transparent;
  padding: 0;
  font-size: 1em;
}
html.is-form body .description p {
  padding: 0 23px 11px;
}
html.is-form body.page-publish #wrapper > header {
  display: none;
}
html.no-js #form > .spinner {
  display: block;
}
html.no-js #form > *:not(.spinner) {
  visibility: hidden;
  position: fixed;
  top: -9999em;
  left: -9999em;
}
html.no-js body.loading #form > .spinner {
  display: none;
}

#form {
  padding-top: 23px;
  padding-bottom: 23px;
  width: 98%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (min-width: 414px) {
  #form {
    width: 94%;
  }
}
@media (min-width: 1080px) {
  #form {
    width: 89%;
  }
}
@media (min-width: 1366px) {
  #form {
    max-width: 1366px;
  }
}
@media (max-width: 1079px) {
  #form {
    max-width: 691.2px;
  }
}
#form > .spinner {
  text-align: center;
  padding: 17px;
  display: none;
}
#form > .spinner:before {
  display: block;
  position: static;
  margin: 0 auto;
}
#form > main > div, #form > aside > div {
  padding: 14px 20px 20px;
}
#form > main {
  width: 70%;
}
@media (max-width: 1079px) {
  #form > main {
    width: 100%;
  }
}
#form > main > div {
  padding-top: 0;
  padding-left: 0;
  padding-bottom: 0;
}
@media (max-width: 1079px) {
  #form > main > div {
    padding-right: 0;
  }
}
#form > main fieldset.set-main .form-group:first-child {
  margin-top: 0;
}
#form > aside {
  width: 30%;
  background-color: #efefef;
  border-radius: 4px;
  box-shadow: 2px 2px 0px rgba(25, 25, 25, 0.15);
}
@media (max-width: 1079px) {
  #form > aside {
    margin-top: 23px;
    width: 100%;
  }
}
#form > aside .preview {
  display: block;
  margin-right: 0;
}
#form.register > main {
  max-width: 560px;
}
#form.unset > footer {
  display: none;
}
#form.unset .form-group.inactive {
  position: relative;
  top: 0;
  left: 0;
}
#form.unset .form-group.inactive.control-file, #form.unset .form-group.inactive.control-media {
  background-color: #f4f4f4;
}
#form.unset .form-group.inactive label, #form.unset .form-group.inactive .btn-trigger, #form.unset .form-group.inactive .preview, #form.unset .form-group.inactive .btn-library {
  opacity: 0.3;
}
#form.unset .form-group.inactive .form-control {
  background-color: #f4f4f4;
  color: #cecece;
}
#form.unset .form-group.inactive > b {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  z-index: 9;
  cursor: not-allowed;
}
#form.unset .form-group.inactive.type-richtext > b {
  background-color: rgba(250, 250, 250, 0.7);
}
#form > footer {
  width: 100%;
  padding: 23px 0 0;
}
#form > footer .btn {
  min-width: 260px;
}
#form > footer .delete-link {
  color: #f7515f;
  display: block;
  max-width: 150px;
  margin: 14px auto 0;
}
#form fieldset.inactive {
  position: fixed;
  top: -9999em;
  left: -9999em;
}
#form .permalink {
  width: 100%;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #13baff;
  margin-bottom: 17px;
}
#form .title-sep {
  display: block;
  margin-top: 20px;
  color: #000;
}
#form #pin-color-picker {
  width: 270px;
  margin-left: -135px;
  z-index: 99;
  position: absolute;
  left: 50%;
  top: 100%;
}
#form #pin-color-picker.hidden {
  display: none;
}
#form #pin-color-picker:after {
  content: " ";
  display: block;
  clear: both;
}
#form #pin-color-picker .btn {
  width: 30px;
  height: 30px;
  padding: 0;
  float: left;
}
#form #pin-color-picker .btn i {
  display: block;
  width: 20px;
  height: 20px;
  margin: 5px 0 0 5px;
}
#form .form-group {
  margin: 14px 0 0;
}
#form .form-group span.alert {
  display: block;
  line-height: 1.5;
  margin-bottom: 8px;
  height: auto;
  padding: 8px;
}
#form .form-group.loading {
  position: relative;
}
#form .form-group.loading:after {
  display: block;
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.001);
  width: 100%;
  height: 100%;
}
#form .form-group.loading:before {
  display: block;
  width: 31px;
  height: 31px;
  background-image: url("/wp-includes/js/tinymce/skins/lightgray/img/loader.gif");
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -15px;
  margin-left: -15px;
}
#form .form-group.loading .form-control {
  background-color: #f4f4f4;
  cursor: not-allowed;
  color: #cecece;
}
#form .form-group.has-error .form-control, #form .form-group.has-error.control-file, #form .form-group.has-error.control-media, #form .form-group.has-error .select2-container--default .select2-selection--multiple {
  border-color: #f7515f;
}
#form .form-group.has-error .form-check label {
  color: #f75663;
}
#form .form-group[data-depends_on] {
  display: none;
}
#form .form-group[data-depends_on].on, #form .form-group[data-depends_on].has-error {
  display: block;
}
#form .form-group[data-depends_on].on.inactive, #form .form-group[data-depends_on].has-error.inactive {
  position: fixed;
  top: -9999em;
  left: -9999em;
}
#form .form-group.inactive {
  position: fixed;
  top: -9999em;
  left: -9999em;
}
#form .form-group.inactive span.form-control a {
  background-color: #efefef;
  border-color: #cecece;
  color: #b5b5b5;
}
#form .form-group.inactive span.form-control a i {
  color: #b5b5b5;
}
#form .form-group.bypass.bypass-count-1, #form .form-group.bypass.bypass-count-0 {
  display: none;
}
#form .form-group.control-file, #form .form-group.control-media {
  background-color: #fff;
  padding: 11px 11px;
  border: 1px solid #cecece;
  overflow: hidden;
  position: relative;
}
#form .form-group.control-file label, #form .form-group.control-media label {
  display: inline-block;
  margin-right: 8px;
}
#form .form-group.control-file .btn, #form .form-group.control-media .btn {
  float: none;
}
#form .form-group.control-file.is-full .btn, #form .form-group.control-media.is-full .btn {
  display: none;
}
#form .form-group.control-levels {
  position: relative;
}
#form .form-group.control-levels .form-control {
  line-height: 1.7;
  padding: 11px 26px 11px 11px;
}
#form .form-group.control-levels .options {
  width: 100%;
  background-color: #fff;
  margin-top: 2px;
  box-shadow: 3px 3px 0px rgba(51, 51, 51, 0.08);
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  display: block;
  position: fixed;
  left: -9999em;
  top: -9999em;
}
#form .form-group.control-levels .options .form-check {
  display: block;
  position: relative;
  border-bottom: #efefef 1px solid;
  padding: 0;
}
#form .form-group.control-levels .options .form-check input {
  position: absolute;
  top: 7px;
  left: 7px;
}
#form .form-group.control-levels .options .form-check label {
  padding: 8px 10px 6px;
  padding-left: 26px;
  display: block;
}
#form .form-group.control-levels .options .form-check label:hover {
  background-color: #dff6ff;
}
#form .form-group.control-levels .options .form-check label b {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#form .form-group.control-levels .options .form-check:last-child {
  border-bottom: none;
}
#form .form-group.control-levels .options .form-check.level-2 input {
  left: 25px;
}
#form .form-group.control-levels .options .form-check.level-2 label {
  padding-left: 44px;
}
#form .form-group.control-levels .options .form-check.level-3 input {
  left: 45px;
}
#form .form-group.control-levels .options .form-check.level-3 label {
  padding-left: 65px;
}
#form .form-group.control-levels.drop .options {
  position: static;
}
#form .form-group.lock-main ul.tree > li > a {
  cursor: not-allowed;
  color: #cecece !important;
}
#form .form-group.lock-main ul.tree > li > button {
  display: none;
}
#form .form-group.lock-main ul.tree > li > ul.children {
  display: block;
}
#form .form-group.key-var {
  display: none;
}
#form .form-group.key-altaddress {
  position: fixed;
  top: -999em;
  left: -999em;
}
#form .form-group.control-pin-color {
  display: inline-block;
  vertical-align: top;
  width: 24%;
  text-align: center;
  margin-bottom: 15px;
  padding: 10px;
  position: relative;
}
@media (max-width: 1079px) {
  #form .form-group.control-pin-color {
    width: 49%;
  }
}
#form .form-group.control-pin-color label {
  background-color: #f4f4f4;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 8px;
}
#form .form-group.control-pin-color select {
  display: none;
}
#form .form-group.control-pin-color .btn-change-color {
  display: block;
  cursor: pointer;
  padding: 9px 4px;
}
#form .form-group.control-pin-color .btn-change-color b {
  font-size: 12px;
}
#form .form-group.control-pin-color svg {
  width: 60px;
  height: 60px;
  margin-bottom: 10px;
}
#form .form-group ul.tree {
  display: none;
  background-color: white;
  padding: 17px;
  box-shadow: 3px 3px 0px rgba(51, 51, 51, 0.08);
}
#form .form-group ul.tree > li.has-children > button {
  right: 11px !important;
}
#form .form-group ul.tree li {
  overflow: hidden;
}
#form .form-group ul.tree li ul.children {
  display: none;
}
#form .form-group ul.tree li.on > ul.children {
  display: block;
}
#form .form-group ul.tree li.has-children {
  position: relative;
}
#form .form-group ul.tree li.has-children > a {
  padding-right: 29px;
}
#form .form-group ul.tree li.has-children > button {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
  border: 0;
  background: transparent;
  background-color: rgba(0, 0, 0, 0.03);
  height: 42px;
  outline-style: none;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  width: 35px;
  color: #7f7f7f;
}
#form .form-group ul.tree li.has-children > button:focus, #form .form-group ul.tree li.has-children > button:hover, #form .form-group ul.tree li.has-children > button:active {
  color: #191919;
  background-color: rgba(0, 0, 0, 0.1);
}
#form .form-group ul.tree li.has-children.on > button i:before {
  content: "";
}
#form .form-group ul.tree li > a {
  padding: 8px;
  background-color: white;
  border: #f4f4f4 2px solid;
  border-top: none;
  border-left: none;
  border-radius: 5px;
  margin-bottom: 8px;
  position: relative;
  padding-left: 36px;
}
#form .form-group ul.tree li > a:before {
  position: absolute;
  top: 50%;
  left: 8px;
  margin-top: -10px;
  content: "";
}
#form .form-group ul.tree li > a:hover, #form .form-group ul.tree li > a.hover {
  background-color: #e5e5e5;
  border-color: #e0e0e0;
}
#form .form-group ul.tree li.active > a {
  color: #009edf;
  font-weight: 600;
  background-color: #ace7ff;
  border-color: #79d8ff;
}
#form .form-group ul.tree li.active > a:before {
  content: "";
}
#form .form-group ul.tree li.active > a:hover, #form .form-group ul.tree li.active > a.hover {
  background-color: #83dbff;
  border-color: #50ccff;
}
#form .form-group ul.tree li.nothing {
  display: block !important;
}
#form .form-group ul.tree.loading li {
  display: none !important;
}
#form .form-group ul.tree.loading li.search-options {
  display: block !important;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
#form .form-group ul.tree.loading li.search-options input {
  background-image: url(loading.gif);
}
#form .form-group span.form-control {
  position: relative;
  padding: 8px;
  overflow: hidden;
}
#form .form-group span.form-control:after {
  font-family: "fontello";
  font-style: normal;
  font-weight: 400;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: 0.2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  position: absolute;
  top: 50%;
  right: 8px;
  margin-top: -6px;
}
#form .form-group span.form-control i {
  color: #7f7f7f;
}
#form .form-group span.form-control i:before {
  margin: 0 0 0 4px;
}
#form .form-group span.form-control a {
  display: block;
  background-color: #dff6ff;
  border: #ace7ff 2px solid;
  border-top: none;
  border-left: none;
  color: #009edf;
  font-weight: 600;
  padding: 0 23px 0 11px;
  margin: 0;
  z-index: 8;
  border-radius: 5px;
  line-height: 29px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
}
#form .form-group span.form-control a:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: 400;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: 0.2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 20px;
  line-height: 29px;
  vertical-align: middle;
  display: none;
}
#form .form-group span.form-control a i {
  font-size: 20px;
  line-height: 26px;
  vertical-align: middle;
  color: #7f7f7f;
  position: absolute;
  top: 5px;
  right: 5px;
}
#form .form-group .clear {
  position: absolute;
  top: 31px;
  right: 28px;
  display: none !important;
}
#form .form-group .clear i {
  background-color: #666666;
  color: #fff;
  width: 17px;
  height: 17px;
  display: block;
  text-align: center;
  border-radius: 50%;
}
#form .form-group .clear i:before {
  line-height: 17px;
  display: block;
  margin: 0 auto;
}
#form .form-group.active .clear {
  display: block;
}
#form .form-group.drop ul.tree {
  display: block;
  margin: 11px auto;
  padding: 17px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  overflow: auto;
  background-color: rgba(102, 102, 102, 0.7);
  z-index: 99;
}
#form .form-group.drop ul.tree > li {
  max-width: 360px;
  margin: 0 auto;
  background-color: #fff;
  padding: 0 11px;
}
@media (min-width: 768px) {
  #form .form-group.drop ul.tree > li {
    max-width: 560px;
  }
}
#form .form-group.drop ul.tree > li:first-child {
  padding-top: 11px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
#form .form-group.drop ul.tree > li:last-child, #form .form-group.drop ul.tree > li.last-child {
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  padding-bottom: 11px;
}
#form .form-group.drop span.form-control {
  border-color: #009edf;
  box-shadow: inset 0 0 0px #efefef, 0 0 0 2px #2dc2ff;
}
#form .form-group.drop span.form-control:after {
  content: "";
}
#form .form-group.is-select-tree select {
  position: fixed;
  top: -999em;
  left: -999em;
}
#form label {
  margin: 0 0 8px;
  display: block;
  font-weight: 600;
}
#form label span {
  color: #f7515f;
  font-size: 1.3em;
  line-height: 0.7;
}
#form label.agreedterms {
  position: fixed;
  top: -999em;
  left: -999em;
}
#form .help {
  font-weight: 400;
  color: #727272;
  display: block;
  padding-top: 11px;
}
#form footer {
  text-align: center;
}
#form .form-control {
  display: block;
  width: 100%;
  padding: 0 14px;
  font-size: 1em;
  line-height: 1.7;
  color: #333333;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #cecece;
  max-width: 100%;
  min-height: 42px;
  line-height: 42px;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
#form .form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
#form .form-control:focus {
  background-color: #fff;
  border-color: #009edf;
  outline: 0;
  box-shadow: inset 0 0 0px #efefef, 0 0 0 2px #2dc2ff;
}
#form .form-control::placeholder {
  color: #666666;
  opacity: 1;
}
#form .form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #666666;
  opacity: 1;
}
#form .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #666666;
  opacity: 1;
}
#form .form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #666666;
  opacity: 1;
}
#form .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #666666;
  opacity: 1;
}
#form .form-control:disabled, #form .form-control[readonly] {
  background-color: #f4f4f4;
  opacity: 1;
}
#form textarea.form-control {
  resize: vertical;
  min-height: 53px;
  line-height: 1.7;
  padding: 11px 14px;
}
#form .form-group.type-richtext textarea.form-control {
  min-height: 179px;
}
#form select.form-control:not([size]):not([multiple]) {
  height: 42px;
}
#form select.form-control:focus::-ms-value {
  color: #333333;
  background-color: #fff;
}
#form .form-check {
  display: inline-block;
  vertical-align: top;
  padding-right: 17px;
}
#form .form-check.hidden {
  display: none;
}
#form .form-check > * {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}
#form .form-check > label {
  font-weight: 400;
}
#form .form-check > label b {
  font-weight: 400;
}
#form .form-check > input:checked + label {
  font-weight: 600;
  color: #009edf;
}
#form .form-check > input:checked + label b {
  font-weight: 600;
}
#form .preview {
  display: block;
  vertical-align: middle;
  padding: 8px;
  padding-left: 85px;
  box-shadow: 2px 2px 0px rgba(25, 25, 25, 0.15);
  background-color: white;
  border-radius: 5px;
  margin: 14px 0 0;
  position: relative;
  width: 100%;
}
#form .preview:hover {
  background-color: #f4f4f4;
}
#form .preview > i {
  font-size: 46px;
  display: block;
  text-align: center;
  color: #cecece;
  padding: 0 0 0;
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -23px;
}
#form .preview > em, #form .preview > span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
  line-height: 1;
}
#form .preview > em {
  padding-top: 17px;
}
#form .preview > span {
  color: #7f7f7f;
  text-transform: uppercase;
  padding-bottom: 15px;
  padding-top: 11px;
}
#form .preview button {
  border: none;
  position: absolute;
  width: 20px;
  height: 20px;
  top: -5px;
  right: -5px;
  background-color: #666666;
  color: #fff;
  box-shadow: 2px 2px 0px rgba(25, 25, 25, 0.15);
  border-radius: 50%;
  cursor: pointer;
}
#form .preview button:hover, #form .preview button:active, #form .preview button:focus {
  background-color: #d2232a;
}
#form .preview button i {
  font-size: 19px;
  display: block;
  width: 20px;
  text-align: center;
}
#form .preview button i:before {
  margin: 0;
  width: 20px;
  line-height: 20px;
}
#form .preview input {
  display: none;
}
#form .preview.image > i {
  width: 60px;
  height: 60px;
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  margin-top: -30px;
  box-shadow: 2px 2px 0px rgba(25, 25, 25, 0.15);
}
#form .preview.loading {
  background-color: #f4f4f4;
  position: relative;
}
#form .preview.loading button {
  display: none;
}
#form .preview.loading:before {
  content: " ";
  display: block;
  width: 24px;
  height: 24px;
  background-image: url(loading.gif);
  background-color: #fff;
  border-radius: 5px;
  position: absolute;
  top: 50%;
  margin-top: -12px;
  left: 27px;
  z-index: 2;
  background-repeat: no-repeat;
  background-position: center center;
}
#form .preview.loading > i {
  opacity: 0.4;
}
#form .preview.has-error {
  border: #f86975 2px solid;
}
#form .preview.has-error > i {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
#form .preview.success button {
  display: none;
}
#form .date-fieldset {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#form .date-fieldset input {
  display: block;
  width: 60%;
}
#form .date-fieldset input.time {
  width: 40%;
}
#form .date-fieldset span {
  display: block;
  width: 100%;
  text-align: center;
  padding: 8px 0;
}
#form input[type=file] {
  position: fixed;
  top: -999em;
}
#form ul.reader {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
}
#form ul.reader li {
  padding: 11px 14px;
  background-color: #efefef;
  border-radius: 5px;
  margin-bottom: 8px;
}
#form ul.reader li:first-child {
  margin-top: 8px;
}
#form ul.reader li:last-child {
  margin-bottom: 0;
}
#form .btn-trigger, #form .btn-library {
  padding: 8px 19px;
}
#form section, #form aside.adder {
  padding: 14px;
  box-shadow: 2px 2px 0px rgba(25, 25, 25, 0.15);
}
#form section {
  position: relative;
  background-color: #fefefe;
  margin-bottom: 11px;
}
#form section .deleter {
  background-color: #666666;
  color: #fff;
  display: block;
  width: 17px;
  height: 17px;
  position: absolute;
  top: 5.95px;
  right: 5.95px;
  border-radius: 50%;
  cursor: pointer;
}
#form section .deleter:hover {
  background-color: #d2232a;
}
#form section .deleter i:before {
  line-height: 17px;
}
#form section:hover {
  background-color: #f4f4f4;
}
#form aside.adder {
  text-align: center;
  background-color: #f4f4f4;
}
#form aside.adder .btn {
  display: inline-block;
  cursor: pointer;
  padding: 10px 28px;
}
#form.settings {
  max-width: 360px;
  padding-top: 14px;
}
#form.settings > main {
  width: 100%;
}
#form.settings > main > div {
  padding-right: 0;
}
#form.request > main, #form.upload > main {
  max-width: 560px;
}
#form.request > main > div, #form.upload > main > div {
  padding-right: 0;
}
#form.has-id .form-group.is-pre-id {
  display: none;
}
#form.lockit .btn-trigger {
  display: none;
}
#form.lockit > footer {
  display: none;
}
#form.image .form-group.key-img {
  display: none;
}

body.select-tree-on {
  overflow: hidden;
}

ul.tree {
  list-style: none;
  margin: 0;
}
ul.tree > li.knowledge-sharing > a {
  color: #666666;
}
ul.tree > li.knowledge-sharing > ul {
  display: block;
}
ul.tree > li.search-options {
  padding-bottom: 8px !important;
  position: relative;
}
ul.tree > li.search-options input {
  display: block;
  width: 100%;
  padding: 0 14px;
  font-size: 1em;
  line-height: 1.7;
  color: #333333;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #cecece;
  max-width: 100%;
  min-height: 42px;
  line-height: 42px;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  background-repeat: no-repeat;
  background-position: 98% center;
}
ul.tree > li.search-options input::-ms-expand {
  background-color: transparent;
  border: 0;
}
ul.tree > li.search-options input:focus {
  background-color: #fff;
  border-color: #009edf;
  outline: 0;
  box-shadow: inset 0 0 0px #efefef, 0 0 0 2px #2dc2ff;
}
ul.tree > li.search-options input::placeholder {
  color: #666666;
  opacity: 1;
}
ul.tree > li.search-options input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #666666;
  opacity: 1;
}
ul.tree > li.search-options input::-moz-placeholder {
  /* Firefox 19+ */
  color: #666666;
  opacity: 1;
}
ul.tree > li.search-options input:-ms-input-placeholder {
  /* IE 10+ */
  color: #666666;
  opacity: 1;
}
ul.tree > li.search-options input:-moz-placeholder {
  /* Firefox 18- */
  color: #666666;
  opacity: 1;
}
ul.tree > li.search-options input:disabled, ul.tree > li.search-options input[readonly] {
  background-color: #f4f4f4;
  opacity: 1;
}
ul.tree > li.search-options .btn {
  position: absolute;
  line-height: 23.4px;
  top: 11px;
  right: 11px;
  z-index: 99;
  width: 130px;
  padding: 8px 0;
  text-align: center;
  font-size: 0.92em;
  font-weight: 600;
}
ul.tree > li.search-options .btn i {
  color: #cecece;
  margin-left: -8px;
}
ul.tree > li.search-options.can-add {
  display: flex;
  flex-wrap: wrap;
  padding-right: 152px !important;
}
ul.tree ul {
  list-style: none;
  padding-left: 11px;
}
ul.tree li {
  line-height: 26px;
}
ul.tree li ul {
  display: none;
}
ul.tree li.current-cat-ancestor > ul, ul.tree li.current-cat > ul {
  display: block;
}
ul.tree li.current-cat-ancestor > a {
  color: #666666;
}
ul.tree li.current-cat > a {
  color: #009edf;
}
ul.tree li.current-cat > a:hover {
  color: #009edf;
}
ul.tree li.current-cat > a:before {
  content: "";
}
ul.tree li.current-cat > ul > li > a {
  color: #666666;
}
ul.tree li > a {
  color: #7f7f7f;
  display: block;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
ul.tree li > a:hover {
  color: #666666;
}
ul.tree li > a:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: 400;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: 0.2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 24px;
  margin-left: 0;
}

#delete {
  padding: 23px;
  text-align: center;
}
#delete form h1 {
  display: block;
  color: #333333;
}
#delete form em {
  display: block;
  padding: 14px 0;
}

.attachments-browser .media-toolbar, .media-sidebar {
  display: none;
}

body .attachments-browser .attachments,
body .attachments-browser .uploader-inline {
  right: 0;
  top: 0;
}

.screen-reader-text {
  display: none;
}

.select2-container {
  width: 100% !important;
}

#loc-lat, #loc-lng {
  display: none;
}

#certificate_signatories {
  font-family: monospace;
}

#form .key-certificate_signatories .help {
  font-family: monospace;
  word-break: break-word;
  white-space: pre;
  overflow: auto;
}

.alert {
  background-color: #efefef;
  background: #efefef linear-gradient(180deg, #f1f1f1, #efefef) repeat-x;
  padding: 0 0;
  text-align: center;
  height: 60px;
  overflow: hidden;
  position: relative;
}
.alert p {
  line-height: 60px;
  margin: 0 14px;
  font-size: 1.4em;
  font-weight: 700;
}
.alert .close {
  position: absolute;
  width: 17px;
  line-height: 17px;
  height: 17px;
  right: 11px;
  top: 50%;
  margin-top: -8.5px;
  border: 0;
  background: #7f7f7f linear-gradient(180deg, #929292, #7f7f7f) repeat-x;
  border-radius: 50%;
}
.alert .close i {
  color: #fff;
}
.alert .close i:before {
  margin: 0;
}
.alert .close:focus, .alert .close:active {
  outline-style: none;
}
.alert.alert-danger {
  background-color: #f7515f;
  background: #f7515f linear-gradient(180deg, #f86b77, #f7515f) repeat-x;
  color: #fff;
}
.alert.alert-danger .close {
  background: #d80a1b linear-gradient(180deg, #de2f3d, #d80a1b) repeat-x;
}
.alert.alert-success {
  background-color: #5fd372;
  background: #5fd372 linear-gradient(180deg, #77da87, #5fd372) repeat-x;
  color: #fff;
}
.alert.alert-success .close {
  background: #2ca03f linear-gradient(180deg, #4cae5c, #2ca03f) repeat-x;
}
.alert.alert-info {
  background-color: #009edf;
  background: #009edf linear-gradient(180deg, #26ade4, #009edf) repeat-x;
  color: #fff;
}
.alert.alert-info .close {
  background: #005679 linear-gradient(180deg, #266f8d, #005679) repeat-x;
}
.alert.alert-warning {
  background-color: #c7f0ce;
  background: #c7f0ce linear-gradient(180deg, #cff2d5, #c7f0ce) repeat-x;
  color: #333333;
  height: 40px;
}
.alert.alert-warning p {
  line-height: 40px;
  font-size: 1.1em;
}
@media (max-width: 1079px) {
  .alert.alert-warning p {
    font-size: 0.8em;
    margin: 0 5px;
  }
}
.alert.alert-warning p a {
  color: #009edf;
}

#alert {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 12;
}

body.alert-on .top-spacer {
  height: 120px;
}
body.alert-on .menu,
body.alert-on .main-navbar {
  top: 60px;
}
body.alert-on.alert-type-warning .top-spacer {
  height: 100px;
}
body.alert-on.alert-type-warning .menu,
body.alert-on.alert-type-warning .main-navbar {
  top: 40px;
}

html.is-iframe .alert .close {
  display: none;
}

.carousel {
  position: relative;
  margin-top: 0;
}
@media (max-width: 767px) {
  .carousel {
    width: 100% !important;
    max-width: 100% !important;
  }
}
@media (min-width: 768px) {
  .carousel {
    margin-top: 23px;
  }
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
  color: #666666;
  box-shadow: 3px 3px 0px rgba(51, 51, 51, 0.08);
  background-color: #fff;
  border: #efefef 0px solid;
}
.carousel-inner:hover > div > strong, .carousel-inner:active > div > strong {
  color: #009edf;
}
.carousel-inner.inactive {
  background-color: white;
  opacity: 0.4;
  text-shadow: 1px 1px 0px #fff;
}
.carousel-inner.inactive .img {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
.carousel-inner.inactive:hover > div > strong, .carousel-inner.inactive:active > div > strong {
  color: #666666;
}

.carousel-item {
  position: relative;
  display: none;
  align-items: center;
  width: 100%;
  transition: transform 0.6s ease;
  backface-visibility: hidden;
  perspective: 1000px;
  margin-top: 0;
}
.carousel-item .img {
  display: block;
  height: auto;
  width: 62%;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: #cecece;
  position: relative;
  z-index: 11;
  height: 240px;
}
.carousel-item .img img {
  display: none;
}
@media (max-width: 767px) {
  .carousel-item .img {
    width: 100% !important;
  }
}
@media (min-width: 560px) {
  .carousel-item .img {
    height: 300px;
  }
}
@media (min-width: 1080px) {
  .carousel-item .img {
    height: 380px;
  }
}
@media (min-width: 1366px) {
  .carousel-item .img {
    height: 420px;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0;
}

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  transform: translateX(0);
}
@supports (transform-style: preserve-3d) {
  .carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
    transform: translate3d(0, 0, 0);
  }
}

.carousel-item-next,
.active.carousel-item-right {
  transform: translateX(100%);
}
@supports (transform-style: preserve-3d) {
  .carousel-item-next,
.active.carousel-item-right {
    transform: translate3d(100%, 0, 0);
  }
}

.carousel-item-prev,
.active.carousel-item-left {
  transform: translateX(-100%);
}
@supports (transform-style: preserve-3d) {
  .carousel-item-prev,
.active.carousel-item-left {
    transform: translate3d(-100%, 0, 0);
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
}
.carousel-control-prev:focus, .carousel-control-prev:hover,
.carousel-control-next:focus,
.carousel-control-next:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}
.carousel-control-prev i,
.carousel-control-next i {
  font-size: 50px;
}

.carousel-control-prev {
  left: 0;
  background: linear-gradient(90deg, rgba(114, 114, 114, 0.4), rgba(114, 114, 114, 0.001));
}

.carousel-control-next {
  right: 0;
  background: linear-gradient(270deg, rgba(114, 114, 114, 0.4), rgba(114, 114, 114, 0.001));
}

.carousel-indicators {
  z-index: 6;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
@media (min-width: 768px) {
  .carousel-indicators {
    margin-bottom: 0;
  }
}
.carousel-indicators li {
  position: relative;
  flex: 0 1 auto;
  width: 26px;
  height: 4px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  background-color: rgba(127, 127, 127, 0.4);
}
.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}
.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}
.carousel-indicators .active {
  background-color: #7f7f7f;
}

.carousel-caption {
  padding-top: 0;
  padding-bottom: 0;
  color: #191919;
  text-align: left;
  position: relative;
}
@media (min-width: 768px) {
  .carousel-caption {
    position: absolute;
    right: 0%;
    bottom: 0;
    left: 0%;
    z-index: 10;
    padding-top: 0;
    height: 100%;
  }
}
.carousel-caption > div {
  text-align: right;
  height: 100%;
}
@media (max-width: 767px) {
  .carousel-caption > div {
    width: 100% !important;
    height: auto !important;
  }
}
.carousel-caption > div > div {
  background-color: transparent;
  padding: 0 23px;
  margin-left: auto;
  text-align: left;
  max-width: 100%;
  width: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: flex-end;
  height: 100%;
}
@media (max-width: 767px) {
  .carousel-caption > div > div {
    height: auto !important;
  }
}
@media (min-width: 1080px) {
  .carousel-caption > div > div {
    padding: 0 26px;
  }
}
@media (min-width: 768px) {
  .carousel-caption > div > div {
    width: 38%;
  }
}
.carousel-caption > div > div > * {
  display: block;
  width: 100%;
  margin: 0 0 14px;
}
.carousel-caption > div > div > *.title {
  font-size: 1.4em;
  overflow: hidden;
  line-height: 26px;
  max-height: 78px;
}
.carousel-caption > div > div > *.title a {
  color: inherit;
  text-decoration: none;
}
.carousel-caption > div > div > *.btn {
  display: inline-block;
}
.carousel-caption > div > div > *:first-child {
  margin-top: 20px;
}
.carousel-caption > div > div > *:last-child {
  margin-bottom: 20px;
}
.carousel-caption > div > div > *.btn {
  width: auto;
}
.carousel-caption > div > div > p {
  color: #4c4c4c;
  overflow: hidden;
  line-height: 23px;
  max-height: 138px;
}

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

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  font-weight: 600;
}
.nav-link:focus, .nav-link:hover {
  text-decoration: none;
}
.nav-tabs {
  border-bottom: 0px solid #efefef;
}
.nav-tabs .nav-item {
  margin-bottom: 0px;
}
.nav-tabs .nav-link {
  border: 0px solid transparent;
  text-decoration: none;
  padding: 14px 23px;
  font-size: 1.5em;
  color: #939393;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  box-shadow: none;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  border-color: #f4f4f4 #f4f4f4 #efefef;
}
.nav-tabs .nav-link.disabled {
  color: #666666;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #191919;
  background-color: #efefef;
  border-color: #efefef #efefef #efefef;
}
.nav-tabs .dropdown-menu {
  margin-top: 0px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills {
  display: flex;
  flex-wrap: wrap;
}
.nav-pills .nav-link {
  border-radius: 5px;
  display: block;
  width: 100%;
  text-decoration: none;
  color: #666666;
  font-size: 1.3em;
  padding: 14px;
  text-align: center;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #009edf;
}

.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.card {
  position: relative;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fcfcfc;
  background-clip: border-box;
  border: 0px solid rgba(0, 0, 0, 0.125);
  border-top: none;
  border-bottom: none;
  box-shadow: 3px 3px 0px rgba(51, 51, 51, 0.08);
}
.card:first-child {
  border-top: none;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.card-body {
  padding: 14px;
  border-bottom: 0px solid rgba(0, 0, 0, 0.125);
  padding-top: 0;
}

.card-title {
  margin-bottom: 14px;
}

.card-subtitle {
  margin-top: -7px;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 14px;
}

.card-header {
  margin-bottom: 0;
  background-color: #efefef;
  border-bottom: 1px solid #efefef;
}
.card-header span {
  border-radius: 0;
  display: block;
  padding: 20px 14px;
  display: block;
  width: 100%;
  text-align: center;
  font-size: 1.3em;
  text-transform: uppercase;
  color: #898989;
  cursor: default;
  font-weight: 400;
}
.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: 14px 14px;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 0px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 calc( 	5px - 0px ) calc( 	5px - 0px );
}

.card-header-tabs {
  margin-right: -7px;
  margin-bottom: -14px;
  margin-left: -7px;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -7px;
  margin-left: -7px;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img {
  width: 100%;
  border-radius: calc( 	5px - 0px );
}

.card-img-top {
  width: 100%;
  border-top-left-radius: calc( 	5px - 0px );
  border-top-right-radius: calc( 	5px - 0px );
}

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc( 	5px - 0px );
  border-bottom-left-radius: calc( 	5px - 0px );
}

.card-deck {
  display: flex;
  flex-direction: column;
  flex-flow: row wrap;
  margin-right: -8.5px;
  margin-left: -8.5px;
}
.card-deck .card {
  margin-bottom: 8.5px;
}
.card-deck .card {
  display: flex;
  flex: 1 0 0%;
  flex-direction: column;
  margin-right: 8.5px;
  margin-bottom: 0;
  margin-left: 8.5px;
}

.card-group {
  display: flex;
  flex-direction: column;
  flex-flow: row wrap;
}
.card-group > .card {
  margin-bottom: 8.5px;
}
.card-group > .card {
  flex: 1 0 0%;
  margin-bottom: 0;
}
.card-group > .card + .card {
  margin-left: 0;
  border-left: 0;
}
.card-group > .card:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.card-group > .card:first-child .card-img-top,
.card-group > .card:first-child .card-header {
  border-top-right-radius: 0;
}
.card-group > .card:first-child .card-img-bottom,
.card-group > .card:first-child .card-footer {
  border-bottom-right-radius: 0;
}
.card-group > .card:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.card-group > .card:last-child .card-img-top,
.card-group > .card:last-child .card-header {
  border-top-left-radius: 0;
}
.card-group > .card:last-child .card-img-bottom,
.card-group > .card:last-child .card-footer {
  border-bottom-left-radius: 0;
}
.card-group > .card:only-child {
  border-radius: 5px;
}
.card-group > .card:only-child .card-img-top,
.card-group > .card:only-child .card-header {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.card-group > .card:only-child .card-img-bottom,
.card-group > .card:only-child .card-footer {
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
  border-radius: 0;
}
.card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
.card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
.card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
.card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
  border-radius: 0;
}

.card-columns {
  column-count: 3;
  column-gap: 1.25rem;
}
.card-columns .card {
  margin-bottom: 0.75rem;
}
.card-columns .card {
  display: inline-block;
  width: 100%;
}

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