.dashed1 {
  border-width: 1px;
  border-style: dashed; }

.h100vh {
  height: 100vh; }

.w10 {
  width: 10%; }

.w20 {
  width: 20%; }

.w30 {
  width: 30%; }

.w40 {
  width: 40%; }

.w50 {
  width: 50%; }

.w60 {
  width: 60%; }

.w70 {
  width: 70%; }

.w80 {
  width: 80%; }

.w90 {
  width: 90%; }

/** tpl editor **/
.squareSize {
  width: 31px;
  height: 31px; }

.squareHeight {
  height: 31px; }

.switch.sel {
  background: #2885c9;
  color: #ffffff; }

/** loading **/
.btnLoading {
  /*overflow: hidden; */ }

.btnLoading span {
  position: relative; }

.btnLoading span:before,
.btnLoading span:after {
  content: '';
  position: absolute;
  width: 10px;
  border-radius: 200px;
  height: 10px;
  background: rgba(0, 0, 0, 0.5);
  left: 50%;
  top: 50%;
  margin-top: -5px; }

.btnLoading span:before {
  -webkit-animation: leftRightLoading 1s ease-in-out infinite;
  -moz-animation: leftRightLoading 1s ease-in-out infinite;
  -ms-animation: leftRightLoading 1s ease-in-out infinite;
  -o-animation: leftRightLoading 1s ease-in-out infinite;
  animation: leftRightLoading 1s ease-in-out infinite; }

.btnLoading span:after {
  -webkit-animation: leftRightLoading 1s ease-in-out infinite;
  -moz-animation: leftRightLoading 1s ease-in-out infinite;
  -ms-animation: leftRightLoading 1s ease-in-out infinite;
  -o-animation: leftRightLoading 1s ease-in-out infinite;
  animation: leftRightLoading 1s ease-in-out infinite;
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -ms-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  animation-delay: 0.5s;
  opacity: 0; }

@-webkit-keyframes leftRightLoading {
  0% {
    margin-left: -55px;
    opacity: 0; }
  70% {
    opacity: 0.5; }
  99% {
    margin-left: 45px;
    opacity: 0; }
  100% {
    margin-left: -55px;
    opacity: 0; } }
@-moz-keyframes leftRightLoading {
  0% {
    margin-left: -55px;
    opacity: 0; }
  70% {
    opacity: 0.5; }
  99% {
    margin-left: 45px;
    opacity: 0; }
  100% {
    margin-left: -55px;
    opacity: 0; } }
@-ms-keyframes leftRightLoading {
  0% {
    margin-left: -55px;
    opacity: 0; }
  70% {
    opacity: 0.5; }
  99% {
    margin-left: 45px;
    opacity: 0; }
  100% {
    margin-left: -55px;
    opacity: 0; } }
@-o-keyframes leftRightLoading {
  0% {
    margin-left: -55px;
    opacity: 0; }
  70% {
    opacity: 0.5; }
  99% {
    margin-left: 45px;
    opacity: 0; }
  100% {
    margin-left: -55px;
    opacity: 0; } }
@keyframes leftRightLoading {
  0% {
    margin-left: -55px;
    opacity: 0; }
  70% {
    opacity: 0.5; }
  99% {
    margin-left: 45px;
    opacity: 0; }
  100% {
    margin-left: -55px;
    opacity: 0; } }
/*h1 { padding-bottom: 20px; padding-top: 10px; }*/
#fancybox-wrap,
#fieldNotice > div,
#fancybox-wrap * {
  box-sizing: content-box !important; }

body .cke table:not(.clear) tbody tr td {
  background: none !important;
  padding: 0; }

table:not(.clear) tbody tr td > a,
table:not(.clear) tbody tr td > a:active {
  color: #333333 !important;
  font-weight: bold !important; }

.btn1 .mdi,
.btn2 .mdi,
.btn3 .mdi,
.btn4 .mdi {
  font-size: 20px;
  opacity: 0.5;
  vertical-align: middle; }

.btn1 .material-icons,
.btn2 .material-icons,
.btn3 .material-icons,
.btn4 .material-icons,
.btn6 .material-icons {
  line-height: 13px;
  height: 13px;
  width: 13px;
  position: relative;
  top: -6px;
  left: -6px;
  float: left;
  margin-right: 5px; }

.btn1 .material-icons.only,
.btn2 .material-icons.only,
.btn3 .material-icons.only,
.btn4 .material-icons.only,
.btn6 .material-icons.only {
  left: -3px; }

.btn7 .material-icons.only {
  font-size: 22px;
  height: 22px; }

.btn5 .material-icons.only {
  font-size: 23px;
  margin-bottom: -5px;
  margin-top: -5px;
  margin-left: -5px;
  margin-right: -5px; }

table tbody tr td .btn1, table tbody tr td .btn2, table tbody tr td .btn3, table tbody tr td .btn4, table tbody tr td .btn6,
table tbody tr td .btn1:hover, table tbody tr td .btn2:hover, table tbody tr td .btn3:hover, table tbody tr td .btn4:hover, table tbody tr td .btn6:hover {
  margin-top: -7px;
  margin-bottom: -7px;
  vertical-align: top; }

.solid1 {
  border-width: 1px;
  border-style: solid; }

.solid1-bottom {
  border-bottom-width: 1px;
  border-bottom-style: solid; }

.solid2 {
  border-width: 2px;
  border-style: solid; }

table:not(.clear) > tbody > tr:hover:not(.selected):not(.tHead),
table:not(.clear) > tbody > tr:hover:not(.selected):not(.tHead) > td {
  background: #c6d7e4; }

table:not(.clear) td .onlyIcon {
  display: block;
  height: 12px;
  position: relative;
  top: -4px;
  left: -5px; }

/** main menu **/
.mainMenuItem .material-icons {
  font-size: 27px; }

.menuColumn {
  z-index: 4; }

/** top line **/
.innerMenu {
  margin-top: -20px; }

.bs_height .innerMenu {
  padding-top: 20px; }

/** filter **/
.filterMainWrap.active {
  background: #ffda8a; }

/** ajax table **/
.columnsList {
  width: 200px;
  box-shadow: 0 15px 50px 0 rgba(0, 0, 0, 0.3);
  font-weight: normal;
  z-index: 3; }

.addColumn .deleteColumn {
  display: none; }

.tableOpts {
  left: 100%;
  top: 0; }

.editColumns .enableEdit {
  display: none; }

.editColumns .editorButtons {
  display: block; }

.editColumns .refreshTableData {
  display: none; }

.editColumns .addCircle {
  display: inline-block; }

.orderToggle.asc,
.orderToggle.desc {
  background: #c6d7e4; }

.orderToggle.asc .asc {
  display: inline-block; }

.orderToggle.desc .desc {
  display: inline-block; }

.orderToggle .asc,
.orderToggle .desc {
  margin-top: -3px;
  margin-bottom: -3px;
  vertical-align: top; }

.itemRow.checked > td {
  background: #ffda8a;
  background-color: #ffda8a !important; }

.mainTable .dragIniter {
  width: 10px;
  left: -11px !important;
  color: #838383; }

/** cursors **/
.openhand {
  cursor: url("/eva2/f/img/openhand.cur") 8 8, move; }

.closehand {
  cursor: url("/eva2/f/img/closedhand.cur") 8 8, move; }

.closehandi,
.closehandi .openhand {
  cursor: url("/eva2/f/img/closedhand.cur") 8 8, move !important; }

#dragAndDropHelper, #dragAndDropDummy {
  cursor: url("/eva2/f/img/closedhand.cur") 8 8, move !important; }

/** left menu **/
.submenuScroll .sel a {
  color: #ffffff; }

[data-section-id] {
  position: relative; }

[data-section-id] .dragIniter {
  /*cursor: url("/eva2/f/img/openhand.cur") 8 8, move; display: block; position: absolute; left: -7px; top: 20%; border: 2px dotted $b1-op80; height: 80%; width: 5px; z-index: 2;*/ }

.haveChildren:not(.opened) .fa-caret-right {
  display: inline-block !important; }

.haveChildren.opened .fa-caret-down {
  display: inline-block !important; }

.enableDragger .clicker {
  display: none; }

.enableDragger .dragger {
  display: block; }

/** shadows **/
.shadow {
  box-shadow: 0 15px 50px 0 rgba(0, 0, 0, 0.3); }

/** fullscreen **/
.fullScreenMe.enabled {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  padding: 50px;
  z-index: 100; }

.fullScreenMe.enabled textarea,
.fullScreenMe.enabled .hideInFullScreen {
  display: none; }

/** file/image Input **/
.fileItem .image {
  width: 88px;
  height: 88px;
  background: url("/eva2/modules/dynamic/img/blank-bg.jpg") left top; }

.fileItem .image img {
  max-width: 88px;
  max-height: 88px; }

.fileItem .description {
  margin-left: 98px; }

.fileItem.dragOver .hoverForFile {
  display: block !important; }

.inputTypefile .file {
  display: block !important;
  width: 40px; }

.inputTypefile .file .material-icons {
  font-size: 40px; }

.inputTypefile .description {
  margin-left: 50px; }

.inputTypefile .image {
  display: none; }

/** loadingCircles **/
.loadingModeBig {
  position: relative; }

.loadingModeBig:before,
.loadingModeBig:after {
  content: '';
  position: absolute;
  width: 30px;
  border-radius: 200px;
  height: 30px;
  background: rgba(40, 133, 201, 0.5);
  left: 50%;
  top: 50%;
  margin-top: -15px; }

.loadingModeBig:before {
  -webkit-animation: leftRight 1s ease-in-out infinite;
  -moz-animation: leftRight 1s ease-in-out infinite;
  -ms-animation: leftRight 1s ease-in-out infinite;
  -o-animation: leftRight 1s ease-in-out infinite;
  animation: leftRight 1s ease-in-out infinite; }

.loadingModeBig:after {
  -webkit-animation: leftRight 1s ease-in-out infinite;
  -moz-animation: leftRight 1s ease-in-out infinite;
  -ms-animation: leftRight 1s ease-in-out infinite;
  -o-animation: leftRight 1s ease-in-out infinite;
  animation: leftRight 1s ease-in-out infinite;
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -ms-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  animation-delay: 0.5s;
  opacity: 0; }

@-webkit-keyframes leftRight {
  0% {
    margin-left: -155px;
    opacity: 0; }
  70% {
    opacity: 0.5; }
  99% {
    margin-left: 145px;
    opacity: 0; }
  100% {
    margin-left: -155px;
    opacity: 0; } }
@-moz-keyframes leftRight {
  0% {
    margin-left: -155px;
    opacity: 0; }
  70% {
    opacity: 0.5; }
  99% {
    margin-left: 145px;
    opacity: 0; }
  100% {
    margin-left: -155px;
    opacity: 0; } }
@-ms-keyframes leftRight {
  0% {
    margin-left: -155px;
    opacity: 0; }
  70% {
    opacity: 0.5; }
  99% {
    margin-left: 145px;
    opacity: 0; }
  100% {
    margin-left: -155px;
    opacity: 0; } }
@-o-keyframes leftRight {
  0% {
    margin-left: -155px;
    opacity: 0; }
  70% {
    opacity: 0.5; }
  99% {
    margin-left: 145px;
    opacity: 0; }
  100% {
    margin-left: -155px;
    opacity: 0; } }
@keyframes leftRight {
  0% {
    margin-left: -155px;
    opacity: 0; }
  70% {
    opacity: 0.5; }
  99% {
    margin-left: 145px;
    opacity: 0; }
  100% {
    margin-left: -155px;
    opacity: 0; } }
/** flex **/
.df {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.f-aic {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.f-jcc {
  justify-content: center; }

.f-1 {
  flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1 0 auto;
  -o-flex: 1;
  -moz-box-flex: 1; }

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