﻿.ordinance li {
    padding: 15px 0;
    /* border-top: 1px solid #dbdbdb; */
    border-bottom: 1px solid #dbdbdb;
    font-size: 15px;
    cursor: pointer;
}

    .ordinance li a {
        color: rgb(97, 97, 97);
        text-decoration: none;
    }

    .ordinance li > a:hover {
        color: #377dff !important;
    }

.fanhui {
    background-color: white;
    padding: 5px 15px;
    border: 1px solid #8d8d8d;
    border-radius: 5px 5px;
    text-align: center;
    text-decoration: none;
    color: rgb(70, 70, 70);
}

.danweis {
    margin-top: 20px;
    padding: 20px 30px !important;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 10px 10px;
}

.form-tabs {
    border: 0px !important;
    outline: none;
    /* width: 100%; */
    border-bottom: 1px solid #999 !important;
}

.span-label {
    width: 8rem;
    color: #3b3b3b;
}

textarea {
    outline: none !important;
    resize: none;
}

/*.th-title th {
    width: 90px !important;
    font-size: 15px;
}*/

.th-input {
    border: 0px !important;
    outline: none;
    width: 6rem;
    border-bottom: 1px solid #999 !important;
}

/*.table tr td,
th {
    border: 0 !important;
}*/

.table-condensed th {
    border: none !important;
}

.dateFilling {
    width: 365px;
    padding: 20px 20px !important;
}

#endDate,
#startDate {
    outline: none;
}

.colorff {
    color: #377dff;
}

.specificDate {
    background-color: rgb(103, 247, 252);
    padding: 3px 3px;
}

#tbodyDate select,
input {
    outline: none;
}

.table-overflow {
    width: 100%;
    overflow: hidden;
    overflow-x: scroll !important;
}

.td-bgGreen {
    background-color: aquamarine;
    padding: 3px 0;
}

.td-bge3c3 {
    background-color: #ffe3c3;
    padding: 3px 0;
}

.color4ee {
    color: #3284ee;
}

.colorFF8 {
    color: #FF8800;
}

.ifontc1c9 {
    color: #00c1c9;
    font-size: 20px;
}

.bg999 {
    padding: 10px 10px;
}

.ispan {
    width: 50px;
    border: 1px solid #ced4da;
    display: flex;
    align-items: center;
    justify-content: center;
}

.datespan {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border: 0;
    margin-left: -38px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.navigation {
    width: 100%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.datetimepicker td, .datetimepicker th {
    text-align: center;
    width: 40px;
    height: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: none;
}

.none-input-border {
    border: 0px;
    border-radius: 0px;
}
.border {
    border: 1px solid #dee2e6 !important;
}

.form-control:disabled,
.form-control[readonly] {
    /*background-color: #f1f1f1 !important;*/
}
