.content {
    margin: 20px;
}
.card-box {
    box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
    padding: 20px
}
.card-box input {
    border: none;
    height: 34px;
    margin-left: 5px;
    padding-left: 8px;
}
.card-box input:focus {
    outline: none;
    border-bottom: none;
    box-shadow: none;
    border-radius: 5px;
}
button {
    margin-bottom: 12px;
    margin-left: 8px;
    padding: 6px 14px;
    box-shadow: 0 2px 5px rgb(0 0 0 / 16%), 0 2px 10px rgb(0 0 0 / 12%);
    border-radius:2px;
    color: white;
    font-size: 14px;
    font-weight: 400;
}
.button_add {
    border: 1px solid #188ae2 ;
    background: #188ae2 ;
}
.button_edit{
    border: 1px solid #188ae2 ;
    background: #188ae2 ;
}
.w-md {
    min-width: 110px;
}
.button_delete {
    
    border: 1px solid red;
    background:red;
}
.demo_table {
    margin-top: 20px;
}
.table thead th {
    background: #3ac9d6;
    color: white; 
    border-bottom: 2px solid #ddd!important;font-family: 'Hind Madurai', sans-serif;
    font-weight: 600;
    font-size: 12px;

}
.modal-content {
    padding: 25px;
    overflow: hidden;
}
.modal-header {
    border-bottom-width: 2px;
    padding: 0;
    padding-bottom: 15px;
}
.modal-title {
    font-size: 18px;
    color: #4c4c4c;
}
.modal-body {
    display: flex;
    flex-wrap: wrap;
    padding: 20px 0!important;
    border: none;
}
.modal-body .tname {
    font-weight: 600;
    font-family: 'Hind Madurai', sans-serif;
    margin-bottom: 5px;
    font-size: 14px;
    color: #797979;
}
.modal-body .tcontent {
    line-height: 36px;
    color: #444;
    font-size: 14px;
    border-bottom: 1px solid rgba(152, 152, 152, 0.8);
    position: relative;
}
.tcontent span {
    position: absolute;
    height: 34px;
    width: 34px;right: 3px;
    top: 1px
}
.tcontent span b {
    border-color: #999 transparent transparent transparent;
    border-width: 6px 6px 6px 6px!important;
    border-style: solid;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}
.select{
    
    cursor: pointer;
}
.down_list {
    display: none;
    position: absolute;
    top: 62px;
    border: 1px solid #e3e3e3 !important;
    left: 0;
    background: white;
    border-radius: 4px;
    width: 100%;border-top-right-radius:0;
    border-top-left-radius:0;
    z-index: 999;
    box-shadow: 0 2px 2px rgb(0 0 0 / 15%);
    width: 95%;
}
.down_list .hid {
    height: 200px;
    overflow-y: scroll;
}
.tcontent .shuru {
    resize: none;
    border: 0;
    background-color: transparent;
    border-radius: 0 !important;
    padding: 7px 12px 7px 0;
    height: 36px;
    max-width: 100%;
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    color: #555;
    background-color: #fff;
    background-image: none;
    margin: 0;transition: all 300ms linear;
}
input:focus {
    outline: none;
    border-bottom: 2px solid #00acc1;
    box-shadow: 0 2px 0 #00acc1;
    border-radius: 5px;
}
.textarea {
    height: 36px;
    min-height: 90px;
}
textarea:focus {
    outline: none;
    border-bottom: 2px solid #00acc1;
    box-shadow: 0 2px 0 #00acc1;
    border-radius: 5px;
}
.btns {
    padding: 6px 14px !important;
    border-radius: 2px !important;
}
.btn-save{
    background-color: #2abfcc !important;
    border: 1px solid #2abfcc !important;
}
.modal-footer {
    padding-bottom: 0;
}
.hid div {
    padding: 6px 12px;
    height: 32px;
    line-height: 20px;
    color: #797979;
    cursor: pointer;
}
.hid h6 {
    cursor: default;
    margin: 0;
    padding: 6px;
    height: 32px;font-weight: 600;font-family: 'Hind Madurai', sans-serif;
    line-height: 20px;
    color: #797979;
}
.button_select {
    padding: 6px 14px;
    border: 1px solid #188ae2 ;
    background: #188ae2 ;
}
.nav {
    margin-bottom: 30px;
}
.page a{
    padding: 6px 12px
}
.tbody tr:hover {
    background: #d4c9c9
}

.nav{
    display: flex;
    align-items: center;
    justify-content: center;
}
.count,.pages{
    background-color: #FFFFFF;
    border: 1px solid #DDDDDD;
    color: inherit;
    float: left;
    line-height: 1.42857;
    margin-left: -1px;
    padding: 4px 10px;
    position: relative;
    text-decoration: none;
}
.pages{
    border-top-left-radius:4px;
    border-bottom-left-radius: 4px
}

.count{
    border-top-right-radius:4px;
    border-bottom-right-radius: 4px
}
span.help-block {
    color: Red;
    margin-left: 106px;
}
.ibox-content{
    width: 100%;
}
.all-select{
    position: relative;
    top: -2px;
    left: 6px;
}