@font-face {
  font-family: ubuntu;
  src: url(../fonts/Ubuntu-R.ttf);
}

@font-face {
  font-family: ubuntu-b;
  src: url(../fonts/Ubuntu-B.ttf);
}

textarea,
input {
  transition: all 0.8s;
}

a {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 2px;

}

body {
  margin: 0;
  font-family: ubuntu;
}

b {
  font-family: ubuntu-B;
}

label {
  line-height: 150%;
}

input[type="radio"],
input[type="checkbox"] {
  margin-top: 0;
}

input.checkbox,
input.radio {
  width: 20px;
  position: relative;
  cursor: pointer;
  height: 10px !important;
  border: 0;
}

input.checkbox:before,
input.radio:before {
  position: absolute;
  text-align: center;
  font-size: 14px;
  content: " ";
  top: -4px;
  left: -4px;
  width: 21px;
  height: 20px;
  color: rgb(80, 80, 80);
  ;
  border: 1px solid #2c2c2c;
  border-radius: 4px;
  background-color: #d0d0d0;
  box-sizing: border-box;
  transition: all 0.4s;
}

input.checkbox:checked:before,
input.radio:checked:before {
  background-color: rgba(36, 36, 36, 0.98);
  content: "\2714";
  color: #ffffff;
}

input.radio {
  margin: -4px 4px;
}

input.radio:checked:before {
  content: "\25CF";
  text-shadow: 0 0 4px #ffffff;
}

input.checkbox.danger:before,
input.radio.danger:before {
  border: 1px solid #9b0010;
  background-color: #d09fa1;
}

input.checkbox.danger:checked:before,
input.radio.danger:checked:before {
  border-color: #ff3a4e;
  color: #ffffff;
  text-shadow: 0 0 4px #dd0010;
  background-color: #dd0010;
}

input.checkbox.success:before,
input.radio.success:before {
  border: 1px solid #2a6124;
  background-color: #c2c2c2;
}

input.checkbox.success:checked:before,
input.radio.success:checked:before {
  border-color: #01ad00;
  color: #ffffff;
  text-shadow: 0 0 4px #01dd00;
  background-color: #01ad00;
}

input.checkbox.matrix:before,
input.radio.matrix:before {
  border: 1px solid #009b15;
  background-color: #b7c4c4;
}

input.checkbox.matrix:checked:before,
input.radio.matrix:checked:before {
  border-color: #01ad00;
  color: #01ff00;
  text-shadow: 0 0 4px #01dd00;
  background-color: #000;
}

input.checkbox.warning:before,
input.radio.warning:before {
  border: 1px solid #dd6800;
  background-color: #d0b7a1;
}

input.checkbox.warning:checked:before,
input.radio.warning:checked:before {
  border-color: #ff9600;
  color: #ffffff;
  text-shadow: 0 0 4px #dd6d00;
  background-color: #dd6d00;
}

input.checkbox.note:before,
input.radio.note:before {
  border: 1px solid #428fc9;
  background-color: #d1e0ef;
}

input.checkbox.note:checked:before,
input.radio.note:checked:before {
  border-color: #2196f3;
  color: #ffffff;
  text-shadow: 0 0 4px #2196f3;
  background-color: rgb(66, 143, 201);
}

input.onoff,
input.onoff-mini {
  width: 70px;
  position: relative;
  margin: 0 4px;
  cursor: pointer;
  height: 10px !important;
}

input.onoff-mini {
  width: 50px;
  height: 12px !important;
}

input.onoff:before,
input.onoff-mini::before {
  text-align: right;
  content: "off";
  padding: 2px 7px;
  color: #afafaf;
  position: absolute;
  height: 24px;
  top: 0;
  left: 0;
  width: 70px;
  border: 1px solid rgb(71 70 68);
  border-radius: 10px;
  background-color: rgba(36, 36, 36, 0.98);
  box-sizing: border-box;
}

input.onoff-mini::before {
  padding: 1px 5px;
  height: 16px;
  width: 50px;
  font-size: 10px;
}

input.onoff:after,
input.onoff-mini::after {
  content: "";
  position: absolute;
  height: 18px;
  top: 3px;
  left: 2px;
  width: 35px;
  border: 0 solid transparent;
  border-radius: 10px;
  background-color: rgb(73 72 71);
  transition: all 0.5s;
}

input.onoff-mini::after {
  height: 10px;
  width: 20px;
}

input.onoff:checked:before,
input.onoff-mini:checked:before {
  content: "on";
  text-align: left;
  color: #FFFFFF;
  text-shadow: 0 0 4px #FFFFFF;
  border: 1px solid rgb(116 115 114);
}

input.onoff:checked:after,
input.onoff-mini:checked:after {
  top: 2px;
  left: 30px;
  background-color: #FFFFFF;
  border: 1px solid #FFFFFF;
  transition: all 0.5s;
  box-shadow: 2px -2px 20px 0 #FFFFFFa3;
}

input.onoff-mini:checked:after {
  left: 24px;
}

input.onoff:checked,
input.onoff-mini:checked {
  filter: drop-shadow(-3px 0px 8px #141311);
}

input.onoff.success:checked:before,
input.onoff-mini.success:checked:before {
  text-align: left;
  color: #01dd00;
  text-shadow: 0 0 4px #01dd00;
  background-color: #002200;
  border: 1px solid #4f7145;
}

input.onoff.success:checked:after,
input.onoff-mini.success:checked:after {
  left: 30px;
  background-color: #01dd00;
  border: 1px solid #01ad00;
  transition: all 0.5s;
  box-shadow: 5px -2px 17px 0 #01dd00a3;
}

input.onoff-mini.success:checked:after {
  left: 24px;
}

input.onoff.warning:checked:before,
input.onoff-mini.warning:checked:before {
  text-align: left;
  color: #ffffff;
  text-shadow: 0 0 4px #dd6d00;
  background-color: #311800;
  border: 1px solid #715f45;
}

input.onoff.warning:checked:after,
input.onoff-mini.warning:checked:after {
  left: 30px;
  background-color: #dd6d00;
  border-color: #ff9600;
  transition: all 0.5s;
  box-shadow: 5px -2px 17px 0 #ff9600a3;
}

input.onoff-mini.warning:checked:after {
  left: 24px;
}

input.onoff.danger:checked:before,
input.onoff-mini.danger:checked:before {
  text-align: left;
  color: #ffffff;
  text-shadow: 0 0 4px #dd0010;
  background-color: #2c0008;
  border: 1px solid #714545;
}

input.onoff.danger:checked:after,
input.onoff-mini.danger:checked:after {
  left: 30px;
  border-color: #ff3a4e;
  background-color: #dd0010;
  transition: all 0.5s;
  box-shadow: 2px -2px 20px 0 #ff1313bd;
}

input.onoff-mini.danger:checked:after {
  left: 24px;
}

input.onoff.note:checked:before,
input.onoff-mini.note:checked:before {
  text-align: left;
  color: #ffffff;
  background-color: #0e2045;
  text-shadow: 0 0 4px #004dfd;
  border: 1px solid #4a62a7;
}

input.onoff.note:checked:after,
input.onoff-mini.note:checked:after {
  left: 30px;
  border-color: #3a9eff;
  background-color: #2196f3;
  transition: all 0.5s;
  box-shadow: 5px -2px 10px 0 #2196f3;
}

input.onoff-mini.note:checked:after {
  left: 24px;
}

input.onoff.matrix:checked:before,
input.onoff-mini.matrix:checked:before {
  text-align: left;
  color: #9cff9e;
  text-shadow: 0 0 4px #009b15;
  background-color: #002200;
  border-color: #00ff21;

}

input.onoff.matrix:checked:after,
input.onoff-mini.matrix:checked:after {
  left: 30px;
  border-color: #00ff21;
  background-color: #0f9b00;
  transition: all 0.5s;
}

input.onoff-mini.matrix:checked:after {
  left: 24px;
}

input[type="file"] {
  padding: 1px;
  background-color: transparent;
  border: 0;
}

[contenteditable="true"] {
  border: 1px #d4b98b solid;
  background-color: white;
  width: 100%;
}

[nicedit="true"] {
  width: 100%;
  min-height: 10px;
  background-color: white;
  padding: 3px;
  border: 1px solid #cecece;
}


.btn {
  padding: 0 10px;
  height: auto;
}

.btn-click * {
  pointer-events: none;
}

.m-btn {
  padding: 1px 2px;
}

input,
select {
  padding: 2px 12px;
  border-radius: 4px;
  font-weight: 100;
  font-size: 14px;
  height: 24px;
  box-sizing: border-box;
  background-color: #ffffff;
  border: 1px solid #b5b5b5;
  color: #000000;
}

.union-left {
  margin-left: -1px !important;
  border-radius: 0 4px 4px 0;
}

.union-right {
  margin-right: -1px !important;
  border-radius: 4px 0 0 4px;
}

.union-center {
  margin-right: -1px !important;
  margin-left: -1px !important;
  border-radius: 0;
}

select.union-center {
  position: relative;
}

select.union-center:before {
  content: "";
  height: 100%;
  width: 3px;
  background-color: red;
  top: 0;
  left: 0;
}

.boxLine {
  border: 1px solid #a3a3a347;
  padding: 12px 15px;
  border-radius: 8px;
  position: relative;
  margin-top: 10px;
  color: white;
  background-color: #292f36;
}

[legend]:before {
  content: attr(legend);
  position: absolute;
  top: -7px;
  left: 10px;
  border: 1px solid;
  padding: 2px 10px;
  font-size: 12px;
  line-height: 01;
  border-radius: 15px;
  background-color: inherit;
  border-color: inherit;
  color: inherit;
}

[module] [editpicture] {
  width: fit-content;
  display: inline-block;
}

[module] [editpicture] img,
.container picture img {
  max-width: 100%;
}

.page_model01,
.page_model02,
.page_model03,
.page_title {
  margin: 20px 100px;
  box-shadow: 0 0 60px 0 #22222247;
  border: 1px solid #2222221c;
  padding: 10px;
  box-sizing: border-box;
}

.page_model01 {
  width: calc(100% - 200px);
}

.page_model02 {
  margin: 20px 50px;
  box-shadow: 0 0 40px 0 #22222247;
  padding: 8px;
}

.page_model03 {
  margin: 15px 30px;
  box-shadow: 0 0 30px 0 #22222247;
  padding: 8px;
  width: calc(100% - 60px);
  box-sizing: border-box;
}

.page_model04 {
  margin: 5px 10px;
  box-shadow: 0 0 15px 0 #22222247;
  padding: 8px;
}

.page_title {
  margin: 18px 18px -20px 18px;
}

.not-style {
  border: none;
  background: none;
}

.none {
  display: none !important;
}

.selectEdit {
  border-color: #ffa200 !important;
  outline: 1px solid #ffa200 !important;
  box-shadow: 0 4px 10px 2px #5034024d !important;
  transition: 0.3s;
  z-index: 1 !important;
}

.notSelect,
[disabled]textarea {
  -moz-user-select: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  user-select: none;
}

.listAttr {
  font-size: 12px;
  padding: 1px !important;
}

.listAttr button {
  padding: 0px 5px;
  height: 22px;
}

.listAttr span {
  font-size: 14px;
  margin: 3px 0 0 3px;
}

.clip-shadow {
  filter: drop-shadow(0px 3px 3px rgba(50, 50, 0, 0.3));
  transition: 0.4s;
}

.clip-shadow:hover {
  filter: drop-shadow(0px 6px 6px rgba(50, 50, 0, 0.6));
  transition: 0.4s;
  transform: translateY(-5px);
  z-index: 1;
}

.clip-shadow:hover .hexagon .content .iconHex,
.clip-shadow:hover .hexagon .content {
  color: #ffa200;
}

.hexagon {
  border: 0;
  position: relative;
  margin: 2px;
  width: 23px;
  height: 20px;
  background-color: #ffa200;
  padding: 0;
  clip-path: polygon(75% 0, 100% 50%, 75% 100%, 25% 100%, 0 50%, 25% 0);
}

.hexagon.w200 {
  width: 200px;
  height: 170px;
}

.hexagon.white {
  background-color: whitesmoke;
  color: #5a5a5a;
}

.hexagon .content {
  padding: 35px;
  box-sizing: border-box;
}

.hexagon .content .iconHex {
  font-size: 2em;
  padding: 12px;
  color: #ababa8;
}

.hexagon>.bg {
  position: absolute;
  background-color: #fff;
  content: "";
  top: 1px;
  bottom: 1px;
  left: 1px;
  right: 1px;
  clip-path: polygon(75% 0, 100% 50%, 75% 100%, 25% 100%, 0 50%, 25% 0);
}

/* BAR MENU NEW PAGE */
.menuNewPage {
  background-color: #2e363d;
  min-height: 50px;
  width: inherit;
  margin: -10px 0 0 0;
  padding: 10px;
  box-sizing: border-box;
  position: fixed;
  z-index: 2;
  top: 10px;
  opacity: 1;
  display: flex;
}

.menuNewPage.hidden {
  top: -100px;
  opacity: 0;
  transition: 0.5s;
}

.barMenu {
  width: 100px;
}

.barMenu .itemMenu {
  display: inline-block;
  padding: 3px 8px;
  color: #FFFFFF;
  cursor: pointer;
}

.barMenu .itemMenu:hover {
  background-color: #384149;
}

.loginBlack {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  background-color: black;
  width: 100%;
}

.loginMessage {
  position: absolute;
  top: 11vh;
  left: 0;
  width: 100vw;
  text-align: center;
}

.loginMessage .text {
  display: inline-block;
  padding: 8px 15px;
  border-radius: 4px;
  color: #f3f3f3;
}

.loginMessage .text.success {
  background-color: #00bb1f30 !important;
  border: 1px solid #00bb1f;
}

.loginMessage .text.error {
  background-color: rgba(187, 0, 8, 0.19) !important;
  border: 1px solid #bb0016;
}

.videoBackground {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  background-color: black;
  width: 100%;
}

.imageBackground {
  width: 100vw;
  height: 100vh;
  position: fixed;
  background-size: auto;
  animation: 1.3s loginLight forwards;
}

@keyframes loginLight {
  0% {
    opacity: 1
  }

  100% {
    opacity: 0.3
  }
}

.effectBackground {
  background: -moz-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 1) 100%);
  background: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 1) 100%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=1);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
}

.loginBox h3 {
  color: white;
}

.loginBox {
  margin: 20vh auto 5vh;
  border: 0px solid transparent;
  background-color: #0000002e;
  padding: 20px;
  border-radius: 8px;
  z-index: 1;
  box-shadow: 0 20px 15px 0 #00000073, inset 2px 2px 3px 0 #ffffff38, inset -2px -2px 5px 0 #00000087;
  backdrop-filter: blur(3px);
}

.loginBox .cms-logo {
  width: 45px;
  margin-bottom: 20px;
  position: absolute;
  top: 10px;
  right: 10px;
  opacity: .5;
}

.sub-menu {
  overflow: auto;
  font-family: verdana;
  font-size: 12px;
  font-weight: 200;
  height: 100%;
  width: 100%;

}

.sub-menu div {
  border: 1px solid;
  border-color: transparent transparent #c5c5c5 transparent;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  cursor: pointer;
}

.sub-menu div:hover {}

/* ----- MENU BOTTOM ----- */
.menu-bottom {
  width: 100%;
  font-family: verdana;
  font-size: 12px;
  font-weight: 200;
  background-color: #2e353d;
  color: #ffffff;
  z-index: 1;
}

.menu-bottom .active {
  border-bottom: 3px solid #ffa200;
  background-color: #31230b;
}

.menu-bottom a {
  color: white;
  padding: 12px 10px;
  text-decoration: none;
}

.menu-bottom i {
  margin-right: 4px;
}

.menu-bottom .content .topMenu {
  display: inline-block;
  position: relative;
}

.menu-bottom .content .topMenu .subMenu {
  display: none;
  position: absolute;
  background-color: #353c44;
  box-shadow: 0 4px 50px 1px #000000cf;
  padding: 10px;
  z-index: 9;
  bottom: 105%;
}

.menu-bottom .content .topMenu:hover>.subMenu,
.menu-bottom .content .topMenu .subMenu span:hover {
  display: block;
}

.menu-bottom .content .topMenu .subMenu span {
  display: block;
  border-bottom: 1px solid #636260;
}

.menu-bottom .content .topMenu .subMenu span:hover {
  border-bottom: 1px solid #d3d1cd;
}

.menu-bottom span {
  display: inline-block;
}

.menu-bottom a {
  display: inline-flex;
}

.menu-bottom .logo {
  float: left;
  display: inline-block;
}

.menu-bottom .logo img {
  max-height: 40px;
  width: auto;
}

.menu-bottom a .title {
  display: inline-block;
}


.arrow_open {
  position: relative;
}

.arrow_open:before {
  content: "\25BC";
}

.arrow_close {
  position: relative;
}

.arrow_close:before {
  content: "\25AC";
}


.popMenu,
.popMenu div {
  margin: 0 !important;
  box-sizing: border-box;
  border: 0 transparent !important;
}

.popMenu {
  padding: 6px;
  height: auto;
  border: solid #cbcbcb !important;
  border-width: 0 1px 1px 0 !important;
  overflow: hidden !important;
  animation-duration: 0.5s;
  transform-origin: 50% 0%;
  transition: height 0.5s;
}

.accordion.close {
  transition: max-height 0.2s ease-out;
  max-height: 0;
  overflow: hidden;
}

.accordion.active {
  transition: 0.2s ease-out;
  overflow: hidden;
}

.menuAllIcon {
  overflow: auto;
  max-height: 250px;
  font-size: 16px;
  box-sizing: border-box;
}

.menuAllIcon>div {
  border: 1px solid;
  border-color: transparent transparent #cccccc transparent;
  padding: 4px;
  cursor: pointer;
  box-sizing: border-box;
  width: 316px;
}

.sttIcon {
  padding: 2px 4px;
  border-radius: 4px;
  min-height: 15px;
  min-width: 15px;
}

[class="sttIcon"] {
  border: 1px solid #ccc;
}

.container-admin {
  flex-wrap: wrap;
  float: right;
  width: calc(100% - 300px);
  padding: 0;
  box-sizing: border-box;
  overflow: auto;
}

.container-admin iframe {
  width: 100%;
  min-height: calc(100vh - 111px);
  border: 1px solid #e8e8e8;
  background-color: white;
  box-shadow: 4px 4px 50px -5px #000;
}

.bgNoneDevice {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#dddada+15,565555+81 */
  background: #dddada;
  /* Old browsers */
  background: -moz-radial-gradient(center, ellipse cover, #dddada 15%, #565555 81%);
  /* FF3.6-15 */
  background: -webkit-radial-gradient(center, ellipse cover, #dddada 15%, #565555 81%);
  /* Chrome10-25,Safari5.1-6 */
  background: radial-gradient(ellipse at center, #dddada 15%, #565555 81%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dddada', endColorstr='#565555', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */

}

.statusUser {
  height: 30px;
  margin: -10px -10px 5px -10px;
  background: #364048;
  box-sizing: border-box;
  padding-top: 5px;
  color: white;
}

[draggable="true"] .iconDrag {
  min-height: 20px;
  width: 12px;
  cursor: ns-resize;
  background: linear-gradient(45deg, #888686 25%, transparent 25%, transparent 75%, transparent 75%) repeat scroll 0 0 / 0.375em 0.375em, linear-gradient(45deg, transparent 25%, transparent 25%, transparent 75%, #828181 75%) repeat scroll 0.1875em 0.1875em / 0.375em 0.375em, rgba(0, 0, 0, 0);
}

[draggable="true"] .numDrag {
  border: 1px solid #0b1823;
  border-radius: 50%;
  background-color: white;
  color: #0b1823;
  height: 16px;
  text-align: center;
  padding: 0 3px;
  font-size: 0.9em;
  margin-top: 2px;
  box-sizing: border-box;
}

.browserFile {
  position: fixed;
  top: 1vh;
  border: 1px solid var(--cms-color-border);
  border-radius: 8px;
  padding: 8px;
  left: calc(50vw - 300px);
  width: 600px;
  z-index: 11;
  color: var(--cms-text);
  background-color: var(--cms-color-bg-4);
  box-shadow: var(--cms-box-shadow);
}

.browserFile .menuDir {
  border: 1px solid var(--cms-color-border);
  max-height: 60vh;
  min-height: 100px;
  overflow: auto;
  padding: 5px 10px;

}

.rootDir {
  padding: 5px 0;
  display: flex;
}

.rootDir>div {
  margin-left: 4px;
}

.listMenu {
  display: inline-block;
  width: 30px;
}

.dir {
  padding-left: 22px !important;
  position: relative;
  cursor: pointer;
}

.dir:before {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
  background-image: url(../image-panel/icon-svg/folder.svg);
  background-size: 100%;
  background-repeat: no-repeat;
}

/* SELECT ITEM */
.selectItem {
  cursor: pointer;
  border: solid transparent;
  border-width: 1px 1px 1px 5px;
}

.selectItem:hover {
  background-color: #e2e2e2;
}

.selectItem.active {
  border-left-color: #ffa200;
  background-color: #fff4e0;
}

/* ADMIN */
[edit-master] {
  border: 1px solid #eaeaea;
}

[ondragover*="upload"] {
  padding: 10px;
  border: 1px dotted #cccccc;
  position: relative;
  text-align: center;
}

[upload] {
  margin: 5px auto auto;
  display: inline-block;
  left: 50%;
  text-align: center;
  border: 1px solid #dddddd;
  border-radius: 4px;
  padding: 5px 15px;
  content: attr(dragtext);
  cursor: pointer;
  background-color: #e8e8e8;
}

[upload]:hover {
  border: 1px solid #a4a4a4;
}

.uploadImg {
  box-sizing: border-box;
  position: relative;

}

.uploadImg .content {
  position: relative;
  display: inline-block;
  padding: 10px 5px;
  box-sizing: border-box;
  height: 190px;
}

.uploadImg .content .sub-content {
  position: relative;
  border: 2px solid #333333;
  padding: 1px;
  background-color: white;
  height: 100%;
  box-sizing: border-box;
}

.uploadImg .content .sub-content .image {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.uploadImg .content .sub-content:hover {
  margin: -12% -10%;
  z-index: 999;
  box-shadow: 0px 7px 12px #333;
  border-color: #ff7600;
  height: 130%;
  transition: all 0.2s;
}

.uploadImg .content div .detail button {
  margin-right: 15px;
  color: #FFF;
  position: absolute;
  bottom: 3%;
  right: 0;
}

.uploadImg .content div .detail button:hover {}

.uploadImg .content .detail {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  border: none;
  box-sizing: border-box;
  display: none;
}

.uploadImg div:hover>.detail {
  display: block;
  background-color: rgba(0, 0, 0, 0.6);
}

.uploadImg .content .detail div {
  border: none;
  padding: 0;
  font-size: 12px;
  display: block;
  margin: 2px;
}

.uploadImg div .detail .Title {
  background-color: white;
  position: absolute;
  top: 0;
  width: 97%;
  padding: 2px;
}

/* DRAG */
.ondrag>* {
  opacity: 0.2;
  transition: 0.5s;
}

.ondrag {
  transition: 0.5s;
  color: #949494 !important;
  border-style: dotted !important;
}

.startdrag {
  background-color: rgba(20, 200, 0, 0.15);
}

.errorDrag {
  background-color: rgba(255, 1, 0, 0.72);
  color: white !important;
}

.enddrag {
  background-color: rgba(74, 122, 200, 0.51);
  color: white !important;
  position: relative;
  min-height: 35px !important;
}

.enddrag:before {
  border: 10px solid;
  left: -1px;
  top: 20%;
  content: "";
  position: absolute;
  border-color: transparent transparent transparent #000000;
}

.sepMenu {
  min-height: 2px;
  background-color: transparent;
  border-width: 1px;
  border-color: transparent !important;
  box-sizing: border-box;
}

.pointer {
  cursor: pointer;
}

/* BOX */
.box {
  border: 1px #b9b9b9;
  padding: 5px;
  box-sizing: border-box;
}

.box legend {
  border: 1px solid #c2c2c2;
  padding: 2px 10px;
  border-radius: 12px;
  font-size: 12px;
}

.border {
  border: 1px #8a8a8a;
  box-sizing: border-box;
}

.alpha01 {
  color: rgba(0, 0, 0, 0.38) !important;
}

.g-2Cols {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.g-3Cols {
  display: grid;
  grid-template-columns: repeat(3, 33%);
}

.g-4Cols {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.g-5Cols {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}

.container,
.container-right {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  position: relative;
  box-sizing: border-box;
}

.container-right {
  float: right;
  width: calc(100% - 300px);
}

.container-left {
  float: left;
  width: calc(100% - 300px);
}

.row {
  display: inherit;
  width: max-content;
}

.row>div {
  display: inline-block;
}

.vEdit {
  height: 100%;
  overflow: auto;
}

.deprecated {
  position: relative;
  width: 22px;
  height: 22px;
  border: 1px solid #222;
  border-radius: 50%;
  text-align: center;
  font-family: ubuntu-r;
  padding: 1px;
  box-sizing: border-box;
}

.deprecated .message:before {
  position: absolute;
  content: " ";
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-left-color: #efa100;
  top: 1px;
  right: -13px;
  padding-bottom: 2px;
}

.deprecated .message {
  display: none;
  position: absolute;
  top: 2px;
  right: 30px;
  background-color: #efa100;
  line-height: 90%;
  padding: 0 5px;
  border-radius: 4px;
}

.deprecated:hover .message {
  display: block;
}

.not-active,
.not-active:before,
.not-active:after,
.not-active>*,
.not-active button,
.not-active textarea {
  pointer-events: none !important;
  text-decoration: none !important;
  color: #828282 !important;
  background-color: #efefef !important;
  border-color: #c1bfbf !important;
  box-shadow: none !important;
  outline: none !important;
  text-shadow: none !important;
  transition: all 1.3s;
  cursor: not-allowed !important;
}

.not-active a {
  pointer-events: painted !important;
  color: #828282 !important;
  transition: all 1.3s;
}

.not-active input:before,
.not-active input:after {
  color: #828282 !important;
  background-color: #efefef !important;
  border-color: #c1bfbf !important;
  box-shadow: none !important;
  text-shadow: none !important;
  transition: all 1.3s;
  cursor: not-allowed !important;
}

.not-active *:hover {
  cursor: not-allowed !important;
}



/** Horizontal Ruler */
.hr-title {
  height: fit-content;
  margin: -23px auto;
  background-color: white;
  padding: 2px 10px;
  border: 1px solid #616161;
  z-index: 1;
  border-radius: 8px;
}

.hr01,
.hr02,
.hr03,
.hr04,
.hr05,
.hr06,
.hr07,
.hr08,
.hr09,
.hr10,
.hr11,
.hr12,
.hr13,
.hr14,
.hr15,
.hr16,
.hr17,
.hr18,
.hr19,
.hr20 {
  border: 0;
  height: 1px;
  width: 100%;
  display: block;
}

.important-before,
.important-after {
  position: relative;
}

.important-before {
  padding-left: 5px;
}

.important-before:before,
.important-after:after {
  position: absolute;
  content: "*";
  color: red;
}

.important-before:before {
  left: -4px;
}

.important-after:after {
  right: -4px;
}

.hr01 {
  background: #333;
  background-image: linear-gradient(to right, #ccc, #333, #ccc);
}

.hr02 {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}

.hr03 {
  border-bottom: 1px dashed #ccc;
  background: #999;
}

.hr04 {
  height: 12px;
  box-shadow: inset 0 12px 12px -12px rgba(0, 0, 0, 0.5);
}

.hr05 {
  border-top: 3px double #8c8b8b;
}

.hr06 {
  border-top: 1px dashed #8c8b8b;
}

.hr07 {
  border-top: 1px dotted #8c8b8b;
}

.hr08 {
  background-color: #fff;
  border-top: 2px dashed #8c8b8b;
}

.hr09 {
  background-color: #fff;
  border-top: 2px dotted #8c8b8b;
}

.hr10 {
  border-top: 1px solid #8c8b8b;
  border-bottom: 1px solid #fff;
}

.hr11 {
  height: auto;
  border-top: 1px solid #8c8b8b;
  border-bottom: 1px solid #fff;
}

.hr11:after {
  content: '';
  display: block;
  margin-top: 2px;
  border-top: 1px solid #8c8b8b;
  border-bottom: 1px solid #fff;
}

.hr12 {
  border-top: 1px dashed #8c8b8b;
  border-bottom: 1px dashed #fff;
}

.hr13 {
  border-top: 1px dotted #8c8b8b;
  border-bottom: 1px dotted #fff;
}

.hr14 {
  height: 10px;
  border: 0;
  box-shadow: 0 10px 10px -10px #8c8b8b inset;
}

.hr15 {
  border: 0;
  height: 1px;
  background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -moz-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -ms-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
}

.hr16 {
  height: 30px;
  border-style: solid;
  border-color: #8c8b8b;
  border-width: 1px 0 0 0;
  border-radius: 20px;
}

.hr16:before {
  display: block;
  content: "";
  height: 30px;
  margin-top: -31px;
  border-style: solid;
  border-color: #8c8b8b;
  border-width: 0 0 1px 0;
  border-radius: 20px;
}

.hr17 {
  height: 0;
  /* Firefox... */
  box-shadow: 0 0 10px 1px black;
}

.hr18:after {
  /* Not really supposed to work, but does */
  content: "\00a0";
  /* Prevent margin collapse */
}

.hr18 {
  height: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.hr19 {
  overflow: visible;
  /* For IE */
  height: 30px;
  border-style: solid;
  border-color: black;
  border-width: 1px 0 0 0;
  border-radius: 20px;
}

.hr19:before {
  /* Not really supposed to work, but does */
  display: block;
  content: "";
  height: 30px;
  margin-top: -31px;
  border-style: solid;
  border-color: black;
  border-width: 0 0 1px 0;
  border-radius: 20px;
}

.hr20 {
  overflow: visible;
  /* For IE */
  padding: 0;
  border: none;
  border-top: medium double #333;
  color: #333;
  text-align: center;
}

.hr20:after {
  content: "§";
  display: inline-block;
  position: relative;
  top: -0.7em;
  font-size: 1.5em;
  padding: 0 0.25em;
  background: white;
}

/** CHAT PRO */

.chatPro {
  position: relative;
}

.chatPro .body {
  overflow: auto;
  height: 200px;
  width: 100%;
  border: 1px solid #b1b1b1;
  padding: 5px;
  margin: 5px;
  border-radius: 4px;
  pointer-events: auto;
  background: whitesmoke;
}

.not-active .body::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 6px;
}

.not-active .body::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: rgba(106, 106, 106, 0.5);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}

.cms_search_countries_box {
  position: absolute;
  overflow: auto;
  max-height: 300px;
  background-color: #2e353d;
  color: white;
}

.cms_search_countries_box .item {
  padding: 4px 8px;
  margin: 4px 0;
  border-bottom: 1px solid #7c7b7b30;
  cursor: pointer;
}

.cms_search_countries_box .item span {
  margin: 0 4px;
}

.chatPro .body .boxMessage {
  display: flex;
  width: 100%;
  margin: 8px 0;
  position: relative;
}

.chatPro:after {
  position: absolute;
  top: 6px;
  left: 6px;
  width: calc(100% - 12px);
  height: 50px;
  border-radius: 4px 4px 0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eaeaea+0,ffffff+100&1+0,0+100 */
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eaeaea', endColorstr='#00ffffff', GradientType=0);
  /* IE6-9 */
  content: "";
}

.chatPro .body .boxMessage .user {
  display: inline-block;
  position: relative;
  width: 40px;
  height: 40px;
  text-align: center;
  padding: 4px;
  box-sizing: border-box;
  background-color: #e6e3e3;
  font-size: 24px;
  border: 3px solid #e6e3e3;
  box-shadow: 0 3px 4px 0px #c3c3c3;
  border-radius: 4px;
}

.chatPro .body .boxMessage .user:after {
  width: 0;
  height: 0;
  content: "";
  border: 10px solid transparent;
  border-left-color: #e6e3e3;
  position: absolute;
  top: 3px;
  right: -22px;
}

.chatPro .body .boxMessage .type {
  position: absolute;
  left: 45px;
  top: -3px;
  font-size: 10px;
  color: #9a9a9a;
}

.chatPro .body .boxMessage .message {
  vertical-align: top;
  display: inline-block;
  position: static;
  width: 80%;
  text-align: left;
  padding: 10px 10px;

  align-items: start;
  font-size: 14px;
  color: #2b2b2b;
}

.notification {
  position: fixed;
  background: rgba(0, 0, 0, 0.55);
  right: 0;
  top: 0;
  height: 100vh;
  width: 300px;
}

.notification .item {
  position: relative;
  margin: 10px 15px;
  border: 1px solid #c2c2c2;
  border-radius: 4px;
  background-color: #FFFFFF;
  padding: 5px;
}

.notification .item .title {
  background-color: #c2c2c2;
  color: #0f0f0f;
  padding: 2px;
  margin: -6px -6px 7px -6px;
  border-radius: 4px 4px 0 0;
}

.notification .item .content {
  color: #565656;
}

.notification .item .bottom {
  text-align: center;
}

.notification .item .close {
  background-color: #0f0f0f;
  color: #FFFFFF;
  border: 1px solid #ffffff;
  border-radius: 50%;
  position: absolute;
  right: 1px;
  top: 1px;
  height: 20px;
  width: 20px;
  padding: 0;
  font-size: 16px;
  line-height: 1;
}

.bg_carbon {
  background: linear-gradient(45deg, #292929 25%, transparent 25%, transparent 75%, #292929 75%) repeat scroll 0 0 / 0.375em 0.375em,
    linear-gradient(45deg, #292929 25%, transparent 25%, transparent 75%, #292929 75%) repeat scroll 0.1875em 0.1875em / 0.375em 0.375em, rgba(0, 0, 0, 0) radial-gradient(at 50% 0, #484847, #090909) repeat scroll 0 0 / 100% 100%;
}

/* ---- PAPER -----//----------||-*/

.papers,
.papers:before,
.papers:after {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.1), 1px 1px 3px rgba(0, 0, 0, 0.2);
}

.papers:before,
.papers:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: rotateZ(2.5deg);
  -o-transform: rotate(2.5deg);
  transform: rotateZ(2.5deg);
  z-index: -1;
}

.papers:after {
  -webkit-transform: rotateZ(-2.5deg);
  -o-transform: rotate(-2.5deg);
  transform: rotateZ(-2.5deg);
}


/* ---- DATE PICKER ----// ----||-*/
[datePicker_content] {
  text-align: center;
  padding: 15px;
  font-size: 12px;
  position: absolute;
  -webkit-transform: rotateZ(0deg);
  -o-transform: rotate(0deg);
  transform: rotateZ(0deg);
  border-radius: 2px;
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.1), 1px 1px 3px rgba(0, 0, 0, 0.2), 0 10px 0 -5px #eee, 0 10px 1px -4px rgba(0, 0, 0, 0.15), 0 20px 0 -10px #eee, 0 20px 1px -9px rgba(0, 0, 0, 0.15);
  transition: 0.5s;
  z-index: 999;
}

[datePicker] {
  position: relative;
  background-position: 98%;
  background-size: 18px;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkNhcGFfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCAzNi40IDM2LjQiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDM2LjQgMzYuNDsiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+LnN0MHtmaWxsOiM2RjZENzQ7fTwvc3R5bGU+PGc+PGc+PHBhdGggY2xhc3M9InN0MCIgZD0iTTMwLjIsMy45aC0xLjFWMi44YzAtMS41LTEuMi0yLjgtMi43LTIuOGMtMS41LDAtMi43LDEuMi0yLjcsMi44djEuMkgyMVYyLjhDMjEsMS4yLDE5LjgsMCwxOC40LDBzLTIuNywxLjItMi43LDIuOHYxLjJIMTNWMi44QzEzLDEuMiwxMS44LDAsMTAuMywwUzcuNiwxLjIsNy42LDIuOHYxLjJINi4yQzMuOSwzLjksMiw1LjksMiw4LjJ2MjRjMCwyLjMsMS45LDQuMiw0LjIsNC4yaDI0YzIuMywwLDQuMi0xLjksNC4yLTQuMnYtMjRDMzQuNSw1LjksMzIuNiwzLjksMzAuMiwzLjl6IE0yNS4zLDIuOGMwLTAuNywwLjUtMS4yLDEuMi0xLjJjMC42LDAsMS4yLDAuNiwxLjIsMS4ydjQuOWMwLDAuNy0wLjUsMS4zLTEuMiwxLjNjLTAuNiwwLTEuMi0wLjYtMS4yLTEuM1YyLjh6IE0xNy4yLDIuOGMwLTAuNywwLjUtMS4yLDEuMi0xLjJzMS4yLDAuNiwxLjIsMS4ydjQuOWMwLDAuNy0wLjUsMS4zLTEuMiwxLjNzLTEuMi0wLjYtMS4yLTEuM1YyLjh6IE05LjEsMi44YzAtMC43LDAuNS0xLjIsMS4yLTEuMnMxLjIsMC42LDEuMiwxLjJ2NC45YzAsMC43LTAuNSwxLjMtMS4yLDEuM1M5LjEsOC4zLDkuMSw3LjZWMi44eiBNMzIsMzIuMmMwLDEtMC44LDEuOC0xLjgsMS44aC0yNGMtMSwwLTEuOC0wLjgtMS44LTEuOHYtMjJIMzJWMzIuMnoiLz48cmVjdCB4PSI2LjEiIHk9IjE0LjYiIGNsYXNzPSJzdDAiIHdpZHRoPSI0LjYiIGhlaWdodD0iNC4xIi8+PHJlY3QgeD0iMTIuMiIgeT0iMTQuNiIgY2xhc3M9InN0MCIgd2lkdGg9IjQuNiIgaGVpZ2h0PSI0LjEiLz48cmVjdCB4PSIxOC4zIiB5PSIxNC42IiBjbGFzcz0ic3QwIiB3aWR0aD0iNC42IiBoZWlnaHQ9IjQuMSIvPjxyZWN0IHg9IjI1LjEiIHk9IjE0LjYiIGNsYXNzPSJzdDAiIHdpZHRoPSI0LjYiIGhlaWdodD0iNC4xIi8+PHJlY3QgeD0iNi4xIiB5PSIyMC4xIiBjbGFzcz0ic3QwIiB3aWR0aD0iNC42IiBoZWlnaHQ9IjQuMSIvPjxyZWN0IHg9IjEyLjIiIHk9IjIwLjEiIGNsYXNzPSJzdDAiIHdpZHRoPSI0LjYiIGhlaWdodD0iNC4xIi8+PHJlY3QgeD0iMTguMyIgeT0iMjAuMSIgd2lkdGg9IjQuNiIgaGVpZ2h0PSI0LjEiLz48cmVjdCB4PSIyNS4xIiB5PSIyMC4xIiBjbGFzcz0ic3QwIiB3aWR0aD0iNC42IiBoZWlnaHQ9IjQuMSIvPjxyZWN0IHg9IjYuNyIgeT0iMjUuNSIgY2xhc3M9InN0MCIgd2lkdGg9IjQuNiIgaGVpZ2h0PSI0LjEiLz48cmVjdCB4PSIxMi45IiB5PSIyNS41IiBjbGFzcz0ic3QwIiB3aWR0aD0iNC42IiBoZWlnaHQ9IjQuMSIvPjxyZWN0IHg9IjE4LjMiIHk9IjI1LjUiIGNsYXNzPSJzdDAiIHdpZHRoPSI0LjYiIGhlaWdodD0iNC4xIi8+PHJlY3QgeD0iMjUuMSIgeT0iMjUuNSIgY2xhc3M9InN0MCIgd2lkdGg9IjQuNiIgaGVpZ2h0PSI0LjEiLz48L2c+PC9nPjwvc3ZnPg==);
}

[datePicker].open {
  border: 1px solid #ffa200;
  transition: 0.5s;
  color: #945e01;
}

[datePicker_content] .selectYear,
[datePicker_content] .selectMonth {
  position: absolute;
  background-color: white;
  top: 8px;
  bottom: 8px;
  overflow: auto;
  z-index: 1;
  left: calc(50% - 50px);
  width: 100px;
  box-shadow: inset 0 0 43px 1px rgba(0, 0, 0, 0.15), 0 0 25px 4px rgba(0, 0, 0, 0.15);
  font-size: 14px;
}

[datePicker_content] .selectYear div,
[datePicker_content] .selectMonth div {
  padding: 2px 0;
  cursor: pointer;
  border: 1px solid transparent;
  color: #525151;
}

[datePicker_content] .selectYear div.selected,
[datePicker_content] .selectMonth div.selected {
  background-color: white;
  border: 1px solid #ffa200;
  position: relative;
}

[datePicker_content] .selectYear div.selected:before,
[datePicker_content] .selectMonth div.selected:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  border: 10px solid;
  border-color: transparent transparent transparent #ffa200;
}

[datePicker_content] .selectYear div.selected:hover,
[datePicker_content] .selectMonth div.selected:hover {
  border: 1px solid #ffa200;
  background-color: rgba(255, 162, 0, 0.18);
}

[datePicker_content] .selectYear div:hover,
[datePicker_content] .selectMonth div:hover {
  border: 1px solid rgba(0, 0, 0, 0.15);
}

[datePicker_content] .next,
[datePicker_content] .prev {
  position: absolute;
  background-color: white;
  margin-top: -25px;
  padding: 4px;
  cursor: pointer;
  color: #6B6862;
  font-size: 16px;
}

[datePicker_content] .next:hover,
[datePicker_content] .prev:hover {}

[datePicker_content] .next {
  right: -10px;
  box-shadow: inset -10px 0 20px rgba(0, 0, 0, 0.1), 6px 0 5px -4px rgba(0, 0, 0, 0.3);
}

[datePicker_content] .prev {
  box-shadow: inset 10px 0 20px rgba(0, 0, 0, 0.1), -6px 0 5px -4px rgba(0, 0, 0, 0.3);
  left: -10px;
}

[datePicker_content] [daysContent] {
  display: inline-block;
  text-align: left;
  width: 250px;
}

[datePicker_content] [daysContent] [day],
[datePicker_content] [daysContent] [weekday] {
  width: calc(100% / 7);
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  box-sizing: content-box;
  color: #525151;
}

[datePicker_content] [daysContent] [day] div.dayAnimate {
  animation-duration: 0.5s;
  /* or: Xms */
  animation-iteration-count: 1;
  animation-direction: alternate;
  /* or: normal */
  animation-timing-function: ease-out;
  /* or: ease, ease-in, ease-in-out, linear, cubic-bezier(x1, y1, x2, y2) */
  animation-fill-mode: forwards;
  animation-name: playDayAnimation;
  transform-style: preserve-3d;
  transform-origin: 50% 50%;
}

@keyframes playDayAnimation {
  0% {
    transform: perspective(100px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1);
  }

  50% {
    transform: perspective(100px) rotateX(0deg) rotateY(90deg) rotateZ(0deg) scale(1);
  }

  51% {
    transform: perspective(100px) rotateX(0deg) rotateY(-90deg) rotateZ(0deg) scale(1);
  }

  100% {
    transform: perspective(100px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1);
  }
}


[datePicker_content] [daysContent] [weekday] div {
  border: 1px solid #d2d2d2;
  height: 18px;
  margin: 2px;
  box-sizing: border-box;
  line-height: 15px;
  background-color: #e4e4e4;
}

[datePicker_content] [daysContent] [weekday] div.sab {
  background-color: #c0e4b5;
  border-color: #c0e4b5;
}

[datePicker_content] [daysContent] [weekday] div.dom {
  background-color: #e4ce8e;
  border-color: #e4ce8e;
}

[datePicker_content] [daysContent] [day] div {
  border: 1px solid #d2d2d2;
  height: 30px;
  margin: 2px;
  box-sizing: border-box;
  border-radius: 2px;
  cursor: pointer;
  line-height: 25px;
  color: #383838;
}

[datePicker_content] [daysContent] [day] div:hover {
  border-color: #0081ff;
  background: aliceblue;
  box-shadow: 0 4px 14px 0 #4681ff;
  transition: 0.3s;
  z-index: 1;
}

[datePicker_content] [daysContent] [day] div.disable {
  pointer-events: none;
  background-color: #ececec !important;
  border-color: #e0dfdf;
  color: #8e8e8e !important;
}

[datePicker_content] [daysContent] [day] div.selected {
  background-color: #fff4d2;
  border-color: #ffa200;
  position: relative;
  box-shadow: 0 3px 0 -1px #ab6e03;
}

[datePicker_content] [daysContent] [day] div.selected:hover {
  box-shadow: 0 4px 14px 0 #ffa200;
}

[datePicker_content] [daysContent] [day] div.selected:before,
[datePicker_content] [daysContent] [day] div.selected:after {
  content: "";
  position: absolute;
  border: solid;
  border-width: 5px 15px;
  left: calc(50% - 15px);
}

[datePicker_content] [daysContent] [day] div.selected:before {
  border-color: #ffa200 transparent transparent transparent;
  top: 0;
}

[datePicker_content] [daysContent] [day] div.selected:after {
  border-color: transparent transparent #ffa200 transparent;
  bottom: 0;
}

[datePicker_content] h3 {
  color: #4c4a4a;
  font-weight: 100;
  font-size: 18px;

}

[datePicker_content] h2 {
  color: #4c4a4a;
  font-size: 24px;
  display: inline-block;
}

[datePicker_content] .mytitle {
  position: absolute;
  top: 4px;
  left: 4px;
  color: #929292;
}

[datePicker_content] h2.titleAnimation,
[datePicker_content] h3.titleAnimation {
  animation-duration: 0.5s;
  /* or: Xms */
  animation-iteration-count: 1;
  animation-direction: alternate;
  /* or: normal */
  animation-timing-function: ease-out;
  /* or: ease, ease-in, ease-in-out, linear, cubic-bezier(x1, y1, x2, y2) */
  animation-fill-mode: forwards;
  animation-name: playTitleAnimation;
  transform-style: preserve-3d;
  transform-origin: 50% 50%;
}

@keyframes playTitleAnimation {
  0% {
    transform: perspective(100px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1);
  }

  50% {
    transform: perspective(100px) rotateX(90deg) rotateY(0deg) rotateZ(0deg) scale(1);
  }

  51% {
    transform: perspective(100px) rotateX(-90deg) rotateY(0deg) rotateZ(0deg) scale(1);
  }

  100% {
    transform: perspective(100px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1);
  }
}

[datePicker_content] .close {

  position: absolute;
  top: 10px;
  right: 10px;


}

[datePicker_content] .close:before {
  font-size: 16px;
  border-radius: 50%;
  height: 15px;
  width: 15px;
  border: 1px solid transparent;
  color: #8c8c8c;
  padding: 0;
  line-height: 110%;
  text-align: center;
  content: "\2715";
  display: block;
  cursor: pointer;
}

[datePicker_content] .close:hover:before {
  color: red;
  transition: 0.3s;
}

.loading {
  width: 50px;
  height: 50px;
  position: relative;
}

.loading-local {
  width: 50px;
  height: 50px;
  position: absolute;
}

.loading-local:before,
.loading-local:after,
.loading:before,
.loading:after {
  position: absolute;
  content: "";
  transform: scale(0);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 5px solid;
  border-color: #2196f3 transparent;
  animation: loadingScale 0.5s linear infinite;
  box-sizing: border-box;
  left: 0;
}

.loading-local:before,
.loading:before {
  border-color: #2196f3;
}

.loading-local:after,
.loading:after {
  animation-delay: 0.3s;
}

@keyframes loadingScale {
  0% {
    transform: scale(0.5) rotate(0deg);
    opacity: 1;
  }

  50% {
    opacity: 1;
  }

  100% {
    transform: scale(1) rotate(720deg);
    opacity: 0;
  }
}

.bounce-bottom {
  animation: 1s bounce-bottom ease-out;
}

@keyframes bounce-bottom {
  0% {
    -webkit-transform: translateY(45px);
    transform: translateY(45px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 1;
  }

  24% {
    opacity: 1;
  }

  40% {
    -webkit-transform: translateY(24px);
    transform: translateY(24px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  65% {
    -webkit-transform: translateY(12px);
    transform: translateY(12px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  82% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  93% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  25%,
  55%,
  75%,
  87% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    opacity: 1;
  }
}

.loading-master {
  position: fixed;
  background-color: #0000002e;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.loading-master .loading-content {
  border: 2px solid #fff;
  position: absolute;
  width: 120px;
  height: 100px;
  border-radius: 10px;
  margin: 10vh calc(50vw - 60px);
  background-color: white;
}

.loading-master .loading-content .loading-local {
  left: calc(50% - 25px);
}

.remove_effect {
  animation: 0.6s RemoveEffect forwards !important;
  outline: 1px solid red;

}

@keyframes RemoveEffect {
  0% {
    transform: scale(1, 1);
    opacity: 1;
    filter: blur(0px);
  }

  50% {
    transform: scale(1, 0.5);
    opacity: 1;
    filter: blur(5px);
  }

  100% {
    transform: scale(0, 0);
    opacity: 0;
    filter: blur(80px);
  }
}

[menumobile] .menuOverflow {
  width: 300px;
}

[menumobile] [btnmenu] {
  display: none;
}

@media screen and (max-width: 1280px) {
  .page_model01 {
    margin: 10px 50px;
  }

  .page_model02 {
    margin: 10px 20px;
  }

  .page_model03 {
    margin: 10px 10px;
  }

  .page_title {
    margin: 18px 8px -10px 8px;
  }

  [menumobile] .menuOverflow {
    width: 280px;
  }
}

@media screen and (max-width: 992px) {
  [menumobile] {
    position: fixed;
    background: #fdffff;
    padding: 25px 10px 10px 10px;
    border: 1px solid #9e9e9e;
    z-index: 1;
    border-radius: 2px 8px 8px 2px;
    max-height: 90vh;
    top: 5vh;
  }

  [menumobile] .menuOverflow {
    max-height: 73vh;
    overflow: auto;
  }

  [menumobile].close {
    left: -100vw;
    box-sizing: border-box;
    transition: 0.5s;
  }

  [menumobile].active {
    left: 0;
    transition: 0.5s;
  }

  [btnmenu] {
    padding: 4px 4px 4px 6px;
    height: auto;
    width: auto;
    text-align: center;
    font-size: 1.2em;
  }

  [menumobile] [btnmenu] {
    display: block;
  }

  [menumobile].close [btnmenu] {
    position: fixed;
    left: 1px;
  }

  [menumobile].active [btnmenu] {
    position: absolute;
    left: 100%;
  }

  .popup .content .title {
    top: -41px;
    width: 75vw;
    margin-left: calc(50% - 43vw);
  }

  /* NEW POPUP */
  .popup {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    text-align: center;
    padding-top: 10vh;
    z-index: 99;
    background-color: #0000001c;
  }

  .popup .content {
    max-width: 98vw;
    max-height: 82vh;
    display: inline-block;
    background-color: white;
    border: 3px solid #424b54;
    border-radius: 10px;
    min-height: 35px;
    min-width: 35px;
    padding: 10px;
    box-sizing: border-box;
    position: relative;
    box-shadow: 0 15px 35px -7px #000;
  }

  .popup .content.black {
    background-color: black !important;
    color: white !important;
    border: 3px solid #424b54 !important;
  }

  .popup .content .close {
    color: #222222;
    position: absolute;
    right: -10px;
    top: -10px;
    font-size: 1.3em;
    border: 1px solid #222222;
    padding: 2px;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    line-height: 1;
    background-color: white;
    cursor: pointer;
    z-index: 1;
  }

  .popup .content .title {
    position: absolute;
    top: -41px;
    background-color: #424b53;
    color: white;
    width: 30vw;
    padding: 4px;
    margin-left: calc(50% - 15vw);
    border-radius: 8px 8px 0 0;
    border: 0 solid #424b53;
  }

  .noMobile {
    display: none !important;
  }

  .menu-left {
    left: -100%;
    transition: 0.4s;
    z-index: 11;
  }

  .menu-left.active {
    left: 0;
    transition: 0.4s;
  }
}

@media screen and (max-width: 768px) {
  [menumobile].close {
    left: -100vw;
    width: 100vw;
    box-sizing: border-box;
    transition: 0.5s;
  }

  [menumobile].active {
    left: 0;
    transition: 0.5s;
  }

  .page_model01 {
    margin: 10px 15px;
  }

  .page_model02 {
    margin: 10px 8px;
  }

  .page_model03 {
    margin: 10px 4px;
  }

  .page_title {
    margin: 18px 4px -10px 4px;
  }

  [menumobile] .menuOverflow {
    width: calc(100vw - 70px);
    box-sizing: border-box;
  }
}

@media screen and (max-width: 481px) {
  .page_model03 {
    font-size: 1.2em;
  }

  .menu {
    font-size: 0.95em;
  }

  .menu a,
  .menu-left a {
    padding-left: 1px;
  }

  .menu div,
  .menu-left div,
  .menu-right div {
    margin: 0 0 0 2px;
  }

  .menu .open {
    width: 50px;
  }



  .page_model01 {
    margin: 4px;
  }

  .page_model03,
  .page_model02 {
    margin: 10px 0;
  }

  .page_title {
    margin: 1px -10px -10px -10px;
    width: calc(100% + 20px);
  }

  .flex {
    flex-wrap: wrap;
  }

  [menumobile].close [btnmenu] {
    position: absolute;
    left: 100vw;
  }

  [menumobile].active [btnmenu] {
    position: absolute;
    left: 100%;
  }

  .eui-text {
    width: 100%;
  }

  .mobilCenter {
    text-align: center;
    display: block;
  }


}

[select-pro] {
  width: 100%;
  position: relative;
  height: fit-content;
}

[select-pro] .editable {
  min-height: 20px;
  min-width: 25px;
  border-radius: 4px;
  padding: 2px;
  width: 100%;
}

[select-pro] .editable>* {
  display: inline-block;
  padding: 0 4px;
}

[select-pro] .editable .edit {
  border: 0;
  width: auto;
  min-width: 25px;
}

[select-pro] .editable .edit:focus {
  border: 0;
  outline: 0;
  box-shadow: none;
}

[select-pro] .editable .addItem {
  border: 1px solid #cbcbcb;
  padding: 0 5px;
  margin: 0 3px;
  border-radius: 5px;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
}

[select-pro] .editable .addItem .del {
  vertical-align: middle;
  display: inline-block;
  border-radius: 50%;
  margin-left: 4px;
  border: 1px solid #ff0200;
  background-color: #a2001c;
  width: 15px;
  height: 15px;
  text-align: center;
  line-height: 114%;
  font-size: 12px;
  box-sizing: border-box;
  color: white;
  cursor: pointer;
  margin-top: -4px;
  position: relative;
}

[select-pro] .editable .addItem .del:after {
  position: absolute;
  content: "X";
  top: 0;
  left: 0;
  text-align: center;
  width: 100%;
}

[select-pro] .panel {
  position: absolute;
  top: calc(100% - 1px);
  border: 1px solid #c2c2c2;
  width: calc(100% - 20px);
  min-height: 70px;
  z-index: 1;
  left: 10px;
  background-color: white;
  padding: 8px;
  box-sizing: border-box;
  max-height: 70vh;
  overflow: auto;
}

[select-pro] .editable:focus+.panel {
  border: 1px solid #ffa200;
  box-shadow: 0 5px 12px -6px #7b5003;
}

.pr-es {
  pointer-events: none;
}

[select-pro] .item {
  width: 25%;
  padding: 2px;
  display: inline-block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  box-sizing: border-box;
  cursor: pointer;
}

[select-pro] .item:hover {
  background-color: #e2e2e2;
}

.flag {
  height: 100%;
  margin-right: 10px;
}

[select-pro-admin] {
  border: 1px solid #999999;
  border-radius: 4px;
  height: 25px;
  min-width: 100px;
  padding: 0 5px;
}

.CMSwiftPagination {
  width: 100%;
}

.CMSwiftPagination .content {
  padding: 10px;
  text-align: right;
  width: 100%;
}

.CMSwiftPagination .content .view_rows {
  display: inline-block;
}

.CMSwiftPagination .content .num_page {
  display: inline-block;
  vertical-align: top;
}

.CMSwiftPagination .content .select_page {
  display: inline-block;
}

.CMSwiftPagination .content.styleBorder {
  background-color: #dedfe2;
  border-radius: 80px 30px 0 0;
}

.CMSwiftPagination .content>div,
.CMSwiftPagination .content>button {
  display: inline-block;
}

.CMSwiftPagination .content .info {
  color: #cbcbcb;
  padding: 0 10px;
}

.CMSwiftPagination .content .prev {
  background-color: #2f353c;
  vertical-align: top;
  padding: 0 15px 0 25px;
  color: white;
  border-radius: 15px 0 0 15px;
  cursor: pointer;
  position: relative;
  border: 1px solid #0d0d0d;
  height: 25px;
  margin: 0;
}

.CMSwiftPagination .content .prev:after {
  content: "\2039";
  position: absolute;
  left: 10px;
  top: 0;
  color: inherit;
  pointer-events: none;
  font-size: 16px;
}

.CMSwiftPagination .content .prev:hover {
  color: #ffa200;
}

.CMSwiftPagination .content .next {
  background-color: #2f353c;
  vertical-align: top;
  padding: 0 25px 0 15px;
  color: white;
  border-radius: 0 15px 15px 0;
  cursor: pointer;
  position: relative;
  border: 1px solid #0d0d0d;
  height: 25px;
  margin: 0;
}

.CMSwiftPagination .content .next:hover {
  color: #ffa200;
}

.CMSwiftPagination .content .next:after {
  content: "\203A";
  position: absolute;
  right: 10px;
  top: 0;
  color: inherit;
  pointer-events: none;
  font-size: 16px;
}

.CMSwiftPagination .content .number,
.CMSwiftPagination .content .selectNumber,
.CMSwiftPagination .content .selectQty {
  margin: 0;
  background-color: #2f353c;
  padding: 0 10px;
  color: white;
  box-sizing: border-box;
  border: 1px solid #0d0d0d;
  cursor: pointer;
  border-radius: 0;
  font-size: 14px;
  height: 25px;
  position: relative;
}

.CMSwiftPagination .content .number.selected {
  background-color: #482e01;
}

.CMSwiftPagination .content .number.selected:before {
  position: absolute;
  content: " ";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 15px;
  border-color: #ffa200 transparent transparent;
  top: 0;
  left: calc(50% - 15px);
}

.CMSwiftPagination .content .number.selected:after {
  position: absolute;
  content: " ";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 15px;
  border-color: transparent transparent #ffa200 transparent;
  bottom: 0;
  right: calc(50% - 15px);
}

.CMSwiftPagination .content .selectNumber {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2f353c+0,454647+44,2f353c+100 */
  background: #2f353c;
  /* Old browsers */
  background: -moz-linear-gradient(top, #2f353c 0%, #454647 44%, #2f353c 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #2f353c 0%, #454647 44%, #2f353c 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #2f353c 0%, #454647 44%, #2f353c 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2f353c', endColorstr='#2f353c', GradientType=0);
  /* IE6-9 */
  padding: 0 25px 0 10px;
  border-radius: 4px;
}

.CMSwiftPagination .content .selectNumber:focus {
  outline: none;
}

.CMSwiftPagination .content .selectArrows {
  position: relative;
}

.CMSwiftPagination .content .selectArrows:after {
  content: "\21C5";
  position: absolute;
  right: 2px;
  top: 0;
  color: white;
  pointer-events: none;
  font-size: 12px;
}