/* BASIC css start */

.late { margin-top:56px; }

#ajaxTable_length {display:none;}
.prdSearch {
    margin-top:30px;
}

.prdSearch p {
    font-size: 18px;
    margin-bottom: 10px;
    text-align: center;
}

.prdSearch a {
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -13px;
    font-size: 26px;
}

.latePrd .status {
    display: inline-block;
    height: 24px;
    line-height: 24px;
    width: 100px;
    color: #fff;
    text-align:center;
    margin-top:5px;
}

.latePrd .f {
    background: red;
}

.latePrd .p {
    background: purple;
}

.latePrd .s {
    background: green;
}

.dataTables_wrapper {
    padding: 50px 10px;
}

.dataTables_wrapper .dataTables_info {
    display: none;
}

.dataTables_wrapper .dataTables_paginate {
    float: none!important;
    text-align: center!important;
    margin-top: 30px;
}
.dataTables_wrapper table.dataTable  {border:0; border-collapse: collapse;}
.dataTables_wrapper table.dataTable thead th {
    text-align: center;
}

.dataTables_wrapper .dataTables_filter {
    font-size: 0;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -100px;
    width: 200px;
    height: 35px;
    border: 2px solid #000!important;
    border-radius: 4px;
    box-sizing: border-box;
    padding-right: 50px;
}

.dataTables_wrapper .dataTables_filter label {
    font-size: 0;
}

.dataTables_wrapper .dataTables_filter label input {
    font-size: 12px;
}

.dataTables_wrapper .dataTables_filter:after {
    content: "\e97a";
    font-family: xeicon;
    font-size: 20px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    position: absolute;
    top: 0;
    right: 0;
    color: #000;
    text-align: center;
}

.dataTables_wrapper .dataTables_filter input {
    width: 100%;
    border: 0!important;
    height: 31px;
    box-sizing: border-box;
    padding: 0 10px!important;
    margin: 0!important;
    outline: none;
    font-size: 14px;
}

.dataTables_wrapper .dataTables_length {
    font-size: 0;
    margin-bottom: 15px;
}

.dataTables_wrapper .dataTables_length select {
    font-size: 12px;
    height: 26px;
    width: 50px;
    line-height: 1;
    border: 1px solid #000!important;
    display: inline-block;
    vertical-align: top;
}

.dataTables_wrapper .dataTables_length:after {
    content: "°³¾¿ º¸±â";
    display: inline-block;
    font-size: 14px;
    color: #000;
    line-height: 26px;
    margin-left: 5px;
    vertical-align: top;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    border: 0!important;
    width: 33px!important;
    padding: 9px 0!important;
    font-weight: 300!important;
    color: #939393!important;
    line-height: 14px!important;
    font-size: 14px!important;
    background: #fff!important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current {
    color: #000!important;
    font-weight: 600!important;
}

.latePrd .dataTables_wrapper .dataTables_paginate .paginate_button:hover,.latePrd .dataTables_wrapper .dataTables_paginate .paginate_button:active {
    background: none!important;
    border: 0!important;
    color: #939393!important;
    box-shadow: none!important;
}
/* BASIC css end */

