@import url(http://fonts.googleapis.com/css?family=Roboto:700,400);
body, html {
    height: 100%;
    font-family: "Roboto", "微軟正黑體", "Microsoft JhengHei", Helvetica, Arial, sans-serif;
    background: #eff2f7;
}
html {
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
}
::selection {
    background: #404040;
    color: #fff;
}
::-moz-selection {
    background: #404040;
    color: #fff;
}
a, a:hover, .btn, .sidebar-toggle-box .fa-bars, .sidebar-toggle-box .fa-bars:hover {
    -webkit-transition: all 300ms cubic-bezier(0.190, 0.735, 1.000, 0.740);
    -moz-transition: all 300ms cubic-bezier(0.190, 0.735, 1.000, 0.740);
    -o-transition: all 300ms cubic-bezier(0.190, 0.735, 1.000, 0.740);
    transition: all 300ms cubic-bezier(0.190, 0.735, 1.000, 0.740);
    /* custom */
    
    -webkit-transition-timing-function: cubic-bezier(0.190, 0.735, 1.000, 0.740);
    -moz-transition-timing-function: cubic-bezier(0.190, 0.735, 1.000, 0.740);
    -o-transition-timing-function: cubic-bezier(0.190, 0.735, 1.000, 0.740);
    transition-timing-function: cubic-bezier(0.190, 0.735, 1.000, 0.740);
    /* custom */
}
/*============GOTOP開始==============*/
#TOP {
    width: 48px;
    height: 47px;
    text-align: center;
    position: fixed;
    bottom: 15px;
    right: 15px;
    cursor: pointer;
    z-index: 3;
    background: rgba(6, 171, 199, 0.8);
    color: #fff;
    font-size: 20px;
    padding: 10px;
    display: none;
}
/*============GOTOP結束==============*/

.file-preview-frame, .file-preview-frame:hover {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.inline-block {
    display: inline-block !important;
    vertical-align: middle;
}
.margin-top20 {
    margin-top: 20px !important;
}
.margin-bottom20 {
    margin-bottom: 20px !important;
}
.remark {
    /*color: #ed5466;*/    
    font-size: 13px;
    font-weight: bold;
    white-space: pre-wrap;
    word-break: break-all;
    display: block;
}
#container {
    width: 100%;
    height: 100%;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.margin-top6 {
    margin-top: 6px;
}
.padding-top30 {
    padding-top: 30px !important;
}
.right_contact {
    float: right;
    margin: 20px 0;
}
.right_contact li {
    float: left;
    color: #6c6c75;
}
.right_contact li:last-child {} .right_contact li:last-child:before {
    content: "|";
    padding: 0 16px;
    font-size: 20px;
    vertical-align: middle;
    color: #bfbfbf;
}
.right_contact li i {
    font-size: 28px;
    vertical-align: middle;
}
.right_contact li div {
    display: inline-block;
    vertical-align: middle;
}
.right_contact li div a {
    display: block;
}

/*============首頁開始==============*/
/*滿版背景區塊*/
.fullwidth {
    background-size: cover;
    background-position: 50% 50%;
    background-image: url("../images/fullwidth.jpg");
    background-repeat: repeat;
    padding: 80px 0;
}
.company_info {
    font-size: 14px;
    color: #fff;
    text-shadow: 0 2px 1px #0c6390;
}
.company_info ul.contact {
    font-size: 14px;
    color: #fff;
    margin-bottom: 20px;
}
.info_content {
    margin-top: 30px;
}
.info_content p {
    font-size: 20px;
}
.info_content ul.service_list {} .info_content ul.service_list li {
    color: #fff589;
    font-size: 16px;
    margin-bottom: 12px;
}
.info_content ul.service_list li a {
    color: #fff589;
    font-size: 16px;
}
.info_content ul.service_list li a:hover {
    color: #fff;
}
.info_content ul.service_list li span {
    font-size: 20px;
}
/*==========登入==========*/
.form-signin {
    margin: 0 auto;
    background: #fff;
    border-radius: 10px;
    text-shadow: none;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(3, 92, 136, .2);
}
.form-signin .top_title {
    font-size: 14px;
    font-weight: bold;
    padding: 15px;
    border-top: 1px solid #fff;
    border-radius: 10px 10px 0 0;
    text-shadow: 0 1px 0 #fff;
    color: #777;
    background: #ebe9ea;/* Old browsers */    
    background: -moz-linear-gradient(top, #ebe9ea 0%, #e0dcdd 100%);/* FF3.6+ */    
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ebe9ea), color-stop(100%, #e0dcdd));/* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ebe9ea 0%, #e0dcdd 100%);/* Chrome10+,Safari5.1+ */    
    background: -o-linear-gradient(top, #ebe9ea 0%, #e0dcdd 100%);/* Opera 11.10+ */    
    background: -ms-linear-gradient(top, #ebe9ea 0%, #e0dcdd 100%);/* IE10+ */
    background: linear-gradient(to bottom, #ebe9ea 0%, #e0dcdd 100%);/* W3C */    
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ebe9ea', endColorstr='#e0dcdd', GradientType=0);/* IE6-9 */
}
.form-signin .inner {
    padding: 0 15px 15px 15px;
}
.form-signin .inner img {
    margin: 20px auto;
    display: block;
}
.form-signin .inner .checkbox {
    color: #727272;
}
.form-signin-heading {
    text-align: center;
    color: #559cc1;
    font-size: 20px;
    font-weight: bold;
    padding: 20px 0;
}
.form-signin h1 {
    margin: 0;
}
.form-signin .form-control {
    position: relative;
    font-size: 16px;
    height: auto;
    padding: 10px;
}
.form-signin .form-control:focus {
    z-index: 2;
}
.form-signin .input-group, .form-signin .input-group input {
    background: #ececec;
    border-radius: 0;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}
.input-group i.icon-user, .input-group i.icon-lock2 {
    font-size: 26px;
}
.input-group i.icon-lock2 {
    margin-right: -5px;
    padding-left: 5px;
}
.input-group .input-group-addon {
    border-radius: 0;
}
.form-signin .input-group-addon {padding: 6px;}
.form-signin .input-group .form-control:focus {
    border-color: #cac4c5;
}
/*============首頁結束==============*/

/*============Checkbox & Radio開始==============*/
.checkbox label {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    position: relative;
    font-size: 13px;
}
.checkbox label:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 18px;
    background-color: #fff;
    border: 1px solid #DADADA;
}
.checkbox label:hover:before {
    border: 1px solid #8F8F8F;
}
.checkbox label {
    margin-bottom: 10px;
}
.checkbox label span {
    font-family: "微軟正黑體", "Microsoft JhengHei", Helvetica, Arial, sans-serif;
    white-space: nowrap;
    margin-left: 5px;
    vertical-align: middle;
    font-size: 14px;
}
/* 圓角
.checkbox label:before {
    border-radius: 3px;
}
*/
input[type="checkbox"] {
    display: none;
}

/*Disabled*/
input[type="checkbox"]:disabled + label:before {
    background-color: #fff;
    border: 1px solid #ECECEC;
    cursor: not-allowed;
}
input[type="checkbox"]:disabled + label:hover:before {
    border: 1px solid #ECECEC;
}

/*checked*/
input[type="checkbox"]:checked + label:before {
    background-color: #8F8F8F;
    border: 1px solid #8F8F8F;
}
input[type="checkbox"]:checked + .icon-checkmark:before {
    content: "\e6fe";
    font-size: 12px;
    color: #fff;
    text-align: center;
    line-height: 16px;
}

/*Disabled & checked*/
input[type="checkbox"]:disabled:checked + label:before {
    background-color: #ECECEC;
    border: 1px solid #ECECEC;
}
input[type="checkbox"]:disabled + label:hover:before {
    border: 1px solid #ECECEC;
}
.radio label:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 18px;
    border-radius: 10px;
    background-color: #fff;
    border: 1px solid #DADADA;
}
.radio input[type="radio"] {
    display: none;
}
/*
.radio input[type="radio"] + label {
    display: inline-block;
    background-color: #ccc;
    cursor: pointer;
    padding: 5px 10px;
    border-radius: 20px;
}
.radio input[type="radio"]:checked + label {
    background-color: #f00;
    color: #fff;
}*/

.radio label:hover:before {
    border: 1px solid #8F8F8F;
}
.radio label {
    margin-bottom: 10px;
}
.radio label span {
    font-family: "微軟正黑體", "Microsoft JhengHei", Helvetica, Arial, sans-serif;
    white-space: nowrap;
    margin-left: 5px;
    vertical-align: middle;
    display: inline-block;
    font-size: 14px;
}

/*Disabled*/
input[type="radio"]:disabled + label:before {
    background-color: #fff;
    border: 1px solid #ECECEC;
    cursor: not-allowed;
}
input[type="radio"]:disabled + label:hover:before {
    border: 1px solid #ECECEC;
}

/*checked*/
input[type="radio"]:checked + label:before {
    background-color: #8F8F8F;
    border: 1px solid #8F8F8F;
}
input[type="radio"]:checked + .radiodot span:before {
    content: "";
    text-align: center;
    position: absolute;
    top: 2px;
    right: 0;
    left: 0;
    bottom: 0;
    background: #fff;
    width: 6px;
    height: 6px;
    margin: 6px;
    border-radius: 5px;
    /*
    box-shadow: 0 2px 4px #03444E;
    -webkit-box-shadow: 0 2px 4px #03444E;
    -ms-box-shadow: 0 2px 4px #03444E;
    -moz-box-shadow: 0 2px 4px #03444E;*/
}

/*Disabled & checked*/
input[type="radio"]:disabled:checked + label:before {
    background-color: #ECECEC;
    border: 1px solid #ECECEC;
}
input[type="radio"]:disabled + label:hover:before {
    border: 1px solid #ECECEC;
}
/*============Checkbox & Radio結束==============*/

/*============Header開始==============*/
.header {
    left: 0;
    right: 0;
    z-index: 1002;
    background-color: #ffffff;
}
.fixed-top {
    position: fixed;
    box-shadow: 1px 0 3px rgba(0, 0, 0, .15);
}
.brand {
    background-color: #fff;
    float: left;
    width: 240px;
    height: 70px;
    position: relative;
    display: table;
}
.brand:after {
    content: "";
    background-color: #e6e6e6;
    display: block;
    position: absolute;
    right: -1px;
    top: 0;
    width: 1px;
    height: 100%;
}
a.logo {
    text-transform: uppercase;
    display: table-cell;
    vertical-align: middle;
}
a.logo img{
	display: block;
	margin: 0 auto;
    max-width: 100%;
}
ul.top-menu {
    margin-right: 15px;
    margin-top: 0;
}
ul.top-menu li {float: left;}
ul.top-menu li i {font-size: 16px;}
.top-nav ul.top-menu>li {
    margin-left: 10px;
}
.top-nav ul.top-menu>li .dropdown-menu.logout {
    width: 170px !important;
}
.top-nav li.dropdown .dropdown-menu {
    float: right;
    right: 0;
    left: auto;
}
.dropdown-menu.extended.logout>li {
    padding: 4px 0;
    width: 100%;
}
.dropdown-menu.extended.logout {padding: 5px 10px;}
.dropdown-menu.extended.logout li a {padding: 8px;}
.dropdown-menu.extended li a {font-size: 12px;}
.dropdown-menu.extended li span {
    font-size: 12px;
    display: block;
}
.dropdown-menu.extended li span.left {
    display: inline-block;
    width: 25%;
    vertical-align: top;
}
.dropdown-menu.extended li span.right {
    display: inline-block;
    width: 75%;
    vertical-align: top;
}
.dropdown-menu.extended.logout>li>a {border-bottom: none !important;}
.full-width .dropdown-menu.extended.logout>li>a:hover {
    background: #F1F2F7 !important;
    color: #32323a !important;
}
.dropdown-menu.extended.logout>li>a:hover {
    background: #F1F2F7 !important;
    border-radius: 5px;
}
.dropdown-menu.extended.logout>li>a:hover i {color: #1687AE;}
.dropdown-menu.extended.logout>li>a i {font-size: 17px;}
.dropdown-menu.extended.logout>li>a>i {padding-right: 10px;}
.top-nav {margin-top: 15px;}
.top-nav .top-menu > li > a {
    border-radius: 100px;
    -webkit-border-radius: 100px;
    padding: 6px;
    background: none;
    margin-right: 0;
    border: 1px solid #E4E9F2;
    background: #EFF2F7;
}
.top-nav .username {
    font-size: 13px;
    color: #555555;
}
.top-nav .nav .caret {
    border-bottom-color: #A4AABA;
    border-top-color: #A4AABA;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.top-nav ul.top-menu > li > a:hover, .top-nav ul.top-menu > li >a:focus {
    border: 1px solid #D3D8E1;    
    border-radius: 100px;
    -webkit-border-radius: 100px;
    background-color: #E3EBF9;
}
.top-nav ul.top-menu >li > a:hover .caret {
    border-bottom-color: #000;
    border-top-color: #000;
}
.top-menu {}
.top-menu li a {color: #fff;}
/*.top-menu li a:hover[data-toggle="dropdown"], .top-menu li.open a[data-toggle="dropdown"] {
    background: none !important;
    color: #B4E3FF;
}*/
/*
.top-menu .dropdown-menu {
    background: #0a4e75;
    color: #7fb4d3;
    border: none;
}*/
.dropdown-menu.extended {
    max-width: 320px !important;
    min-width: 160px !important;
    top: 42px;
    width: 300px !important;
    padding: 0 10px;
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.12) !important;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    background: #fff;
    border: 1px solid #D5DAE2;
    left: -10px;
}
.top-menu .dropdown-menu:after, .top-menu .dropdown-menu:before {
    bottom: 100%;
    left: 90%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    ;
}
.top-menu .dropdown-menu:before {
    border-color: rgba(238, 238, 238, 0);
    border-bottom-color: #D5DAE2;
    border-width: 8px;
    margin-left: -8px;
}
.top-menu .dropdown-menu:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #ffffff;
    border-width: 7px;
    margin-left: -7px;
}
/*
.top-menu .dropdown-menu li {
    font-size: 12px;
    padding: 6px 20px;
}*/

.top-menu .dropdown-menu li span {}
.top-menu .dropdown-menu li.divider {
    background-color: #CFD9DB;
    margin: 4px 0;
    padding: 0;
}
/*
.top-menu .dropdown-menu li a {
    color: #7fb4d3 !important;
    background: none !important;
    padding: 0;
}
.top-menu .dropdown-menu li a:hover {
    background: none !important;
    color: #fff !important;
}*/

/*============Header結束==============*/

/*==========FOOTER開始==========*/
.footer {
    color: #666666;
    font-size: 12px;
}
.footer p {padding: 20px 0;}
.footer p a {color: #f79900;}
.copyright {
    color: #fff;
    font-size: 12px;
    text-align: center;
    padding: 15px 0;
    background: #333;
}
.copyright a {color: #f79900;}
.copyright a:hover {color: #fff;}
/*==========FOOTER結束==========*/

/*============Sidebar Navigation開始==============*/
a.home {
    color: #aeb2b7;
    float: right;
    margin: -22px 5px 0 0;
    font-size: 22px;
    width: 57px;
    height: 57px;
    text-align: center;
    line-height: 57px;
}
a.home:hover {
    background: #1C1C22;
    color: #aeb2b7;
}

/*====Sidebar Toggle開始====*/
#sidebar {
    width: 240px;
    height: 100%;
    position: fixed;
    background: #32323a;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    z-index: 99;
    top: 0;
    left: 0;
}
#sidebar ul li {
    position: relative;
}
.leftside-navigation {
    height: 100%;    
}

/*LEFT NAVIGATION ICON*/
.dcjq-icon {
    height: 17px;
    width: 17px;
    display: inline-block;
    background: url(../images/nav-expand.png) no-repeat top;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    position: absolute;
    right: 10px;
}
.active .dcjq-icon {
    background: url(../images/nav-expand.png) no-repeat bottom;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
.nav-collapse.collapse {
    display: inline;
}
ul.sidebar-menu, ul.sidebar-menu li ul.sub {
    margin: -2px 0 0;
    padding: 0;
}
ul.sidebar-menu {    
    padding-top: 70px;
    padding-bottom: 80px;
}
#sidebar>ul>li>ul.sub {
    display: none;
}
#sidebar .sub-menu>.sub li a {
    padding-left: 46px;
}
#sidebar>ul>li.active>ul.sub, #sidebar>ul>li>ul.sub>li>a {
    display: block;
}
ul.sidebar-menu li ul.sub li {
    background: #28282e;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
}
ul.sidebar-menu li ul.sub li a {
    font-size: 12px;
    padding-top: 13px;
    padding-bottom: 13px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #aeb2b7;
}
ul.sidebar-menu li ul.sub li a:hover, ul.sidebar-menu li ul.sub li.active a {
    color: #45e7ff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: block;
    background: #202025;
}
ul.sidebar-menu li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
ul.sidebar-menu li ul.sub li .edit {
    color: #aeb2b7;
    position: absolute;
    top: 50%;
    right: 3px;
    margin-top: -20px;
    font-size: 20px;
    cursor: pointer;
    padding: 10px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
ul.sidebar-menu li ul.sub li .edit i.editbtn {
    visibility: hidden;
    opacity: 0;
}
ul.sidebar-menu li ul.sub li:hover .edit i.editbtn {
    visibility: visible;
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
ul.sidebar-menu li ul.sub li .edit:hover {
    color: #45e7ff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
ul.sidebar-menu li.sub-menu {
    line-height: 15px;
}
ul.sidebar-menu ul.sub li {
    border-bottom: none;
}
ul.sidebar-menu ul.sub li a.active {
    color: #45e7ff;
    background: #1b1b20;
}
ul.sidebar-menu li a span {
    display: inline-block;
}
ul.sidebar-menu .nav-title {
    color: #45e7ff;
    text-decoration: none;
    display: block;
    padding: 25px 0 18px 25px;
    font-size: 16px;
    font-weight: bold;
    outline: none;
    border-bottom: 1px solid #45e7ff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
ul.sidebar-menu li a {
    color: #aeb2b7;
    text-decoration: none;
    display: block;
    padding: 18px 10px 18px 25px;
    font-size: 13px;
    outline: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
ul.sidebar-menu li a.active, ul.sidebar-menu li a:hover, ul.sidebar-menu li a:focus {
    background: #28282E;
    color: #45e7ff;
    display: block;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
ul.sidebar-menu li a i {
    font-size: 12px;
    padding-right: 6px;
}
ul.sidebar-menu li a:hover i, ul.sidebar-menu li a:focus i {
    color: #45e7ff;
}
ul.sidebar-menu li a.active i {
    color: #45e7ff;
}
.sidebar-toggle-box {
    float: left;
    right: -60px;
    top: 50%;
    margin-top: -26px;
    position: absolute;
    /*background: #00CFFF;*/
    /*background: #878787;*/
    padding: 9px 13px;
    cursor: pointer;
}
/*.sidebar-toggle-box:hover {
    background: #125A80;
    background: #5B5B5B;
}*/
.sidebar-toggle-box .fa-bars {
    display: inline-block;
    font-size: 32px;
    color: #40A4DA;
}
.sidebar-toggle-box .fa-bars:hover{color: #2980B9;}
.hide-left-bar {
    margin-left: -240px !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.open-right-bar {
    right: 0px !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.merge-left {
    margin-left: 0px !important;
}
.hide-right-bar {
    margin-right: -240px !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.toggle-right-box {
    float: left;
    background: #f6f6f6;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    width: 35px;
    height: 35px;
}
.toggle-right-box:hover {
    background: #32D2C9;
}
.toggle-right-box:hover .fa-bars {
    color: rgba(0, 0, 0, 0.3);
}
.toggle-right-box .fa-bars {
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    padding: 10px;
    color: #bfbfc1;
}
/*====Sidebar Toggle結束====*/
/*============Sidebar navigation結束==============*/


/*============Main Content開始==============*/
#main-content {
    margin-left: 240px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.wrapper {
    display: inline-block;
    margin-top: 74px;
    padding: 15px;
    width: 100%;
}
/*============Main Content結束==============*/

/*============歡迎畫面==============*/
.welcome {font-size: 13px;}
.welcome ul {margin-bottom: 15px;}
.welcome li {
    margin-bottom: 2px;
    font-size: 14px;
}
.welcome li a {
    color: #ef8200;
    font-size: 14px;
}
.welcome li a:hover {text-decoration: underline;}

/*============Switch開始==============*/
@media only screen {

    /* Checkbox switch*/  
    .switch-light {
        display: block;
        min-height: 1.875em;
        /* Outline the toggles when the inputs are focused*/
        
        position: relative;
        overflow: visible;
        padding: 0;
        margin-left: 6.25em;
        /* Position the label over all the elements, except the slide-button (<a>)
    * Clicking anywhere on the label will change the switch-state
    */
        /* Don't hide the input from screen-readers and keyboard access*/
    }
    .switch-light * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .switch-light a {
        display: block;
        -webkit-transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
    }
    .switch-light label, .switch-light > span {
        line-height: 1.875em;
        vertical-align: middle;
    }
    .switch-light input:focus ~ a, .switch-light input:focus + label {
        outline: 1px dotted #888;
    }
    .switch-light label {
        position: relative;
        z-index: 3;
        display: block;
        width: 100%;
    }
    .switch-light input {
        position: absolute;
        opacity: 0;
        z-index: 5;
    }
    .switch-light input:checked ~ a {
        right: 0%;
    }
    .switch-light > span {
        position: absolute;
        left: -6.25em;
        width: 100%;
        margin: 0;
        padding-right: 6.25em;
        text-align: left;
    }
    .switch-light > span span {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 5;
        display: block;
        width: 50%;
        margin-left: 6.25em;
        text-align: center;
    }
    .switch-light > span span:last-child {
        left: 50%;
    }
    .switch-light a {
        position: absolute;
        right: 50%;
        top: 0;
        z-index: 4;
        display: block;
        width: 50%;
        height: 100%;
        padding: 0;
    }
    /* Radio switch*/    
    .switch-toggle {
       /* min-width: 12em;*/
        max-width: 12em;
        min-height: 2em;
        position: relative;
        display: inline-table;
        table-layout: fixed;
        vertical-align: middle;
        padding: 0 !important;
        font-size: 1em;
    }
    .switch-toggle * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .switch-toggle a {
        display: block;
        -webkit-transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
    }
    .switch-toggle label, .switch-toggle > span {
        line-height: 1.875em;
        vertical-align: middle;
    }
    .switch-toggle input:focus ~ a, .switch-toggle input:focus + label {
        outline: 1px dotted #888;
    }
    .switch-toggle * {
        font-size: 1em;
    }
    .switch-toggle input {
        position: absolute;
        opacity: 0;
    }
    .switch-toggle input + label {
        position: relative;
        z-index: 2;
        display: table-cell;
        width: 50%;
        padding: 0 0.5em;
        margin: 0;
        text-align: center;
    }
    .switch-toggle a {
        position: absolute;
        top: 0;
        left: 0;
        padding: 0;
        z-index: 1;
        width: 50%;
        height: 100%;
    }
    .switch-toggle input:last-of-type:checked ~ a {
        left: 50%;
    }
    .switch-toggle.switch-3 label, .switch-toggle.switch-3 a {
        width: 33.3333333333%;
    }
    .switch-toggle.switch-3 input:checked:nth-of-type(2) ~ a {
        left: 33.3333333333%;
    }
    .switch-toggle.switch-3 input:checked:last-of-type ~ a {
        left: 66.6666666667%;
    }
    .switch-toggle.switch-4 label, .switch-toggle.switch-4 a {
        width: 25%;
    }
    .switch-toggle.switch-4 input:checked:nth-of-type(2) ~ a {
        left: 25%;
    }
    .switch-toggle.switch-4 input:checked:nth-of-type(3) ~ a {
        left: 50%;
    }
    .switch-toggle.switch-4 input:checked:last-of-type ~ a {
        left: 75%;
    }
    .switch-toggle.switch-5 label, .switch-toggle.switch-5 a {
        width: 20%;
    }
    .switch-toggle.switch-5 input:checked:nth-of-type(2) ~ a {
        left: 20%;
    }
    .switch-toggle.switch-5 input:checked:nth-of-type(3) ~ a {
        left: 40%;
    }
    .switch-toggle.switch-5 input:checked:nth-of-type(4) ~ a {
        left: 60%;
    }
    .switch-toggle.switch-5 input:checked:last-of-type ~ a {
        left: 80%;
    }
    /* iOS Theme*/    
    .switch-ios.switch-light {
        color: #868686;
    }
    .switch-ios.switch-light a {
        left: 0;
        width: 1.875em;
        background-color: #fff;
        border: 1px solid #d3d3d3;
        border-radius: 100%;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
        box-shadow: inset 0 -3px 3px rgba(0, 0, 0, 0.025), 0 1px 4px rgba(0, 0, 0, 0.15), 0 4px 4px rgba(0, 0, 0, 0.1);
    }
    .switch-ios.switch-light > span span {
        width: 100%;
        left: 0;
        opacity: 0;
    }
    .switch-ios.switch-light > span span:first-of-type {
        opacity: 1;
        padding-left: 1.875em;
    }
    .switch-ios.switch-light > span span:last-of-type {
        padding-right: 1.875em;
    }
    .switch-ios.switch-light > span:before {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 6.25em;
        top: 0;
        background-color: #fafafa;
        border: 1px solid #d3d3d3;
        border-radius: 30px;
        -webkit-transition: all 0.5s ease-out;
        -moz-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
        box-shadow: inset rgba(0, 0, 0, 0.1) 0 1px 0;
    }
    .switch-ios.switch-light input:checked ~ a {
        left: 100%;
        margin-left: -1.875em;
    }
    .switch-ios.switch-light input:checked ~ span:before {
        border-color: #53d76a;
        box-shadow: inset 0 0 0 30px #53d76a;
    }
    .switch-ios.switch-light input:checked ~ span span:first-of-type {
        opacity: 0;
    }
    .switch-ios.switch-light input:checked ~ span span:last-of-type {
        opacity: 1;
        color: #fff;
    }
    .switch-ios.switch-toggle {
        background-color: #D6D9DD;
        /*border: 1px solid #d3d3d3;*/        
        box-shadow: inset rgba(0, 0, 0, 0.31) 0 1px 2px;
        border-radius: 4px;
    }
    .switch-ios.switch-toggle a {
        color: #fff;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }
    .switch-ios.switch-toggle label {
        color: #989B9E;
        cursor: pointer;
        text-shadow: 0 1px 1px #FFFFFF;
    }
    .switch-ios.switch-toggle:hover input:hover ~ a {
        box-shadow: 0 4px 6px 0 rgba(127, 127, 127, 0.68);
    }
    /*.switch-ios.switch-toggle input:checked:hover ~ a {box-shadow: 0 4px 6px 0 rgba(127, 127, 127, 0.68);}   
    .switch-ios.switch-toggle input:first-of-type:checked + label{color: #FAFAFA;}/*
    .switch-ios.switch-toggle input[value="off"] + label {color: #c9c9c9;}
    .switch-ios.switch-toggle input[value="off"]:checked + label ~ a {
        background: #DFDFDF;
        border-color: #D3D3D3;
    }
    .switch-ios.switch-toggle input[value="no"]:checked + label {color: #c9c9c9;}
    .switch-ios.switch-toggle input[value="no"]:checked + label ~ a {
        background: #DFDFDF;
        border-color: #D3D3D3;
    }*/    
    .switch-ios input:checked + label {
        color: #fff;
        white-space: nowrap;
        text-shadow: 0 2px 2px #0B4971;
        -webkit-transition: all 0.5s ease-out;
        -moz-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
    }
}
@media only screen and (-webkit-max-device-pixel-ratio: 2) and (max-device-width: 80em) {
    .switch-light, .switch-toggle {
        -webkit-animation: webkitSiblingBugfix infinite 1s;
    }
}
@-webkit-keyframes webkitSiblingBugfix {
    from {
        -webkit-transform: translate3d(0, 0, 0);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
    }
}
/*============Switch結束==============*/

/*搜尋筆數*/
.search-number {
    padding: 6px 20px;
    margin-left: -1px;
    line-height: 1.42857143;
    float: left;
    background-color: #fff;
    border: 1px solid #D2D7DF;
}

/*right sidebar*/
.right-sidebar {
    background: #32323A;
    width: 240px;
    position: fixed;
    height: 100%;
    z-index: 1000;
    right: -240px;
    top: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.open-right-panel {
    margin-left: -240px !important;
}


/*===========讀取狀態=================*/
#state {
    text-align: center;
    font-weight: bold;
    font-size: 16px;
}
#state .actionState {
    color: #8a6d3b;
    background-color: #FFFBCF;
    border: 1px solid #EEDBB5;
    padding: 5px;
    border-radius: 4px;
    margin: 10px 0;
    width: 100%;
    display: block;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
/*===========浮動圖片說明區塊=================*/
.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9999;
    display: none;
}
.floatInfo-mob {
    display: none;
    position: fixed;
    z-index: 2;
    top: 50%;
    right: 15px;
    margin-top: -26px;
    width: 50px;
    padding: 5px;
    background: #3C9CDB;
    color: #fff;
    text-align: center;
    cursor: pointer;
    text-shadow: 0 1px 0 #175F8E;    
}
.floatInfo-mob span {font-size: 25px;}
.floatInfo {
    position: fixed;
    z-index: 2;
    top: 50%;
    right: 15px;
    margin-top: -26px;
    width: 50px;
    padding: 5px;
    background: #3C9CDB;
    color: #fff;
    text-align: center;
    cursor: pointer;
    text-shadow: 0 1px 0 #175F8E;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.floatInfo span {font-size: 25px;}
.floatInfo:hover {background: #2073AA;}
.InfoBox {
    position: fixed;
    z-index: 10000;
    width: 640px;
    top: 20%;
    right: 65px;
    background: #fff;
    display: none;
    border-radius: 6px;
    outline: 0;
    border: 2px solid #94CAED;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.InfoBox .InfoHeader {
    min-height: 16.42857143px;
    padding: 10px;
    border-bottom: 1px solid #e5e5e5;
    cursor: move;    
}
.InfoBox .InfoHeader:active{cursor: url(../images/grabbing.png), auto;}
.InfoBox .InfoHeader .InfoTitle {
    margin: 0;
    font-size: 14px;
    line-height: 1.42857143;
    color: #3C9CDB;
}
.InfoBox .InfoHeader .InfoTitle i {font-size: 16px;}
.InfoBox .InfoHeader .InfoTitle span {color: #9E9797;}
.InfoBox .InfoBody {
    margin: 10px;
    max-height: 500px;
    overflow-y: auto;
}
.InfoBox .InfoFooter {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}
/*===========表格內容=================*/
.sort {
    display: inline-block;
    cursor: move;
    width: 100%;
}
span.fa-arrows {
    font-size: 24px;
}
table.tablesorter {border: 1px solid #DDD;}
#dataForm {}
.form-inline {}
.form-inline .radio, .form-inline .checkbox {display: inline-block;}
.form-inline .listNum, .form-inline .search {
    float: left;
    margin-right: 10px;
}
.panel-toolbar {padding: 10px;}
.panel-toolbar .checkbox {margin: 0;}
.panel-toolbar .form-group {margin: 10px 10px 0 0;}
.panel-toolbar .btn-group {margin: 0 5px 5px 0;}
.panel-toolbar hr {
    margin: 5px 0 0 0;
    width: 100%;
}
.add-save {
    float: right;
    margin-left: 10px;
    margin-bottom: 5px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.add-save .btn {margin-left: 5px;}
.panel-tool-top {}
.panel-tool-top .checkbox, .panel-tool-top .add-save {
    display: block;
    margin: 0;
}
.panel-tool-top .checkbox {
    float: left;
    margin-right: 10px;
}
.panel-tool.bottom {margin-bottom: 20px;}
.input-group-btn {}
/*.input-group-btn a.btn {padding:3px;}*/

.input-group-btn .fa-cloud-download {font-size: 18px;}
.input-group-btn .fa-remove {font-size: 18px;}
.control-form {padding-top: 7px;}
.control-form .group {padding: 0 0 15px 0;}
/*=列表checkbox水平置中=*/
table .checkbox {
    margin: 0 auto;
    display: table;
}
/*=訂單列表=*/
.table-order {
    color: #505050;
    font-family: "Roboto","微軟正黑體",Helvetica, Arial, sans-serif;
    font-weight: normal;
}
.table-order thead tr {
    background-color: #505050;
    color: #fff;
    font-size: 14px;
}
.table-order thead th{text-align: center;}
.table-order tbody td.p-name,
.table-order tbody td.p-price,
.table-order tbody td.p-quantity{text-align: center;}
.table-order tbody td.p-price {}
.table-order tbody td.p-total {
    text-align: right;
    font-weight: bold;
} 
.table-order tbody tr.shipment {
    font-weight: bold;
    font-size: 16px;
    color: #E56969;
}
.table-order tbody tr.shipment span {
    margin-right: 10px;
    font-size: 14px;
}
.table-order tbody tr.total {
    background-color: #E56969 !important;
    font-weight: bold;
    color: #fff;
    font-size: 20px;
}
.table-order tbody tr.total span {
    font-size: 14px;
    margin-right: 10px;
}
/*===========選擇版型=================*/
.optionimg {
    border: 3px solid #cecece;
    margin-right: 4px;
    cursor: pointer;
}
.optionimg.optselected {border-color: #ababab;}
/*===========功能說明=================*/
.downTable {}
.downTable ul.outside {}
.downTable ul.outside li {}
.downTable ul li.edit2 {
    padding: 7px;
    background: #1DA49D;
    color: #fff;
}
.help-table {}
.help-table tr {}
.help-table tr td .notice4 {
    padding: 8px 50px;
    background: #D8D8D8;
    border-left: 7px solid rgb(220, 126, 43);
    margin: 4px 0;
    display: inline-block;
}
.no-margin-right {margin-right: 0 !important;}

@media screen and (max-width: 991px) {
    /*固定頂端*/
    
    .header {
        position: relative! important;
        margin-top: 51px ! important;
    }
    .brand {
        width: 100%;
        float: none;
        position: fixed;/*固定頂端*/
        height: 52px;        
        top: 0px;
        z-index: 1005;
        border-bottom: 1px solid #CFD9DB;     
        border-right: none;
    }
    .brand:after {display: none;}
	a.logo {width: 170px;}
    a.logo img{
        max-width: 150px;
        max-height: 50px;
        margin: 0 0 0 10px;
    }
    .sidebar-toggle-box {
        right: 0;
    }
    #sidebar {
        margin-left: -240px;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }
    .hide-left-bar {
        margin-left: 0px!important;
    }
    .wrapper {
        margin-top: 0px;
    }
    #main-content {
        margin-left: 0px;
    }
    
    #sidebar {
        position: fixed !important;
        z-index: 1002;
        top: 51px;
        /*padding-bottom: 80px;*/
    }
    ul.sidebar-menu {
        padding-top: 0px;
        padding-bottom: 100px;
    }
    ul.sidebar-menu li ul.sub li .edit {
        color: #aeb2b7;
        position: absolute;
        top: 50%;
        right: 5px;
        margin-top: -20px;
        font-size: 25px;
        cursor: pointer;
        padding: 7px;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    ul.sidebar-menu li ul.sub li .edit i.editbtn {
        visibility: visible;
        opacity: 1;
    }    
    .top-nav {margin-bottom: 20px;}
    /*.switch-toggle {
        min-width: 100%;
        max-width: 100%;
    } */
    .floatInfo {display: none;}
    .floatInfo-mob {display: block;}
    .InfoBox {display: none !important;}
    .InfoBox .InfoHeader .InfoTitle {font-size: 16px !important;}
    .InfoBox .InfoHeader .InfoTitle i {font-size: 20px;}
    .InfoBox .InfoHeader .InfoTitle span {display: none;}
    .ImageInfo img {margin: 0 auto;}   
}

/*@media screen and (max-width: 990px){
    .InfoBox {
        max-width: 640px;
        width: auto;
    }
       
}*/
@media screen and (min-width: 767px) {
    .img-responsive {
        display: block;
        max-width: 100px;
        height: auto;
    }    
}
@media screen and (max-width: 767px) {
    .right_contact {
        float: none;
        margin: 0 auto 10px auto;
        display: table;
    }
    .fullwidth {padding: 40px 0;}
    .footer p {
        text-align: center;
        padding: 10px 0;
    }
    .panel-toolbar .form-group {margin-right: 0;}
    .panel-toolbar .form-group:last-of-type{margin-bottom: 0;}
    .panel-toolbar .form-group .showAll {margin-top: 10px;}
/*    .InfoBox {
        position: absolute;
        max-width: 640px;
        width: auto;
        margin: 10% auto;
        right: 2%;
        top: 2%;
        left: 2%;
    }*/    
    
    /*.InfoBox .InfoBody { max-height: 100%;}*/
}
@media screen and (max-width: 640px) {
    table.tablesorter {
      border: 1px solid #DDD;
    }
    #aa thead, #aa tfoot {display: none;}    
    #aa tbody tr td{
        display: block;
        text-align: center;
        white-space: normal;
    }
    #aa tbody tr td:first-child{
        width: 15%;
        height: 52px;
        display: inline-block;
        vertical-align: middle;
    }
    #aa tbody tr td:first-child:before {
        content: '';
        display: inline-block;
        vertical-align: middle;
        width: 0;
        height: 100%;
    }
    #aa tbody tr td:first-child .checkbox {
        margin: 0;
        display: inline-block;
        vertical-align: middle;
    }
    #aa tbody tr td:nth-child(2) {
        width: 85%;
        text-align: left;
        height: 52px;
        max-height: 52px;
        display: inline-block;
        vertical-align: middle;
    }
    #aa tbody tr td:nth-child(2):before {
      content: '';
      display: inline-block;
      vertical-align: middle;
      width: 0;
      height: 100%;
    }
    #aa tbody tr td:nth-child(3) {clear: both;}
    #aa tbody tr td:last-child{border-bottom: 1px solid #9BA0A9;}
    #aa tbody tr span.fa-arrows {display: none;}
    #aa tbody tr:last-child > td:last-child{
        border-bottom: 0;
    }
}
@media screen and (max-width: 500px) {
    .upload-images {margin-bottom: 10px;}
    .panel-toolbar .btn-group.pull-right {float: none !important;}
    .add-save {
        float: none;
        margin-left: 0;
    }
}
@media screen and (max-width: 420px) {
    #TOP {
        bottom: 62px;
        right: 15px;
    }}
@media screen and (min-width: 393px) and (max-width: 404px) {
    .right_contact li:last-child:before {
        content: "|";
        padding: 0 10px;
        font-size: 20px;
    }
}
@media screen and (max-width: 392px) {
    .right_contact {display: none;}
}
.square {
    position: relative;
      width: 100px;
      height: 100px;
      overflow: hidden;
      background-color: #D6D9DD;
}
.square img {
    position: absolute;
      left: 50%;
      top: 50%;
      height: 100%;
      width: auto;
      -webkit-transform: translate(-50%,-50%);
          -ms-transform: translate(-50%,-50%);
              transform: translate(-50%,-50%);
}