.hidden {
    display: none;
}
.content-header {
    position: relative;
    display: block;
    width: 100%;
}
.row {
    display: flex;
    justify-content: center;
}
.space-between {
    justify-content: space-between;
}
.text-right {
    text-align: right;
}
.content {
    width: 100%;
}
.content-header .content-header__box {
    width: 48%;
}
.content-header .content-header__box .input-group {
    position: relative;
    display: flex;
}
.content-header .content-header__box input {
    width: 100%;
    padding: 10px;
    outline: none;
}
.content-header .content-header__box .btn-group {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.content-header .content-header__box .btn-group button {
    text-decoration: none;
    padding: 10px;
    background: #628085;
    color: #FFF;
    border: 0;
    outline: none;
    cursor: pointer;
}
.outer_div table {
    width: 100%;
}
.outer_div .box-footer {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top: 1px solid #f4f4f4;
    padding: 10px;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
}
.outer_div .box-footer .pagination {
    display: flex;
    padding-left: 0;
    margin: 0;
    border-radius: 4px;
}
.outer_div .box-footer .pagination > li {
    display: inline;
}
.outer_div .box-footer .pagination > li a {
    color: #777;
    text-decoration: none;
}
.outer_div .box-footer .pagination > li.active a {
    background: #333;
    color: #FFF;
    padding: 6px 12px;
}
.pagination-sm>li:first-child>a, .pagination-sm>li:first-child>span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.pagination-sm>li>span {
    color: #777;
    background-color: #fff;
    border: 1px solid #ddd;
}
.pagination>.disabled > span, .pagination>.disabled>span:focus, .pagination>.disabled>span:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border: 1px solid #ddd;
}
.pagination-sm>li>span:hover,
.pagination>.disabled > span:hover {
    background-color: #eee;
}
.pagination-sm > li > a, .pagination-sm>li>span {
    padding: 5px 10px;
}
table th , table td {
    text-align: center;
    padding: 10px;
}
table td label {
    padding: 0.2em 0.5em;
    border-radius: 5px;
    color: #FFF;
}
table tr:nth-child(even){
    background-color: #e4e3e3
}

th {
  background: #333;
  color: #fff;
}
table td .btn-group {
    display: flex;
    justify-content: flex-end;
}
.table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
}
.btn {
    padding: 8px 15px;
    color: #FFF;
    text-decoration: none;
    margin: 0 5px;
    outline: none;
    border: 0;
    cursor: pointer;
}
.btn-warning {
    background: #f39c12;
}
.btn-danger {
    background: #dd4b39;
}
.btn-success {
    background: #00a65a;
}
.btn-primary {
    background-color: #367fa9;
}
.btn-default,
.btn-default:active, 
.btn-default.hover {
    background-color: #e7e7e7;
    color: #333;
}
.btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}
.modal {
    background: rgba(0,0,0,0.5);
}
.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0;
}
.fade {
    opacity: 0;
    transition: opacity .15s linear;
}
.fade.in {
    opacity: 1;
}
.modal-open {
    overflow: hidden;
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.modal.in .modal-dialog {
    transform: translate(0,0);
}

.modal.fade .modal-dialog {
    transition: transform .3s ease-out;
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
    pointer-events: none;
}
.modal-content {
    width: 100%;
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    outline: 0;
    box-shadow: 0 3px 9px rgba(0.0.0.0,5);
    pointer-events: auto;
}
.modal-header {
    border-bottom-color: #f4f4f4;
    min-height: 16.43px;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
    margin-top: -2px;
}
button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
}
.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}
.modal-title {
    margin: 0;
    line-height: 1.42857143;
}
.modal-body {
    position: relative;
    padding: 15px;
}
.modal-footer {
    border-top-color: #f4f4f4;
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}
.form-horizontal .form-group {
    margin-right: -15px;
    margin-left: -15px;
    margin-bottom: 15px;
}
.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - (0.5rem * 2));
}
.modal .tab-content .tab-content__box {
    position: relative;
    margin-bottom: 20px;
}
.modal .tab-content .tab-content__box label {
    display: block;
    font-weight: 600;
    margin-bottom: 5px;
}
.modal .tab-content .tab-content__box label.error {
    color: #ff0000;
    font-weight: normal;
    font-size: 13px;
    margin-top: 2px;
}
.modal .tab-content .tab-content__box select.error,
.modal .tab-content .tab-content__box input.error {
    border: 1px solid #ff0000;
}
.modal .tab-content .tab-content__box select,
.modal .tab-content .tab-content__box input {
    width: 100%;
    padding: 10px;
    outline: none;
    box-sizing: border-box;
}
.modal .tab-content .tab-content__box input[type=file] {
    border: 1px solid #000;
}
.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}
.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}
.alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin: 1rem 0;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}
.load_img {
    text-align: center;
    display: flex;
    justify-content: center;
}
.load_img img {
    width: 50%;
}
@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }
    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgb(0 0 0 / 50%);
        box-shadow: 0 5px 15px rgb(0 0 0 / 50%);
    }
}
@media (min-width: 576px) {
    .modal-dialog-centered {
        min-height: calc(100% - (1.75rem * 2));
    }
}


@media (max-width: 768px) {
    .hidden-xs {
        display: none;
    }
    .outer_div .box-footer {
        display: block;
    }
    .outer_div .box-footer .pagination {
        margin: 20px 0;
        position: relative;
        justify-content: flex-end;
    }
}