/******************************************************************************
 * @name:       animator.css
                the part of Enliven"em script (Animation Editor)
 * @version:    1.8
 * @URL:        https://enlivenem.com
 * @copyright:  (c) 2014-2019 DeeThemes (https://codecanyon.net/user/DeeThemes)
 * @licenses:   https://codecanyon.net/licenses/regular
                https://codecanyon.net/licenses/extended

 * THIS ANIMATION EDITOR IS FOR LOCAL USE ONLY.
 * DO NOT UPLOAD IT AT ANY SERVER!
******************************************************************************/
html {
  position: relative;
  min-height: 100%;
}
body {
  padding-top: 20px;
  margin-bottom: 35px;
}
@font-face {
  font-family: 'Enlivenem';
  src: url('../fonts/enlivenem.eot');
  src: url('../fonts/enlivenem.eot?#iefix') format('embedded-opentype'), url('../fonts/enlivenem.woff') format('woff'), url('../fonts/enlivenem.ttf') format('truetype'), url('../fonts/enlivenem.svg#enlivenem') format('svg');
}
.enlivenemicon {
  position: relative;
  display: inline-block;
  font-family: 'Enlivenem';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  font-size: 16px;
  color: #444;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.enlivenem-circle:before {
  content: "\e600";
}
.enlivenem-ellipse:before {
  content: "\e601";
}
.enlivenem-group:before {
  content: "\e602";
}
.enlivenem-image:before {
  content: "\e603";
}
.enlivenem-line:before {
  content: "\e604";
}
.enlivenem-link:before {
  content: "\e605";
}
.enlivenem-path:before {
  content: "\e606";
}
.enlivenem-polygon:before {
  content: "\e607";
}
.enlivenem-polyline:before {
  content: "\e608";
}
.enlivenem-rect:before {
  content: "\e609";
}
.enlivenem-text:before {
  content: "\e60a";
}
.enlivenem-use:before {
  content: "\e60b";
}
.page-header {
  padding-bottom: 0px;
  margin: 0px 0 20px;
}
.container {
  width: 1170px !important;
}
#wrap {
  position: relative;
}
#header {
  position: absolute;
  top: 0;
  right: 33px;
  color: #999;
}
button:focus,
button:active,
button:hover {
  outline:0px !important;
  -webkit-appearance:none;
}
.nav-tabs {
  margin-bottom: 20px;
}
.tabedit.active a{
  background-color: #F0F0F0!important;
}
#editor {
  margin-top: -20px;
}
#editor label {
  font-weight: normal;
  margin-left: 10px;
}
.btns {
  display: inline;
  float: right;
  margin-top: -1px;
  background-color: #F0F0F0;
  width: 100%;
  height: 46px;
  border: 1px solid #e3e3e3;
  padding: 5px 6px;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 14px;
  margin: 0 1px;
}
#add {
  padding: 3px 10px 4px;
  font-size: 16px;
}
#remove {
  padding: 2px 10px;
  font-size: 18px;
}
#playone {
  margin-left: 10px;
  padding: 5px 12px;
}
#playall {
  padding: 1px 10px 2px;
  font-size: 19px;
}
.toolbox {
  padding: 5px;
  margin-bottom: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #F0F0F0;
  border-radius: 0;
  border-top-width: 0;
}
.toolbox > span {
  display: inline;
  line-height: 2.23;
  float: left;
  padding-left: 11px;
  margin-right: 23px;
}
#glob-opt label {
  margin-right: 7px;
}
#glob-del label {
  margin-right: 3px;
  margin-left: 20px;
}
.checkbox-inline.last {
  padding-left: 0;
  margin-bottom: 0px;
}
input[type="number"] {
  width:65px!important;
}
#anim-opacity {
  width:52px!important;
}
#anim-stroke {
  width:55px!important;
}
#anim-custom {
  width:231px!important; 
}
#anim-alongpath {
  width:274px!important;
}
#anim-morph {
  width:333px!important; 
}
.form-control {
  height: 30px;
  padding: 3px 3px;
  font-size: 14px;
  line-height: 1.42857143;
}
#workarea {
  padding-right: 0;
  width: 877px;
  margin-top: -1px;
}
#svgrootwrap {
  height: 635px;
  width: 863px;
  background-color: #fff;
  position: relative;
  overflow: hidden;
  border: 1px solid #e3e3e3;
  border-right: none;
  border-bottom: none;
}
#svgroot > svg {
  border: 1px solid #e3e3e3;
  box-sizing: content-box;
}
#treecol {
  padding-left: 0;
}
#treewrap {
  margin-top: -1px;
  width: 100%;
  height: 100%;
  background-color: #F0F0F0;
}
#tree {
  padding: 15px 0px;
  width: 100%;
  height: 591px;
  overflow: auto;
  border: 1px solid #e3e3e3;
}
.idintree {
  color: #999;
}
.vis-hid {
  margin-left: 5px;
  width: 24px;
  height: 24px;
  line-height: 22px;
}
.vis {
  color: #595959;
}
.hid {
  color: #999;
}
.hidden {
  visibility: hidden;
}
#zoombox, .breadcrumb {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#zoombox {
  position: absolute;
  z-index: 1000;
  bottom: 8px;
  right: 0px;
  cursor: pointer;
  padding: 0 10px;
  opacity: 0.6;
}
#bg-color-box {
  position: absolute;
  z-index: 1000;
  bottom: 8px;
  left: 8px;
  cursor: pointer;
  padding: 0;
}
#statuswrap {
  margin-top: -1px;
  background-color: #F0F0F0;
}
#status {
  width: 750px;
  border: 1px solid #e3e3e3;
  border-right: none;
}
#cur-anim {
  margin-left: -31px;
  width: 391px;
  min-height: 38px;
  padding: 8px 15px;
  border: 1px solid #e3e3e3;
  border-left: none;
}
.breadcrumb {
  margin-bottom: 0;
  background-color: transparent;
}
.breadcrumb>li+li:before {
  color: #333;
  content: "\003E";
  font-weight: normal;
  padding-left: 10px;
  padding-right: 10px;
}
.breadcrumb > li.active {
  color: #333;
  font-weight: bold;
}
.breadcrumb li {
  cursor: pointer;
}
.breadcrumb li.noselect {
  cursor: default;
}
.animatedmark,
.animatedmark i:before {
  color: #d9534f!important;
}
.idinstatus {
  color: #999;
}
.animinstatus {
  color: #999;
  /*font-weight: normal;*/
}
.sp-replacer {
  border: solid 1px #ccc;
  background: #eee;
}
.jstree-default .jstree-wholerow-clicked {
  background: #B2DCE9!important;
}
#res-code {
  margin-bottom: 20px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 35px;
}