﻿@charset "UTF-8";

html {
    height: 100%;
}

body {
    margin: 0;
}
.breadcrumb{
    background:none;
}
textarea {
    resize: none;
}
    
    .row {
        margin: 0;
    }

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #fff;
}

.table-striped tbody tr:nth-of-type(even) {
    background-color: rgba(0, 0, 0, 0.05) !important;
}

.content-wrap {
    min-height: 800px;
}

.content-footer {
    text-align: center;
    margin-left: 260px;
    padding: 0 30px;
    padding-bottom: 3em;
}

.content-footer a {
    color: #0783ff;
}

.logoBox {
    position: absolute;
    top: 3em;
    left: 3em;
    display: flex;
    align-items: center;
}


    .logoBox .logoTxt {
        margin-left: 5px;
    }

        .logoBox .logoTxt h1 {
            margin-bottom: 0;
            font-size: 1.7em;
            color: #000;
        }

        .logoBox .logoTxt p {
            margin-bottom: 0;
            color: #000;
        }
.tree-folder {
    background: url("../../images/icon/folderC.png") no-repeat;
    background-size: 100%;
}

.tree-folder-open {
    background: url("../../images/icon/folderO.png") no-repeat;
    background-size: 100%;
}

.tree-file {
    background: url("../../images/icon/file.png") no-repeat;
    background-size: 100%;
}

.mmIcon {
    position: absolute;
    left: 3px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 15px;
}

.menutree {
    background: #fff;
    padding: 20px;
    width: 25%;
    float: left;
    margin-right: 1.8em;
}

    .menutree .form-inline {
        margin-bottom: 1.8em;
    }

.d-flex {
    display: flex;
}
/*------------------------------------------------------------------
      	[User/index.html]
    ------------------------------------------------------------------*/
.ControlFrom {
    margin-bottom: 1.2em;
    overflow: hidden;
}

    .ControlFrom select {
        width: auto;
        height: 35px;
        float: left;
    }
    .ControlFrom .returnBtn {
        float: left;
        color: #545353;
        background: #dedede;
    }
    .ControlFrom .additionBtn {
        float: right;
    }
/*------------------------------------------------------------------
      	[MenuLeft]
    ------------------------------------------------------------------*/
   
    /*.in{
        width: 0;
    }*/


.dropdownFirst {
    background: #384348 !important;
}

    .dropdownFirst a {
        background: #384348 !important;
    }
    
    .dropdownLast li {
        background: #fff !important;
    }
    
    .dropdownLast a {
        background: #fff !important;
        color: #000 !important;
        text-align: left !important;
    }   
/*------------------------------------------------------------------
      	[iframe  RWD]
    ------------------------------------------------------------------*/
.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*------------------------------------------------------------------
      	[重製 tyle file]
    ------------------------------------------------------------------*/
.custom-file-upload-hidden {
    display: none;
    visibility: hidden;
    position: absolute;
    left: -9999px;
}

.custom-file-upload {
    display: block;
    width: auto;
    font-size: 16px;
    margin-top: 30px;
}

.custom-file-upload label {
    display: block;
    margin-bottom: 5px;
}

.file-upload-wrapper {
    position: relative;
    overflow: hidden;
    margin-right:10px;
    display:flex;
}

.file-upload-input {
    width: 100%;
    max-width:300px;
    color: #2a2a2a;
    font-size: 16px;
    padding: 8px 17px;
    border: none;
    background-color: #e5e5e5;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    float: left;

    /* IE 9 Fix */
}

.file-upload-button {
    cursor: pointer;
    display: inline-block;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    padding: 9px 20px;
    border: none;
    margin-left: -1px;
    background-color: #9f9f9f;
    float: left;

    /* IE 9 Fix */
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.file-upload-button:hover {
    color: #fff;
}
/*------------------------------------------------------------------
      	[Common]
    ------------------------------------------------------------------*/
.inbox-head .FormSelect {
    float: right;
    display: flex;
}

.FormSelect .inbox-subtitle {
    margin-bottom: 5px;
    margin-right: 16px;
    line-height: 0;
}
/*------------------------------------------------------------------
      	[WS_Doc.html]
    ------------------------------------------------------------------*/
    .card-body .nav-tabs .active a{
        color: red;
    }
    .card-body .nav-tabs a{
        padding: 10px;
        width: 180px;
        text-align: center;
        display: block;
        border: 1px solid #b9b8b8;
        border-bottom: 0;
    }
    .card-body .nav-tabs li:last-child a{
        border-left: 0 ;
    }
    .card-body .tab-content{
        border: 1px solid #eee;        
    }
/*------------------------------------------------------------------
      	[system]
    ------------------------------------------------------------------*/
.system-item {
    margin-bottom: 2em;
    overflow: hidden;
}

.system-item li {
    margin-bottom: 1.5em;
}

.system-item li:last-child {
    margin-bottom: 0;
}

.system-title {
    margin-bottom: 1.5em;
}

.system-title h4 {
    font-size: 19px;
    font-weight: 600;
}

.system-list {
    float: left;
    margin-left: 1.5em;
}

.system-list h5 {
    font-size: 15px;
}

.systemBtn button {
    cursor: pointer;
    color: #000;
    border: 0;
    background: #ececec;
    padding: 5px 25px;
    margin-right: 5px;
}

/*------------------------------------------------------------------
      	[login.html]
    ------------------------------------------------------------------*/

.login-form {
    overflow: hidden;
    background: #fff;
}

.login-form label {
    color: #000;
}

.form-control {
    background-clip: initial;
}

.formLeft, .formRight {
    float: left;
    width: 50%;
}

.formTitle h5 {
    text-align: center;
    color: #000;
}



.shinesoon {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    background: rgba(4, 4, 4, 0.18);
    padding: 6px 0;
}

.shinesoon img {
    width: 50px;
    margin: auto;
    margin-right: 5px;
}

.shinesoon h5 {
    color: #fff;
    margin: auto;
    font-size: 20px;
    margin-left: 5px;
}

/*------------------------------------------------------------------
      	[DataImport.html]
    ------------------------------------------------------------------*/
.panel-body button {
    cursor: pointer;
    width: 120px;
    border: 0;
    padding: 5px;
    background: #0581ba;
    margin-right: 10px;
    color: #fff;
    font-weight: 600;
}

.panel-body .panel-import {
    background: #FF9800;
}

/*------------------------------------------------------------------
      	[EnHighcharts.html]
    ------------------------------------------------------------------*/
.inbox-head .inbox-subtitle p {
    font-size: 25px;
}

.MonthDiv {
    padding: 40px;
    border-bottom: 1px solid #eee;
}

.MonthDiv:last-child {
    border: 0;
}

.Month {
    margin-bottom: 3em;
}

.Month h3 {
    font-size: 30px;
}

.MonthTt {
    display: flex;
    margin-bottom: 2em;
}

.MonthTt input {
    width: 50%;
    margin-left: 3em;
}

.MonthFn {
    display: flex;
}

.MonthFn textarea {
    width: 50%;
    height: 250px;
    margin-left: 3em;
}

/*------------------------------------------------------------------
      	[HisNote.html]
    ------------------------------------------------------------------*/
.NoteDiv {
    padding: 40px;
}

.NoteCt {
    display: flex;
}

.RadioText {
    width: 70%;
    margin-left: 3em;
}

.RadioText .radioFix {
    margin-top: 1px;
    margin-bottom: 2em;
}

.RadioText .radioFix label {
    font-size: 17px;
}

.RadioText textarea {
    width: 65%;
    height: 250px;
}

/*------------------------------------------------------------------
      	[Cloud.html]
    ------------------------------------------------------------------*/
.CloudDiv {
    display: flex;
    align-items: center;
    padding: 40px;
    border-bottom: 1px solid #eee;
}

.CloudDiv:last-child {
    border: 0;
}

.CloudTt {
    display: flex;
    margin-bottom: 2em;
}

.CloudTt input {
    width: 70%;
    margin-left: 3em;
}

.CloudFn {
    display: flex;
}

.CloudFn .noteText {
    font-size: 12px;
    color: #ff3131;
}

.CloudFn textarea {
    width: 70%;
    height: 250px;
    margin-left: 3em;
}

.CloudGrid {
    width: 25%;
    float: left;
}

.CloudCt {
    width: 70%;
    float: left;
}

.CloudGrid table {
    border-collapse: collapse;
    border: 1px solid #888;
}

.CloudGrid table td {
    border: 1px solid #888;
    padding: 50px;
}

.CloudGrid .GridFc {
    background: rgb(255, 67, 67);
    color: #fff;
}

/*------------------------------------------------------------------
      	[Influenza.html]
    ------------------------------------------------------------------*/
.inbox-subtitle {
    display: flex;
    align-items: center;
    float: left;
}

.inbox-subtitle h5 {
    margin-bottom: 0;
}

/*------------------------------------------------------------------
      	[ImportDiseaseMag.html]
    ------------------------------------------------------------------*/
.inbox-head select {
    outline: none;
    height: 35px;
    width: 200px;
    padding-left: 5px;
    border-color: #eee;
}

.inbox-head button {
    cursor: pointer;
    width: 60px;
    height: 33px;
    color: #fff;
    background: #197bb3;
    border: 0;
    margin-left: -3px;
}

.inbox-head h3 {
    font-size: 19px;
}

.inbox-head .pull-right {
    float: right;
}

.tablelist .state {
    color: #2196F3;
}

.edit {
    display: flex;
    border: 0 !important;
    justify-content: center;
}

.edit img {
    cursor: pointer;
    width: 30px;
}

.edit .modify {
    width: 25px;
    margin-right: 10px;
    padding-top: 3px;
}

.delete2 {
    display: none;
}

.tablelist .sort {
    display: flex;
    justify-content: center;
}

.tablelist .sort .up {
    cursor: pointer;
    margin-right: 10px;
}

.tablelist .sort .down {
    cursor: pointer;
}

.tablelist .sort img {
    width: 20px;
}

.pagination {
    margin-top: 1em;
    float: right;
    display:flex;
}

/*------------------------------------------------------------------
      	[Faq.html]
    ------------------------------------------------------------------*/
.ReplyCt {
    width: 25%;
}

.radioFix {
    display: flex;
    align-items: center;
}

.radioFix label {
    margin-bottom: 0;
    margin-right: 1em;
    font-size: 17px;
}

table.tableFaq {
    width: 100%;
}

table.tableFaq td {
    padding-bottom: 1.5em;
}

table.tableFaq td h5 {
    font-size: 18px;
    text-align:left;
}

table.tableFaq td .FaqBtn {
    cursor: pointer;
    outline: none;
    background: #fbfbfb;
    border: 0;
    color: #6f6f6f;
    float: right;
    padding: 5px;
    width: 100px;
    box-shadow: 1px 1px 2px #dcdcdc;
    margin-left: 10px;
}

/*------------------------------------------------------------------
      	[index.html]
    ------------------------------------------------------------------*/
.Cardlevel {
    height: 380px;
}

.listLevel {
    height: 500px;
    overflow: auto;
}

/*------------------------------------------------------------------
      	[login.html]
    ------------------------------------------------------------------*/
.btn:not(:disabled):not(.disabled) {
    border-radius: 3px;
}

.verify {
    display: flex;
}

.verify input:nth-child(1) {
    width: 80%;
    float: left;
}

.verify input:nth-child(2) {
    width: 20%;
    float: left;
}

.login-form .btn {
    margin: 1em 0 2em;
}

/*------------------------------------------------------------------
      	[classification1.html]
    ------------------------------------------------------------------*/
.classification1 .card {
    height: 140px;
}

.classification1 i {
    color: #fff;
}

.classification1 .ti-pencil-alt {
    background: #00BCD5;
}

.classification1 .ti-image {
    background: #673BB7;
}

.classification1 .ti-briefcase {
    background: #FF9700;
}

.classification1 .ti-settings {
    background: #828282;
}

.classification1 .ti-pie-chart {
    background: #607D8B;
}

/*------------------------------------------------------------------
      	[login.html] RWD
    ------------------------------------------------------------------*/
@media screen and (max-width: 480px) {
    .login-content {
        margin-top: 5em;
    }

    .logoImg img {
        width: 100%;
    }

    .formLeft, .formRight {
        float: none;
        width: 100%;
    }

    .shinesoon img {
        width: 50px;
    }

    .shinesoon h5 {
        font-size: 17px;
    }
}

/*------------------------------------------------------------------
      	[classification1.html] RWD
    ------------------------------------------------------------------*/
@media screen and (max-width: 991px) {
    .classification1 .card {
        height: 125px;
        margin: 0;
    }

    .stat-widget-five .stat-icon {
        left: 0;
        right: 0;
        width: 70px;
        height: 70px;
        margin: auto;
    }

    .stat-widget-five .stat-heading {
        text-align: center;
        font-size: 12px;
    }

    .stat-widget-five .stat-content {
        margin-left: 0;
        padding: 0;
        position: absolute;
        bottom: 8px;
        left: 0;
        width: 100%;
    }

    .col-lg-3 {
        width: 25%;
        float: left;
        padding: 3px;
    }

    .stat-widget-five i {
        padding: 17px;
    }
}

/*------------------------------------------------------------------
      	[list.html] RWD
------------------------------------------------------------------*/
@media screen and (max-width: 480px) {
    .inbox-head h3 {
        display: none;
    }

    .col-lg-12 {
        padding: 0;
    }

    .pull-right {
        float: none;
    }

    .input-append {
        display: flex;
    }

    .inbox-head {
        padding: 20px 15px;
    }

    .inbox-head .sr-input {
        width: 100%;
    }

    .table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
        line-height: 22px;
        font-size: 12px;
    }

    .main .page-header .breadcrumb li a, .main .page-header .breadcrumb li.active {
        font-size: 16px;
    }

    .main .page-header {
        margin: 4px 0 0;
    }

    .main .page-header .breadcrumb {
        padding-bottom: 0;
        padding-left: 0;
    }

    .add img {
        bottom: 25px;
        right: 40px;
    }
}
