body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

.select2-drop-active {
    width: 300px !important;
}


/*==========================
        Preloader
===========================*/

.preloader,.editloader {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #ffffff;
    z-index: 9999;
    /*background-image: url(../images/25.gif);*/
    background-repeat: no-repeat;
    background-position: center;
}


.editloader {
    position: absolute !important;
}

#editloader-status {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -20px 0 0 -20px;
}


/*=== End Preloader ===*/

.invalid-feedback {
    padding-bottom: 5px;
    color: #E82228;
    clear: both;
}

.invalid-feedback em,
.icon-error {
    display: inline-block;
    padding-right: 5px;
    width: 8px;
    height: 8px;
    background: url(../images/error.png) no-repeat 0 0;
}

.error-message {
    color: red;
}


.outer input {
    height: 27px;
/*    border-radius: 5px !important;*/
}

/*.form-group {
    margin-bottom: 0px !important;
}*/

.col-form-label {
    font-weight: normal !important;
    font-family: "Helvetica Neue", Roboto, Arial, "Droid Sans", sans-serif !important;
    font-size: 12px !important;
}

.card-title {
    font-weight: bold;
    color: #1a3fd5;
}

body {
    color: black;
}

.cancel {
    text-align: center;
    margin-top: 20px;
}

.cancel input {
    width: 120px;
    margin-left: 20px;
}

.cancel button {
    width: 120px;
}

#container {
    margin: 0 auto;
    width: 80%;
    overflow: auto;
}

table.gridtable {
    margin: 0 auto;
    width: 95%;
    overflow: auto;
    font-family: helvetica, arial, sans-serif;
    font-size: 14px;
    color: #333333;
    border-width: 1px;
    border-color: #666666;
    border-collapse: collapse;
    text-align: center;
}

table.gridtable th {
    border-width: 1px;
    padding: 8px;
    border-style: solid;
    border-color: #666666;
    background-color: #30ad6c;
}

table.gridtable td {
    border-width: 1px;
    padding: 8px;
    border-style: solid;
    border-color: #666666;
}

/*tr:hover {
    background-color: #D8DA5C
}
*/
.border-invalid {
    border-color: red !important;
}

.was-validated .border-color-invalid {
    border: solid 1px #ff715b !important;
    border-radius: 5px;
}

.select2-container-multi .select2-choices {
    min-height: 26px;
    border-radius: 5px;
}

.width {
    width: 300px !important;
}

.paging li {
    list-style: none;
}


.paging li {
    float: left;
}

.noty_buttons {
    text-align: center !important;
}*/

.action {
    width: 10px !important;
}

.stt {
    width: 40px !important;
}

.cursor {
    cursor: pointer !important;
}

.form-group {
    margin-bottom: 0px !important;
}

.table-bordered {
    margin-top: 10px !important;
}

#detail_table {
    margin-top: 0px !important;
}

.header_sort {
    display: table-row-group !important;
}

.header_sort tr {
    background-color: yellow !important;
}

#HEADER-BOUND
.nav-title-custome .nav-tabs {
    border-color: #17a2b8;
}

@media (max-width: 1100px) {
    .nav-link {
        color: red !important;
        font-size: 12px !important;
    }
}

.success-label {
    font-size: 20px;
    font-style: italic;
    text-align: left !important;
}
