
/*---------------------------------------------------------------------------*/

a[data-action] {
    cursor: pointer;
}

body {
    font-family: Verdana, "微軟正黑體", "Heiti TC", sans-serif;
    font-size: 1.4rem;
    line-height: 2.4rem;
}

html {
    font-size: 62.5%;
}

input, select {
    line-height: initial;
}

input.text[size=""], textarea.text[cols=""] {
    width: 616px;
}

table {
    border-spacing: 0;
}

td.float, td.integer, td.money {
    text-align: right;
}

textarea.text[rows=""] {
    height: 136px;
}

a.button {
    color: #ffffff;
    text-decoration: none;
}

.button {
    background: #444444;
    border: #444444 2px solid;
    border-radius: 2px;
    color: #ffffff;
    cursor: pointer;
    font-size: 1.5rem;
    outline: none;
    padding: 8px 12px;
    text-align: center;
    transition: border .25s ease-out .1s;
}

.button.cancel {
    background: #6b6c6e;
    border: #6b6c6e 2px solid;
}

.button.disabled {
    background: #ececea;
    border: #ececea 2px solid;
    box-shadow: none;
    color: #bebebe;
    cursor: default;
}

.button:active {
    background: #333333;
    box-shadow: 2px 2px 2px #000000 inset;
}

.button:hover {
    border: #60a7fc 2px solid;
    transition: border .25s ease .1s;
}

.ace_editor, .select, .text {
    background: #fcfcfc;
    border: #8b8b87 1px solid;
    border-radius: 2px;
    box-shadow: inset 2px 2px 1px rgba(0, 0, 0, 0.1);
    color: #555555;
    font-size: 1.4rem;
    padding: 6px 7px;
}

.select, .select2 {
    margin-right: 5px;
}

.select2-container .select2-selection--single {
    height: 32px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 7px;
    padding-top: 1px;
}

.select2-container--default .select2-selection--single {
    background: #fcfcfc;
    border: #8b8b87 1px solid;
    border-radius: 2px;
    box-shadow: inset 2px 2px 1px rgba(0, 0, 0, 0.1);
    color: #555555;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 3px;
}

.select2-results__option {
    padding: 4px;
}

.select:focus, .select2-selection--single:focus, .text:focus {
    background-color: #dddddd;
    box-shadow: inset 2px 2px 3px rgba(0, 0, 0, 0.2);
    color: #333333;
    outline: none;
}

.ace_editor:hover, .select:focus, .select.hover, .select2-selection--single:focus, .select2-selection--single:hover, .text:focus, .text:hover {
    border: #60a7fc 1px solid;
}

.gecko .select, .webkit .select {
    -moz-appearance: none;
    -webkit-appearance: none;
    background-image: url(images/arrow_down.png);
    background-position: right;
    background-repeat: no-repeat;
    padding-right: 25px;
}

.icon {
    background: url(images/icons.png) no-repeat;
    display: inline-block;
    height: 28px;
    width: 28px;
}

.icon.drag-handle {
    background-position: -1000px 3px;
    position: absolute;
    right: 0;
    width: 22px;
}

.drag-handle {
    cursor: move;
}

.required {
    color: red;
    display: inline-block;
    width: 15px;
}

.thumb {
    background-image: url(images/transparent.jpg);
    display: inline-block;
    position: relative;
}

.thumb img {
    bottom: 50%;
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    right: 50%;
    transform: translate(50%, 50%);
    -ms-transform: translate(50%, 50%);
    -webkit-transform: translate(50%, 50%);
}

.image-preview-anchor + .image-picker, .image-picker + .image-picker {
    vertical-align: top;
}

.remark {
    color: #888888;
    line-height: 28px;
}

a.icon-button {
    color: #600;
    font-size: 2rem;
    margin-bottom: 10px;
    text-decoration: none;
}

.selectable-image img {
    height: 120px;
}
ul.thumbnails.image_picker_selector li{
    float: none;
}

/*---------------------------------------------------------------------------*/

#header {
    background: #0075c8;
    display: none;
    height: 45px;
    left: 60px;
    overflow: visible;
    position: absolute;
    right: 0;
    top: 0;
}

#header .logo {
    height: 45px;
}

#header .setting {
    float: right;
    background: rgba(30, 30, 30, 0.2);
    border-left: rgba(0, 0, 0, 0) 1px solid;
    border-top: rgba(0, 0, 0, 0) 1px solid;
    display: inline-block;
    height: 36px;
    position: relative;
    margin: 4px 8px;
}

#header .setting:hover {
    border-left: rgba(30, 30, 30, 0.35) 1px solid;
    border-top: rgba(30, 30, 30, 0.35) 1px solid;
}

#header .setting > .current {
    color: #ffffff;
    float: left;
    font-size: 1.4rme;
    line-height: 32px;
    margin-left: 20px;
}

#header .setting .chooser {
    background: url(images/icons.png) no-repeat -1950px 0px;
    border: rgba(238, 238, 238, 0.8) 2px solid;
    border-radius: 3px;
    display: inline-block;
    float: right;
    height: 22px;
    margin: 6px 8px 6px 30px;
    width: 21px;
}

#header .setting .chooser:hover {
    cursor: pointer;
}

#header .setting .list {
    background: #f5f5f1;
    border: #0075c8 1px solid;
    display: none;
    left: -2px;
    padding: 10px 10px 10px 20px;
    position: absolute;
    right: 0;
    top: 35px;
    z-index: 2;
}

#header .setting .list div {
    color: #666666;
    padding: 3px 5px;
    text-align: left;
}

#header .setting .list div:hover {
    color: #0075c8;
    cursor: pointer;
}

#header .setting .list div.current::after {
    background: url(images/icons.png) no-repeat -2500px 0;
    content: '';
    display: inline-block;
    height: 22px;
    margin-left: 10px;
    vertical-align: middle;
    width: 22px;
}


/*---------------------------------------------------------------------------*/

#action {
    bottom: 37px;
    left: 40px;
    position: absolute;
    right: 40px;
    top: 0;
}

#content {
    background-color: #f1f1f1;
    bottom: 0;
    left: 250px;
    position: absolute;
    right: 0;
    top: 45px;
    transition: left 0.5s;
}

#content.maximum {
    left: 0;
}

/*---------------------------------------------------------------------------*/

.navigator {
    height: 40px;
    line-height: 40px;
    position: absolute;
    top: 0;
    width: 100%;
}

.navigator .arrow {
    border-color: transparent transparent transparent #999999;
    border-style: solid;
    border-width: 5px 0 5px 8px;
    display: inline-block;
    height: 0;
    margin: 0 6px;
    text-indent: -9999px;
    vertical-align: middle;
    width: 0;
}

.navigator .node {
    color: #666666;
    display: inline-block;
    font-size: 1.3rem;
    font-style: inherit;
    text-decoration: none;
}

.navigator a.node:hover {
    color: #000000;
}

/*---------------------------------------------------------------------------*/

#form-content {
    bottom: 0;
    position: absolute;
    top: 40px;
    width: 100%;
}

.form-action {
    border-top: #cccccc 1px solid;
    bottom: 0;
    height: 64px;
    position: absolute;
    width: 100%;
}

.form-action .button {
    float: right;
    margin: 12px 10px 0 0;
}

.form-action .link {
    color: #666666;
    float: left;
    margin: 15px 0 0 10px;
}

.form-action .link:hover {
    color: #0075c8;
}

.form-action .link:hover .icon {
    background: url(images/icons_hover.png) no-repeat;
}

.form-action .link .icon.history {
    background-position: -350px 0;
}

.form-action .title {
    display: inline-block;
    margin-top: 3px;
    vertical-align: top;
}

.form-table {
    background: #ffffff;
    bottom: 65px;
    left: 0;
    overflow-y: auto;
    position: absolute;
    right: 0;
    top: 0;
}

.form-table table {
    margin: 15px;
}

.form-table .form-td {
    padding: 4px 15px;
    line-height: 1.7rem;
}

.form-table .form-td .validation {
    color: #d00038;
    line-height: 28px;
    margin-right: 20px;
}

.form-table .form-td .icon.warnning {
    background-position: -1447px 3px;
    float: left;
}

.form-table .form-th {
    border-right: #dddddd 1px solid;
    font-size: 1.5rem;
    font-weight: normal;
    line-height: 1.7rem;
    padding: 9px 15px 4px;
    text-align: left;
    vertical-align: top;
    white-space: nowrap;
}

.form-table .file-wrapper, .form-table .image-picker, .form-table .thumb {
    display: inline-block;
    margin-right: 10px;
}

.form-table .textarea-editor {
    display: inline-block;
    margin-top: 3px;
}

/*---------------------------------------------------------------------------*/

.deploy-table {
    bottom: 65px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.deploy-table .left {
    bottom: 10px;
    left: 0;
    position: absolute;
    top: 0;
    width: 50%;
}

.deploy-table .left .functions {
    bottom: 0;
    position: absolute;
    right: 0;
    top: 30%;
    width: 48px;
}

.deploy-table .left .functions .func-icon {
    background: #404040 url(images/icons.png) no-repeat;
    border: #404040 2px solid;
    border-radius: 2px;
    cursor: pointer;
    display: inline-block;
    height: 35px;
    margin-bottom: 20px;
    outline: none;
    width: 35px;
}

.deploy-table .left .functions .add {
    background-position: -848px 2px;
}

.deploy-table .left .functions .remove {
    background-position: -798px 2px;
}

.deploy-table .right {
    background: #ffffff;
    bottom: 10px;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

.deploy-table .left + .right {
    width: 50%;
}

.deploy-table .deploy-container {
    background: #ffffff;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 60px;
    top: 0;
}

.deploy-table .icon {
    position: absolute;
    right: 10px;
    top: 2px;
}

.deploy-table .title {
    font-size: 150%;
    height: 40px;
    left: 15px;
    line-height: 40px;
    position: absolute;
    right: 15px;
    top: 0;
}

.deploy-table .search {
    height: 40px;
    left: 15px;
    line-height: 40px;
    position: absolute;
    right: 15px;
    top: 40px;
}

.deploy-table .shelves {
    bottom: 10px;
    left: 15px;
    position: absolute;
    right: 15px;
    top: 42px;
}

.deploy-table .shelves ul {
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-y: auto;
    padding: 0;
}

.deploy-table .shelves .item {
    background: #e4e4e2;
    color: #333333;
    font-size: 1.5rem;
    line-height: 1.8rem;
    margin-bottom: 1px;
    overflow: hidden;
    padding: 7px 40px 7px 10px;
    position: relative;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
}

.deploy-table .shelves .thumb {
    margin: 0 5px 5px 0;
}

.deploy-table .left .shelves .item {
    background-color: #f3f3f1;
    color: #918c84;
}

.deploy-table .shelves .item:hover {
    background-color: #555555;
    color: #ffffff;
}

.deploy-table .shelves .item.dragging {
    background-color: #60a7fc;
    color: #ffffff;
}

.deploy-table .search + .shelves {
    top: 85px;
}

/*---------------------------------------------------------------------------*/

.list-content {
    background: #ffffff;
    bottom: 0;
    position: absolute;
    top: 132px;
    width: 100%;
}

.list-content a:hover .icon {
    background: url(images/icons_hover.png) no-repeat;
}

.list-content a .icon.clone {
    background-position: -150px 0;
}

.list-content a .icon.deploy {
    background-position: -250px 0;
}

.list-content a .icon.edit {
    background-position: -100px 0;
}

.list-content a .icon.preview {
    background-position: -2600px 0;
}

.list-content a .icon.reboot {
    background-position: -2700px 0;
}

.list-content a .icon.snapshot {
    background-position: -2750px 0;
}

.list-content .function-chooser {
    background: url(images/arrow_right.png) no-repeat 2px -5px;
    cursor: pointer;
    display: inline-block;
    height: 17px;
    margin-left: 5px;
    position: relative;
    width: 13px;
}

.list-content .function-list {
    background: #ffffff;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    display: none;
    left: 20px;
    padding: 8px;
    position: absolute;
    top: -20px;
    z-index: 1;
}

.list-content .function-list a {
    color: #666666;
    display: inline;
    padding: 2px;
}

.list-content .function-list a:hover {
    color: #0075c8;
}

.list-content .function-list .title {
    display: inline-block;
    margin: 7px 0 0 5px;
    vertical-align: top;
}

.list-content .popup {
    display: block;
}

#list-filter {
    background: #ffffff;
    border-bottom: #cccccc 1px solid;
    height: 34px;
    position: absolute;
    top: 97px;
    width: 100%;
}

.list-function {
    height: 57px;
    position: absolute;
    top: 40px;
    width: 100%;
}

.list-function .icon {
    margin: 14px 5px;
}

.list-function .icon:hover {
    background: url(images/icons_hover.png) no-repeat;
}

.list-function .icon.disabled {
    background: url(images/icons_disabled.png) no-repeat;
    cursor: default;
}

.list-function .icon.create-directory {
    background-position: -700px 0;
}

.list-function .icon.batch-new {
    background-position: -2550px 0;
}

.list-function .icon.delete {
    background-position: -50px 0;
}

.list-function .icon.deploy {
    background-position: -250px 0;
}

.list-function .icon.export {
    background-position: -200px 0;
}

.list-function .icon.print {
    background-position: -2800px 0;
}

.list-function .icon.refresh {
    background-position: -750px 0;
}

.list-function .icon.cheat {
    background-position: -2650px 0;
}

.list-search {
    float: right;
    line-height: 57px;
}

.list-search select {
    background: url(images/arrow_down.png) right no-repeat;
    padding-right: 25px;
}

.list-search .search-button, .list-search .file-search-button, .address + .search-address, .route-chart + .search-location {
    background: #404040 url(images/icons.png) no-repeat -450px -1px;
    border: #404040 2px solid;
    border-radius: 2px;
    cursor: pointer;
    display: inline-block;
    height: 31px;
    margin-bottom: 3px;
    margin-left: 3px;
    outline: none;
    text-indent: -9999px;
    vertical-align: middle;
    width: 31px;
}

.list-search .search-button:hover {
    border: #000000 2px solid;
}

.list-search .search-button:active {
    background-color: #333333;
    box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 1);
}

.list-pager {
    background-color: #f1f1f1;
    border-top: #cccccc 1px solid;
    bottom: 0;
    /*height: 64px;*/
    height: 40px;
    position: absolute;
    width: 100%;
}

.list-pager .right {
    color: #666666;
    float: right;
    margin-top: 7px;
}

.list-table {
    /*bottom: 65px;*/
    bottom: 40px;
    left: 15px;
    overflow: hidden;
    position: absolute;
    right: 15px;
    /*top: 15px;*/
    top: 10px;
}

.list-table tbody tr:hover, .list-table tbody tr.hover {
    background: #eeeeee;
}

.list-table td, .option-table td {
    border-bottom: #c7c7c5 1px solid;
    color: #555555;
    line-height: 1.7rem;
    padding: 8px 10px;
    white-space: nowrap;
}

.list-table td.html, .list-table td.textarea {
    white-space: pre;
}

.list-table th, .list-table th a, .option-table th {
    color: #ffffff;
    font-weight: normal;
    line-height: 1.7rem;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
}

.list-table .space {
    padding: 5px;
}

.list-table .color-block {
    background-image: url(images/transparent.jpg);
    border: #c7c7c5 1px solid;
    height: 20px;
    line-height: 20px;
    text-align: center;
    width: 80px;
}

.list-fixed-columns {
    bottom: 0;
    left: 0;
    position: absolute;
    top: 0;
}

.list-fixed-data {
    bottom: 0;
    overflow-x: auto;
    position: absolute;
    width: 999999px;
}

.list-fixed-data table, .list-floating-data table {
    background: #ffffff;
}

.list-fixed-data td:last-child, .list-fixed-headers th:last-child {
    border-right: #cccccc 1px solid;
}

.list-fixed-headers table, .list-floating-headers table, .option-table th {
    background: #363636;
}

.list-floating-columns {
    bottom: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.list-floating-data {
    bottom: 0;
    overflow: auto;
    position: absolute;
    width: 100%;
}

.list-floating-headers {
    height: 200%;
    overflow-y: auto;
}

.option-table .button {
    padding: 2px 4px;
}

/*---------------------------------------------------------------------------*/

.list-tabs {
    background: #dddddd;
    display: inline-block;
    height: 34px;
}

.list-tabs > a {
    border-right: #cccccc 1px solid;
    color: #333333;
    display: inline-block;
    padding: 6px 25px 7px;
    text-decoration: none;
}

.list-tabs > a:hover {
    background: #efefef;
}

.list-tabs > a.current, .list-tabs > a.current:hover {
    background: #ffffff;
    cursor: default;
}

/*---------------------------------------------------------------------------*/

.column-settings {
    color: #363636;
    float: right;
    margin: 5px 10px 0 0;
}

.column-settings:hover {
    color: #000000;
    text-decoration: none;
}

.column-settings .icon {
    background-position: -300px -1px;
    height: 20px;
    width: 20px;
    vertical-align: middle;
}

.column-manager {
    background: rgba(0, 0, 0, 0.5);
    bottom: 0;
    display: none;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 20000;
}

.column-manager > div {
    background: #ffffff;
    bottom: 78px;
    position: absolute;
    right: 40px;
    top: 142px;
    width: 300px;
}

.cm-title {
    font-size: 2.7rem;
    left: 20px;
    position: absolute;
    right: 20px;
    top: 20px;
}

.cm-header {
    background: #363636;
    color: #ffffff;
    left: 20px;
    padding: 6px 10px;
    position: absolute;
    right: 20px;
    top: 60px;
}

.cm-header .fixed {
    display: inline-block;
    width: 55px;
}

.cm-body {
    bottom: 80px;
    left: 20px;
    overflow-y: auto;
    position: absolute;
    right: 20px;
    top: 95px;
}

.cm-body ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.cm-body li {
    background: #ffffff;
    border-bottom: #dddddd 1px solid;
    font-size: 1.5rem;
    line-height: 1.7rem;
    overflow: hidden;
    padding: 10px;
    white-space: nowrap;
}

.cm-body li input {
    margin: 4px;
}

.cm-body .icon {
    background-color: #ffffff;
    vertical-align: middle;
}

.cm-body .fixed {
    background-position: -1850px 0;
}

.cm-body .float {
    background-position: -2000px 0;
}

.cm-body .fixed:hover, .cm-body .float:hover {
    background-position: -2050px 0;
}

.cm-footer {
    bottom: 10px;
    height: 60px;
    left: 20px;
    line-height: 60px;
    position: absolute;
    right: 20px;
    text-align: center;
}

/*---------------------------------------------------------------------------*/

.icons_sort {
    background: url(images/sort_none.png) no-repeat 5px 0;
    display: inline-block;
    height: 12px;
    width: 16px;
    vertical-align: middle;
}

.icons_sort.desc {
    background-image: url(images/sort_down.png);
}

.icons_sort.asc {
    background-image: url(images/sort_up.png);
}

/*---------------------------------------------------------------------------*/

.pager-image-button {
    background-image: url(images/icons_pager.png);
    height: 25px;
    width: 25px;
}

.pager-image-button.etc {
    background-color: transparent;
    background-position: -99px 1px;
}

.pager-image-button.etc:hover {
    background-color: transparent;
}

.pager-image-button.next {
    background-color: #363636;
    background-position: -49px 1px;
}

.pager-image-button.prev {
    background-color: #363636;
    background-position: 2px 1px;
}

.pager-button {
    border-radius: 2px;
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
}

.pager-button.page {
    background-color: #ffffff;
    color: #0075c8;

    min-width: 15px;
    padding: 2px 5px;
    text-align: center;
    text-decoration: none;
    line-height: 21px;
}

.pager-button.on, .pager-button:hover {
    background-color: #0075c8;
    color: #ffffff;
}

/*---------------------------------------------------------------------------*/

.footer {
    bottom: 0;
    color: #cccccc;
    font-size: 1.2rem;
    height: 37px;
    position: absolute;
    width: 100%;
}

.version {
    bottom: 0;
    position: absolute;
    right: 5px;
}

.version a {
    color: #ffffff;
}

/*---------------------------------------------------------------------------*/

#menu-switch {
    background: #363636 url(images/icons.png) -2340px 3px;
    display: none;
    height: 45px;
    left: 0;
    position: absolute;
    top: 0;
    width: 60px;
}

#menu-switch:hover {
    cursor: pointer;
}

#menu {
    background: #363636;
    bottom: 0;
    display: none;
    left: 0;
    overflow-y: auto;
    position: absolute;
    top: 45px;
    width: 250px;
}

#menu .children {
    display: none;
}

#menu .title {
    cursor: pointer;
    display: block;
    text-decoration: none;
}

#menu .title.focus {
    background: #0075c8;
    box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.2);
    color: #ffffff;
}

#menu .title .function {
    /*text-decoration: underline;*/
}

.menu_n1 {
    border-bottom: 1px solid #424242;
}

.menu_n1 > .children {
    background: #ffffff;
    padding: 8px 15px 25px 15px;
}

.menu_n1 > .title {
    color: #ffffff;
    font-size: 1.5rem;
    line-height: 45px;
    padding: 5px 10px 5px 25px;
}

.menu_n1 > .title:hover, .menu_n1 > .title.opened {
    /*background: #dddddd;*/
    /*color: #222222;*/
}

.menu_n1 > .title .fa {
    font-size: 3rem;
    margin: 0 10px 2px 0;
    text-align: center;
    vertical-align: middle;
    width: 35px;
}

.menu_n2 .title {
    color: #666666;
    line-height: 2rem;
    position: relative;
}

.menu_n2 .title:hover {
    color: #000000;
}

.menu_n2 .title .arrow {
    background: url(images/icons.png) no-repeat -2450px 0;
    height: 14px;
    margin-top: -7px;
    position: absolute;
    right: 0;
    top: 50%;
    width: 24px;
}

.menu_n2 .title.opened .arrow {
    background-position: -2400px 0;
    /*background: url(images/icons.png) no-repeat -2400px 0;*/
}

.menu_n2 .title:hover .arrow {
    /*background: url(images/icons.png) no-repeat -2450px 0;*/
}

.menu_n2 > .children {
    padding: 5px 0 5px 10px;
}

.menu_n2 > .title {
    border-bottom: #0075c8 1px solid;
    /*font-size: 2rem;*/
    font-size: 1.5rem;
    padding: 12px 0 12px 5px;
}

.menu_n3 .children {
    padding: 0 0 0 10px;
}

.menu_n3 .title {
    padding: 6px 0 6px 10px;
}

/*---------------------------------------------------------------------------*/

.login {
    background-color: #0075c8;
    bottom: 0;
    left: 0;
    overflow: auto;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 99999;
}

.login .button {
    margin-top: 13px;
    width: 100%;
}

.login .captcha, .login .password, .login .username {
    background-image: url(images/icons_login.png);
    background-repeat: no-repeat;
    border: none;
    border-radius: 2px;
    box-shadow: 2px 1px 1px rgba(20%, 20%, 40%, 0.45) inset;
    color: #555555;
    font-size: 1.4rem;
    margin-top: 7px;
    padding: 4% 6% 4% 17%;
    width: 100%;
}

.login .captcha:focus, .login .password:focus, .login .username:focus {
    background-color: #cacaca;
    box-shadow: 2px 2px 1px rgba(20%, 20%, 40%, 0.55) inset;
    color: #333333;
    outline: none;
}

.login .captcha {
    background-image: none;
    padding-left: 6%;
    width: 40%;
}

.login .captcha ~ img {
    border-radius: 3px;
    height: 39px;
    margin: -3px 6px 0;
    vertical-align: middle;
    width: 120px;
}

.login .captcha ~ span {
    background: transparent url(images/icons_login.png) no-repeat 1px -195px;
    border: rgba(238, 238, 238, 0.8) 2px solid;
    border-radius: 3px;
    display: inline-block;
    height: 39px;
    margin-top: -3px;
    vertical-align: middle;
    width: 29px;
}

.login .captcha ~ span:hover {
    background-color: #000000;
    border: #000000 2px solid;
    cursor: pointer;
}

.login .error {
    background: #dc0000;
    border-radius: 2px;
    color: #ffffff;
    font-size: 1.6rem;
    padding: 7px 0;
    margin: 13px 0 6px;
}

.login .error .icon {
    background-position: -1400px 0px;
    height: 25px;
    vertical-align: middle;
    width: 35px;
}

.login .form {
    border-bottom: 1px solid #444444;
    border-top: 1px solid #444444;
    margin: 15px 0 13px;
    padding: 15px 0 25px;
}

.login .language {
    margin-bottom: 6px;
}

.login .language > span {
    background: rgba(30, 30, 30, 0.2);
    border-left: rgba(0, 0, 0, 0) 1px solid;
    border-top: rgba(0, 0, 0, 0) 1px solid;
    display: inline-block;
    height: 40px;
    position: relative;
    width: 136px;
    vertical-align: middle;
}

.login .language > span:hover {
    border-left: rgba(30, 30, 30, 0.35) 1px solid;
    border-top: rgba(30, 30, 30, 0.35) 1px solid;
}

.login .language > span > .current {
    color: #ffffff;
    float: left;
    font-size: 1.4rme;
    line-height: 36px;
    margin-left: 20px;
}

.login .language .chooser {
    background: url(images/icons.png) no-repeat -1949px 0px;
    border: rgba(238, 238, 238, 0.8) 2px solid;
    border-radius: 3px;
    display: inline-block;
    float: right;
    height: 22px;
    margin: 8px;
    width: 22px;
}

.login .language .chooser:hover {
    cursor: pointer;
}

.login .language .list {
    background: #f5f5f1;
    border: #0075c8 1px solid;
    display: none;
    left: -2px;
    padding: 10px 10px 10px 20px;
    position: absolute;
    right: 0;
    top: 40px;
    z-index: 2;
}

.login .language .list div {
    color: #666666;
    padding: 3px 5px;
    text-align: left;
}

.login .language .list div:hover {
    color: #0075c8;
    cursor: pointer;
}

.login .language .list div.current::after {
    background: url(images/icons.png) no-repeat -2500px 0;
    content: '';
    display: inline-block;
    height: 22px;
    margin-left: 10px;
    vertical-align: middle;
    width: 22px;
}

.login .logo {
    max-width: 240px;
}

.login .password {
    background-position: 17px -92px;
}

.login .title {
    color: #ffffff;
    font-size: 1.2em;
}

.login .username {
    background-position: 17px 10px;
}

.login .view {
    background: rgba(0, 0, 0, 0.3);
    border-radius: 3px;
    color: #dddddd;
    margin: 10% auto;
    padding: 20px 40px 13px;
    width: 365px;
}

.login .view div {
    text-align: center;
}

.bizpider-login {
    box-sizing: border-box;
    height: 100%;
    padding: 0;
    width: 100%;
}










#language_chooser {
    display: none;
}

.google-map {
    height: 400px;
    width: 600px;
}

.g-menu {
    background-color: #ffffff;
    border-bottom: 1px solid #676767;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #676767;
    border-top: 1px solid #cccccc;
    cursor: default;
    /*width: 150px;*/
}

.g-menu .item {
    line-height: 30px;
    padding-left: 30px;
    padding-right: 30px;
}

.g-menu .item:hover {
    background-color: #3169C6;
    color: #ffffff;
    cursor: pointer;
}















/*---------------------------------------------------------------------------*/

.file-manager, .iframe-container {
    background: rgba(0, 0, 0, 0.5);
    bottom: 0;
    display: none;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 20000;
}

.file-manager > div {
    bottom: 60px;
    left: 180px;
    position: absolute;
    right: 180px;
    top: 60px;
}

.file-manager .menu {
    background: #f1f1f1;
    bottom: 0;
    left: 0;
    overflow-y: auto;
    position: absolute;
    top: 0;
    width: 250px;
}

.file-manager .menu .children {
    overflow: auto;
}

.file-manager .menu .title {
    background: #363636;
    display: block;
    cursor: default;
}

.file-manager .menu_n1 {
    border-bottom: 0;
}

.file-manager .closer, .iframe-container .closer {
    position: absolute;
    right: 0;
    top: -4px;
}

.file-manager .content {
    background-color: #ffffff;
    bottom: 0;
    left: 250px;
    position: absolute;
    right: 0;
    top: 0;
    transition: left 0.5s;
}

.file-manager .content .close:hover, .iframe-container .close:hover {
    background: url(images/icons_hover.png) no-repeat;
}

.file-manager .content .icon.close, .iframe-container .icon.close {
    background-position: -650px 0;
    margin: 14px 10px 0 0;
}

.file-manager .action {
    bottom: 0;
    left: 40px;
    position: absolute;
    right: 20px;
    top: 0;
}

.file-manager .action .list-content {
    top: 97px;
}

.file-manager .list-table {
    bottom: 60px;
    left: 0;
    right: 0;
    top: 0;
}

.file-manager .list-pager {
    background-color: #ffffff;
    height: 60px;
}











.file-manager .file-form {
    background: rgba(0, 0, 0, 0.5);
    bottom: 0;
    display: none;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.file-manager .file-form > div {
    background: #ffffff;
    bottom: 50%;
    height: 260px;
    position: fixed;
    right: 50%;
    transform: translate(50%, 50%);
    -ms-transform: translate(50%, 50%);
    -webkit-transform: translate(50%, 50%);
    width: 910px;
}

.file-manager .file-form .file_thumb {
    height: 190px;
    left: 0;
    position: absolute;
    top: 30px;
    width: 190px;
}

.file-manager .file-form .file_thumb .file-large-icon {
    left: 55px;
    position: absolute;
    top: 40px;
}

.file-manager .file-form .form-table {
    bottom: 0;
    left: 190px;
    right: 0;
    top: 0;
}

.file-manager .file-form .form-table table {
    margin-left: -10px;
}

.file-manager .file-form .form-action {
    border: 0;
}

.file-manager textarea {
    resize: none;
}










.file-icon {
    background: url(images/icons_file.png) no-repeat -300px -152px;
    display: inline-block;
    height: 28px;
    width: 28px;
    vertical-align: middle;
}

.file-icon.type-folder {
    background-position: 0 -152px;
}

.file-icon.type-image {
    background-position: -30px -152px;
}

.file-icon.type-pdf {
    background-position: -60px -152px;
}

.file-icon.type-video {
    background-position: -90px -152px;
}

.file-icon.type-x-shockwave-flash {
    background-position: -120px -152px;
}

.file-icon.type-powerpoint {
    background-position: -150px -152px;
}

.file-icon.type-msword {
    background-position: -180px -152px;
}

.file-icon.type-excel {
    background-position: -210px -152px;
}

.file-icon.type-text {
    background-position: -240px -152px;
}

.file-icon.type-zip {
    background-position: -270px -152px;
}

.file-large-icon {
    background: url(images/icons_file.png) no-repeat -1100px 0;
    display: block;
    height: 110px;
    width: 110px;
}

.file-large-icon.type-folder {
    background-position: 0 0;
}

.file-large-icon.type-image {
    background-position: -110px 0;
}

.file-large-icon.type-pdf {
    background-position: -220px 0;
}

.file-large-icon.type-video {
    background-position: -330px 0;
}

.file-large-icon.type-x-shockwave-flash {
    background-position: -440px 0;
}

.file-large-icon.type-powerpoint {
    background-position: -550px 0;
}

.file-large-icon.type-msword {
    background-position: -660px 0;
}

.file-large-icon.type-excel {
    background-position: -770px 0;
}

.file-large-icon.type-text {
    background-position: -880px 0;
}

.file-large-icon.type-zip {
    background-position: -990px 0;
}

.file-draggable-view {
    background: white;
    border: 1px solid #dddddd;
    padding: 5px 10px;
    white-space: pre;
}

/*---------------------------------------------------------------------------*/

.handsontable td {
    font-size: 14px;
    line-height: normal;
}

.handsontable td a {
    display: inline-block;
}

.handsontable td img {
    width: 95%;
}

.spreadsheet-ctrl {
    line-height: 40px;
    margin-bottom: 5px;
}

.spreadsheet-ctrl select {
    height: 32px;
}

.spreadsheet-ctrl .button {
    margin-left: 5px;
}

.spreadsheet-ctrl .select:hover {
    border: #60a7fc 1px solid;
}

.spreadsheet-ctrl .sp-dd {
    display: none;
}

.spreadsheet-ctrl .sp-replacer {
    margin-top: -2px;
}

.spreadsheet-ctrl .sp-preview {
    height: 16px;
    margin: 0;
    width: 20px;
}

.spreadsheet-ctrl .icon {
    background: url(images/icons_spreadsheet.png) no-repeat;
    height: 31px;
    margin-top: -1px;
    vertical-align: middle;
    width: 30px;
}

.spreadsheet-ctrl .icon.active {
    background-position-y: -100px;
}

.spreadsheet-ctrl .icon:hover {
    background-position-y: -50px;
}

.spreadsheet-ctrl .icon.disabled, .spreadsheet-ctrl .icon.disabled:hover {
    background-position-y: 0px;
}

.spreadsheet-ctrl .icon.italic {
    background-position-x: -50px;
}

.spreadsheet-ctrl .icon.underline {
    background-position-x: -100px;
}

.spreadsheet-ctrl .icon.htLeft {
    background-position-x: -150px;
}

.spreadsheet-ctrl .icon.htCenter {
    background-position-x: -200px;
}

.spreadsheet-ctrl .icon.htRight {
    background-position-x: -250px;
}

.spreadsheet-ctrl .icon.htJustify {
    background-position-x: -300px;
}

.spreadsheet-ctrl .icon.htTop {
    background-position-x: -350px;
}

.spreadsheet-ctrl .icon.htMiddle {
    background-position-x: -400px;
}

.spreadsheet-ctrl .icon.htBottom {
    background-position-x: -450px;
}

.spreadsheet-ctrl .icon.clear {
    background-position-x: -500px;
}

.spreadsheet-ctrl .icon.merge {
    background-position-x: -550px;
}

.spreadsheet-ctrl .icon.unmerge {
    background-position-x: -600px;
}

.spreadsheet-ctrl .icon.add-col {
    background-position-x: -650px;
}

.spreadsheet-ctrl .icon.remove-col {
    background-position-x: -700px;
}

.spreadsheet-ctrl .icon.add-row {
    background-position-x: -750px;
}

.spreadsheet-ctrl .icon.remove-row {
    background-position-x: -800px;
}

.spreadsheet-ctrl .icon.image {
    background-position-x: -850px;
    margin: 0;
}

.spreadsheet-ctrl .icon.file {
    background-position-x: -900px;
    margin: 0;
}

.spreadsheet-ctrl .icon.copy {
    background-position-x: -950px;
}

.spreadsheet-ctrl .icon.paste {
    background-position-x: -1000px;
}

.spreadsheet-ctrl .icon.separator {
    background-position-x: -1160px;
}

.iframe-block {
    height: 450px;
    position: relative;
    width: 616px;
}

/*
.iframe-block .iframe-ctrl {
    height: 30px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.iframe-block .iframe-ctrl .icon {
    background: url(images/icons_spreadsheet.png) no-repeat;
    background-position-y: 2px;
    float: right;
    height: 30px;
    margin-top: -1px;
    vertical-align: middle;
    width: 30px;
}

.iframe-block .iframe-ctrl .icon:hover {
    background-position-y: -48px;
}

.iframe-block .iframe-ctrl .icon.max {
    background-position-x: -1050px;
    width: 24px;
}

.iframe-block .iframe-ctrl .icon.min {
    background-position-x: -1100px;
    display: none;
}
*/

.iframe-block .iframe-wrapper {
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    /*top: 30px;*/
    top: 0;
}

.iframe-block iframe {
    box-sizing: border-box;
    height: 100%;
    padding: 0;
    width: 100%;
}

.iframe-block.max {
    background-color: white;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1;
}

/*
.iframe-block.max .iframe-ctrl .max {
    display: none;
}

.iframe-block.max .iframe-ctrl .min {
    display: inline;
}
*/

.iframe-block.max iframe {
    border: 0;
    box-shadow: none;
}

/*---------------------------------------------------------------------------*/

ul.thumbnails.image_picker_selector li .thumbnail {
    border-width: 2px;
    border-color: #eeeeee;
    padding: 20px;
}

ul.thumbnails.image_picker_selector li .thumbnail p {
    margin-top: 14px;
    text-align: center;
}

ul.thumbnails.image_picker_selector li .thumbnail:hover {
    border-color: #c3c3c3;
}

ul.thumbnails.image_picker_selector li .thumbnail.selected {
    background: transparent;
    border-color: #252525;
}

/*---------------------------------------------------------------------------*/

ul .dynatree-connector {
    vertical-align: middle;
}

ul.dynatree-container {
    background: #f1f1f1;
    border: 0px;
    line-height: 16px;
    padding: 6px 8px;
}

ul.dynatree-container a {
    cursor: pointer;
    font-family: Verdana, "微軟正黑體", "Heiti TC", sans-serif;
    line-height: 2rem;
}

ul.dynatree-container a.droppable-hover {
    background: #666;
    color: white;
}

.mode-html, .mode-json {
    height: 200px;
    width: 800px;
}

.ui-datepicker {
    z-index: 5 !important;
}

.mfp-bg {
    z-index: 20003;
}

.mfp-wrap {
    z-index: 20004;
}

.mfp-counter {
    position: relative;
}

.mfp-title {
    white-space: nowrap;
}

.modal-backdrop {
    z-index: 20001;
}

.bootbox {
    z-index: 20002;
}

.bootbox .hidden-row {
    border: 0 !important;
    padding: 0 !important;
}

.bootbox .prop-list {
    margin: 0;
    padding: 10px;
}

/*---------------------------------------------------------------------------*/

.toggle.ios, .toggle-on.ios, .toggle-off.ios {
    border-radius: 20px;
}

.toggle.ios .toggle-handle {
    border-radius: 20px;
}

/*---------------------------------------------------------------------------*/

.markstar:before {
    content: "\2605";
    font-size: 30px;
    visibility: visible;
}

.empty-markstar:before {
    color: #ececec;
    content: "\2606";
    font-size: 30px;
    visibility: visible;
}

.animatedParent {
    margin-bottom: 10px;
}

.animated {
    background-color: #ef8429;
    color: #fdf3e5;
    display: inline-block;
    font-family: Verdana;
    font-size: 15px;
    padding: 8px 10px;
}

