.dataTables_scroll {
    padding: 20px;
    padding-top: 0px;
}

.dataTables_scrollHeadInner .table {
    border-top: 1px solid #ddd;
}

.item-error {
    border: solid 1px red !important;
}

#has-balloontip-class {
    position: absolute;
    top: -27px;
    color: red;
    border: 1px solid;
    border-radius: 4px;
    padding: 2px 4px;
    margin-bottom: 0;
    min-width: 100px;
    /* z-index: 9999999999 !important; */
    background: white !important;
    white-space: nowrap;
    margin: 0 0 5px;
}

.arrow {
    border-top: 5px solid red;
    border-right: 11px solid transparent;
    content: "";
    height: 0;
    left: 15px;
    position: absolute;
    top: 24px;
    width: 0;
}

input:not(.item-error):focus,
select:not(.item-error):focus,
textarea:not(.item-error):focus {
    background-color: #E0F2F1;
    border: 1px solid #00897B !important;
    /*outline: 1px solid #26A69A !important;*/
}

input[type="radio"]:not(.item-error):focus,
input[type="checkbox"]:not(.item-error):focus {
    /* outline: 1px solid #26A69A !important; */
}

textarea {
    resize: none;
}

.search-div {
    /*padding: 10px;*/
    padding: 5px;
}

.navbar-inverse .navbar-nav>li>a {
    color: #26a69a;
}

.navbar-inverse .navbar-nav>li:hover {
    background: #26a69a;
}

.navbar-inverse .navbar-nav>li>a:hover {
    color: white;
}

/* DuyTP 2016/12/15 fix yearmonth width, set text align center*/
.datepicker,
.month {
    width: 100px !important;
}

/* end */
/* DuyTP 2016/12/16 add show box for radio, checkbox on focused*/
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    box-shadow: 0px 0px 6px rgb(70, 134, 72) !important;
    /*outline:1px solid rgb(70, 134, 72)!important;*/
}

/* end */


.ui-datepicker-trigger {
    margin-left: 5px;
    width: 20px;
    height: 20px;
}

.ui-datepicker-trigger:hover {
    cursor: pointer;
}

/*fix year - month select box alignment*/
.ui-datepicker-month {
    position: relative;
    top: -1px;
}


/*
* DatePicker UI
*/

.ui-widget-header {
    background: #7aba7b !important;
    border: 1px solid
}

.ui-datepicker-title span {
    color: #fff;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    background: #e6e6e6 !important;
}

.ui-datepicker-calendar th span {
    color: black !important;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid #7aba7b !important;
    outline: solid #7aba7b 1px;
    outline-offset: -1px;
}

.ui-state-default:hover {
    border: 1px solid #7aba7b !important;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
    border: 1px solid #7aba7b !important;
    background: #86D6C6 !important;
}

.ui-priority-secondary {
    font-weight: bold !important;
    opacity: 1 !important;
}

.date {
    text-align: center;
    display: inline;
}

.month {
    text-align: center;
    display: inline;
}

/*
* DatePicker
*/
.ui-widget-header {
    background: #7aba7b !important;
}

.ui-state-default:hover {
    border: 1px solid #7aba7b !important;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid #7aba7b !important;
    outline: solid #7aba7b 1px;
    background: #7aba7b !important;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
    background: #86D6C6 !important;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
    border: 1px solid #7aba7b !important;
    background: #86D6C6 !important;
}

.ui-datepicker-title select {
    height: 26px !important;
    border-radius: 3px;
}

.ui-datepicker .ui-datepicker-title select {
    font-size: 13px !important;
}

/* not drop when calendar with is too small */
.date {
    min-width: 145px;
    width: 125px;
}

.date-from-to {
    min-width: 290px;
}

/* VuongVT: 2017/03/22 -  Edit for textbox of datepicker */
.datepicker.form-control {
    text-align: center;
    display: inline;
}

.month {
    text-align: center;
    display: inline;
}

/* End edit VuongVT: 2017/03/22 */
.tr-table {
    cursor: pointer;
}

button.add-row,
button.delete-row {
    background: none;
    border: none;
}

button.delete-row:hover,
button.delete-row:focus,
button.delete-row:active,
button.add-row:hover,
button.add-row:focus,
button.add-row:active {
    color: #FEA912;
}

.page-header-content a.btn-link:hover,
.page-header-content a.btn-link:focus {
    background-color: #E1E3E4;
    border-radius: 3px;
    border: 1px solid #ddd;
}

.page-header-content .btn-float.btn-link {
    padding: 15px 5px 8px;
}

.page-header-content a.btn-link {
    min-width: 70px;
}

span.select2-selection:hover,
span.select2-selection:focus,
span.select2-selection:active,
div.checkbox div.checker.focus span,
div.choice.hover,
div.choice.focus,
div.choice.active,
div.checker.focus {
    background-color: #E0F2F1;
}

/* START: HAVV - ANS817 - 2017/06/14 - fixbug error select */
.parent-select {
    border-radius: 3px;
}

/* END: HAVV - ANS817 - 2017/06/14 */
/* START: HAVV - ANS817 - 2017/06/21 - set color for class .required */
span.required {
    color: red;
}

/* END: HAVV - ANS817 - 2017/06/21 */

/* START: HAVV - ANS817 - 2017/07/04 - progress-bar */
.progress {
    height: 36px;
}

.progress-bar {
    line-height: 36px;
}

/* END: HAVV - ANS817 - 2017/07/04 */


.navbar-brand>img {
    margin-top: -11px;
    height: 43px;
}

.icon_mark_read_status {
    opacity: 0.5;
    padding-bottom: 3px;
}

.icon_mark_read_status:hover {
    opacity: 0.8;
    color: #ddd;
}

.active-color-a {
    color: #1E88E5 !important;
}

#ul_notify li {
    border-top: solid 1px #ddd;
}

/*DungNN Format Process Bar */
.format_processbar {
    width: 100%;
    height: 100%;
    position: absolute;
    text-align: center;
    top: 20%;
    left: 0;
}

.content-wrapper .page-title {
    /*    border-left: 2px solid #FEA912;*/
    /*border-bottom: 2px solid #FEA912;*/
    padding-top: 35px;
    padding-bottom: 0px;
}

.content-wrapper .page-title h4 {
    display: inline-block;
    padding-left: 6px;
    /*border-left: 2px solid #FEA912;*/
    font-size: 24px;
}

#wrapper-two-btn {
    top: 0px;
    position: absolute;
    right: 35px;
    /*background-color: #fff;*/
    z-index: 1001;
}

.full_holiday {
    background-color: #928a8a !important;
    opacity: 0.8;
}

.avatar-img {
    width: 30px;
    height: 30px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.dropdown-menu > .dropdown-submenu:hover > .dropdown-menu {
    display: none;
}

.dropdown-menu > .dropdown-submenu.open > .dropdown-menu {
    display: block;
}