.no-zh-cn {
    ime-mode: disabled
}

.btn-info {
    border-color: #00c0ef;
}

.btn-info:hover,
.btn-info:active {
    border-color: #00acd6;
}

.btn-primary,
.btn-primary:focus {
    background-color: #0ac9af;
    border-color: #0ac9af;
}

.btn-primary:hover {
    background-color: #00b89e;
    border-color: #00b89e;
}

.btn-warning {
    background-color: #f69f15;
    border-color: #f69f15;
}

.btn-warning.active,
.btn-warning.focus,
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active {
    background-color: #e89107;
    border-color: #e89107;
}

.btn-danger {
    border-color: #dd4b39;
}

.btn-danger:hover {
    border-color: #d73925;
}

table.table-bordered.dataTable {
    border-collapse: collapse !important;
}

#menuSel:focus {
    border: 1px solid #d2d6de;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #fff;
    cursor: default;
}

.menuContent {
    display: none;
    position: absolute;
    width: 94.8%;
    border: 1px solid #d2d6de;
    border-top: none;
    background-color: #fff;
    z-index: 9999;
    padding: 10px;
}

#menu-tree {
    border: 1px solid #ee6e73;
    margin: 4px;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    padding: 0 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #ee6e73;
    border-color: #ee6e73;
}

.box.box-primary {
    border-top-color: #0ac9af;
}

.box-primary h4.box-title {
    font-size: 14px;
}

.box-primary a {
    color: #0ac9af;
}

.box-primary a:hover {
    color: #00b89e;
}

.box-primary .form-control:focus {
    border-color: #0ac9af;
}

label {
    padding-right: 10px;
}

.datepicker {
    margin-top: 0;
    z-index: 9999;
}

.datepicker .month.disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #fff;
}

.hljs {
    padding-left: 0;
}

.sidebar-collapse .slimScrollDiv {
    width: 50px;
}

.sidebar-collapse .sidebar {
    width: 50px;
}

.sidebar-collapse .sidebar-menu {
    width: 50px;
}

.sidebar-collapse #menu_tree>li>ul {
    display: none !important;
}

button.multiselect {
    text-align: left;
}

button.multiselect>b {
    float: right;
    margin-top: -11px;
}

.multiselect-container.dropdown-menu .active>a {
    background-color: #fff;
    color: #777;
}

.multiselect-container.dropdown-menu .active>a:hover {
    background-color: #e1e3e9;
    color: #333;
}

.multiselect-container.dropdown-menu>li {
    padding-left: 10px;
}

.multiselect-container.dropdown-menu li:hover {
    background-color: #e1e3e9;
}

.multiselect-container {
    border-radius: 0;
    width: 100%;
}

.multiselect.btn-default {
    background-color: #fff;
}

.btn-group.open .dropdown-toggle {
    box-shadow: none;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    background-color: #ee6e73;
    border-color: #ee6e73;
}

.sweet-alert button.confirm {
    background-color: #dd4b39 !important;
    border: 1px solid #dd4b39;
}

.sweet-alert button.confirm:hover {
    background-color: #d73925 !important;
    border: 1px solid #d73925;
}

.sweet-alert button {
    border-radius: 0;
    text-shadow: none;
}

.sweet-alert button.cancel {
    background-color: #f39c12;
    border: 1px solid #f39c12;
    color: #fff;
    text-shadow: none;
    font-weight: 500;
}

.sweet-alert button.cancel:hover {
    background-color: #e89107;
    border: 1px solid #e89107;
}

.box-header>a {
    color: #dd4b39;
}

.box-header>a:hover {
    color: #d73925;
}

/* Style for tagsinput */
.bootstrap-tagsinput {
    border-color: #d2d6de;
    border-radius: 0;
    box-shadow: none;
    width: 100%;
    height: 34px;
}

/* Style for div.rule */
.rule {
    border-top: 1px solid #eee;
    padding-top: 10px
}

.rule>.fa {
    border: 2px solid #dd4b39;
    border-radius: 50%;
    font-size: 20px;
    height: 40px;
    line-height: 36px;
    text-align: center;
    width: 40px;
    color: #dd4b39;
}

.rule-body>span {
    font-size: 13px;
    margin-left: 20px;
}

.rule-body>p {
    font-size: 12px;
    color: #bbb;
    margin-top: 5px
}

.rule-body>p>span.operation {
    font-size: 14px;
}

.rule-body>p>span.margin-15 {
    margin-left: 15px;
}

/* Style for modal's selcet2 */
.modal .select2-container--default .select2-selection--single,
.select2-selection .select2-selection--single {
    font-size: 12px;
    height: 30px;
    padding-top: 4px;
}

.modal .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 25px;
}

/* Style for rule(group) validation */
input.input-error {
    border-color: #dd4b39;
}

span.info-tip {
    color: #bbb;
    vertical-align: middle;
    display: flex;
}

span.info-tip>i {
    font-size: 20px;
    margin-right: 5px;
}

.fa.fa-success {
    font-size: 20px;
    color: #00a65a;
}

span.error-empty,
span.error-unique {
    color: #dd4b39;
    vertical-align: middle;
    display: flex;
}

span.error-empty>i,
span.error-unique>i {
    font-size: 20px;
    margin-right: 5px;
}

/* Style for daterangepicker */
.daterangepicker {
    border-radius: 0;
}

.daterangepicker .calendar-date {
    border-radius: 0;
}

.daterangepicker td.start-date.end-date {
    border-radius: 50%;
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
    background-color: #ee6e73;
}

.daterangepicker .ranges .input-mini {
    border-radius: 0;
}

.daterangepicker td {
    border-radius: 50%;
}

.daterangepicker .ranges .range_inputs>div {
    float: none;
}

.daterangepicker .ranges .range_inputs>div:nth-child(2) {
    padding-left: 0;
}

.daterangepicker .ranges .input-mini {
    width: 107px;
}

.daterangepicker .ranges {
    width: 107px;
}


.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #fff;
}

.curSelectedNode {
    color: #ee6e73
}

.curSelectedNode a:hover,
a:active,
a:focus {
    color: #ee6e73
}

.pagination-wrapper span,
.pagination-wrapper a {
    display: inline-block;
    position: relative;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.pagination-wrapper span.active {
    background-color: #ee6e73;
    border-color: #ee6e73;
}