@font-face {
  font-family: 'GothamPro';
  src: url("fonts/GothamPro.eot?#iefix") format("embedded-opentype"), url("fonts/GothamPro.woff") format("woff"), url("fonts/GothamPro.ttf") format("truetype"), url("fonts/GothamPro.svg#GothamPro") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'GothamPro';
  src: url("fonts/GothamPro-Medium.eot?#iefix") format("embedded-opentype"), url("fonts/GothamPro-Medium.woff") format("woff"), url("fonts/GothamPro-Medium.ttf") format("truetype"), url("fonts/GothamPro-Medium.svg#GothamPro-Medium") format("svg");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'GothamPro';
  src: url("fonts/GothamPro-Black.eot?#iefix") format("embedded-opentype"), url("fonts/GothamPro-Black.woff") format("woff"), url("fonts/GothamPro-Black.ttf") format("truetype"), url("fonts/GothamPro-Black.svg#GothamPro-Black") format("svg");
  font-weight: 800;
  font-style: normal; }

.btn, a, input, button {
  outline: none !important; }

.mg-b-none {
  margin-bottom: 0 !important; }

.mg-t-none {
  margin-top: 0 !important; }

.mg-t {
  margin-top: 16px !important; }

.mg-b {
  margin-bottom: 16px !important; }

.mg-t-small {
  margin-top: 8px !important; }

.mg-b-small {
  margin-bottom: 8px !important; }

.pd-t {
  padding-top: 16px !important; }

.pd-b {
  padding-bottom: 16px !important; }

.pd-b-none {
  padding-bottom: 0 !important; }

.pd-t-none {
  padding-top: 0 !important; }

.fs-13 {
  font-size: 13px; }

.fs-15 {
  font-size: 15px; }

.minus-mg {
  margin-bottom: -8px; }

.text-success {
  color: #21d353; }

.text-danger {
  color: #fe4e4e; }

.text-gray {
  color: #a4aab0 !important; }

.group-link {
  display: inline-block;
  cursor: pointer;
  color: inherit; }
  .group-link:hover {
    color: inherit; }
  .group-link * {
    cursor: pointer; }

.inline-block {
  display: inline-block !important; }

html, body {
  height: 100%;
  min-width: 1000px; }

/* .body-wrap
	height: 100%
	width: 100%
	min-width: 1000px
	min-height: 600px */
body {
  font-size: 14px;
  background-color: #f5f7fa;
  font-family: 'GothamPro';
  position: relative;
  overflow: hidden; }

.container-fluid {
  padding-left: 16px;
  padding-right: 16px; }

.btn {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
  padding: 5px 20px;
  border-radius: 2px;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  outline: none !important; }
  .btn i {
    font-size: 90%;
    margin: 0 2px; }
  .btn:not(.btn-circle) *[class*="icon-"] {
    font-size: 14px;
    margin-right: 2px;
    vertical-align: -1.5px; }

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  opacity: 0.34; }

.btn-lg {
  font-size: 13px;
  padding: 11px 27px;
  line-height: 1.3; }

.btn-extra-lg {
  font-size: 18px;
  padding: 17px 27px;
  line-height: 1.35; }

.btn.btn-circle {
  border-radius: 50%;
  width: 38px;
  height: 38px;
  padding: 0;
  font-size: 12px;
  line-height: 38px; }
  .btn.btn-circle .icon-plus {
    font-size: 10px; }

.btn.btn-circle + label {
  margin-left: 8px;
  font-size: 12px; }

.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  padding-left: 0;
  padding-right: 0;
  color: #21d353;
  text-decoration: none;
  border: transparent; }

.btn-link:hover, .btn-link:focus {
  color: #1fc64e; }

.btn-link:active {
  color: #21d353; }

.btn-default, .btn-default:focus, .btn-default:visited {
  border-color: #e0e2e5;
  color: #a4aab0;
  background-color: #f5f7fa; }

.btn-default:hover {
  background-color: #f5f7fa;
  color: #a4aab0;
  border-color: #e0e2e5; }

.btn-success, .btn-success:focus, .btn-success:visited {
  border-color: #21d353;
  color: #fff;
  background-color: #21d353;
  box-shadow: 0 6px 10px 0 rgba(33, 211, 83, 0.33); }

.btn-success:hover {
  background-color: #1fc64e;
  color: #fff;
  border-color: #1fc64e; }

.btn-success:active, .btn-success:focus:active {
  background-color: #21d353;
  color: #fff;
  border-color: #21d353;
  box-shadow: none; }

.btn-primary, .btn-primary:focus, .btn-primary:visited {
  border-color: #499be2;
  color: #fff;
  background-color: #499be2;
  box-shadow: 0 6px 10px 0 rgba(33, 106, 211, 0.33); }

.btn-primary:hover {
  background-color: #4591d4;
  color: #fff;
  border-color: #4591d4; }

.btn-primary:active, .btn-primary:focus:active {
  background-color: #4a9be2;
  color: #fff;
  border-color: #4a9be2;
  box-shadow: none; }

.btn-warning, .btn-warning:focus, .btn-warning:visited {
  border-color: #ffa510;
  color: #fff;
  background-color: #ffa510;
  box-shadow: 0 6px 10px 0 rgba(230, 187, 25, 0.33); }

.btn-warning:hover {
  background-color: #f09b10;
  color: #fff;
  border-color: #f09b10; }

.btn-warning:active, .btn-warning:focus:active {
  background-color: #ffa511;
  color: #fff;
  border-color: #ffa511;
  box-shadow: none; }

.btn-danger, .btn-danger:focus, .btn-danger:visited {
  border-color: #fe4e4e;
  color: #fff;
  background-color: #fe4e4e;
  box-shadow: 0 6px 10px 0 rgba(211, 33, 33, 0.33); }

.btn-danger:hover {
  background-color: #eb4444;
  color: #fff;
  border-color: #eb4444; }

.btn-danger:active, .btn-danger:focus:active {
  background-color: #fe4e4e;
  color: #fff;
  border-color: #fe4e4e;
  box-shadow: none; }

.btn-border-white {
  background-color: transparent;
  color: #fff !important;
  border-color: #fff; }

.rotate-btn {
  width: 26px;
  height: 26px;
  background-color: #ffffff;
  box-shadow: 0 0.5px 2px 0 rgba(0, 0, 0, 0.4);
  text-align: center;
  line-height: 29px;
  color: #e0e2e5;
  display: inline-block;
  border-radius: 50%;
  font-size: 16px; }

.form-control {
  height: 34px;
  border: solid 1px #e0e2e5;
  border-radius: 2px;
  color: #1c252a;
  font-size: 14px;
  box-shadow: none;
  padding: 3px 15px;
  font-weight: normal;
  font-family: 'GothamPro';
  outline: none !important; }
  .form-control:focus {
    box-shadow: none;
    border-color: #c5edd0; }

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #f4f6f9; }

.has-error .form-control, .has-error .form-control:focus {
  border-color: #ff5f5f;
  box-shadow: none; }

.small-input {
  display: inline-block;
  padding: 0 0 0px;
  border: none;
  border-bottom: 1px solid #caced4;
  font-size: 12px;
  line-height: 1;
  height: 18px;
  color: #1C2429;
  width: 25px;
  outline: none;
  text-align: center; }
  .small-input.full {
    display: block;
    text-align: left !important;
    width: 100% !important; }
  .small-input:focus {
    border-color: #21d353; }

.pagination {
  margin: 0; }

.pagination > li > a, .pagination > li > span {
  font-size: 12px;
  color: #949699;
  font-weight: 500;
  background-color: transparent;
  border-radius: 2px !important;
  width: 26px;
  height: 26px;
  text-align: center;
  line-height: 26px;
  border: 1px solid transparent;
  margin-left: 10px !important;
  padding: 0; }

.pagination > li i {
  color: #d7d9db;
  font-size: 8px; }

.pagination > li:first-child > a, .pagination > li:first-child > span {
  margin-left: 0 !important; }

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  background-color: transparent;
  border-color: #21d353;
  color: #1c2429; }

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
  background-color: transparent;
  border-color: transparent;
  color: #21d353; }
  .pagination > li > a:hover *, .pagination > li > span:hover *, .pagination > li > a:focus *, .pagination > li > span:focus * {
    color: #21d353; }

.range-slider {
  height: 1px;
  background-color: #e0e2e5;
  width: 180px;
  margin: 15px 0;
  position: relative; }
  .range-slider .ui-slider-handle {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    cursor: move;
    display: block;
    margin-top: -9.5px;
    box-shadow: 0 0.5px 2px 0 rgba(0, 0, 0, 0.4);
    background-color: #fff;
    position: absolute;
    outline: none; }
    .range-slider .ui-slider-handle:active {
      background-color: #21d353; }
  .range-slider .ui-slider-range {
    position: absolute;
    background-color: #21d353;
    height: 1px; }

/* Base for span styling */
[type="radio"]:not(:checked), [type="radio"]:checked {
  position: absolute;
  left: -9999px; }

[type="radio"]:not(:checked) + span, [type="radio"]:checked + span {
  position: relative;
  padding-left: 30px;
  font-size: 13px;
  font-weight: 500;
  color: #a4aab0;
  cursor: pointer;
  line-height: 1.6;
  margin: 0;
  min-height: 17px;
  vertical-align: middle; }

/* radio aspect */
[type="radio"]:not(:checked) + span:before, [type="radio"]:checked + span:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 17px;
  height: 17px;
  border: 1px solid #e0e2e5;
  background: #fff;
  border-radius: 50%; }

[type="radio"]:checked + span:before {
  border-color: #21d353; }

/* checked mark aspect */
[type="radio"]:not(:checked) + span:after, [type="radio"]:checked + span:after {
  content: '';
  width: 11px;
  height: 11px;
  position: absolute;
  top: 3px;
  left: 3px;
  font-size: 10px;
  line-height: 0.8;
  border-radius: 50%;
  color: #fff;
  transition: all .2s; }

/* checked mark aspect changes */
[type="radio"]:not(:checked) + span:after {
  opacity: 0;
  transform: scale(0); }

[type="radio"]:checked + span:after {
  opacity: 1;
  transform: scale(1);
  background-color: #21d353; }

/* disabled radio */
[type="radio"]:disabled:not(:checked) + span:before, [type="radio"]:disabled:checked + span:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd; }

[type="radio"]:disabled:checked + span:after {
  color: #999; }

[type="radio"]:disabled + span {
  color: #aaa; }

/* accessibility */
[type="radio"]:checked:hover + span:before, [type="radio"]:not(:checked):hover + span:before {
  border-color: #21d353; }

.switch input {
  position: absolute !important;
  margin-left: -9999px;
  visibility: hidden; }

.switch input + label {
  display: block;
  position: relative;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.switch input + label {
  padding: 1px;
  width: 28px;
  height: 17px;
  background-color: #caced4;
  border-radius: 28px;
  -webkit-transition: background 0.4s;
  -moz-transition: background 0.4s;
  -o-transition: background 0.4s;
  transition: background 0.4s; }

.switch input + label:before, .switch input + label:after {
  display: block;
  position: absolute;
  content: ""; }

.switch input + label:before {
  top: 1px;
  left: 1px;
  bottom: 1px;
  right: 1px;
  background-color: #fff;
  border-radius: 28px;
  -webkit-transition: background 0.4s;
  -moz-transition: background 0.4s;
  -o-transition: background 0.4s;
  transition: background 0.4s; }

.switch input + label:after {
  top: 2px;
  left: 2px;
  bottom: 2px;
  width: 13px;
  background-color: #caced4;
  border-radius: 50%;
  -webkit-transition: margin 0.4s, background 0.4s;
  -moz-transition: margin 0.4s, background 0.4s;
  -o-transition: margin 0.4s, background 0.4s;
  transition: margin 0.4s, background 0.4s; }

.switch input:checked + label {
  background-color: #21d353; }

.switch input:checked + label:after {
  margin-left: 11px;
  background-color: #21d353; }

.saving-box {
  padding: 19px 39px; }
  .saving-box p {
    font-size: 14px !important; }
  .saving-box .progress {
    margin-top: 35px; }

.progress {
  margin: 0;
  height: 28px;
  border-radius: 0;
  background-color: #f5f7fa;
  border: 1px solid #e0e2e5;
  box-shadow: none; }

.progress-bar {
  box-shadow: none; }

.progress-bar-success {
  background-color: #21d353; }

.nav-tabs {
  border-bottom: none;
  margin-bottom: 23px; }

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  border: none;
  border-radius: 0;
  color: #1c2429;
  background-color: transparent; }

.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: transparent;
  color: #21d353; }

.nav-tabs > li.active > a {
  position: relative; }
  .nav-tabs > li.active > a:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    background-color: #21d353;
    box-shadow: 0 4px 10px 0 rgba(33, 211, 83, 0.52); }

.nav-tabs > li > a {
  border: none;
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  color: #a4aab0;
  padding: 10px 0 7px;
  line-height: 1; }

.nav-tabs > li + li {
  margin-left: 39px; }

.close {
  font-size: 15px;
  font-weight: normal;
  text-shadow: none;
  color: #e6e8e9;
  opacity: 1; }
  .close:hover {
    color: #fe4e4e;
    opacity: 1; }

.modal-backdrop {
  background-color: rgba(38, 40, 50, 0.63);
  z-index: 1060; }

.modal-backdrop.in {
  opacity: 1; }

.modal {
  text-align: center;
  padding: 0 !important;
  z-index: 1070; }
  .modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px; }

.modal-content {
  border: none;
  border-radius: 4px;
  box-shadow: none; }

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle; }

.modal-title {
  font-size: 14px;
  color: #1c2429;
  font-weight: 500; }
  .modal-title .btn.pull-right {
    margin: -5px 19px -5px 5px; }

.modal-title.pull-right {
  padding-right: 16px; }

.error-modal .modal-title {
  color: #fe4e4e; }

.modal-header {
  padding: 16px;
  border-bottom-color: #f0f2f5; }
  .modal-header .close {
    margin: -9px -8px 0 0;
    font-size: 13px; }
  .modal-header .nav-tabs {
    margin: -7px 0 -3px;
    float: left; }

.modal-body {
  padding: 16px; }
  .modal-body.mCustomScrollbar:not(.mCS_no_scrollbar) {
    padding-right: 0; }
  .modal-body p {
    font-size: 12px; }
  .modal-body p:last-child {
    margin-bottom: 0; }

.modal-body + .modal-body {
  border-top: 1px solid #f0f2f5; }

.img-modal-body {
  background-color: #f5f7fa; }

.modal-footer {
  padding: 22px 22px;
  border-top-color: #f0f2f5;
  text-align: center; }
  .modal-footer .btn {
    min-width: 95px; }
  .modal-footer .btn + .btn {
    margin-left: 17px; }

.success-modal {
  width: 350px;
  height: 350px; }
  .success-modal .modal-content {
    width: 350px;
    height: 350px;
    border-radius: 50%;
    background-color: #21d353;
    color: #fff;
    padding: 50px 25px; }
  .success-modal .icon-check {
    font-size: 48px; }
  .success-modal .btn {
    margin-top: 10px; }

.tooltip-icon {
  color: #E0E2E5;
  cursor: pointer; }
  .tooltip-icon:hover {
    color: #499be2; }

.tooltip.in {
  opacity: 1; }

.tooltip-inner {
  background-color: rgba(30, 39, 75, 0.8);
  border-radius: 3px;
  box-shadow: none;
  padding: 7px 12px 7px;
  font-size: 10px;
  color: #fff;
  text-align: left; }

.tooltip.top .tooltip-arrow {
  border-top-color: rgba(30, 39, 75, 0.8); }

.tooltip.bottom .tooltip-arrow {
  border-bottom-color: rgba(30, 39, 75, 0.8); }

.tooltip.left .tooltip-arrow {
  border-left-color: rgba(30, 39, 75, 0.8); }

.tooltip.right .tooltip-arrow {
  border-right-color: rgba(30, 39, 75, 0.8); }

.popover {
  border: none;
  box-shadow: 0 10px 40px 0 rgba(38, 71, 110, 0.22);
  border-radius: 3px;
  padding: 0;
  font-family: inherit; }
  .popover .close-pop:not(.btn) {
    position: absolute;
    top: 5px;
    right: 7px; }
    .popover .close-pop:not(.btn):before {
      content: '\e90a';
      font-family: 'icomoon' !important;
      font-size: 13px;
      color: #e6e8e9;
      cursor: pointer; }
    .popover .close-pop:not(.btn):hover:before {
      color: #fe4e4e; }

.popover-title, .pop-title {
  padding: 19px 15px 16px;
  background-color: transparent;
  font-size: 14px;
  font-weight: 500;
  color: #1C2429;
  border-bottom: none;
  margin: 0; }

.pop-title {
  padding: 10px 1px; }

.popover.right > .arrow {
  border-right: none; }

.popover.top > .arrow {
  border-top: none; }

.popover.bottom > .arrow {
  border-bottom: none; }

.popover.left > .arrow {
  border-left: none; }

.pop-color .pop-content {
  padding: 15px 15px 10px !important; }

.pop-color .pop-title {
  padding: 21px 15px 19px; }

.pop-color .current-color {
  display: inline-block;
  border: solid 1px #e0e2e5;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  vertical-align: -7px;
  margin-left: -2px; }

.caret {
  margin-left: 4px; }

.context-menu-list {
  background: #fff;
  border-radius: 2px;
  box-shadow: 0 10px 40px 0 rgba(38, 71, 110, 0.22);
  display: inline-block;
  list-style-type: none;
  max-width: 256px;
  min-width: 256px;
  position: absolute;
  margin: 0;
  padding: 7px 0;
  z-index: 100 !important; }

.context-menu-item {
  color: #1c2429;
  position: relative;
  font-size: 12px;
  padding: 3px 15px;
  line-height: 1.65;
  user-select: none; }

.context-menu-separator {
  border-bottom: 1px solid #e0e2e5;
  margin: 6px 0;
  padding: 0; }

.context-menu-item.context-menu-hover {
  background-color: #21d353;
  color: #fff;
  cursor: pointer; }

.context-menu-item.context-menu-disabled {
  color: #a4aab0;
  cursor: default; }

.context-menu-input.context-menu-hover {
  cursor: default; }

.context-menu-submenu:after {
  content: '';
  border-style: solid;
  border-width: .25em 0 .25em .25em;
  height: 0;
  position: absolute;
  right: .5em;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  z-index: 1; }

body .popover-content .dropdown-menu.examples, body .modal .dropdown-menu.examples {
  min-width: 216px;
  padding: 9px 5px 9px 10px !important;
  max-height: 141px !important; }
  body .popover-content .dropdown-menu.examples li, body .modal .dropdown-menu.examples li {
    display: inline-block;
    width: 54px;
    height: 54px;
    border: 1px solid #e0e2e5;
    border-radius: 2px;
    margin-left: 4px !important;
    margin-top: 4px !important;
    margin-bottom: 4px !important;
    vertical-align: top; }
    body .popover-content .dropdown-menu.examples li:hover, body .popover-content .dropdown-menu.examples li.active, body .modal .dropdown-menu.examples li:hover, body .modal .dropdown-menu.examples li.active {
      border-color: #21d353; }
    body .popover-content .dropdown-menu.examples li a, body .modal .dropdown-menu.examples li a {
      display: block;
      background-color: transparent !important;
      color: #1c252a !important;
      width: 100%;
      height: 100%;
      font-size: 24px;
      text-align: center;
      line-height: 54px;
      padding: 0 !important; }
      body .popover-content .dropdown-menu.examples li a span, body .modal .dropdown-menu.examples li a span {
        line-height: 54px; }
      body .popover-content .dropdown-menu.examples li a *, body .modal .dropdown-menu.examples li a * {
        color: #1c252a !important; }

body .popover-content .dropdown-menu, body .popover-content .drop-menu, body .modal .dropdown-menu, body .modal .drop-menu {
  max-height: 113px;
  overflow: hidden;
  box-shadow: 0 10px 40px 0 rgba(38, 71, 110, 0.22);
  border-radius: 3px;
  border: none;
  padding: 5px 0 !important;
  margin: 0 !important; }
  body .popover-content .dropdown-menu li, body .popover-content .drop-menu li, body .modal .dropdown-menu li, body .modal .drop-menu li {
    padding: 0 !important;
    margin: 0 !important; }
    body .popover-content .dropdown-menu li a, body .popover-content .drop-menu li a, body .modal .dropdown-menu li a, body .modal .drop-menu li a {
      color: #1C2429;
      font-size: 12px;
      padding: 8px 16px !important;
      display: block; }
      body .popover-content .dropdown-menu li a:hover, body .popover-content .drop-menu li a:hover, body .modal .dropdown-menu li a:hover, body .modal .drop-menu li a:hover {
        color: #fff;
        background-color: #21d353; }
        body .popover-content .dropdown-menu li a:hover *, body .popover-content .drop-menu li a:hover *, body .modal .dropdown-menu li a:hover *, body .modal .drop-menu li a:hover * {
          color: #fff; }

.drop-menu {
  padding: 0 !important;
  margin: 0 !important;
  max-height: none; }
  .drop-menu li .icon {
    color: #caced4;
    display: inline-block;
    margin-right: 5px;
    font-size: 14px;
    vertical-align: -1px; }

.dropdown-btn {
  background-color: transparent;
  color: #21d353;
  border: none;
  box-shadow: none !important;
  font-size: 12px; }
  .dropdown-btn .caret {
    position: relative; }
  .dropdown-btn .icon {
    color: #caced4 !important;
    font-size: 20px;
    vertical-align: middle;
    margin: 0 3px; }

.open .dropdown-btn .caret:before {
  content: '';
  position: absolute;
  bottom: -10px;
  right: -4px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 4.5px 5px 4.5px;
  border-color: transparent transparent #fff transparent; }

h1:first-child, h2:first-child, h3:first-child {
  margin-top: 0; }

h3:last-child {
  margin-bottom: 2px; }

h1 {
  font-size: 34px; }

h2 {
  font-size: 23px; }

h3 {
  font-size: 18px;
  margin-bottom: 5px; }

h4 {
  font-size: 14px; }

h4 {
  font-size: 12px; }

strong {
  font-weight: 500; }

label {
  font-weight: 500; }

img {
  max-width: 100%;
  height: auto; }

a {
  text-decoration: none !important;
  color: #21d353;
  /* &:visited
		color: #87b393 */ }
  a:hover {
    color: #1fc64e; }

p:last-child {
  margin-bottom: 0; }

.title-label {
  margin: 0px 0 10px;
  font-size: 14px; }

.square-icon {
  display: inline-block !important;
  width: 26px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  color: #1c2429 !important;
  font-size: 14px !important;
  padding: 0 !important;
  border-radius: 2px;
  border: 1px solid #e0e2e5;
  margin-right: 3px;
  position: relative; }
  .square-icon .pos-icon {
    position: absolute;
    width: 6px;
    height: 6px;
    background-color: #1c2429; }
    .square-icon .pos-icon.top-left {
      top: 2px;
      left: 2px; }
    .square-icon .pos-icon.top-right {
      top: 2px;
      right: 2px; }
    .square-icon .pos-icon.bottom-left {
      bottom: 2px;
      left: 2px; }
    .square-icon .pos-icon.bottom-right {
      bottom: 2px;
      right: 2px; }
    .square-icon .pos-icon.top-center {
      top: 2px;
      left: 50%;
      margin-left: -3px; }
    .square-icon .pos-icon.bottom-center {
      bottom: 2px;
      left: 50%;
      margin-left: -3px; }
  .square-icon:last-child {
    margin-right: 0; }
  .square-icon:hover {
    border-color: #21d353;
    color: inherit;
    background-color: #fff !important; }

.square-icon.active, .square-icon:active {
  background-color: #21d353 !important;
  color: #fff !important; }
  .square-icon.active .pos-icon, .square-icon:active .pos-icon {
    background-color: #fff; }

.allign-settings {
  margin: 9px 0 5px; }
  .allign-settings .square-icon {
    font-size: 15px !important; }
  .allign-settings .square-icon:not(:last-child) {
    margin-right: 2px; }

.size-settings {
  font-size: 11px;
  color: #a4aab0; }
  .size-settings p {
    margin-bottom: 16px; }
    .size-settings p input {
      margin-left: 1px; }
    .size-settings p:last-child {
      margin-bottom: 5px; }
  .size-settings .right-col {
    margin-right: -2px; }

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 99999999; }
  .preloader img {
    width: 194px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }

.header {
  height: 48px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding-top: 10px;
  background-color: #fff;
  z-index: 10;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.08);
  text-align: center; }
  .header .btn {
    margin-left: 16px;
    min-width: 113px; }
  .header .logo {
    margin-top: -2px; }
  .header .control-actions {
    margin: 4px 0 0 80px; }
    .header .control-actions a {
      font-size: 20px;
      margin-left: 18px;
      display: inline-block;
      color: #e0e2e5;
      line-height: 1; }
      .header .control-actions a:first-child {
        margin-left: 0; }
      .header .control-actions a:hover {
        color: #21d353; }
  .header .help-link {
    display: inline-block;
    color: #e0e2e5;
    font-size: 16px;
    margin: 4px 8px 0 0; }
    .header .help-link:hover {
      color: #21d353; }
  .header .total-size {
    font-size: 12px;
    color: #a4aab0;
    text-align: center;
    display: inline-block;
    margin: 6px 0 0 28px; }

.global-main-set-popover {
  width: 288px;
  max-width: 288px;
  margin-top: 20px !important; }
  .global-main-set-popover .popover-title, .global-main-set-popover .pop-title {
    padding: 22px 15px 8px; }
  .global-main-set-popover .btn {
    margin-bottom: 12px;
    min-width: 185px; }
  .global-main-set-popover .main-set-popover {
    margin-left: 0 !important; }
  .global-main-set-popover .main-settings li.border-top {
    margin-top: 5px !important;
    padding-top: 13px !important; }
  .global-main-set-popover .popover-content .dropdown-menu.examples {
    min-width: 278px;
    right: -8px; }

.main-panel {
  position: absolute;
  top: 48px;
  left: 271px;
  right: 183px;
  bottom: 200px;
  z-index: 1; }
  .main-panel .add-btn {
    position: absolute;
    top: 24px;
    left: 0;
    z-index: 1; }
    .main-panel .add-btn span {
      display: inline-block; }
  .main-panel .add-btn.open span {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg); }
  .main-panel .play-btn {
    position: absolute;
    top: 24px;
    right: 0;
    z-index: 1; }
  .main-panel .main-panel-table {
    display: table;
    width: 100%;
    height: 100%; }
    .main-panel .main-panel-table .main-panel-inner {
      display: table-cell;
      vertical-align: middle;
      text-align: center;
      position: relative; }
  .main-panel .box-editor {
    background-color: #fff;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04);
    padding: 91px 30px;
    display: inline-block;
    position: relative; }
    .main-panel .box-editor .rotate-btn {
      position: absolute;
      top: 30px;
      left: 50%;
      margin-left: -13px; }
    .main-panel .box-editor .editor {
      font-size: 24px;
      font-style: italic;
      color: #1C2429;
      border: 1px solid #caced4;
      position: relative;
      min-width: 250px;
      min-height: 64px; }
      .main-panel .box-editor .editor .resizable-handle {
        width: 10px;
        height: 10px;
        position: absolute;
        background-color: #fff;
        border: 1px solid #caced4; }
        .main-panel .box-editor .editor .resizable-handle:hover {
          border-color: #21d353; }
        .main-panel .box-editor .editor .resizable-handle:active {
          background-color: #21d353;
          border-color: #21d353; }
      .main-panel .box-editor .editor .resizable-handle.top-right {
        top: -5px;
        right: -5px;
        cursor: ne-resize; }
      .main-panel .box-editor .editor .resizable-handle.bottom-right {
        bottom: -5px;
        right: -5px;
        cursor: se-resize; }
      .main-panel .box-editor .editor .resizable-handle.bottom-left {
        bottom: -5px;
        left: -5px;
        cursor: sw-resize; }
      .main-panel .box-editor .editor .resizable-handle.top-left {
        top: -5px;
        left: -5px;
        cursor: nw-resize; }
    .main-panel .box-editor .editor.text {
      padding: 14px 10px; }

.box-editor-control {
  background-color: #fff;
  width: 184px;
  height: 24px;
  text-align: center;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04);
  border-radius: 2px;
  position: absolute;
  bottom: 20px;
  right: 0; }
  .box-editor-control span {
    font-size: 8px;
    font-weight: 300;
    color: #a4aab0; }
  .box-editor-control .range-slider {
    width: 83px;
    margin: 11px 1px 11px 6px;
    display: inline-block;
    vertical-align: middle; }
    .box-editor-control .range-slider .ui-slider-handle {
      width: 14px;
      height: 14px;
      margin-top: -6px; }
  .box-editor-control .box-control-btn {
    display: block;
    width: 24px;
    height: 24px;
    color: #caced4;
    font-size: 12px;
    line-height: 24px; }
    .box-editor-control .box-control-btn:hover {
      color: #21d353; }
    .box-editor-control .box-control-btn.pull-left {
      border-right: 1px solid #e0e2e5; }
    .box-editor-control .box-control-btn.pull-right {
      border-left: 1px solid #e0e2e5;
      font-size: 16px; }

.add-popover {
  min-width: 172px;
  margin-top: 14px !important; }
  .add-popover .popover-content .drop-menu {
    max-height: 120px; }
  .add-popover .popover-content {
    padding: 0 !important; }

.left-panel {
  width: 248px;
  position: absolute;
  top: 48px;
  left: 0;
  bottom: 200px;
  padding: 16px 16px 5px;
  background-color: #fff;
  border-radius: 0 0 2px 0; }
  .left-panel .left-panel-inner {
    overflow: hidden;
    clear: both; }
  .left-panel .left-panel-inner:not(.mCS_no_scrollbar) {
    margin-right: -15px; }
  .left-panel textarea.form-control {
    resize: none;
    height: 42px;
    padding: 0px 8px;
    font-size: 12px; }
  .left-panel .text-control-icons {
    margin: 16px 0 0;
    padding-bottom: 9px; }

.left-panel-controls, .slide-controls {
  margin: 0 0 10px; }
  .left-panel-controls a, .slide-controls a {
    font-size: 14px;
    display: inline-block;
    line-height: 1;
    color: #e0e2e5;
    margin-left: 13px; }
    .left-panel-controls a:first-child, .slide-controls a:first-child {
      margin-left: 0; }
    .left-panel-controls a:hover, .slide-controls a:hover {
      color: #21d353; }
      .left-panel-controls a:hover .icon-remove, .slide-controls a:hover .icon-remove {
        color: #fe4e4e; }

.main-settings {
  padding: 0;
  margin: 0; }
  .main-settings li {
    display: block;
    list-style: none;
    padding: 9.3px 0 !important;
    font-size: 12px;
    color: #a4aab0; }
    .main-settings li a {
      color: #a4aab0; }
    .main-settings li.border-top {
      border-top: 1px solid #f2f3f4;
      margin-top: -2px;
      padding-top: 7.3px !important; }
      .main-settings li.border-top:first-child {
        margin-top: 0;
        padding-top: 9 !important; }
    .main-settings li.border-bottom {
      border-bottom: 1px solid #f2f3f4;
      padding-bottom: 7.3px !important; }
    .main-settings li.border-bottom + li .main-set-btn {
      margin-top: 4px; }
    .main-settings li .set-icons {
      color: #caced4;
      font-size: 14px;
      display: inline-block;
      margin-right: 9px;
      vertical-align: -2px; }
    .main-settings li .set-icon {
      float: right;
      padding-right: 20px;
      display: inline-block;
      cursor: pointer;
      position: relative;
      min-width: 1px;
      min-height: 18px; }
      .main-settings li .set-icon:before {
        content: '\e919';
        font-family: 'icomoon' !important;
        color: #caced4;
        font-size: 12px;
        position: absolute;
        top: 0;
        right: 0;
        letter-spacing: -3px; }
    .main-settings li .set-icon.active:before {
      color: #21d353; }
    .main-settings li .set-val {
      float: right;
      color: #1C2429; }
    .main-settings li .set-val-color {
      display: inline-block;
      float: right;
      width: 26px;
      height: 26px;
      border-radius: 50%;
      border: 1px solid #caced4;
      cursor: pointer;
      margin: -4px 0 0; }
    .main-settings li .main-set-btn {
      display: block;
      font-size: 12px;
      color: #1c2429;
      border: 1px solid #e0e2e5;
      border-radius: 2px;
      padding: 7px 15px 8px;
      margin: -8px 0 5px; }
      .main-settings li .main-set-btn:hover {
        border-color: #21d353; }
      .main-settings li .main-set-btn:active {
        border-color: #21d353;
        background-color: #21d353;
        color: #fff; }
        .main-settings li .main-set-btn:active span {
          color: #fff; }
      .main-settings li .main-set-btn span {
        font-size: 16px;
        display: inline-block;
        color: #caced4;
        width: 20px;
        margin-right: 10px;
        vertical-align: -3px; }
      .main-settings li .main-set-btn .icon-size {
        font-size: 18px;
        vertical-align: -4px;
        margin-left: -1px;
        margin-bottom: -1px; }
  .main-settings .small-input {
    width: 39px;
    text-align: center; }
  .main-settings .sub-item {
    margin-left: 55px; }
  .main-settings ul {
    padding: 0;
    margin: -9px 0; }
  .main-settings .ui-slider-handle {
    width: 17px;
    height: 17px;
    margin-top: -8.5px; }

.popover-content .main-settings li {
  padding: 8px 0 !important; }

.main-set-popover {
  width: 256px;
  margin-left: 30px !important; }
  .main-set-popover .pop-sub-title {
    margin: -12px 0 14px;
    font-size: 12px;
    color: #1C2429;
    padding: 0 15px; }
  .main-set-popover .popover-content {
    padding: 0; }
  .main-set-popover .pop-content.has-padding {
    padding: 12px 15px; }
  .main-set-popover .pop-content {
    padding: 10px 0;
    border-top: 1px solid #e0e2e5; }
    .main-set-popover .pop-content ul {
      padding: 0;
      margin: 0 !important; }
      .main-set-popover .pop-content ul li {
        display: block;
        padding: 0;
        list-style: none; }
        .main-set-popover .pop-content ul li .range-slider {
          display: inline-block;
          width: 119px;
          vertical-align: middle;
          margin: 0; }
          .main-set-popover .pop-content ul li .range-slider .ui-slider-handle {
            width: 17px;
            height: 17px;
            margin-top: -8.5px; }
        .main-set-popover .pop-content ul li .left-col {
          width: 62px;
          display: inline-block; }
        .main-set-popover .pop-content ul li strong {
          color: #1C2429; }
        .main-set-popover .pop-content ul li ul:not(.dropdown-menu) {
          margin: -8px 0 !important; }
        .main-set-popover .pop-content ul li a {
          display: block;
          padding: 9px 10px 10px 16px;
          font-size: 12px;
          color: #1C2429; }
          .main-set-popover .pop-content ul li a:hover {
            background-color: #21d353;
            color: #fff; }
  .main-set-popover .pop-content.max-height-box {
    max-height: 310px;
    overflow-y: hidden; }

.right-panel {
  width: 160px;
  position: absolute;
  top: 48px;
  right: 0;
  bottom: 200px;
  padding: 15px 15px 15px 0;
  background-color: #fff;
  border-radius: 0 0 2px 0; }
  .right-panel .right-panel-inner:not(.mCS_no_scrollbar) {
    max-height: calc(100% - 30px); }
    .right-panel .right-panel-inner:not(.mCS_no_scrollbar) .mCSB_inside {
      margin-right: -15px;
      max-width: none; }
  .right-panel .slide-box {
    margin: 0 8px 16px 15px;
    position: relative; }
    .right-panel .slide-box img {
      width: 100%;
      border-radius: 2px;
      border: 2px solid #e0e2e5; }
    .right-panel .slide-box:not(.current):hover img {
      border-color: #21d353; }
    .right-panel .slide-box .slide-control-box {
      display: none; }
  .right-panel .slide-box.current:before {
    content: '';
    position: absolute;
    top: -8px;
    left: -8px;
    right: -8px;
    bottom: -4px;
    border: 1px solid #21d353;
    border-radius: 2px; }
  .right-panel .slide-box.current * {
    position: relative; }
  .right-panel .slide-box.current .slide-control-box {
    display: block;
    padding: 6px 0 0;
    font-size: 12px; }
    .right-panel .slide-box.current .slide-control-box .slide-duration {
      color: #a4aab0;
      display: inline-block; }
      .right-panel .slide-box.current .slide-control-box .slide-duration .small-input {
        vertical-align: 2px;
        margin-left: 3px; }
    .right-panel .slide-box.current .slide-control-box .slide-control {
      font-size: 14px;
      color: #e0e2e5;
      display: inline-block;
      margin: 2px 0 0 0; }
      .right-panel .slide-box.current .slide-control-box .slide-control:hover {
        color: #21d353; }
    .right-panel .slide-box.current .slide-control-box .slide-control + .slide-control {
      margin-right: 5px; }
  .right-panel .title-label {
    margin-left: 15px;
    margin-bottom: 17px; }
  .right-panel .add-slide-btn {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    color: #fff;
    font-size: 7px;
    text-align: center;
    background-color: #e0e2e5;
    border-radius: 50%;
    line-height: 26px;
    margin: -3px 8px 0 0; }
    .right-panel .add-slide-btn:hover {
      background-color: #21d353; }

.pop-settings {
  min-width: 258px; }
  .pop-settings .pop-content {
    padding: 9px 14px;
    margin: -9px -14px;
    border-top: 1px solid #e0e2e5; }
  .pop-settings .main-settings {
    margin-top: 0; }
    .pop-settings .main-settings li strong {
      color: #1C2429; }
  .pop-settings .slide-controls {
    position: absolute;
    top: 18px;
    right: 36px;
    margin: 0; }
    .pop-settings .slide-controls a {
      font-size: 14px; }

.bottom-panel {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 191px;
  padding: 0 0 0 248px;
  background-color: #fff; }
  .bottom-panel .left-col {
    float: left;
    margin-left: -248px;
    width: 248px; }

.layyers-actions {
  height: 30px;
  padding: 8px 34px 8px 16px; }
  .layyers-actions .title-label {
    margin: 0; }
  .layyers-actions .layyer-action {
    font-size: 14px;
    display: inline-block;
    margin-left: 15px;
    line-height: 1;
    color: #caced4; }
    .layyers-actions .layyer-action:hover {
      color: #21d353; }

.layers-box {
  border-top: 1px solid #f2f3f4;
  border-right: 1px solid #f2f3f4;
  min-height: 160px;
  max-height: 160px; }
  .layers-box .mCSB_scrollTools {
    border-left: 1px solid #f2f3f4; }
  .layers-box .mCSB_scrollTools .mCSB_dragger {
    padding: 5px 0; }
  .layers-box ul {
    padding: 0;
    margin: 0; }
    .layers-box ul li {
      display: block;
      padding: 3px;
      border-bottom: 1px solid #f2f3f4; }
    .layers-box ul .layer-inner {
      display: block;
      padding: 7px 13px;
      font-size: 12px;
      color: #1C2429;
      border: 1px solid transparent;
      border-radius: 2px;
      cursor: pointer; }
      .layers-box ul .layer-inner * {
        vertical-align: middle; }
      .layers-box ul .layer-inner:hover {
        color: #21d353;
        border-color: #21d353; }
        .layers-box ul .layer-inner:hover * {
          color: #21d353 !important; }
      .layers-box ul .layer-inner .layyer-icon {
        color: #caced4;
        font-size: 16px;
        display: inline-block;
        margin-right: 5px;
        line-height: 1; }
      .layers-box ul .layer-inner .layyer-action {
        font-size: 14px;
        display: inline-block;
        margin-left: 15px;
        line-height: 1;
        color: #caced4; }

.layers-box.mCS_no_scrollbar .layer-inner {
  padding-right: 29px; }

.timeline {
  white-space: nowrap;
  height: 30px;
  font-size: 0;
  border-bottom: 1px solid #f2f3f4;
  padding-top: 24px; }
  .timeline span {
    display: inline-block;
    position: relative;
    font-size: 12px;
    color: #a4aab0;
    width: 158px;
    height: 6px;
    border-right: 1px solid #a4aab0; }
    .timeline span:first-child {
      border-left: 1px solid #a4aab0; }
      .timeline span:first-child i {
        left: 0; }
    .timeline span:before {
      content: '';
      position: absolute;
      bottom: 0;
      width: 78px;
      height: 3px;
      border-left: 1px solid #a4aab0;
      border-right: 1px solid #a4aab0;
      left: 50%;
      margin-left: -39px; }
    .timeline span:after {
      content: '';
      position: absolute;
      bottom: 0;
      width: 1px;
      height: 3px;
      background-color: #a4aab0;
      left: 50%;
      margin-left: -0.5px; }
    .timeline span i {
      font-style: normal;
      display: inline-block;
      position: relative;
      top: -18px;
      left: -4px; }

.timeline-box {
  border-bottom: 1px solid #f2f3f4;
  padding: 3px 0;
  height: 38px; }
  .timeline-box .timeline-el.green {
    background-color: #d9feca;
    color: #1ba442; }
    .timeline-box .timeline-el.green p {
      border-color: #1ba442; }
      .timeline-box .timeline-el.green p:before {
        border-color: transparent transparent transparent #1ba442; }
    .timeline-box .timeline-el.green .ui-resizable-handle {
      background-color: #21d353; }
    .timeline-box .timeline-el.green .timeline-set {
      background-color: #21d353;
      box-shadow: 0 6px 10px 0 rgba(33, 211, 83, 0.33); }
  .timeline-box .timeline-el.blue {
    background-color: #d0e6ff;
    color: #499be2; }
    .timeline-box .timeline-el.blue p {
      border-color: #499be2; }
      .timeline-box .timeline-el.blue p:before {
        border-color: transparent transparent transparent #499be2; }
    .timeline-box .timeline-el.blue .ui-resizable-handle {
      background-color: #499be2; }
    .timeline-box .timeline-el.blue .timeline-set {
      background-color: #499be2;
      box-shadow: 0 6px 10px 0 rgba(33, 106, 211, 0.33); }
  .timeline-box .timeline-el {
    min-width: 10px;
    height: 32px !important;
    display: inline-block;
    position: relative;
    cursor: move;
    white-space: nowrap; }
    .timeline-box .timeline-el .inner {
      overflow: hidden;
      height: 38px;
      margin-top: -2px;
      padding: 2px 0; }
    .timeline-box .timeline-el .ui-resizable-handle {
      position: absolute;
      top: -2px;
      bottom: -2px;
      left: 0;
      width: 5px;
      cursor: col-resize;
      border-radius: 5px; }
      .timeline-box .timeline-el .ui-resizable-handle:before {
        content: '';
        position: absolute;
        top: 50%;
        left: 1px;
        margin-top: -5px;
        width: 3px;
        border-left: 1px solid #fff;
        border-right: 1px solid #fff;
        height: 10px; }
    .timeline-box .timeline-el .ui-resizable-handle.ui-resizable-e {
      left: auto;
      right: 0; }
    .timeline-box .timeline-el .timeline-set {
      width: 36px;
      height: 36px;
      border-radius: 50%;
      margin: -2px 6px -2px 15px;
      cursor: pointer;
      color: #fff;
      text-align: center;
      line-height: 39px;
      font-size: 15px;
      display: inline-block; }
    .timeline-box .timeline-el p {
      margin: 0 15px 0 0;
      padding-right: 15px;
      font-size: 10px;
      line-height: 2.1;
      display: inline-block;
      color: inherit;
      border-top: 1px solid;
      position: relative; }
      .timeline-box .timeline-el p:before {
        content: '';
        position: absolute;
        top: -3px;
        right: -2px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 2.5px 0 2.5px 3px;
        border-color: transparent transparent transparent #1ba442; }

.tooltip .short {
  display: none !important; }

.timeline-col {
  position: relative;
  height: 191px; }
  .timeline-col .timeline-scroll-box {
    overflow: hidden;
    display: grid; }
  .timeline-col .timeline-col-inner {
    height: 161px;
    overflow: auto; }
    .timeline-col .timeline-col-inner .mCSB_container_wrapper {
      margin-right: 16px;
      margin-bottom: 16px; }
      .timeline-col .timeline-col-inner .mCSB_container_wrapper:not(.mCS_no_scrollbar_y) .mCSB_container {
        padding-right: 16px; }
      .timeline-col .timeline-col-inner .mCSB_container_wrapper:not(.mCS_no_scrollbar_x) .mCSB_container {
        padding-bottom: 16px; }
    .timeline-col .timeline-col-inner .timeline {
      height: 1px;
      visibility: hidden;
      padding: 0; }

.timeline-main-set-popover {
  width: 495px;
  max-width: none;
  font-size: 12px; }
  .timeline-main-set-popover .left-col {
    width: 225px;
    float: left;
    margin-left: 0; }
  .timeline-main-set-popover .right-col {
    width: 225px;
    float: right;
    padding-top: 4px; }
  .timeline-main-set-popover .btn:not(.btn-circle) {
    min-width: 105px; }
  .timeline-main-set-popover .effect-preview-box {
    border-radius: 2px;
    background-color: #fff;
    border: solid 1px #e0e2e5;
    height: 224px;
    padding: 10px;
    margin-bottom: 18px;
    margin-top: -3px; }
  .timeline-main-set-popover p {
    font-size: 12px;
    margin-bottom: 10px; }
  .timeline-main-set-popover ul {
    padding: 0;
    margin: 0; }
    .timeline-main-set-popover ul li {
      list-style: none;
      clear: both;
      font-size: 12px;
      margin-bottom: 15px; }
      .timeline-main-set-popover ul li .icon {
        font-size: 16px;
        color: #caced4;
        display: inline-block;
        margin-right: 7px;
        vertical-align: -3px; }
  .timeline-main-set-popover .effects-container {
    border: 1px solid #e0e2e5;
    padding: 16px; }
    .timeline-main-set-popover .effects-container hr {
      margin: 15px -16px 0;
      border-width: 1px 0 0 0;
      border-color: #e0e2e5; }
    .timeline-main-set-popover .effects-container .max-height-box {
      max-height: 287px;
      padding-top: 15px;
      overflow: hidden; }
    .timeline-main-set-popover .effects-container .max-height-box:not(.mCS_no_scrollbar) {
      margin-right: -16px; }
  .timeline-main-set-popover .effect-box {
    margin-bottom: 8px;
    font-size: 0; }
    .timeline-main-set-popover .effect-box:last-child {
      margin-bottom: 0; }
    .timeline-main-set-popover .effect-box label {
      margin-bottom: 0; }
    .timeline-main-set-popover .effect-box [type="radio"]:not(:checked) + span:before, .timeline-main-set-popover .effect-box [type="radio"]:checked + span:before {
      top: 15px;
      left: auto;
      right: -28px; }
    .timeline-main-set-popover .effect-box [type="radio"]:not(:checked) + span:after, .timeline-main-set-popover .effect-box [type="radio"]:checked + span:after {
      top: 18px;
      left: auto;
      right: -25px; }
    .timeline-main-set-popover .effect-box .effect-img {
      width: 48px;
      height: 48px;
      border-radius: 2px;
      border: 1px solid #e0e2e5;
      text-align: center;
      line-height: 48px;
      margin-right: 8px;
      display: inline-block;
      vertical-align: middle;
      font-size: 20px; }
    .timeline-main-set-popover .effect-box .effect-name {
      width: 96px;
      height: 48px;
      border-radius: 2px;
      border: 1px solid #e0e2e5;
      text-align: center;
      line-height: 48px;
      font-size: 12px;
      display: inline-block;
      vertical-align: middle;
      margin-right: 8px;
      padding: 0;
      color: #1C2429;
      font-weight: normal; }
    .timeline-main-set-popover .effect-box.custom-effect .btn-circle {
      width: 40px;
      height: 40px;
      font-size: 17px;
      line-height: 40px;
      margin: 0 4px 7px 4px;
      box-shadow: 0 1px 10px 0px rgba(33, 211, 83, 0.33);
      cursor: auto; }
    .timeline-main-set-popover .effect-box [type="radio"]:checked + .effect-name {
      border-color: #21d353; }

.tooltip-inner .timeline-set.green {
  background-color: #21d353;
  box-shadow: 0 6px 10px 0 rgba(33, 211, 83, 0.33); }

.tooltip-inner .timeline-set.blue {
  background-color: #499be2;
  box-shadow: 0 6px 10px 0 rgba(33, 106, 211, 0.33); }

.tooltip-inner .timeline-set {
  width: 29px;
  height: 29px;
  border-radius: 50%;
  margin: -2px 6px -2px 0;
  cursor: pointer;
  color: #fff;
  text-align: center;
  line-height: 32px;
  font-size: 12px;
  padding-left: 2px;
  display: inline-block; }

.tooltip-inner p {
  margin: 3px 0 0 0;
  padding-right: 0;
  font-size: 10px;
  line-height: 1.6;
  display: inline-block;
  color: inherit;
  border-top: 1px solid;
  position: relative; }
  .tooltip-inner p:before {
    content: '';
    position: absolute;
    top: -3px;
    right: -2px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 2.5px 0 2.5px 3px;
    border-color: transparent transparent transparent #fff; }

.gallery {
  margin: 0 0 0 -16px; }
  .gallery .gallery-item {
    float: left;
    width: 112px;
    height: 112px;
    margin-left: 16px;
    margin-top: 16px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: relative; }
    .gallery .gallery-item:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: rgba(0, 0, 0, 0.22); }
    .gallery .gallery-item .item-size, .gallery .gallery-item .item-weight, .gallery .gallery-item .item-title {
      color: #fff;
      font-weight: 500;
      font-size: 10px;
      position: absolute;
      z-index: 1;
      right: 7px;
      text-align: right; }
    .gallery .gallery-item .item-size {
      top: 5px; }
    .gallery .gallery-item .item-weight {
      top: 20px; }
    .gallery .gallery-item .item-title {
      font-size: 12px;
      text-align: center;
      left: 5px;
      bottom: 5px; }
    .gallery .gallery-item:hover:before, .gallery .gallery-item:hover .item-size, .gallery .gallery-item:hover .item-weight, .gallery .gallery-item:hover .item-title {
      display: none; }

.gallery-controls .pagination {
  margin: 1px 0 0; }

.gallery-controls .btn-circle {
  width: 32px;
  height: 32px;
  font-size: 16px;
  line-height: 32px; }

.gallery-controls .tags-box {
  margin-top: 12px;
  max-width: 410px; }

.gallery-search {
  width: 210px;
  position: relative;
  margin-top: -8px; }
  .gallery-search:before {
    content: '\e917';
    font-family: 'icomoon' !important;
    font-size: 11px;
    color: #a4aab0;
    position: absolute;
    top: 3px;
    left: 5px; }
  .gallery-search input {
    font-size: 12px;
    color: #1c2429;
    padding: 2px 5px 2px 20px;
    border: none;
    border-bottom: 1px solid #e0e2e5;
    box-shadow: none;
    width: 100%;
    outline: none; }
    .gallery-search input:focus {
      border-color: #21d353; }

.tag {
  border-radius: 10px;
  border: 1px solid #e0e2e5;
  font-size: 10px;
  line-height: 1;
  color: #1c2429;
  display: inline-block;
  padding: 3px 8px;
  cursor: pointer;
  margin-left: 8px; }
  .tag:first-child {
    margin-left: 0; }
  .tag:hover {
    border-color: #21d353;
    color: #1c2429; }
  .tag.active {
    background-color: #21d353;
    border-color: #21d353;
    color: #fff;
    position: relative;
    padding-right: 17px; }
    .tag.active:before {
      content: '\e90a';
      font-family: 'icomoon' !important;
      position: absolute;
      top: 50%;
      margin-top: -3px;
      right: 6px;
      font-size: 6px;
      color: #fff; }

.upload-box {
  height: 350px;
  text-align: center; }
  .upload-box .upload-text {
    margin: 100px 0 0;
    display: inline-block; }
    .upload-box .upload-text p {
      color: #a4aab0;
      font-size: 14px;
      margin-bottom: 20px; }
    .upload-box .upload-text .btn-circle {
      font-size: 16px;
      width: 32px;
      height: 32px;
      line-height: 32px; }
    .upload-box .upload-text .group-link label {
      margin-top: 5px; }

.preview-modal .modal-header {
  background-color: #f5f7fa;
  border-color: #e0e2e5;
  padding-left: 173px; }

.preview-modal .modal-body {
  position: relative;
  padding-top: 31px;
  text-align: center; }
  .preview-modal .modal-body:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: #f5f7fa;
    height: 50%;
    z-index: 1; }
  .preview-modal .modal-body * {
    position: relative;
    z-index: 2; }

.preview-box-control {
  margin: 0 0 20px;
  display: inline-block; }

.preview-mobile {
  width: 262px;
  height: 462px;
  background: url(../img/iphone.svg);
  margin: 0 auto;
  padding: 44px 49px 125px;
  position: relative; }
  .preview-mobile .inner {
    height: 100%;
    overflow: auto; }

.preview-desktop {
  width: 674px;
  height: 462px;
  background: url(../img/macbook.svg);
  margin: 0 auto;
  padding: 27px 81px 116px 83px;
  position: relative; }
  .preview-desktop .inner {
    height: 100%;
    overflow: auto; }

.preview-settings {
  display: inline-block;
  padding: 0;
  margin: 0; }
  .preview-settings li {
    list-style: none;
    text-align: left;
    clear: both;
    margin-bottom: 8px;
    font-size: 12px;
    color: #1c2429; }
    .preview-settings li .switch {
      margin-left: 13px;
      margin-top: 1px; }

.preview-play {
  display: inline-block;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #E0E2E5;
  position: relative;
  margin: 0 0 0 70px;
  vertical-align: 5px; }
  .preview-play:before {
    content: '\e918';
    font-family: 'icomoon' !important;
    position: absolute;
    top: -3px;
    left: 5px;
    font-size: 38px;
    color: #fff; }
  .preview-play:after {
    content: '\e913';
    font-family: 'icomoon' !important;
    position: absolute;
    top: 12px;
    left: 17px;
    font-size: 17px;
    color: #fff; }
  .preview-play:hover {
    background-color: #21d353; }

.preview-tabs {
  padding: 0;
  margin: 0 20px 0 0;
  display: inline-block;
  vertical-align: top; }
  .preview-tabs li {
    display: inline-block;
    list-style: none;
    margin-left: 20px;
    text-align: center; }
    .preview-tabs li:first-child {
      margin-left: 0; }
    .preview-tabs li a {
      color: #a4aab0;
      font-size: 12px; }
    .preview-tabs li span {
      display: block;
      width: 64px;
      height: 64px;
      list-style: none;
      border: 1px solid #caced4;
      background-color: #fff;
      color: #caced4;
      font-size: 35px;
      margin-bottom: 10px;
      line-height: 64px; }
    .preview-tabs li.active span {
      background-color: #21d353;
      color: #fff;
      border-color: #21d353;
      box-shadow: 0 10px 20px rgba(33, 211, 83, 0.33); }
    .preview-tabs li.active a {
      color: #1c2429; }

.help-modal .modal-body {
  position: relative;
  min-height: 540px;
  padding-left: 295px; }

.help-modal .modal-header .modal-title {
  width: 234px; }

.help-modal .modal-header .btn {
  margin: -7px 0 -4px 15px;
  min-width: 150px; }

.side-menu {
  padding-top: 20px;
  padding-bottom: 5px;
  position: absolute;
  top: 0;
  left: 0;
  width: 280px;
  bottom: 0;
  border-right: 1px solid #e0e2e5;
  overflow: hidden; }
  .side-menu ul {
    padding: 0;
    margin: 0;
    /* li:first-child
			margin-top: 18px

			ul
				li:first-child
					margin-top: 0 */ }
    .side-menu ul li {
      list-style-type: none; }
      .side-menu ul li a, .side-menu ul li span {
        font-size: 13px;
        line-height: 1.33;
        padding: 11px 10px 12px 47px;
        color: #a4aab0;
        display: block;
        text-decoration: none !important;
        position: relative; }
        .side-menu ul li a i, .side-menu ul li span i {
          position: absolute;
          top: 50%;
          margin-top: -8.6px;
          left: 15px;
          font-size: 16px;
          color: #e0e2e5; }
      .side-menu ul li a {
        padding-left: 61px; }
  .side-menu .scroll-container {
    max-height: 100%; }
    .side-menu .scroll-container .mCSB_inside > .mCSB_container {
      margin-right: 0; }
  .side-menu .text {
    padding: 5px 20px 0 45px; }
    .side-menu .text h5 {
      margin: 0 0 3px;
      line-height: 1.3; }
    .side-menu .text p {
      font-size: 12px;
      color: #959DA5; }
  .side-menu .fixed-menu .parent-active span {
    color: #1c252a;
    font-weight: 500; }

.side-menu li.parent-active > a * {
  color: #21d353; }

.side-menu li.parent-active > span * {
  color: #21d353; }

.side-menu li.active a {
  color: #21d353; }
  .side-menu li.active a * {
    color: #21d353; }

.side-menu li a:hover {
  background-color: #21d353;
  color: #fff; }
  .side-menu li a:hover * {
    color: #fff; }

.side-menu .toggle-menu li a, .side-menu .toggle-menu li span {
  font-size: 12px; }

.side-menu .toggle-menu .has-child span {
  position: relative;
  padding-right: 35px;
  cursor: pointer; }
  .side-menu .toggle-menu .has-child span:before {
    content: '\e947';
    font-family: 'icomoon' !important;
    position: absolute;
    top: 15px;
    right: 25px;
    color: #e0e2e5;
    font-size: 9px; }

.side-menu .toggle-menu .has-child.parent-active span {
  color: #1c252a; }
  .side-menu .toggle-menu .has-child.parent-active span:before {
    content: '\e942';
    color: #1c252a; }

.side-menu .toggle-menu li ul {
  padding-top: 0;
  padding-bottom: 0; }

.side-menu .toggle-menu li:not(.parent-active) ul {
  display: none; }

.help-right-col {
  max-height: 508px;
  overflow: auto;
  padding-top: 9px; }
  .help-right-col h5, .help-right-col p {
    font-size: 12px; }
  .help-right-col:not(.mCS_no_scrollbar) {
    margin-right: -16px; }

.tutorials-box {
  position: relative; }
  .tutorials-box .play-btn {
    width: 59px;
    height: 59px;
    border: 8px solid #fff;
    display: inline-block;
    border-radius: 50%;
    font-size: 44px;
    line-height: 44px;
    background-color: #fff;
    color: #21d353;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -28.5px 0 0 -28.5px; }
    .tutorials-box .play-btn i {
      box-shadow: 0 10px 20px 0 rgba(33, 211, 83, 0.33);
      border-radius: 50%; }

.custom-effect-preview {
  height: 239px;
  border: 1px solid #e0e2e5;
  padding: 10px; }

.custom-effect-controls {
  margin: 15px -16px 0;
  padding: 15px 15px 0;
  border-top: 1px solid #e0e2e5; }
  .custom-effect-controls .left {
    float: left;
    width: 270px; }
  .custom-effect-controls .right {
    float: right;
    width: 282px;
    padding-right: 15px; }
  .custom-effect-controls .left-col {
    width: 98px;
    display: inline-block; }
  .custom-effect-controls .range-slider {
    width: 128px;
    display: inline-block;
    vertical-align: middle;
    margin: 0; }
  .custom-effect-controls .main-settings li {
    padding: 8px 0 !important; }

.animation-controls-modal .modal-body {
  position: relative;
  background-color: #f5f7fa;
  height: 500px;
  padding: 0 0 0 304px; }

.animation-controls-modal .modal-footer {
  padding-left: 304px; }

.animation-controls-modal .left-side {
  position: absolute;
  top: 0;
  left: 0;
  bottom: -73px;
  max-height: 573px;
  overflow: auto;
  width: 304px;
  background-color: #fff;
  border-right: 1px solid #e0e2e5;
  padding: 20px 16px; }
  .animation-controls-modal .left-side.mCustomScrollbar:not(.mCS_no_scrollbar) {
    padding-right: 0; }
  .animation-controls-modal .left-side .main-settings {
    min-height: 100%; }
    .animation-controls-modal .left-side .main-settings li strong {
      color: #1c2429; }
  .animation-controls-modal .left-side .range-slider {
    width: 120px;
    margin: 0;
    display: inline-block;
    vertical-align: middle; }
  .animation-controls-modal .left-side .left-col {
    display: inline-block;
    width: 60px; }

.animation-controls-modal .right-side {
  height: 500px;
  width: 100%;
  display: table; }
  .animation-controls-modal .right-side .right-side-inner {
    display: table-cell;
    padding: 24px;
    text-align: center;
    vertical-align: middle;
    position: relative; }
    .animation-controls-modal .right-side .right-side-inner .animation-preview-box {
      width: 304px;
      height: 248px;
      background-color: #fff;
      box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04);
      display: inline-block; }
  .animation-controls-modal .right-side .box-editor-control {
    right: 20px; }

.animation-controls-modal .main-settings li {
  padding: 8px 0 !important; }
  .animation-controls-modal .main-settings li .set-icons {
    width: 16px;
    text-align: right;
    font-size: 15px; }
  .animation-controls-modal .main-settings li .icon-timer {
    font-size: 16px; }

.animation-controls-modal .main-settings .sub-item {
  margin-left: 48px; }

.saving-success-modal {
  text-align: center; }
  .saving-success-modal p {
    font-size: 14px !important; }
  .saving-success-modal .success-box {
    width: 160px;
    height: 160px;
    background-color: #21d353;
    border-radius: 50%;
    color: #fff;
    font-size: 12px;
    margin: 30px auto 0;
    padding: 23px 23px;
    line-height: 1.2; }
    .saving-success-modal .success-box .icon-check2 {
      font-size: 22px; }
    .saving-success-modal .success-box .btn {
      border-radius: 4px; }
    .saving-success-modal .success-box p {
      font-size: 12px !important; }
  .saving-success-modal .modal-body {
    padding: 30px 16px;
    position: relative; }
    .saving-success-modal .modal-body .close {
      position: absolute;
      top: 8px;
      right: 8px;
      font-size: 13px; }

@media (-webkit-min-device-pixel-ratio: 2) {
  .tag {
    padding: 6px 8px 3px; }
  .square-icon {
    line-height: 28px; } }

@media (min-width: 992px) {
  .modal-lg {
    width: 785px; }
  .preview-modal {
    width: 815px; }
  .help-modal {
    width: 860px; }
  .custom-effect-modal {
    width: 640px; }
  .animation-controls-modal {
    width: 960px; } }

@media (min-width: 768px) {
  .modal-sm {
    width: 405px; } }
