@charset "utf-8";
/* ------------------------------>>> main <<<----------------------------------------------------------------------*/

body {
    padding-top: 50px;
    font-family: 微软雅黑, HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

iframe#hiddle_action {
    display: none;
}

.show {
    display: block !important;
}

.hide {
    display: none !important;
}

.show_s {
    
}

.hide_s {
    display: none !important;
}

input[type="file"] {
    height: 38px;
    padding: 5px;
}

/* ------------------------------>>> froala <<<----------------------------------------------------------------------*/

.sys_froala—body {
    padding-top: 0px;
    margin: 0px;
    padding: 10px;
    border-top: 5px solid #000000
}

.sys_froala-title {
    margin-top: 15px
}

.froala_btn {
    line-height: 1.42;
    width: 48.8%;
}

.froala_hr {
    margin-top: 10px;
    margin-bottom: 10px;
}

.froala_img_list_box {
    margin-top: 5px
}

.froala_show_num {
    position: absolute;
    top: 5px;
    right: 15px;
}

.froala_thumbnail_box {
    text-align: center;
    min-height: 160px;
    line-height: 155px;
}

.froala_thumbnail_box img {
    max-height: 150px;
    display: inline-block;
}

/* ------------------------------>>> bootstrap change <<<----------------------------------------------------------------------*/

.breadcrumb {
    margin-bottom: 10px;
    border-bottom: 3px solid #eeeeee;
}

.pagination_spec {
    margin-top: 0px;
}

.tooltip {
    left: 20px !important;
}

.col-md-0 {
    width: 0 !important;
    float: left
}

.col-lg-0 {
    width: 0 !important;
    float: left
}



.input-group>.input-group-btn:last-child>.selectpicker {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.input-group>.input-group-btn:first-child>.selectpicker {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

/* ------------------------------>>> loading—page <<<---------------------------------------------------------------------*/

.page_load {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 60px;
    background-color: #ffffff;
    opacity: 0.4;
}

/* ------------------------------>>> login <<<---------------------------------------------------------------------*/

#login {
    background-color: #f5f5f5;
}

#login .login_main {
    position: relative;
    padding: 45px 15px 15px;
    max-width: 335px;
    margin: 0 auto 20px;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
}

#login .login_main:after {
    position: absolute;
    top: 15px;
    left: 15px;
    font-size: 15px;
    font-weight: bold;
    color: #959595;
    text-transform: uppercase;
    letter-spacing: 1px;
    content: "後端管理系統";
}

/* ------------------------------>>> top_menu <<<----------------------------------------------------------------------*/

#nav_menu1,
#nav_menu2 {
    padding: 0px;
}

#nav_menu1 .input-group span {
    width: 1%;
    background: rgba(255, 255, 255, 0.2);
    color: #ffffff;
    border: 0px
}

#nav_menu1 .input-group input {
    background: rgba(255, 255, 255, 0.2);
    border: 0px;
    outline: 0 !important;
    color: #ffffff;
}

#nav_menu2 .menu-toggle_box {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
}

#nav_time_box {
    line-height: 19px;
    margin: 0px;
    padding-top: 6px;
    min-height: 50px
}

#localtime_clock,
#timeout_clock {
    letter-spacing: 1px;
}

@media screen and (max-width:1270px) {
    #menu-toggle_icon2 {
        color: #ffffff
    }
}

@media screen and (max-width:1501px) {
    #nav_menu2 .nav>li>a {
        padding: 15px 8px;
    }
}

@media screen and (max-width:1333px) {
    #nav_menu2 .nav>li>a {
        padding: 15px 4px;
    }
}

@media screen and (max-width:1238px) {
    #nav_menu2 .nav>li>a {
        padding: 15px 3px;
    }
}

@media screen and (max-width:1199px) {
    #nav_menu2 .nav>li>a {
        padding: 15px 8px;
    }
}

.btn-navbar-color {
    background-color: #337ab7 !important;
    border-color: #2e6da4 !important;
}

/* ------------------------------>>> phone icon <<<----------------------------------------------------------------------*/

.navbar-toggle.navbar-left {
    float: left;
    margin-left: 15px;
    padding: 6px 12px;
    transition: all 500ms ease-in-out;
}

.navbar-toggle .icon-bar {
    position: relative;
    transition: all 500ms ease-in-out;
}

.navbar-toggle.active .icon-bar:nth-of-type(1) {
    top: 6px;
    transform: rotate(45deg);
}

.navbar-toggle.active .icon-bar:nth-of-type(2) {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

.navbar-toggle.active .icon-bar:nth-of-type(3) {
    top: -6px;
    transform: rotate(-45deg);
}

/* ------------------------------>>> index_main <<<----------------------------------------------------------------------*/

#main_box {
    width: 100%
}

#main {
    padding-top: 10px;
    padding: 15px;
}

/* ------------------------------>>> left_menu <<<----------------------------------------------------------------------*/

#menu {
    position: fixed;
    top: 40px;
    bottom: 0;
    left: 0;
    z-index: 1000;
    display: block;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #f5f5f5;
    border-right: 1px solid #eee;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

#menu #class_menu ul {
    display: none;
}

#menu #class_menu>li {
    padding-left: 0 !important;
}

#menu #class_menu .nav>li {
    padding-left: 15px;
}

#menu .menu_list_box {
    margin-top: 10px;
}

#menu .menu_list_box .tree_node img {
    margin-right: 5px;
    margin-top: -5px;
    width: 21px;
}

#menu .tree_plusminus {
    display: none
}

#menu .menu_button_box i {
    font-size: 13px;
    margin-left: -3px;
}

#menu .menu_list_box .nav>li>a:hover {
    background-color: #ababab;

    color: #ffffff;
}

/* ------------------------------>>> album <<<----------------------------------------------------------------------*/

.album_thumbnail {
    padding-top: 5px;
}

.album_thumbnail .img {
    min-height: 165px;
}

/* ------------------------------>>> table <<<----------------------------------------------------------------------*/

.table {
    margin-bottom: 0px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.table tr td.big_text {
    word-wrap: break-word;
    word-break: break-all;
}

.table>thead>tr>th {
    line-height: 2;
}

/* ------------------------------>>> other <<<----------------------------------------------------------------------*/

.div_box {
    margin-bottom: 30px
}

.label {
    padding: 5px !important;
    margin-right: 5px;
}

.swal2-popup {
    font-size: 1.6rem !important;
}

.dragHandle {
    padding: 8px 0
}

.tDnD_whileDrag td {
    background-color: #eee;
    -webkit-box-shadow: 11px 5px 12px 2px #333, 0 1px 0 #ccc inset, 0 -1px 0 #ccc inset;
    -webkit-box-shadow: 6px 3px 5px #555, 0 1px 0 #ccc inset, 0 -1px 0 #ccc inset;
    -moz-box-shadow: 6px 4px 5px 1px #555, 0 1px 0 #ccc inset, 0 -1px 0 #ccc inset;
    -box-shadow: 6px 4px 5px 1px #555, 0 1px 0 #ccc inset, 0 -1px 0 #ccc inset;
}

.tDnD_whileDrag td:last-child {
    -webkit-box-shadow: 8px 7px 12px 0 #333, 0 1px 0 #ccc inset, 0 -1px 0 #ccc inset;
    -webkit-box-shadow: 1px 8px 6px -4px #555, 0 1px 0 #ccc inset, 0 -1px 0 #ccc inset;
    -moz-box-shadow: 0 9px 4px -4px #555, 0 1px 0 #ccc inset, 0 -1px 0 #ccc inset, -1px 0 0 #ccc inset;
    -box-shadow: 0 9px 4px -4px #555, 0 1px 0 #ccc inset, 0 -1px 0 #ccc inset, -1px 0 0 #ccc inset;
}

.showDragHandle {
    cursor: move;
}

/* ------------------------------>>> switch <<<----------------------------------------------------------------------*/

.btn-default.btn-on.active {
    background-color: #5BB75B;
    color: white;
}

.btn-default.btn-off.active {
    background-color: #DA4F49;
    color: white;
}

.spec_css3{ height:60px; }

.tab-content {
    margin-top: 15px;
}
.tab-content_spec{
    margin-top: -1px;
}

.fr-sticky-on{
    margin-top: 50px !important;
}




.col-md-2_spec {
    width: 12%;
    /* min-width: 205px;; */
}
.col-md-offset-2_spec {
    margin-left: 12%;
}
.col-lg-4_spec {
    float: right;
}
.col-lg-2_spec {
    width: 12%;
}

.col-md-10_spec {
    width: 88%;
}

@media screen and (max-width:1441px) {
    .col-md-2_spec {
        width: 14%;
    }
    .col-md-offset-2_spec {
        margin-left: 14%;
    }
    .col-md-10_spec {
        width: 86%;
    }
}

@media screen and (max-width:991px) {
    .col-md-2_spec {
        width: auto;
        min-width: 205px;
        ;
    }
    .col-md-10_spec {
        width: auto
    }
    .col-md-offset-2_spec {
        margin-left: auto;
    }
    .col-lg-2_spec {
        width: auto
    }
    .col-lg-4_spec {
        width: auto;
    }

}