﻿ul {
    padding:0px;
}
td, th {
    word-break:break-all;
}

.form-horizontal .form-group {
  width: 450px;
  float: left;
  margin-left: 0px;
  height: 52px;
}

.form-horizontal .form-group .control-label {
  padding-top: 9px;
  vertical-align: top;
  text-align: right;
  width: 120px;
}

.form-horizontal .form-group .control-group {
  width: 276px;
  display: inline-block;
}

.form-horizontal .form-group .form-control {
  width: 250px;
}

.form-table {
    border:0;
}
.form-table tr {
    border-bottom:1px dashed #ccc;
    
}
    .form-table tr th {
        padding: 12px 4px 6px 0;
        height: 53px;
        min-width: 120px;
        text-align: right;
        font-weight: 700;
        color: #5a5b5c;
    }
    .form-table tr td {
        padding: 12px 20px 6px 4px;
        height: 53px;
        min-width: 250px;
        max-width: 350px;
        text-align: left;
    }
        .form-table tr td[class="form-operate"] {
            padding: 10px;
            min-width: initial;
            max-width: initial;
            text-align: center;
        }
.ibox {
    border: 1px solid #C4C4C4;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.ibox-title {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.ibox-title img {
    height: 20px;
    width: 20px;
    float:left;
}
.ibox-title h5 {
    font-size: 18px;
    padding-right: 20px;
    padding-left:6px;
}

.fixed-table-container tbody .selected td {
    background-color:#d3d3d3; /*#748EA8 ;*//*#46b8da;*/ /*#23C6C8;*/ /*#21B9BB;*/
    color: #000;
}
.fixed-table-body .table>tbody>tr>td {
    vertical-align: middle;
}

.btn-success {
    background-color: #1c84c6;
    border-color: #1c84c6;
    color: #FFF;
}
.btn-success.active, .btn-success:active, .btn-success:focus, .btn-success:hover, .open .dropdown-toggle.btn-success {
    background-color: #1a7bb9;
    border-color: #1a7bb9;
    color: #FFF
}

.btn-success.active, .btn-success:active, .open .dropdown-toggle.btn-success {
    background-image: none;
}

.btn-success.active[disabled], .btn-success.disabled, .btn-success.disabled.active, .btn-success.disabled:active, .btn-success.disabled:focus, .btn-success.disabled:hover, .btn-success[disabled], .btn-success[disabled]:active, .btn-success[disabled]:focus, .btn-success[disabled]:hover, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success.active, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:hover {
    background-color: #1f90d8;
    border-color: #1f90d8
}

em {
    color:#ff0000;
}

.label {
    padding:3px 8px;
}
.btn-white {
    color: inherit;
    background: #fff;
    border: 1px solid #e7eaec;
}
.label-info, .badge-info {
    background-color: rgb(35, 198, 200);
    color: rgb(255, 255, 255);
}
.badge-primary, .label-primary {
    background-color: rgb(26, 179, 148);
    color: rgb(255, 255, 255);
}
.project-list table tr td {
    vertical-align:middle;
}
.search {
    margin-top: 10px;
    margin-left:10px;
}
.search .search-item {
    float: left;
    list-style: none;
    margin-bottom: 10px;
    margin-right:40px;
}
.search .search-item label {
    text-align: right;
    width:initial;
}
.search .search-item input {
    width: 200px;
    display: initial;
}
.search .search-btn {
    padding-left:0px; 
    float: left;
    list-style: none;
    margin-bottom: 10px;
}
.layui-layer-msg[type='dialog'] {
    background-color: initial;
    border-radius: 5px;
    border-color:#585858;
}
.layui-layer-msg[type='dialog'] .layui-layer-content {
    background-color: #111;
    opacity: 0.8;
    color: #fff;
    border-radius: 5px;
    font-size:18px;
}

.bootstrap-table .fixed-table-toolbar .bs-bars {
    float: right !important;
}
.bootstrap-table .fixed-table-toolbar .bs-bars .btn-group {
    display: initial; vertical-align: initial;
}
.chosen-container-active ul.chosen-choices {
    border-radius: 4px;
}
.chosen-container-multi .chosen-choices {
    border-radius:4px;
}
.chosen-container-multi ul.chosen-choices li.search-field input[type="text"] {
    height:30px;
}

.VivaTimeline .pos-right .circ-current, .VivaTimeline .pos-left .circ-current {
    box-shadow: 0px 0px 8px #5bc0de;
    background-color: #5bc0de;
    animation: mymove 1s ease-in-out infinite alternate;
    -webkit-animation: mymove 1s ease-in-out infinite alternate; /*Safari and Chrome*/
}




.container {
    padding: 15px;
    margin-right: auto;
    margin-left: auto;
    width:100%;
}

.lc-search {
    display: inline-block;
    margin: 0px;
}

    .lc-search > li {
        list-style: none;
        margin-bottom: 10px;
        margin-right: 40px;
        width: 300px;
        display: inline-block;
        float: left;
        height: 54px;
    }

        .lc-search li label {
            text-align: left;
            width: 100%;
            display: block;
            margin-bottom: 0px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }
        .lc-search li input {
            width: 100%;
            box-shadow: initial;
            display:initial;
        }

        .lc-search li select {
            width: 100%;
        }

        .lc-search li .el-select {
            width: 100%;
        }

        .lc-search li .chosen-container {
            width: 100%;
        }

            .lc-search li .chosen-container .chosen-results {
                width: calc(100% - 4px);
            }
.Wdate {
    height: initial;
    border: 1px solid #e5e6e7 !important;
}
    .form-control {
    box-shadow: initial;
    border-color: #E5E6E7;
}

    .form-control:focus {
        box-shadow: initial;
        border-color: #E5E6E7;
    }
.chosen-container-single .chosen-single {
    border-color: #E5E6E7;
    box-shadow: initial;
}

.chosen-container-active .chosen-single {
    box-shadow: initial;
    border-color: #409eff;
}

.chosen-container-active.chosen-with-drop .chosen-single {
    border-color: #409eff;
}

.chosen-container .chosen-drop {
    border-color: #409eff;
    box-shadow: initial;
}

.fixed-table-container tbody .selected td {
    background-color: #d3d3d3; /*#748EA8 ;*/ /*#46b8da;*/ /*#23C6C8;*/ /*#21B9BB;*/
    color: #000;
}

.fixed-table-body .table > tbody > tr > td {
    vertical-align: middle;
}

.btn-success {
    background-color: #fff;
    border-color: #1c84c6;
    color: #1c84c6;
}

    .btn-success.active, .btn-success:active, .btn-success:focus, .btn-success:hover, .open .dropdown-toggle.btn-success {
        background-color: #1a7bb9;
        border-color: #1a7bb9;
        color: #FFF
    }

    .btn-success.active, .btn-success:active, .open .dropdown-toggle.btn-success {
        background-image: none;
    }

        .btn-success.active[disabled], .btn-success.disabled, .btn-success.disabled.active, .btn-success.disabled:active, .btn-success.disabled:focus, .btn-success.disabled:hover, .btn-success[disabled], .btn-success[disabled]:active, .btn-success[disabled]:focus, .btn-success[disabled]:hover, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success.active, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:hover {
            background-color: #1f90d8;
            border-color: #1f90d8
        }

        .btn-success.active.focus, .btn-success.active:focus, .btn-success.active:hover, .btn-success:active.focus, .btn-success:active:focus, .btn-success:active:hover, .open > .dropdown-toggle.btn-success.focus, .open > .dropdown-toggle.btn-success:focus, .open > .dropdown-toggle.btn-success:hover {
            background-color: #1a7bb9;
            border-color: #1a7bb9
        }

.jumpto input {
    height: 34px;
}

.jumpto .btn {
    vertical-align: top;
}

.layui-layer-msg[type='dialog'] {
    background-color: initial;
    border-radius: 5px;
    border-color: #585858;
}

    .layui-layer-msg[type='dialog'] .layui-layer-content {
        background-color: #111;
        opacity: 0.8;
        color: #fff;
        border-radius: 5px;
        font-size: 18px;
    }

.lc-table .bootstrap-table .fixed-table-toolbar .bs-bars {
    width: calc(100% - 97px);
}

    .bootstrap-table .fixed-table-toolbar .bs-bars .btn-group {
        display: initial;
        vertical-align: initial;
    }

.lc-table .fixed-table-toolbar .bs-bars, .fixed-table-toolbar .search, .fixed-table-toolbar .columns {
    margin-bottom: 0px;
    margin-top: 0px;
}

.toolbar {
    width: 100%;
    float: left;
    margin-bottom: 4px;
}

    .toolbar .tips {
        color: #666;
        font-weight: 400;
        margin-bottom: 0px;
        line-height: 34px;
        height: 34px;
        padding-top:8px;
    }
.panel-heading-toolbar {
    margin-top: -5px;
    float: right;
}

.lc-form label {
    margin-bottom:0px;
}
.lc-form .field-validation-error {
    float: initial;
}
.lc-form .checkbox, .radio {
    margin-top:0px;
}
    .lc-form .checkbox, .radio .radio-inline {
        margin-right: 40px;
        padding:0px;
    }

.form-btn {
    text-align: center;
}

    .onoffswitch-switch {
        right: calc(100% - 18px);
    }


.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    box-shadow: 0 0 40px #222;
    -webkit-box-shadow: 0 0 10px #222;
    -moz-box-shadow: 0 0 10px #222;
    height: 40px;
    line-height: 40px;
    z-index: 1000;
    background: #efefef;
}