@charset "utf-8";
* {
    margin: 0;
    padding: 0;
}

body {
    font-size: 12px;
}



.angelica a:focus {
    outline: 0;
}

.angelica ul, .angelica li {
    list-style: none;
}

.angelica .area {
    margin-bottom: 10px;
}

.angelica .area.area-restrain {
    margin: 0;
}

.angelica .area::after {
    display: table;
    content: "";
    clear: both;
}

.angelica .area.area-bordered {
    padding: 10px;
    background: #f9f9f9;
    border: 1px #ddd solid;
    border-radius: 2px;
}

.angelica .area .area-heading{
    line-height: 28px;
    font-size: 13px;
    font-weight: bolder;
}

.angelica .panel {
    margin-bottom: 10px;
    border-radius: 2px;
}


.angelica .btn {
    font-size: 12px;
    padding: 4px 8px;
    border-radius: 2px;
}

.angelica .form-group {
    margin-bottom: 8px;
}

.angelica .form-group .help-block {
    margin: 6px 0;
    color:#656565;
}
.angelica .form-group .help-block.text-gray,
.angelica .form-group .help-block.text-muted{
    color: #808080;
}
.angelica .form-group .help-block.text-red,
.angelica .form-group .help-block.text-danger {
    color: #ea644a;
}
.angelica .form-group .help-block.text-yellow,
.angelica .form-group .help-block.text-warning {
    color: #f1a325;
}
.angelica .form-group .help-block.text-green,
.angelica .form-group .help-block.text-success {
    color: #38b03f;
}
.angelica .input-group {
    border-radius: 2px;
}

.angelica .input-group-addon {
    font-size: 12px;
    border-radius: 2px;
}

.angelica input.simulate-focus {
    width: 0;
    height: 0;
    overflow: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
}

.angelica .btn.btn-link {
    border-color: transparent;
    box-shadow: none;
    background: transparent;
    color: #145ccd;
}

.angelica .btn.btn-link:hover {
    text-decoration: underline;
}

.angelica .btn-sm {
    font-size: 12px;
    padding: 1px 6px;
    border-radius: 3px;
}

.angelica .btn-lg {
    font-size: 13px;
    padding: 9px 12px;
}

.angelica .alert {
    margin-bottom: 10px;
    border-radius: 2px;
    line-height: 20px;
}

.angelica .alert.alert-reserved {
    margin-bottom: 0;
}

.angelica .alert.alert-narrow{
    padding: 10px;
}

.angelica .alert > [class*=icon-] {
    font-size: 20px;
    width: 20px;
    text-align: left;
}

.angelica .form-control {
    font-size: 12px;
    padding: 4px 8px;
    height: 28px;
    border-radius: 2px;
}

.angelica .form-control.form-control-lg {
    padding: 8px 12px;
    height: 36px;
}

.angelica .breadcrumb {
    margin-bottom: 0;
    padding: 0 0 3px 6px;
    line-height: 30px;
    border-bottom: 1px #ddd solid;
}

.angelica .breadcrumb a {
    color: #555;
}

.angelica iframe {
    padding: 0;
    margin: 0;
    border: 0;
    overflow: auto;
}

.angelica .table-responsive {
    margin-bottom: 5px;
}

.angelica .table-responsive .table {
    margin: 0 0 5px 0;
}

.angelica .table {
    margin-bottom: 10px;
    border-collapse:separate;
    border-spacing: 1px;
    background-color: #ddd;
}

.angelica .table.table-borderouter {
    border: 1px #ddd solid;
}

.angelica .table th {
    padding: 6px;
    vertical-align: middle;
    background: #eee;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border:0;
}

.angelica .table td {
    padding: 6px;
    background: #fff;
    vertical-align: middle;
    border:0;
}
.angelica .table td.gary{
    background: #f8f8f8;
}

.angelica .table td.input{
    padding: 4px;
    background: #f8f8f8;
}
.angelica .table td.input input{
    width: 100%;
    padding-left: 10px;
    height: 26px;
    line-height: 26px;
    color: #222;
    vertical-align: middle;
    background-color: #fff;
    outline:none;
    -webkit-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    -webkit-transition-property: background;
    -o-transition-property: background;
    transition-property: background;
    border: 1px solid #ccc;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.angelica .table td.input input:focus {
    border-color: #145ccd;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(20, 92, 205, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(20, 92, 205, .6);
}
.angelica .table td.input input.highlight{
    background-color: #ddf4df;
}

.angelica .table.table-form td {
    padding: 2px;
    vertical-align: middle;
    background: #f8f8f8;
}

.angelica .table-hover > tbody > tr > th,
.angelica .table-hover > tbody > tr > td {
    -webkit-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    -webkit-transition-property: background;
    -o-transition-property: background;
    transition-property: background;
}

.angelica .table-hover > tbody > tr.highlight > th,
.angelica .table-hover > tbody > tr.highlight > td {
    background-color: #ddf4df;
}

.angelica .table td.ellipsis {
    max-width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.angelica .table td.empty {
    padding: 12px 8px;
    background: #fff0d5;
}

.angelica .table td img {
    display: inline-block;
    border-radius: 2px;
}

.angelica .table .action span + span:before {
    content: "|";
    margin: 0 5px;
    color: #bbb;
}

.angelica .table th.datagrid-sorter {
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.angelica .table th.datagrid-sorter .icon-sort {
    position: absolute;
    right: 0;
    vertical-align: middle;
    display: inline-block;
    float: right;
    padding: 2px 12px;
    font-size: 14px;
}

.angelica .table th.datagrid-sorter:hover {
    background: #d9d9d9;
}

.angelica .table th.datagrid-sort-desc {
    background: #e6e6e6;
    color: #333;
}

.angelica .table th.datagrid-sort-asc {
    background: #e6e6e6;
    color: #333;
}

.angelica .table th.datagrid-sort-desc > .icon-sort:before {
    color: #f1a325;
    content: '\e6b8';
}

.angelica .table th.datagrid-sort-asc > .icon-sort:before {
    color: #f1a325;
    content: '\e6b9';
}

.angelica hr {
    margin: 0 0 8px 0;
    border: 0;
    border-top: 1px solid #ddd;
}

.angelica .messager {
    border-radius: 2px;
}

.angelica .dropdown-menu {
    font-size: 12px;
    border-radius: 2px;
}

.angelica .dropdown-menu > li > a {
    padding: 6px 20px;
}

.angelica .modal-dialog {
    border-radius: 2px;
}

.angelica .popover {
    border-radius: 2px;
}

.angelica .nav {
    margin-bottom: 10px;
}

.angelica .nav.nav-reserved {
    margin-bottom: 0;
}

.angelica .nav > li > a {
    padding: 6px 20px;
}

.angelica .nav-tabs {
    border-bottom: 1px solid #ddd;
}

.angelica .nav-tabs > li > a {
    margin-right: 2px;
    border: 1px #ddd solid;
    background: #f1f1f1;
    color: #353535;
    border-radius: 2px 2px 0 0;
}

.angelica .nav-tabs > li > a:hover,
.angelica .nav-tabs > li > a:focus {
    background-color: #fff;
    border: 1px solid #ddd;
}

.angelica .nav-tabs > li.active > a,
.angelica .nav-tabs > li.active > a:hover,
.angelica .nav-tabs > li.active > a:focus {
    color: #323232;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}

.angelica .nav-tabs > li > a.nav-link {
    background: transparent;
    border-color: transparent;
    color: #145ccd;
}

.angelica .nav-tabs > li > a.nav-link:hover {
    text-decoration: underline;
}

.angelica .nav-tabs > li > a.nav-primary {
    color: #fff;
    background-color: #3280fc;
    border-color: #1970fc;
}

.angelica .nav-tabs > li > a.nav-primary:hover {
    color: #fff;
    background-color: #0a67fb;
    border-color: #0354d4;
    -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, .1);
    box-shadow: 0 2px 1px rgba(0, 0, 0, .1);
}

.angelica input[type="checkbox" i] {
    cursor: pointer;
}

.angelica input.chosen-select-tab-focus {
    display: inline-block;
    position: absolute;
    width: 0;
    height: 0;
    filter: alpha(opacity=0);
    opacity: 0;
}

.angelica .modal-header, .angelica .modal-body, .angelica .modal-footer {
    padding: 10px;
}

.angelica .modal-confirm-body {
    padding: 25px 15px 15px 25px;
}

.angelica .modal-alert-body {
    padding: 15px;
    line-height: 20px;
}

.angelica .label-dot {
    width: 8px;
    height: 8px;
    margin-top: -1px;
}

.angelica .text-sequence {
    font-style: italic;
    color: #777;
}

@media (min-width: 768px) {
    ::-webkit-scrollbar {
        width: 7px;
        height: 7px;
    }

    .form-horizontal .form-group > label {
        text-align: right;
        padding-right: 5px;
        font-weight: normal;
    }

    .modal-md {
        width: 640px;
    }

    .modal-mx {
        width: 1170px;
    }

}

.row.angelica-row {
    margin-right: -2px;
    margin-left: -2px;
    margin-bottom: 5px;
}

.row.angelica-row .col,
.row.angelica-row .col-xs-1,
.row.angelica-row .col-xs-2,
.row.angelica-row .col-xs-3,
.row.angelica-row .col-xs-4,
.row.angelica-row .col-xs-5,
.row.angelica-row .col-xs-6,
.row.angelica-row .col-xs-7,
.row.angelica-row .col-xs-8,
.row.angelica-row .col-xs-9,
.row.angelica-row .col-xs-10,
.row.angelica-row .col-xs-11,
.row.angelica-row .col-xs-12,
.row.angelica-row .col-sm-1,
.row.angelica-row .col-sm-2,
.row.angelica-row .col-sm-3,
.row.angelica-row .col-sm-4,
.row.angelica-row .col-sm-5,
.row.angelica-row .col-sm-6,
.row.angelica-row .col-sm-7,
.row.angelica-row .col-sm-8,
.row.angelica-row .col-sm-9,
.row.angelica-row .col-sm-10,
.row.angelica-row .col-sm-11,
.row.angelica-row .col-sm-12,
.row.angelica-row .col-md-1,
.row.angelica-row .col-md-2,
.row.angelica-row .col-md-3,
.row.angelica-row .col-md-4,
.row.angelica-row .col-md-5,
.row.angelica-row .col-md-6,
.row.angelica-row .col-md-7,
.row.angelica-row .col-md-8,
.row.angelica-row .col-md-9,
.row.angelica-row .col-md-10,
.row.angelica-row .col-md-11,
.row.angelica-row .col-md-12,
.row.angelica-row .col-lg-1,
.row.angelica-row .col-lg-2,
.row.angelica-row .col-lg-3,
.row.angelica-row .col-lg-4,
.row.angelica-row .col-lg-5,
.row.angelica-row .col-lg-6,
.row.angelica-row .col-lg-7,
.row.angelica-row .col-lg-8,
.row.angelica-row .col-lg-9,
.row.angelica-row .col-lg-10,
.row.angelica-row .col-lg-11,
.row.angelica-row .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 2px;
    padding-left: 2px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    padding-left: 2px;
    padding-right: 2px;
}

.angelica .load-indicator:after {
    color: #000;
    content: '\e97b';
    -webkit-animation: spin 0.8s infinite linear;
    -o-animation: spin 0.8s infinite linear;
    animation: spin 0.8s infinite linear;
}

.angelica .list-group {
    padding-left: 0;
    margin-bottom: 10px;
}

.angelica .list-group-item {
    position: relative;
    display: block;
    padding: 8px 12px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
}

.angelica .list-group-item:first-child {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}

.angelica .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
}

.alert-group {
    margin: 0;
    padding: 0;
}

.alert-group li {
    margin: 0;
    padding: 5px 1px;
    border-bottom: 1px solid #eee;
}

.alert-group li:first-child {
    padding-top: 0;
}

.alert-group li:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

/*----------------------------------------------------------------------------------- */
/*  angelica-switch */
/*----------------------------------------------------------------------------------- */
.angelica-switch {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 74px;
    height: 30px;
    border: 1px #c3c3c3 solid;
    border-radius: 15px;
    background: #f9f9f9;
    cursor: pointer;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: none;
    -webkit-box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.15);
}

.angelica-switch span {
    position: absolute;
    display: inline-block;
    left: 0;
    top: 0;
    width: 124px;
    height: 100%;
    -webkit-transition: .3s cubic-bezier(.175, .99, .32, 1);
    -o-transition: .3s cubic-bezier(.175, .99, .32, 1);
    transition: .3s cubic-bezier(.175, .99, .32, 1);
    -webkit-transition-property: left;
    -o-transition-property: left;
    transition-property: left;
}

.angelica-switch.active span {
    left: -52px;
}

.angelica-switch span > i:first-child,
.angelica-switch span > i:last-child {
    display: block;
    float: left;
    width: 50px;
    height: 26px;
    border-radius: 13px;
    line-height: 24px;
    margin: 1px;
    text-align: center;
    padding: 0;
    font-style: normal;
    overflow: hidden;
    -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, .1);
    box-shadow: 0 2px 1px rgba(0, 0, 0, .1);
}

.angelica-switch span > i:first-child {
    border: 1px #ddd solid;
    background-color: #eee;
    color: #666;
}

.angelica-switch span > i:last-child {
    border: 1px #1970fc solid;
    background-color: #3280fc;
    color: #fff;
}

.angelica-switch span > i:first-child:hover {
    border: 1px #ccc solid;
    background-color: #ddd;
}

.angelica-switch span > i:last-child:hover {
    color: #fff;
    background-color: #0a67fb;
    border-color: #0354d4;
}

.angelica-switch .switch-loading {
    display: block;
    float: left;
    width: 20px;
    height: 28px;
    background: transparent;
    text-align: center;
    font-size: 12px;
    padding: 0;
    content: "";
}

.angelica-switch .switch-loading i {
    display: block;
    color: #999;
    text-align: center;
    font-size: 12px;
    line-height: 28px;
}

.angelica-switch.switch-sm {
    height: 20px;
    border-radius: 10px;
    font-size: 11px;
}

.angelica-switch.switch-sm span > i:first-child,
.angelica-switch.switch-sm span > i:last-child {
    height: 16px;
    line-height: 16px;
    border-radius: 10px;
}

.angelica-switch.switch-sm .switch-loading,
.angelica-switch.switch-sm .switch-loading i {
    height: 18px;
    line-height: 18px;
}

/********************************************************
angelica-pager
********************************************************/
.angelica .angelica-pager-area {
    padding: 5px 0 5px 0;
    background: #fff;
}

.angelica .angelica-pager-area:after {
    display: table;
    content: '';
    clear: both;
}

.angelica-pager {
    margin: 0;
    padding: 0;
}

.angelica-pager::after {
    content: "";
    clear: both;
}

.angelica-pager > li {
    list-style: none;
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
}

.pull-right .angelica-pager > li {
    margin-left: 5px;
    margin-right: 0;
}

.angelica-pager > li i {
    font-size: 15px;
}

.angelica-pager > li > a,
.angelica-pager > li > span {
    display: block;
    padding: 5px 10px;
    min-width: 36px;
    text-align: center;
    line-height: 1.53846154;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 2px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.angelica-pager > li.active > a,
.angelica-pager > li.active > span,
.angelica-pager > li.active > a:hover,
.angelica-pager > li.active > span:hover {
    color: #282828;
    background: #d4e8fb;
    border: 1px solid #c9c9c9;
}

.angelica-pager > li.disabled > span,
.angelica-pager > li.disabled > a {
    cursor: default;
}

.angelica-pager > li > .input-group {
    max-width: 106px;
}

.angelica-pager > li > .input-group .form-control {
    text-align: center;
}

.angelica-pager .dropdown .dropdown-toggle {
    cursor: pointer;
}

.angelica-pager .dropdown .dropdown-toggle:hover,
.angelica-pager .dropdown.open .dropdown-toggle {
    color: #333;
    background: #e6e6e6;
    border: 1px solid #c9c9c9;
}

.angelica-pager .dropdown .dropdown-menu {
    min-width: auto;
    width: 100%;
    margin: 1px 0;
}

.angelica-pager .dropdown .dropdown-menu > li > a {
    padding: 5px 0 5px 12px;
}

.angelica-pager .dropdown .dropdown-menu > li > a.active {
    color: #3280fc;
    background: #ebf2f9;
}

.angelica-pager .dropdown .dropdown-menu > li > a.active:hover {
    color: #fff;
    background: #3280fc;
}

/********************************************************
data-table
********************************************************/
.data-table-responsive {
    visibility: hidden;
    overflow-x: auto;
    border: 1px #ddd solid;
    background: #f9f9f9;
    margin-bottom: 5px;
    border-radius: 2px;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

.data-table {
    display: table;
    width: auto;
    font-size: inherit;
    margin: -1px;
    position: relative;
    background: #fff;
}

.data-table .table-head {
    position: absolute;
    z-index: 995;
    left: 0;
    right: 0;
    display: table-row;
    width: auto;
    background: #eee;
    border-top: 1px #ddd solid;
    border-bottom: 1px #ddd solid;
}

.data-table .table-head:after {
    display: table;
    content: "";
    clear: both;
}

.data-table .table-head > div {
    display: table-cell;
    float: left;
    height: 34px;
    padding: 6px 3px;
    line-height: 20px;
    vertical-align: middle;
    font-weight: bold;
    border-left: 1px #ddd solid;
    border-right: 0;
    background: inherit;
    text-align: center;
}

.data-table .table-head > div.text-left {
    text-align: left;
}

.data-table .table-head > div.text-right {
    text-align: right;
}

.data-table .table-head > div.cell-checkbox {
    padding-top: 3px;
}

.data-table .table-head > div span {
    display: block;
    float: right;
    cursor: pointer;
}

.data-table .table-head > div span i {
    font-size: 13px;
    color: #656565;
}

.data-table .table-head > div span:hover i {
    color: #323232;
}

.data-table .table-body {
    display: table-row-group;
    background: #fff;
}

.data-table .table-body .table-row {

    display: table-row;
    width: auto;
    background: transparent;
    border-top:none;
    -webkit-transition: 0.1s ease-out;
    -o-transition: 0.1s ease-out;
    transition: 0.1s ease-out;
    -webkit-transition-property: background;
    -o-transition-property: background;
    transition-property: background;
}

.data-table .table-body .table-row:after {
    display: table;
    content: "";
    clear: both;
}

.data-table .table-body .table-row > div {
    display: table-cell;
    vertical-align: middle;
    padding: 6px;
    border-top: 0;
    border-bottom: 1px #ddd solid;
    border-left: 1px #ddd solid;
    border-right: 0;
    word-break: break-all;
    text-align: center;
}

.data-table .table-body .table-row > div.text-left {
    text-align: left;
}

.data-table .table-body .table-row > div.text-right {
    text-align: right;
}

.data-table .table-body .table-row > div.cell-checkbox {
    padding: 3px 0;
}

.data-table .table-body .table-row.table-row-placeholder {
    visibility: hidden;
}

.data-table .table-body .table-row.table-row-placeholder > div {
    height: 1px;
    padding: 0;
    min-height: 1px;
    line-height: 0;
    border: 0;
}

.data-table .table-body .table-row > div.cell-sequence {
    font-style: italic;
}

.data-table .table-body .table-row > div.cell-gray {
    background: #f9f9f9;
    color: #777;
}

.data-table .table-body .table-row > div span[data-toggle="tooltip"] {
    display: block;
    padding: 0 5px;
    float: right;
    cursor: pointer;
}

.data-table .table-body .table-row > div span[data-toggle="tooltip"] i {
    font-size: 13px;
    color: #ea644a;
}

.data-table .table-body .table-row > div span[data-toggle="tooltip"]:hover i {
    color: #ff0000;
}

.data-table .table-body .table-row > div span[data-toggle="popover"] {
    display: block;
    padding: 0 5px;
    float: right;
    cursor: pointer;
}

.data-table .table-body .table-row > div span[data-toggle="popover"] i {
    font-size: 13px;
    color: #ea644a;
}

.data-table .table-body .table-row > div span[data-toggle="popover"]:hover i {
    color: #ff0000;
}

.data-table .table-body .table-row-empty {
    display: table-cell;
    width: 100%;
    height: 100%;
    text-align: left;
    padding: 15px;
    color: #af6f07;
    background: #fff0d5;
    border-bottom: 1px #ddd solid;
}

/********************************************************
data-table extend
********************************************************/
.data-table .table-head > div.data-sorter {
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.data-table .table-head > div.data-sorter .icon-sort {
    vertical-align: middle;
    display: inline-block;
    padding: 2px 1px;
    font-size: 12px;
    color: #777;
}

.data-table .table-head > div.data-sorter:hover {
    background: #e1e1e1;
}

.data-table .table-head > div.data-sort-desc,
.data-table .table-head > div.data-sort-asc {
    background: #f1f1f1;
    color: #212121;
}

.data-table .table-head > div.data-sort-desc > .icon-sort:before {
    color: #eb4a2b;
    content: '\e6b8';
}

.data-table .table-head > div.data-sort-asc > .icon-sort:before {
    color: #eb4a2b;
    content: '\e6b9';
}

.data-table .table-body .table-row > div .action span + span:before {
    content: "|";
    margin: 0 8px;
    color: #ccc;
}

.data-table.table-hover .table-body .table-row:hover {
    background: #f0f0f0;
}

.data-table.table-interlace .table-body .table-row:nth-child(odd) {
     background: #f7f7f8;
}

.data-table.table-interlace .table-body .table-row:nth-child(even) {
    background: #fff;
}

.data-table .table-body .table-row.highlight {
    background-color: #ddf4df;
}

.data-table.table-hover .table-body .table-row.highlight:hover {
    background-color: #ddf4df;
}

.data-table.table-interlace .table-body .table-row.highlight {
    background-color: #ddf4df;
}

.data-table .table-body .table-row.active {
    background-color: #fae5c0;
}

.data-table.table-hover .table-body .table-row.active:hover {
    background-color: #fae5c0;
}

.data-table.table-interlace .table-body .table-row.active {
    background-color: #fae5c0;
}

.data-table .table-body .table-row.selected {
    background-color: #ffe5e0;
}

.data-table.table-hover .table-body .table-row.selected:hover {
    background-color: #ffe5e0;
}

.data-table.table-interlace .table-body .table-row.selected {
    background-color: #ffe5e0;
}

/********************************************************
form-password
********************************************************/
.form-password {
    position: relative;
}

.form-password i.icon {
    position: absolute;
    right: 8px;
    top: 50%;
    margin-top: -10px;
    height: 20px;
    line-height: 20px;
    font-size: 13px;
    color: #999;
    cursor: pointer;
}

.form-password i.icon:hover {
    color: #232323;
}

.form-password i.icon::before {
    content: '\e668';
}

.form-password i.icon.open::before {
    content: '\e669';
    color: #0a67fb;
}

.form-password input[type="password"] {
    letter-spacing: 4px;
}

.form-password input[type="password"]::placeholder {
    letter-spacing: normal;
}

.form-password input[type="text"] {
    letter-spacing: 1px;
}

.form-password input[type="text"]::placeholder {
    letter-spacing: normal;
}

/********************************************************
angelica-upload
********************************************************/
.angelica-upload {
    position: relative;
    width: 120px;
}

.angelica-upload form {
    cursor: pointer;
}

.angelica-upload span {
    display: inline-block;
    padding: 4px 8px;
    border-radius: 2px;
    text-decoration: none;
    border: 1px #bfbfbf solid;
    background-color: #f2f2f2;
    color: #353535;
    cursor: pointer;
    text-align: center;
    font-size: 12px;
    user-select: none;
    line-height: 1.53846154;
}

.angelica-upload span i {
    margin-right: 5px;
    font-size: 13px;
}
.angelica-upload b {
    font-weight: normal;
}
.angelica-upload form:active span {
    color: #000;
}

.angelica-upload input {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    opacity: 0;
    cursor: pointer;
}



