html,body{
        margin: 0;
        padding: 0;
        height: 100%;
        width: 100%;
        overflow: auto;
        font-family: Microsoft Yahei;
        cursor: default;
        position: relative;
        min-width: 1314px;
}
*{
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}
input{
  -webkit-user-select: initial;
  -khtml-user-select: initial;
  -moz-user-select: initial;
  -o-user-select: initial;
  user-select: initial;
}
.colorpickerWrapper{
    position: relative;
    display: inline-block;
}
.suboptTitle{
    text-align: center;
    color: #C7C7C7;
    font-size: 16px;
    font-family: Microsoft Yahei UI Light;
    position: absolute;
    width: 100%;
    margin-top: 6px;
}
.switchOper .suboptTitle{
    margin-top: 37px;
}
.startStyleOpt .suboptTitle{
    margin-top: 21px;
    font-size: 12px;
    top: 32px;
}
.icon-small{
    width: 17px;
    height: 22px !important;
    background: url(image/redo.png) no-repeat;
    background-size: 100%;
    background-position: 0 2px;
    display: inline-block;
    vertical-align: top !important;
}
.icon-small-title{
    width: auto;
    padding-left: 10px;
}
.icon-small-title .title{
    display: inline-block;
    vertical-align: top;
}
.icon-big{
    width: 41px;
    height: 60px !important;
    display: inline-block;
    background: url(image/save.png) 0px 4px no-repeat;
    background-size: 100%;
    vertical-align: top;
}
.icon-big .title{
    margin-top: 36px;
    
    display: block;
    text-align: center;
    font-size: 12px !important;
}
ul{
    /* list-style: none; */
    padding: 0;
    margin: 0;
}
ol{
    padding: 0;
    margin: 0;
    list-style-position: inside;
}

input[type=file]{
        opacity: 0;
        height: 0;
}
.header{
        height: 114px;
        border-bottom: 1px solid #c6c6c6;
        position: relative;
        z-index: 11;
        flex-shrink: 0;
}
.header .logo{
    background: url(image/litepage_white.png) no-repeat 0 5px;
    /* position: absolute; */
    /* left: 12px; */
    /* top: -1px; */
    display: inline-block;
    width: 42px;
    height: 34px;
    background-size: 43px;
    /* box-shadow: 1px 1px 1px 1px #6E4747; */
    vertical-align: top;
    margin-right: 0;
    margin-top: -6px;
    overflow: hidden;
    display: none;
}
.fullscreen{
    background: url(image/fullscreen.png) no-repeat center center;
    display: inline-block;
    width: 27px;
    height: 22px;
    position: absolute;
    right: 7px;
    top: 3px;
    background-size: 19px;
    border-radius: 3px;
}
.fullscreen:hover{
        background-color: rgb(126, 141, 255);
}
.fullscreen.out{
    background-image: url(image/fullscreen_out.png);
}
.workTitle{
        height: 25px;
        text-align: center;
        color: #fff;
        font-size: 14px;
        line-height: 24px;
        position: absolute;
        top: 5px;
        left: 50%;
        z-index: 11;
}

.workTitle {
}
.left{
    width: 160px;
    /* border-right: 2px solid rgb(173, 173, 173); */
    /* -webkit-box-shadow: 2px 0 2px 0 rgba(64, 71, 113, 0.37); */
    /* bottom: 0; */
    /* top: 115px; */
    /* z-index: 10; */
    border-right: 1px solid #c6c6c6;
    background-color: rgb(233, 233, 233);
    display: block;
    position: relative;
}
.newpageoper{
    text-align: center;
    padding-top: 10px;
}
.btn{
    width: 50px;
    /* height: 10px; */
    background: rgb(11, 126, 180);
    padding: 8px 15px;
    display: inline-block;
    /* cursor: pointer; */
    color: #fff;
    border-radius: 4px;
}
.btn:hover{
        background-color: rgb(103, 201, 247);
}
.btn:active{
    background-color: rgb(8, 89, 128);
    
}
.pages{
    margin: 0;
    padding: 0;
    overflow: auto;
    position: absolute;
    top: 57px;
    left: 0;
    right: 0;
    bottom: 0;
    padding-bottom: 10px;
}
.pages > li{
    list-style: none;
    height: 134px;
    /* cursor: pointer; */
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px;
    position: relative;
}
.pages li:hover{
    background: #E9F2FA;
    
}
.pages li.active{
    background: #9cf;
}

.close{
    background: #FFC337;
    width: 22px;
    height: 22px;
    color: #FFFFFF;
    position: absolute;
    top: 4px;
    right: 8px;
    border-radius: 50%;
    /* padding: 5px; */
    text-align: center;
    vertical-align: middle;
    line-height: 19px;
    display: none;
    font-size: 20px;
}
.pages li:hover .close{
}
.pages .close:hover{
    background-color: rgb(252, 110, 110);
}
.pages .close:active{
    background-color: rgb(255, 69, 69);
}
.pages .num{
    color: #888;
    margin-left: 6px;
    padding-top: 12px;
    float: left;
}
.pages .active .num{
    color: #fff;
}
.pages .preview{
    width: 120px;
    height: 75px;
    background: #fff;
    float: left;
    margin-top: 5px;
    margin-left: 9px;
    border: 1px solid #C6C6C6;
    border-radius: 3px;
    position: absolute;
    overflow: hidden;
    box-shadow: 5px 4px 10px 4px rgba(124, 124, 124, 0.31);
}
.pages .preview img, .pages .previewCom,.pages .preview .previewText, .pages .preview .previewRect{
    position: absolute;
    
}
.right{
    background: #D0D0D0;
    position: relative;
    overflow: hidden;
    z-index: 1;
    /* top: 114px; */
    /* bottom: 0; */
    /* left: 161px; */
    /* right: 256px; */
    flex: 1;
    transition: all ease-in 0.3s;
}
.workpage{
    height: 568px;
    background: #E9E9E9;
    width: 320px;
    border: 1px solid #CEBFBF;
    position: absolute;
    left: 50%;
    top: 50%;
    transform-origin: 50% 50%;
    -webkit-transform: translate(-50%,-50%);
    overflow: visible;
    /* box-shadow: 0 0 21px 1px rgba(175,175,175,.61); */
}
.workitem{
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        background: #fff;
        overflow: inherit;
        box-shadow: 0 0 21px 1px rgba(175,175,175,.61);
}

.toolbar{
    position: relative;
    left: 62px;
    background: #0b7eb4;
    height: 34px;
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    padding: 0;
}
.toolbar .file{
        position: absolute;
        left: -62px;
        top: 0px;
}
.toolbar .file .fileTitle:hover{
    background: rgb(45, 210, 143);
}
.toolbar .file .fileTitle.active{
    
}
.toolbar .file .subopt{
    position: absolute;
    top: 34px;
    left: 0;
    width: 100%;
    z-index: 100;
    display: block;
    padding: 0;
    border: 1px solid rgb(6, 192, 181);
    box-sizing: border-box;
}
.toolbar .file .subopt.active{
    background-color: rgb(255, 255, 255);
}
.toolbar .file .subopt li{
    width: 100%;
    
    text-align: center;
    font-size: 14px;
}
.toolbar .file .subopt li:hover{
    background: rgb(80, 191, 245);
    color: #fff;
}
.toolbar .file .subopt li a{
    text-decoration: none;
    
    color: inherit;
}

.fileTitle{
    background: #06c0b5;
    padding: 9px 15px;
    color: #fff;
    cursor: default;
    height: 16px;
    line-height: 16px;
}
.toolbar > ul > li {
    padding: 9px 22px;
    color: rgb(255, 252, 252);
    font-size: 16px;
    cursor: default;
    display: inline-block;
    margin-left: -4px;
    height: 16px;
    line-height: 16px;
}
.toolbar > ul > li:hover{
        color: #FFF;
        background-color: rgb(18, 155, 219);
}
.toolbar > ul > li.active {
    background: #fff;
    color: #000;
}
.toolbar > ul > li.active + .subopt{
    display: block;
}
.toolbar .subopt{
    background: #fff;
    padding: 2px 0;
    margin-left: 0px;
    position: absolute;
    display: none;
    top: 40px;
    left: -70px;
    margin: 0;
    padding-left: 24px;
}
.toolbar .subopt.insert li{
    margin: 0px 4px;
}
.toolbar .subopt.insert li > span{
    background-size: 88%;
    background-position: 3px 4px;
}
/*
.toolbar .subopt.text li{
    display: inline-block;
    cursor: pointer;
    background: url(image/text_gray.png?) no-repeat 0 0px;
    width: 57px;
    background-size: 100%;
    padding-top: 32px;
    color: rgb(187, 185, 185);
    font-size: 14px;
    text-align: center;
    text-indent: -999px;
    margin-left: 11px;
    border-radius: 2px;
    margin-top: 2px;
}
*/
.toolbar .subopt.text li:hover{
    background-image: url(image/text.png?);
}
#insertText{
  background-image: url(image/text.png);
}
#insertPic{
    background-image: url(image/pic.png?);  
}

#insertFromSources{
    background-image: url(image/salon.png?);
}
#insertRect{
    background-image: url(image/rect.png);
    
    background-size: 87% 34px;
}

.toolbar .subopt li{
    display: inline-block;
    vertical-align: top;
    cursor: default;
    line-height: 30px;
    position: relative;
    font-size: 12px;
}
.toolbar .subopt .startStyleOpt{
    line-height: 18px;
}
.toolbar .subopt li span{
    font-size: 14px;
    padding: 1px 4px;
    vertical-align: middle;
    height: 24px;
}
.toolbar .subopt li span.addAni{
    font-size: 37px;
    margin-top: 13px;
    display: inline-block;
    width: 32px;
    height: 32px;
    /* background-color: red; */
    line-height: 27px;
    padding: 0;
    text-align: center;
    margin-left: 0px;
    color: rgb(11, 126, 180);
    position: relative;
}
.playAni .icon{
    border-width: 11px 17px;
    border-color: transparent transparent transparent rgb(11, 126, 180);
    display: inline-block;
    height: 0;
    width: 0;
    border-style: solid;
    margin-left: 8px;
    vertical-align: top;
    margin-top: 5px;
}
.playAni .icon_stop{
    position: absolute;
    border-style: solid;
    border-color: rgb(11, 126, 180);
    border-width: 0 4px;
    width: 10px;
    height: 22px;
    left: 6px;
    top: 5px;
    display: none;
}
.playAni.active .icon_stop{
    display: block;
}
.playAni.active .icon{
    display: none;
}
.toolbar .subopt li span.select{
    background-color: rgb(144, 210, 241);
    color: #fff;
    border-color: rgb(144, 210, 241);
}
.toolbar .subopt li span.select:hover{
    background-color: rgb(144, 210, 241);
    color: #fff;
}
.toolbar .subopt li span.undo{
    -webkit-transform: rotateY(-180deg);
}
.toolbar .subopt li .fontColorWrapper{
    padding: 0 4px;
    line-height: 19px;
    vertical-align: top;
    height: 100%;
    display: inline-block;
    margin-left: -5px;
    margin-right: 0;
}
.toolbar .subopt li span:hover{
    background-color: rgb(255, 233, 212);
}
.toolbar .subopt li span:active{
    background-color: rgb(255, 188, 124);
}
.toolbar .subopt li .input_number:hover{
    background-color: transparent;
    border-color: rgb(11, 126, 180);
}
.toolbar .subopt li .input_number:hover .numberlabel{
}
.toolbar .subopt li .t_fontColor{
    padding: 0;
    display: inline-block;
    height: 20px;
}
.toolbar .subopt li .t_fontColor .fontColorText{
    height: 100%;
    padding: 0 6px;
    display: inline-block;
    overflow: hidden;
    vertical-align: top;
    line-height: 18px;
}
.toolbar .subopt li .t_fontColor:hover{
    background-color: transparent;
    border: 1px solid rgb(196, 221, 248);
}
span.musicSalon.bgoption.active{
    /* background-color: rgb(196, 221, 248); */
}
.toolbar .subopt  .align span{
    background: url(image/align.png) no-repeat 2px 5px;
    text-indent: -9999px;
    display: inline-block;
    background-size: 20px;
    height: 23px;
    /* padding-top: 4px; */
    width: 16px;
}
.toolbar .subopt  .align span.active{
     background-color: rgb(196, 221, 248);
}
#alignLeft{
}
#alignRight{
    background-position-y: -46px;
}
#alignCenter{
    background-position-y: -22px;
}

.inputBoxWrapper{
    position: absolute;
    left: 0;
    top: 0;
    /* min-width: 304px; */
    border: 1px solid transparent;
}
.inputBoxWrapper.focus{
    outline: 1px solid rgb(60, 149, 255);
}
.inputBoxWrapper.focus .placeholder{
}
.inputBox{
    /* background: rgb(255, 255, 255); */
    /* min-height: 30px; */
    position: relative;
    /* border: 1px solid rgb(60, 149, 255); */
    width: 100%;
    height: 100%;
}
.placeholder{
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        font-size: 16px;
        color: #999;
}
.editObject.focus > .controller{
    position: absolute;
    width: 8px;
    height: 8px;
    border: 1px solid rgb(60, 149, 255);
    background: #fff;
    cursor: se-resize;
    -webkit-transform: translate(-50%,-50%);
}
.editObject.focus .rotate{
    top: -25px;
    
    left: 50%;
    cursor: url(image/rotate.png),auto;
}
.t_fontColor{
    position: relative;
    /* width: 50px; */
    border: 1px solid transparent;
}

.colortag{
    display: inline-block;
    height: 0px;
    position: absolute;
    width: 8px;
    left: 3px;
    bottom: 2px;
    height: 1px !important;
    padding: 1px 4px !important;
}
.fontColorPicker{
        content: "";
        width: 0;
        height: 0;
        border: 6px solid #333; 
        border-color: #545454 transparent transparent transparent;
        border-width: 6px 3px;
        /* position: absolute; */
        /* top: 9px; */
        /* left: 29px; */
        display: inline-block;
        vertical-align: middle;
        margin-top: 5px;
}

.draggable{
        position: absolute;
        z-index: 111;
}
.sidebar{
    position: fixed;
    right: 2px;
    top: 271px !important;
    z-index: 100;
    left: initial !important;
    -webkit-transform: initial !important;
    width: 269px;
    max-height: 473px;
    overflow: hidden;
    border-radius: 0 !important;
}
.dialog{
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    background: #fff;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 2px 2px rgba(87, 87, 87, 0.62);
    padding: 0;
}
.dialog .dheader{
    border-bottom: 1px solid rgba(139, 139, 139, 0.28);
    padding: 7px;
    color: rgb(0, 0, 0);
    position: relative;
    background-color: rgb(233, 233, 233);
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
    font-size: 14px;
}
.dialog .dheader .dclose{
    position: absolute;
    color: rgb(0, 0, 0);
    right: 5px;
    top: -4px;
    font-size: 25px;
}
.dialog .dheader .dclose:hover{
    color: red;
    
}
.aniWindow .toDrag,.dialog .dheader .toDrag{
    position: absolute;
    
    color: red;
    right: 24px;
    top: 8px;
    font-size: 16px;
    width: 16px;
    height: 16px;
    /* background-color: red; */
}
.aniWindow .toDrag{
    right: 35px;
    top: 11px;
}
.toDrag:before,.sidebar .toDrag:after{
    content: '';
    width: 49%;
    border: 2px solid rgb(49, 160, 237);
    height: 49%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
.toDrag:hover{
    
}
.toDrag:hover:before,.toDrag:hover:after{
    border-color: rgb(11, 126, 180);
}
.toDrag:hover:after{
    background-color: rgb(11, 126, 180);
    
}
.toDrag:before{}
.sidebar .toDrag:after{
    top: 3px;
    left: 3px;
    background:none;

}
.toDrag:after{
    width: 2px;
    
    right: 4px;
    left: initial;
    background-color: rgb(87, 177, 240);
    z-index: 10;
    border: none;
    height: 18px;
    top: -3px;
    content: '';
    position: absolute;
}
.dialog .dcontent{
    padding: 0;
    
    position: relative;
}
.sidebar .picsalonList{
    width: 100%;
}
.picsalonList{
    /* max-height: 500px; */
    overflow: auto;
    padding: 8px;
    width: 243px;
    box-sizing: border-box;
    min-height: 300px;
    position: relative;
    /* height: 700px; */
    flex: 1;
    padding-bottom: 60px;
}
.rectList{height: 658px;}
.picsalonList li{
    display: inline-block;

    width: 100px;
    height: 75px;
    margin: 4px;
    overflow: hidden;
    border: 1px solid rgba(205, 205, 205, 0.62);
    box-shadow: 0 0 2px 2px rgba(228, 228, 228, 0.54);
    border-radius: 4px;
    line-height: 71px;
    -webkit-transition: box-shadow ease 0.1s;
    position: relative;
}
.picsalonList li:hover{
    box-shadow: 0 0 2px 2px rgba(80, 191, 245, 0.38);
}
.downloading{
    position: relative;
}
.downloading:after{
    content: "loading";
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    font-size: 14px;
}
.picsalonList li .close{
    line-height: 18px;
    
    right: 1px;
    top: 3px;
    display: none;
}
.picsalonList li:hover .close{
    display: block;
}
.picsalonList li img{
    width: 100%;
    
    vertical-align: middle;
}
.rectCat{
    margin: 0;
    padding: 0;
    font-size: 14px;
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 15px;
    line-height: 26px;
}
.rectCat li{
    list-style: none;
    
    display: inline-block;
    padding: 0px 7px;
}
.musicList li{
    text-align: center;
    position: relative;
    font-size: 14px;
    color: #0B7EB4;
}
.musicList li.active{
    border: 1px solid rgb(0, 184, 250);
    
}
.musicList li.active:after{
    content: '';
    background: rgb(0, 184, 250);
    position: absolute;
    width: 22px;
    height: 22px;
    right: -9px;
    top: -10px;
    border-radius: 50%;
}
.musicList .prelisten{
    position: absolute;
    bottom: 0;
    left: 0;
    height: 25px;
    text-align: center;
    width: 100%;
    background: rgba(199, 199, 199, 0.46);
    line-height: 25px;
    color: #676464;
    font-size: 12px;
}
.musicList li:hover .prelisten{

}
.musicList li .prelisten:hover{
    background: #F4B102;
    
    color: #fff;
}
.controllerWrapper{
        position: relative;
}
.selectItem{
    border: 1px solid #ccc;
    padding: 7px 8px;
    color: rgb(68, 68, 68);
    padding: 5px 5px !important;
    border-right: none;
}
.selectItem:first-child{
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.selectItem:last-child{
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-right: 1px solid #ccc;
}
.selectItem.select{
    background: #ccc;
    color: #fff;
}
.switchOption{
    
}
#start{
    font-size: 12px;
    color: rgb(49, 49, 49);
    width: 100%;
    padding-left: 23px;
    margin-top: 0px;
}
.spliter{
    height: 80px;
    
    width: 0px !important;
    min-width: 0 !important;
    margin: -8px 9px;
    border: none !important;
    border-left: 1px solid rgb(198, 198, 198) !important;
}
.aniWindow{
}
.aniWindow.sidebar{
    top: 118px !important;
    overflow: hidden;
}
.aniWindow .aniWindowItem{
    height: 701px;
    overflow: auto;
    width: 245px;
}
.aniWindow.sidebar .aniWindowItem{
    width: 279px;
    
}
.aniWindow .loading{
    font-size: 20px;
    text-align: center;
    margin: 22px 0;
    min-width: 250px;
}
.sidebar-content h2{
    font-size: 12px;
    font-weight: 100;
    margin: 0;
    padding-bottom: 18px;
    margin-bottom: 8px;
    height: 10px;
    border-bottom: 1px solid #e2e2e2;
    color: #c8c8c8;
    line-height: 27px;
    padding-left: 4px;
}
.aniWindow ol > li{
    padding: 7px 3px;
}
.aniWindow ol > li:hover{
        background: rgb(241, 250, 255);
}
.aniWindow ol > li.active{
    background: rgb(200, 237, 255);
}
.toolbar .anis{
    border: 1px solid #C6C6C6;
    min-height: 32px;
    min-width: 463px;
    display: inline-block;
    vertical-align: top;
    margin-top: 12px;
    border-radius: 5px;
    padding-left: 13px;
}
.toolbar .anis li{
    padding: 2px 6px;
    font-size: 16px;
    color: rgb(11, 126, 180);
}
.toolbar .anis li:hover{
    color: rgb(180, 11, 11);
}
.anis li.active{
    background: rgb(246, 187, 47);
    color: #fff;
}
.toolbar .anis li.active:hover{
    color: #fff;
}
.input_number{
        border: 1px solid #ccc;
        display: inline-block;
        border-radius: 4px;
        border-right: none;
        padding: 0px !important;
        line-height: 23px;
        position: relative;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        margin-right: 26px;
        height: 23px;
}
.input_number span.inputvalue{
    cursor: s-resize;
    padding: 0px 5px;
    display: inline-block;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    height: 100%;
    vertical-align: top;
    min-width: 24px;
    text-align: right;
    background: transparent !important;
}
.input_number span.numberlabel{
    background: #0B7EB4 !important;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    padding: 1px 6px;
    color: #FFFFFF;
    margin-top: -1px;
    height: 100%;
    vertical-align: top;
    display: inline-block;
    position: absolute;
}
.input_number span.numberOptIcon{
    width: 12px;
    display: inline-block;
    height: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    vertical-align: top;
    margin-top: -3px;
    /* background: red; */
    vertical-align: middle;
}
.input_number span.numberOptIcon:hover{
    background-color: rgb(196, 221, 248) !important;
}
.input_number span.numberOptIcon:after{
    content: "";
    position: absolute;
    top: 9px;
    left: 2px;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: black transparent transparent transparent;
    border-width: 8px 4px;
}
.rightMenu{
        position: absolute;
        left: 0;
        top: 0;
        background: #F7F7F7;
        z-index: 111;
        padding: 6px 0;
        font-size: 12px;
        border: 1px solid #CEBFBF;
        box-shadow: 0 0 4px 1px rgba(144, 144, 144, 0.69);
        color: #000;
}
.rightMenu ul{
    
}
.rightMenu li{
    list-style: none;
    padding: 6px 17px;
    color: #000;
    min-width: 170px;
    position: relative;
}
.rightMenu li .fast{
    float: right;
    color: #919191;
}
.rightMenu .cm_spliter, .rightMenu .cm_spliter:hover{
    height: 1px;
    background: #ccc;
    padding: 0;
    margin: 5px 0;
}
.rightMenu li:hover{
    background: #0B7EB4;
    color: #fff;
}
.rightMenu li:hover .fast{
    color: #fff;
}
.pureColor{
        position: relative;
        padding-right: 4px !important;
        height: 30px;
        display: inline-block;
        vertical-align: top !important;
}
.pureColor.active,.bgoption.active{
    /* background-color: rgb(196, 221, 248); */
}
.gradientWindow{
        left: 50%;
        top: 50%;
}
.toolbar .pageOpt{
}
.toolbar .pageOpt li{
    /* display: block; */
    position: relative;
    /* height: 53px; */
}
.toolbar .pageOpt li.bgMusic{
    width: 32px;
}
.toolbar .pageOpt li.bgMusic .suboptTitle{
}
.toolbar .pageOpt li:after{
    content: '';
}
.toolbar .pageOpt .userSettingBg{
    display: inline-block;
    
}
.currColor{
        width: 10px;
        height: 10px;
        display: inline-block;
}
/*
.backgroundSetting > span.active{
        background: rgb(137, 210, 252);
}
*/
.sourcesList{
}
.sourcesList li{
    width: 70px;
    display: inline-block;
    vertical-align: top;
    height: 80px;
    overflow: hidden;
    margin: 1px;
    margin-bottom: 4px;
    position: relative;
}
.sourcesList li img{
    width: 100%;
    height: auto;
}
.deleteSources{
}
.bgoption{
    background: url(image/backoption_gray.png?) no-repeat;
    text-indent: -999px;
    display: inline-block;
    /* background-size: 110px; */
    width: 23px;
    height: 30px;
    /* overflow: hidden; */
    vertical-align: top !important;
}
.bgoption:hover,.bgoption.active{
    background-image: url(image/backoption.png?);
}
.sources{
        border: 1px solid transparent;
        background-position: 2px center;
        width: 20px;
        height: 22px !important;
}
.sources:hover{
    background-position: 2px center;
}
.sources.select{
        border: 1px solid rgb(128, 130, 134);
}
#currColor{
        display: inline-block;
        width: 16px;
        height: 19px;
        vertical-align: middle;
        box-shadow: 0 0 3px 0px rgb(124, 124, 124);
}
.imgObj img{
    width: 100%;
    height: 100%;
    display: block;
    border-color: inherit;
    border-radius: inherit;
    border-width: inherit;
}
.titleLabel{
    position: absolute;
    right: 3px;
    bottom: -15px;
    font-size: 12px;
    background-color: #FFF;
    padding: 0px 8px;
    text-align: center;
    color: rgb(206, 191, 191);
}
.forPureColor{
    display: inline-block;
    vertical-align: top;
    margin-left: -1px;
    margin-top: -5px;
    margin-right: -1px;
}
.options{
    font-size: 12px;
}
.fromPic{
    background-position: -26px center;
}
.fromPic:hover,.fromPic.active{
    background-position: -26px center;
}
.allApplyBg{
    float: right;
    line-height: 24px;
}
.aniWindow .dclose{
    float: right;
    font-size: 24px;
    font-weight: bold;
    margin-top: -5px;
    color: rgb(49, 160, 237);
}
.aniWindow .dclose:hover{
    color: red;
}
.aniAdd{
    float: right;
    font-size: 26px;
    color: rgb(49, 160, 237);
    font-weight: bold;
    line-height: 15px;
    height: 19px;
    padding: 1px;
    border-radius: 2px;
    margin-right: 1px;
}
.aniAdd:hover{
    background-color: rgb(49, 160, 237);
    
    color: #fff;
}
.deleteIcon{
    
    width: 15px;
    padding: 1px 3px;
    margin-right: 6px;
}
.deleteIcon:hover{
    background-color: #F97287;
    
}

.deleteIcon span{
    height: 3px;
    
    width: 13px;
    background: rgb(49, 160, 237);
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    margin-left: 1px;
}
.deleteIcon:hover span{
    background: #fff;
    
}
#ueeditor{
    width: 100%;
    height: 100%;
    z-index: 111;
    display: block;
    position: absolute;
}
.aniInfo, .aniTimeline{
        display: inline-block;
}
.aniInfo{
        width: 100px;
        font-size: 14px;
}
.aniInfo .aniName{
    color: #7B7B7B;
    font-size: 14px;
}
.timelength{
        display: inline-block;
        height: 7px;
        background: rgb(194, 194, 194) !important;
        vertical-align: top;
        margin-top: 9px;
}
.timelength div{
        height: 100%;
        border-radius: 4px;
}
.dndDraggingSource {
    display: none;
}
.texteditable{
        padding: 5px;
}
.texteditable span{
        display: inline-block;
        padding: 0px 11px;
}
.texteditable span[contenteditable=true]{
        background: #fff;
        color: #000;
        border-radius: 2px;
}
.animations #guide{
    background: url(image/guide.png) no-repeat;
    
    width: 429px;
    height: 24px;
    display: inline-block;
    background-size: 80%;
    margin-top: 16px;
}
.workpage .tips{
    font-size: 20px;
    
    line-height: 53px;
}
#currBorderColor,#currObjectBg,#currShadowColor,.commonColorPicker{
    display: inline-block;
    
    width: 10px;
    height: 12px;
    background: white;
    vertical-align: top;
    margin-top: 7px;
    border: 1px solid rgb(43, 45, 82);
}
.toolbar .design > li{
    height: 60px;
    
}
.rectList li{
    width: 32px;
    
    height: 44px;
    box-shadow: none;
    border: none;
}
.aboutLitepage{

}
.aboutLitepage .dcontent{
    width: 420px;
    
    padding: 19px;
    min-height: 214px;
}
.subwindowlabel{
    position: relative;
    
    display: inline-block;
    width: 49px;
    background-size: 81%;
    background-position: 5px 5px;
}
.subwindow{
    position: absolute;
    width: 198px;
    background: #fff;
    border: 1px solid rgb(206, 191, 191);
    box-shadow: 1px 1px 1px 1px rgb(228, 228, 228);
    z-index: 4;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity ease-in 0.2s;
    min-height: 100px;
}
.subwindowlabel.active .subwindow{
    opacity: 1;

    visibility: visible;
}
.toolbar .subwindow li{
    padding: 0;
    
    margin: 0;
    height: 45px;
    overflow: hidden;
    line-height: 42px;
    display: inline-block;
    margin: 2px;
    border: 1px solid transparent;
}
.toolbar .subwindow li img{
    width: 100%;
    
    vertical-align: middle;
    display: inline-block;
    margin: 0;
}
.toolbar .subwindow li:hover,.toolbar .subwindow li.active{
    border: 1px solid rgb(247, 159, 75);
    
    background-color: rgb(255, 233, 212);
}
.edit{
    overflow: hidden;
    word-break: break-all;
    /* overflow-y: auto; */
    word-wrap: break-word;
}
.edit p,.previewText p{
    margin: 0;
    padding: 0;
    line-height: 1.2;
    font-size: 16px;
}
.fasttoolbar{
    position: absolute;
    top: -33px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    width: 61%;
    background: #fff;
    opacity: 0.5;
}
*[contenteditable]{
    cursor: text;

}
.guidingLine{
    position: absolute;
    
    z-index: 9999;
    background: rgb(253, 183, 0);
}
.guideRefer{
    border: 1px dashed rgb(255, 213, 0);
    
}

.musicSalon{
    background-image: url(image/music_gray.png);
    
    background-size: 88%;
    background-position: 2px 3px;
}

.musicSalon:hover,.toolbar .subopt li .musicSalon.active{
    background-image: url(image/music.png);
    
}
.coverEffect .musicSalon{
    background-image: url(image/covereffect_gray.png);
}
.coverEffect .musicSalon:hover,.toolbar .subopt li.coverEffect .musicSalon.active{
    background-image: url(image/covereffect.png);
}
.musicStatus{
    background-image: url(image/musicon.png);
    background-size: 100%;
    background-position: 0px 5px;
    display: none;
}
.musicStatus.on{
    display: inline-block;
}
.musicStatus:hover{
   background-image: url(image/musicon.png);
}
.numberList{
    position: absolute;

    background: #fff;
    border: 1px solid rgb(204, 204, 204);
    width: 100%;
    z-index: 11;
    left: -1px;
    margin-top: 0px;
}
.input_number .numberList li{
    height: initial;
    padding: 1px 6px !important;
    margin: 0 !important;
    display: block;
    min-width: initial;
    padding: 1px 7px;
    text-align: center;
}
.input_number .numberList li:hover{
    background: rgb(196, 221, 248);
}
.tags{
    margin: 10px 13px 0;

}
.tags li{
    display: inline-block;
    padding: 2px 7px;
}
.tags li:hover{
    background: rgb(200, 235, 251);
}
.waterdrop span{
    background-image: url(image/waterdrop_gray.png);

}
.bgoption.waterdrop.active,.waterdrop.active span{
    background-image: url(image/waterdrop.png) !important;
}
.smear span{
    background-image: url(image/smear_gray.png) !important;

}
.bgoption.smear, .smear.active span{
    background-image: url(image/smear.png)! important;
}
.coverEffectWindow .coverEffectItem span{
    content: '';
    background-size: 100% 100%;
    
    background-repeat: no-repeat;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    opacity: 0.2;
}
.toolbar .subopt .border-style{
    width: 340px;
    display: inline-block;
    background: #fff;
    position: absolute;
    top: 0;
    left: 10px;
    height: 46px;
    padding: 6px 10px;
    border: 1px solid rgb(215, 215, 215);
    overflow: hidden;
}
.toolbar .subopt .border-style.active{
    height: auto;
}
.toolbar .subopt .border-style .showAllStyle{
    position: absolute;
    right: 0;
    top: 0;
    /* background: red; */
    width: 10px;
    height: 100%;
    border-left: 1px solid rgb(215, 215, 215);
}
.toolbar .subopt .border-style .showAllStyle:after{
    content: '';
    position: absolute;
    right: 2px;
    top: 26px;
    width: 0;
    height: 0;
    border-color: rgb(206, 191, 191) transparent transparent;
    border-width: 7px 3px;
    border-style: solid;
}
.toolbar .subopt .border-style > span{
    display: inline-block;
    padding: 7px 18px;
    margin: 2px 2px;
    border: 1px solid transparent;
}
.toolbar .subopt .styleOpt{
    position: absolute;
    left: 387px;
    font-size: 12px;
    line-height: 18px;
}
.justifyLeft{
    background-image: url(image/justify.png);
}
.justifyCenter{
    background-image: url(image/justifycenter.png);
}
.justifyRight{
    -webkit-transform: rotateY(-180deg);
    
}
.justifyTop{
     -webkit-transform: rotate(90deg);
}
.justifyBottom{
     -webkit-transform: rotate(-90deg);
}
.justifyMiddle{
     -webkit-transform: rotate(90deg);
}
.brush{
    background-image:url(image/brush.png);
}
.border{
    background-image:url(image/border.png);
}
.shadow{
    background-image:url(image/shadow.png);
}
.aniType{
    display: inline-block;

    vertical-align: top;
    margin-right: 11px;
    margin-top: -3px;
    font-size: 14px;
}
.aniType label{
    display: block;
    height: 20px;
    color: black;
}
.aniType label:hover{
    color: rgb(11, 126, 180);
}
.aniType label input{
    margin-top: -3px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
}
.switch_none{
background-image:url(image/switch/none.png);
}
.switch_easeflip{
background-image:url(image/switch/easeflip.png);
}
.switch_easeout{
background-image:url(image/switch/easeout.png);
}
.switch_easeout1{
background-image:url(image/switch/easeout1.png);
}
.switch_page{
background-image:url(image/switch/page.png);
}
.switch_drop{
background-image:url(image/switch/drop.png);
}
.switch_rotate{
background-image:url(image/switch/rotate.png);
}
.switch_cube{
background-image:url(image/switch/cube.png);
}
.switch_room{
background-image:url(image/switch/room.png);
}
.switch_sideflip{
background-image:url(image/switch/sideflip.png);
}
.switch_horse{
background-image:url(image/switch/horse.png);
}
.switchAnisItem{
    margin: 0px 0px;
    width: 31px;
    background-size: 66%;
    width: 48px;
    background-position: 11px 8px;
    border: 1px solid transparent;
}
.switchAnisItem.active{
    border: 1px solid rgb(249, 131, 19);
}
.switchAnisItem .title{
}
.arteffect{
    background-image: url(image/effect/arteffect.png);
}
.rotateeffect{
    background-image: url(image/effect/rotateeffect.png);
}
.brighteffect{
    background-image:url(image/effect/brighteffect.png);
}
.coloreffect{
    background-image:url(image/effect/coloreffect.png);
}
.crop{
    background-image:url(image/effect/crop.png);
}
.blureffect{
    background-image:url(image/effect/blureffect.png);
}
.warmeffect{
    background-image:url(image/effect/warmeffect.png);
}
.cropWindow .cropBtn{
    text-align: center;
    margin-bottom: 11px;
    margin-top: -9px;
}
.cropWindow .btn{
}


.pageStartSetting .content {
    width: 160px;
}

.pageStartSetting .dcontent {
    width: 450px;
    padding: 0px 18px 23px 18px;
}

.pageStartSetting h3 {
    font-size: 18px;
    font-weight: 100;
}

.pageStartSetting .dcontent ul {
    list-style: none;
    overflow: auto;
}

.commonInputList {
    padding: 9px 0px;
}

input.commonInput {
    height: 41px;
    width: 383px;
    border: 1px solid #C6C6C6;
    font-size: 14px;
    padding: 0px 13px;
    background-color: transparent;
    padding-left: 51px;
    font-family: inherit;
    outline: none;
}

.commonInputList label {
    margin-right: -46px;
    margin-left: 9px;
    color: #5D5D5D;
    display: inline-block;
    vertical-align: top;
    margin-top: 11px;
    font-size: 16px;
}

.pageStartSetting .platform {
    float: left;
    width: 100px;
    height: 100px;
    /* text-align: center; */
    line-height: 100px;
    padding-left: 11px;
    color: #5D5D5D;
}

.inputSelect {
    width: 128px;
    height: 110px;
    float: left;
    border: 1px solid #C6C6C6;
    background-color: #C6C6C6;
    margin-left: 24px;
}

.btn.startCreate {
    width: 95px;
    text-align: center;
    height: 23px;
    line-height: 23px;
    margin: 0 auto;
    display: block;
    clear: both;
    margin-top: 18px;
}

.icon-small.go {
    background-image: url(image/go.png);
    margin: 2px 4px;
}

input.commonInput:hover {
    border-color: #AACBFF;
}

.mobilePlatform {
    background-image: url(image/mobile.png);
    background-size: 54%;
    background-repeat: no-repeat;
    background-position: center center;
    border-color: transparent;
    border-radius: 5px;
}

.PCPlatform {
    background-image: url(image/pc.png);
}

.inputSelect.select {
    background-color: #06C0B5 !important;
    border-color: transparent !important;
}

.inputSelect:hover {
    border-color: #F5F539;
    background-color: #90BDBB;
}

input.commonInput.warn {
    border-color: rgb(247, 150, 150);
}

.useStatus {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 15px;
    background-color: #0B7EB4;
    font-size: 12px;
    line-height: 15px;
    color: #fff;
    right: 0;
}

.useRect {
    background-color: rgb(150, 150, 150);
    height: 100%;
}

.useInfo {
    position: absolute;
    right: 10px;
    top: 0;
}

.smearPicWrapper {
    width: 100px;
    height: 100px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    margin-top: 5px;
    position: relative;
}

.coverEffectOption {
    padding: 11px 22px;
    border-top: 1px solid #DFDFDF;
    font-size: 14px;
    line-height: 24px;
    color: #4C4C4C;
}

.coverEffectWindow .picsalonList {
    min-height: 184px;
    height: 210px;
}

.smearPicWrapper:hover:after {
    content: "upload";
    background-color: rgba(0, 0, 0, 0.56);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    text-align: center;
    line-height: 98px;
}

.fastOper {
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 10000;
    width: 100px;
    /* display: none; */
}

span.icon-fast.save {
    background-image: url(image/save_w.png);
    width: 27px;
    display: inline-block;
    height: 27px;
    background-size: 97%;
    background-repeat: no-repeat;
    margin-top: 3px;
    background-position: center center;
}

span.icon-fast.save:hover {
    background-color: rgb(218, 156, 8);
    border-radius: 2px;
}

span.icon-fast.save.play {
    background-image: url(image/play_white.png);
    background-size: 81%;
}

span.icon-fast.save.publish {
    background-image: url(image/publish.png);
    background-size: 96%;
}

.loading-ani.success {
    background-color: #04B71D;
}

.loading-ani.success i {
    background-image: url(image/check.png);
    -webkit-animation: none;
    animation: none;
    border-radius: 0;
    border-color: transparent;
    background-size: 124%;
    background-position: 0px -5px;
}

.loading-ani.success i:after {
    content: initial;
}

.evo-pop.ui-widget.ui-widget-content.ui-corner-all.colorPickerDir {
    background-color: none;
}

.evo-otherSetting.evo-opt:hover {
    background-color: initial;
}

.evo-opt:last-child {
    border-bottom: none;
}

.toolbar .evo-otherSetting .otherSettingSpan {
    float: right;
    margin-top: -4px;
}

.evo-otherSetting.evo-opt {
    padding: 6px 4px;
    color: #0B7EB4;
}

span#opacityControll {
    position: absolute;
    right: 19px;
    top: 8px;
    width: 14px;
}

#opacityControll .slider {
    position: absolute;
    left: 0;
    top: 24px;
    /* overflow-x: auto; */
    overflow: visible;
}

#opacityControll .sliderHandler {
    width: 20px;
    margin-left: -5px;
    background-color: #A1BF7A;
}

#opacityControll .sliderMask {
    display: none;
}

#opacityControll .sliderHandler:hover {
    background-color: #7A9445;
}

span#opacityControll:hover {
    background-color: initial;
}

.opacityTitle {
    position: absolute;
    top: 52px;
    left: 16px;
    width: 22px;
    color: #BDBBBB;
    font-size: 12px;
}

.toolbar .subopt li.objectAlign {
}

.objectAlign .suboptTitle {
    font-size: 12px;
    top: 41px;
}

.toolbar .subopt .propertySetting {
    margin-top: -5px;
}

.propertySetting div {
    display: inline-block;
}

.propertySetting .suboptTitle {
left: 0;top: 47px;font-size: 12px;}

.spliter-right {
    width: 220px;
    display: block;
}

.toolbar .subopt .propertySetting .input_number {
}

.opacityStyle .suboptTitle {
    font-size: 15px;
    top: 25px;
}

.searchMusic {
    text-align: center;
    margin-top: 14px;
}

.searchMusic input {
    height: 32px;
    background: url(image/qqmusic.png) no-repeat 6px center;
    background-size: 26px;
    padding-left: 44px;
}

.searchMusic .btn {
    height: 18px;
    line-height: 18px;
    margin-left: 11px;
    vertical-align: top;
}

.selectedMusic {
    background-color: #E9E9E9;
    padding: 11px 11px;
    margin-top: 13px;
    font-size: 14px;
}

span.songname {
    color: #0DAE51;
}

span.singername {
    color: #676666;
}

span.oper {
    float: right;
}

span.oper > span:hover {
    color: rgb(180, 11, 11);
}

.prelisten .playing {
}

.musicList span.prelisten.playing {
    background-color: #F4B102;
    color: #fff;
}

span.prelisten.playing {
    color: rgb(180, 11, 11);
}

.musicList .singername {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    color: #FFFFFF;
    font-size: 12px;
    background-color: #0B7EB4;
    height: 20px;
    line-height: 20px;
}

.musicList .singername:before {
    content: '';
    background: url(image/mic.png) no-repeat;
    width: 10px;
    height: 12px;
    display: inline-block;
    background-size: 100%;
    vertical-align: top;
    margin-right: 4px;
    margin-top: 5px;
}

.musicList {
    height: 400px;
    width: 580px;
}

.dragEl {
    position: absolute;
    background: #0B7EB4;
    z-index: 9999;
    outline: 1px solid #0C0C0C;
    opacity: 0.5;
}

span.logo {
    display: inline-block;
    width: 82px;
    height: 82px;
    background: url(image/litepage.png) no-repeat;
    background-size: 100%;
    vertical-align: middle;
    margin-top: -6px;
}

.logoIntro {
    text-align: center;
}

span#slogon {
    display: block;
    font-size: 18px;
    font-weight: 100;
    margin-bottom: 3px;
    color: #000;
}

.aboutIntro {
    text-align: center;
    font-size: 12px;
    color: #8A8A8A;
    line-height: 19px;
    margin-top: 46px;
}

span.subSlogon {
    color: #8A8A8A;
    font-size: 12px;
}

.aboutIntro a {
    color: #0B7EB4;
    text-decoration: none;
}

.aboutIntro a:hover {
    text-decoration: underline;
}


.previewWrapper {
    width: 100%;
    height: 100%;
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
}

.sidebar .dcontent {
    height: 429px;
}

div#aniPreview {
    z-index: 99;
    background-color: #000;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.aniSpan {
    position: absolute;
}lute;
}

div#colorPickerForCanvas {}

div#colorPickerForCanvas {
    position: absolute;
    z-index: 9;
    left: 2px;
    top: 1px;
    padding: 0;
    width: 100%;
    height: 100%;
    display: none;
}

#colorPickerForCanvas canvas {
    height: 100%;
    width: 100%;
    cursor: none;
}

.cursor {
    width: 32px;
    height: 32px;
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
    z-index: 10;
    pointer-events: none;
    left: 0;
    top: 0;
}

.noCursor {
    cursor: none !important;
}

.execcommand.active {
    border: 1px solid #F6B929;
}

.execcommand {
    border: 1px solid transparent;
}

span#reportBug {
    position: absolute;
    left: -359px;
    top: 5px;
}

#reportBug a {
    color: #F1F1F1;
    text-decoration: none;
    font-size: 12px;
}

#reportBug a:hover {
    text-decoration: underline;
}

div#editor2 {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    height: 200px;
    width: 200px;
    background-color: red;
}


#t_clearstyle {
    background-image: url(image/eraser.png);
    width: 18px;
    height: 18px;
    background-size: 70%;
    background-repeat: no-repeat;
    display: inline-block;
    background-position: center center;
}

.workpageWrapper {
    width: 100%;
    height: 100%;
    position: absolute;
    /* left: 0; */
    /* top: 0; */
    overflow: auto;
}

.uploadImage {
    width: 273px;
    height: 204px;
    border: 1px solid #99CCFF;
    text-align: center;
    margin: 0 auto;
    margin-top: 21px;
    background-size: cover;
    background-position: center center;
}

.uploadImage span {
    margin-top: 96px;
    display: inline-block;
    color: #0B7EB4;
}

.subinfo {
    color: #565656;
    font-size: 12px;
    line-height: 10px;
}

.uploadImage:hover {
    box-shadow: 0 0 6px 2px #CCCBCB;
}

.uploadImage span.ed {
    background: rgba(0, 0, 0, 0.52);
    color: #fff;
    padding: 6px;
}

.toast {
    z-index: 200;
    position: absolute;
    padding: 33px 35px;
    -webkit-box-shadow: initial;
    background: rgba(0, 0, 0, 0.52);
    color: #fff;
    border-radius: 6px;
}

.toast.success i {
    background: url(image/check.png) no-repeat;
    width: 30px;
    height: 31px;
    display: inline-block;
    background-size: 100%;
    vertical-align: middle;
}

div#uploadCoverImage.mobile {
}

.previewText {
    padding: 0;
    line-height: 19px;
}

.right-sidebar {
    background: #FFFFFF;
    z-index: 1;
    width: 256px;
    border-left: 1px solid #C6C6C6;
    transition: all ease-in-out 0.1s;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.main {
  flex: 1;
  display: flex;
  overflow:hidden;
}

body {
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.sidebar-header {
    background: #0b7eb4;
    height: 19px;
    text-align: right;
    padding-right: 5px;
    width: 100%;
}

.sidebar-header .dclose {font-size: 16px;display: inline-block;vertical-align: top;margin-top: -2px;color: #fff;}

.sidebar-header .dclose:hover {
    color: #ffa3b1;
}

li.sidebartabitem {
    display: inline-block;
    padding: 9px 7px;
    font-weight: 100;
    font-size: 16px;
    /* border-right: 1px solid #D0D0D0; */
}

.sidebar-content {
    padding: 13px 9px;
    overflow: hidden;
    flex: 1;
    display: flex;
}

.sidebar-tab {
    /* border-bottom: 1px solid #D0D0D0; */
}

.sidebar-content-item {
    display: none;
    overflow: hidden;
}

.sidebar-content-item.curr {
    display: flex;
    flex-direction: column;
    position: relative;
}

li.sidebartabitem.curr {
    border-bottom: 2px solid #0B7EB4;
    color: #0B7EB4;
}

li.sidebartabitem:hover {
    color: rgb(11, 126, 180);
}

li.sidebartabitem.curr:hover {
}

.right-sidebar.min {
    width: 0;
}

.picsalon .dheader {
    font-size: 14px;
    color: #636262;
}

.rectCat li.active, .rectCat li:hover {
    color: #0b7eb4;
}

.sidebar-content .tabs li {
    color: #000000;
    font-size: 14px;
    display: inline-block;
    padding: 2px 5px;
}

.colorinput {
    border: none;
    border-bottom: 1px solid #cdcdcd;
    width: 166px;
    padding: 6px 0px;
    text-align: center;
    font-size: 14px;
    color: #0b7eb4;
    outline: none;
}

.listheader {color: #0b7eb4;font-size: 14px;padding-left: 8px;}

.dcontent.sidebar-subopt li {
    list-style: none;
    line-height: 24px;
    margin: 6px 3px;
}

.dcontent.sidebar-subopt li > ul {
    font-size: 12px;
    transition: all 0.2s ease-out;
}

.listheader:hover {
    background: #e9e9e9;
}

.sidebar-subopt .icon-small {
    margin-top: 4px;
    margin-right: 4px;
}

.sidebar-subopt li .input_number {
    float: right;
}

.sidebar-content .tabs li.active {
    color: #b90202;
}

.listheader:before {
    content: '';
    display: inline-block;
    width: 0px;
    height: 0px;
    margin-right: 2px;
    margin-left: -5px;
    margin-top: 10px;
    vertical-align: top;
    border: 5px solid #0b7eb4;
    border-color: #6d6d6d transparent transparent transparent;
    transform-origin: center 25%;
    transition: transform ease-in-out 0.2s;
}

.sidebar-subopt li.closed .listheader:before {
    transform: rotate(-90deg);
}

.dcontent.sidebar-subopt li.closed > ul {
    height: 0;
    overflow: hidden;
}

.toolbar .property {
    background-image: url(image/shadow2.png);
}

.property .title {
    margin-top: 44px;
}


.sidebar-content-item .sidebar-subopt {
    overflow: auto;
}

.cmSub li {
}

.rightMenu.cmSub {
    left: 100%;
    top: -7px;
    display: none;
    transition: opacity ease 0.1s;
}

.rightMenu li:hover .rightMenu.cmSub{
    display: block;
}

.rightMenu li.hasChildren::after {
  content: '>';
  right: 16px;
  color: #0b7eb4;
  position: absolute;
}

.rightMenu li.hasChildren:hover::after {
  color: #fff;
}


.rightMenu li.active::before {
  content: '';
  font-size: 25px;
  position: absolute;
  left: 6px;
  top: 12px;
  line-height: inherit;
  color: #0b7eb4;
  width: 6px;
  height: 6px;
  background: #0b7eb4;
  border-radius: 50%;
}

.rightMenu li.active:hover::before {
  background: #fff;
}


#picsalon > .dcontent {
    height: 100%;
    display: flex;
    flex-direction: column;
}/*! jQuery UI - v1.11.4 - 2015-03-11
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, draggable.css, menu.css, progressbar.css, resizable.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Trebuchet%20MS%2CTahoma%2CVerdana%2CArial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=f6a828&bgTextureHeader=gloss_wave&bgImgOpacityHeader=35&borderColorHeader=e78f08&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=eeeeee&bgTextureContent=highlight_soft&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=333333&iconColorContent=222222&bgColorDefault=f6f6f6&bgTextureDefault=glass&bgImgOpacityDefault=100&borderColorDefault=cccccc&fcDefault=1c94c4&iconColorDefault=ef8c08&bgColorHover=fdf5ce&bgTextureHover=glass&bgImgOpacityHover=100&borderColorHover=fbcb09&fcHover=c77405&iconColorHover=ef8c08&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=fbd850&fcActive=eb8f00&iconColorActive=ef8c08&bgColorHighlight=ffe45c&bgTextureHighlight=highlight_soft&bgImgOpacityHighlight=75&borderColorHighlight=fed22f&fcHighlight=363636&iconColorHighlight=228ef1&bgColorError=b81900&bgTextureError=diagonals_thick&bgImgOpacityError=18&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffd27a&bgColorOverlay=666666&bgTextureOverlay=diagonals_thick&bgImgOpacityOverlay=20&opacityOverlay=50&bgColorShadow=000000&bgTextureShadow=flat&bgImgOpacityShadow=10&opacityShadow=20&thicknessShadow=5px&offsetTopShadow=-5px&offsetLeftShadow=-5px&cornerRadiusShadow=5px
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-clearfix {
	min-height: 0; /* support: IE7 */
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
}


/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0 0;
	padding: .5em .5em .5em .7em;
	min-height: 0; /* support: IE7 */
	font-size: 100%;
}
.ui-accordion .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
	position: absolute;
	left: .5em;
	top: 50%;
	margin-top: -8px;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
.ui-button {
	display: inline-block;
	position: relative;
	padding: 0;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	overflow: visible; /* removes extra width in IE */
}
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}
/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2.2em;
}
/* button elements seem to need a little more width */
button.ui-button-icon-only {
	width: 2.4em;
}
.ui-button-icons-only {
	width: 3.4em;
}
button.ui-button-icons-only {
	width: 3.7em;
}

/* button text element */
.ui-button .ui-button-text {
	display: block;
	line-height: normal;
}
.ui-button-text-only .ui-button-text {
	padding: .4em 1em;
}
.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
	padding: .4em;
	text-indent: -9999999px;
}
.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 1em .4em 2.1em;
}
.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 2.1em .4em 1em;
}
.ui-button-text-icons .ui-button-text {
	padding-left: 2.1em;
	padding-right: 2.1em;
}
/* no icon support for input elements, provide padding by default */
input.ui-button {
	padding: .4em 1em;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
	position: absolute;
	top: 50%;
	margin-top: -8px;
}
.ui-button-icon-only .ui-icon {
	left: 50%;
	margin-left: -8px;
}
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
	left: .5em;
}
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
	right: .5em;
}

/* button sets */
.ui-buttonset {
	margin-right: 7px;
}
.ui-buttonset .ui-button {
	margin-left: 0;
	margin-right: -.3em;
}

/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}
.ui-dialog {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 20px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-se {
	width: 12px;
	height: 12px;
	right: -5px;
	bottom: -5px;
	background-position: 16px 16px;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
.ui-draggable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: none;
}
.ui-menu .ui-menu {
	position: absolute;
}
.ui-menu .ui-menu-item {
	position: relative;
	margin: 0;
	padding: 3px 1em 3px .4em;
	cursor: pointer;
	min-height: 0; /* support: IE7 */
	/* support: IE10, see #8844 */
	list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	margin: -1px;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item {
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: .2em;
	margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	left: auto;
	right: 0;
}
.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
	background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
	height: 100%;
	filter: alpha(opacity=25); /* support: IE8 */
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}
.ui-selectable {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
.ui-selectmenu-menu {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.ui-selectmenu-menu .ui-menu {
	overflow: auto;
	/* Support: IE7 */
	overflow-x: hidden;
	padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5;
	padding: 2px 0.4em;
	margin: 0.5em 0 0 0;
	height: auto;
	border: 0;
}
.ui-selectmenu-open {
	display: block;
}
.ui-selectmenu-button {
	display: inline-block;
	overflow: hidden;
	position: relative;
	text-decoration: none;
	cursor: pointer;
}
.ui-selectmenu-button span.ui-icon {
	right: 0.5em;
	left: auto;
	margin-top: -8px;
	position: absolute;
	top: 50%;
}
.ui-selectmenu-button span.ui-selectmenu-text {
	text-align: left;
	padding: 0.4em 2.1em 0.4em 1em;
	display: block;
	line-height: 1.4;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
.ui-sortable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 22px;
}
.ui-spinner-button {
	width: 16px;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}
/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
	border-top: none;
	border-bottom: none;
	border-right: none;
}
/* vertically center icon */
.ui-spinner .ui-icon {
	position: absolute;
	margin-top: -8px;
	top: 50%;
	left: 0;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}

/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
	/* need to fix icons sprite */
	background-position: -65px -16px;
}
.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
	-webkit-box-shadow: 0 0 5px #aaa;
	box-shadow: 0 0 5px #aaa;
}
body .ui-tooltip {
	border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
	font-family: inherit;
	font-size: 1.1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
	font-size: 1em;
}
.ui-widget-content {
	border: 1px solid #dddddd;
	background: #eeeeee url("images/ui-bg_highlight-soft_100_eeeeee_1x100.png") 50% top repeat-x;
	color: #333333;
}
.ui-widget-content a {
	color: #333333;
	text-decoration: none;
	cursor: default;
}
.ui-widget-header {
	border: 1px solid #e78f08;
	background: #f6a828 url("images/ui-bg_gloss-wave_35_f6a828_500x100.png") 50% 50% repeat-x;
	color: #ffffff;
	font-weight: bold;
}
.ui-widget-header a {
	color: #ffffff;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 1px solid #cccccc;
	background: #f6f6f6 url("images/ui-bg_glass_100_f6f6f6_1x400.png") 50% 50% repeat-x;
	font-weight: bold;
	color: #1c94c4;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #1c94c4;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	border: 1px solid #fbcb09;
	background: #fdf5ce url("images/ui-bg_glass_100_fdf5ce_1x400.png") 50% 50% repeat-x;
	font-weight: bold;
	color: #c77405;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
	color: #c77405;
	text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: 1px solid #fbd850;
	background: #ffffff url("images/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;
	font-weight: bold;
	color: #eb8f00;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #eb8f00;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #fed22f;
	background: #ffe45c url("images/ui-bg_highlight-soft_75_ffe45c_1x100.png") 50% top repeat-x;
	color: #363636;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #363636;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #cd0a0a;
	background: #b81900 url("images/ui-bg_diagonals-thick_18_b81900_40x40.png") 50% 50% repeat;
	color: #ffffff;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #ffffff;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #ffffff;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70); /* support: IE8 */
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35); /* support: IE8 */
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url("images/ui-icons_222222_256x240.png");
}
.ui-widget-header .ui-icon {
	background-image: url("images/ui-icons_ffffff_256x240.png");
}
.ui-state-default .ui-icon {
	background-image: url("images/ui-icons_ef8c08_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
	background-image: url("images/ui-icons_ef8c08_256x240.png");
}
.ui-state-active .ui-icon {
	background-image: url("images/ui-icons_ef8c08_256x240.png");
}
.ui-state-highlight .ui-icon {
	background-image: url("images/ui-icons_228ef1_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url("images/ui-icons_ffd27a_256x240.png");
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 4px;
}

/* Overlays */
.ui-widget-overlay {
	background: #666666 url("images/ui-bg_diagonals-thick_20_666666_40x40.png") 50% 50% repeat;
	opacity: .5;
	filter: Alpha(Opacity=50); /* support: IE8 */
}
.ui-widget-shadow {
	margin: -5px 0 0 -5px;
	padding: 5px;
	background: #000000 url("images/ui-bg_flat_10_000000_40x100.png") 50% 50% repeat-x;
	opacity: .2;
	filter: Alpha(Opacity=20); /* support: IE8 */
	border-radius: 5px;
}
/*  evol.colorpicker = ColorPicker widget for jQuery UI  */
/*  (c) 2014 Olivier Giulieri  */
/*  https://github.com/evoluteur/colorpicker */
.evo-pop {
  z-index: 10000;
  width: 242px;
  padding: 3px 3px 0;
  position: absolute;
  left: -41px;
}
.evo-pop-ie {
  z-index: 10000;
  width: 212px;
  padding: 3px;
}
.evo-palette td {
  font-size: 1px;
  border: solid 1px #c0c0c0;
  padding: 7px;
  cursor: pointer;
  position: relative;
}
.evo-palette td:hover span,.evo-palette2 td:hover span{
  
    width: 100%;
    height: 100%;
    position: absolute;
    
    top: -1px;
    
    left: -1px;
    
    border: 1px solid rgb(227, 108, 9);
    z-index: 1;
    background-color: inherit !important;
}
.evo-palette tr.top > td {
  border-bottom: 0;
}
.evo-palette tr.in > td {
  border-top: 0;
  border-bottom: 0;
}
.evo-palette tr.bottom > td {
  border-top: 0;
}
.evo-palette div.sep {
  height: 3px;
}
.evo-palette,
.evo-palette-ie {
  border-collapse: separate;
  border-spacing: 4px 0px;
  *border-collapse: expression('separate', cellSpacing='2px');
}
.evo-palette th,
.evo-palette-ie th {
  border: 0;
  padding: 5px 3px;
  text-align: left;
  font-weight: normal;
  background: transparent !important;
}
.evo-palette-ie td {
  font-size: 1px;
  border: solid 1px #c0c0c0;
  padding: 7px;
  cursor: pointer;
}
.evo-palette2,
.evo-palette2-ie {
  margin: auto;
  border-collapse: collapse;
}
.evo-palette2 td,
.evo-palette2-ie td {
  font-size: 1px;
  cursor: pointer;
}
.evo-palette2 td {
  padding: 6px 7px;
  position: relative;
}
.evo-palette2-ie td {
  padding: 5px;
}
.evo-palcenter {
  padding: 5px;
  text-align: center;
  margin-left: -33px;
}
.evo-colorind,
.evo-colorind-ie,
.evo-colorind-ff {
  border: solid 1px #c3c3c3;
  width: 18px;
  height: 18px;
  float: right;
}
.evo-colorind-ie {
  position: relative;
  top: -23px;
}
.evo-colorbox-ie {
  font-size: 8px;
  padding: 3px 9px !important;
}
/*
.evo-colortxt-ie {
	position:relative;
	top:-6px;
}*/
.evo-pop:after,
.evo-pop-ie:after,
.evo-colorind:after,
.evo-colorind-ie:after,
.evo-colorind-ff:after,
.evo-color span:after,
.evo-cHist:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
.evo-color {
  width: 94px;
  padding: 1px 3px 0 4px;
}
.evo-color div {
  border: solid 1px #808080;
  border-right: solid 1px #c0c0c0;
  border-bottom: solid 1px #c0c0c0;
  padding: 3px;
  margin-bottom: 5px;
  width: 10px;
  height: 10px;
  float: left;
}
.evo-color span {
  font-size: 15px;
  margin: 1px 0 4px 3px;
  float: left;
}
.evo-sep {
  height: 10px;
  font-size: 0;
}
.evo-more {
  padding: 4px 5px 4px;
  /* font-size: smaller; */
}
.evo-cHist {
  padding: 3px;
}
.evo-cHist div {
  cursor: pointer;
  border: solid 1px #c0c0c0;
  padding: 3px;
  margin: 5px;
  width: 10px;
  height: 10px;
  float: left;
}
.evo-transparent {
  background-image: repeating-linear-gradient(135deg, #000000, #000000 1px, #ffffff 1px, #ffffff 3px);
}
.evo-tr-box {
  cursor: pointer;
  border: solid 1px #c0c0c0;
  padding: 3px;
  width: 7px;
  height: 7px;
  float: right;
  position: relative;
  right: -3px;
  top: 2px;
}
a.evo-hist {
  margin-left: 6px;
}
.evo-pointer {
  cursor: pointer;
}
.evo-hidden-button {
  display: none;
}
.evo-pop span{
  padding: 0 !important;
}
.evo-opt{
    border-bottom: 1px solid rgb(218, 216, 216);
    padding: 3px;
    margin: 2px 0;
    font-size: 14px;
}
.evo-opt:hover{
    background-color: #FFE9D4;
  
}.pt-perspective {
	/* -webkit-perspective: 1200px; */
	-moz-perspective: 1200px;
	/* perspective: 1200px; */
}

.pt-page {
	// visibility: hidden;
    opacity: 0;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.pt-page-current,
.no-js .pt-page {
    opacity: 1;
	// visibility: visible;
	z-index: 1;
}

/* animation sets */

/* move from / to  */

.pt-page-moveToLeft {
	-webkit-animation: moveToLeft .6s ease both;
	animation: moveToLeft .6s ease both;
}

.pt-page-moveFromLeft {
	-webkit-animation: moveFromLeft .6s ease both;
	animation: moveFromLeft .6s ease both;
}

.pt-page-moveToRight {
	-webkit-animation: moveToRight .6s ease both;
	animation: moveToRight .6s ease both;
}

.pt-page-moveFromRight {
	-webkit-animation: moveFromRight .6s ease both;
	animation: moveFromRight .6s ease both;
}

.pt-page-moveToTop {
	-webkit-animation: moveToTop .6s ease both;
	animation: moveToTop .6s ease both;
}

.pt-page-moveFromTop {
	-webkit-animation: moveFromTop .6s ease both;
	animation: moveFromTop .6s ease both;
}

.pt-page-moveToBottom {
	-webkit-animation: moveToBottom .6s ease both;
	animation: moveToBottom .6s ease both;
}

.pt-page-moveFromBottom {
	-webkit-animation: moveFromBottom .6s ease both;
	animation: moveFromBottom .6s ease both;
}

/* fade */

.pt-page-fade {
	-webkit-animation: fade .7s ease both;
	animation: fade .7s ease both;
}

/* move from / to and fade */

.pt-page-moveToLeftFade {
	-webkit-animation: moveToLeftFade .7s ease both;
	animation: moveToLeftFade .7s ease both;
}

.pt-page-moveFromLeftFade {
	-webkit-animation: moveFromLeftFade .7s ease both;
	animation: moveFromLeftFade .7s ease both;
}

.pt-page-moveToRightFade {
	-webkit-animation: moveToRightFade .7s ease both;
	animation: moveToRightFade .7s ease both;
}

.pt-page-moveFromRightFade {
	-webkit-animation: moveFromRightFade .7s ease both;
	animation: moveFromRightFade .7s ease both;
}

.pt-page-moveToTopFade {
	-webkit-animation: moveToTopFade .7s ease both;
	animation: moveToTopFade .7s ease both;
}

.pt-page-moveFromTopFade {
	-webkit-animation: moveFromTopFade .7s ease both;
	animation: moveFromTopFade .7s ease both;
}

.pt-page-moveToBottomFade {
	-webkit-animation: moveToBottomFade .7s ease both;
	animation: moveToBottomFade .7s ease both;
}

.pt-page-moveFromBottomFade {
	-webkit-animation: moveFromBottomFade .7s ease both;
	animation: moveFromBottomFade .7s ease both;
}

/* move to with different easing */

.pt-page-moveToLeftEasing {
	-webkit-animation: moveToLeft .7s ease-in-out both;
	animation: moveToLeft .7s ease-in-out both;
}
.pt-page-moveToRightEasing {
	-webkit-animation: moveToRight .7s ease-in-out both;
	animation: moveToRight .7s ease-in-out both;
}
.pt-page-moveToTopEasing {
	-webkit-animation: moveToTop .7s ease-in-out both;
	animation: moveToTop .7s ease-in-out both;
}
.pt-page-moveToBottomEasing {
	-webkit-animation: moveToBottom .7s ease-in-out both;
	animation: moveToBottom .7s ease-in-out both;
}

/********************************* keyframes **************************************/

/* move from / to  */

@-webkit-keyframes moveToLeft {
	from { }
	to { -webkit-transform: translateX(-100%); }
}
@keyframes moveToLeft {
	from { }
	to { -webkit-transform: translateX(-100%); transform: translateX(-100%); }
}

@-webkit-keyframes moveFromLeft {
	from { -webkit-transform: translateX(-100%); }
}
@keyframes moveFromLeft {
	from { -webkit-transform: translateX(-100%); transform: translateX(-100%); }
}

@-webkit-keyframes moveToRight { 
	from { }
	to { -webkit-transform: translateX(100%); }
}
@keyframes moveToRight { 
	from { }
	to { -webkit-transform: translateX(100%); transform: translateX(100%); }
}

@-webkit-keyframes moveFromRight {
	from { -webkit-transform: translateX(100%); }
}
@keyframes moveFromRight {
	from { -webkit-transform: translateX(100%); transform: translateX(100%); }
}

@-webkit-keyframes moveToTop {
	from { }
	to { -webkit-transform: translateY(-100%); }
}
@keyframes moveToTop {
	from { }
	to { -webkit-transform: translateY(-100%); transform: translateY(-100%); }
}

@-webkit-keyframes moveFromTop {
	from { -webkit-transform: translateY(-100%); }
}
@keyframes moveFromTop {
	from { -webkit-transform: translateY(-100%); transform: translateY(-100%); }
}

@-webkit-keyframes moveToBottom {
	from { }
	to { -webkit-transform: translateY(100%); }
}
@keyframes moveToBottom {
	from { }
	to { -webkit-transform: translateY(100%); transform: translateY(100%); }
}

@-webkit-keyframes moveFromBottom {
	from { -webkit-transform: translateY(100%); }
}
@keyframes moveFromBottom {
	from { -webkit-transform: translateY(100%); transform: translateY(100%); }
}

/* fade */

@-webkit-keyframes fade {
	from { }
	to { opacity: 0.3; }
}
@keyframes fade {
	from { }
	to { opacity: 0.3; }
}

/* move from / to and fade */

@-webkit-keyframes moveToLeftFade {
	from { }
	to { opacity: 0.3; -webkit-transform: translateX(-100%); }
}
@keyframes moveToLeftFade {
	from { }
	to { opacity: 0.3; -webkit-transform: translateX(-100%); transform: translateX(-100%); }
}

@-webkit-keyframes moveFromLeftFade {
	from { opacity: 0.3; -webkit-transform: translateX(-100%); }
}
@keyframes moveFromLeftFade {
	from { opacity: 0.3; -webkit-transform: translateX(-100%); transform: translateX(-100%); }
}

@-webkit-keyframes moveToRightFade {
	from { }
	to { opacity: 0.3; -webkit-transform: translateX(100%); }
}
@keyframes moveToRightFade {
	from { }
	to { opacity: 0.3; -webkit-transform: translateX(100%); transform: translateX(100%); }
}

@-webkit-keyframes moveFromRightFade {
	from { opacity: 0.3; -webkit-transform: translateX(100%); }
}
@keyframes moveFromRightFade {
	from { opacity: 0.3; -webkit-transform: translateX(100%); transform: translateX(100%); }
}

@-webkit-keyframes moveToTopFade {
	from { }
	to { opacity: 0.3; -webkit-transform: translateY(-100%); }
}
@keyframes moveToTopFade {
	from { }
	to { opacity: 0.3; -webkit-transform: translateY(-100%); transform: translateY(-100%); }
}

@-webkit-keyframes moveFromTopFade {
	from { opacity: 0.3; -webkit-transform: translateY(-100%); }
}
@keyframes moveFromTopFade {
	from { opacity: 0.3; -webkit-transform: translateY(-100%); transform: translateY(-100%); }
}

@-webkit-keyframes moveToBottomFade {
	from { }
	to { opacity: 0.3; -webkit-transform: translateY(100%); }
}
@keyframes moveToBottomFade {
	from { }
	to { opacity: 0.3; -webkit-transform: translateY(100%); transform: translateY(100%); }
}

@-webkit-keyframes moveFromBottomFade {
	from { opacity: 0.3; -webkit-transform: translateY(100%); }
}
@keyframes moveFromBottomFade {
	from { opacity: 0.3; -webkit-transform: translateY(100%); transform: translateY(100%); }
}

/* scale and fade */

.pt-page-scaleDown {
	-webkit-animation: scaleDown .7s ease both;
	animation: scaleDown .7s ease both;
}

.pt-page-scaleUp {
	-webkit-animation: scaleUp .7s ease both;
	animation: scaleUp .7s ease both;
}

.pt-page-scaleUpDown {
	-webkit-animation: scaleUpDown .5s ease both;
	animation: scaleUpDown .5s ease both;
}

.pt-page-scaleDownUp {
	-webkit-animation: scaleDownUp .5s ease both;
	animation: scaleDownUp .5s ease both;
}

.pt-page-scaleDownCenter {
	-webkit-animation: scaleDownCenter .4s ease-in both;
	animation: scaleDownCenter .4s ease-in both;
}

.pt-page-scaleUpCenter {
	-webkit-animation: scaleUpCenter .4s ease-out both;
	animation: scaleUpCenter .4s ease-out both;
}

/********************************* keyframes **************************************/

/* scale and fade */

@-webkit-keyframes scaleDown {
	from { }
	to { opacity: 0; -webkit-transform: scale(.8); }
}
@keyframes scaleDown {
	from { }
	to { opacity: 0; -webkit-transform: scale(.8); transform: scale(.8); }
}

@-webkit-keyframes scaleUp {
	from { opacity: 0; -webkit-transform: scale(.8); }
}
@keyframes scaleUp {
	from { opacity: 0; -webkit-transform: scale(.8); transform: scale(.8); }
}

@-webkit-keyframes scaleUpDown {
	from { opacity: 0; -webkit-transform: scale(1.2); }
}
@keyframes scaleUpDown {
	from { opacity: 0; -webkit-transform: scale(1.2); transform: scale(1.2); }
}

@-webkit-keyframes scaleDownUp {
	from { }
	to { opacity: 0; -webkit-transform: scale(1.2); }
}
@keyframes scaleDownUp {
	from { }
	to { opacity: 0; -webkit-transform: scale(1.2); transform: scale(1.2); }
}

@-webkit-keyframes scaleDownCenter {
	from { }
	to { opacity: 0; -webkit-transform: scale(.7); }
}
@keyframes scaleDownCenter {
	from { }
	to { opacity: 0; -webkit-transform: scale(.7); transform: scale(.7); }
}

@-webkit-keyframes scaleUpCenter {
	from { opacity: 0; -webkit-transform: scale(.7); }
}
@keyframes scaleUpCenter {
	from { opacity: 0; -webkit-transform: scale(.7); transform: scale(.7); }
}

/* rotate sides first and scale */

.pt-page-rotateRightSideFirst {
	-webkit-transform-origin: 0% 50%;
	transform-origin: 0% 50%;
	-webkit-animation: rotateRightSideFirst .8s both ease-in;
	animation: rotateRightSideFirst .8s both ease-in;
}
.pt-page-rotateLeftSideFirst {
	-webkit-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
	-webkit-animation: rotateLeftSideFirst .8s both ease-in;
	animation: rotateLeftSideFirst .8s both ease-in;
}
.pt-page-rotateTopSideFirst {
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	-webkit-animation: rotateTopSideFirst .8s both ease-in;
	animation: rotateTopSideFirst .8s both ease-in;
}
.pt-page-rotateBottomSideFirst {
	-webkit-transform-origin: 50% 0%;
	transform-origin: 50% 0%;
	-webkit-animation: rotateBottomSideFirst .8s both ease-in;
	animation: rotateBottomSideFirst .8s both ease-in;
}

/* flip */

.pt-page-flipOutRight {
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-animation: flipOutRight .5s both ease-in;
	animation: flipOutRight .5s both ease-in;
}
.pt-page-flipInLeft {
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-animation: flipInLeft .5s both ease-out;
	animation: flipInLeft .5s both ease-out;
}
.pt-page-flipOutLeft {
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-animation: flipOutLeft .5s both ease-in;
	animation: flipOutLeft .5s both ease-in;
}
.pt-page-flipInRight {
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-animation: flipInRight .5s both ease-out;
	animation: flipInRight .5s both ease-out;
}
.pt-page-flipOutTop {
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-animation: flipOutTop .5s both ease-in;
	animation: flipOutTop .5s both ease-in;
}
.pt-page-flipInBottom {
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-animation: flipInBottom .5s both ease-out;
	animation: flipInBottom .5s both ease-out;
}
.pt-page-flipOutBottom {
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-animation: flipOutBottom .5s both ease-in;
	animation: flipOutBottom .5s both ease-in;
}
.pt-page-flipInTop {
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-animation: flipInTop .5s both ease-out;
	animation: flipInTop .5s both ease-out;
}

/* rotate fall */

.pt-page-rotateFall {
	-webkit-transform-origin: 0% 0%;
	transform-origin: 0% 0%;
	-webkit-animation: rotateFall 1s both ease-in;
	animation: rotateFall 1s both ease-in;
}

/* rotate newspaper */
.pt-page-rotateOutNewspaper {
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-animation: rotateOutNewspaper .5s both ease-in;
	animation: rotateOutNewspaper .5s both ease-in;
}
.pt-page-rotateInNewspaper {
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-animation: rotateInNewspaper .5s both ease-out;
	animation: rotateInNewspaper .5s both ease-out;
}

/* push */
.pt-page-rotatePushLeft {
	-webkit-transform-origin: 0% 50%;
	transform-origin: 0% 50%;
	-webkit-animation: rotatePushLeft .8s both ease;
	animation: rotatePushLeft .8s both ease;
}
.pt-page-rotatePushRight {
	-webkit-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
	-webkit-animation: rotatePushRight .8s both ease;
	animation: rotatePushRight .8s both ease;
}
.pt-page-rotatePushTop {
	-webkit-transform-origin: 50% 0%;
	transform-origin: 50% 0%;
	-webkit-animation: rotatePushTop .8s both ease;
	animation: rotatePushTop .8s both ease;
}
.pt-page-rotatePushBottom {
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	-webkit-animation: rotatePushBottom .8s both ease;
	animation: rotatePushBottom .8s both ease;
}

/* pull */
.pt-page-rotatePullRight {
	-webkit-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
	-webkit-animation: rotatePullRight .5s both ease;
	animation: rotatePullRight .5s both ease;
}
.pt-page-rotatePullLeft {
	-webkit-transform-origin: 0% 50%;
	transform-origin: 0% 50%;
	-webkit-animation: rotatePullLeft .5s both ease;
	animation: rotatePullLeft .5s both ease;
}
.pt-page-rotatePullTop {
	-webkit-transform-origin: 50% 0%;
	transform-origin: 50% 0%;
	-webkit-animation: rotatePullTop .5s both ease;
	animation: rotatePullTop .5s both ease;
}
.pt-page-rotatePullBottom {
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	-webkit-animation: rotatePullBottom .5s both ease;
	animation: rotatePullBottom .5s both ease;
}

/* fold */
.pt-page-rotateFoldRight {
	-webkit-transform-origin: 0% 50%;
	transform-origin: 0% 50%;
	-webkit-animation: rotateFoldRight .7s both ease;
	animation: rotateFoldRight .7s both ease;
}
.pt-page-rotateFoldLeft {
	-webkit-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
	-webkit-animation: rotateFoldLeft .7s both ease;
	animation: rotateFoldLeft .7s both ease;
}
.pt-page-rotateFoldTop {
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	-webkit-animation: rotateFoldTop .7s both ease;
	animation: rotateFoldTop .7s both ease;
}
.pt-page-rotateFoldBottom {
	-webkit-transform-origin: 50% 0%;
	transform-origin: 50% 0%;
	-webkit-animation: rotateFoldBottom .7s both ease;
	animation: rotateFoldBottom .7s both ease;
}

/* unfold */
.pt-page-rotateUnfoldLeft {
	-webkit-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
	-webkit-animation: rotateUnfoldLeft .7s both ease;
	animation: rotateUnfoldLeft .7s both ease;
}
.pt-page-rotateUnfoldRight {
	-webkit-transform-origin: 0% 50%;
	transform-origin: 0% 50%;
	-webkit-animation: rotateUnfoldRight .7s both ease;
	animation: rotateUnfoldRight .7s both ease;
}
.pt-page-rotateUnfoldTop {
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	-webkit-animation: rotateUnfoldTop .7s both ease;
	animation: rotateUnfoldTop .7s both ease;
}
.pt-page-rotateUnfoldBottom {
	-webkit-transform-origin: 50% 0%;
	transform-origin: 50% 0%;
	-webkit-animation: rotateUnfoldBottom .7s both ease;
	animation: rotateUnfoldBottom .7s both ease;
}

/* room walls */
.pt-page-rotateRoomLeftOut {
	-webkit-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
	-webkit-animation: rotateRoomLeftOut .8s both ease;
	animation: rotateRoomLeftOut .8s both ease;
}
.pt-page-rotateRoomLeftIn {
	-webkit-transform-origin: 0% 50%;
	transform-origin: 0% 50%;
	-webkit-animation: rotateRoomLeftIn .8s both ease;
	animation: rotateRoomLeftIn .8s both ease;
}
.pt-page-rotateRoomRightOut {
	-webkit-transform-origin: 0% 50%;
	transform-origin: 0% 50%;
	-webkit-animation: rotateRoomRightOut .8s both ease;
	animation: rotateRoomRightOut .8s both ease;
}
.pt-page-rotateRoomRightIn {
	-webkit-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
	-webkit-animation: rotateRoomRightIn .8s both ease;
	animation: rotateRoomRightIn .8s both ease;
}
.pt-page-rotateRoomTopOut {
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	-webkit-animation: rotateRoomTopOut .8s both ease;
	animation: rotateRoomTopOut .8s both ease;
}
.pt-page-rotateRoomTopIn {
	-webkit-transform-origin: 50% 0%;
	transform-origin: 50% 0%;
	-webkit-animation: rotateRoomTopIn .8s both ease;
	animation: rotateRoomTopIn .8s both ease;
}
.pt-page-rotateRoomBottomOut {
	-webkit-transform-origin: 50% 0%;
	transform-origin: 50% 0%;
	-webkit-animation: rotateRoomBottomOut .8s both ease;
	animation: rotateRoomBottomOut .8s both ease;
}
.pt-page-rotateRoomBottomIn {
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	-webkit-animation: rotateRoomBottomIn .8s both ease;
	animation: rotateRoomBottomIn .8s both ease;
}

/* cube */
.pt-page-rotateCubeLeftOut {
	-webkit-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
	-webkit-animation: rotateCubeLeftOut .6s both ease-in;
	animation: rotateCubeLeftOut .6s both ease-in;
}
.pt-page-rotateCubeLeftIn {
	-webkit-transform-origin: 0% 50%;
	transform-origin: 0% 50%;
	-webkit-animation: rotateCubeLeftIn .6s both ease-in;
	animation: rotateCubeLeftIn .6s both ease-in;
}
.pt-page-rotateCubeRightOut {
	-webkit-transform-origin: 0% 50%;
	transform-origin: 0% 50%;
	-webkit-animation: rotateCubeRightOut .6s both ease-in;
	animation: rotateCubeRightOut .6s both ease-in;
}
.pt-page-rotateCubeRightIn {
	-webkit-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
	-webkit-animation: rotateCubeRightIn .6s both ease-in;
	animation: rotateCubeRightIn .6s both ease-in;
}
.pt-page-rotateCubeTopOut {
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	-webkit-animation: rotateCubeTopOut .6s both ease-in;
	animation: rotateCubeTopOut .6s both ease-in;
}
.pt-page-rotateCubeTopIn {
	-webkit-transform-origin: 50% 0%;
	transform-origin: 50% 0%;
	-webkit-animation: rotateCubeTopIn .6s both ease-in;
	animation: rotateCubeTopIn .6s both ease-in;
}
.pt-page-rotateCubeBottomOut {
	-webkit-transform-origin: 50% 0%;
	transform-origin: 50% 0%;
	-webkit-animation: rotateCubeBottomOut .6s both ease-in;
	animation: rotateCubeBottomOut .6s both ease-in;
}
.pt-page-rotateCubeBottomIn {
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	-webkit-animation: rotateCubeBottomIn .6s both ease-in;
	animation: rotateCubeBottomIn .6s both ease-in;
}

/* carousel */
.pt-page-rotateCarouselLeftOut {
	-webkit-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
	-webkit-animation: rotateCarouselLeftOut .8s both ease;
	animation: rotateCarouselLeftOut .8s both ease;
}
.pt-page-rotateCarouselLeftIn {
	-webkit-transform-origin: 0% 50%;
	transform-origin: 0% 50%;
	-webkit-animation: rotateCarouselLeftIn .8s both ease;
	animation: rotateCarouselLeftIn .8s both ease;
}
.pt-page-rotateCarouselRightOut {
	-webkit-transform-origin: 0% 50%;
	transform-origin: 0% 50%;
	-webkit-animation: rotateCarouselRightOut .8s both ease;
	animation: rotateCarouselRightOut .8s both ease;
}
.pt-page-rotateCarouselRightIn {
	-webkit-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
	-webkit-animation: rotateCarouselRightIn .8s both ease;
	animation: rotateCarouselRightIn .8s both ease;
}
.pt-page-rotateCarouselTopOut {
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	-webkit-animation: rotateCarouselTopOut .8s both ease;
	animation: rotateCarouselTopOut .8s both ease;
}
.pt-page-rotateCarouselTopIn {
	-webkit-transform-origin: 50% 0%;
	transform-origin: 50% 0%;
	-webkit-animation: rotateCarouselTopIn .8s both ease;
	animation: rotateCarouselTopIn .8s both ease;
}
.pt-page-rotateCarouselBottomOut {
	-webkit-transform-origin: 50% 0%;
	transform-origin: 50% 0%;
	-webkit-animation: rotateCarouselBottomOut .8s both ease;
	animation: rotateCarouselBottomOut .8s both ease;
}
.pt-page-rotateCarouselBottomIn {
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	-webkit-animation: rotateCarouselBottomIn .8s both ease;
	animation: rotateCarouselBottomIn .8s both ease;
}

/* sides */
.pt-page-rotateSidesOut {
	-webkit-transform-origin: -50% 50%;
	transform-origin: -50% 50%;
	-webkit-animation: rotateSidesOut .5s both ease-in;
	animation: rotateSidesOut .5s both ease-in;
}
.pt-page-rotateSidesIn {
	-webkit-transform-origin: 150% 50%;
	transform-origin: 150% 50%;
	-webkit-animation: rotateSidesIn .5s both ease-out;
	animation: rotateSidesIn .5s both ease-out;
}

/* slide */
.pt-page-rotateSlideOut {
	-webkit-animation: rotateSlideOut 1s both ease;
	animation: rotateSlideOut 1s both ease;
}
.pt-page-rotateSlideIn {
	-webkit-animation: rotateSlideIn 1s both ease;
	animation: rotateSlideIn 1s both ease;
}

/********************************* keyframes **************************************/

/* rotate sides first and scale */

@-webkit-keyframes rotateRightSideFirst {
	0% { }
	40% { -webkit-transform: rotateY(15deg); opacity: .8; -webkit-animation-timing-function: ease-out; }
	100% { -webkit-transform: scale(0.8) translateZ(-200px); opacity:0; }
}
@keyframes rotateRightSideFirst {
	0% { }
	40% { -webkit-transform: rotateY(15deg); transform: rotateY(15deg); opacity: .8; -webkit-animation-timing-function: ease-out; animation-timing-function: ease-out; }
	100% { -webkit-transform: scale(0.8) translateZ(-200px); transform: scale(0.8) translateZ(-200px); opacity:0; }
}

@-webkit-keyframes rotateLeftSideFirst {
	0% { }
	40% { -webkit-transform: rotateY(-15deg); opacity: .8; -webkit-animation-timing-function: ease-out; }
	100% { -webkit-transform: scale(0.8) translateZ(-200px); opacity:0; }
}
@keyframes rotateLeftSideFirst {
	0% { }
	40% { -webkit-transform: rotateY(-15deg); transform: rotateY(-15deg); opacity: .8; -webkit-animation-timing-function: ease-out; animation-timing-function: ease-out; }
	100% { -webkit-transform: scale(0.8) translateZ(-200px); transform: scale(0.8) translateZ(-200px); opacity:0; }
}

@-webkit-keyframes rotateTopSideFirst {
	0% { }
	40% { -webkit-transform: rotateX(15deg); opacity: .8; -webkit-animation-timing-function: ease-out; }
	100% { -webkit-transform: scale(0.8) translateZ(-200px); opacity:0; }
}
@keyframes rotateTopSideFirst {
	0% { }
	40% { -webkit-transform: rotateX(15deg); transform: rotateX(15deg); opacity: .8; -webkit-animation-timing-function: ease-out; animation-timing-function: ease-out; }
	100% { -webkit-transform: scale(0.8) translateZ(-200px); transform: scale(0.8) translateZ(-200px); opacity:0; }
}

@-webkit-keyframes rotateBottomSideFirst {
	0% { }
	40% { -webkit-transform: rotateX(-15deg); opacity: .8; -webkit-animation-timing-function: ease-out; }
	100% { -webkit-transform: scale(0.8) translateZ(-200px); opacity:0; }
}
@keyframes rotateBottomSideFirst {
	0% { }
	40% { -webkit-transform: rotateX(-15deg); transform: rotateX(-15deg); opacity: .8; -webkit-animation-timing-function: ease-out; animation-timing-function: ease-out; }
	100% { -webkit-transform: scale(0.8) translateZ(-200px); transform: scale(0.8) translateZ(-200px); opacity:0; }
}

/* flip */

@-webkit-keyframes flipOutRight {
	from { }
	to { -webkit-transform: translateZ(-1000px) rotateY(90deg); opacity: 0.2; }
}
@keyframes flipOutRight {
	from { }
	to { -webkit-transform: translateZ(-1000px) rotateY(90deg); transform: translateZ(-1000px) rotateY(90deg); opacity: 0.2; }
}

@-webkit-keyframes flipInLeft {
	from { -webkit-transform: translateZ(-1000px) rotateY(-90deg); opacity: 0.2; }
}
@keyframes flipInLeft {
	from { -webkit-transform: translateZ(-1000px) rotateY(-90deg); transform: translateZ(-1000px) rotateY(-90deg); opacity: 0.2; }
}

@-webkit-keyframes flipOutLeft {
	from { }
	to { -webkit-transform: translateZ(-1000px) rotateY(-90deg); opacity: 0.2; }
}
@keyframes flipOutLeft {
	from { }
	to { -webkit-transform: translateZ(-1000px) rotateY(-90deg); transform: translateZ(-1000px) rotateY(-90deg); opacity: 0.2; }
}

@-webkit-keyframes flipInRight {
	from { -webkit-transform: translateZ(-1000px) rotateY(90deg); opacity: 0.2; }
}
@keyframes flipInRight {
	from { -webkit-transform: translateZ(-1000px) rotateY(90deg); transform: translateZ(-1000px) rotateY(90deg); opacity: 0.2; }
}

@-webkit-keyframes flipOutTop {
	from { }
	to { -webkit-transform: translateZ(-1000px) rotateX(90deg); opacity: 0.2; }
}
@keyframes flipOutTop {
	from { }
	to { -webkit-transform: translateZ(-1000px) rotateX(90deg); transform: translateZ(-1000px) rotateX(90deg); opacity: 0.2; }
}

@-webkit-keyframes flipInBottom {
	from { -webkit-transform: translateZ(-1000px) rotateX(-90deg); opacity: 0.2; }
}
@keyframes flipInBottom {
	from { -webkit-transform: translateZ(-1000px) rotateX(-90deg); transform: translateZ(-1000px) rotateX(-90deg); opacity: 0.2; }
}

@-webkit-keyframes flipOutBottom {
	from { }
	to { -webkit-transform: translateZ(-1000px) rotateX(-90deg); opacity: 0.2; }
}
@keyframes flipOutBottom {
	from { }
	to { -webkit-transform: translateZ(-1000px) rotateX(-90deg); transform: translateZ(-1000px) rotateX(-90deg); opacity: 0.2; }
}

@-webkit-keyframes flipInTop {
	from { -webkit-transform: translateZ(-1000px) rotateX(90deg); opacity: 0.2; }
}
@keyframes flipInTop {
	from { -webkit-transform: translateZ(-1000px) rotateX(90deg); transform: translateZ(-1000px) rotateX(90deg); opacity: 0.2; }
}

/* fall */

@-webkit-keyframes rotateFall {
	0% { -webkit-transform: rotateZ(0deg); }
	20% { -webkit-transform: rotateZ(10deg); -webkit-animation-timing-function: ease-out; }
	40% { -webkit-transform: rotateZ(17deg); }
	60% { -webkit-transform: rotateZ(16deg); }
	100% { -webkit-transform: translateY(100%) rotateZ(17deg); }
}
@keyframes rotateFall {
	0% { -webkit-transform: rotateZ(0deg); transform: rotateZ(0deg); }
	20% { -webkit-transform: rotateZ(10deg); transform: rotateZ(10deg); -webkit-animation-timing-function: ease-out; animation-timing-function: ease-out; }
	40% { -webkit-transform: rotateZ(17deg); transform: rotateZ(17deg); }
	60% { -webkit-transform: rotateZ(16deg); transform: rotateZ(16deg); }
	100% { -webkit-transform: translateY(100%) rotateZ(17deg); transform: translateY(100%) rotateZ(17deg); }
}

/* newspaper */

@-webkit-keyframes rotateOutNewspaper {
	from { }
	to { -webkit-transform: translateZ(-3000px) rotateZ(360deg); opacity: 0; }
}
@keyframes rotateOutNewspaper {
	from { }
	to { -webkit-transform: translateZ(-3000px) rotateZ(360deg); transform: translateZ(-3000px) rotateZ(360deg); opacity: 0; }
}

@-webkit-keyframes rotateInNewspaper {
	from { -webkit-transform: translateZ(-3000px) rotateZ(-360deg); opacity: 0; }
}
@keyframes rotateInNewspaper {
	from { -webkit-transform: translateZ(-3000px) rotateZ(-360deg); transform: translateZ(-3000px) rotateZ(-360deg); opacity: 0; }
}

/* push */

@-webkit-keyframes rotatePushLeft {
	from { }
	to { opacity: 0; -webkit-transform: rotateY(90deg); }
}
@keyframes rotatePushLeft {
	from { }
	to { opacity: 0; -webkit-transform: rotateY(90deg); transform: rotateY(90deg); }
}

@-webkit-keyframes rotatePushRight {
	from { }
	to { opacity: 0; -webkit-transform: rotateY(-90deg); }
}
@keyframes rotatePushRight {
	from { }
	to { opacity: 0; -webkit-transform: rotateY(-90deg); transform: rotateY(-90deg); }
}

@-webkit-keyframes rotatePushTop {
	from { }
	to { opacity: 0; -webkit-transform: rotateX(-90deg); }
}
@keyframes rotatePushTop {
	from { }
	to { opacity: 0; -webkit-transform: rotateX(-90deg); transform: rotateX(-90deg); }
}

@-webkit-keyframes rotatePushBottom {
	from { }
	to { opacity: 0; -webkit-transform: rotateX(90deg); }
}
@keyframes rotatePushBottom {
	from { }
	to { opacity: 0; -webkit-transform: rotateX(90deg); transform: rotateX(90deg); }
}

/* pull */

@-webkit-keyframes rotatePullRight {
	from { opacity: 0; -webkit-transform: rotateY(-90deg); }
}
@keyframes rotatePullRight {
	from { opacity: 0; -webkit-transform: rotateY(-90deg); transform: rotateY(-90deg); }
}

@-webkit-keyframes rotatePullLeft {
	from { opacity: 0; -webkit-transform: rotateY(90deg); }
}
@keyframes rotatePullLeft {
	from { opacity: 0; -webkit-transform: rotateY(90deg); transform: rotateY(90deg); }
}

@-webkit-keyframes rotatePullTop {
	from { opacity: 0; -webkit-transform: rotateX(-90deg); }
}
@keyframes rotatePullTop {
	from { opacity: 0; -webkit-transform: rotateX(-90deg); transform: rotateX(-90deg); }
}

@-webkit-keyframes rotatePullBottom {
	from { opacity: 0; -webkit-transform: rotateX(90deg); }
}
@keyframes rotatePullBottom {
	from { opacity: 0; -webkit-transform: rotateX(90deg); transform: rotateX(90deg); }
}

/* fold */

@-webkit-keyframes rotateFoldRight {
	from { }
	to { opacity: 0; -webkit-transform: translateX(100%) rotateY(90deg); }
}
@keyframes rotateFoldRight {
	from { }
	to { opacity: 0; -webkit-transform: translateX(100%) rotateY(90deg); transform: translateX(100%) rotateY(90deg); }
}

@-webkit-keyframes rotateFoldLeft {
	from { }
	to { opacity: 0; -webkit-transform: translateX(-100%) rotateY(-90deg); }
}
@keyframes rotateFoldLeft {
	from { }
	to { opacity: 0; -webkit-transform: translateX(-100%) rotateY(-90deg); transform: translateX(-100%) rotateY(-90deg); }
}

@-webkit-keyframes rotateFoldTop {
	from { }
	to { opacity: 0; -webkit-transform: translateY(-100%) rotateX(90deg); }
}
@keyframes rotateFoldTop {
	from { }
	to { opacity: 0; -webkit-transform: translateY(-100%) rotateX(90deg); transform: translateY(-100%) rotateX(90deg); }
}

@-webkit-keyframes rotateFoldBottom {
	from { }
	to { opacity: 0; -webkit-transform: translateY(100%) rotateX(-90deg); }
}
@keyframes rotateFoldBottom {
	from { }
	to { opacity: 0; -webkit-transform: translateY(100%) rotateX(-90deg); transform: translateY(100%) rotateX(-90deg); }
}

/* unfold */

@-webkit-keyframes rotateUnfoldLeft {
	from { opacity: 0; -webkit-transform: translateX(-100%) rotateY(-90deg); }
}
@keyframes rotateUnfoldLeft {
	from { opacity: 0; -webkit-transform: translateX(-100%) rotateY(-90deg); transform: translateX(-100%) rotateY(-90deg); }
}

@-webkit-keyframes rotateUnfoldRight {
	from { opacity: 0; -webkit-transform: translateX(100%) rotateY(90deg); }
}
@keyframes rotateUnfoldRight {
	from { opacity: 0; -webkit-transform: translateX(100%) rotateY(90deg); transform: translateX(100%) rotateY(90deg); }
}

@-webkit-keyframes rotateUnfoldTop {
	from { opacity: 0; -webkit-transform: translateY(-100%) rotateX(90deg); }
}
@keyframes rotateUnfoldTop {
	from { opacity: 0; -webkit-transform: translateY(-100%) rotateX(90deg); transform: translateY(-100%) rotateX(90deg); }
}

@-webkit-keyframes rotateUnfoldBottom {
	from { opacity: 0; -webkit-transform: translateY(100%) rotateX(-90deg); }
}
@keyframes rotateUnfoldBottom {
	from { opacity: 0; -webkit-transform: translateY(100%) rotateX(-90deg); transform: translateY(100%) rotateX(-90deg); }
}

/* room walls */

@-webkit-keyframes rotateRoomLeftOut {
	from { }
	to { opacity: .3; -webkit-transform: translateX(-100%) rotateY(90deg); }
}
@keyframes rotateRoomLeftOut {
	from { }
	to { opacity: .3; -webkit-transform: translateX(-100%) rotateY(90deg); transform: translateX(-100%) rotateY(90deg); }
}

@-webkit-keyframes rotateRoomLeftIn {
	from { opacity: .3; -webkit-transform: translateX(100%) rotateY(-90deg); }
}
@keyframes rotateRoomLeftIn {
	from { opacity: .3; -webkit-transform: translateX(100%) rotateY(-90deg); transform: translateX(100%) rotateY(-90deg); }
}

@-webkit-keyframes rotateRoomRightOut {
	from { }
	to { opacity: .3; -webkit-transform: translateX(100%) rotateY(-90deg); }
}
@keyframes rotateRoomRightOut {
	from { }
	to { opacity: .3; -webkit-transform: translateX(100%) rotateY(-90deg); transform: translateX(100%) rotateY(-90deg); }
}

@-webkit-keyframes rotateRoomRightIn {
	from { opacity: .3; -webkit-transform: translateX(-100%) rotateY(90deg); }
}
@keyframes rotateRoomRightIn {
	from { opacity: .3; -webkit-transform: translateX(-100%) rotateY(90deg); transform: translateX(-100%) rotateY(90deg); }
}

@-webkit-keyframes rotateRoomTopOut {
	from { }
	to { opacity: .3; -webkit-transform: translateY(-100%) rotateX(-90deg); }
}
@keyframes rotateRoomTopOut {
	from { }
	to { opacity: .3; -webkit-transform: translateY(-100%) rotateX(-90deg); transform: translateY(-100%) rotateX(-90deg); }
}

@-webkit-keyframes rotateRoomTopIn {
	from { opacity: .3; -webkit-transform: translateY(100%) rotateX(90deg); }
}
@keyframes rotateRoomTopIn {
	from { opacity: .3; -webkit-transform: translateY(100%) rotateX(90deg); transform: translateY(100%) rotateX(90deg); }
}

@-webkit-keyframes rotateRoomBottomOut {
	from { }
	to { opacity: .3; -webkit-transform: translateY(100%) rotateX(90deg); }
}
@keyframes rotateRoomBottomOut {
	from { }
	to { opacity: .3; -webkit-transform: translateY(100%) rotateX(90deg); transform: translateY(100%) rotateX(90deg); }
}

@-webkit-keyframes rotateRoomBottomIn {
	from { opacity: .3; -webkit-transform: translateY(-100%) rotateX(-90deg); }
}
@keyframes rotateRoomBottomIn {
	from { opacity: .3; -webkit-transform: translateY(-100%) rotateX(-90deg); transform: translateY(-100%) rotateX(-90deg); }
}

/* cube */

@-webkit-keyframes rotateCubeLeftOut {
	0% { }
	50% { -webkit-animation-timing-function: ease-out;  -webkit-transform: translateX(-50%) translateZ(-200px) rotateY(-45deg); }
	100% { opacity: .3; -webkit-transform: translateX(-100%) rotateY(-90deg); }
}
@keyframes rotateCubeLeftOut {
	0% { }
	50% { -webkit-animation-timing-function: ease-out; animation-timing-function: ease-out;  -webkit-transform: translateX(-50%) translateZ(-200px) rotateY(-45deg);  transform: translateX(-50%) translateZ(-200px) rotateY(-45deg); }
	100% { opacity: .3; -webkit-transform: translateX(-100%) rotateY(-90deg); transform: translateX(-100%) rotateY(-90deg); }
}

@-webkit-keyframes rotateCubeLeftIn {
	0% { opacity: .3; -webkit-transform: translateX(100%) rotateY(90deg); }
	50% { -webkit-animation-timing-function: ease-out;  -webkit-transform: translateX(50%) translateZ(-200px) rotateY(45deg); }
}
@keyframes rotateCubeLeftIn {
	0% { opacity: .3; -webkit-transform: translateX(100%) rotateY(90deg); transform: translateX(100%) rotateY(90deg); }
	50% { -webkit-animation-timing-function: ease-out; animation-timing-function: ease-out;  -webkit-transform: translateX(50%) translateZ(-200px) rotateY(45deg);  transform: translateX(50%) translateZ(-200px) rotateY(45deg); }
}

@-webkit-keyframes rotateCubeRightOut {
	0% { }
	50% { -webkit-animation-timing-function: ease-out; -webkit-transform: translateX(50%) translateZ(-200px) rotateY(45deg); }
	100% { opacity: .3; -webkit-transform: translateX(100%) rotateY(90deg); }
}
@keyframes rotateCubeRightOut {
	0% { }
	50% { -webkit-animation-timing-function: ease-out; animation-timing-function: ease-out; -webkit-transform: translateX(50%) translateZ(-200px) rotateY(45deg); transform: translateX(50%) translateZ(-200px) rotateY(45deg); }
	100% { opacity: .3; -webkit-transform: translateX(100%) rotateY(90deg); transform: translateX(100%) rotateY(90deg); }
}

@-webkit-keyframes rotateCubeRightIn {
	0% { opacity: .3; -webkit-transform: translateX(-100%) rotateY(-90deg); }
	50% { -webkit-animation-timing-function: ease-out; -webkit-transform: translateX(-50%) translateZ(-200px) rotateY(-45deg); }
}
@keyframes rotateCubeRightIn {
	0% { opacity: .3; -webkit-transform: translateX(-100%) rotateY(-90deg); transform: translateX(-100%) rotateY(-90deg); }
	50% { -webkit-animation-timing-function: ease-out; animation-timing-function: ease-out; -webkit-transform: translateX(-50%) translateZ(-200px) rotateY(-45deg); transform: translateX(-50%) translateZ(-200px) rotateY(-45deg); }
}

@-webkit-keyframes rotateCubeTopOut {
	0% { }
	50% { -webkit-animation-timing-function: ease-out; -webkit-transform: translateY(-50%) translateZ(-200px) rotateX(45deg); }
	100% { opacity: .3; -webkit-transform: translateY(-100%) rotateX(90deg); }
}
@keyframes rotateCubeTopOut {
	0% {}
	50% { -webkit-animation-timing-function: ease-out; animation-timing-function: ease-out; -webkit-transform: translateY(-50%) translateZ(-200px) rotateX(45deg); transform: translateY(-50%) translateZ(-200px) rotateX(45deg); }
	100% { opacity: .3; -webkit-transform: translateY(-100%) rotateX(90deg); transform: translateY(-100%) rotateX(90deg); }
}

@-webkit-keyframes rotateCubeTopIn {
	0% { opacity: .3; -webkit-transform: translateY(100%) rotateX(-90deg); }
	50% { -webkit-animation-timing-function: ease-out; -webkit-transform: translateY(50%) translateZ(-200px) rotateX(-45deg); }
}
@keyframes rotateCubeTopIn {
	0% { opacity: .3; -webkit-transform: translateY(100%) rotateX(-90deg); transform: translateY(100%) rotateX(-90deg); }
	50% { -webkit-animation-timing-function: ease-out; animation-timing-function: ease-out; -webkit-transform: translateY(50%) translateZ(-200px) rotateX(-45deg); transform: translateY(50%) translateZ(-200px) rotateX(-45deg); }
}

@-webkit-keyframes rotateCubeBottomOut {
	0% { }
	50% { -webkit-animation-timing-function: ease-out; -webkit-transform: translateY(50%) translateZ(-200px) rotateX(-45deg); }
	100% { opacity: .3; -webkit-transform: translateY(100%) rotateX(-90deg); }
}
@keyframes rotateCubeBottomOut {
	0% { }
	50% { -webkit-animation-timing-function: ease-out; animation-timing-function: ease-out; -webkit-transform: translateY(50%) translateZ(-200px) rotateX(-45deg); transform: translateY(50%) translateZ(-200px) rotateX(-45deg); }
	100% { opacity: .3; -webkit-transform: translateY(100%) rotateX(-90deg); transform: translateY(100%) rotateX(-90deg); }
}

@-webkit-keyframes rotateCubeBottomIn {
	0% { opacity: .3; -webkit-transform: translateY(-100%) rotateX(90deg); }
	50% { -webkit-animation-timing-function: ease-out; -webkit-transform: translateY(-50%) translateZ(-200px) rotateX(45deg); }
}
@keyframes rotateCubeBottomIn {
	0% { opacity: .3; -webkit-transform: translateY(-100%) rotateX(90deg); transform: translateY(-100%) rotateX(90deg); }
	50% { -webkit-animation-timing-function: ease-out; animation-timing-function: ease-out; -webkit-transform: translateY(-50%) translateZ(-200px) rotateX(45deg); transform: translateY(-50%) translateZ(-200px) rotateX(45deg); }
}

/* carousel */

@-webkit-keyframes rotateCarouselLeftOut {
	from { }
	to { opacity: .3; -webkit-transform: translateX(-150%) scale(.4) rotateY(-65deg); }
}
@keyframes rotateCarouselLeftOut {
	from { }
	to { opacity: .3; -webkit-transform: translateX(-150%) scale(.4) rotateY(-65deg); transform: translateX(-150%) scale(.4) rotateY(-65deg); }
}

@-webkit-keyframes rotateCarouselLeftIn {
	from { opacity: .3; -webkit-transform: translateX(200%) scale(.4) rotateY(65deg); }
}
@keyframes rotateCarouselLeftIn {
	from { opacity: .3; -webkit-transform: translateX(200%) scale(.4) rotateY(65deg); transform: translateX(200%) scale(.4) rotateY(65deg); }
}

@-webkit-keyframes rotateCarouselRightOut {
	from { }
	to { opacity: .3; -webkit-transform: translateX(200%) scale(.4) rotateY(65deg); }
}
@keyframes rotateCarouselRightOut {
	from { }
	to { opacity: .3; -webkit-transform: translateX(200%) scale(.4) rotateY(65deg); transform: translateX(200%) scale(.4) rotateY(65deg); }
}

@-webkit-keyframes rotateCarouselRightIn {
	from { opacity: .3; -webkit-transform: translateX(-200%) scale(.4) rotateY(-65deg); }
}
@keyframes rotateCarouselRightIn {
	from { opacity: .3; -webkit-transform: translateX(-200%) scale(.4) rotateY(-65deg); transform: translateX(-200%) scale(.4) rotateY(-65deg); }
}

@-webkit-keyframes rotateCarouselTopOut {
	from { }
	to { opacity: .3; -webkit-transform: translateY(-200%) scale(.4) rotateX(65deg); }
}
@keyframes rotateCarouselTopOut {
	from { }
	to { opacity: .3; -webkit-transform: translateY(-200%) scale(.4) rotateX(65deg); transform: translateY(-200%) scale(.4) rotateX(65deg); }
}

@-webkit-keyframes rotateCarouselTopIn {
	from { opacity: .3; -webkit-transform: translateY(200%) scale(.4) rotateX(-65deg); }
}
@keyframes rotateCarouselTopIn {
	from { opacity: .3; -webkit-transform: translateY(200%) scale(.4) rotateX(-65deg); transform: translateY(200%) scale(.4) rotateX(-65deg); }
}

@-webkit-keyframes rotateCarouselBottomOut {
	from { }
	to { opacity: .3; -webkit-transform: translateY(200%) scale(.4) rotateX(-65deg); }
}
@keyframes rotateCarouselBottomOut {
	from { }
	to { opacity: .3; -webkit-transform: translateY(200%) scale(.4) rotateX(-65deg); transform: translateY(200%) scale(.4) rotateX(-65deg); }
}

@-webkit-keyframes rotateCarouselBottomIn {
	from { opacity: .3; -webkit-transform: translateY(-200%) scale(.4) rotateX(65deg); }
}
@keyframes rotateCarouselBottomIn {
	from { opacity: .3; -webkit-transform: translateY(-200%) scale(.4) rotateX(65deg); transform: translateY(-200%) scale(.4) rotateX(65deg); }
}

/* sides */

@-webkit-keyframes rotateSidesOut {
	from { }
	to { opacity: 0; -webkit-transform: translateZ(-500px) rotateY(90deg); }
}
@keyframes rotateSidesOut {
	from { }
	to { opacity: 0; -webkit-transform: translateZ(-500px) rotateY(90deg); transform: translateZ(-500px) rotateY(90deg); }
}

@-webkit-keyframes rotateSidesIn {
	from { opacity: 0; -webkit-transform: translateZ(-500px) rotateY(-90deg); }
}
@keyframes rotateSidesIn {
	from { opacity: 0; -webkit-transform: translateZ(-500px) rotateY(-90deg); transform: translateZ(-500px) rotateY(-90deg); }
}

/* slide */

@-webkit-keyframes rotateSlideOut {
	0% { }
	25% { opacity: .5; -webkit-transform: translateZ(-500px); }
	75% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
	100% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
}
@keyframes rotateSlideOut {
	0% { }
	25% { opacity: .5; -webkit-transform: translateZ(-500px); transform: translateZ(-500px); }
	75% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); transform: translateZ(-500px) translateX(-200%); }
	100% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); transform: translateZ(-500px) translateX(-200%); }
}

@-webkit-keyframes rotateSlideIn {
	0%, 25% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(200%); }
	75% { opacity: .5; -webkit-transform: translateZ(-500px); }
	100% { opacity: 1; -webkit-transform: translateZ(0) translateX(0); }
}
@keyframes rotateSlideIn {
	0%, 25% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(200%); transform: translateZ(-500px) translateX(200%); }
	75% { opacity: .5; -webkit-transform: translateZ(-500px); transform: translateZ(-500px); }
	100% { opacity: 1; -webkit-transform: translateZ(0) translateX(0); transform: translateZ(0) translateX(0); }
}

/* animation delay classes */

.pt-page-delay100 {
	-webkit-animation-delay: .1s;
	animation-delay: .1s;
}
.pt-page-delay180 {
	-webkit-animation-delay: .180s;
	animation-delay: .180s;
}
.pt-page-delay200 {
	-webkit-animation-delay: .2s;
	animation-delay: .2s;
}
.pt-page-delay300 {
	-webkit-animation-delay: .3s;
	animation-delay: .3s;
}
.pt-page-delay400 {
	-webkit-animation-delay: .4s;
	animation-delay: .4s;
}
.pt-page-delay500 {
	-webkit-animation-delay: .5s;
	animation-delay: .5s;
}
.pt-page-delay700 {
	-webkit-animation-delay: .7s;
	animation-delay: .7s;
}
.pt-page-delay1000 {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}
.colorpicker {
	width: 356px;
	height: 176px;
	overflow: hidden;
	position: absolute;
	background: url(../images/colorpicker_background.png);
	font-family: Arial, Helvetica, sans-serif;
	display: none;
	z-index: 11;
}
.colorpicker_color {
	width: 150px;
	height: 150px;
	left: 14px;
	top: 13px;
	position: absolute;
	background: #f00;
	overflow: hidden;
	cursor: crosshair;
}
.colorpicker_color div {
	position: absolute;
	top: 0;
	left: 0;
	width: 150px;
	height: 150px;
	background: url(../images/colorpicker_overlay.png);
}
.colorpicker_color div div {
	position: absolute;
	top: 0;
	left: 0;
	width: 11px;
	height: 11px;
	overflow: hidden;
	background: url(../images/colorpicker_select.gif);
	margin: -5px 0 0 -5px;
}
.colorpicker_hue {
	position: absolute;
	top: 13px;
	left: 171px;
	width: 35px;
	height: 150px;
	cursor: n-resize;
}
.colorpicker_hue div {
	position: absolute;
	width: 35px;
	height: 9px;
	overflow: hidden;
	background: url(../images/colorpicker_indic.gif) left top;
	margin: -4px 0 0 0;
	left: 0px;
}
.colorpicker_new_color {
	position: absolute;
	width: 60px;
	height: 30px;
	left: 213px;
	top: 13px;
	background: #f00;
}
.colorpicker_current_color {
	position: absolute;
	width: 60px;
	height: 30px;
	left: 283px;
	top: 13px;
	background: #f00;
}
.colorpicker input {
	background-color: transparent;
	border: 1px solid transparent;
	position: absolute;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #898989;
	top: 4px;
	right: 11px;
	text-align: right;
	margin: 0;
	padding: 0;
	height: 11px;
}
.colorpicker_hex {
	position: absolute;
	width: 72px;
	height: 22px;
	background: url(../images/colorpicker_hex.png) top;
	left: 212px;
	top: 142px;
}
.colorpicker_hex input {
	right: 6px;
}
.colorpicker_field {
	height: 22px;
	width: 62px;
	background-position: top;
	position: absolute;
}
.colorpicker_field span {
	position: absolute;
	width: 12px;
	height: 22px;
	overflow: hidden;
	top: 0;
	right: 0;
	cursor: n-resize;
}
.colorpicker_rgb_r {
	background-image: url(../images/colorpicker_rgb_r.png);
	top: 52px;
	left: 212px;
}
.colorpicker_rgb_g {
	background-image: url(../images/colorpicker_rgb_g.png);
	top: 82px;
	left: 212px;
}
.colorpicker_rgb_b {
	background-image: url(../images/colorpicker_rgb_b.png);
	top: 112px;
	left: 212px;
}
.colorpicker_hsb_h {
	background-image: url(../images/colorpicker_hsb_h.png);
	top: 52px;
	left: 282px;
}
.colorpicker_hsb_s {
	background-image: url(../images/colorpicker_hsb_s.png);
	top: 82px;
	left: 282px;
}
.colorpicker_hsb_b {
	background-image: url(../images/colorpicker_hsb_b.png);
	top: 112px;
	left: 282px;
}
.colorpicker_submit {
	position: absolute;
	width: 22px;
	height: 22px;
	background: url(../images/colorpicker_submit.png) top;
	left: 322px;
	top: 142px;
	overflow: hidden;
}
.colorpicker_focus {
	background-position: center;
}
.colorpicker_hex.colorpicker_focus {
	background-position: bottom;
}
.colorpicker_submit.colorpicker_focus {
	background-position: bottom;
}
.colorpicker_slider {
	background-position: bottom;
}


div#colorPickerPrivew {
    position: absolute;
    left: 29px;
    top: 33px;
    z-index: 100;
    pointer-events: none;
    display: none;
}

div#colorRect {
    width: 33px;
    height: 33px;
    background-color: red;
    position: absolute;
    top: -37px;
    right: -37px;
    border: 1px solid #fff;
}

div#colorDrapper {
background: url(image/dropper.png) no-repeat;width: 22px;height: 22px;background-size: 100%;}::-webkit-scrollbar{
    width: 6px;
    height: 9px;
    box-sizing: border-box;
    /* opacity: 0.2; */
}
::-webkit-scrollbar-button{
	width: 5px;
	height: 0px;
	background-color:transparent;
	background-repeat:no-repeat;
	background-size: 53px;
}
::-webkit-scrollbar-button:vertical:start{
	background-position:0px 0px;
}
::-webkit-scrollbar-button:vertical:start:hover{
	background-position:-10px 0px;
}
::-webkit-scrollbar-button:vertical:start:active{
	background-position:-20px 0px;
}
::-webkit-scrollbar-button:vertical:end{
	background-position:-30px 0px;
}
::-webkit-scrollbar-button:vertical:end:hover{
	background-position:-40px 0px;
}
::-webkit-scrollbar-button:vertical:end:active{
	background-position:-50px 0px;
}
::-webkit-scrollbar-button:horizontal:start{
	background-position:0px -11px;
}
::-webkit-scrollbar-button:horizontal:start:hover{
	background-position:-10px -11px;
}
::-webkit-scrollbar-button:horizontal:start:active{
	background-position:-19px -11px;
}
::-webkit-scrollbar-button:horizontal:end{
	background-position:-30px -11px;
}
::-webkit-scrollbar-button:horizontal:end:hover{
	background-position:-40px -11px;
}
::-webkit-scrollbar-button:horizontal:end:active{
	background-position:-50px -11px;
}
::-webkit-scrollbar-track {
  -webkit-border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.1);
}
/*::-webkit-scrollbar-track-piece {
  background-color: rgba(0,0,0,0.15);
}*/
::-webkit-scrollbar-thumb{
  background-color: rgba(0, 0, 0, 0.03);
	 border: 1px solid rgba(0,0,0,0.21);
  -webkit-border-radius: 5px;
}
::-webkit-scrollbar-thumb:hover{
  background-color:rgba(0,0,0,.2);
	border: 1px solid rgba(0,0,0,0.21);
}
::-webkit-scrollbar-thumb:active{
  background-color:rgba(0,0,0,.2);
}
::-webkit-scrollbar-corner{  
	background-color: rgba(241, 241, 241, 0.6);
	-webkit-border-radius: 1px;
} 
::-webkit-scrollbar-track:hover{
   background-clip:padding-box;
   background-color:rgba(0,0,0,.3);
}
.ruler{
}


.rulerErea {
    position: absolute;
    z-index: 10;
}

div#rulerTop {
    width: 100%;
    height: 20px;
    border-bottom: 1px solid red;
}

canvas#rulerTop {
    width: 100%;
    height: 15px;
    border-bottom: 1px solid #828282;
}

canvas#rulerLeft {
    left: 0;
    top: 0;
    width: 15px;
    height: 100%;
    border-right: 1px solid #828282;
}

.rulerline {
    position: absolute;
    background-color: rgb(74, 255, 255);
    z-index: 100;
}

.rulerline.horizon {
    left: 0;
    width: 100%;
    height: 1px;
    cursor: row-resize;
}

.rulerline.vertical{
    top: 0;
    height: 100%;
    width: 1px;
    cursor: col-resize;
}

.rulerline:before {
    content: '';
    background-color: transparent;
    display: block;
}

.rulerline.horizon:before {
    height: 4px;
    margin-top: -2px;
}


.rulerline.vertical:before {
    width: 4px;
    margin-left: -2px;
    display: block;
    height: 100%;
}
.AlloyClipWapper{
    border: 1px solid rgba(177, 172, 172, 0.43);
    box-shadow: 0 0 3px 2px rgba(213, 213, 213, 0.74);
    border-radius: 4px;
    width: 100%;
    height: 100%;
    min-height: 400px;
    display: -webkit-box;
    display: box;
}
.AlloyClipLeftWrapper{
    box-flex: 1;
    -webkit-box-flex: 3;
    min-width: 200px;
    display: -webkit-flex;
    display: flex;
    -moz-box-orient:vertical;
    -webkit-box-orient:vertical;
    box-orient:vertical;
    flex-direction:column;
    -webkit-flex-direction:column;
    text-align:center;
    position: relative;
    border-right: 1px solid #ccc;
    overflow: hidden;
    box-shadow: 3px 0 10px -5px rgb(126, 126, 126);
}
.AlloyClipLeft{
    flex: 4;
    -webkit-flex: 4;
    min-width: 200px;
    display: -webkit-box;
    display: box;
    -moz-box-orient:vertical;
    -webkit-box-orient:vertical;
    box-orient:vertical;
    text-align:center;
    position: relative;
    overflow: hidden;
}
.AlloyClipOptionWrapper{
    border-bottom-left-radius: 4px;
}
.AlloyClipRight{
    width: 200px;
    text-align:center;
    padding-top: 20px;
    position: relative;
    height: 100%;
    display: none;
}
.AlloyClipRight canvas{
    box-shadow: 0 0 3px 0 rgb(125, 125, 125);
}
.AlloyClipButton{
    border-radius: 4px;
    margin: 10px;
    text-decoration: none;
    font: bold 1.5em 'Trebuchet MS',Arial, Helvetica;
    display: inline-block;
    text-align: center;
    color: #fff;
    border: 1px solid #9c9c9c;
    border: 1px solid rgba(0, 0, 0, 0.3);
    text-shadow: 0 1px 0 rgba(0,0,0,0.4);
    box-shadow: 0 0 .05em rgba(0,0,0,0.4);
    -moz-box-shadow: 0 0 .05em rgba(0,0,0,0.4);
    -webkit-box-shadow: 0 0 .05em rgba(0,0,0,0.4);
    padding: 0;
    cursor: pointer;
    background: #f09c15;
    background: -webkit-gradient(linear, left top, left bottom, from(#f8c939), to(#f09c15) );
    background: -moz-linear-gradient(-90deg, #f8c939, #f09c15);
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#f8c939', EndColorStr='#f09c15');
}
.AlloyClipButton:before{
    content: "上传";
    min-width: 90px;
    border-top: 1px solid #fff;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    display: block;
    padding: 10px;
    font-size: 22px;
    background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, rgba(0, 0, 0, 0.05)), color-stop(.25, transparent), to(transparent)), -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, rgba(0, 0, 0, 0.05)), color-stop(.25, transparent), to(transparent)), -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.75, transparent), color-stop(.75, rgba(0, 0, 0, 0.05))), -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.75, transparent), color-stop(.75, rgba(0, 0, 0, 0.05)));
    background-image: -moz-linear-gradient(45deg, rgba(0, 0, 0, 0.05) 25%, transparent 25%, transparent), -moz-linear-gradient(-45deg, rgba(0, 0, 0, 0.05) 25%, transparent 25%, transparent), -moz-linear-gradient(45deg, transparent 75%, rgba(0, 0, 0, 0.05) 75%), -moz-linear-gradient(-45deg, transparent 75%, rgba(0, 0, 0, 0.05) 75%);
    -moz-background-size: 3px 3px;
    -webkit-background-size: 3px 3px;
    font-family: Microsoft Yahei;
    font-weight: 100;
}
.AlloyClipButton:hover{
    background: #D4A922;
    background: -moz-linear-gradient(40% 51% 90deg,#D4A922, #EBC41F, #EDD670 100%);
    background: -webkit-gradient(linear, 0% 0%, 0% 65%, from(#EDD670), to(#D4A922), color-stop(.2,#EBC41F));
}
.AlloyClipButtonTop{
    -webkit-box-flex: 1;
}
.AlloyCanvasWrapper{
    padding: 0;
}
.AlloyCanvasWrapper img{
    margin: 0;
}
.AlloyClipOptionWrapper{
    -webkit-flex: 1;
    flex: 1;
    display: flex;
    flex-direction: column;
    max-height: 200px;
    min-height: 100px;
    display: none;
}
.AlloyClipRect{
    position: absolute;
    margin: 0;
    left: 0;
    top: 0;
    z-index: 10;
    border:1px dashed rgb(172, 172, 73);
}
.AlloyBgImgWrapper{
    height: 100%;
    position: relative;
    overflow: hidden;
}
.AlloyBgImg{
    position: absolute;
}
.AlloyClipControl{
    position: absolute;
    width: 20px;
    height: 20px;
    background: rgb(238, 229, 166);
    border-radius: 10px;
}
.AlloyClipMask{
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    top: 0;
    left: 0;
    opacity: 0.5;
    z-index: 9;
    display: none;
    border-top-left-radius: 4px;
}
.AlloyClipRightTitle{
    font-size: 18px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: rgb(92, 92, 92);
    font-family: Microsoft Yahei;
}
.AlloyClipRightInfo{
    color: rgb(92, 92, 92);
    font-family: Microsoft Yahei;
}
.AlloyClipConfim{
    position: absolute;
    bottom: 20px;
    line-height: 35px;
    left: 0;
    background: rgb(87, 189, 214);
    text-align: center;
    width: 100%;
    height: 35px;
    color: white;
    font-size: 16px;
    font-family: Microsoft Yahei;
    border-bottom-right-radius: 4px;
    cursor: pointer;
    display: none;
}
.AlloyClipConfim:hover{
    background: rgb(85, 134, 221);
}
.AlloyClipSwitchPic{
    position: absolute;
    bottom: 70px;
    text-align:center;
    width: 100%;
    color: rgb(102, 102, 112);
    font-size: 14px;
    cursor: pointer;
    display: none;
}
.AlloyClipOptionBar{
    margin: 0;
    height: 30px;
    background: rgb(197, 197, 197);
    line-height: 30px;
    position: relative;
}
.AlloyClipOptionBar ul{
    list-style: none;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    text-align:center;
}

.AlloyClipOptionBar ul li{
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 16px;
    cursor: pointer;
}
.AlloyClipOptionController{
    position: absolute;
    right: 20px;
    top: 0px;
}
.AlloyClipCItem{
    font-size: 28px;
    font-weight: bold;
    color: rgb(10, 71, 128);
    padding: 3px;
    cursor: pointer;
}
.AlloyClipOptionBar .AlloyClipSwitchPic{
    bottom: auto;
    left: 0;
    top: 0;
    text-align:left;
    padding-left: 10px;
    width: auto;
}
.AlloyClipOptionPW{
    height: 70px;
    flex: 1;
    margin: 0;
    overflow: auto;
    overflow-y: hidden;
}
.AlloyClipFilter{
    list-style: none;
    text-align: left;
    padding: 0;
    padding-left: 10px;
    padding-top: 10px;
    white-space: nowrap;
    overflow: visible;
    margin: 0;
}
.AlloyClipFilter li{
    display: inline-block;
    margin-right: 10px;
    border: 1px solid transparent;
    cursor: pointer;
}
.AlloyClipFilter li:hover{
    box-shadow: 0 0 4px 2px #ccc;
}

.AlloyClipAlter li{
    border: 0px;
    cursor: default;
}
.AlloyClipAlter li:hover{
    box-shadow: none;
}

/* apscrollBar */
.apScrollBarWrapper{
    padding-top: 10px;
    height: 40px;
    display: inline-block;
}
.apBarTitle{
    float: left;
    margin-left: 8px;
    height: 30px;
    line-height: 30px;
}
.apBarContent{
    position: relative;
    float: left;
    margin-left: 22px;
}
.apBarLineLeft, .apBarLineRight{
    display: inline-block;
    height: 4px;
}
.apBarLineLeft{
    width: 100px;
    background: #167efc;
}
.apBarScrollEl{
    width: 30px;
    height: 30px;
    border-radius: 15px;
    background: #fff;
    display: inline-block;
    position: absolute;
    cursor: default;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
}
.apBarLineRight{
    width: 100px;
    background: #b5b5b6;
}

/* 以下为scroll样式 */
/*
::-webkit-scrollbar{
    width: 9px;
    height: 9px;
    box-sizing: border-box;
}
::-webkit-scrollbar-button{
	width:9px;
	height:12px;
	background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAAUCAYAAADRA14pAAADr0lEQVRYR71Yy04iQRQtE10IRiSBOLbOUvZmfkIlLHXjI+jCDzAm8w8TJKxZyENdqEui8BPuDVtsHCNGQcFEWUzdSt/KtbqqqZ44U0kn1V2n69xz63W6x5h9iXFoNADe521dftnibJlt+7PCjdmycpzz9vbmmvCTk5PzvK0NuNvbWyNuYWEBcbbUX8obSvBgMDAKiUQiUrDLi0nNPC9eYqwFfyWvTvAPHsm1JhqHEl9dXbHV1VUJo4Lv7u6k4JOTE7a5uSlxc3Nz/0ww5VXjR15VMIjFoop2+v2+EAJisaDoaDQqR/j+/l7gjo+PJW5ra0vUZ2dnqWDko1zqM+fi4kL0RxOMMaytrUneXC4ncMhFYzg4OBA4KpiK1Yl2Xl9fXSqWip6ampLEDw8PbrVa9U2S7e1tlkwmdYIBC6J1CXfOz8/ljAHRNIbFxcXs0tJShb/rHB4eShxw0RgymczPVCr1CwWrRCOJeQesVqtJUevr61JwPp+XxHt7e6xYLErc/v6+OqVHJvrl5cWt1+u+BEIMNzc3UvDj46NbqYD2zwViaLfbWsGBU+vs7EwIASIow+GQYSA8e5K4UCgIHBBBeX9/Z+VyWdT5CAliJabApdTr9UR/VDTGQPeO5+dngUMuGgPiQu3S3W7XHR8fl2IxaHjWbDalYAhwYmJCNH98fEht8KzVaukEA8a4WQIvdgKiacJjsZicWZgYwJZKJZlwiGF6etq3hpWk+24dzKAOODMzI4lhrZs6I2t9FB+2+3ghcZjIIF4YCJiFUJA31AjbCrY8N/9aMH2RCrbhDSP4OydKBETZ4W09fn3jV8SAG/Dnv/kFFtS22PC2eGdWOJNg3fnos3iXl5ci6HQ6zTxryVRbeXp6KjAbGxvMYCt1XDQZgpdy0UbV0lI+ikNuk9NCLN21fU4LQXA2ersgbP+fXBZiwG05jqNzWUE7NLwueHVmBxrpLg3c4OwoJ9aR+6udFgvhsugA/DeHZ3JaWi+tOi1q9bxdkHU6nU8uCxwPlkQiEeSjTaKFw8M+1JGmDg+4EUddFsSA3KFGWGcAVlZWBId3zrGnpyff4Z/NZgUmHo+bBIc2Hgqv+Cy14Q61hlUDgNkEcs8AMPXwR8zOzo48/Olc5vWRaxh4qctCsdCPajzAcFBOrI8yHtpdWj2HG42G6G95eZl55yHDLyokOjo6EtXd3V1Gvqh061e3jAAnjAfloi/Tcxi4KR/FIXeYc9jmFwpw2PwGUgY58NaG1/rX0h9d1DUzJEP0JgAAAABJRU5ErkJggg==);
	background-color:transparent;
	background-repeat:no-repeat;
}

::-webkit-scrollbar-button:vertical:start{
	background-position:0px 0px;
}
::-webkit-scrollbar-button:vertical:start:hover{
	background-position:-10px 0px;
}
::-webkit-scrollbar-button:vertical:start:active{
	background-position:-20px 0px;
}
::-webkit-scrollbar-button:vertical:end{
	background-position:-30px 0px;
}
::-webkit-scrollbar-button:vertical:end:hover{
	background-position:-40px 0px;
}
::-webkit-scrollbar-button:vertical:end:active{
	background-position:-50px 0px;
}


::-webkit-scrollbar-button:horizontal:start{
	background-position:0px -11px;
}
::-webkit-scrollbar-button:horizontal:start:hover{
	background-position:-10px -11px;
}
::-webkit-scrollbar-button:horizontal:start:active{
	background-position:-19px -11px;
}
::-webkit-scrollbar-button:horizontal:end{
	background-position:-30px -11px;
}
::-webkit-scrollbar-button:horizontal:end:hover{
	background-position:-40px -11px;
}
::-webkit-scrollbar-button:horizontal:end:active{
	background-position:-50px -11px;
}
::-webkit-scrollbar-track-piece {
    background-color: rgba(0,0,0,0.15);
	-webkit-border-radius:5px;
}
::-webkit-scrollbar-thumb{
    background-color: #E7E7E7;
	border: 1px solid rgba(0,0,0,0.21);
    -webkit-border-radius: 5px;
}
::-webkit-scrollbar-thumb:hover{
    background-color: #F6F6F6;
	border: 1px solid rgba(0,0,0,0.21);
}
::-webkit-scrollbar-thumb:active{
    background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#E4E4E4),
		to(#F4F4F4)
	);
}
 ::-webkit-scrollbar-corner{  
	background-color:#f1f1f1;
	-webkit-border-radius: 1px;
} 
*/