.table {
    width: 100%;
}

.btn-default:hover {
    color: white;
}

.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12 {
    text-align: left;
    line-height: 30px;
    font-size: 15px;
    font-family: 微軟正黑體;
}

.table th,
.table td {
    padding: 8px;
    line-height: 20px;
    text-align: left;
    vertical-align: top;
    border-top: 1px solid #dddddd;
}

.table th {
    font-weight: bold;
}

.table thead th {
    vertical-align: bottom;
}

.table tr:nth-child(2n) {
    background-color: #f3f3f3;
}

.table tr:last-child {
    border-bottom: 6px solid #999;
}

.table caption+thead tr:first-child th,
.table caption+thead tr:first-child td,
.table colgroup+thead tr:first-child th,
.table colgroup+thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
    border-top: 0;
}

.table tr td:first-child {
    width: 60px;
}

.nav a {
    color: #555;
    outline: none;
}

.nav a:hover {
    color: #900;
}

.nav1 {
    background-color: #999;
    padding: 4px 4px 0px 4px;
    font-family: 微軟正黑體;
}

.nav1 li {
    float: left;
    margin-right: 5px;
    background-color: #ccc;
}

.nav1 li.active a {
    background-color: "";
}

.nav1-2 {
    background-color: #ccc;
    padding: 6px 6px 0px 6px;
    font-family: 微軟正黑體;
    border-left: 4px solid #999;
    border-right: 4px solid #999;
}

.nav1-2 li {
    float: left;
    margin-right: 5px;
    background-color: #bbb;
}

.nav1-2 li.active a {
    background-color: "";
}

.nav li.active a {
    background-color: white;
    color: #1e7671;
    font-weight: bold;
}


.nav2 {
    background-color: #ddd;
    padding: 5px 5px 0px 5px;
    font-family: 微軟正黑體;
}

.nav2 li {
    float: left;
}

.nav2 li a {
    color: #666;
}

.nav2 li a:hover {
    color: orange;
    border: none;
}

.nav2 li:active a,
.nav2 li:hover a,
.nav2 li:focus a {
    border: 0px solid gray;
}

.navbg {
    background-color: #39617a;
    width: 100%;
}

.tab-pane .nav1 {
    background-color: #ccc;
    padding: 0px 0px 0px 0px;
    border: 4px solid #999;
    border-bottom: none;
}

.tab-pane .nav1 li {
    background-color: #ddd;
}


.dash {
    float: left;
    padding-top: 5px;
}

.form1 {
    background-color: #ddd
        /*#12b0c9*/
        ;
    color: #333;
    font-family: 微軟正黑體;
    font-weight: 100;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 15px;
}

.form2 {
    background-color: #f2f2f2;
    color: white;
    font-weight: 100;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 15px;
}

.radio01 {
    margin-top: 0px;
    margin-bottom: 0px;
    background-color: #eee;
    display: block;
    padding: 0px 10px 0px 6px;
    font-family: 微軟正黑體;
    color: #999;
    border-radius: 3px;
    border: 1px solid #ccc;
    cursor: pointer;
    height: 32px;
    font-weight: 100;
    line-height: 30px;
}

input[type=radio] {
    display: none;
}

input[type=radio]:checked+label,
input[type=checkbox]:checked+label {
    background-color: #536e7a;
    color: #FFC;
    font-weight: bold;
}

input[type=checkbox]:checked+input[type=hidden]+label {
    background-color: #536e7a;
    color: #FFC;
    font-weight: bold;
}

.radio01::before {
    display: inline-block;
    content: "○  ";
    color: #999;
    padding-right: 3px;
    font-size: 80%;
    position: relative;
    top: -1px;
}

.radio-left input[type=radio]:checked+label::before {
    content: "●";
    color: #54acd2;
}

.radio-left input[type=checkbox]+label::before {
    content: "☐ ";
    display: inline-block;
    color: #999;
    padding-right: 3px;
    position: relative;
    top: -1px;
    font-size: 14px;
    font-weight: 100;
}

.radio-left input[type=checkbox]+input[type=hidden]+label::before {
    content: "☐ ";
    display: inline-block;
    color: #999;
    padding-right: 3px;
    position: relative;
    top: -1px;
    font-size: 14px;
    font-weight: 100;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .radio-left input[type=checkbox]+label::before {
        font-size: 16px;
    }
}

.radio-left input[type=checkbox]:checked+label::before {
    content: "✔ ";
    font-size: 14px;
    color: orange;
    font-weight: 100;
}

.radio-left input[type=checkbox]:checked+input[type=hidden]+label::before {
    content: "✔ ";
    font-size: 14px;
    color: orange;
    font-weight: 100;
}

.search {
    width: 100%;
    background-color: #48b9b3;
    margin-bottom: 10px;
}

.bottom_banner {
    margin-top: 10px;
    width: 100%;
    background-color: #ccc;
    margin-bottom: 5px;
    padding: 3px 0px;
}

.radio-left {
    float: left;
    margin: 0px 5px 0px 0px;
}

.dropdown-menu li a {
    color: white;
    text-shadow: 0px 0px 3px #444;
    font-size: 14.5px;
}

.dropdown-menu li a:hover {
    color: yellow;
}

.dropdown-menu {
    padding: 0px;
}

ul.multiselect-container>li>a:hover,
ul.multiselect-container>li>a:focus {
    background-color: #eee;
    color: black;
}

ul.multiselect-container {
    background-color: white;
    border: 1px solid #7f9db9;
}

ul.multiselect-container li a {
    color: black;
    border-bottom: 1px solid #aaa;
}

span.input-group-btn .btn {
    background-color: #999;
}

.tab-border {
    border: 5px #ddd solid;
    border-top: none;
}

.tab-bg {
    background: #FFFFCC;
}

.tab-formfix {
    width: 100%;
}

.form-group-bg {
    padding: 10px;
    border-left: 4px solid #999;
    border-right: 4px solid #999;
    border-bottom: 4px solid #999;
}

.form-group div.col-sm-2,
.form-group div.col-sm-4,
.form-group div.col-sm-8 {}

.form-group label.col-sm-2 {
    width: 16.06666667%;
    margin-right: 0.6%
}

.form-group label.col-sm-3 {
    width: 24.4%;
    margin-right: 0.6%
}

.form-group label.col-sm-4 {
    width: 32.73333333%;
    margin-right: 0.6%
}

.no-padding-right {}

.col-img img {
    width: 22px;
    margin-top: 4px;
}

.col-img {
    float: left;
    padding-right: 5px;
}

.modal-dialog .tab-content .form-group label:nth-child(even) {
    line-height: 32px;
}

.modal-dialog label {
    font-weight: 100;
}

.modal-dialog section .container {
    padding: 0px;
}

.modal-dialog section select option {
    padding: 3px 3px 3px 5px;
    margin-bottom: 3px;
}

.modal-footer .bootstrap-dialog-footer {
    background-color: #eee;
    text-align: center;
    padding: 5px 0px;
}

.modal-footer {
    margin-top: 0px;
    border-top: 0px;
    padding: 10px 10px 20px 10px;
}

.form-group .form-text {
    line-height: 22px;
    padding-top: 5px;
    font-weight: bold;
    text-align: left;
    float: left;
    font-family: 微軟正黑體;
}

.table-hover>tbody>tr:hover>td {
    background-color: #edfdfc;
    border-top: 1px solid #bbb;
    border-bottom: 1px solid #bbb;
}

.container-fluid>.navbar-header {
    margin: 0 auto;
    max-width: 70em;
}

.container-fluid>.navbar-collapse {
    background: rgba(0, 0, 0, 0.3);
}

.container-fluid>.navbar-collapse>ul {
    display: block;
    max-width: 70em;
    margin: 0 auto;
}

.input-group[class*="col-"] {
    float: left;
}

@media (max-width:767px) {
    .navbar-brand {
        width: 135px;
        overflow: hidden;
    }

    .navbg {
        width: auto;
    }

    .navbar-nav {
        margin: 0px 0px
    }

    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: white;
        border-bottom: none;
    }

    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
        color: yellow;
    }

    .navbar-default .navbar-nav .open .dropdown-menu>li {
        background-color: #60879f;
        padding: 2px 0px;
    }

    .navbar-default .navbar-nav .open .dropdown-menu {
        border-bottom: 4px solid #2790b0;
    }

    .navbar-default {
        border: none;
    }

    .navbar-toggle {
        margin-right: 25px;
    }
}

@media (max-width:767px) {
    .search {
        text-align: center;
    }

    .form-horizontal .control-label {
        margin-top: 4px;
        margin-bottom: 2px;
    }

    .form-group div {
        margin-bottom: 2px;
        overflow: hidden;
        clear: both;
    }

    .form-group div:last-child {
        margin-bottom: 0px;
    }

    .form-group {
        margin-bottom: 0px;
    }

    .form1 {
        box-sizing: border-box;
        display: block;
        margin-bottom: 5px;
        width: 97.5%;
        margin-top: -5px;
        font-family: 微軟正黑體;
    }

    .form-control {
        margin-top: 5px;
    }

    .form-signin .form-control {
        margin-top: 0px;
    }

    .dash {
        display: none;
    }

    .control-label {
        margin-bottom: 0px;
    }

    .radio01 {
        margin-top: 0px;
        display: block;
        float: left;
    }

    .radio-control {
        margin-left: -10px;
        text-align: center;
    }

    input[type=radio] {
        display: none;
    }

    .radio-inline {
        float: none;
    }

    input[type=radio]:checked+label {
        /*background-color:#12b0c9;
        color:white;*/
    }

    .tab-content>.active {
        display: block;
        padding: 0px;
    }

    .radio-left {
        float: none;
        margin: 0px 5px -3px 0px;
    }

    .form-group label.col-sm-2 {
        width: 100%;
        margin-right: 0%;
        padding-left: 5px;
    }

    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        padding-right: 0px;
    }
}

@media (max-width:480px) {
    .navbar-brand {
        width: 130px;
        overflow: hidden;
    }

    .navbar-toggle {
        margin-right: 10px;
    }

    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right {
        top: 8px;
    }

    .carousel-indicators {
        bottom: 5px;
    }
}

@media (min-width: 768px) {
    .container .control-label {
        text-align: right
    }
}


/*先暫時讓row的margin吐出來*/
.row {
    margin-left: 0px;
    margin-right: 0px;
}

/*dataTable rwd畫面修正*/
table.dataTable>tbody>tr.child ul.dtr-details {
    display: table;
    width: 100%;
}

table.dataTable>tbody>tr.child ul.dtr-details>li {
    display: table-row;
    height: 30px;
    line-height: 30px;
}

table.dataTable>tbody>tr.child span.dtr-title {
    display: table-cell;
    width: 20%;
    min-width: 75px;
    text-align: right;
    background: rgb(221, 221, 221);
    padding-right: 8px;
}

table.dataTable>tbody>tr.child span.dtr-data {
    display: table-cell;
    width: 80%;
    text-align: left;
    padding-left: 8px;
}

table.dataTable.dtr-inline.collapsed>tbody>tr>td.child {
    padding: 0px;
    border-top: 1px dashed #bbb;
    border-bottom: 1px solid #bbb;
}

ul.dtr-details>li:not(:last-child)>span {
    border-bottom: 1px dashed #bbb;
}

/*升降排列的圖示縮小*/
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc:after {
    font-size: 12px;
}


/*修正展開按鈕+與-的位置，讓它上下置中*/
table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td:first-child:before,
table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>th:first-child:before {
    left: 6px;
    line-height: 16px;
}

.table tr td:first-child {
    width: 20px;
}

/*隱藏datatables loading 因改用blockUI*/
div.dataTables_wrapper div.dataTables_processing {
    width: 200px;
    opacity: 0;
}

/*datatables thead 增加checkbox屬性 start */
table.dataTable thead td.select-checkbox,
table.dataTable thead th.select-checkbox {
    position: relative;
}

table.dataTable thead td.select-checkbox:before,
table.dataTable thead td.select-checkbox:after,
table.dataTable thead th.select-checkbox:before,
table.dataTable thead th.select-checkbox:after {
    display: block;
    position: absolute;
    top: 0.2em;
    left: 50%;
    width: 12px;
    height: 12px;
    box-sizing: border-box;
}

table.dataTable thead td.select-checkbox:before,
table.dataTable thead th.select-checkbox:before {
    content: ' ';
    margin-top: 50%;
    margin-left: -6px;
    border: 1px solid black;
    border-radius: 3px;
}

table.dataTable thead tr th.select-checkbox.selected:after {
    content: '\2714';
    margin-top: 30%;
    margin-left: -4px;
    text-align: center;
    text-shadow: 1px 1px #B0BED9, -1px -1px #B0BED9, 1px -1px #B0BED9, -1px 1px #B0BED9;
}

/*datatables thead 增加checkbox屬性 End */


.container-fluid>.navbar-header {
    margin: 0 auto;
    max-width: 1120px;
    float: none;
    height: 45px;
    overflow: hidden;
}

.container-fluid {
    padding-right: 0px;
    padding-left: 0px;
}

.navbar-brand {
    height: 45px;
    padding: 0px 15px 0px 0px;
}

.navbar {
    margin-bottom: 0px;
    border-radius: 0px;
    border: 0;
}

.navbar>.container-fluid .navbar-brand {
    margin-left: 0px;
}

.header h1 {
    padding-left: 129px;
    padding-top: 10px;
    line-height: 45px;
    background-position: 9px 9px !important;
}

.container-fluid>.navbar-collapse {
    background: rgba(0, 0, 0, 0.3);
}

.container-fluid>.navbar-collapse>ul {
    display: block;
    max-width: 70em;
    margin: 0 auto;
    float: none;
}

.navbar-default .navbar-nav>li>a {
    color: white;
}

/*navbar menu調整 Start*/
.navbar-collapse {
    padding-right: 0px;
    padding-left: 0px;
}

.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
}

.dropdown-menu {
    border: none;
}

.dropdown-menu>li>a {
    z-index: 1000;
    display: block;
    padding: 10px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

.dropdown-menu .divider {
    height: 0px;
    margin: 0;
}

/*navbar menu調整 End */

/*container調整 Start */
.container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding: 8px;
}

/*container調整 End */


/* 修正新OP form部份的css，微調版面 start*/
.form-horizontal .form-group {
    margin-right: 0px;
    margin-left: 0px;
}

.form-group {
    margin-bottom: 2px;
}

.form-control {
    padding: 4px 8px;
    height: 32px;
}

.control-label {
    /*height: 32px;*/
}

/* 修正新OP form部份的css，微調版面 end*/


/* 修正NAV微調start*/
.nav>li>a {
    padding: 6px 12px;
}

/* 修正NAV微調end*/

@media (max-width: 768px) {
    header {
        height: auto;
    }
}

@media (max-width: 850px) {
    .nav>li>a {
        padding: 10px 10px;
    }
}

@media screen and (max-width: 480px) {
    .header h1 {
        background-size: 96px 25px;
        background-position: 9px 12px;
    }
}

/*--舊的開始--*/

.table {
    width: 100%;
}

.btn-default:hover {
    color: white;
}

.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12 {
    text-align: left;
    line-height: 30px;
    font-size: 15px;
    font-family: 微軟正黑體;
    padding-left: 0px;
    padding-right: 5px;
}

.table th,
.table td {
    padding: 8px;
    line-height: 20px;
    text-align: left;
    vertical-align: top;
    border-top: 1px solid #dddddd;
}

.table th {
    font-weight: bold;
}

.table thead th {
    vertical-align: bottom;
}

.table tr:nth-child(2n) {
    background-color: #f3f3f3;
}

.table tr:last-child {
    border-bottom: 6px solid #999;
}

.table caption+thead tr:first-child th,
.table caption+thead tr:first-child td,
.table colgroup+thead tr:first-child th,
.table colgroup+thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
    border-top: 0;
}

.table tr td:first-child {
    width: 60px;
}

.nav a {
    color: #555;
    outline: none;
}

.nav a:hover {
    color: #900;
}

.nav1 {
    background-color: #999;
    padding: 4px 4px 0px 4px;
    font-family: 微軟正黑體;
}

.nav1 li {
    float: left;
    margin-right: 5px;
    background-color: #ccc;
}

.nav1 li.active a {
    background-color: "";
}

.nav1-2 {
    background-color: #ccc;
    padding: 6px 6px 0px 6px;
    font-family: 微軟正黑體;
    border-left: 4px solid #999;
    border-right: 4px solid #999;
}

.nav1-2 li {
    float: left;
    margin-right: 5px;
    background-color: #bbb;
}

.nav1-2 li.active a {
    background-color: "";
}

.nav li.active a {
    background-color: white;
    color: #1e7671;
    font-weight: bold;
}


.nav2 {
    background-color: #ddd;
    padding: 5px 5px 0px 5px;
    font-family: 微軟正黑體;
}

.nav2 li {
    float: left;
}

.nav2 li a {
    color: #666;
}

.nav2 li a:hover {
    color: orange;
    border: none;
}

.nav2 li:active a,
.nav2 li:hover a,
.nav2 li:focus a {
    border: 0px solid gray;
}

.navbg {
    background-color: #39617a;
    width: 100%;
}

.tab-pane .nav1 {
    background-color: #ccc;
    padding: 0px 0px 0px 0px;
    border: 4px solid #999;
    border-bottom: none;
}

.tab-pane .nav1 li {
    background-color: #ddd;
}


.dash {
    float: left;
    padding-top: 5px;
}

.form1 {
    background-color: #ddd
        /*#12b0c9*/
        ;
    color: #333;
    font-family: 微軟正黑體;
    font-weight: 100;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 15px;
}

.form2 {
    background-color: #f2f2f2;
    color: white;
    font-weight: 100;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 15px;
}

.radio01 {
    margin-top: 0px;
    margin-bottom: 0px;
    background-color: #eee;
    display: block;
    padding: 0px 10px 0px 6px;
    font-family: 微軟正黑體;
    color: #999;
    border-radius: 3px;
    border: 1px solid #ccc;
    cursor: pointer;
    height: 32px;
    font-weight: 100;
    line-height: 30px;
}

input[type=radio] {
    display: none;
}

input[type=radio]:checked+label,
input[type=checkbox]:checked+label {
    background-color: #536e7a;
    color: #FFC;
    font-weight: bold;
}

input[type=checkbox]:checked+input[type=hidden]+label {
    background-color: #536e7a;
    color: #FFC;
    font-weight: bold;
}

.radio01::before {
    display: inline-block;
    content: "○  ";
    color: #999;
    padding-right: 3px;
    font-size: 80%;
    position: relative;
    top: -1px;
}

.radio-left input[type=radio]:checked+label::before {
    content: "●";
    color: #54acd2;
}

.radio-left input[type=checkbox]+label::before {
    content: "☐ ";
    display: inline-block;
    color: #999;
    padding-right: 3px;
    position: relative;
    top: -1px;
    font-size: 14px;
    font-weight: 100;
}

.radio-left input[type=checkbox]+input[type=hidden]+label::before {
    content: "☐ ";
    display: inline-block;
    color: #999;
    padding-right: 3px;
    position: relative;
    top: -1px;
    font-size: 14px;
    font-weight: 100;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .radio-left input[type=checkbox]+label::before {
        font-size: 16px;
    }
}

.radio-left input[type=checkbox]:checked+label::before {
    content: "✔ ";
    font-size: 14px;
    color: orange;
    font-weight: 100;
}

.radio-left input[type=checkbox]:checked+input[type=hidden]+label::before {
    content: "✔ ";
    font-size: 14px;
    color: orange;
    font-weight: 100;
}

.search {
    width: 100%;
    background-color: #48b9b3;
    margin-bottom: 10px;
}

.bottom_banner {
    margin-top: 10px;
    width: 100%;
    background-color: #ccc;
    margin-bottom: 5px;
    padding: 3px 0px;
}

.radio-left {
    float: left;
    margin: 0px 5px 0px 0px;
}

.dropdown-menu li a {
    color: white;
    text-shadow: 0px 0px 3px #444;
    font-size: 14.5px;
}

.dropdown-menu li a:hover {
    color: yellow;
}

.dropdown-menu {
    padding: 0px;
}

ul.multiselect-container>li>a:hover,
ul.multiselect-container>li>a:focus {
    background-color: #eee;
    color: black;
}

ul.multiselect-container {
    background-color: white;
    border: 1px solid #7f9db9;
}

ul.multiselect-container li a {
    color: black;
    border-bottom: 1px solid #aaa;
}

span.input-group-btn .btn {
    background-color: #999;
}

.tab-border {
    border: 5px #ddd solid;
    border-top: none;
}

.tab-bg {
    background: #FFFFCC;
}

.tab-formfix {
    width: 100%;
}

.form-group-bg {
    padding: 10px;
    border-left: 4px solid #999;
    border-right: 4px solid #999;
    border-bottom: 4px solid #999;
}

.form-group div.col-sm-2,
.form-group div.col-sm-4,
.form-group div.col-sm-8 {}

.form-group label.col-sm-2 {
    width: 16.06666667%;
    margin-right: 0.6%
}

.form-group label.col-sm-3 {
    width: 24.4%;
    margin-right: 0.6%
}

.form-group label.col-sm-4 {
    width: 32.73333333%;
    margin-right: 0.6%
}

.no-padding-right {}

.col-img img {
    width: 22px;
    margin-top: 4px;
}

.col-img {
    float: left;
    padding-right: 5px;
}

.modal-dialog .tab-content .form-group label:nth-child(even) {
    line-height: 32px;
}

.modal-dialog label {
    font-weight: 100;
}

.modal-dialog section .container {
    padding: 0px;
}

.modal-dialog section select option {
    padding: 3px 3px 3px 5px;
    margin-bottom: 3px;
}

.modal-footer .bootstrap-dialog-footer {
    background-color: #eee;
    text-align: center;
    padding: 5px 0px;
}

.modal-footer {
    margin-top: 0px;
    border-top: 0px;
    padding: 10px 10px 20px 10px;
}

.form-group .form-text {
    line-height: 22px;
    padding-top: 5px;
    font-weight: bold;
    text-align: left;
    float: left;
    font-family: 微軟正黑體;
}

.table-hover>tbody>tr:hover>td {
    background-color: #edfdfc;
    border-top: 1px solid #bbb;
    border-bottom: 1px solid #bbb;
}

.container-fluid>.navbar-header {
    margin: 0 auto;
    max-width: 70em;
}

.container-fluid>.navbar-collapse {
    background: rgba(0, 0, 0, 0.3);
}

.container-fluid>.navbar-collapse>ul {
    display: block;
    max-width: 70em;
    margin: 0 auto;
}



@media (max-width:767px) {
    .navbar-brand {
        width: 135px;
        overflow: hidden;
    }

    .navbg {
        width: auto;
    }

    .navbar-nav {
        margin: 0px 0px
    }

    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: white;
        border-bottom: none;
    }

    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
        color: yellow;
    }

    .navbar-default .navbar-nav .open .dropdown-menu>li {
        background-color: #60879f;
        padding: 2px 0px;
    }

    .navbar-default .navbar-nav .open .dropdown-menu {
        border-bottom: 4px solid #2790b0;
    }

    .navbar-default {
        border: none;
    }

    .navbar-toggle {
        margin-right: 25px;
    }
}

@media (max-width:767px) {
    .search {
        text-align: center;
    }

    .form-horizontal .control-label {
        margin-top: 4px;
        margin-bottom: 2px;
    }

    .form-group div {
        margin-bottom: 2px;
        overflow: hidden;
        clear: both;
    }

    .form-group div:last-child {
        margin-bottom: 0px;
    }

    .form-group {
        margin-bottom: 0px;
    }

    .form1 {
        box-sizing: border-box;
        display: block;
        margin-bottom: 5px;
        width: 97.5%;
        margin-top: -5px;
        font-family: 微軟正黑體;
    }

    .form-control {
        margin-top: 5px;
    }

    .form-signin .form-control {
        margin-top: 0px;
    }

    .dash {
        display: none;
    }

    .control-label {
        margin-bottom: 0px;
    }

    .radio01 {
        margin-top: 0px;
        display: block;
        float: left;
    }

    .radio-control {
        margin-left: -10px;
        text-align: center;
    }

    input[type=radio] {
        display: none;
    }

    .radio-inline {
        float: none;
    }

    input[type=radio]:checked+label {
        /*background-color:#12b0c9;
        color:white;*/
    }

    .tab-content>.active {
        display: block;
        padding: 0px;
    }

    .radio-left {
        float: none;
        margin: 0px 5px -3px 0px;
    }

    .form-group label.col-sm-2 {
        width: 100%;
        margin-right: 0%;
        padding-left: 5px;
    }

    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        padding-right: 0px;
    }
}

@media (max-width:480px) {
    .navbar-brand {
        width: 130px;
        overflow: hidden;
    }

    .navbar-toggle {
        margin-right: 10px;
    }

    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right {
        top: 8px;
    }

    .carousel-indicators {
        bottom: 5px;
    }
}

@media (min-width: 768px) {
    .container .control-label {
        text-align: right
    }
}

/*datatables rwd與td寬度 修正 Start */

table.dataTable.nowrap td {

    white-space: normal;

    word-wrap: break-word;

    min-width: 50px;

    max-width: 200px;

}

table.dataTable.nowrap .cssdocno {
    min-width: 110px;
}

table.dataTable.nowrap .cssdocdesc {
    min-width: 250px;
}

table.dataTable.nowrap td:first-child {

    max-width: 40px;

    min-width: 40px;

    padding: 8px 0px;

}

table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td:first-child {

    padding-left: 20px
}

/*datatables rwd與td寬度 修正 End */

/*datatables checkbox 修正 Start */
table.dataTable thead th.select-checkbox::before {
    margin-top: 10px;
    box-shadow: inset 10px 10px white;
}

table.dataTable thead tr th.select-checkbox.selected::after {
    margin-top: 2px;
    margin-left: -5px;
    text-shadow: 0px 0px white;
}

table.dataTable tr.selected td.select-checkbox::after {
    margin-top: -15px;
    margin-left: -5px;
    text-shadow: 0px 0px white;
}

/*datatables checkbox 修正 End */

/* 流程 css start */

.modal-content .modal-body {
    padding: 10px;
}

.processbody {
    border: none;
    min-height: 500px;
    border-radius: 0 0 10px 10px;
    color: #333;
    background-color: rgba(36, 90, 108, 0.10);
    display: flex;
    flex-direction: row;
    align-items: stretch;
    overflow-x: hidden;
}

#processleft {
    position: relative;
    background-color: rgba(0, 0, 0, 0.1);
    flex-shrink: 0;
    transition: margin 0.3s;
    overflow: auto;
    padding: 5px;
    width: 240px;
    margin: 0 0 0 0px;
}

#processright {
    flex: 1 0 auto;
    padding: 10px;
    width: auto;
    flex-shrink: 1;
}

#processleft .form-group {
    overflow: hidden;
}

#processleft label.form1 {
    background-color: rgba(0, 0, 0, .1);
    height: 32px;
    line-height: 22px;
    color: black;
    font-family: 微軟正黑體;
    font-weight: 500;
    font-size: 15px;
    width: 100%;
    margin-right: 0%;
    margin-bottom: 0px;
    text-align: center;
}

#processleft .col-sm-2 {
    width: 100%;
    margin-right: 0%;
    padding: 4px 0px;
    background-color: rgba(0, 0, 0, 0);
    height: auto;
}

#list {
    padding: 0;
    max-height: 480px;
    overflow-y: hidden;
    overflow-x: hidden;
    min-height: 480px;
}

#processleft select {
    font-size: 15px;
    height: 145px;
}

.processbody .opinion button {
    height: 38px;
    font-size: 16px;
    width: 100%;
}

#processright #list {
    overflow-y: auto;
}

#processright #list ul {
    position: relative;
    margin-right: 5px;
    padding-left: 40px;
}

div#list ul:before {
    content: "";
    border-left: 6px solid #f1c40f;
    position: absolute;
    margin-left: -28px;
    height: 100%;
}

#processright #list li,
body>li.ui-sortable-handle {
    display: flex;
    box-shadow: 0 0 2px #aaa;
    margin: 0 0 10px;
    cursor: move;
    list-style: none;
    border-radius: 3px;
    background-color: white;
}

#processright li {
    margin: 0 0 10px;
    cursor: move;
    list-style: none;
    border-radius: 3px;
}

#processright #list li div,
body>li.ui-sortable-handle div {
    font-family: 微軟正黑體;
    display: inline-block;
    height: auto;
    font-size: 16px;
    padding: 5px 0;
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    -khtml-user-select: none;
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently supported by Chrome and Opera */
}

#processright #list li div:nth-child(1),
body>li.ui-sortable-handle div:nth-child(1) {
    font-family: 'Glyphicons Halflings';
    height: 20px;
    width: 20px;
    border-radius: 20px;
    position: absolute;
    z-index: 2;
    background-color: #1abc9c;
    text-align: center;
    color: white;
    margin-left: -35px;
    margin-top: 5px;
    line-height: 14px;
}

#processright #list li:last-child div:nth-child(1) {
    height: 28px;
    width: 28px;
    border-radius: 28px;
    margin-left: -39px;
    bottom: 0px;
    line-height: 18px;
    background-color: #3498db;
}

#processright #list li:last-child div:nth-child(1):before {
    content: "\e034";
}

#processright #list li:first-child div:nth-child(1) {
    height: 28px;
    width: 28px;
    border-radius: 28px;
    margin-left: -39px;
    margin-top: 0px;
    line-height: 18px;
    background-color: #3498db;
    top: 0px
}

#processright #list li:first-child div:nth-child(1):before {
    content: "\e021";
}


body>li.ui-sortable-handle div:nth-child(1) {
    height: 28px;
    width: 28px;
    border-radius: 28px;
    margin-left: -39px;
    font-size: 16px;
    line-height: 18px;
    background-color: #e67e22;
    top: calc(50% - 20px);
}

body>li.ui-sortable-handle div:nth-child(1):before {
    content: "\e119";
}

#processright #list li div:nth-child(2),
body>li.ui-sortable-handle div:nth-child(2) {
    border-radius: 3px 0 0 3px;
    background-color: #ccc;
    width: 28px;
    text-align: center;
    margin-right: 10px;
    position: relative;
    min-width: 28px;
}

#processright #list li div:nth-child(3),
body>li.ui-sortable-handle div:nth-child(3) {
    font-weight: bold;
    font-size: 16px;
    margin-right: 10px;
    color: #2980b9;
    min-width: 35px;
    text-align: left;
}

#processright #list li div:nth-child(4),
body>li.ui-sortable-handle div:nth-child(4) {
    margin-right: 10px;
}

#processright #list li div:nth-child(5),
body>li.ui-sortable-handle div:nth-child(5) {
    font-weight: bold;
    margin-right: 30px;
}

#processright #list li button {
    border: none;
    background-color: rgba(0, 0, 0, 0);
    position: absolute;
    right: 0px;
    width: 30px;
    padding-top: 5px;
}

#processright #list li button:after {
    content: "\e014";
    font-family: 'Glyphicons Halflings';
    font-size: 15px;
    color: #e74c3c;
}

body>li.ui-sortable-handle {
    z-index: 9999;
    box-shadow: 0 0 5px orange;
}

body>li.ui-sortable-handle button {
    display: none;
}

.opinion button {
    color: white;
    width: 31.6%;
    margin: 0px 1% 0px 0px;
    border: 1px solid rgba(255, 255, 255, .6);
    border-radius: 5px;
    font-size: 14px;
    padding: 2px 0;
}

.bgblue {
    background: #2980b9;
}

.fa-arrow-down:before {
    content: "\e252";
}



@media screen and (max-width: 650px) {
    #processleft {
        width: 100%;
    }

    #processright {
        padding-top: 20px;
        background-color: rgba(255, 255, 255, .2);
    }

    #processleft select {
        height: 32px;
        font-size: 18px;
    }

    .processbody {
        flex-direction: column;
    }

    #list {
        min-height: auto;
    }

    .glyphicon-play:before {
        content: "\E252";
    }
}

/* 流程 css end */

/* dialogboxs css Start */
/*
.dialogboxs {
    overflow-y: auto;
    overflow-x: hidden;
}
*/
.dialogboxs .form-group {
    min-height: 40px;
    margin-bottom: 5px;
    width: 100%;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.dialogboxs .form-group label:first-child {
    min-width: 110px;
    max-width: 110px;
    float: left;
    background-color: #ccc;
    height: auto;
    line-height: 40px;
    font-size: 14px;
    text-align: center;
    font-weight: 600;
    color: black;
    font-family: 微軟正黑體;
    margin-bottom: 0px;
    margin-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.dialogboxs .form-group label+div {
    width: calc(100% - 110px);
    float: left;
    padding: 4px 5px;
    height: auto;
    background-color: #f5f5f5;
    color: black;
    font-family: 微軟正黑體;
    margin-bottom: 0px;
    word-break: break-all;
    text-align: justify;
    line-height: 16px;
    display: flex;
}

.dialogboxs .form-group label:first-child:before {
    content: "";
    display: block;
    height: calc((100% - 40px)/2);
}

/*
.dialogboxs .form-group label+div > select, .dialogboxs .form-group label+div > input, .dialogboxs .form-group label+div > div {
    margin-top: -6px;
    margin-bottom: -6px;
}*/
.dialogboxs .form-group label+div>span {
    padding-top: 6px;
    padding-bottom: 6px;
}

.dialogboxs .form-group label+div>p {
    padding-top: 6px;
    padding-bottom: 6px;
}

.dialogboxs .form-group label+div>label {
    margin-bottom: 0px;
    padding-top: 6px;
    padding-bottom: 6px;
}

.dialogboxs .form-group.half {
    width: 50%;
    float: left;
}

.modal-footer {
    padding: 0px;
}

.modal-footer .bootstrap-dialog-footer {
    border-radius: 0 0 10px 10px;
}

@media screen and (max-width: 500px) {
    .dialogboxs .form-group label:first-child {
        min-width: 100%;
        max-width: 100%;
    }

    .dialogboxs .form-group label+div {
        width: 100%;
        min-height: 40px;
    }

    .dialogboxs .form-group {

        flex-direction: column;
    }

    .dialogboxs .form-group.half {
        width: 100%;
    }

    .dialogboxs .YearNavigation {
        width: 100%
    }

    .dialogboxs .rc-time-picker {
        width: 100%
    }
}

@media (max-width:767px) {
    .dialogboxs .form-group div {
        overflow: inherit;
    }
}

.dialogboxs .form-group .radiobtn,
.aside_right .radiobtn {
    float: left;
    margin-right: 5px;
}

.dialogboxs .form-group .radiobtn label,
.aside_right .radiobtn label {
    padding: 8px 35px 8px 10px;
    border-radius: 4px;
    width: 100%;
    display: block;
    text-align: left;
    color: #555;
    cursor: pointer;
    position: relative;
    z-index: 0;
    -webkit-transition: color .2s ease-in;
    -o-transition: color .2s ease-in;
    transition: color .2s ease-in;
    overflow: hidden;
    font-size: 14px;
    margin-bottom: 0;
    background-color: white;
    -webkit-box-shadow: 0 0 2px grey;
    box-shadow: 0 0 2px grey;
}

.dialogboxs .form-group .radiobtn input,
.aside_right .radiobtn input {
    width: 32px;
    height: 32px;
    -ms-flex-order: 1;
    order: 1;
    z-index: 2;
    position: absolute;
    right: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    visibility: hidden;
}

.dialogboxs .form-group .radiobtn label::after,
.aside_right .radiobtn label::after {
    width: 18px;
    height: 18px;
    content: "";
    border: 2px solid #d1d7dc;
    background-color: #fff;
    border-radius: 50%;
    z-index: 1;
    position: absolute;
    right: 10px;
    top: 50%;
    text-align: center;
    color: #fff;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    -webkit-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

.dialogboxs .form-group .radiobtn label::before,
.aside_right .radiobtn label::before {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    content: "";
    background-color: #5562eb;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) scaleX(1);
    -ms-transform: translate(-50%, -50%) scaleX(1);
    transform: translate(-50%, -50%) scaleX(1);
    -webkit-transition: all .3s cubic-bezier(.4, 0, .2, 1);
    -o-transition: all .3s cubic-bezier(.4, 0, .2, 1);
    transition: all .3s cubic-bezier(.4, 0, .2, 1);
    opacity: 0;
    z-index: -1;
}

.dialogboxs .form-group .radiobtn input:checked~label::before,
.aside_right .radiobtn input:checked~label::before {
    -webkit-transform: translate(-50%, -50%) scale3d(56, 56, 1);
    transform: translate(-50%, -50%) scale3d(56, 56, 1);
    opacity: 1;
}

.dialogboxs .form-group .radiobtn input:checked~label::after,
.aside_right .radiobtn input:checked~label::after {
    background-color: #54e0c7;
    border-color: #54e0c7;
    color: #fff;
    content: "\2713";
    line-height: 17px;
}

.dialogboxs .form-group .radiobtn input:checked~label,
.aside_right .radiobtn input:checked~label {
    color: #fff;
}

.dialogboxs .form-group label+div .rc-time-picker-input {
    display: block;
    width: 100%;
    height: 32px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    margin-top: -6px;
    margin-bottom: -6px;
}

/* dialogboxs css end */

/*修正BlockUI的z-index,讓畫面上有子視窗時也能被BlockUI遮蓋到*/
body div.blockOverlay {
    z-index: 1060 !important;
}

/* 引入時間套件 css*/
.rc-time-picker {
    display: inline-block;
    box-sizing: border-box;
}

.rc-time-picker * {
    box-sizing: border-box;
}

.rc-time-picker-input {
    width: 100%;
    position: relative;
    display: inline-block;
    padding: 4px 7px;
    height: 28px;
    cursor: text;
    font-size: 12px;
    line-height: 1.5;
    color: #666;
    background-color: #fff;
    background-image: none;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    transition: border 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), box-shadow 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.rc-time-picker-input[disabled] {
    color: #ccc;
    background: #f7f7f7;
    cursor: not-allowed;
}

.rc-time-picker-panel {
    z-index: 1070;
    width: 170px;
    position: absolute;
    box-sizing: border-box;
}

.rc-time-picker-panel * {
    box-sizing: border-box;
}

.rc-time-picker-panel-inner {
    display: inline-block;
    position: relative;
    outline: none;
    list-style: none;
    font-size: 12px;
    text-align: left;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 1px 5px #ccc;
    background-clip: padding-box;
    border: 1px solid #ccc;
    line-height: 1.5;
}

.rc-time-picker-panel-narrow {
    max-width: 113px;
}

.rc-time-picker-panel-input {
    margin: 0;
    padding: 0;
    width: 100%;
    cursor: auto;
    line-height: 1.5;
    outline: 0;
    border: 1px solid transparent;
}

.rc-time-picker-panel-input-wrap {
    box-sizing: border-box;
    position: relative;
    padding: 6px;
    border-bottom: 1px solid #e9e9e9;
}

.rc-time-picker-panel-input-invalid {
    border-color: red;
}

.rc-time-picker-panel-clear-btn {
    position: absolute;
    right: 6px;
    cursor: pointer;
    overflow: hidden;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    top: 6px;
    margin: 0;
}

.rc-time-picker-panel-clear-btn-icon:after {
    content: "x";
    font-size: 12px;
    font-style: normal;
    color: #aaa;
    display: inline-block;
    line-height: 1;
    width: 20px;
    transition: color 0.3s ease;
}

.rc-time-picker-panel-clear-btn-icon:hover:after {
    color: #666;
}

.rc-time-picker-panel-select {
    float: left;
    font-size: 12px;
    border: 1px solid #e9e9e9;
    border-width: 0 1px;
    margin-left: -1px;
    box-sizing: border-box;
    width: 56px;
    max-height: 144px;
    overflow-y: auto;
    position: relative;
}

.rc-time-picker-panel-select-active {
    overflow-y: auto;
}

.rc-time-picker-panel-select:first-child {
    border-left: 0;
    margin-left: 0;
}

.rc-time-picker-panel-select:last-child {
    border-right: 0;
}

.rc-time-picker-panel-select ul {
    list-style: none;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    width: 100%;
}

.rc-time-picker-panel-select li {
    list-style: none;
    box-sizing: content-box;
    margin: 0;
    padding: 0 0 0 16px;
    width: 100%;
    height: 24px;
    line-height: 24px;
    text-align: left;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.rc-time-picker-panel-select li:hover {
    background: #edfaff;
}

li.rc-time-picker-panel-select-option-selected {
    background: #f7f7f7;
    font-weight: bold;
}

li.rc-time-picker-panel-select-option-disabled {
    color: #ccc;
}

li.rc-time-picker-panel-select-option-disabled:hover {
    background: transparent;
    cursor: not-allowed;
}

/*時間套件引入 END*/

/*引入日暦套件*/
/* DayPicker styles */

.DayPicker {
    display: inline-block;
    font-size: 1rem;
}

.DayPicker-wrapper {
    position: relative;

    flex-direction: row;
    padding-bottom: 0.5em;

    -webkit-user-select: none;

    -moz-user-select: none;

    -ms-user-select: none;

    user-select: none;
}

.DayPicker-Months {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.DayPicker-Month {
    display: table;
    margin: 0 1em;
    margin-top: 0.5em;
    border-spacing: 0;
    border-collapse: collapse;

    -webkit-user-select: none;

    -moz-user-select: none;

    -ms-user-select: none;

    user-select: none;
}

.DayPicker-NavBar {}

.DayPicker-NavButton {
    position: absolute;
    top: 1em;
    right: 1.5em;
    left: auto;

    display: inline-block;
    margin-top: 2px;
    width: 1.25em;
    height: 1.25em;
    background-position: center;
    background-size: 50%;
    background-repeat: no-repeat;
    color: #8B9898;
    cursor: pointer;
}

.DayPicker-NavButton:hover {
    opacity: 0.8;
}

.DayPicker-NavButton--prev {
    margin-right: 1.5em;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAwCAYAAAB5R9gVAAAABGdBTUEAALGPC/xhBQAAAVVJREFUWAnN2G0KgjAYwPHpGfRkaZeqvgQaK+hY3SUHrk1YzNLay/OiEFp92I+/Mp2F2Mh2lLISWnflFjzH263RQjzMZ19wgs73ez0o1WmtW+dgA01VxrE3p6l2GLsnBy1VYQOtVSEH/atCCgqpQgKKqYIOiq2CBkqtggLKqQIKgqgCBjpJ2Y5CdJ+zrT9A7HHSTA1dxUdHgzCqJIEwq0SDsKsEg6iqBIEoq/wEcVRZBXFV+QJxV5mBtlDFB5VjYTaGZ2sf4R9PM7U9ZU+lLuaetPP/5Die3ToO1+u+MKtHs06qODB2zBnI/jBd4MPQm1VkY79Tb18gB+C62FdBFsZR6yeIo1YQiLJWMIiqVjQIu1YSCLNWFgijVjYIuhYYCKoWKAiiFgoopxYaKLUWOii2FgkophYp6F3r42W5A9s9OcgNvva8xQaysKXlFytoqdYmQH6tF3toSUo0INq9AAAAAElFTkSuQmCC');
}

.DayPicker-NavButton--next {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAwCAYAAAB5R9gVAAAABGdBTUEAALGPC/xhBQAAAXRJREFUWAnN119ugjAcwPHWzJ1gnmxzB/BBE0n24m4xfNkTaOL7wOtsl3AXMMb+Vjaa1BG00N8fSEibPpAP3xAKKs2yjzTPH9RAjhEo9WzPr/Vm8zgE0+gXATAxxuxtqeJ9t5tIwv5AtQAApsfT6TPdbp+kUBcgVwvO51KqVhMkXKsVJFXrOkigVhCIs1Y4iKlWZxB1rX4gwlpRIIpa8SDkWmggrFq4IIRaJKCYWnSgnrXIQV1r8YD+1Vrn+bReagysIFfLABRt31v8oBu1xEBttfRbltmfjgEcWh9snUS2kNdBK6WN1vrOWxObWsz+fjxevsxmB1GQDfINWiev83nhaoiB/CoOU438oPrhXS0WpQ9xc1ZQWxWHqUYe0I0qrKCQKjygDlXIQV2r0IF6ViEBxVTBBSFUQQNhVYkHIVeJAtkNsbQ7c1LtzP6FsObhb2rCKv7NBIGoq4SDmKoEgTirXAcJVGkFSVVpgoSrXICGUMUH/QBZNSUy5XWUhwAAAABJRU5ErkJggg==');
}

.DayPicker-NavButton--interactionDisabled {
    display: none;
}

.DayPicker-Caption {
    display: table-caption;
    margin-bottom: 0 em;
    padding: 0 0.5em;
    text-align: left;
}

.DayPicker-Caption>div {
    font-weight: 500;
    font-size: 1.15em;
}

.DayPicker-Weekdays {
    display: table-header-group;
    margin-top: 0.5em;
}

.DayPicker-WeekdaysRow {
    display: table-row;
}

.DayPicker-Weekday {
    display: table-cell;
    padding: 0.25em 0.9em;
    color: #8B9898;
    text-align: center;
    font-size: 0.875em;
}

.DayPicker-Weekday abbr[title] {
    border-bottom: none;
    text-decoration: none;
}

.DayPicker-Body {
    display: table-row-group;
}

.DayPicker-Week {
    display: table-row;
}

.DayPicker-Day {
    display: table-cell;
    padding: 0.4em 0em;
    border-radius: 50%;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
}

.DayPicker-WeekNumber {
    display: table-cell;
    padding: 0.5em;
    min-width: 1em;
    border-right: 1px solid #EAECEC;
    color: #8B9898;
    vertical-align: middle;
    text-align: right;
    font-size: 0.675em;
    cursor: pointer;
}

.DayPicker--interactionDisabled .DayPicker-Day {
    cursor: default;
}

.DayPicker-Footer {
    padding-top: 0.25em;
}

.DayPicker-TodayButton {
    border: none;
    background-color: transparent;
    background-image: none;
    box-shadow: none;
    color: #4A90E2;
    font-size: 0.75em;
    cursor: pointer;
}

/* Default modifiers */

.DayPicker-Day--today {
    color: #D0021B;
    font-weight: 700;
}

.DayPicker-Day--outside {
    color: #8B9898;
    cursor: default;
}

.DayPicker-Day--disabled {
    color: #DCE0E0;
    cursor: default;
    /* background-color: #eff1f1; */
}

/* Example modifiers */

.DayPicker-Day--sunday {
    background-color: #F7F8F8;
}

.DayPicker-Day--sunday:not(.DayPicker-Day--today) {
    color: #DCE0E0;
}

.DayPicker-Day--selected:not(.DayPicker-Day--disabled):not(.DayPicker-Day--outside) {
    position: relative;

    background-color: #4A90E2;
    color: #F0F8FF;
}

.DayPicker-Day--selected:not(.DayPicker-Day--disabled):not(.DayPicker-Day--outside):hover {
    background-color: #51A0FA;
}

.DayPicker:not(.DayPicker--interactionDisabled) .DayPicker-Day:not(.DayPicker-Day--disabled):not(.DayPicker-Day--selected):not(.DayPicker-Day--outside):hover {
    background-color: #F0F8FF;
}

/* DayPickerInput */

.DayPickerInput {
    display: inline-block;
}

.DayPickerInput-OverlayWrapper {
    position: relative;
}

.DayPickerInput-Overlay {
    position: absolute;
    left: 0;
    z-index: 1;

    background: white;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
}

/* 日暦套件引入END*/

/*儀表板左右頁carousel-control寬度修正 Start*/

.tablecontent .carousel-inner {
    position: relative;
    width: 98%;
    overflow: hidden;
    margin: 0 1%;
}

.tablecontent .remind {
    width: 100%;
    margin: 0 0 10px;
}

.tablecontent .carousel-control {
    height: calc(100% - 10px);
    width: 4%;
    min-width: 30px;
    max-width: 60px;
}

.tablecontent .carousel-control.left {
    left: 1%;
}

.tablecontent .carousel-control.right {
    right: 1%;
}

.tablecontent .carousel-control>span.glyphicon-chevron-left {
    margin-left: 0px;
    left: calc(50% - 15px);
    top: calc(50% + 20px);
}

.tablecontent .carousel-control>span.glyphicon-chevron-right {
    margin-left: 0px;
    right: calc(50% - 5px);
    top: calc(50% + 20px);
}

/*儀表板左右頁carousel-control寬度修正 End*/


/*  儀錶板Menu Header樣式 End*/
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    max-height: none;
}

.container>.navbar-collapse,
.container-fluid>.navbar-collapse {
    margin-right: 0px;
    margin-left: 0px;
}

.navbar-fixed-top,
.navbar-fixed-bottom {
    position: relative;
}
/* 儀錶板Menu Header樣式 End*/

/* 儀錶板件數統計切頁小圓圈 Start */
.carousel-indicators {
    bottom: 5px;
}
/* 儀錶板件數統計切頁小圓圈 End */

/* BootStrap Dialog Close Button Start*/
.modal-header .close {
    float: right;
    font-size: 26px;
    font-weight: bold;
    line-height: 1;
    color: white;
    opacity: 1;
}
/* BootStrap Dialog Close Button End*/