@font-face {
    font-family: np-font;
    src: local('Heiti TC'), local('微軟正黑體'), local('Microsoft JhengHei'), local('Microsoft Yahei');
    unicode-range: U+4E00-9FFF;
}

@font-face {
    font-family: np-font;
    src: local('Open Sans'), local('Arial'), local('Helvetica'), local('Sans-Serif');
    unicode-range: U+00-4DFF, U+A000-E01FF;
}

body {
    font-family: np-font!important;
}

h1, h2, h3, h4 {
    font-family: np-font;
}

.panel-title {
    font-weight: 600!important;
}

.ui-widget {
    font-family: np-font, "Helvetica Neue",Helvetica,Arial,sans-serif;
}

a.nplink, a.nplink:hover, a.nplink:active {
    color:#96C832;
    font-weight:bold;
}

a.nplink:hover {
    color:#b9f73e;
    font-weight:bold;
}

.np-dialog {
    display: none;

}

.well.eui-dialog{
    border: 0;
    background-color: #fff;
    box-shadow: none;
    /*    padding-top: 23px;  */
    padding: 10px;
}

/*dialog input error message*/
.smart-form .state-error+em {
    display: block;
    margin-top: 6px;
    padding: 0 1px;
    font-style: normal;
    font-size: 12px;
    line-height: 15px;
    color: #D56161;
    -webkit-transform: scale(0.9166666666666667);
    -webkit-transform-origin-x: 0;
}

#fullscreen>:first-child>a {
    display: block!important;
}

.dt-toolbar.np-toolbar {
    padding:8px;
}

.report-term-area .dt-toolbar.np-toolbar, .rpt_inf_fullMatch_area {
    display: none;
}

/*fuelux wizard*/
.fuelux{
    height: 96%;
    width: 100%;
}
.fuelux .wizard {
    height: 100%;
    width: 100%;
}
.fuelux .wizard .step-content{
    padding-top: 45px;
}

.form-tools{
    padding: 10px;
    margin-bottom: 10px;
    border-width: 1px;
    border-style: solid;
    border-color: #BDBDBD;
}

.from-tools-btn {
    float: right;
    z-index: 10;
    position: relative;
}

.ipseg_error{
    display: block;
    margin-top: 6px;
    padding: 0 1px;
    font-style: normal;
    font-size: 11px;
    line-height: 15px;
    color: #D56161;
    -webkit-transform: scale(0.9166666666666667);
    -webkit-transform-origin-x: 0;
}

.smart-form .select2-selection{
    padding: 0 8px!important;
}

.smart-form legend {
    padding-top: 15px;
    margin-bottom: 18px;
}

.row.non-margin{
    margin: 0 0;
}

.from-tools-receiver-btn {
    height: 106px;
}

.from-tools-receiver-btn div {
    padding-top: 21px;
}

.smart-form .ui-spinner .spinner {
    opacity: 1;
}
.smart-form .ui-spinner .spinner.spinner-both {
    padding: 6px 30px;
}

.blk_showtime{
    display:none;
    background-color:#FFFFFF;
    border: 1px solid rgb(169, 169, 169);
}

.blk_time{
    display:none;
    position:fixed;
    margin-top:-1px;
    padding:5px;
    background-color:#fafafa;
    z-index:3;
    border: 1px solid #ccc;
    width:110px;
    cursor:default;
}

.smart-form .radio .blk_time_input {
    position:static;
    border: 1px solid #D6D6D6;
    padding: 3px 0 3px 5px;
    margin: 2px;
    width:40px;
}

.smart-form .radio .blk_time_button {
    position:static;
    padding:2px;
    width:40px;
    margin: 2px;
}

.radio .col, .checkbox .col {
    padding-left: 0px;
}

.radio .col .label, .radio .col .input, .checkbox .col .label, .checkbox .col .input {
    padding: 0px;
}

.radio .col .input input{
    position:static;
}

.smart-form .checkbox input[type="text"] {
    width:90px;
    position:static;
    display: inline-block;
    height: 23px;
    padding: 0px 10px;
}

.smart-form .radio input[type="text"] {
    /*width:90px;*/
    position:static;
    display: inline-block;
    /*height: 23px;*/
    padding: 0px 10px;
}

/*top right-btn-group*/
.right-btn-group {
    float: right;
    width: inherit;
}
/*event btn group*/
.smart-form .report-btn-group{
    float: right;
    width: inherit;
    left: -14px;
    margin-top: 10px;
}
.smart-form.report-form section {
    margin-bottom: 5px;
}

.smart-form .rpt-sub-tools.alert {
    position: absolute;
    width: 250px;
    z-index: 3;
    top: 50%;
    left: 10%;
    display: none;
}

.smart-form .bootstrap-tagsinput .label {
    display: inline-block;
    color: #FFF;
    text-align: center;
}

.smart-form .bootstrap-tagsinput .tag [data-role=remove] {
    padding: 6px 4px 3px 5px;
    width: 17px;
    height: 19px;
}

.smart-form .bootstrap-tagsinput>span {
    padding: 4px 32px 4px 8px;
    margin: 6px 0 6px 2px;
}

.smart-form .bootstrap-tagsinput input {
    display: inline-block;
    height: 29px;
    margin: 6px 0 6px 2px;
}

.select2-results__options .select2-results__options--nested > li {
    padding: 0px 16px;
}

.select2-results__option {
    word-break: break-all;
}

.select2-results__option[aria-selected=true] {
    background-color: #e6e6e6;
    color: #000000;
}

/*select miti 修正*/
.select2-container-multi .select2-choices .select2-search-choice, .select2-selection__choice {
    padding: 1px 28px 1px 8px;
    margin: 4px 0 3px 5px;
    position: relative;
    line-height: 18px;
    color: #fff;
    cursor: default;
    border: 1px solid #2a6395;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #3276b1;
}

.select2-selection__choice__remove {
    font-family: FontAwesome;
    font-size: 0;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    margin: 0;
    min-height: 20px;
    min-width: 21px;
    position: absolute;
    text-decoration: none!important;
    box-sizing: border-box;
    padding: 2px;
    padding-left: 5px;
}

.select2-selection__choice__remove:before {
    content: "\f057";
    display: block;
    font-size: 15px;
    padding: 2px;
}

.select2-container--default .select2-search--inline:first-child {
    width: 100%;
}

.select2-container--default .select2-search--inline:first-child .select2-search__field {
    width: 100% !important;
}

.select2-container--default .select2-search--inline:first-child .select2-search__field {
    padding-left: 5px;
}

.smart-form .select2-selection__choice__remove:before {
    padding: 0;
}
/*select miti 修正*/

button.close {
    z-index: 10;
    position: relative;
}

.ui-autocomplete {
    z-index: 10000!important;
}

.smart-form input:disabled, .smart-form textarea:disabled, .smart-form select:disabled{
    /*    background: #D6D6D6;*/
}

.MPLS_label {
    background: #A3E67A;
    color: #FFF;
    float: left;
    margin: 3px 3px 3px 3px;
    padding-right: 5px;
}

.mouse-pointer{
    cursor: pointer;
}

.smart-form .rpt_aggr_area > label {
    width: 100%;
    float: left;
}

.smart-form .rpt_aggr_area > div {
    /*    width: 15%;*/
    float: left;
    text-align: center;
    height: 85px;
}
@media screen and (max-width: 600px) {
    .smart-form .rpt_aggr_area > div {
        width: 13%;
    }
}

/* sortby setup */
@media (max-width: 992px) {
    .smart-form .sortby_area .label {
        margin-top: 10px;
    }
}

.chart_well {
    background-color: #ffffff;
    height: 415px;
    padding: 10px;
}

/** easyui progressbar*/
.easyui-progressbar.progressbar > .progressbar-value {
    -webkit-transition: all 1000ms cubic-bezier(0.86, 0, 0.07, 1);
    transition: all 1000ms cubic-bezier(0.86, 0, 0.07, 1);
}

.easyui-progressbar {
    height: 15px;
    margin-bottom: 5px;
}

.dashboard_content .jarviswidget>div {
    overflow-y: hidden!important;
}

.dashboard_theme_block input {
    margin: 0px;
    padding: 0px;
    appearance: none;
}

.dashboard_theme_block input:active +.dashboard_theme_label {
    opacity: .9;
}

.dashboard_theme_block input:checked +.dashboard_theme_label {
    filter: none;
    width: 450px;
    height: 250px;
}

.dashboard_theme_label {
    cursor: pointer;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    width: 125px;
    height: 70px;
    transition: all 100ms ease-in;
    filter: brightness(1.8) grayscale(1) opacity(.7);
}

.dashboard_theme_label:hover {
    filter: brightness(1.2) grayscale(.5) opacity(.9);
}

.filter_dialog_advanced_area, .responseTime_area {
    display: none;
}

.label.keyword_event {
    float: none!Important;
    font-weight: normal;
}

#logo img {
    /*width: 200px;*/
    font-size: 17px;
    font-weight: 900;
}

.logo_area{
    text-align: center;
    margin-left: -10px;
}

.jarvismetro-tile .iconbox span {
    margin-top: -14px;
    text-align: center;
}

#history .dropdown-menu {
    right: 0;
    left: auto;
    min-width: 370px;
}

/*解select bug*/
.smart-form .select select {
    -webkit-appearance: menulist;
}
.smart-form .select.select-multiple select {
    -webkit-appearance: unset;
}

.tree > ul >li > span {
    margin-left: -20px;
}

.tree>ul {
    margin-left: 35px;
}

.tree li div.menu-iten {
    -moz-border-radius: 5px;
    /* -webkit-border-radius: 5px; */
    border: 1px dotted #2f2f2f;
    border-radius: 5px;
    /* display: inline-block; */
    padding: 3px 8px;
    text-decoration: none;
}

.tree li div.inline-group {
    float: right;
}

.tree li div label.checkbox {
    float: left;
}

.tree ul li {
    white-space: initial;
}

.tree li.parent_li > span {
    padding: 3px;
}
/*
.tree label.checkbox {
    margin-bottom: 24px;
    float: left;
}*/

.progress {
    text-align: center;
}

.progress span {
    z-index: 1000;
    position: relative;
    top: 3px;
    font-size: 11px;
    color: #283593;
    text-align: center;
    font-weight: 700;
}

.progress50 {
    color: #fff!Important;
}

.filter_topn_area {
    display: none;
}

.filter_topn_close{
    margin-right: 0px;
    margin-top: -10px;
}

.smart-form .form-control[disabled],.smart-form  .form-control[readonly],.smart-form  fieldset[disabled] .form-control {
    background-color: #eee;
}

/*解datagril 線格*/
.jarviswidget .datagrid-btable tbody tr:last-child td {
    border-bottom: 1px dotted #ccc;
}
/*燈號*/
.red-lights {
    margin: 0 auto;
    width: 12px;
    height: 12px;
    color: #d90429;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #441313 0 -1px 9px, rgba(255, 0, 0, 0.5) 0 2px 6px;
    -webkit-animation: blinkRed 0.5s infinite;
    -moz-animation: blinkRed 0.5s infinite;
    -ms-animation: blinkRed 0.5s infinite;
    -o-animation: blinkRed 0.5s infinite;
    animation: blinkRed 0.5s infinite;
}

@-webkit-keyframes blinkRed {
    from { color: #d90429; }
    50% { color: #A00; box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #441313 0 -1px 9px, rgba(255, 0, 0, 0.5) 0 2px 0;}
    to { color: #d90429; }
}
@-moz-keyframes blinkRed {
    from { color: #d90429; }
    50% { color: #A00; box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #441313 0 -1px 9px, rgba(255, 0, 0, 0.5) 0 2px 0;}
    to { color: #d90429; }
}
@-ms-keyframes blinkRed {
    from { color: #d90429; }
    50% { color: #A00; box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #441313 0 -1px 9px, rgba(255, 0, 0, 0.5) 0 2px 0;}
    to { color: #d90429; }
}
@-o-keyframes blinkRed {
    from { color: #d90429; }
    50% { color: #A00; box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #441313 0 -1px 9px, rgba(255, 0, 0, 0.5) 0 2px 0;}
    to { color: #d90429; }
}
@keyframes blinkRed {
    from { color: #d90429; }
    50% { color: #A00; box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #441313 0 -1px 9px, rgba(255, 0, 0, 0.5) 0 2px 0;}
    to { color: #d90429; }
}



.green-lights {
    margin: 0 auto;
    width: 12px;
    height: 12px;
    color: #68a691!important;
    border-radius: 50%;
    /*box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #304701 0 -1px 9px, #89FF00 0 2px 6px;*/
}

.yellow-lights {
    margin: 0 auto;
    width: 12px;
    height: 12px;
    color: #f5d491;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #808002 0 -1px 9px, #f5d491 0 2px 6px;
    -webkit-animation: blinkYellow 1s infinite;
    -moz-animation: blinkYellow 1s infinite;
    -ms-animation: blinkYellow 1s infinite;
    -o-animation: blinkYellow 1s infinite;
    animation: blinkYellow 1s infinite;
}

@-webkit-keyframes blinkYellow {
    from { color: #f5d491; }
    50% { color: #FFEB3B; box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #808002 0 -1px 9px, #f5d491 0 2px 0; }
    to { color: #f5d491; }
}
@-moz-keyframes blinkYellow {
    from { color: #f5d491; }
    50% { color: #FFEB3B; box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #808002 0 -1px 9px, #f5d491 0 2px 0; }
    to { color: #f5d491; }
}
@-ms-keyframes blinkYellow {
    from { color: #f5d491; }
    50% { color: #FFEB3B; box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #808002 0 -1px 9px, #f5d491 0 2px 0; }
    to { color: #f5d491; }
}
@-o-keyframes blinkYellow {
    from { color: #f5d491; }
    50% { color: #FFEB3B; box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #808002 0 -1px 9px, #f5d491 0 2px 0; }
    to { color: #f5d491; }
}
@keyframes blinkYellow {
    from { color: #f5d491; }
    50% { color: #FFEB3B; box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #808002 0 -1px 9px, #f5d491 0 2px 0; }
    to { color: #f5d491; }
}

.gray-lights {
    margin: 0 auto;
    width: 12px;
    height: 12px;
    color: #bfbfbf!important;
    border-radius: 50%;
    /*  box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #5d5f5a 0 -1px 9px, #9e9e9e 0 2px 6px;*/
}

.orange-lights {
    margin: 0 auto;
    width: 12px;
    height: 12px;
    color: #FF5A00;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #808002 0 -1px 9px, #FF0 0 2px 6px;
    -webkit-animation: blinkOrange 1s infinite;
    -moz-animation: blinkOrange 1s infinite;
    -ms-animation: blinkOrange 1s infinite;
    -o-animation: blinkOrange 1s infinite;
    animation: blinkOrange 1s infinite;
}
@-webkit-keyframes blinkOrange {
    from { color: #FF5A00; }
    50% { color: #FFAF00; box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #808002 0 -1px 9px, #FF0 0 2px 0; }
    to { color: #FF5A00; }
}
@-moz-keyframes blinkOrange {
    from { color: #FF5A00; }
    50% { color: #FFAF00; box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #808002 0 -1px 9px, #FF0 0 2px 0; }
    to { color: #FF5A00; }
}
@-ms-keyframes blinkOrange {
    from { color: #FF5A00; }
    50% { color: #FFAF00; box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #808002 0 -1px 9px, #FF0 0 2px 0; }
    to { color: #FF5A00; }
}
@-o-keyframes blinkOrange {
    from { color: #FF5A00; }
    50% { color: #FFAF00; box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #808002 0 -1px 9px, #FF0 0 2px 0; }
    to { color: #FF5A00; }
}
@keyframes blinkOrange {
    from { color: #FF5A00; }
    50% { color: #FFAF00; box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #808002 0 -1px 9px, #FF0 0 2px 0; }
    to { color: #FF5A00; }
}

.blue-lights {
    margin: 0 auto;
    width: 12px;
    height: 12px;
    color: #91Adc2;
    border-radius: 50%;
    box-shadow: rgb(0 0 0 / 20%) 0 -1px 7px 1px, inset #2196F3 0 -1px 9px, #20e6ff 0 2px 6px;
    -webkit-animation: blinkblue 1s infinite;
    -moz-animation: blinkblue 1s infinite;
    -ms-animation: blinkblue 1s infinite;
    -o-animation: blinkblue 1s infinite;
    animation: blinkblue 1s infinite;
}
@-webkit-keyframes blinkblue {
    from { color: #91Adc2; }
    50% { color: #03A9F4; box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #2196F3 0 -1px 9px, #20e6ff 0 2px 0; }
    to { color: #26C6DA; }
}
@-moz-keyframes blinkblue {
    from { color: #91Adc2; }
    50% { color: #03A9F4; box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #2196F3 0 -1px 9px, #20e6ff 0 2px 0; }
    to { color: #26C6DA; }
}
@-ms-keyframes blinkblue {
    from { color: #91Adc2; }
    50% { color: #03A9F4; box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #2196F3 0 -1px 9px, #20e6ff 0 2px 0; }
    to { color: #26C6DA; }
}
@-o-keyframes blinkblue {
    from { color: #91Adc2; }
    50% { color: #03A9F4; box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #2196F3 0 -1px 9px, #20e6ff 0 2px 0; }
    to { color: #26C6DA; }
}
@keyframes blinkblue {
    from { color: #91Adc2; }
    50% { color: #03A9F4; box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #2196F3 0 -1px 9px, #20e6ff 0 2px 0; }
    to { color: #26C6DA; }
}
/*End 燈號*/

/*shortcut*/
#shortcut ul {
    padding: 25px 20px 20px;
}
.jarvismetro-tile:hover {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    z-index: 100;
}
.bg-color-null {
    background-color: rgba(255, 255, 255, 0);
}
/*shortcut*/

.widget-body.no-padding .alert {
    border-left-width: 5px!important;
}

.irs-min, .irs-max {
    padding: 1px 3px;
}

.irs-from, .irs-single, .irs-to {
    padding: 1px 5px;
}

.irs-bar {
    margin-left: -5px;
}

.rpt-tools-select {
    height: 130px!important;
}

/*label 備註使用*/
.label span {
    color: #686868;
    font-weight: 100;
}

.smart-form .toggle span {
    font-size: 13px;
    font-weight: 700;
    color: #231815;
}

/*設備miti select*/
.select.select-multiple select option {
    /*    width: 400px;*/
}

@media screen and (min-width: 1200px) and (max-width: 1930px) {
    .dt-toolbar.np-toolbar .col-lg-1 {
        width: 15%;
    }
}

@media screen and (min-width: 950px) and (max-width: 1378px) {
    .dt-toolbar.np-toolbar .col-lg-1 {
        width: 17%;
    }
}

@media screen and (min-width: 1600px) and (max-width: 1930px) {
    .dt-toolbar.np-toolbar .col-lg-1 {
        width: 11%;
    }
}

/*==checkbox、radioBox閃爍框==*/
.blink_bk {
    animation-iteration-count: infinite;
    animation-direction: alternate;

    -webkit-animation-name: blink_bk; /* Chrome, Safari, Opera */
    -webkit-animation-duration: 1s; /* Chrome, Safari, Opera */
    animation-name: blink_bk;
    animation-duration: 1s;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes blink_bk {
    from {
        background-color: #A90329;
    }
    to {
        background-color: #fff;
    }
}

/* Standard syntax */
@keyframes blink_bk {
    from {
        background-color: #A90329;
    }
    to {
        background-color: #fff;
    }
}

.blink_border {
    animation-iteration-count: infinite;
    animation-direction: alternate;

    -webkit-animation-name: blink_border; /* Chrome, Safari, Opera */
    -webkit-animation-duration: 1s; /* Chrome, Safari, Opera */
    animation-name: blink_border;
    animation-duration: 1s;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes blink_border {
    from {
        border-color: #A90329;
    }
    to {
        border-color: #BDBDBD;
    }
}

/* Standard syntax */
@keyframes blink_border {
    from {
        border-color: #A90329;
    }
    to {
        border-color: #BDBDBD;
    }
}
/*==checkbox、radioBox閃爍框==*/

/*選擇時間 input*/
.form-tools-time{
    top: 1px!important;
    padding: 1px!important;
    margin-left: -2px!important;
    -webkit-padding-start: 2px!important;
    -webkit-padding-after: 2px!important;
    -webkit-padding-end: 2px!important;
    -webkit-padding-before: 2px!important;
}

.datagrid-ftable tbody {
    font-weight: bold;
}

.summary_item_area {
    cursor: move;
    list-style-type: none;
}

/*----chart特效 css3*/
.highcharts-mapbubble-series.highcharts-tracker path.highcharts-point {
    -webkit-animation: am-pulsating 2s ease-out infinite;
    animation: am-pulsating 2s ease-out infinite;
}
@-webkit-keyframes am-pulsating {
    0% {
        stroke-opacity: 1;
        stroke-width: 0px;
    }
    100% {
        stroke-opacity: 0;
        stroke-width: 30px;
    }
}
@keyframes am-pulsating {
    0% {
        stroke-opacity: 1;
        stroke-width: 0px;
    }
    100% {
        stroke-opacity: 0;
        stroke-width: 30px;
    }
}

.amcharts-line {
    stroke-dasharray: 3px 3px;
    stroke-linejoin: round;
    stroke-linecap: round;
    -webkit-animation: am-moving-dashes 1s linear infinite;
    animation: am-moving-dashes 1s linear infinite;
}

@-webkit-keyframes am-moving-dashes {
    100% {
        stroke-dashoffset: -31px;
    }
}
@keyframes am-moving-dashes {
    100% {
        stroke-dashoffset: -31px;
    }
}
/*----chart特效 css3*/

.flag {
    background-image: none;
}

.langMenu span {
    color: #fff;
}

.langMenu span#menu-lang-top {
    color: #000;
}

#severity_iten_area .severity_iten {
    display: none;
}

/*手冊連結*/
.np_manual_btn {
    display: none
}

body:not(.menu-on-top) .np_manual_btn {
    display: block;
    padding: 6px 5px;
    margin: 5px 0;
    width: auto;
    font-size: 12px;
    white-space: normal;
    border-right-width: 0;
    border-left-width: 0;
    border-radius: 0
}

body:not(.menu-on-top) .np_manual_btn:active {
    left: 0;
    top: 0
}

.fixed-navigation .np_manual_btn,.minified .np_manual_btn {
    display: none!important;
}
aside .np_manual_btn {
    background-color: rgba(77,118,134,.5)!important;
    border-color: #3a7775!important;
}
/*end手冊連結*/

.well_world {
    border: 1px solid #ddd;
    padding-left: 0;
    padding-right: 0;
}

#summary_report_content .text-center{
    bottom: 33%;
    position: absolute;
    right: 37%;
}

#summary_report_content .text-center span{
    color: #115482;
    font-size: 500%;
}

.jarviswidget header {
    height: auto;
    min-height: 34px;
}

.nav-tabs {
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    float: none!important;
    display: flex;
}

#leftdiv {
    border-width: 0px 5px 0px 0px;
    border-style: groove;
    flex: 0 0 auto;
}

.resize_area {
    display: flex;
    flex-direction: row;
    border: 1px solid silver;
    overflow: hidden;
}

/*ip tracking*/
.cd-timeline-navigation .ctrlBtn {
    cursor: pointer;
}
/*End ip tracking*/

/*jarviswidget header*/
.jarviswidget header h2 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 60%;
}

/*CEP*/
#cep_set_area {
    padding: 0px;
    margin-bottom: 50px;
}

.cep_set{
    height: 686px;
    padding-top: 20px;
}
.cep_set .well{
    height: 100%;
    margin: 20px;
    padding-top: 40px;
}

.cep-set-ctrls-btn {
    width: auto;
    float: left;
    padding: 0;
    margin: 0;
    float: left;
    width: 100%;
    position: relative;
}

.cep-set-ctrls-btn .cep-button-icon {
    left: 20px;
    bottom: -20px;
    z-index: 10;
    min-width: 30px;
    height: 32px;
    float: left;
    position: relative;
    /* font-family: Arial,Helvetica,sans-serif; */
    border: 1px solid rgba(0,0,0,.09);
    text-decoration: none;
    font-size: 14px;
    text-align: center;
    display: inline-block;
    line-height: 32px;
    padding: 0;
    margin: 0;
}

.cep-set-ctrls-btn .cep-button-icon.cep-del-btn {
    float: right;
    left: -20px;
    bottom: 12px;
    color: #b94a48;
}

.cep-set-ctrls-btn a.cep-button-icon.cep-del-btn:hover, .cep-set-ctrls-btn a.cep-button-icon.cep-del-btn:focus {
    color: #e54545;
}

.cep-next {
    height: 686px;
    top: 50%;
}
.cep-next .fa {
    font-size: 100px;
    top: 50%;
    position: absolute;
    color: #739e73;
}

.cep-set-iten-area {
    overflow-x: hidden;
    overflow-y: auto;
    height: 100%;
    width: 100%;
}

.cep-set-iten-area .cep-set-iten {
    padding: 10px;
    margin: 3px;
}

.cep-set-iten-area .cep-set-iten i.fa {
    margin-top: 13px;
}

.cep-set-iten-area .cep-set-iten .fc-content{
    padding-left: 15px;
}

.cep-set-op-sel {
    padding: 0;
    margin: 0;
    top: 48px;
    left: 30%;
    text-align: center;
    width: 120px;
    position: absolute;
    z-index: 1000;
}
/*End CEP*/