/* *********************************************************************************************************************
*
********************************************************************************************************************* */

.pagination {
    width: 100%;
!important;
}

.progress {
    margin-bottom: 0px;
!important;
}

.barchart {
    overflow: hidden;
!important;
}

.link {
    width: 10%;
!important;
}

.srcip {
    width: 20%;
!important;
}

.bps {
    width: 20%;
!important;
}

.sum_dgram {
    width: 20%;
!important;
}

.barchart {
    width: 30%;
!important;
}

.table-container {
    width: 100%;
}

/* *********************************************************************************************************************
*
********************************************************************************************************************* */
* {
    margin: 0;
    padding: 0;
}

body {
    font-size: 1.6em !important;
}

.container {
    max-width: 100%;
    padding-right: 0 !important;
    padding-left: 0 !important;
}

/* *********************************************************************************************************************
 News
********************************************************************************************************************* */

/* *********************************************************************************************************************
* Login Page
********************************************************************************************************************* */
.panel-head-abinet {
    background-image: linear-gradient(to bottom, #05098a 0, #143acb 100%) !important;
    color: #FFFFFF !important;
    font-weight: bold !important;
}

/*.panel {*/
/*height: 100% !important;*/
/*}*/

.panel-east {
    color: #FFFFFF !important;
    font-weight: bold !important;
    text-align: left !important;
    padding-top: 30px;
!important;
    /*background-image:linear-gradient(to bottom,#00aa00 0,#79CC79 60%,#308030 70%,#207020 100%) !important;*/
    /*background-color: #00EE00 !important;*/
    border-color: #00AA00 !important;
    background: url(/static/images/inquery.png) no-repeat !important;
    padding-right: 15px !important;
    padding-left: 10px !important;
    background-position: center top !important;
    background-repeat: no-repeat !important;
    -moz-background-size: cover !important;
    background-size: cover !important;
    height: 240px;
    min-width: 150px;
}

/* *********************************************************************************************************************
* Summary
********************************************************************************************************************* */
.alert-success,
.alert-success:hover,
.alert-success:active,
.alert-success:visited,
.alert-success:focus {
    font-size: 20px;
    color: #FFFFFF;
    text-align: center;
    background-image: linear-gradient(to bottom, #00aa00 0, #79CC79 60%, #308030 70%, #207020 100%) !important;
    background-color: #00EE00 !important;
    border-color: #00AA00 !important;
    width: 100%;
}

.alert-info,
.alert-info:hover,
.alert-info:active,
.alert-info:visited,
.alert-info:focus {
    font-size: 20px;
    color: #FFFFFF;
    text-align: center;
    background-image: linear-gradient(to bottom, #00aaaa 0, #79CCCC 60%, #308080 70%, #207070 100%) !important;
    background-color: #00EE00 !important;
    border-color: #00AA00 !important;
    width: 100%;
}

.alert-danger,
.alert-danger:hover,
.alert-danger:active,
.alert-danger:visited,
.alert-danger:focus {
    font-size: 20px;
    color: #FFFFFF;
    text-align: center;
    background-image: linear-gradient(to bottom, #aa0000 0, #ff9999 60%, #803030 70%, #702020 100%);
    background-color: #EE0000 !important;
    border-color: #AA0000 !important;
    width: 100%;
}

/* *********************************************************************************************************************
*
********************************************************************************************************************* */
.btn-danger,
.btn-danger:hover,
.btn-danger:active,
.btn-danger:visited,
.btn-danger:focus {
    padding: 1px 10px !important;
    font-size: 11px;
    line-height: 1.1;
    background-image: linear-gradient(to bottom, #aa0000 0, #ff7777 60%, #803030 70%, #702020 100%) !important;
    background-color: #EE0000 !important;
    border-color: #AA0000 !important;
    width: 80%;
}

.btn-success,
.btn-success:hover,
.btn-success:active,
.btn-success:visited,
.btn-success:focus {
    color: #fff !important;
    padding: 1px 10px !important;
    font-size: 11px;
    line-height: 1.1;
    background-image: linear-gradient(to bottom, #00aa00 0, #79CC79 60%, #308030 70%, #207020 100%) !important;
    background-color: #00EE00 !important;
    border-color: #00AA00 !important;
    width: 80%;
}

.btn-default:hover {
    color: #fff;
    background-position: 0 0px;
}

.btn-default.active {
    color: #aaa;
    background-image: linear-gradient(to bottom, #0a2f9e 0, #02044a 100%);
    background-position: 0 0px;
}

.btn-default:focus {
    color: #fff !important;
    background-position: 0 0px;
}


.btn-primary-base {
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    user-select: none;
    color: #fff;
    background-image: -webkit-linear-gradient(top, #1fab57 0%, #1a7949 100%) !important;
    background-image: -o-linear-gradient(top, #1fab57 0%, #1a7949 100%) !important;
    background-color: #265a88;
    border-color: #245580;
}

.btn-primary-base:hover {
    color: #fff;
    background-color: #265a88;
    border-color: #245580;
}

.btn-primary-safe {
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    user-select: none;
    color: #fff;

    background-image: -webkit-linear-gradient(top, #1fab57 0%, #1a7949 100%) !important;
    background-image: -o-linear-gradient(top, #1fab57 0%, #1a7949 100%) !important;
    background-color: #1a7949 !important;
    border-color: #1a7949 !important;
}

.btn-primary-safe:hover {
    color: #fff;
    background-color: #1a7949;
    border-color: #1a7949;
}

.btn-primary-warn {
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    user-select: none;
    color: #fff;

    background-image: -webkit-linear-gradient(top, #bd8b40 0%, #b74b20 100%) !important;
    background-image: -o-linear-gradient(top, #bd8b40 0%, #b74b20 100%) !important;
    background-color: #bd8b40 !important;
    border-color: #bd8b40 !important;
}

.btn-primary-warn:hover {
    color: #fff;
    background-color: #b74b20;
    border-color: #b74b20;
}

.btn-primary-danger {
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    user-select: none;
    color: #fff;
    border: 1px solid transparent !important;;
    background-image: -webkit-linear-gradient(top, #c16060 0%, #8b0303 100%) !important;
    background-image: -o-linear-gradient(top, #c16060 0%, #8b0303 100%) !important;
    background-color: #8b0303 !important;
    /*border-color: #8b0303 !important;*/
}

.btn-primary-danger:hover {
    color: #fff;
    background-color: #8b0303;
    border-color: #8b0303;
}

.btn-primary-disabled {
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    user-select: none;
    color: #fff;
    background-image: -webkit-linear-gradient(top, #6b7770 0%, #3f4844 100%) !important;
    background-image: -o-linear-gradient(top, #6b7770 0%, #3f4844 100%) !important;
    background-color: #676d6a !important;
    border-color: #3f4844 !important;
}

.btn-primary-disabled:hover {
    color: #fff;
    background-color: #3f4844;
    border-color: #3f4844;
}

.btn-primary-notassign {
    background-image: -webkit-linear-gradient(top, #949c98 0%, #676d6a 100%) !important;
    background-image: -o-linear-gradient(top, #6b7770 0%, #676d6a 100%) !important;
    border-color: #676d6a !important;
}

.btn-primary-notassign:hover {
    color: #fff;
    background-color: #676d6a;
    border-color: #676d6a;
}

.btn-primary-width {
    width: 7em !important;
}

/* *********************************************************************************************************************
* 編集ボタン
********************************************************************************************************************* */
.btn-thin {
    padding: 1px 1px !important;
    font-size: 11px;
    color: #fff;
    width: 100%;
    background-image: linear-gradient(to bottom, #245afb 0, #05098a 100%);
}

.btn-thin.active {
    background-color: #245afb;
    color: #fff;
}

.btn-thin:hover,
.btn-thin:focus {
    color: #fff;
    background-position: 0 0px;
}

/* *********************************************************************************************************************
*
********************************************************************************************************************* */
/*.btn-switch.active, .btn-switch:active {*/
/*    background-color: #245afb;*/
/*}*/

.btn-switch {
    color: #cdfcff;
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-switch:hover, .btn-switch:focus, .btn-switch.focus, .btn-switch:active, .btn-switch.active, .open > .dropdown-toggle.btn-switch {
    color: #fff;
    background-color: #26a0d5;  /*  #46c1e4  */
    border-color: #269abc
}

.btn-switch:active, .btn-switch.active, .open > .dropdown-toggle.btn-switch {
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .325);
}

.btn-switch.disabled, .btn-switch[disabled], fieldset[disabled] .btn-switch, .btn-switch.disabled:hover, .btn-switch[disabled]:hover, fieldset[disabled] .btn-switch:hover, .btn-switch.disabled:focus, .btn-switch[disabled]:focus, fieldset[disabled] .btn-switch:focus, .btn-switch.disabled.focus, .btn-switch[disabled].focus, fieldset[disabled] .btn-switch.focus, .btn-switch.disabled:active, .btn-switch[disabled]:active, fieldset[disabled] .btn-switch:active, .btn-switch.disabled.active, .btn-switch[disabled].active, fieldset[disabled] .btn-switch.active {
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-switch .badge {
    color: #5bc0de;
    background-color: #fff
}

.btn-switch {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
}

.btn-switch:active {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .325);
}

.btn-switch.disabled,
fieldset[disabled] .btn-switch
{
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-switch .badge {
  text-shadow: none;
}

.btn-switch {
  background-image: -webkit-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
  background-image:      -o-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#2aabd2));
  background-image:         linear-gradient(to bottom, #5bc0de 0%, #2aabd2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #28a4c9;
}
.btn-switch:hover,
.btn-switch:focus {
  background-color: #2aabd2;
  background-position: 0 -15px;
}

.btn-switch:active {
    background-color: #2aabd2;
    border-color: #28a4c9;
}
.btn-switch.disabled,
.btn-switch[disabled],
fieldset[disabled] .btn-switch,
.btn-switch.disabled:hover,
.btn-switch[disabled]:hover,
fieldset[disabled] .btn-switch:hover,
.btn-switch.disabled:focus,
.btn-switch[disabled]:focus,
fieldset[disabled] .btn-switch:focus,
.btn-switch.disabled.focus,
.btn-switch[disabled].focus,
fieldset[disabled] .btn-switch.focus,
.btn-switch.disabled:active,
.btn-switch[disabled]:active,
fieldset[disabled] .btn-switch:active,
.btn-switch.disabled.active,
.btn-switch[disabled].active,
fieldset[disabled] .btn-switch.active {
  background-color: #2aabd2;
  background-image: none;
}
/* *********************************************************************************************************************
*
********************************************************************************************************************* */


/* *********************************************************************************************************************
* Detects List
********************************************************************************************************************* */
.label-abinet {
    color: #FFFFFF !important;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.1em;
}

.label-success,
.label-success:hover,
.label-success:active,
.label-success:visited,
.label-success:focus {
    padding: 1px 10px !important;
    font-size: 11px;
    line-height: 1.6em;
    background-image: linear-gradient(to bottom, #00aa00 0, #79CC79 60%, #308030 70%, #207020 100%) !important;
    background-color: #00EE00 !important;
    border-color: #00AA00 !important;
}

.label-danger,
.label-danger:active,
.label-danger:visited,
.label-danger:focus {
    padding: 1px 10px !important;
    font-size: 11px;
    line-height: 1.6em;
    background-image: linear-gradient(to bottom, #aa0000 0, #ff7777 60%, #803030 70%, #702020 100%) !important;
    background-color: #EE0000 !important;
    border-color: #AA0000 !important;
}

.label-disable,
.label-disable:hover,
.label-disable:active,
.label-disable:visited,
.label-disable:focus {
    padding: 1px 10px !important;
    font-size: 11px;
    line-height: 1.6em;
    background-image: linear-gradient(to bottom, #555555 0, #999999 60%, #404040 70%, #707070 100%) !important;
    background-color: #CCCCCC !important;
    border-color: #AAAAAA !important;
}

.label-finish,
.label-finish:active,
.label-finish:visited,
.label-finish:focus {
    padding: 1px 10px !important;
    font-size: 11px;
    line-height: 1.6em;
    background-image: linear-gradient(to bottom, #555555 0, #999999 60%, #404040 70%, #707070 100%);
    background-color: #CCCCCC !important;
    border-color: #AAAAAA !important;
}

.label-switch,
.label-switch:hover,
.label-switch:active,
.label-switch:visited,
.label-switch:focus {
    padding: 1px 10px !important;
    font-size: 11px;
    line-height: 1.6em;
    background-image: linear-gradient(to bottom, #1010aa 0, #777797 60%, #303080 70%, #202080 100%) !important;
    background-color: #CCCCCC !important;
    border-color: #AAAAAA !important;
}

.label-manual,
.label-manual:hover,
.label-manual:active,
.label-manual:visited,
.label-manual:focus {
    padding: 1px 10px !important;
    font-size: 11px;
    line-height: 1.6em;
    background-image: linear-gradient(to bottom, #FF6633 0, #EE9977 60%, #995522 65%, #663311 100%) !important;
    background-color: #EEEEEE !important;
    border-color: #AAAAAA !important;
    width: 80%;
}

.label-auto,
.label-auto:hover,
.label-auto:active,
.label-auto:visited,
.label-auto:focus {
    padding: 1px 10px !important;
    font-size: 11px;
    line-height: 1.6em;
    background-image: linear-gradient(to bottom, #997733 0, #CC8866 60%, #663322 65%, #883300 100%) !important;
    background-color: #EEEEEE !important;
    border-color: #AAAAAA !important;
    width: 80%;
}

.label-update,
.label-update:hover,
.label-update:active,
.label-update:visited,
.label-update:focus {
    padding: 1px 10px !important;
    font-size: 11px;
    line-height: 1.6em;
    background-image: linear-gradient(to bottom, #776633 0, #AA8888 60%, #445522 65%, #333311 100%) !important;
    background-color: #EEEEEE !important;
    border-color: #AAAAAA !important;
    width: 80%;
}

.label-info,
.label-info:hover,
.label-info:active,
.label-info:visited,
.label-info:focus {
    padding: 1px 10px !important;
    font-size: 11px;
    line-height: 1.6em;
    background-image: linear-gradient(to bottom, #1010aa 0, #777797 60%, #303080 70%, #202080 100%) !important;
    background-color: #EEEEEE !important;
    border-color: #EEEEEE !important;
    width: 80%;
}

.label-default:hover {
    color: #fff;
    background-position: 0 0px;
}

.label-default.active {
    color: #aaa;
    background-image: linear-gradient(to bottom, #0a2f9e 0, #02044a 100%);
    background-position: 0 0px;
}

.label-default:focus {
    color: #fff !important;
    background-position: 0 0px;
}

.label-info.active, .label-info:active {
    background-color: #245afb;
}

/* *********************************************************************************************************************
*
********************************************************************************************************************* */
#online {
    position: relative;
    top: 0px;
    left: 0px;
}

#onlinestat {
    position: relative;
    top: 0px;
    left: 0px;
}

#sineCanvas {
    position: absolute;
    z-index: 1;
    top: 0px;
    left: 0px;
}

/* *********************************************************************************************************************
*  Nav bar
********************************************************************************************************************* */
.navbar-abinet {
    background-image: linear-gradient(to bottom, #245afb 0, #05098a 100%);
}

.navbar-abinet-brand {
    color: #fff !important;
}

/* *********************************************************************************************************************
* Summary
********************************************************************************************************************* */
.padding-abinet {
    padding-left: 2px !important;
    padding-right: 2px !important;
}

.btn-abinet {
    width: 100%;
    background-image: linear-gradient(to bottom, #245afb 0, #05098a 100%);
}

.btn-disable,
.btn-disable:hover,
.btn-disable:active,
.btn-disable:visited,
.btn-disable:focus
{
    color: #ffffff;
    background-image: -webkit-linear-gradient(top, #555555 0%, #707070 100%);
    background-image: linear-gradient(to bottom, #555555 0, #999999 60%, #404040 70%, #707070 100%) !important;
    background-color: #CCCCCC !important;
    border-color: #AAAAAA !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff265a88', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    background-repeat: repeat-x;
    border-color: #323c80;
}

#right.col-md-4 {
    padding: 0px;
}




/* *********************************************************************************************************************
* Overwrite Grid
********************************************************************************************************************* */
.row {
    margin-right: 0px;
    margin-left: 0px;
}

.col-md-8 {
    padding-right: 0px;
    padding-left: 0px;
}

.col-sm-8 {
    padding-right: 0px !important;
    padding-left: 0px !important;
}

.col-md-12 {
    margin-right: 10px;
    margin-left: 0px;
    border-width: .2rem;
    border: solid #f7f7f9;
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
}

/* *********************************************************************************************************************
*　List Style for << Message >>
********************************************************************************************************************* */
.list-type4 {
    width: 100%;
    margin-left: 0;
    margin-right: auto;
}

.list-type4 ul {
    counter-reset: li;
    list-style: none;
    *list-style: decimal;
    font-size: 15px;
    font-family: 'Raleway', sans-serif;
    padding: 0;
    margin-bottom: 4em;
    width: 70%;
}

.list-type4 ul {
    position: relative;
    display: block;
    padding: .4em .4em .4em 2em;
    *padding: .4em;
    margin: .5em 0;
    background: #5975D9;
    color: white;
    text-decoration: none;
    box-shadow: inset 0.5em 0 black;
    -webkit-transition: box-shadow 1s; /* For Safari 3.1 to 6.0 */
    transition: box-shadow 1s;
}

.list-type4 a:hover {
    box-shadow: inset 2em 0 black;
}

/* *********************************************************************************************************************
* Login Page
********************************************************************************************************************* */
.col-zero-pad {
    padding-right: 5px !important;
    padding-left: 5px !important;
}

.row-zero-pad {
    margin: 0 -5px !important;
}

.submit {
    color: #000000 !important;
    font-weight: bold !important;
}

/* *********************************************************************************************************************
* Bootstrapの指定色変更
********************************************************************************************************************* */
button,
input,
optgroup,
select,
textarea {
    margin: 0;
    color: #000000;
}

/* *********************************************************************************************************************
* Login Page
********************************************************************************************************************* */
.login_head_margin {
    margin-top: 50px;
}

/* *********************************************************************************************************************
* Home Page
********************************************************************************************************************* */
.menu_margin {
    margin-top: 40px;
}

/* *********************************************************************************************************************
* ローディングイメージ
********************************************************************************************************************* */
#loading {
    display: table;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    opacity: 0.8;
}

#loading .loadingMsg {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    padding-top: 140px;
    background: url("/static/images/loading_trans.gif") center center no-repeat;
}

/* **********************************************************************************************************
* 設定
/************************************************************************************************************ */
.form-contact {
    width: 80%;
}

/* **********************************************************************************************************
* gridly
/************************************************************************************************************ */
.gridly {
    position: relative;
    width: 960px;
    border: 1px;
}

.brick.small {
    width: 140px;
    height: 140px;
    border: 1px;
    background-color: green;
}

.brick.large {
    width: 900px;
    height: 600px;
    border: 1px;
    background-color: green;
}

/* **********************************************************************************************************
*
/************************************************************************************************************ */

#mynetwork {
      height: 100vh;
      /*margin-left: 10px;*/
      /*margin-right: 10px;*/
      border: 1px solid lightgray;
      background-color: #ffffff;
}

/* *********************************************************************************************************************
* Alert
********************************************************************************************************************* */
.alert_message {
    color: red;
}

/* *********************************************************************************************************************
*
********************************************************************************************************************* */
ul li{
  background-color: #fff;
  list-style: none;
}

ul li:nth-child(odd){
  background-color: #f5f5ff;
  color: #000;
}

/* 画面サイズの横幅が 960 より小さい場合に適用 */
@media screen and (max-width: 960px) {
    .content {
        background-color: #d1cde22b;
        min-height: 400px;
        padding-top: 5px;
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 5px;
    }
}
/* 画面サイズの横幅が 960 より大きい場合に適用 */
@media screen and (min-width: 960px) {
    .content {
        background-color: #d1cde22b;
        min-height: 600px;
        padding-top: 5px;
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 5px;
    }
}




.content_footer {
    background-color: #675690;
    padding-top:10px;
    padding-bottom:10px;
    padding-left:10px;
}

/* *********************************************************************************************************************
*
********************************************************************************************************************* */
.abss1100 { /* Head */
    color: #32363c;
    background-color: rgba(255, 166, 181, 0.36);
    font-size: 1.75rem;
    font-weight: 300;
    line-height: 2.75rem;
    border-left: #c84c4d;
    border-left-width: 5px;
    border-left-style: solid;
    margin-bottom: 25px;
    padding-left: 5px;
}

/* *********************************************************************************************************************
*
********************************************************************************************************************* */
.abss2000 {
    color: darkslategrey;
    font-weight: bold;
    /*flex-wrap: nowrap;*/
    /*display: flex !important;*/
    /*子要素を横並びにする*/
}

.abss2010 {
    /*ICON*/
    padding: 8px;
    float:left;
}

.abss2011 {
    /*margin zero*/
    padding: 8px;
    margin:0;
}
.abss2015 {
    /*ICON*/
    font-size: 1.17em;
    font-weight: bold;
    padding: 8px;
    width: 40px;
    height: 40px;
    color: gray;
}

.abss2020 {
    /*LINK*/
    font-size: 1.5rem;
    font-weight: bold;
    color: gray;
    text-align: left;
    vertical-align: top;
    margin-top: 0;
}
.abss2001 {
    color: #606469;
    font-size: 0.875rem;
    font-family: "LatoWeb", sans-serif;
    font-weight: 400;
    line-height: 1rem;
}

.abss2030 { /* Backup List - 円の基本形 */
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    flex-flow: column;
    vertical-align: top;
}

.abss2031 { /* 円の大きさ */
    width: 40px;
    height: 40px;
}

.abss2033 { /* 円と文字の色 */
    color: pink;
    border: 4px solid pink;
}

.abss2032 { /* 円と文字の色 */
    color: dimgrey;
    border: 4px solid darkolivegreen;
}

/* *********************************************************************************************************************
*
********************************************************************************************************************* */
.abss1500 { /* 文字 */
    color: #606469;
    width: 145px;
    height: 145px;
    border: 1px solid #ddd;
    text-align: center;
    padding: 0 !important;
}
.abss1500 span{
    line-height: 1rem;
    font-size: 3.875rem;
    font-weight: 400;
    line-height: 100px;
    height: 100px;
}
.abss1502{
    line-height: 40px;
    margin: 0 !important;
}
.abss1503 {  /* text-overflow-center */
    margin-left: -100%;
    margin-right: -100%;
    text-align: center;
}

.abss1510 {
    background-image: -webkit-linear-gradient(top, #5b58b7 0%, #343c88 100%);
    background-image: -o-linear-gradient(top, #5b58b7 0%, #343c88 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#5b58b7), to(#343c88));
    background-image: linear-gradient(to bottom, #5b58b7 0%, #343c88 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff265a88', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    background-repeat: repeat-x;
    border-color: #323c80;
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
    display: inline-block;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    border-radius: 4px;
    width: 140px;
    padding: 0 !important;
    -webkit-user-select: none; /* webkit (safari, chrome) browsers */
    -moz-user-select: none; /* mozilla browsers */
    -khtml-user-select: none; /* webkit (konqueror) browsers */
    -ms-user-select: none; /* IE10+ */
}


.error { /* 文字 error Message*/
    color: #ff1517 !important;
}

/* *********************************************************************************************************************
*
********************************************************************************************************************* */
.abss3000 { /* enclosure */
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: #ffffff;
    border: 1px dotted #333333;
    width: 100%;
}

.abs5000 {  /* footer */
    background-color: #a22931;
    padding-top: 10px;
    padding-left:10px;
    padding-right:10px;
    padding-bottom:10px;
}

/* *********************************************************************************************************************
*
********************************************************************************************************************* */
ul.errorlist li{  /* error message style for input forms */
  background-color: #faa;
  list-style: none;
}

ul.errorlist li:nth-child(odd){  /* error message style for input forms */
  background-color: #fff0f0;
  padding-top: 5px;
  color: #000;
}


/* *********************************************************************************************************************
*
********************************************************************************************************************* */
.abss1510:hover {  /* control-panel */
    -webkit-transition: all 1s ease-in;
    -moz-transition: all 1s ease-in;
    -o-transition: all 1s ease-in;
    -ms-transition: all 1s ease-in;
    transition: all 1s ease-in;
    background-image: -webkit-linear-gradient(top, #5253b7 0%, #2a3488 100%);
    background-image: -o-linear-gradient(top, #5253b7 0%, #2a3488 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#5253b7), to(#2a3488));
    background-image: linear-gradient(to bottom, #5253b7 0%, #2a3488 100%);
    color: #ff0c2d !important;
    }

.abss1510:focus {  /* control-panel */
    color: #ff220f !important;
    text-decoration: none !important;
}


/* *********************************************************************************************************************
*
********************************************************************************************************************* */
.chart_wrapper {
  background-color: green;
}

#chart {  /* Wifi */
    background: linear-gradient(to bottom, #323131, white);
}

#chart25 {  /* Wifi */
    background: linear-gradient(to bottom, #323131, white);
}

#chart50 {
    background: linear-gradient(to bottom, dimgray, white);
}

.control-label {
    margin-top:0.2rem;
    width:100%;
}

