﻿body{overflow:hidden}

.x-btn-focus.green-button { 
  background:green;
}
.x-btn.green-button {
    background: green;
}
.x-btn-pressed.green-button {
   background: green;
}

.x-btn.gray-button {
    background: #EBEBEB;
}

.x-btn-focus.yellow-button { 
  background:yellow;
}
.x-btn.yellow-button {
    background: yellow;
}
.x-btn-pressed.yellow-button {
   background: yellow;
}

.hideop{
    display:none
}
#outer2 {
    width: 100%;
    margin: 15px auto;
    padding-left: 5px;
}
#sidebar2 {
    width:10%;
    float:left;
    height:50px;
    background:#FFFFFF;
    padding-top: 5px;
     padding-left: 10px;
}
#content2 {
    width:90%;
    float:left;
    height:50px;
    background:#FFFFFF;
}
#footer2  {
    width:100%;
    height:auto;
    background:#FFFFFF;
    padding-top: 50px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: justify;
    text-justify: auto;
}
p.fontA {
    font-size:15px; 
    font-weight:bold;      
    font-family: Microsoft JhengHei;
}
        .x-disable {
            color: red;
        }
        .x-form-field, .x-form-text {
            font-size: 13px !important;
            background-color: whitesmoke !important;
        }
        /* style rows on mouseover */
        /*.x-grid-row-over .x-grid-cell-inner {
            font-weight: bold;
        }*/
        .online_D0001 {
            color: red;
        } 
        .offline_D0001 {
            color:black;
        }
tr.rowskyblue td div {
    background-color: pink;
}
tr.rowred td div {
    background-color: red;
}
tr.rowcol1 td div {
    background-color: #FFB7DD;
}
tr.rowcol2 td div {
    background-color: #FFDDAA;
}
tr.rowcol3 td div {
    background-color: #FFFFBB;
}
tr.rowcol4 td div {
    background-color: #CCFF99;
}
tr.rowcol5 td div {
    background-color: #BBFFEE;
}
tr.rowcol6 td div {
    background-color: #CCDDFF;
}
tr.rowcol7 td div {
    background-color: #F0BBFF;
}
.sela .x-grid-row-selected .x-grid-cell-inner { 
    /*font-weight: bold;*/
    background-color:#61ECFF;
}


tr.rowyellow td div {
    background-color: yellow;
}
tr.rowred2 td div {
    background-color: #FF80FF;
}
tr.rowred3 td div {
    color:red;
}
tr.rowblue2 td div {
    background-color: #00FFFF;
}
tr.rowLemonChiffon td div {
    background-color: LemonChiffon;
}
        .task {
            background-image: url(/ext4/shared/icons/fam/cog.gif) !important;
        }
        .task1 {
            background-image: url(/icon/database.png) !important;
        }
        .task-folder {
            background-image: url(/ext4/shared/icons/fam/folder_go.gif) !important;
        }
        .view_b {
            background: #E9EBEE;
        }
        .view_c {
            background: #FFFFDF;
       }
        .view_d {
            background: #EEF1F7;
       }
        div.comm1 {
            background: #FBFFD6;
        }
        div.comm {
            background: #dadadb;
            padding: 1px;
            border-bottom: 1px solid #dadadb;
        }
        h3.comm {
            background: whitesmoke;
            font-size: 16px;
            display: block;
            font-weight: bold;
            text-align: center;
        }
        span.comm {
            font-weight: normal;
            color: #640713;
            float: left;
            font-size: 14px;
        }
        h4.comm1 {
            font-weight: lighter;
            word-break: break-all;
            font-size: 16px;
            color: #000;
            letter-spacing: normal;
            font-family: Microsoft JhengHei;
        }
        .flexbox {
            background: #FFFFFF;
            font-size: 14px;
            width:17%;
            height:270px;
            float: left;
            margin:10px;
            margin-top:10px;
            /*padding-top:10px;*/
            /*text-align : center*/
        }
        .myMOUSE {
            cursor: pointer;
        }
        book.comm {
            color: #000000;
            font-size: 15px;
            /*float: left;*/
            /*height:100px;
            width:100px;*/
        }

        #box ul:hover{
	        -webkit-transform: scale(3);
	        -moz-transform: scale(3);
	        -o-transform: scale(3);
	        -ms-transform: scale(3);
	        transform: scale(3);
	        z-index: 1;
        }
        .view_1 {
            background: #FFFFFF;
        }
.body_1 {
    background-image: url(/icon2/top.jpg);
    width: auto;
    height: auto;
    /*background-position: 5px center 5px center;
            background-repeat: no-repeat;*/
}
.x-panel.my-cool-tree .x-panel-header {
    background: none;
    padding: 5px 5px 5px 8px;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    margin: 10px;
}

.x-panel.my-cool-tree .x-panel-header-text {
    color: #959595;
}

.x-panel.my-cool-tree .x-panel-body {
    border: none;
    padding: 0 10px;
}
.status {
    color: #555;
}

.x-progress.custom {
    height: 19px;
    border: 1px solid #686868;
    padding: 0 2px 0 2px;
}
.ext-strict .x-progress.custom {
    height: 17px;
}
.custom .x-progress-bar {
    height: 17px;
    border: none;
    border-top: 1px solid #fff;
    background: transparent url(/icon/custom-bar.gif) repeat-x !important;
}
.ext-strict .custom .x-progress-bar {
    height: 15px;
}
.x-progress.custom2 {
    height: 19px;
    border: 1px solid #686868;
    padding: 0 2px 0 2px;
    background-color: red;
}
.ext-strict .x-progress.custom2 {
    height: 17px;
}
.custom2 .x-progress-bar {
    height: 17px;
    border: none;
    border-top: 1px solid #fff;
    background: transparent url(/icon/custom-bar.gif) repeat-x !important;
}
.ext-strict .custom2 .x-progress-bar {
    height: 15px;
}
/*.button1 .x-btn-button {
    font:
}
 .x-btn-pressed button{
        background-color:red;
 }*/
.flexbox {
            background: #FFFFFF;
            font-size: 14px;
            width:17%;
            height:270px;
            float: left;
            margin:10px;
            margin-top:10px;
            /*padding-top:10px;*/
            /*text-align : center*/
        }
        .myMOUSE {
            cursor: pointer;
        }
        book.comm {
            color: #000000;
            font-size: 15px;
            /*float: left;*/
            /*height:100px;
            width:100px;*/
        }

        #box ul:hover{
	        -webkit-transform: scale(3);
	        -moz-transform: scale(3);
	        -o-transform: scale(3);
	        -ms-transform: scale(3);
	        transform: scale(3);
	        z-index: 1;
        }
        .view_1 {
            background: #FFFFFF;
        }

 /*箭頭下*/
.mwt_border .arrow_b_int{
    width:0px;
    height:0px;
    border-width:15px;
    border-style:solid;
    border-color:#333 transparent transparent transparent ;
    position:absolute;
    bottom:-30px;
    right:50px;
}
/*箭頭下-邊框*/
.mwt_border .arrow_b_out{
    width:0px;
    height:0px;
    border-width:15px;
    border-style:solid;
    border-color:#fff transparent transparent transparent ;
    position:absolute;
    bottom:-29px;
    right:50px;
}