/* Minification failed. Returning unminified contents.
(6,70): run-time error CSS1062: Expected semicolon or closing curly-brace, found '/'
(999,30): run-time error CSS1019: Unexpected token, found ','
(999,30): run-time error CSS1042: Expected function, found ','
(999,35): run-time error CSS1062: Expected semicolon or closing curly-brace, found ')'
(1370,45): run-time error CSS1046: Expect comma, found '0'
(1370,49): run-time error CSS1046: Expect comma, found '/'
(1370,76): run-time error CSS1046: Expect comma, found '0'
(1370,80): run-time error CSS1046: Expect comma, found '/'
(1370,110): run-time error CSS1046: Expect comma, found '0'
(1370,114): run-time error CSS1046: Expect comma, found '/'
(1371,53): run-time error CSS1046: Expect comma, found '0'
(1371,57): run-time error CSS1046: Expect comma, found '/'
(1371,84): run-time error CSS1046: Expect comma, found '0'
(1371,88): run-time error CSS1046: Expect comma, found '/'
(1371,118): run-time error CSS1046: Expect comma, found '0'
(1371,122): run-time error CSS1046: Expect comma, found '/'
(1892,26): run-time error CSS1019: Unexpected token, found ','
(1892,26): run-time error CSS1042: Expected function, found ','
(1892,30): run-time error CSS1062: Expected semicolon or closing curly-brace, found ')'
(1965,26): run-time error CSS1019: Unexpected token, found ','
(1965,26): run-time error CSS1042: Expected function, found ','
(1965,30): run-time error CSS1062: Expected semicolon or closing curly-brace, found ')'
(3994,49): run-time error CSS1046: Expect comma, found '0'
(3994,53): run-time error CSS1046: Expect comma, found '/'
(3994,80): run-time error CSS1046: Expect comma, found '0'
(3994,84): run-time error CSS1046: Expect comma, found '/'
(3994,114): run-time error CSS1046: Expect comma, found '0'
(3994,118): run-time error CSS1046: Expect comma, found '/'
(3995,41): run-time error CSS1046: Expect comma, found '0'
(3995,45): run-time error CSS1046: Expect comma, found '/'
(3995,72): run-time error CSS1046: Expect comma, found '0'
(3995,76): run-time error CSS1046: Expect comma, found '/'
(3995,106): run-time error CSS1046: Expect comma, found '0'
(3995,110): run-time error CSS1046: Expect comma, found '/'
(4452,36): run-time error CSS1046: Expect comma, found '0'
(4452,40): run-time error CSS1046: Expect comma, found '/'
(4771,45): run-time error CSS1046: Expect comma, found '0'
(4771,49): run-time error CSS1046: Expect comma, found '/'
(4771,76): run-time error CSS1046: Expect comma, found '0'
(4771,80): run-time error CSS1046: Expect comma, found '/'
(4771,110): run-time error CSS1046: Expect comma, found '0'
(4771,114): run-time error CSS1046: Expect comma, found '/'
(4772,53): run-time error CSS1046: Expect comma, found '0'
(4772,57): run-time error CSS1046: Expect comma, found '/'
(4772,84): run-time error CSS1046: Expect comma, found '0'
(4772,88): run-time error CSS1046: Expect comma, found '/'
(4772,118): run-time error CSS1046: Expect comma, found '0'
(4772,122): run-time error CSS1046: Expect comma, found '/'
(8092,10): run-time error CSS1030: Expected identifier, found '#dialogBirthDate'
(8092,27): run-time error CSS1031: Expected selector, found ')'
(8092,27): run-time error CSS1025: Expected comma or open brace, found ')'
(8096,14): run-time error CSS1030: Expected identifier, found '#dialogBirthDate'
(8096,31): run-time error CSS1031: Expected selector, found ')'
(8096,31): run-time error CSS1025: Expected comma or open brace, found ')'
(8101,18): run-time error CSS1030: Expected identifier, found '#dialogBirthDate'
(8101,35): run-time error CSS1031: Expected selector, found ')'
(8101,35): run-time error CSS1025: Expected comma or open brace, found ')'
(8528,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(8529,22): run-time error CSS1039: Token not allowed after unary operator: '-_c'
(8529,37): run-time error CSS1039: Token not allowed after unary operator: '-_c'
(8529,53): run-time error CSS1039: Token not allowed after unary operator: '-_c'
(8529,70): run-time error CSS1039: Token not allowed after unary operator: '-_c'
 */
/* 20/08/2024 - [Mai Thy] - Begin update - Bỏ important để popup không bị ghi đè style border-radius */
* {
    border-radius: 0;
    outline: none;
    scrollbar-width: thin;          /* "auto" hoặc "thin" */
    /* scrollbar-color: orange #ccc;   /* scroll thumb and track */ */
}
/* 20/08/2024 - [Mai Thy] - End update - Bỏ important để popup không bị ghi đè style border-radius */

*::-webkit-scrollbar-track {
    /* background-color: #eaeaea;
    border-left: 1px solid #ccc; */

    /* Màu nền ngoài của thanh scrollbar */
     background: #FFFFFF;   
     border-left: 1px solid #FFFFFF;
}

*::-webkit-scrollbar {
    width: 7px;
    height: 7px;
    z-index: -1;
}

*::-webkit-scrollbar-thumb:hover {
    /* background-color: #aaa; */
    background-color: #b2b2b2; /* Hiệu ứng di chuột đổi màu*/
}

*::-webkit-scrollbar-thumb {
    /* background-color: rgba(0, 0, 0, 0.2);
-webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.10), inset 0 -1px 0 rgba(0, 0, 0, 0.07); */

    background-color: #b2b2b2; /* Màu của thanh cuộn (scroll thumb) */ /*#969af4*/
    border-radius: 5px; /* Bo góc scroll thumb */
    border: 2px solid #b2b2b2; /* Không hỗ trợ padding, margin, transition nên dùng viền cùng màu nên để padding scroll thumb */
}

*::-webkit-scrollbar-button {
    width: 0;
    height: 0;
    display: none;
}

*::-webkit-scrollbar-corner {
    background-color: transparent;
}

.asf-form input {
    border-color: -moz-use-text-color -moz-use-text-color #DCDCDC;
    border-style: none none solid;
    border-width: medium medium 2px;
}

.asf-focus-input-error {
    min-height: 25px;
}

.asf-panel {
    height: 100%;
    color: #000;
    font-weight: normal;
}


/*ASOFT Common Lop dung chung*/

.asf-common {
    color: #000000;
}

.asf-label-group {
    padding: 5px;
    font-weight: bold;
    background: #DDDDDD;
    margin-bottom: 10px;
}

.asf-common:hover {
    background-color: #8FD2F4;
}


/*---------------------*/

.asf-overlay {
    background: transparent;
    display: none;
    height: 100%;
    left: 0;
    -ms-opacity: 0.5;
    opacity: 0.5;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10010;
}

.asf-save-process {
    background: #FFFFFF;
    display: none;
    min-height: 50px;
    -moz-min-width: 90px;
    -ms-min-width: 90px;
    -o-min-width: 90px;
    -webkit-min-width: 90px;
    min-width: 90px;
    -ms-opacity: 1;
    opacity: 1;
    padding: 10px;
    position: absolute;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    width: 200px;
    z-index: 10015;
}

.asf-save-process-img {
    background: url("/Content/Images/BlueOpal/loading-image.gif") no-repeat scroll 50% 25% #FFFFFF;
    width: 50px;
    height: 50px;
    float: left;
}

.asf-save-process-text {
    float: left;
    margin: 10px auto;
    text-align: center;
}

.asf-panel {
    width: 100%;
    float: left;
}

.asf-panel-label {
    float: left;
    width: 30%;
    text-align: right;
}

.asf-panel-value {
    float: left;
    width: 70%;
}

.asf-panel-value span {
    margin: 0 0 0 10px;
}

.asf-action-panel {
    float: left;
    width: 100%;
}

.asf-action-panel ul {
    float: left;
    padding: 0px;
    margin: 0px;
}

.asf-action-panel li {
    height: 24px;
    line-height: 24px;
    padding: 0 10px;
    cursor: pointer;
}

/* 24/01/2022 - [Tấn Lộc] - Begin update - Thay đổi màu hover cho các button trong "Hoạt động" */
    .asf-action-panel li:hover {
        background: #8FD2F4; /*Màu củ #8FD2F4*/
    }
/* 24/01/2022 - [Tấn Lộc] - End update - Thay đổi màu hover cho các button trong "Hoạt động" */

.asf-action-item {}


/*CSS cho panel filter master */

.asf-panel-filter {
    line-height: normal;
    /*padding: 0 13px;*/
    width: 100%;
}

.asf-common-search {
    float: right;
    /* 27/11/2019 - [Đình Ly] - Begin update */
    /*width: 100%;
    color: #000;
    margin-top: 3px;*/
    color: #000;
    margin-top: 8px;
    /* 27/11/2019 - [Đình Ly] - End update */
}

#HeaderLabel {
    float: left;
    margin-top: 3px;
}

#Header a {
    color: #fff !important;
}

.asf-textbox-common-search {
    color: #000 !important;
    border-left: none;
}

.asf-common-search .asf-i-tool-24:hover {
    background-color: transparent;
    height: 24px;
    border: none;
}

.asf-box-button-search {
    float: right;
    padding: 5px;
    margin-top: -8px;
}

.asf-common-search .asf-icon.asf-i-tool-24 {
    margin-left: -12px;
}

.asf-box-button-search:hover {
    background: #8FD2F4 !important;
    border: none !important;
}

.asf-common-search a.asf-button-common-custom-search {
    float: right;
    background-color: #fff;
    border-left: 1px solid #dddddd;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    border-right: none;
    width: 24px;
    height: 22px;
    cursor: pointer;
}

.asf-common-search input[type="text"],
.asf-common-search span.k-textbox,
.asf-common-search a.asf-button-common-custom-search {
    -ms-border-radius: 0;
    border-radius: 0;
}

.k-textbox {
    padding: 0;
}

.asf-common-search span.k-textbox.k-textbox > input {
    padding: 0px !important;
}

.asf-common-search span.k-textbox {
    float: right;
    width: 100%;
    background: #dddddd;
    border: 1px solid #dddddd;
    border-left: none;
}

.asf-common-search input:hover,
.asf-common-search input:focus {
    border-bottom-width: 0;
}


/*End CSS filter master */

.asf-panel-view-master {
    overflow: hidden;
    /*padding:5px 10px;*/
    float: left;
    width: 100%;
    min-height: 780px;
}

.asf-panel-view-master-detail {
    background: #f0f0f0;
    padding: 0px 10px 5px;
    float: left;
    width: 28%;
    overflow: hidden;
}

.asf-panel-view-detail {
    width: 69%;
    height: 100%;
    overflow: hidden;
    float: right;
}

.asf-tab {
    background: #fff;
    border: none;
}

.asf-tab>ul {
    border-bottom: 1px solid #dddddd !important;
    padding-left: 0 !important;
    padding-bottom: 15px !important;
    height: 30px;
    /*margin-left: 15px;*/
    margin-bottom: 10px;
}

/*27/12/2021 - [Hoài Bảo] - Begin update - Thay đổi màu line đánh dấu tabstrip đang kích hoạt*/
.asf-tab ul li.k-state-active {
    /* border-bottom: 5px solid #006EB4 !important; */
    border-bottom: 5px solid #006EB4 !important;
    font-weight: bold;
}
/*27/12/2021 - [Hoài Bảo] - End update*/

.asf-tab div.k-state-active:hover {
    color: #000;
}

.asf-tab>ul>li {
    -ms-border-radius: 0 !important;
    border-radius: 0 !important;
    border: none !important;
    background: none !important;
    position: initial !important;
}

.asf-tab ul li,
.asf-tab ul li a {
    color: #000 !important;
}

/* 27/12/2021 - [Hoài Bảo] - Begin update
.asf-tab ul li a {
    width: 100%;
}
 27/12/2021 - [Hoài Bảo] - End update*/

.asf-tab-content {
    border: none !important;
    /*padding: 0em 0 0em 1.2em !important;*/
    padding: 0 !important;
    color: #000 !important;
    margin: 0 !important;
}

/*
 *CSS cho popup*/
/* 20/08/2024 - [Mai Thy] - Begin update - Thêm bo góc cho popup */
.asf-popup {
    color: #000;
    padding: 10px 20px !important;
    border-radius: 0 0 17px 17px;
}
/* 20/08/2024 - [Mai Thy] - End update - Thêm bo góc cho popup */

.k-window-maximized {
    background: transparent;
}

/* 24/12/2021 - [Tấn Lộc] - Begin update - Thay đổi màu cho header Popup */
.k-window .k-window-titlebar.k-header {
    background: #006eb4; /* Màu củ #006eb4 */
    border: none;
}
/* 24/12/2021 - [Tấn Lộc] - End Update - Thay đổi màu cho header Popup */

.asf-popup .k-content-frame {
    background: transparent;
}

/* 24/12/2021 - [Tấn Lộc] - Begin update - Thay đổi màu cho header Popup */
/* 20/08/2024 - [Mai Thy] - Begin update - Header Popup: Thêm bo góc, đổ bóng */
.k-window .k-window-titlebar.k-header {
    background: #006eb4; /* Màu củ #006eb4 */
    /* border: none; */
    border-radius: 17px 17px 0 0;
    position: relative;
    z-index: 100;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
}
/* 24/12/2021 - [Tấn Lộc] - End Update - Thay đổi màu cho header Popup */
/* 20/08/2024 - [Mai Thy] - End update - Header Popup: Thêm border, đổ bóng */

.k-window-titlebar,
.k-window-title {
    text-transform: uppercase;
    cursor: move;
}

.k-window .k-window-titlebar.k-header span {
    font-weight: bold;
    color: #ffffff;
    margin-left: 15px;
}

/******End Popup*******/

/*****CSS cho checkbox*****/
.asf-checkbox {
    margin: 0 5px 0 0;
}

/******End checkbox*******/

/*CSS cho combobox*/

.asf-combobox {
    background-image: none, linear-gradient(to bottom, #FFF 0, #FFF 100%) !important;
    background-color: #FFF !important;
    color: #000;
}

.asf-combobox ul,
li {
    /*overflow: hidden;*/
    line-height: 2em;
    list-style: none;
    border-collapse: collapse;
}

.k-item .k-state-focused .k-state-selected {
    padding: 0;
}

.k-item.k-state-focused.k-state-selected.k-state-hover,
.k-item.k-state-focused.k-state-selected {
    color: #FFFFFF !important;
    background-color: #006eb4;
}

.k-list,
.k-item {
    border-top-width: 0 !important;
    border-bottom-width: 0 !important;
}

li.k-item {
    height: 40px;
    /*padding-top: 10px !important;*/
}

.asf-multiselectbox > .k-item.k-state-selected.k-state-hover {
    color: #FFFFFF !important;
}

.asf-multiselectbox .k-se.k-item:hover {
    background-color: #006EB4 !important;
}

/* 24/12/2021 - [Tấn Lộc] - Begin update - Thay đổi màu nền khi dòng đang được focused vào ô "Tất cả" của ComboCheckList (Type comboBox = 4)*/
.k-animation-container .k-state-focused {
    background-color: #006EB4 !important; /*Màu củ #006EB4*/
}
/* 24/12/2021 - [Tấn Lộc] - End update - Thay đổi màu nền khi dòng đang được focused vào ô "Tất cả" của ComboCheckList (Type comboBox = 4)*/

/* 24/12/2021 - [Tấn Lộc] - Begin update - Thay đổi màu chữ khi hover ComboCheckList (Type comboBox = 4) với những dòng comboBox đang được chọn*/
.asf-multiselectbox>.k-item.k-state-selected.k-state-hover{
    color: #000000 !important;
}
/* 24/12/2021 - [Tấn Lộc] - End update - Thay đổi màu chữ khi hover ComboCheckList (Type comboBox = 4) với những dòng comboBox đang được chọn*/


/* Combobox min-width */
#DivisionIDFilter-list,
#DivisionID-list,
#Type-list {
    /*overflow: hidden;*/
    -moz-min-width: 350px;
    -ms-min-width: 350px;
    -o-min-width: 350px;
    -webkit-min-width: 350px;
    min-width: 350px;
}

/*#CurrencyID-list, #Period-list,
#ReduceReason-list{
    
}*/

/* Combobox min-width */


/* Dropdown background blue */
.asf-popup.asf-window.k-window-content.k-content ul li {
    padding: 10px 15px;
}

.asf-popup.asf-window.k-window-content.k-content ul li a {
    text-decoration: none;
}

.asf-popup.asf-window.k-window-content.k-content ul,
.asf-popup.asf-window.k-window-content.k-content .k-widget.k-window.k-window-titleless {
    overflow: visible !important;
}

.asf-popup.asf-window.k-window-content.k-content .asf-action-panel {
    /*border: 1px solid #000000;*/
    overflow: auto;
    /*width: 100%;*/
    overflow-y: hidden;
}

.asf-popup.asf-window.k-window-content.k-content .asf-action-panel ul {
    width: 100%;
    white-space: nowrap;
}


/* Dropdown background blue */

.k-list.k-reset,
.asf-combo-item-header {
    /*height: 32px !important;*/
    padding: 0;
    margin: 0;
    width: 100%;
    white-space: nowrap;
    /*min-width: 400px;*/
}

ul[id*='_listbox'] {
    max-height: 200px;
}

.k-list.asf-combo-item-header {
    height: auto;
}

.asf-combo-item,
.k-item > .asf-combo-item > .asf-combo-item-col,
.asf-combo-item > .asf-combo-item-col-value-only,
.asf-combo-item > .asf-combo-item-col-value,
.asf-combo-item > .asf-combo-item-col-text {
    height: 100%;
    overflow: hidden;
    vertical-align: bottom;
    white-space: normal !important;
}

.asf-combo-item-header > .k-item {
    padding: 0 auto;
}

.asf-combo-item-header>.k-item>.asf-combo-item>div {
    color: #ffffff;
    line-height: 2.2em;
    height: 100%;
}

.asf-combo-item-header > li, .asf-combo-item-header-text {
    padding: 0 auto;
    margin: 0 auto;
    background: #006eb4;
    font-weight: bolder;
    height: 32px;
}

.asf-combo-item {
    width: 100%;
    float: left;
    min-height: 32px;
    overflow: hidden;
    /*display: block;*/
}

.asf-combo-item>.asf-combo-item-col {
    float: left;
    height: 100%;
}

.asf-combo-item>.asf-combo-item-col-value-only {
    padding-right: 10px;
    width: 100%;
    float: left;
}

.asf-combo-item>.asf-combo-item-col-value {
    width: 80px;
    padding-right: 10px;
    float: left;
}

.asf-combo-item>.asf-combo-item-col-text {
    padding-left: 10px;
    border-left: 1px solid #DDDDDD;
    float: left;
    width: 60%;
}


.asf-combobox .k-state-focused {
    background: none !important;
    -webkit-box-shadow: 0 0 0 !important;
    -ms-box-shadow: 0 0 0 !important;
    box-shadow: 0 0 0 !important;
}

.asf-combobox .k-dropdown-wrap {
    -ms-border-radius: 0;
    border-radius: 0;
    border-bottom: 1px solid #aaa;
    border-top: none;
    border-left: none;
    border-right: none;
    background: none !important;
}

.asf-date-edit .k-picker-wrap.k-state-border-down,
.asf-combobox .k-dropdown-wrap.k-state-border-down {
    padding: 0;
}

.asf-combobox .k-dropdown-wrap .k-select {
    border: none;
}

.asf-combobox .k-dropdown-wrap .k-select .k-i-arrow-s {
    background: url("/Content/Images/combo-gray.png");
    background-position: 0% 0%;
    width: 24px;
    height: 24px;
    vertical-align: bottom;
}


/* 12/03/2019 - [Vĩnh Tâm] - Begin add */


/* Version 2019.1.220: Thay đổi class arrow từ k-i-arrow-s thành k-i-arrow-60-down */

.asf-combobox .k-dropdown-wrap .k-select .k-i-arrow-60-down {
    background: url("/Content/Images/combo-gray.png");
    background-position: 0% 0%;
    width: 24px;
    height: 24px;
    vertical-align: bottom;
}


/* Version 2019.1.220: Remove icon Arrow mặc định của Kendo */

.asf-combobox .k-dropdown-wrap .k-select .k-i-arrow-60-down::before {
    content: none;
}


/* Version 2019.1.220: Remove icon Clear value của Kendo (che mất chữ trên Combobox) */

.asf-combobox .k-dropdown-wrap .k-icon.k-clear-value.k-i-close {
    display: none !important;
}


/* 12/03/2019 - [Vĩnh Tâm] - End add */

/*End CSS cho combobox*/

/*CSS cho date edit*/
.asf-date-edit {
    -ms-border-radius: 0 !important;
    border-radius: 0 !important;
    background-image: none, linear-gradient(to bottom, #FFF 0, #FFF 100%) !important;
    background-color: #FFF !important;
    color: #000;
}

.asf-date-edit .k-picker-wrap.k-state-focused {
    box-shadow: none;
}

.k-calendar-container {
    padding: 0 !important;
    background: #fff;
    box-shadow: none;
}

.k-calendar-container.k-group {
    border-color: #000;
}

.asf-date-edit .k-autocomplete.k-state-hover,
.asf-date-edit.k-autocomplete.k-state-focused,
.asf-date-edit .k-picker-wrap.k-state-hover,
.asf-date-edit .k-picker-wrap.k-state-focused,
.asf-date-edit .k-numeric-wrap.k-state-hover,
.asf-date-edit .k-numeric-wrap.k-state-focused,
.asf-date-edit .k-dropdown-wrap.k-state-hover,
.asf-date-edit .k-dropdown-wrap.k-state-focused {
    background: none !important;
    border-bottom: 1px solid #aaa;
}

.asf-date-edit span {
    -ms-border-radius: 0;
    border-radius: 0;
    border-bottom: 1px solid #aaa !important;
    border-top: none;
    border-left: none;
    border-right: none;
    background: none !important;
}

.asf-date-edit .k-select {
    border: none !important;
    width: inherit !important;
}

.asf-date-edit .k-i-calendar {
    background: url("/Content/Images/icon-calendar-24x24.png") no-repeat scroll 55% 50% rgba(0, 0, 0, 0) !important;
    width: 24px;
    height: 24px;
    vertical-align: bottom;
    border: none !important;
}


/* 15/03/2019 - [Vĩnh Tâm] - Begin add */


/* Version 2019.1.220: Remove icon Calendar mặc định của Kendo */

.asf-date-edit .k-i-calendar::before {
    content: none;
}


/* Version 2019.1.220: Remove icon Clock mặc định của Kendo */

.asf-date-edit .k-i-clock::before {
    content: none;
}


/* 15/03/2019 - [Vĩnh Tâm] - End add */

.asf-date-edit .k-i-clock {
    background: url("/Content/Images/icon-clock-24x24.png") no-repeat scroll 55% 50% rgba(0, 0, 0, 0) !important;
    width: 24px;
    height: 24px;
    vertical-align: bottom;
    border: none !important;
}


/*End CSS cho date edit*/

.asf-label {
    color: #000;
    float: left;
    width: 100%;
    padding: 10px 0 0;
}

.asf-checkbox {
    float: left;
    padding: 2px;
}


/*CSS cho button */

.k-button.k-upload-button {
    /*background: none !important;*/
}

/* 20/08/2024 - [Mai Thy] - Begin update - Thêm bo góc cho button */
.asf-button,
.asf-button.k-state-disabled,
.k-button.k-upload-button {
    -moz-min-width: 105px;
    -ms-min-width: 105px;
    -o-min-width: 105px;
    -webkit-min-width: 105px;
    min-width: 105px;
    background: #e6e6e6;
    border: 1px solid #dddddd;
    -ms-border-radius: 0;
    /* border-radius: 0; */
    color: #000;
    -moz-box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    font-family: inherit;
    line-height: 1.66em;
    margin: 0;
    padding: 2px 7px;
    text-align: center;
    text-decoration: none;
}
/* 20/08/2024 - [Mai Thy] - End update - Thêm bo góc cho button */

/* 24/12/2021 - [Tấn Lộc] - Begin update - Thay đổi màu nền khi nhấn click vào button*/
.asf-button-active {
    background-color: #8bd6ff !important; /*Màu củ #006eb4*/
    color: #fff !important;
}
/* 24/12/2021 - [Tấn Lộc] - Begin update - Thay đổi màu nền khi nhấn click vào button*/

.asf-button-disable-hover {
    background: #e6e6e6 !important;
    border: 1px solid #dddddd !important;
    color: #000 !important;
}

.asf-button-hover {
    background-color: #8FD2F4;
    border: 1px solid #8FD2F4;
    display: inline-block;
    line-height: 1.66em;
    color: #000;
    background-image: inherit;
}

.asf-button.k-state-disabled {
    cursor: none;
}

.asf-button.k-state-disabled:hover {
    background: #e6e6e6 !important;
    border: 1px solid #dddddd !important;
    color: #000 !important;
}

.asf-button.k-state-focused {
    border: 1px solid #dddddd;
    background-color: #e6e6e6;
    background-image: inherit;
}

/* 24/12/2021 - [Tấn Lộc] - Begin update - Thay đổi màu nền khi hover vào các button trên popup (Điển hình là control 16)*/
.asf-button:hover,
.k-button:hover {
/*    background-color: #8FD2F4; màu củ #8FD2F4 
    border: 1px solid #8FD2F4;*/
    display: inline-block;
    /*comment lại thuộc tính khi hover làm tăng chiều cao button => làm view bị giật*/
    /*line-height: 1.5em;*/
    color: #000;
    background-image: inherit;
}
/* 24/12/2021 - [Tấn Lộc] - Begin update - Thay dổi màu nền khi hover vào các button trên popup (Điển hình là control 16)*/

.asf-disabled-visibility {
    display: none !important;
}

.asf-disabled-button {
    width: 105px;
    background: #dddddd !important;
    border: 1px solid #dddddd;
    -ms-border-radius: 0;
    border-radius: 0;
    color: #000 !important;
    -moz-box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    font-family: inherit;
    line-height: 24px;
    margin: 0;
    padding: 2px 7px;
    text-align: center;
    text-decoration: none;
}

.asf-disabled-button:hover {
    background: #DCDCDC !important;
    border: 1px solid #aaa;
}

.asf-button-selected {
    background: #006EB4 !important;
}


/*EndCSS cho button */


/*CSS cho text area */

.asf-textarea {
    border: 1px solid #aaa;
    -moz-resize: none;
    -ms-resize: none;
    -o-resize: none;
    resize: none;
    margin-bottom: 5px;
}


/*END CSS cho text area */


/*CSS cho Textbox */

.asf-textbox,
.asf-spin-edit {
    /*background:none !important;*/
    -ms-border-radius: 0;
    border-radius: 0;
    color: #000 !important;
}

.asf-textbox,
.asf-textbox:focus,
.asf-textbox:hover {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #aaa;
}

.asf-decimal {
    text-align: right;
}


/*End CSS cho TextBox */


/*CSS cho SpinEdit */

.asf-spin-edit {
    text-align: right;
}

.asf-spin-edit span {
    /*background:none !important;*/
    -ms-border-radius: 0 !important;
    border-radius: 0 !important;
    border: none !important;
    color: #000 !important;
}

.asf-spin-edit input {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #aaa !important;
    -webkit-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    border-radius: 0 !important;
}


/*End CSS cho TextBox */

.asf-dialog {
    width: 100%;
    overflow: hidden;
}

.asf-dialog-content {
    float: left;
    width: 100%;
    padding: 10px;
}

.asf-dialog-button {
    float: left;
    width: 100%;
    margin: 10px 0 0;
}

/*29/12/2021 - [Tấn Lộc] - Begin Update -  */
.asf-dialog-button a {
    float: right;
    width: 70px !important;
    margin: 0 0 4px 5px;
    border-radius: 12px !important;
    box-shadow: 0px 5px 6px -2px #999999;
}


/*CSS cho Thông báo lỗi */

.asf-message {
    border: 1px solid #000000;
    margin: 0px;
    width: 100%;
    min-height: 30px;
    max-height: 70px;
    padding: 0;
    border: none;
    overflow: auto;
    padding: 0 0 0 0;
}

/* 12/01/2021 - [Tấn Lộc] - Begin update - Màu nền thông báo lỗi*/
.asf-panel-required {
    background: rgb(255, 0, 0, 0.5); /*Màu củ #ffcbcb*/
    border-radius: 15px;
}

.asf-icon-required {
    background: url("/Content/Images/error.png") no-repeat scroll 30% 30% rgba(0, 0, 0, 0);
    float: left;
    height: 40px;
    margin: 0px 10px 0;
    width: 40px;
}

.asf-message ul {
    display: block;
}

.asf-message ul,
.asf-message li {
    /*margin-left : 20px;*/
    margin: 2px;
    padding-left: 10px;
    height: auto;
    list-style: none;
    font-size: 13px;
    border: none !important;
    line-height: 24px;
}

.asf-text-message-error {
    color: red;
}

.asf-focus-input-error,
.k-error-cell {
    border-bottom: 1px solid #ffcbcb !important;
}

.asf-label-required {
    color: Red;
}

/* 27/12/2021 - [Tấn Lộc] - Begin update - Màu nền thông báo thành công*/
.asf-panel-info {
    background: #BDE5F8; /*Màu củ #BDE5F8  #ffdec6*/
    border-radius: 15px;
}
/* 27/12/2021 - [Tấn Lộc] - Begin update - Màu nền thông báo thành công*/

.asf-panel-warning {
    background: #FFEA97;
}


/*End CSS cho Thông báo lỗi */


/*Header and menu*/


/*------------------------------------------*/

.asf-header-icon-logo {
    background-image: url("/Content/Images/logo.png");
    background-repeat: no-repeat;
    -ms-background-size: 100% 100%;
    background-size: 100% 100%;
    float: left;
    height: 100%;
    width: 144px;
    margin-right: 50px;
}

.asf-icon-logo_xr {
    background-image: url("/Content/Images/logo_xuongrong.png");
    background-repeat: no-repeat;
    background-repeat: no-repeat;
    -ms-background-size: 100% 100%;
    background-size: 100% 100%;
    height: 111px;
    width: 674px;
}

.asf-icon-logo_vpl {
    background-image: url("/Content/Images/logo_vpl.png");
    background-repeat: no-repeat;
    background-repeat: no-repeat;
    -ms-background-size: 100% 100%;
    background-size: 100% 100%;
    height: 111px;
    width: 674px;
}

.asf-icon-logo_next {
    background-image: url("/Content/Images/navigate.next.png");
    background-repeat: no-repeat;
    background-repeat: no-repeat;
    -ms-background-size: 100% 100%;
    background-size: 100% 100%;
}

.asf-icon-logo_prev {
    background-image: url("/Content/Images/navigate.previous.png");
    background-repeat: no-repeat;
    background-repeat: no-repeat;
    -ms-background-size: 100% 100%;
    background-size: 100% 100%;
}

/*css thanh header của hệ thống*/
.asf-header {
    height: 40px;
    padding-left: 20px;
    /*padding-right: 20px;*/
    background-color: #006eb4;
    /*position: relative;*/
    z-index: 10001;
    position: fixed;
    width: 100%;
    min-width: 1225px;
    border-bottom: 1px solid #006eb4;
}

.asf-header .right {
    float: right;
    /*max-width: 50%;*/
    height: 100%;
    right: 0;
    padding: 0 40px 0 0;
}

.asf-header a {
    text-decoration: none;
}

/* css thông tin DivisionID và kỳ kế toán*/
.asf-header .period-info {
    height: 100%;
    padding: 0 10px;
    float: left;
    margin: 0;

    
    display: flex;
    align-items: center;
    transition: box-shadow .2s linear,-webkit-box-shadow .2s linear, background-color .2s ease-out, border .2s ease-out;
}

.asf-header .asf-header-span-period {
    font-size: 15px;
    cursor: pointer;
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    line-height: 24px;
    color: #ffffff;
    margin-right: 15px;
}

.asf-header-white-line {
    float: left;
    border-right: 3px solid #FFF;
    height: 30px;
    margin-top: 5.5px;
}

.asf-header-system-text {
    float: left;
    font-size: medium;
    padding-top: 0;
    margin-top: 10px;
}

.asf-header div div {
    color: #FFF;
    /*margin-top:5px;*/
    height: 100%;
    /*width: 100%;*/
    vertical-align: middle;
    float: left;
}

/*css tên user đăng nhập ở phần header*/
.asf-header .icon-text {
    padding-top: 4px;
    font-size: 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
/*Xuống dòng trong thẻ span cho tên user và phòng ban*/
    .asf-header .icon-text span {
        display: block;
        color: #ffffff;
    }

/*Cở chữ trong thẻ span cho tên user và phòng ban*/
.asf-header .icon-text .userName, .asf-header .icon-text .departmentID{
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    display: flex;
    align-items: center;
}
/*Phòng ban nằm bên phải*/
.asf-header .icon-text .departmentID{
    float: right;
}

.asf-header-popupconfig {
    width: 200px;
    height: auto;
}

.asf-header-popupconfig table {
    width: 100%;
}

.asf-header-popupconfig table tr {
    cursor: pointer;
}

.asf-header-popupconfig table td {
    vertical-align: middle;
}

/* 27/12/2021 - [Tấn Lộc] - Begin update - Thay dổi màu khi hover vào popup thông tin cá nhân (Thông tin cá nhân - Đổi mật khẩu - Đăng xuất)*/
    .asf-header-popupconfig table tr:hover {
        background-color: #8FD2F4; /*Màu củ #8FD2F4*/
    }
/* 27/12/2021 - [Tấn Lộc] - Begin update - Thay dổi màu khi hover vào popup thông tin cá nhân (Thông tin cá nhân - Đổi mật khẩu - Đăng xuất)*/

.asf-header-popupitem {
    height: 24px;
}

.asf-header-popupitem:hover {
    background-color: #8FD2F4;
}

.asf-header-user {
    float: right;
    height: 100%;
    width: auto;
    -moz-min-width: 100px;
    -ms-min-width: 100px;
    -o-min-width: 100px;
    -webkit-min-width: 100px;
    min-width: 100px;
    padding: 0 8px;
    cursor: pointer;
    transition: box-shadow .2s linear,-webkit-box-shadow .2s linear, background-color .2s ease-out, border .2s ease-out;
}

.asf-header-active,
.period-active {
    background-color: #004069;
}

.asf-user-name {
    padding: 10px 0;
}

.asf-header-user a:hover {
    color: White;
}

.asf-header-icon-user {
    background-position: 40% 100%;
    width: 32px;
    height: 32px;
    vertical-align: bottom;
}

.asf-header-icon-user img {
    border-radius: 50% !important;
    margin-left: 5px;
}

.asf-header-icon-help {
    width: 32px;
    height: 32px;
    vertical-align: bottom;
    float: left;
    cursor: pointer;
    background-position: 40% 60%;
}

/* 02/12/2019 - [Tấn Lộc] - Begin add - css thẻ div chứa icon trợ giúp */
.iconsetingandhelp{
    padding-left: 15px;
    position: absolute;
    bottom: 0%;
}
.asf-header-icon-help-boss{
    width: 45px;
    height: 25px;
    vertical-align: bottom;
    display: inline-block;
    cursor: pointer;
    background-position: 40% 60%;
    padding-left: 20px;
    padding-right: 25px;
    color: #fff;
}

/* 02/12/2019 - [Tấn Lộc] - End add - css thẻ div chứa icon trợ giúp */

/*07/01/2022 - [Tấn Lộc] - Begin add - Css button setting*/
.asf-header-icon-setting-as {
    width: 32px;
    height: 32px;
    background: url(/Content/Images/settings.png) no-repeat;
    background-size: 48px;
    vertical-align: bottom;
    float: left;
    cursor: pointer;
    background-position: 40% 60%;
    transition: box-shadow .2s linear, -webkit-box-shadow .2s linear, background-color .2s ease-out, border .2s ease-out;
}
/*07/01/2022 - [Tấn Lộc] - Begin add - Css button setting*/


/* 02/12/2019 - [Tấn Lộc] - End add - css thẻ div chứa icon cài đặt */

.asf-header-icon-calendar {
    width: 32px;
    height: 32px;
    vertical-align: bottom;
    float: left;
    cursor: pointer;
    background-position: 40% 60%;
    transition: box-shadow .2s linear,-webkit-box-shadow .2s linear, background-color .2s ease-out, border .2s ease-out;
}

/* 02/12/2019 - [Tấn Lộc] - Begin add - Hover button Trợ giúp */
.asf-header-icon-help:hover {
    background-color: #222222;
}
/* 02/12/2019 - [Tấn Lộc] - End add - Hover button Trợ giúp */

/* 02/12/2019 - [Đình Ly] - Begin add */
/* Class css cho button show-hide module */
.asf-header-icon-module {
    background-position: 60% 60%;
    width: 32px;
    height: 32px;
    vertical-align: bottom;
    float: right;
    cursor: pointer;
}
/* 02/12/2019 - [Đình Ly] - End add */

.asf-header-icon-setting {
    background-position: 40% 40%;
    width: 32px;
    height: 32px;
    vertical-align: bottom;
    float: left;
    -ms-background-size: 50px auto;
    background-size: 50px auto;
    cursor: pointer;
}

/*Css hover khi trỏ chuột vào - Bỏ hover cho thông tin cá nhân ở header*/
    .asf-header-icon-setting:hover,
    .asf-header-user:hover,
    .asf-header .period-info:hover {
        background-color: #006eb4;
        border-radius: 3px !important;
        box-shadow: 0 16px 38px -12px rgb(0 0 0 / 56%), 0 4px 25px 0 rgb(0 0 0 / 12%), 0 8px 10px -5px rgb(0 0 0 / 20%);
        -webkit-box-shadow: 0 16px 38px -12px rgb(0 0 0 / 56%), 0 4px 25px 0 rgb(0 0 0 / 12%), 0 8px 10px -5px rgb(0 0 0 / 20%);
    }

/*Khi click vào phân thông tin cá nhân ở thanh header sẽ add thêm class này - Sự kiện nằm ở common.js - dòng 945*/
.asf-header-active {
    background-color: #006EB4;
}

.asf-icon-config img {
    background-repeat: no-repeat;
    -ms-background-size: 100% 100%;
    background-size: 100% 100%;
    height: 25px;
    width: 25px;
    float: left;
}

.asf-icon-config-1 img {
    background-repeat: no-repeat;
    -ms-background-size: 100% 100%;
    background-size: 100% 100%;
    height: 18px;
    width: 18px;
    float: left;
}

.asf-icon-logout img {
    background-repeat: no-repeat;
    -ms-background-size: 100% 100%;
    background-size: 100% 100%;
    height: 25px;
    width: 25px;
    float: left;
}

.asf-header div::selection {
    background-color: #004069;
}

.asf-header span {
    /* 22/07/2020 - [Đình Ly] - Begin Edit */
    /* Cập nhật font chữ mới cho hệ thống ERP9.9 */
    color: #fff;
    font-size: 21px;
    /*font-weight: bold;*/
    /*font-family: 'Times New Roman';*/
    font-family: Montserrat;
    /* 22/07/2020 - [Đình Ly] - End Edit */
}

.asof-icon-padding-right {
    padding-right: 20px;
}

.asof-title-padding-right {
    padding-right: 20px;
}

.asof-title-padding-left {
    padding-left: 0px; /*Cũ 20px*/
}

.asf-header-language {
    float: right;
    margin-right: 50px;
    margin-top: 10px;
    padding-top: 5px;
}

.asf-period {
    float: right;
    margin-right: 50px;
    margin-top: 10px;
    padding-top: 5px;
}

.asf-header-text {
    font-size: 14px !important;
    color: #FFFFFF;
    float: left;
    margin-left: 20px;
    margin-top: 10px;
}


/*Menu cap 1*/

.asf-menu {
    background: none repeat scroll 0 0 #ddd;
    border-style: none;
    color: #000000;
    display: inline-block;
    height: 28px;
    /*padding-top: 3px;*/
    width: 100%;
    cursor: pointer;
    margin: 40px 0 0 0;
}

.asf-menu-prev {
    height: 25px;
    position: absolute;
    width: 25px;
    display: none;
    cursor: pointer;
    left: 10px;
}

.asf-menu-next {
    display: none;
    height: 25px;
    position: absolute;
    right: 20px;
    width: 25px;
    cursor: pointer;
}

.asf-menu ul {
    height: 26px;
    white-space: nowrap;
    margin: 3px auto auto;
    margin-left: -30px;
    float: left;
}

.asf-menu li {
    border: medium none !important;
    display: inline-block;
    height: 100%;
    -moz-min-width: 70px;
    -ms-min-width: 70px;
    -o-min-width: 70px;
    -webkit-min-width: 70px;
    min-width: 70px;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 28px;
    text-align: center;
}

.asf-menu li:hover {
    background: #FFFFFF !important;
    border-style: none;
}

.asf-menu li span:hover {
    background: #FFFFFF;
    border-style: none;
    color: #000;
}

.asf-menu-selectiontop {
    background: #FFFFFF;
}


/*Menu cap 2*/

.asf-menu-sub {
    height: 32px;
    margin-top: 4px;
    border-bottom: 2px solid;
    border-color: #006EB4;
}

.asf-menu-sub ul {
    float: left;
    height: 100%;
    line-height: 26px;
    margin: auto;
    margin-left: -33px;
}

.asf-menu-sub ul li {
    float: left;
    height: 100%;
    margin: 0 5px;
    padding: 0 5px;
    -moz-min-width: 60px;
    -ms-min-width: 60px;
    -o-min-width: 60px;
    -webkit-min-width: 60px;
    min-width: 60px;
    text-align: center;
    list-style: none;
    cursor: pointer;
}

.asf-menu-sub ul li a {
    text-decoration: none;
}

.asf-menu-sub li:hover {
    background-color: #8FD2F4;
}

.asf-menu-sub-select {
    background-color: #006EB4;
    color: #ffffff;
}

.asf-menu-sub-select a {
    color: #ffffff;
}


/*Menu cap 3*/

.asf-menu-sub-child-left {
    border-right: 1px solid;
    border-color: #AAAAAA;
    float: left;
    width: 45%;
}

.asf-menu-sub-child-left1 {
    border-right: 1px solid;
    border-color: #AAAAAA;
    float: left;
    width: 45%;
}

/*14/01/2022 - [Hoài Bảo] - Begin update - Cập nhật độ rộng popup*/
.asf-window {
    visibility: visible;
    width: fit-content; /*200px;*/
    overflow: hidden !important;
}
/*14/01/2022 - [Hoài Bảo] - End update*/

.asf-menu-sub-child-left ul li a {
    width: 100%;
}

.asf-menu-sub-child-left1 ul li a {
    width: 100%;
}

.asf-windown.k-window-content.k-content {
    padding: 0;
}

.asf-menu-sub-child-left ul {
    float: left;
    padding: 0;
    width: 100%;
}

.asf-menu-sub-child-left1 ul {
    float: left;
    padding: 0;
    width: 100%;
}

.asf-menu-sub-child-left ul li {
    overflow: hidden;
    list-style: none;
    height: 32px;
    width: 100%;
}

.asf-menu-sub-child-left1 ul li {
    overflow: hidden;
    list-style: none;
    height: 32px;
    width: 100%;
}

.asf-menu-sub-child-left ul li:hover {
    background-color: #8fd2f4;
}

.asf-menu-sub-child-left1 ul li:hover {
    background-color: #8fd2f4;
}

.asf-menu-sub-child-left ul li a {
    text-decoration: none;
    color: #000;
    vertical-align: top;
    float: left;
    padding: 5px 32px 10px 32px;
    height: 100%;
    width: 100%;
}

.asf-menu-sub-child-left1 ul li img {
    float: left;
    margin-left: -25px;
    padding-top: 5px;
}

.asf-menu-sub-child-left ul li img {
    float: left;
    margin-left: -25px;
    padding-top: 5px;
}

.asf-menu-sub-child-left1 ul li a {
    text-decoration: none;
    color: #000;
    vertical-align: top;
    float: left;
    padding: 5px 32px 10px 32px;
    height: 100%;
    width: 100%;
}

.asf-menu-sub-child-right {
    float: right;
    width: 51%;
}

.asf-menu-sub-child-right ul {
    margin-left: -20px;
    width: 150px;
}

.asf-menu-sub-child-right ul li {
    list-style: none;
    height: 28px;
}

.asf-menu-sub-child-right ul li:hover {
    background-color: #8FD2F4;
}

.asf-menu-sub-child-right ul li a {
    text-decoration: none;
    color: #000;
    float: left;
    margin-top: 4px;
    padding-left: 8px;
}


/*------------------------------------------*/


/*Css grid*/


/*------------------------------------------*/

.asf-grid-no-record {
    border: none !important;
    content: '';
    text-align: center;
}

.asf-grid-non-edit {
    display: block;
    width: 100%;
    height: 95%;
    position: absolute;
    top: 0;
    left: 0;
    float: left;
    z-index: 100;
}

.asf-grid {
    /*border: 1px solid #DDD;*/
    /*border-bottom: none !important;*/
    border: 1px solid #fff;
    color: #000;
    /*fix wrap text*/
    word-wrap: break-word;
}

.asf-grid-link {
    text-decoration: underline;
    cursor: pointer;
}
/* 17/05/2024 - [Mai Thy] - Begin add */
/* Thay đổi thuộc tính border + width cho toolbar của lưới */
/* 24/05/2024 - [Mai Thy] - Begin update */
/* Chỉnh sửa vị trí cho toolbar của lưới */
/* 07/06/2024 - [Mai Thy] - Begin update */
/* Chỉnh sửa thuộc tính display của lưới */
.asf-grid .k-grid-toolbar:first-child  {
    width: fit-content;
    border-bottom: none;    
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
    top: 7px;
    position: relative;
    padding-bottom: 10px;
	display: flex;
}
/* 17/05/2024 - [Mai Thy] - End add */
/* 24/05/2024 - [Mai Thy] - End update */
/* 07/06/2024 - [Mai Thy] - End update */

/* 20/12/2021 - [Tấn Lộc] - Begin update*/
/* Thay đổi background phần div phía ngoài cùng bên phải (Phần của thanh scroll) cho tệp màu với màu lưới*/
.asf-grid .k-grid-header {
    border-radius: 10px !important;
    background: #d9ecf5; /*Màu củ #ffdec6 #f47920 #dddddd*/
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #d9ecf5; /*Màu cũ #f47920 #DCDCDC*/
}
/* 20/12/2021 - [Tấn Lộc] - End update*/

/* 21/12/2021 - [Tấn Lộc] - Begin update*/
/* Chỉnh sửa màu cho những border cho tệp với màu của background*/
.asf-grid .k-grid-header-wrap {
    border-bottom-style: solid;
    border-bottom-width: 0;
    border-bottom-color: #006EB4; /*Màu củ #f47920 #DCDCDC */
    border-right: 1px solid #d9ecf5; /*Màu cũ #DCDCDC*/
}
/* 21/12/2021 - [Tấn Lộc] - End update*/



/*20/12/2021 - [Tấn Lộc] - Begin update */
/* Thay đổi background + màu cho lưới */
    .asf-grid .k-grid-header-wrap th.k-header {
        background: #d9ecf5; /*Màu củ #f47920 #ffdec6 #DDD*/
        border-color: #d9ecf5; /*Màu cũ #DCDCDC*/
        color: #000000;
        font-weight: bold;
        text-align: center;
        white-space: inherit;
        /* 12/03/2019 - [Vĩnh Tâm] - Begin add */
        vertical-align: middle;
        /* 12/03/2019 - [Vĩnh Tâm] - End add */
        /* 22/07/2020 - [Đình Ly] - Begin add */
        font-weight: normal;
        /* 22/07/2020 - [Đình Ly] - End add */
    }
/* 20/12/2021 - [Tấn Lộc]  - Begin Update */


/* 12/03/2019 - [Vĩnh Tâm] - Begin add */
/* Version 2019.1.220: Màu chữ bị Kendo css thay đổi nên phải set css đè lên */
/* 21/12/2021 - [Tấn Lộc] - Begin update */
/* Thay đổi màu chữ cho grid*/

    .asf-grid .k-grid-header-wrap th.k-header > .k-link {
        color: #0700ad; /*Màu cũ #000*/
        overflow: unset;
        text-overflow: unset;
        font-weight: bold; /*Font cũ normal*/
    }

/* 20/12/2021 - [Tấn Lộc]  - End Update */
/* 12/03/2019 - [Vĩnh Tâm] - End add */

/*13/01/2021 - [Tấn Lộc] - Begin add - Bo tròn 2 đầu của lưới*/
.asf-grid .k-grid-header-wrap th.k-header:last-child{
    border-radius: 0 10px 10px 0 !important;
}
.k-grid-header th.k-header:first-child {
    border-radius: 10px 0 0 10px !important;
}
/*13/01/2021 - [Tấn Lộc] - End add - Bo tròn 2 đầu của lưới*/


/* 22/03/2019 - [Vĩnh Tâm] - Begin add */
/* Thêm CSS format header của các cột được Freeze trên Grid hoặc TreeList */
.asf-grid .k-grid-header-locked {
    border-bottom-style: solid;
    border-bottom-width: 0;
    border-bottom-color: #006EB4; /*Màu củ #f47920 #DCDCDC */
    border-right: 1px solid #d9ecf5; /*Màu cũ #DCDCDC*/
}

.asf-grid .k-grid-header-locked th.k-header {
    background: #d9ecf5; /*Màu củ #f47920 #ffdec6 #DDD*/
    border-color: #d9ecf5; /*Màu cũ #DCDCDC*/
    color: #000000;
    font-weight: bold;
    text-align: center;
    white-space: inherit;
    /* 12/03/2019 - [Vĩnh Tâm] - Begin add */
    vertical-align: middle;
    /* 12/03/2019 - [Vĩnh Tâm] - End add */
    /* 22/07/2020 - [Đình Ly] - Begin add */
    font-weight: normal;
    /* 22/07/2020 - [Đình Ly] - End add */
}

.asf-grid .k-grid-header-locked th.k-header > .k-link {
    color: #0700ad; /*Màu cũ #000*/
    overflow: unset;
    text-overflow: unset;
    font-weight: bold; /*Font cũ normal*/
}

/* 22/03/2019 - [Vĩnh Tâm] - End add */

.asf-grid .k-grid-content {
    border-bottom: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    overflow-y: auto !important;
}

/* 22/12/2022 - [Vĩnh Tâm] - End add */

/* 22/12/2021 - [Tấn Lộc] - Begin update Bổ sung box-shadow tạo bóng cho mỗi dòng trên grid*/
/* 18/1/2021 - [Anh Tuấn] - Begin update Bổ sung border bằng bóng trên grid */
.asf-grid .k-grid-content>table>tbody>tr {
    background: #FFFFFF;
    _color: #000000;
    line-height: 0;
    height: 20px;
    box-shadow: 0px 0px 0.1px 1px #ddd;
    border-radius: 12px !important;
    position: relative;
    /* box-shadow: 0 1px 20px -5px #999999; */
}
/* 22/12/2021 - [Tấn Lộc] - End Update */
/* 18/1/2021 - [Anh Tuấn] - End update */


/* 22/12/2021 - [Tấn Lộc] - Begin update - Thay đổi màu khi hover vào lưới dữ liệu */
.asf-grid .k-grid-content>table>tbody>tr .checked,
.asf-grid .k-grid-content>table>tbody>tr:hover {
    background: rgb(0,0,0,0.1); /*Màu củ #8fd2f4*/
    
}
/* 22/12/2021 - [Tấn Lộc] - End update - Thay đổi màu khi hover vào lưới dữ liệu */

/* 06/01/2021 - [Tấn Lộc] - Begin update - Thay đổi màu của border*/
.asf-grid .k-grid-content>table>tbody>tr>td {
    border-color: #ddd; /*Màu củ #e6e6e6*/
    /* border-color: rgb(102,102,102, 0.1); */
    overflow: unset;
    text-overflow: unset;
    /*padding: 0.2em 0.6em;*/
}

/* 06/01/2021 - [Tấn Lộc] - Begin update - Thay đổi màu của border*/

.asf-grid .k-grid-content>table>tbody>tr>td>a:link {
    color: Black;
}

.asf-grid .k-grid-content>table>tbody>tr>td>a:visited {
    color: Black;
}

.asf-grid .k-grid-content>table>tbody>tr>td>a:hover {
    color: Black;
}

.asf-grid .k-grid-content>table>tbody>tr>td>a:active {
    color: Black;
}

/*21/12/2021 - [Tấn Lộc] - Begin update */
/* Những dòng có class="k-alt" sẽ được tô màu sám. Nên cái grid sẽ có dòng trắng dòng sám */
/*=> Chuyển thành dòng trắng luôn*/
.asf-grid .k-grid-content>table>tbody>.k-alt {
    background: #fff;
    color: #000000;
}
/*21/12/2021 - [Tấn Lộc] - Begin update */

/* 24/12/2021 - [Tấn Lộc] - Begin update - Thay đổi màu nền khi 1 dòng trên grid được nhấn vào*/
.asf-grid .k-grid-content table tr.k-state-selected {
    background: #ddd; /*Màu củ #8FD2F4 #ffdec6*/
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    color: #000000;
    line-height: 0;
    height: 20px;
}
/* 24/12/2021 - [Tấn Lộc] - End update - Thay đổi màu nền khi 1 dòng trên grid được nhấn vào*/

/* 13/12/2022 - [Kiều Nga] - Begin add - Xử lý css cho Freeze*/
.asf-grid .k-grid-content-locked {
    border-bottom: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    overflow-y: auto !important;
}

.asf-grid .k-grid-content-locked>table>tbody>tr {
    background: #FFFFFF;
    _color: #000000;
    line-height: 0;
    height: 20px;
    box-shadow: 0px 0px 0.1px 1px #ddd;
    border-radius: 12px 0px 0px 12px !important;
    position: relative;
    /* box-shadow: 0 1px 20px -5px #999999; */
}

.asf-grid .k-grid-content-locked>table>tbody>tr .checked,
.asf-grid .k-grid-content-locked>table>tbody>tr:hover {
    background: rgb(0,0,0,0.1); /*Màu củ #8fd2f4*/
}

.asf-grid .k-grid-content-locked>table>tbody>tr>td {
    border-color: #ddd; /*Màu củ #e6e6e6*/
    /* border-color: rgb(102,102,102, 0.1); */
    overflow: unset;
    text-overflow: unset;
    /*padding: 0.2em 0.6em;*/
}

.asf-grid .k-grid-content-locked>table>tbody>tr>td>a:link {
    color: Black;
}

.asf-grid .k-grid-content-locked>table>tbody>tr>td>a:visited {
    color: Black;
}

.asf-grid .k-grid-content-locked>table>tbody>tr>td>a:hover {
    color: Black;
}

.asf-grid .k-grid-content-locked>table>tbody>tr>td>a:active {
    color: Black;
}

.asf-grid .k-grid-content-locked>table>tbody>.k-alt {
    background: #fff;
    color: #000000;
}

.asf-grid .k-grid-content-locked table tr.k-state-selected {
    background: #ddd; /*Màu củ #8FD2F4 #ffdec6*/
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    color: #000000;
    line-height: 0;
    height: 20px;
}


.k-grid-lockedcolumns .k-grid-content>table>tbody>tr {
    border-radius: 0px 12px 12px 0px !important;
}

/* 13/12/2022 - [Kiều Nga] - End add - Xử lý css cho Freeze*/


/*04/01/2022 - [Tấn Lộc] - Begin add - Đưa thanh phân trang ra giữa*/
.asf-grid .k-pager-wrap {
    background: #FFFFFF;
    border-top: none;
    color: #000000;
    line-height: 10px;
    
    margin: 0 auto;
    display: flex;
    justify-content: center
}
/*04/01/2022 - [Tấn Lộc] - End add - Đưa thanh phân trang ra giữa*/

.asf-grid .k-pager-wrap a {
    border: none;
}

/* 24/12/2021 - [Tấn Lộc] - Begin update - Thay đổi màu nền của các số trong phần phân trang*/
.asf-grid .k-pager-wrap .k-state-selected {
    background-color: #006eb4; /*Màu củ #006eb4*/
    background-image: none;
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    color: #ffffff;
    border: none;
    line-height: 20px;
    /* 19/03/2019 - [Vĩnh Tâm] - Begin add */
    /* Version 2019.1.220: Override CSS mới của Kendo */
    min-width: 20px;
    text-align: center;
    padding: 0px;
    /* 19/03/2019 - [Vĩnh Tâm] - End add */
    border-radius: 50% !important;
}
/* 24/12/2021 - [Tấn Lộc] - End update - Thay đổi màu nền của các số trong phần phân trang*/

.asf-grid .k-pager-wrap ul {
    line-height: 20px;
}

.asf-grid .k-pager-wrap ul li {
    color: #000000;
    width: 25px;
}

.asf-grid .k-pager-wrap ul li a {
    color: #000000;
}

/*04/01/2021 - [Tấn Lộc] - Begin add - Thay đổi màu nền + màu chữ khi hover vào thanh phân trang*/
    .asf-grid .k-pager-wrap ul li a:hover {
        background-color: #8FD2F4; /*Màu củ #ffdec6 #8FD2F4*/
        border: none;
        -ms-border-radius: 0;
        border-radius: 50% !important;
        background-image: none;
        -webkit-box-shadow: none;
        -ms-box-shadow: none;
        box-shadow: none;
        color: #000000;
    }
/*04/01/2021 - [Tấn Lộc] - End add - Thay đổi màu nền khi hover vào thanh phân trang*/

/* 10/01/2022 - [Tấn Lộc] - Begin add - Điều chỉnh màu hover khi hover vào icon next page và last page của phân trang*/
    .asf-grid .k-pager-wrap a.k-link:hover {
        color: #003f59;
        background-color: #7bd2f6; /*Màu củ #7bd2f6*/
        border-color: #8bc4dd; /*Màu củ #8bc4dd*/
    }
/* 10/01/2022 - [Tấn Lộc] - End add - Điều chỉnh màu hover khi hover vào icon next page và last page của phân trang*/


.asf-grid .k-pager-wrap .k-pager-sizes .k-header {
    background: #FFFFFF !important;
}

.asf-grid .k-pager-wrap .k-pager-sizes .k-header .k-state-default {
    border: none;
    border-bottom: 1px solid #e6e6e6;
    background: none;
    background-image: none;
    text-align: right;
}

.asf-grid .k-pager-wrap .k-pager-sizes .k-select .k-i-arrow-s {
    background-image: url("/Content/Images/combobox.png");
    background-position: 10% 30%;
    height: 20px;
    width: 40px;
}



/* 27/12/2021 - [Tấn Lộc] - Begin update - Chỉnh sửa các grid màn hình Danh mục*/
/* 18/1/2021 - [Anh Tuấn] - Begin update - Chỉnh sửa border các grid*/
.k-grid td {
    border-style: solid;
    border-width: 0px; /*1px 0 1px 0px*/
    padding: 0.4em 0.6em;
    overflow: hidden;
    line-height: 1.6em;
    vertical-align: middle;
    text-overflow: ellipsis;
    transition: box-shadow 0.1s, transform 0.1s;
}
/* 27/12/2021 - [Tấn Lộc] - End update - Chỉnh sửa các grid*/
/* 18/1/2021 - [Anh Tuấn] - End update*/

/* 27/12/2021 - [Tấn Lộc] - Begin update - Hiển thị border cho các lưới trên màn hình PopupMasterDetail để dễ phân biệt cột cho việc nhập liệu*/
.k-editable > .k-grid-content td{
    border-width: 0px 0 0px 1px;
}
/* 27/12/2021 - [Tấn Lộc] - End update - Hiển thị border cho các lưới trên màn hình PopupMasterDetail để dễ phân biệt cột cho việc nhập liệu*/

/* 06/01/2021 - [Tấn Lộc] - Begin add - Giãn khoảng cách giữa các dòng trong bảng */
.k-grid-content>table{
    border-spacing: 0 10px;
}
/* 06/01/2021 - [Tấn Lộc] - End add - Giãn khoảng cách giữa các dòng trong bảng*/

/* 06/01/2021 - [Tấn Lộc] - Begin add - Tạo đường viền cho [td] ở đầu và [td] ở cuối trên lưới*/
.k-grid tbody td:first-child{
    border-left-width: 1px;
}

.k-grid tbody td:last-child{
    border-right-width: 1px;
}
/* 06/01/2021 - [Tấn Lộc] - End add - Tạo đường viền cho [td] ở đầu và [td] ở cuối trên lưới*/

/* 06/01/2022 - [Tấn Lộc] - Bo viền các thẻ [td] đầu và [tb] cuối trong bảng*/
.asf-grid .k-grid-content>table>tbody>tr>td:first-child{
    border-radius: 10px 0 0 10px !important;
}
.asf-grid .k-grid-content>table>tbody>tr>td:last-child{
    border-radius: 0px 10px 10px 0px !important;
}
/* 06/01/2022 - [Tấn Lộc] - Bo viền các thẻ [td] đầu và [tb] cuối trong bảng*/

/* 13/12/2022 - [Kiều Nga] - Begin add - Xử lý css cho Freeze*/
.k-editable > .k-grid-content-locked td {
    border-width: 0px 0 0px 1px;
}

.k-grid-content-locked > table {
    border-spacing: 0 10px;
}

.asf-grid .k-grid-content-locked>table>tbody>tr>td:first-child {
    border-radius: 10px 0 0 10px !important;
}

.asf-grid .k-grid-content-locked>table>tbody>tr>td:last-child {
    border-radius: 0 !important;
}


.k-grid-lockedcolumns .k-grid-content>table>tbody>tr>td:first-child {
    border-radius: 0 !important;
}
/* 13/12/2022 - [Kiều Nga] - End add - Xử lý css cho Freeze*/

/*------------------------------------------*/

/*End Css grid*/

/*------------------------------------------*/


/* 19/03/2019 - [Vĩnh Tâm] - Begin add */


/* Version 2019.1.220: Dropdown paging không còn class .k-header nên thay thế bằng .k-dropdown */

.asf-grid .k-pager-wrap .k-pager-sizes .k-dropdown {
    background: #FFFFFF !important;
}

.asf-grid .k-pager-wrap .k-pager-sizes .k-dropdown .k-state-default {
    border: none;
    border-bottom: 1px solid #e6e6e6;
    background: none;
    background-image: none;
    text-align: right;
}

.asf-grid .k-pager-wrap .k-pager-sizes .k-select .k-i-arrow-60-down {
    background-image: url("/Content/Images/combobox.png");
    background-position: 10% 30%;
    height: 20px;
    width: 40px;
    background-repeat: no-repeat;
}

.asf-grid .k-pager-wrap .k-pager-sizes .k-select .k-i-arrow-60-down::before {
    content: unset;
}


/* Kendo version 2019.1.220: Override CSS cho màn hình nhỏ hơn 1024px của Kendo */

@media only screen and (max-width: 1024px) {
    /* Ẩn Dropdownlist chọn Page xuất hiện khi thu nhỏ màn hình */
    .k-grid .k-pager-numbers:not(.k-state-expanded) .k-current-page {
        display: none;
    }
    /* Hiển thị khung thể hiện Page sau khi ẩn Dropdownlist */
    .k-edge .k-pager-numbers li:not(.k-current-page),
    .k-ff .k-pager-numbers li:not(.k-current-page),
    .k-ie10 .k-pager-numbers li:not(.k-current-page),
    .k-ie11 .k-pager-numbers li:not(.k-current-page),
    .k-safari .k-pager-numbers li:not(.k-current-page),
    .k-webkit .k-pager-numbers li:not(.k-current-page) {
        display: inline-block;
    }
    .k-edge .k-widget.k-grid .k-pager-nav+.k-pager-numbers,
    .k-ff .k-widget.k-grid .k-pager-nav+.k-pager-numbers,
    .k-ie11 .k-widget.k-grid .k-pager-nav+.k-pager-numbers,
    .k-safari .k-widget.k-grid .k-pager-nav+.k-pager-numbers,
    .k-webkit .k-widget.k-grid .k-pager-nav+.k-pager-numbers {
        position: relative;
        display: block;
        left: 0px;
    }
    .k-edge .k-pager-numbers+.k-link,
    .k-ff .k-pager-numbers+.k-link,
    .k-ie10 .k-pager-numbers+.k-link,
    .k-ie11 .k-pager-numbers+.k-link,
    .k-safari .k-pager-numbers+.k-link,
    .k-webkit .k-pager-numbers+.k-link {
        margin-left: 0px;
    }
}


/* 19/03/2019 - [Vĩnh Tâm] - End add */

.asf-grid-colsheader {
    background-color: #E6E6E6;
    background-image: none;
    border: 1px solid #DCDCDC;
}

.asf-grid .k-grid-footer {
    padding-right: 0 !important;
}

.asf-grid .k-grid-footer,
.asf-grid .k-grid-footer .k-grid-footer-wrap {
    border-color: #DCDCDC;
}

.asf-grid .k-grid-footer td {
    color: #000;
    border-bottom-color: #DCDCDC;
    border-top-color: #DCDCDC;
    border-left-color: #e6e6e6;
    border-right-color: #e6e6e6;
    border-width: 1px;
    font-weight: bold;
    background-color: #DCDCDC;
}


/*------------------------------------------
Css Windown(Popup)
------------------------------------------*/

.asf-windown {
    border: 1px solid;
}


/*--------------------------------------------
          BUTTON STYLE - ICON ONLY
----------------------------------------------*/

.asfbtn {
    position: relative;
    height: auto;
    width: auto;
}

/* 24/01/2022 - [Tấn Lộc] - Begin update - Thêm khoảng cách top cho button "Hoạt động"*/
.asfbtn-right {
    float: right;
    right: 0;
    padding: 13px 0;
}

.asfbtn-right-1 {
    float: right;
    right: 0px;
    margin-top: -25px;
}

.asfbtn-right-2 {
    float: right;
    right: 0px;
    margin-top: -6px;
}

/* 28/12/2021 - [Hoài Bảo] - Begin update*/
.asfbtn-right-3 {
    float: right;
    right: 15px;
    /*margin-top: -30px;*/
    position: absolute;
    z-index: 1;
}
/* 28/12/2021 - [Hoài Bảo] - End update*/

.asfgrid-right {
    padding-top: 20px;
}

.asfbtn-left {
    height: 40px;
    margin: 20px 0 0;
    font-weight: bold;
    position: relative;
    max-width: 50%;
}

.asfbtn-item {
    position: relative;
}

.asfbtn-item-right {
    float: left;
    padding-right: 5px;
}

.asfbtn-item-left {
    float: right;
    padding-left: 5px;
}

.asfbtn-item-24 {
    height: 24px;
}

.asfbtn-item-32 {
    height: 32px;
    width: 32px;
}

.asfbtn-item-24.k-button,
.asfbtn-item-32.k-button {
    background: transparent none;
    border-style: none;
    border-width: 0;
    padding: 0 !important;
    display: inline !important;
}


/*--------------------------------------------
          PANEL VIEW MASTER
----------------------------------------------*/

.block-panel-master {
    display: inline-block;
    float: left;
    width: 100%;
    border: none !important;
    background: transparent;
}

.block-panel-master li {
    overflow: hidden;
    width: 100%;
    height: auto;
    float: left;
    margin: 0;
    padding: 2px 0;
    display: inline-table;
    background: transparent !important;
}

.block-panel-master .vertical li {
    width: 0%;
}

.block-panel-master .k-content {
    border-color: transparent !important;
    background: transparent !important;
    color: #000;
}

/* 18/01/2022 - [Hoài Bảo] - Begin update - Cập nhật chiều rộng header chứa nút hoạt động*/
.asf-panel-master-header {
    float: right;
    width: 300px;
    height: 40px;
    font-weight: bold;
    /*border-bottom:2px solid #B2B2B2;*/
    display: inline-block;
    /*position: relative;*/
    /*margin-bottom: 10px;*/
    margin: 10px 0 0;
}
/* 18/01/2022 - [Hoài Bảo] - End update*/

.asf-panel-no-detail-header {
    float: left;
    width: 100%;
    font-weight: bold;
    display: inline-block;
    position: relative;
}

.asf-panel {
    float: left;
    display: inline-block;
    border: none !important;
}

/* 27/01/2022 - [Hoài Bảo] - Begin update - Cập nhật màu cho action trạng thái, điều chỉnh độ rộng bút hoạt động*/
.asf-panel-master-left {
    /*background: url("/Content/Images/combobox.png") no-repeat scroll 100% 50% #000000;
    background: url("/Content/Images/combobox.png") no-repeat scroll 100% 50% rgba(0, 0, 0, 0);*/
    background: #006EB4; /* #006EB4;*/
    /*border-bottom: 2px solid #B0B0B0;*/
    float: right; /*MH-left*/
    height: 15px;
    padding: 12px 7px 0;
    color: #fff;
    line-height: 0.3em;
    border-radius: 10px !important;
    /*margin-right: 20px;*/ /*MH-*/
    /*margin-top: 7px;*/
}
/* 27/01/2022 - [Hoài Bảo] - End update*/

.asf-panel-master-left span {
    float: left;
}

/* 24/12/2021 - [Tấn Lộc] - Begin update - Thay đổi màu chữ cho các lưới của màn hình chi tiết*/
.block-panel-master-header .k-link
/*.block-panel-master-header .k-state-focused*/

{
    display: -moz-inline-box !important;
    background: transparent;
    color: #000000;
    width: 97%;
    text-transform: none;
    font-weight: bold;
    border-bottom: 1px solid transparent !important;
    /*padding-left: 15px;*/
    float: left;
    /* 30/09/2019 - [Vĩnh Tâm] - Begin delete */
    /* Fix lỗi Header Grid không tự rớt dòng tại màn hình ViewMasterDetail2 */
    /*height: 24px;*/
    /* 30/09/2019 - [Vĩnh Tâm] - End delete */
}
/* 24/12/2021 - [Tấn Lộc] - End update - Thay đổi màu chữ cho các lưới của màn hình chi tiết*/

.block-panel-master-header-search .k-link
/*.block-panel-master-header .k-state-focused*/

{
    display: -moz-inline-box !important;
    background: transparent;
    color: #000000 !important;
    width: 97%;
    text-transform: none;
    font-weight: bold;
    border-bottom: 1px solid transparent !important;
    /*padding-left: 15px;*/
    float: left;
    height: 24px;
}

.none-header .k-link {
    display: none !important;
}

.none-header .k-content {
    border-color: transparent !important;
    background-color: transparent !important;
}

.block-panel-master-header .k-state-focused,
.block-panel-master-header .k-state-selected {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -ms-box-shadow: none !important;
    box-shadow: none !important;
    color: #000000 !important;
}

.block-panel-master-header-search .k-state-focused,
.block-panel-master-header-search .k-state-selected {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -ms-box-shadow: none !important;
    box-shadow: none !important;
    color: #000000 !important;
}


/*override css*/

.k-panelbar-collapse,
.k-panelbar-expand {
    left: 0;
    float: left;
    vertical-align: middle;
    margin: 3px -5px;
    display: block;
}

.block-panel-master li {
    background: transparent !important;
}

.block-header {
    margin-left: 5px;
}

.k-list-container {
    border-color: #000000;
    -ms-border-radius: 0 !important;
    border-radius: 0 !important;
    -webkit-box-shadow: none !important;
    -ms-box-shadow: none !important;
    box-shadow: none !important;
    background: #FFFFFF;
    width: auto;
    z-index: 1000;
    -moz-min-width: 50px;
    -ms-min-width: 50px;
    -o-min-width: 50px;
    -webkit-min-width: 50px;
    min-width: 50px;
    max-height: 600px;
    padding: 0 !important;
    height: auto !important;
    /*overflow: hidden;*/
}

.asf-menu li .k-state-focused {
    background: #DDDDDD !important;
    border: none !important;
}

.asf-menu li .k-state-hover {
    clear: none !important;
}

.k-list .k-state-hover,
.k-list .k-state-focused,
.k-list .k-state-highlight,
.k-list .k-state-selected,
.k-dropzone,
.k-upload-files {
    -ms-border-radius: 0 !important;
    border-radius: 0 !important;
    background: #FFFFFF;
    -webkit-box-shadow: none !important;
    -ms-box-shadow: none !important;
    box-shadow: none !important;
    border-color: transparent !important;
    color: #000000 !important;
}

/* 24/12/2021 - Begin update - Thay đổi màu khi hover vào các ComboCheckList (Type comboBox = 4) */
.k-list .k-state-selected,
.k-list .k-state-hover {
    background: #8FD2F4; /*Màu củ #8FD2F4*/
    /*background:#006eb4;*/
    padding: 1px 5px 5px 20px !important;
}
/* 24/12/2021 - End update - Thay đổi màu khi hover vào các ComboCheckList (type comboBox = 4) */

.k-list .k-item {
    vertical-align: middle;
    border: 1px solid transparent;
    color: #000000 !important;
    padding: 0 10px !important;
    max-height: 200px;
    /*padding: 1px 5px 5px 10px !important;*/
}

.asf-table-view,
.asf-table-view-master {
    width: 100%;
    font-weight: normal;
    float: left;
}

.k-window {
    border-width: 0 !important;
}

.asf-popup>.asf-td-caption,
.asf-td-field {
    height: 24px !important;
    padding-top: 5px;
}


/*.asf-panel-view-master  > .asf-table-view td,
.asf-panel-view-master-detail > .asf-table-view td {
    height: 27px;
    vertical-align: text-bottom;
    bottom: 0;
    
}*/


/*#ShopID-list,
#CourseID-list,
#StudentID-list,
#InventoryTypeID-list,
#ClassID-list,
#ObjectID-list,
#VoucherTypeID-list,
#InventoryID-list,
#Report-list {
    min-width: 350px;
    height: auto !important;
    display: block;
}

#ShopID_listbox,
#InventoryID_listbox,
#CourseID_listbox,
#StudentID_listbox,
#InventoryTypeID_listbox,
#Report_listbox,
#ObjectID_listbox,
#VoucherTypeID_listbox
#ClassID_listbox {
    width: auto;
    height: 100% !important;
    max-height: 300px;
    display: block;
}*/

legend {
    font-weight: bold;
}

.full-fieldset {
    float: left;
    width: 100%;
    display: block;
    padding-bottom: 10px;
}

/*13/01/2022 - [Tấn Lộc] - Begin add - Tô đậm chữ cho các panel của màn hình báo cáo*/
.full-fieldset .k-panelbar > .k-item > .k-link{
    font-weight: bold;
}
/*13/01/2022 - [Tấn Lộc] - End add - Tô đậm chữ cho các panel của màn hình báo cáo*/

.full-single {
    width: 96.5% !important;
}

.drop-fieldset {
    padding-top: 15px;
}

.left-fieldset {
    width: 48.5%;
    float: left;
    padding-right: 10px;
}

.right-fieldset {
    width: 48.5%;
    float: left;
    padding-left: 10px;
}

.full-fieldset-readonly {
    pointer-events: none;
}

.full-fieldset.padding-format {
    padding: 10px 0 10px 0;
}

.content-label.for-xtra-label {
    width: 35% !important;
}

.dot.for-xtra-label {
    padding-right: 5px;
}

.full-fieldset.padding-format > .right-fieldset,
.full-fieldset.padding-format > .left-fieldset {
    width: 49% !important;
}

.full-fieldset.padding-format td {
    border-bottom: 1px dotted #DDDDDD;
}

.block-left,
.block-right {
    width: 49%;
}

.block-left {
    float: left;
}

.block-right {
    float: right;
}

.block-left .asf-filter-label,
.block-right .asf-filter-label {
    width: 40%;
}

.block-left .asf-filter-input,
.block-right .asf-filter-input {
    width: 60%;
}

.asf-content-block-sys {
    padding: 0px 20px;
}

.asf-content-block-sys.left {
    border-right: 1px solid #b2b2b2;
}

.asf-content-block-sys.left,
.asf-content-block-sys.right {
    float: left;
    min-width: 45%;
    border-collapse: collapse;
}

/* 28/12/2021 - [Hoài Bảo] - Begin update - Bỏ nét đứt bên dưới các field của tab xem chi tiết nghiệp vụ*/
.asf-content-block-sys.left .asf-table-view td,
.asf-content-block-sys.right .asf-table-view td,
.asf-content-block.first .asf-table-view td,
.asf-content-block.middle .asf-table-view td,
.asf-content-block.last .asf-table-view td {
    /* border-bottom: 1px dotted #DDDDDD; */
    bottom: 0;
    top: 10px;
    /*vertical-align: bottom;*/
}
/* 28/12/2021 - [Hoài Bảo] - End update*/

.asf-table-view td {
    vertical-align: text-top;
}

.asf-table-view .content-label {
    width: 30%;
    /*color: #b2b2b2;*/
}

.asf-table-view .dot:after {
    width: 2px !important;
    padding: 0;
    display: block;
    content: ':';
    vertical-align: text-top;
}

/* 28/12/2021 - [Hoài Bảo] - Begin update - Bỏ nét đứt bên dưới các field của tab xem chi tiết nghiệp vu*/
.asf-table-view .content-text {
    /* border-bottom: 1px dotted #DDDDDD; */
    width: auto;
    -moz-min-width: 67%;
    -ms-min-width: 67%;
    -o-min-width: 67%;
    -webkit-min-width: 67%;
    min-width: 67%;
    color: #151515;
    max-width: 300px;
    -webkit-text-wrap: none;
    -moz-text-wrap: none;
    -ms-text-wrap: none;
    -o-text-wrap: none;
    text-wrap: none;
    overflow: hidden;
    padding-left: 5px;
    line-height: 26px;
    word-wrap: break-word;
}
/* 28/12/2021 - [Hoài Bảo] - End update*/

.asf-table-view .style-div-view {
    padding: 3px 0 0 0;
    clear: both;
}

/* 27/12/2021 - [Hoài Bảo] - Begin update - Bỏ nét đứt bên dưới các field của tab xem chi tiết nghiệp vu*/
.asf-table-view .content-text-V2 {
    /* border-bottom: 1px dotted #DDDDDD; */
    width: 63%;
    color: #151515;
    text-wrap: none;
    overflow: hidden;
    padding-left: 5px;
    line-height: 26px;
    word-wrap: break-word;
}
/* 27/12/2021 - [Hoài Bảo] - End update*/

.asf-table-view .dot-V2:after {
    width: 2px !important;
    padding: 0;
    display: block;
    content: ':';
    vertical-align: text-top;
}

.asf-table-view .content-label-V2 {
    width: 30%;
    float: left;
}

.asf-table-view .dot-V2 {
    float: left;
    width: 5%;
}


/* Break words oversize box with the three dots*/


/*.k-panelbar.block-panel-master */

.content-ellipsis {
    line-height: 30px;
    display: -webkit-box;
    max-height: 60px;
    /* maximum 2 lines*/
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    /* number of lines to show */
    -webkit-box-orient: block-axis;
    -moz-user-select: text;
    direction: ltr;
}

.asf-td-label-left {
    width: 35%;
    float: left;
    height: 28px;
    text-align: right;
    padding-right: 10px;
}

.asf-td-label-right {
    width: 58%;
    /*height: 28px;*/
    padding-left: 10px;
    float: left;
    -webkit-text-wrap: none;
    -moz-text-wrap: none;
    -ms-text-wrap: none;
    -o-text-wrap: none;
    text-wrap: none;
    overflow: hidden;
}

.asf-table-view tr {
    margin-left: 7px;
}

.asf-td-caption {
    width: 29%;
    /*vertical-align: bottom;*/
}

.asf-td-caption-report {
    width: 70%;
    /*vertical-align: bottom;*/
}

.block-panel-master-header .k-icon.k-i-arrow-n.k-panelbar-collapse {
    background-position: -16px -35px !important;
}

.block-panel-master-header .k-icon.k-i-arrow-s.k-panelbar-expand {
    background-position: -16px -18px !important;
}

.block-panel-master-header-search .k-icon.k-i-arrow-n.k-panelbar-collapse {
    background-position: -16px -35px !important;
}

.block-panel-master-header-search .k-icon.k-i-arrow-s.k-panelbar-expand {
    background-position: -16px -18px !important;
}

#contentMaster {
    /*width: 97%;*/
    padding: 0 20px 0;
    overflow: hidden;
}

/*04/01/2022 - [Tấn Lộc] - Begin Update - Ẩn cái border, thêm style */
.asf-breakcumb {
    border-bottom: 2px dotted #E6E6E6;
    /* 28/11/2019 - [Đình Ly] - Begin add */
    /* Chỉnh sửa padding-bottom và thêm padding-top breakcumb */
    padding-top: 0px;
    padding-bottom: 10px;
    /* 28/11/2019 - [Đình Ly] - Begin add */

    font-family: Montserrat;
    font-style: normal;
   
    font-size: 24px;
}
/*04/01/2022 - [Tấn Lộc] - Begin Update*/

/* 18/01/2022 - [Hoài Bảo] - Begin update - cập nhật độ rộng thanh breadcumb*/
.asf-headerpage {
    /* width: 100%; */
    height: 30px;
    margin: 15px 0 0;
    overflow: hidden;
    flex: 1;
}
/* 18/01/2022 - [Hoài Bảo] - Begin update*/

.asf-headerpage-title {
    height: 30px;
    border-bottom: 1px solid #B2B2B2;
    width: 100%;
    overflow: hidden;
}

.asf-headerpage-title h3 {
    margin: 6px 0 0 0;
}

.k-panelbar .k-item.k-state-active.block-panel-master-header {
    padding-bottom: 20px;
}

.k-panelbar .asf-master-content {
    margin-top: 5px;
}

.k-panelbar .k-item .k-link {
    border-color: #a3d0e4;
    font-weight: normal;
}

.asf-filter-container {
    overflow: hidden;
    width: 100%;
}

.asf-filter-content {
    border-right: 1px solid #B2B2B2;
    float: left;
    margin: 0 60px 0 0;
    width: 29%;
}

.asf-filter-last {
    float: left;
    width: 29.2%;
}

.asf-filter-label {
    width: 29%;
    float: left;
    /*min-height: 27px;*/
    vertical-align: bottom;
    bottom: 0;
    /* 27/11/2019 - [Đình Ly] - Begin delete */
    /* Ẩn đoạn 'Điều kiện tìm kiếm' trên tab search */
    /* padding: 0px 0 0;*/
    /* 27/11/2019 - [Đình Ly] - End delete */
}

.asf-filter-label-V2 {
    width: 29%;
    float: left;
    /*min-height: 27px;*/
    vertical-align: bottom;
    bottom: 0;
}

.asf-filter-label > label {
    width: 100%;
    height: 100%;
    bottom: 0;
}

.asf-filter-input {
    width: 70.8%;
    float: right;
    position: relative;
}

.asf-filter-main {
    width: 100%;
    padding: 5px 0 2px;
    overflow: hidden;
}

.asf-button-container {
    width: 100%;
}

.asf-button-filter-container {
    width: 100%;
    height: 30px;
    margin-top: 8px;
}

.asf-button-right-container {
    height: 50px;
    float: right;
}

.asf-button-right {
    float: right;
    margin: 20px 0 0 0;
}

.asf-button-right div {
    float: left;
    margin: 0 0 0 5px;
}

.asf-master-content {
    /*margin:10px 0;*/
    width: 100%;
    float: left;
}

.asf-popup-button-container {
    height: 26px;
    float: right;
    margin-top: 8px;
}

.asf-popup-button-container div {
    float: right;
    margin: 0 0 0 5px;
}

.asf-form-container {
    float: left;
    width: 100%;
}

.asf-form-button,
.asf-li-container {
    float: left;
    width: 100%;
}

.container_12.asf-form-button ul {
    float: right;
    margin-left: 2%;
    margin-right: 1%;
}

.asf-form-button u {
    float: right;
}

.asf-form-button ul li,
.asf-li-container li {
    padding-left: 15px;
    float: left;
}

.asf-li-container .asf-checkbox {
    margin-top: 5px !important;
}

.main-container-left-block {
    width: 47%;
    height: 100%;
    display: inline-block;
    position: static;
    float: left;
    padding-right: 20px;
}

ul.asf-toolbar,
.asf-li-container ul {
    white-space: nowrap;
    margin: 0;
    padding: 0;
    /*margin-bottom: 5px;*/
}
/* 04/01/2022 - [Tấn Lộc] - Begin update - Thay đổi khoảng margin giữa các button chức năng ở màn hình Danh mục và chi tiết*/
.asf-toolbar li {
    width: 24px;
    height: 24px;
    display: inline-block;
    list-style: none;
    margin-right: 15px; /*10px*/
}
/* 04/01/2022 - [Tấn Lộc] - End update - Thay đổi khoảng margin giữa các button chức năng ở màn hình Danh mục và chi tiết*/


/*---------------------------------------------------------
                   Màn hình xem chi tiết không grid
---------------------------------------------------------*/

.asf-table-view {
    vertical-align: bottom;
    margin: 0 0 5px 0;
}

.asf-filter-content-block-sys {
    height: 60px;
    margin-bottom: 20px;
}

.asf-filter-content-block-sys.middle {
    border-right: none !important;
}

#viewPartial {
    /*min-width: 1220px;*/
    /*display: flex;*/
}

#viewPartial .asf-filter-content-block,
#viewPartial .asf-filter-content-block-sys {
    margin-top: 15px;
}

.asf-filter-content-block-sys,
.asf-filter-content-block {
    -moz-min-width: 30%;
    -ms-min-width: 30%;
    -o-min-width: 30%;
    -webkit-min-width: 30%;
    width: 32%;
    height: 100%;
    float: left;
}

.asf-content-block {
    width: auto;
    -moz-min-width: 32%;
    -ms-min-width: 32%;
    -o-min-width: 32%;
    -webkit-min-width: 32%;
    min-width: 29%;
    height: 100%;
    float: left;
}

.horz-line {
    width: 1px;
    background: #b2b2b2;
    float: left;
    bottom: 0;
    height: 100%;
    margin-right: 20px;
}

.horz-line-left,
.horz-line-right {
    width: 0.5px;
    background: #b2b2b2;
    float: left;
    bottom: 0;
    position: static;
    display: inline-block;
    height: auto;
    min-height: 10px;
}

.horz-line-left {
    margin-left: 20px;
}

.horz-line-right {
    margin-right: 20px;
}

.first,
.last,
.single {
    padding: 0 20px;
}

.single {
    border-collapse: collapse;
    border-left: 1px #b2b2b2 solid;
}

.middle {
    border-collapse: collapse;
    border-left: 1px #b2b2b2 solid;
    border-right: 1px #b2b2b2 solid;
    padding-right: 20px;
    padding-left: 20px;
}

/* Override Header panel class */

/*13/01/2021 - [Tấn Lộc] - Begin update - Thay đổi css của các pannel*/
.block-panel-master .block-panel-master-header > a {
    /*border-top-left-radius: 8px!important;
    border-top-right-radius:  8px!important;*/
    border-radius: 30px !important;
    background: #6dbaeb !important;
    /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left, #6dbaeb, #BDE5F8) !important;
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, #6dbaeb, #BDE5F8) !important;
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, #6dbaeb, #BDE5F8) !important;
    /* For Firefox 3.6 to 15 */
    /* background: linear-gradient(to right, #6dbaeb, #BDE5F8) !important; */
    background: linear-gradient(to right, #FFFFFF, #FFFFFF) !important;
    border-bottom: 1px solid #006EB4 !important;
    border-radius: 0 !important;
    font-weight: bolder;
    /* background: #F47920 !important; */
    /* Standard syntax */
    padding-left: 33px !important;
    color: #333 !important;
}
/*13/01/2021 - [Tấn Lộc] - End update - Thay đổi css của các pannel*/

.block-panel-master .block-panel-master-header-search>a {
    /*border-top-left-radius: 8px!important;
    border-top-right-radius:  8px!important;*/
    background: #FFF !important;
    /* For browsers that do not support gradients */
    padding-left: 25px !important;
    color: #333 !important;
}

/*.block-panel-master .asf-master-content {
    border: 1px solid #aaa;
}*/

.block-panel-master-header > a > span {
    margin-left: 5px;
}

.block-panel-master-header-search > a > span {
    margin-left: 5px;
}


/*---------------------------------------------------------
                        Header panel 
---------------------------------------------------------*/

.setting {
    width: 40px;
    height: 40px;
}


/*---------------------------------------------------------
                        Calendar style 
---------------------------------------------------------*/

.k-widget.k-calendar .k-state-hover,
.k-calendar .k-content .k-state-hover .k-link {
    color: #ffffff !important;
    background: #006eb4 !important;
}


/* 15/03/2019 - [Vĩnh Tâm] - Begin add */


/* Version 2019.1.220: Calendar thay thêm 1 div.k-calendar-view bọc bên ngoài table.k-content */

.k-widget.k-calendar.k-calendar-view .k-state-hover,
.k-calendar .k-calendar-view .k-content .k-state-hover .k-link {
    color: #ffffff !important;
    background: #006eb4 !important; /*Màu củ #006eb4*/
}

.k-calendar .k-calendar-view {
    width: 100%;
    height: 100%
}

.k-calendar td.k-state-focused .k-link {
    box-shadow: unset;
}

.k-calendar .k-today .k-link {
    color: unset;
    box-shadow: unset;
}


/* 15/03/2019 - [Vĩnh Tâm] - End add */

.k-widget.k-calendar .k-header {
    height: 32px;
    width: 100%;
}

.k-widget.k-calendar .k-footer {
    height: 22px;
    padding-top: 10px;
    width: 100%;
}

/* 24/12/2021 - [Tấn Lộc] - Begin Update - Thay đổi màu cho control DateTimePicker */
.k-widget.k-calendar .k-nav-fast,
.k-widget.k-calendar .k-header,
.k-widget.k-calendar .k-state-hover,
.k-widget.k-calendar .k-state-selected {
    color: #ffffff !important;
    font-weight: bolder;
    background: #006eb4; /*Màu củ #006eb4*/
}
/* 24/12/2021 - [Tấn Lộc] - End Update - Thay đổi màu cho control DateTimePicker */

/* 12/01/2021 - [Tấn Lộc] - Begin add - Thay đổi màu cho header của control DateTimePicker khi hover vào */
.k-widget.k-calendar .k-state-hover {
    background: #006eb4 !important; /*Màu củ #006eb4*/
}
/* 12/01/2021 - [Tấn Lộc] - End add - Thay đổi màu cho header của control DateTimePicker khi hover vào */

.k-calendar .k-today.k-state-selected.k-state-focused .k-link {
    color: #ffffff !important;
}

.k-widget.k-calendar {
    width: 100%;
}

.k-animation-container,
.k-calendar-container {
    width: 260px;
}

.k-footer a.k-link.k-nav-today {
    color: #000000;
    text-decoration: none;
    height: 100% !important;
    width: 100% !important;
    padding: 0 auto;
}

.k-other-month .k-link {
    color: #b6b6b6 !important;
}

.k-calendar th {
    border-collapse: collapse;
    border: 0px solid #e2e2e2;
    padding: 0 4px;
    text-align: center;
    background: #ddd;
    color: #000;
}

.k-calendar th,
.k-calendar td {
    border-top: none !important;
    border-bottom: none !important;
}

/* 13/05/2022 - [Tấn Lộc] - Begin update - Fix lỗi khi bấm chuyển trang lịch (Chuyển tháng) của control DateTimePiker bị nhẩy thêm tháng mới*/
.k-calendar td {
    border: 0px solid transparent;
}
/* 13/05/2022 - [Tấn Lộc] - End update - Fix lỗi khi bấm chuyển trang lịch (Chuyển tháng) của control DateTimePiker bị nhẩy thêm tháng mới*/

/* 12/01/2022 - [Tấn Lộc] - Begin update - Thay đổi màu border trên control DateTimePiker - Border xuất hiện ở bên phải */
.k-calendar td.k-state-hover {
    border: none; /*Cái củ 1px solid #006eb4*/
}
/* 12/01/2022 - [Tấn Lộc] - Begin update - Thay đổi màu border trên control DateTimePiker - Border xuất hiện ở bên phải */

.k-calendar th,
.k-calendar td,
.k-calendar .k-content .k-link {
    width: 28px;
    height: 28px;
    text-align: center;
    margin: 0 auto;
    padding: 0;
}


/* 15/03/2019 - [Vĩnh Tâm] - Begin add */


/* Version 2019.1.220: Remove icon mặc định của Kendo */

.k-calendar .k-calendar-view th,
.k-calendar .k-calendar-view td,
.k-calendar .k-calendar-view .k-content .k-link {
    width: 28px;
    height: 28px;
    text-align: center;
    margin: 0 auto;
    padding: 0;
}


/* 15/03/2019 - [Vĩnh Tâm] - End add */

.k-calendar .k-link {
    color: #000;
}

.k-calendar-container.k-popup.k-group.k-reset.k-state-border-up {
    padding: 0 !important;
}

.k-widget.k-calendar .k-content.k-meta-view {
    margin-top: 28px;
    /* kich thuoc dong thu/ngay */
}

.k-widget.k-calendar .k-content.k-meta-view td a.k-link {
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 0 auto;
    margin: 0 auto;
}


/*---------------------------------------------------------
                       END Calendar style 
---------------------------------------------------------*/

.check-input {
    line-height: 30px;
    margin-top: 10px !important;
}

.span-input {
    margin-top: 5px !important;
    padding-left: 10px;
}

/* 24/12/2021 - [Tấn Lộc] - Begin update - Thay đổi màu hover cho control MutiSelect - Control 15*/
li.k-state-selected:hover {
    background-color: #006eb4; /*Màu củ #006EB4*/
}
/* 24/12/2021 - [Tấn Lộc] - Begin update - Thay đổi màu hover cho control MutiSelect - Control 15*/ 


/*.asf-chkbox {
    width: 100%;
    float: left;
}
.asf-chkbox label {
    float: left;
}
.checkbox 
{
    float: left;
    border: 1px solid #9b9b9b;
    border: 1px solid rgba(155, 155, 155, 0.57);
    font-size: 1px;
    height: 11px;
    margin: 0 4px 0 0;
    outline: 0 none;
    vertical-align: text-bottom;
    width: 11px;
}

.checked, .checkmark:after 
{
    content: '';
    background: url(../Images/checkmark.png) no-repeat scroll -5px -5px #000000;
    background: url(../Images/checkmark.png) no-repeat scroll -5px -5px rgba(0, 0, 0, 0);
}

.checkmark {
    height: 11px;
    left: 0;
    outline: 0 none;
    position: relative;
    top: 0;
    width: 11px;
}*/


/*===================================================*
            Màn hình chính
\*===================================================*/

.container-block-settings {
    width: 30%;
    height: 64px;
    float: left;
    padding: 20px;
}

.container-block-settings-disabled {
    width: 29%;
    height: 50px;
    float: left;
    padding: 20px;
    opacity: 0.5;
    background-color: #ebebeb;
}

.container-block-settings-disabled a {
    cursor: default !important;
}

.asf-i-set {
    display: block;
    width: 63px;
    height: 64px;
    float: left;
    /*background: url(/Content/Images/pos-setting.png);*/
}

.asf-i-set-disabled {
    display: block;
    width: 63px;
    height: 64px;
    float: left;
    /*background: url(/Content/Images/erp-settings.png);*/
}

.display-block-content {
    display: block;
    width: 80%;
    height: 100%;
    float: right;
    padding-left: 10px;
}

.display-block-content-key {
    display: block;
    width: 100%;
    font-weight: bolder;
}

.display-block-content-info {
    flex-wrap: wrap;
    width: 75%;
    color: #bdbbae;
    font-weight: normal;
}


/*===================================================*\
            Màn hình thiết lập hệ thống
\*===================================================*/

.sub-content {
    padding: 10px 0 40px 20px;
    display: block;
}

.sub-content-key {
    font-weight: bolder;
}

.asf-filter-radio-checkbox {
    width: 33%;
    float: left;
    vertical-align: top;
}

.main-container-left-block {
    width: 45%;
    height: 100%;
    display: inline-block;
    position: static;
    float: left;
    padding-right: 20px;
}

.horz-line {
    width: 1px;
    background: #b2b2b2;
    float: left;
    bottom: 0;
    position: static;
    display: inline-block;
    height: 100%;
}

.main-container-right-block {
    width: 51%;
    padding-left: 20px;
    display: inline-block;
    height: auto;
    position: static;
    float: left;
}


/*===================================================*\
            Button block - Hiển thị trên page
\*===================================================*/

.asf-button-right-page {
    float: right;
    margin: 8px 0 0;
}

.asf-button-right-page>div {
    float: left;
    margin: 0 0 0 5px;
}

.form-content {
    width: 100%;
}

.form-content-left {
    /*float:left;*/
    width: 46%;
    width: 48%;
}

.form-content-right {
    float: right;
    width: 48%;
}

#ItemPOS_List_div {
    width: 250px !important;
}

.asf-header-system-text {
    text-transform: uppercase;
}

.dashboard {
    width: inherit;
    height: inherit;
}

.pagging_bottom {
    padding-bottom: 10px !important;
}

.grid-textbox {
    width: 100%;
    height: 26px;
}

.grid-textbox.numbers {
    text-align: right;
}


/** File Upload**/

.asf-upload {}

.file-icon {
    display: inline-block;
    float: left;
    width: 48px;
    height: 48px;
    margin-left: 10px;
    margin-top: 13.5px;
}

.file-heading {
    display: inline-block;
    float: left;
    height: 25px;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.file-name-heading {
    font-weight: bold;
}

.file-size-heading {
    font-weight: normal;
    font-style: italic;
}

li.k-file .file-wrapper .k-upload-action {
    position: absolute;
    top: 0;
    right: 0;
}

li.k-file div.file-wrapper {
    position: relative;
    height: 75px;
}


/*Canh lề thuộc tính theo kiểu dữ liệu*/

.asf-cols-align-center {
    text-align: center;
}

.asf-cols-align-left {
    text-align: left;
}

.asf-cols-align-right {
    text-align: right;
}


/* 29/10/2019 - [Vĩnh Tâm] - Begin add */


/* Bổ sung CSS cho phép xuống dòng ở các ô dữ liệu dạng Text */

.asf-cols-string {
    white-space: pre-line;
}


/* 29/10/2019 - [Vĩnh Tâm] - End add */


/*Layout báo cáo*/

@-moz-document url-prefix()
/*CSS trên firefox*/

{
    .contentReport {
        overflow: hidden;
        min-height: 700px !important;
    }
    .contentReport object {
        width: 100%;
        min-height: inherit !important;
    }
}

.contentReport {
    overflow: hidden;
    height: 100%;
}

.contentReport object {
    width: 100%;
    height: inherit;
}

.container-block-settings-disable {
    opacity: 0.5;
}

.asf-i-delete-24 span {
    display: none;
}

.asf-i-delete-24 {
    display: block;
}

.k-dirty {
    display: none;
}


/* bổ sung override css, để hiển thị thông báo lỗi theo yêu câu mới */

.asf-message ul,
.asf-message li,
.asf-icon-required {
    list-style: disc outside none;
    margin: 0 2px 3px 15px;
    padding-left: 10px;
}

.asf-panel-required,
.asf-panel-info,
.asf-panel-warning {
    padding-bottom: 10px;
    padding-top: 10px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.asf-message {
    max-height: 70px;
}


/*update by Thai Son
    tạo dòng ẩn (height = 0) cho form filter*/

.asf-table-view .tr-zero-height {
    height: 0px;
}


/*update by Thai Son
    đánh dấu (border màu đỏ) cho các control failed check*/

.asf-focus-input-error,
.k-error-cell {
    border-bottom: 1px solid #FF0000 !important;
    box-shadow: 0 0 1px #EE0000 inset;
}

.asf-focus-input-error+span {
    border-bottom: 1px solid #FF0000 !important;
    box-shadow: 0 0 1px #ee0000 inset;
}

.asf-focus-input-error+span a {
    height: 27px;
}

.line-separator {
    /*width:1px;
    border-right: 1px solid #B2B2B2;
    height: 100%;
    display: block;
    float: left;
    position: absolute;*/
    /*border-left: 1px solid #B2B2B2;
    bottom: 0;
    content: "";
    display: block;
    margin: 1px;
    position: absolute;
    right: -16px;
    top: 0;*/
}


/*.k-button-group .k-tool {
    display: inline-block;
    height: 24px;
    line-height: 24px;
    margin: 1px 0;
    vertical-align: middle;
    width: 24px;
    border-style: solid;
    border-width: 1px;
    margin-right: -1px;
    border-color: #aaa;
}
.k-tool {
    text-align: center;
    vertical-align: middle;
    border-color: rgba(0, 0, 0, 0);
    
}
.k-editor .k-tool {
    outline: 0 none;
}
.k-tool.k-group-start {
    border-radius: 4px 0 0 4px;
}
.k-icon, .k-sprite, .k-button-group .k-tool-icon {
    background-repeat: no-repeat;
    display: inline-block;
    font-size: 0;
    height: 16px;
    line-height: 0;
    overflow: hidden;
    text-align: center;
    width: 16px;
    border-color: #94C0D2;
}
.k-createTable {
    background-position: -196px -3px;
}
.k-bold {
    background-position: -244px -2px;
}
.k-italic {
    background-position: -244px -26px;
}
.k-underline {
    background-position: -244px -50px;
}
.k-justifyLeft {
    background-position: -244px -147px;
}
.k-justifyCenter {
    background-position: -244px -171px;
}
.k-justifyRight {
    background-position: -244px -195px;
}
.k-insertUnorderedList {
    background-position: -244px -267px;
}
.k-insertOrderedList {
    background-position: -244px -291px;
}
.k-indent, .k-rtl .k-outdent {
    background-position: -293px -3px;
}
.k-createLink {
    background-position: -292px -50px;
}
.k-insertImage {
    background-position: -292px -100px;
}
.k-strikethrough {
    background-position: -244px -74px;
}
.k-justifyFull {
    background-position: -244px -219px;
}
.k-subscript {
    background-position: -291px -146px;
}
.k-superscript {
    background-position: -291px -170px;
}
.k-viewHtml {
    background-position: -292px -122px;
}
.k-colorpicker .k-tool-icon {
    background-repeat: no-repeat;
    display: inline-block;
    font-size: 0;
    height: 16px;
    line-height: 0;
    margin-bottom: 3px;
    margin-left: 2px;
    margin-right: 3px;
    padding: 3px 3px 2px;
    position: relative;
    top: -2px;
    vertical-align: middle;
    width: 16px;
}
.k-colorpicker .k-foreColor {
    background-position: -240px -96px;
}
.k-colorpicker .k-backColor {
    background-position: -240px -120px;
}
.k-colorpicker .k-tool-icon .k-selected-color {
    border-radius: 0 !important;
    bottom: -3px;
    display: block;
    height: 3px;
    left: 3px;
    position: absolute;
    width: 16px;
}*/


/*Add by Thai Son*/

.asf-focus-combobox-input-error {
    box-shadow: 1px 1px 1px -1px #FF0000 inset;
}

/*13/01/2022 - [Tấn Lộc] - Begin update - Bo tròn và transition cho hover khi hover vào các thiết lập ở màn hình hệ thống - AS0001*/
.container-block-settings:hover {
    background-color: #ebebeb;
    cursor: pointer;
    border-radius: 12px;
    -webkit-box-shadow: 0 16px 38px -12px rgb(0 0 0 / 56%), 0 4px 25px 0 rgb(0 0 0 / 12%), 0 8px 10px -5px rgb(0 0 0 / 20%);
    box-shadow: 0 16px 38px -12px rgb(0 0 0 / 56%), 0 4px 25px 0 rgb(0 0 0 / 12%), 0 8px 10px -5px rgb(0 0 0 / 20%);
}
/*13/01/2022 - [Tấn Lộc] - Begin update - Bo tròn và transition cho hover khi hover vào các thiết lập ở màn hình hệ thống - AS0001*/

/*13/01/2022 - [Tấn Lộc] - Begin update - Thay đổi màu khi nhấn click vào những ô thiết lập trong màn hình Thiết lập AS0001*/
.container-block-settings:active {
    background-color: #00b9ff; /*Màu củ #00b9ff*/
    cursor: pointer;
}
/*13/01/2022 - [Tấn Lộc] - Begin update - Thay đổi màu khi nhấn click vào những ô thiết lập trong màn hình Thiết lập AS0001*/

/* 20/08/2024 - [Mai Thy] - Begin update - Thêm bo góc, đổ bóng cho popup */
.k-window.k-state-focused,
.k-window {
    border-color: none !important;
    -webkit-box-shadow: 0 !important;
    /*box-shadow: none !important;*/
    border-radius: 17px;
    box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}
/* 20/08/2024 - [Mai Thy] - End update - Thêm bo góc, đổ bóng cho popup */

.asf-button.k-state-focused {
    box-shadow: none !important;
}

.container-block-settings-disable {
    width: 30%;
    height: 64px;
    float: left;
    padding: 20px;
    color: #585858;
}

.container-block-settings span {
    text-decoration: underline;
}

asf-auto-height {
    height: auto;
}

.display-block-content {
    width: 75%;
}

.asf-disabled a {
    color: #aaa !important;
}

/*Update by Thai Son -> Mở rộng combobox Đối tượng*/

.asf-combo-item > .asf-combo-item-col-value {
    width: 100px;
}

/*Update by Thai Son -> Sửa lỗi lệch tiêu đề grid*/

.asf-grid .k-grid-content {
    /*overflow-y:scroll !important;*/
}

/* 24/12/2021 - [Tấn Lộc] - Begin Update - Thay đổi màu nền cho các header của combobox cho trường hợp combobox hiển thị 2 cột ID và Name*/
.asf-combo-item-header > li,
.asf-combo-item-header-text {
    background: none repeat scroll 0 0 #006eb4; /*Màu củ#CD5D00*/
}
/* 24/12/2021 - [Tấn Lộc] - Begin Update - Thay đổi màu nền cho các header của combobox cho trường hợp combobox hiển thị 2 cột ID và Name*/

/* CSS của combo hàng hóa trên grid */

#autocomplete-box {
    position: relative;
    width: 100%;
    height: 100%;
}

#pseudo-input {
    background-color: red;
    left: -4px;
    position: absolute;
    top: -17px;
    z-index: 100001;
}

#pseudo-input input {
    background-color: #f5f5f5;
    border: medium none;
    height: 32px;
    width: 100%;
    padding: 2px 40px 2px 5px;
}

#k-auto-complete {
    position: absolute;
    top: -17px;
    left: 0;
    z-index: 100000;
    background-color: blue;
}

#kendo-native-widget {
    float: left;
    position: relative;
    width: 75%;
}

#custom-control-button {
    float: right;
    position: relative;
    width: 25%;
}

#control-button {
    background-color: lightblue;
    border: medium none;
    color: #ddd;
    height: 36px;
    position: absolute;
    right: -4px;
    top: -17px;
    width: 100%;
    z-index: 100003;
}

.asf-td-align {
    vertical-align: bottom !important;
}


.asf-button:hover, .k-button:hover {
/*    background-color: #8FD2F4;
    border: 1px solid #8FD2F4;*/
    display: inline-block;
    /*comment lại thuộc tính khi hover làm tăng chiều cao button => làm view bị giật*/
    /*line-height: 1.66em;*/
    color: #000;
    background-image: inherit;
}


/* Update by Thai Son: override css, to set grid pager stick to bottom of the page*/


/*.asf-grid .k-pager-wrap {
    border-top: 1px solid #e6e6e6;
    bottom: 0;
    position: fixed;

    width: 96.5%;
}*/


/*.asf-grid .k-grid-content {
    border-bottom: none;
}*/


/*.asf-grid .k-grid-content {
    overflow-y: scroll !important;
}*/


/**
IMPORT TABLE STYLE
*/

#uploader .k-widget.k-upload.k-header {
    border: none;
}

#uploader .k-dropzone {
    padding-left: 0px !important;
}

#imported-list .k-grid table {
    table-layout: fixed;
}

#imported-list .k-grid td {
    white-space: nowrap;
    text-overflow: ellipsis;
}

#imported-list td.import-error-col {
    background-color: #ffcbcb !important;
}

#imported-list .k-pager-wrap.k-widget.total-record {
    background: #eaeaea;
    border: #ccc;
    padding: 2px 0px 10px;
    margin-top: 5px;
    height: 16px;
}

#imported-list .k-pager-wrap.k-widget.total-record.total-record span {
    padding-left: 10px;
}

.form-td {
    vertical-align: bottom !important;
}

.td-space {
    width: 10px;
}

.form-content-grid-left {
    width: 45%;
}

.form-content-grid-right {
    float: right;
    width: 44%;
}

.asf-btn-arrow {
    width: auto;
    float: left;
    margin: 16px 0 0 5px;
}

.middle-buttons {
    margin: 0;
    padding: 0;
}

.asf-td-grid-caption {
    width: 9% !important;
    vertical-align: bottom;
}

.asf-td-grid-field {
    width: 36%;
    vertical-align: bottom !important;
}

.asf-td-grid-space {
    width: 11%;
}

.asf-i-emp-to-team-24,
.asf-i-add-user-group-24 {
    display: inline-block;
}

.asoft-title-master {
    width: 40%;
}

.k-multiselect.k-header.k-state-hover {
    border-bottom: 1px solid #aaa !important;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
}

.asf-combobox .k-floatwrap .k-loading {
    background: url(/Content/Images/combo-gray.png);
    background-position: 0% 0%;
    width: 24px;
    height: 24px;
    right: 0px;
    bottom: 0px;
}

.asf-combobox .k-floatwrap .k-loading-hidden {
    visibility: visible;
}

.asf-panel-master-stage-left {
    /*background: #DDDDDD;
    float: left;
    height: 20px;
    padding: 12px 0 0;
    color: #000;

    min-width: 100px;
    text-align: center;
    line-height: 0.5em;*/
    float: left;
    position: relative;
    background: #DDDDDD;
    min-width: 100px;
    text-align: center;
    height: 18px;
    padding: 12px 0 0;
    cursor: pointer;
    margin-right: 6px;
    line-height: 0.5em;
    margin-left: 10px;
    color: #000;
}

.arrow-stage {
    left: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    border-left-color: #DDDDDD;
    border-width: 16px;
    margin-top: -20px;
}

.stageSelect {
    background: #f78e11;
    color: #fff;
}

.arrowSelect {
    border-left-color: #f78e11;
}

.asf-grid-link-custom {
    text-decoration: underline;
    cursor: pointer;
}

.k-si-close-custom {
    background-image: url(/Content/Images/close16x16.png);
    border-color: transparent;
}

.asf-calendar {
    border: 1px solid #fff;
    color: #000;
    word-wrap: break-word;
}

.asf-calendar .k-header {
    background: #dddddd;
    border-top: 0;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #DCDCDC;
}

.asf-calendar .k-scheduler-toolbar>ul>li {
    background-color: #dddddd;
    border-style: none !important;
}

.asf-calendar .k-link {
    color: #000;
    font-weight: bold;
}

.asf-calendar .k-scheduler-times th,
.k-scheduler-header th {
    color: #000;
}

.asf-calendar .k-scheduler-times tr,
.k-scheduler-times th,
.k-scheduler-table td,
.k-scheduler-header th,
.k-scheduler-header-wrap,
.k-scheduler-times {
    border-color: #e6e6e6;
}

.asf-calendar .k-state-selected {
    background-color: rgb(0, 110, 180) !important;
}

.asf-calendar .k-state-selected .k-link {
    color: #fff;
}

.asf-calendar .event-title {
    position: absolute;
    display: table-cell;
    top: 15%;
    font-size: 10px;
}

.asf-calendar-task:hover, .asf-calendar-event:hover, .asf-calendar-device:hover {
    background-color: #94c0d2;
    cursor: pointer;
}

/* 29/12/2021 - [Hoài Bảo] - Begin update - Bỏ căn lề trên cho textarea ghi chú*/
/*Css send message*/
.asf-master-content-notes {
     margin-top: 8px; 
    width: 100%;
    float: left;
}
/* 29/12/2021 - [Hoài Bảo] - End update*/

.asf-notes {
    width: 95%;
    margin: auto
}

.asf-notes-description {
    padding: 0 0 10px 0;
}

.float-left-notes {
    float: left;
}

.float-right-notes {
    float: right;
}

.asf-note-create {
    float: left;
    padding-left: 5px;
}

.asf-note-description {
    padding-left: 75px;
    white-space: pre-line;
	/* 24/10/2024 - [Đình Hữu] - Begin update - Ngắt từ nếu nội dung quá dài*/
	word-wrap: break-word; 
    overflow-wrap: break-word;
	/* 24/10/2024 - [Đình Hữu] - End update*/
}

.wrap-text {
    white-space: nowrap;
    overflow: hidden;
    /*width: 80%;*/
    text-overflow: ellipsis;
}

/* 29/12/2021 - [Hoài Bảo] - Begin update - Chỉnh màu background textEditor ghi chú*/
.form-style-1 {
    width: auto;
    padding: 15px 15px 10px 15px;
    border: 2px solid #94c0d2;
    border-radius: 15px !important;
    background-color: #d9ecf5;
    /*font: 13px "Lucida Sans Unicode","Lucida Grande",sans-serif;*/
    min-height: 280px; /* 25/05/2022 - [Hoài Bảo] - Bổ sung set chiều cao tối thiểu cho textEditor ghi chú*/
}
/* 29/12/2021 - [Hoài Bảo] - End update*/

/* 29/12/2021 - [Hoài Bảo] - Begin update - Chỉnh sửa màu group ghi chú*/
.form-style-2 {
    width: auto;
    padding: 10px 15px 20px 15px;
    border: 2px solid #94c0d2;
    border-radius: 15px !important; /*Cũ: 5px !important;*/
    background-color: #d9ecf5; /*Cũ: #fbeded;*/
    /*font: 13px "Lucida Sans Unicode","Lucida Grande",sans-serif;*/
}

/*Bo viền và tạo nổi khối cho textarea*/
.form-style-1 .asf-textarea {
    border-radius: 15px !important; /*Cũ: 5px !important;*/
    border: 5px solid #ffffff; /*Cũ: 2px solid #94c0d2;*/
    box-shadow: 0px 4px 10px rgb(0 0 0 / 10%);
}

/*Bo viền cho 2 button xóa trắng và Gửi*/
.form-style-1 .asf-button {
    border-radius: 20px !important; /*Cũ: 5px !important;*/
    min-width: 80px;
}

/*Đổi màu cho nền và màu chữ cho button xóa trắng*/
.form-style-1 #Clear {
    background-color: #ffffff; /*Cũ: #94c0d2;*/
    color: #94c0d2;
}

/*Đổi màu chữ cho button gửi*/
.form-style-1 #Send {
    background-color: #006EB4;
    color: #ffffff;
}
/* 29/12/2021 - [Hoài Bảo] - End update*/

.form-style-2 .user-comment {
    font-weight: bold;
    color: #006EB4;
}

.form-style-2 .user-create {
    font-weight: bold;
    color: #f78e11;
}

.close-x-notes {
    cursor: pointer;
    float: right;
}

/* 29/12/2021 - [Hoài Bảo] - Begin update - Căn lề trên cho comment ở tab ghi chú*/
.isMoreShow {
    display: inherit;
    margin-top: 5px;
}
/* 29/12/2021 - [Hoài Bảo] - End update*/

.isMoreHide {
    display: none;
}

/* 27/12/2021 - [Hoài Bảo] - Begin update - Đổi màu chữ nút xem thêm ở tab ghi chú*/
.viewMore {
    cursor: pointer;
    float: right;
    font-weight: bold;
    color: #006EB4 !important; /*Cũ: #006EB4; */
}
/* 27/12/2021 - [Hoài Bảo] - End update*/

/*18/01/2022 - [Tấn Lộc] - Begin update - Đổi màu những cột bị disable trên lưới (PopupMasterDetail)*/
.asf-disable-td {
    background: #daecf4; /*Màu củ #fff2e9 #daecf4*/
}
/*18/01/2022 - [Tấn Lộc] - Begin update - Đổi màu những cột bị disable trên lưới (PopupMasterDetail)*/

.asf-hidden {
    display: none !important;
}

.asf-disabled-li {
    pointer-events: none;
    opacity: 0.6;
}

.asf-filter-V2 {
    padding: 0 4px 30px 4px;
    clear: both;
}

@media (max-width: 768px) {
    #image-Load img {
        width: 50% !important;
    }
}

.file-templete {
    padding: 5px;
}

.file-templete>label {
    color: green;
    padding-right: 5px;
}

.templeteAll {
    overflow: auto;
    margin-top: 5px;
    background-color: whitesmoke;
    max-height: 150px;
}

.x-close {
    color: silver !important;
    cursor: pointer;
}

@font-face {
    font-family: "mnmliconsRegular";
    src: url("/Content/Styles/font/mnmliconsv21-webfont.ttf") format("truetype");
}

.asf-item-search {
    float: right;
    margin: 0 10px 0 0;
    cursor: pointer;
    line-height: 20px;
    background: #f0f0fa;
    position: relative;
    width: auto;
    border-radius: 3px !important;
}

.asf-fillter {
    font-family: "mnmliconsRegular" !important;
    font-size: 16px;
    padding: 0 4px 0 4px;
    background: #8786b7;
    line-height: 22px;
    display: inline-block;
    border-radius: 3px 0 0 3px !important;
    color: #FFF;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
}

.asf-item-search:hover {
    background: #8FD2F4;
    color: #FFF;
}

.asf-fillter-text {
    vertical-align: top;
    line-height: 20px;
    display: inline-block;
}

.asf-fillter-x {
    vertical-align: top;
    line-height: 20px;
    font-weight: bold;
    padding: 0 5px 0 5px;
    margin: 0 0 0 1px;
    color: #8786b7;
}

.asf-fillter-x:hover {
    background: #8786b7;
    color: #FFF;
}

.asf-item-select {
    background: #8FD2F4;
    color: #FFF;
}

.afs-btn-choose-dynamic {
    z-index: 10001;
    position: absolute;
    right: 28px;
    height: 25px;
    min-width: 27px !important;
    border: 1px solid #dddddd
}

.afs-btn-delete-dynamic {
    z-index: 10001;
    position: absolute;
    right: 0px;
    height: 25px;
    min-width: 27px !important;
    border: 1px solid #dddddd
}

.x-close {
    color: silver !important;
    cursor: pointer;
}

.asf-focus-input-success {
    border-bottom: 1px solid #00ed02 !important;
    box-shadow: 0 0 1px #00ed02 inset;
}

.isMoreAPIShow {
    display: inherit;
}

.isMoreAPIHide {
    display: none;
}

.asf-overlay-02 {
    background: transparent;
    display: none;
    height: 100%;
    left: 0;
    -ms-opacity: 0.5;
    opacity: 0.5;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10010;
}

.asf-save-process-02 {
    display: none;
    min-height: 50px;
    -ms-opacity: 1;
    opacity: 1;
    position: absolute;
    width: 210px;
    z-index: 10015;
    align-content: center;
}

.asf-save-process-text-02 {
    float: left;
    width: 100%;
    padding: 0 0 10px 0;
    text-align: center;
    font-size: 10pt;
    color: #337ab7;
    padding-bottom: 10px;
    padding-top: 10px;
    border-width: 2px 2px 0 2px;
    background-color: white;
    border-top: #008888 2px solid;
    border-left: #008888 2px solid;
    border-right: #008888 2px solid;
}

.asf-save-process-img-02 {
    float: left;
    width: 100%;
    height: 40px;
    background: url("/Content/Images/spinner_02_200.gif") no-repeat center;
    background-color: white;
    border-bottom: #008888 2px solid;
    border-left: #008888 2px solid;
    border-right: #008888 2px solid;
}

.asf-CommonConfirm {
    width: 35px;
    background-image: url(/Content/Images/checkedConfirm.png);
    background-size: 25px;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    transition: box-shadow .2s linear,-webkit-box-shadow .2s linear, background-color .2s ease-out, border .2s ease-out;
    margin-right: 15px;
}

/* 22/09/2021 - [Hoài Bảo] - Begin add */
/* CSS cho class hiển thị icon hỗ trợ online */
.asf-CallSupport {
    width: 35px;
    background-image: url(/Content/Images/icon-support-call.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 32px;
    cursor: pointer;
    transition: box-shadow .2s linear,-webkit-box-shadow .2s linear, background-color .2s ease-out, border .2s ease-out;
    margin-right: 15px;
}

/* 22/09/2021 - [Hoài Bảo] - End add */

/* 27/08/2020 - [Đình Ly] - Begin add */
/* CSS cho class hiển thị số lượng thông báo */
/* 29/03/2022 - [Anh Tuấn] - Begin update - Update height, bỏ width của thông báo, chuyển sang set động bằng js */
.asf-number-notify {
    border: solid 1px  #fa3e3e !important;
    height: 16px !important;
    padding: 0px 3px;
    border-radius: 50% !important;
    background-color: #fa3e3e;
    text-align: center;
    margin: 4px 0px 0px 17px;
    font-size: 12px !important;
    /* width: 10px !important; */
}
/* 29/03/2022 - [Anh Tuấn] - End update*/
/* 27/08/2020 - [Đình Ly] - End add */


/* 08/04/2019 - [Vĩnh Tâm] - Begin add */
.asf-button-treelist {
    padding: 2px 0px;
    min-width: 25px !important;
    width: 25px;
}

.asf-button-treelist .k-icon {
    margin: 0px;
}
/* 08/04/2019 - [Vĩnh Tâm] - End add */

.asf-header-icon-approved {
    width: 32px;
    height: 32px;
    vertical-align: bottom;
    float: left;
    cursor: pointer;
    background-position: 40% 60%;
    transition: box-shadow .2s linear,-webkit-box-shadow .2s linear, background-color .2s ease-out, border .2s ease-out;
}


    .asf-header-icon-approved:hover, .asf-header-icon-calendar:hover, .asf-CallSupport:hover, .asf-CommonConfirm:hover, .asf-header-icon-setting-boss:hover {
        background-color: #006EB4; /*#ffdec6;*/
        border-radius: 3px !important;
        box-shadow: 0 16px 38px -12px rgb(0 0 0 / 56%), 0 4px 25px 0 rgb(0 0 0 / 12%), 0 8px 10px -5px rgb(0 0 0 / 20%);
        -webkit-box-shadow: 0 16px 38px -12px rgb(0 0 0 / 56%), 0 4px 25px 0 rgb(0 0 0 / 12%), 0 8px 10px -5px rgb(0 0 0 / 20%);
    }

/* 23/07/2019 - [Vĩnh Tâm] - Begin add */
.asf-grid>.k-grid-header>div>table,
.asf-grid>.k-grid-content>table {
    width: 100% !important;
}
/* 23/07/2019 - [Vĩnh Tâm] - End add */

/* 13/12/2022 - [Kiều Nga] - Begin add - Xử lý css cho Freeze*/
.asf-grid > .k-grid-content-locked>table {
    width: 100% !important;
}
/* 13/12/2022 - [Kiều Nga] - End add - Xử lý css cho Freeze*/


/* 20/11/2019 - [Lương Mỹ] - Begin add */
.asf-focus-row-error {
    color: red !important;
}
/* 20/11/2019 - [Lương Mỹ] - End add */

/* 12/03/2019 - [Đình Ly] - Begin add */
/* CSS màn hình loading trên hệ thống */
#image-Load {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 100001;
    background-color: #ffffff;
    padding-top: 150px;
}

/*11/01/2022 - [Tấn Lộc] - Begin update - Bỏ set width, height của img hình ảnh*/
#image-Load > img {
    margin: 0 auto;
    display: block;
    /* width: 175px;
    height: 175px; */
}
/*11/01/2022 - [Tấn Lộc] - End update - Bỏ set width, height của img hình ảnh*/

/*11/01/2022 - [Tấn Lộc] - Begin update - Bỏ set width, height, thay đổi font chữ, canh giữa của chữ thông báo hệ thống đã xử lý....*/
    #image-Load > h2 {
        padding-top: 15px;
        margin: 0 auto;
        display: block;
        /* width: 450px;
    height: 175px; */
        font-family: "Montserrat";
        text-align: center;
        color: #006eb4;
    }
/*11/01/2022 - [Tấn Lộc] - Begin update - Bỏ set width, height, thay đổi font chữ, canh giữa của chữ thông báo hệ thống đã xử lý....*/

#text-module {
    font-weight: bold;
    font-size: 11px;
}
/* 12/03/2019 - [Đình Ly] - End add */

/* 03/04/2020 - [Vĩnh Tâm] - Begin add */
/* CSS thanh DevTool */
.asf-dev-tool {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 10024;
    width: 100%;
    height: 30px;
    background-color: #006eb4;
    color: #ffffff;
    padding: 3px;
}

.asf-dev-tool-header {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px;
    padding: 5px;
    float: left;
}

.asf-icon-dev-tool {
    background-position: 60% 60%;
    padding: 0px 3px;
    width: 32px;
    height: 32px;
    vertical-align: bottom;
    float: left;
    cursor: pointer;
    background-repeat: no-repeat;
}

.asf-icon-dev-tool:hover {
    background-color: #00649a;
}

.asf-show-dev-tool {
    left: unset;
    right: 0;
    padding: 0px;
}

.asf-i-show-dev-tool {
    background-image: url(/Content/Images/arrow_down.png);
    transform: rotate(90deg);
    float: right;
}

.asf-i-hide-dev-tool {
    background-image: url(/Content/Images/arrow_down.png);
    transform: rotate(-90deg);
    float: right;
}

.asf-icon-clean {
    background-image: url(/Content/Images/icon-clean-32x32.png);
}

.asf-icon-clean-select {
    background-image: url(/Content/Images/icon-clean-select-32x32.png);
}

.asf-icon-data-test {
    background-image: url(/Content/Images/icon-data-test-32x32.png);
}

.asf-icon-fill-data {
    background-image: url(/Content/Images/icon-fill-data-32x32.png);
}

.asf-icon-open-file {
    background-image: url(/Content/Images/icon-open-file-32x32.png);
}

.asf-dev-tool-white-line {
    float: left;
    border-right: 3px solid #fff;
    height: 30px;
    margin: 0px 5px;
}
/* 03/04/2020 - [Vĩnh Tâm] - End add */

/* 16/04/2020 - [Vĩnh Tâm] - Begin add */
/* Khung container checkbox */
.asf-container-checkbox {
    display: block;
    position: relative;
    float: left;
    padding-left: 30px;
    cursor: pointer;
    font-size: 15px;
    user-select: none;
}

/* Ẩn checkbox mặc định */
.asf-container-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Tạo checkbox customize */
.asf-checkmark {
    position: absolute;
    top: 5px;
    left: 5px;
    height: 20px;
    width: 20px;
    background-color: #fff;
}

.asf-container-checkbox:hover input ~ .asf-checkmark {
    background-color: #eee;
}

.asf-container-checkbox input:checked ~ .asf-checkmark {
    background-color: #fff;
}

.asf-checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.asf-container-checkbox input:checked ~ .asf-checkmark:after {
    display: block;
}

.asf-container-checkbox .asf-checkmark:after {
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid #006eb4;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.asf-dev-tool-text {
    line-height: 30px;
    vertical-align: middle;
    font-size: 15px;
    float: left;
}

/*
    Tấn Thành - [28/01/2021] - Begin Add
    Hide Class & Disabled ImageUrl
*/

.asf-tag-hide {
    display:none;
}

.asf-imageurl-disabled {
    opacity: 0.5;
    background-color: #ebebeb;
}

/*Tấn Thành - [28/01/2021] - End Add*/

#btnOpenFile .asf-dev-tool-menu-open {
    display: none;
    position: absolute;
    bottom: 0px;
    padding: 0px;
    margin-bottom: 36px;
    border: solid 1px #000;
    color: #000;
    background-color: #fff;
}

#btnOpenFile ul li {
    position: relative;
    line-height: 3;
    padding: 0px 8px;
}

#btnOpenFile ul li:hover {
    background-color: #8fd2f4;
}

/*27/12/2021 - [Hoài Bảo] - Begin add - Chỉnh màu chữ cho header panel hệ thống*/
#oneboss_tabstrip div.k-state-active {
    border-color: white;
}

/*Điều chỉnh hiển thị của button next và prev ở Group Tab khi có nhiều tab cần chuyển tab để xem nội dung - Begin*/
#viewPartial #BtnNext {
    height: 32px !important;    
    left: unset !important;
    right: 8px;
}

#viewPartial #BtnPrev {
    height: 32px !important;
}

#viewPartial .k-tabstrip-wrapper >a {
    text-align: center;
    margin-top: 6px;
    background-color: transparent !important;
    /* background: linear-gradient(to right, rgb(244, 121, 32), rgb(244, 121, 32, 0.6)); */
    border-radius: 50% !important;
    border-color: white !important;
}

#viewPartial .k-tabstrip-wrapper >a:focus{
    border-color: white;
    box-shadow: 0 0 2px 1px white;
}

#BtnNext .asf-icon-logo_next {
    filter: contrast(0.8) brightness(2.5) opacity(0.5) drop-shadow(0 0 0 rgb(238, 102, 5));
    height: 25px;
    width: 25px;
}

#BtnPrev .asf-icon-logo_prev {
    filter: contrast(0.8) brightness(2.5) opacity(0.5) drop-shadow(0 0 0 rgb(238, 102, 5));
    height: 25px;
    width: 25px;
    position: absolute;
}
/*Điều chỉnh hiển thị của button next và prev ở Group Tab - End*/


/*Chỉnh viền trắng khi focus vào nội dung Grouptab*/
#oneboss_tabstrip:focus {
    box-shadow: 0 0 3px 0 rgb(255,255,255);
}

/*Bỏ viền trên cho group tab*/
#oneboss_tabstrip {
    position: inherit !important;
}

/*Chỉnh lại viền và màu chữ title cho textarea custom ở tab mô tả chi tiết nghiệp vụ - Begin*/
#oneboss_tabstrip >div>ul>li>div>fieldset {
    border-radius: 20px !important;
}

    #oneboss_tabstrip > div > ul > li > div > fieldset .title {
        color: #006EB4;
    }
/*Chỉnh lại viền và màu chữ title cho textarea custom ở tab mô tả chi tiết nghiệp vu - End*/

/*Chỉnh ảnh avatar tròn ở comment group ghi chú*/
.float-left-notes >img {
    border-radius:50% !important;
    -moz-border-radius:50% !important;
    -webkit-border-radius:50% !important;
}
/*27/12/2021 - [Hoài Bảo] - Begin add*/

/* 28/12/2021 - [Hoài Bảo] - Begin add - Căn chỉnh lề trên các nút chức năng(thêm/chọn/xóa...) của group tab */
#oneboss_tabstrip >div .asf-panel-view-detail .asfbtn-right-3 {
    margin-top: -20px !important;
}
/* 28/12/2021 - [Hoài Bảo] - End add*/

/* 30/12/2021 - [Hoài Bảo] - Begin add*/

/*Đổi màu chữ trên group tab*/
#oneboss_tabstrip >ul>li>span {
    color: black !important;
}

/*Căn chỉnh vị trí nút trạng thái hiện tại của nghiệp vụ*/
.status-stage {
    width: fit-content;
    margin-top: -19px;
    margin-left: 15px;
    font-size: 12px;
}

/*Làm tròn viền và đổi mài chữ trắng cho nút trạng thái hiện tại*/
.status-stage >a {
    border-radius: 20px !important;
    /* background-color: #26C97B; */
    /* color: white !important; */
    box-shadow: 0px 5px 6px -2px #999999;
    margin-bottom: 10px;
}

/*Viền cam khi hover vào nút trạng thái hiện tại*/
    .status-stage > a:hover {
        border-color: #006EB4;
    }

/*Set css cho modal chứa các button trạng thái*/
#statusModal {
    width: fit-content;
    height: auto;
    position: static;
    z-index: 10002;
    background: none;
    border-radius: 20px !important;
}

/*Set css cho các button trạng thái nằm trên modal*/
#statusModal .modal-content >a {
    margin: 2px 5px 2px 5px;
    border-radius: 20px !important;
    width: 150px;
    height: fit-content;
    text-align: center;
    padding-top: 5px;
    box-shadow: 0px 5px 6px -2px #999999;
    line-height: 1.5em;
}

    #statusModal .modal-content > a:hover {
        border-color: #006EB4;
    }
/* 30/12/2021 - [Hoài Bảo] - Begin add*/

/* 31/12/2021 - [Hoài Bảo] - Begin add*/
/*Set vị trí cho modal*/
#statusModal {
    clear: both;
    position: absolute;
}

/*Vẽ mũi tên cho modal*/
#statusModal .arrow {
    width: 12px;
    height: 20px;
    overflow: hidden;
    position: relative;
    float: left;
    top: 22px;
    right: -1px;
}

#statusModal .arrow .outer {
    width: 0;
    height: 0;
    border-right: 20px solid #CCC;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    position: absolute;
    top: 0;
    left: 0;
}

#statusModal .arrow .inner {
    width: 0;
    height: 0;
    border-right: 20px solid #ffffff;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    position: absolute;
    top: 0;
    left: 2px;
}
/*Vẽ mũi tên cho modal*/

/*Set css phần nội dung của modal*/
#statusModal .modal-content {
    float: left;
    width: fit-content;
    height: auto;
    border: 1px solid #CCC;
    background-color: #ffffff;
    padding: 6px 8px;
    -webkit-border-radius: 20px !important;
    -moz-border-radius: 20px !important;
    -o-border-radius: 20px !important;
    border-radius: 20px !important;
}
/* 31/12/2021 - [Hoài Bảo] - End add*/

/* 14/01/2022 - [Hoài Bảo] - Begin add*/
.oneboss-label {
    margin-left: 50px;
}

.as-label {
    margin-left: 50px;
}

/*Bo tròn viền của popup hoạt động*/
#Action {
    border-radius: 20px !important;
    width: fit-content;
}

/*Tạo border phân cách giữa các hoạt động*/
.one-border {
    border-bottom: 1px solid #006EB4;
    height: 35px;
}

/*Căn giữa icon của popup hoạt động*/
.k-button-icon {
    bottom: 5px;
}

.viewdetail-header {
    display: flex;
}

.one-span-align {
    float: left;
    display: flex;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}
/*Căn giữa icon của popup hoạt động*/
/* 14/01/2022 - [Hoài Bảo] - End add*/

/* [Anh Tuấn] - 12/01/2022 - Begin Add - Style lại tr có color trong table*/
/* [Anh Tuấn] - 27/01/2022 - Begin Add - Update căn giữa trong td*/
/* [Mai Thy] - 09/05/2024  - Begin Update - Update căn giữa trong td lần 2*/
.k-color {
    /* border-radius: 10px !important;
    display: block;
    box-shadow: 0px 5px 6px -2px #999999; */
    text-align: center;
    /* bottom: 25%; */
    /* margin: 15% 0; */
    padding-bottom: 20px;
}
/* [Anh Tuấn] - 12/01/2022 - End Add */
/* [Anh Tuấn] - 27/01/2022 - End Add */
/* [Mai Thy] - 09/05/2024  - End Update - Update căn giữa trong td lần 2*/

/* [Mai Thy] - 09/05/2024 - Begin Add */
.k-color span {
    border-radius: 10px !important;
    display: block;
    box-shadow: 0px 5px 6px -2px #999999;
    padding: 4px 0;
}
/* [Mai Thy] - 09/05/2024 - End Add */

/* [Anh Tuấn] - 18/01/2022 - Begin Add - Hiển thị icon search*/
.k-sprite {
    width: 20px;
    height: 20px;
}
/* [Anh Tuấn] - 18/01/2022 - End Add */

/* 26/01/2022 - [Hoài Bảo] - Begin add - Căn chỉnh vị trí các nút chức năng ở tab*/
.asf-panel-view-detail a {
    bottom: 0px;
}
/* 26/01/2022 - [Hoài Bảo] - End add*/

/* 26/01/2022 - [Hoài Bảo] - Begin add - Căn chỉnh vị trí các nút chức năng ở tab*/
.asf-panel-view-detail a {
    bottom: 0px;
}

/*Thêm lề trên cho nút hoạt động ở màn hình xem chi tiết*/
.asf-panel-master-header .asfbtn-right {
    padding-top: 8px;
    margin-right: 7%;
}
/* 26/01/2022 - [Hoài Bảo] - End add*/


/* 24/05/2022 - [Hoài Bảo] - Begin add*/

/*Căn chỉnh vị trí các nút ghi chú nhanh*/
/* 27/05/2022 - [Hoài Bảo] - Begin update - Bỏ căn lề trái do đã sử dụng class căn giữa ở view*/
.one-quick-comment {
    cursor: pointer;
    margin-top: 10px;
    /* margin-left: -10px; */
}
/* 27/05/2022 - [Hoài Bảo] - End update*/

/*Set css cho modal chứa các button trạng thái*/
#notesModalTop, #notesModalBottom {
    width: fit-content;
    height: auto;
    position: static;
    z-index: 10002;
    background: none;
    border-radius: 20px !important;
    clear: both;
    position: absolute;
}

/*Vẽ mũi tên cho modal*/
/* 15/02/2023 - [Hoài Bảo] - Begin update - Bổ sung z-index cho phần mũi tên hiển thị phía trên popup*/
#notesModalTop .arrow {
    width: 20px;
    height: 20px;
    overflow: hidden;
    position: relative;
    float: left;
    top: 22px;
    right: -1px;
    z-index: 1;
}

#notesModalBottom .arrow {
    width: 20px;
    height: 20px;
    overflow: hidden;
    position: relative;
    float: left;
    top: 280px;
    right: -1px;
    z-index: 1;
}
/* 15/02/2023 - [Hoài Bảo] - End update*/

#notesModalTop .arrow .outer, #notesModalBottom .arrow .outer {
    width: 0;
    height: 0;
    border-right: 20px solid #CCC;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    position: absolute;
    top: 0;
    left: 0;
}

#notesModalTop .arrow .inner, #notesModalBottom .arrow .inner {
    width: 0;
    height: 0;
    border-right: 20px solid #ffffff;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    position: absolute;
    top: 0;
    left: 2px;
}
/*Vẽ mũi tên cho modal*/

/*Set css phần nội dung của modal*/
#notesModalTop .modal-content, #notesModalBottom .modal-content {
    float: left;
    border: 1px solid #CCC;
    background-color: #ffffff;
    padding: 6px 8px;
    -webkit-border-radius: 20px !important;
    -moz-border-radius: 20px !important;
    -o-border-radius: 20px !important;
    border-radius: 20px !important;
}

.modal-content .main-content {
    width: 1000px;
	height: auto;
    max-height: 600px;
    overflow-y: scroll;
}

/* Set chiều cao tối thiểu cho phần comment trong popup ghi chú nhanh*/
.modal-content .form-style-2 {
    min-height: 50px;
}

.emoji-note {
    cursor: pointer;
}
/* 24/05/2022 - [Hoài Bảo] - End add*/

/* 27/05/2022 - Begin add - Set lại màu khi click vào menu cấp 3*/
.k-state-focused.k-state-selected{
    box-shadow: inset 0 0 3px 1px #f47920;
}
/* 27/05/2022 - End add - Set lại màu khi click vào menu cấp 3 */

/* 06/06/2022 - [Hoài Bảo] - Begin update - class ẩn thanh scroll */
.scroll-hidden {
    overflow-y: hidden !important;
}
/* 06/06/2022 - [Hoài Bảo] - Begin update */

/* 26/09/2023 - [Kiều Nga] - Begin add - Bổ sung icon hướng dẫn sử dụng */
.asf-header-icon-user-guide {
    width: 32px;
    height: 32px;
    vertical-align: bottom;
    float: left;
    cursor: pointer;
    background-position: 40% 60%;
    transition: box-shadow .2s linear,-webkit-box-shadow .2s linear, background-color .2s ease-out, border .2s ease-out;
}
/* 26/09/2023 - [Kiều Nga] - End add - Bổ sung icon hướng dẫn sử dụng */

/*----------------------ICON--------------------------*/
/* span.asf-icon {
    cursor: pointer;
    height: 32px;
    position: absolute;
    width: 32px;
} */
span.asf-icon {
    cursor: pointer;
    height: 24px;
    position: absolute;
    width: 24px;
}

.asf-icon {
    background-position: center;
    background-repeat: no-repeat;
    border-color: rgba(0, 0, 0, 0);
    position: absolute;
}

.asf-icon-24 {
    background-size: 24px 24px;
    height: 24px;
    width: 24px;
}

.asf-icon-32 {
    background-size: 32px 32px;
    height: 32px;
    padding: 5px;
    width: 32px;
}

.asf-icon:hover {
    background-color: #8bd6ff;
}
/*----------------------ICON DISABLED STATE--------------------------*/

a.k-button.k-state-disabled.k-button-icon > span.asf-icon {
    opacity: 0.3;
}

    a.k-button.k-state-disabled.k-button-icon > span.asf-icon:hover {
        background-color: transparent;
        cursor: default;
    }
/*----------------------ICON 24X24/32X32--------------------------*/

.asf-i-search-24 {
    background: url("/Content/Images/search.png") no-repeat scroll 50% 50% rgba(0, 0, 0, 0);
}

.asf-i-add-search-24 {
    background: url("/Content/Images/icon-add-24x24.png") no-repeat scroll 50% 50% rgba(0, 0, 0, 0);
}

.asf-i-tool-24 {
    background: url(/Content/Images/tools.png) no-repeat;
}

.asf-i-delete-24 {
    background-image: url(/Content/Images/icon-delete-24x24.png);
}

.asf-i-check-24 {
    background-image: url(/Content/Images/icon-check-24x24.png);
}

.asf-i-uncheck-24 {
    background-image: url(/Content/Images/icon-uncheck-24x24.png);
}

/*.asf-i-delete-24:hover{ background-image: url(../Images/icon-delete-24x24-hover.png); }*/

.asf-i-delete {
    background-image: url(/Content/Images/delete.png);
}

.asf-i-delete-32 {
    background-image: url(/Content/Images/icon-delete-32x32.png) !important;
}
/*.asf-i-delete-32:hover{ background-image: url(../Images/icon-delete-32x32-hover.png); }*/

.asf-i-add-24 {
    background-image: url(/Content/Images/icon-add-24x24.png);
}
/*.asf-i-add-24:hover { background-image: url(../Images/icon-add-24x24-hover.png); }*/

.asf-i-add-32 {
    background-image: url(/Content/Images/icon-add-32x32.png);
}
/*.asf-i-add-32:hover { background-image: url(../Images/icon-add-32x32-hover.png); }*/

.asf-i-edit-24 {
    background-image: url(/Content/Images/icon-edit-24x24.png);
}
/*.asf-i-edit-24:hover { background-image: url(../Images/icon-edit-24x24-hover.png); }*/

.asf-i-edit-32 {
    background-image: url(/Content/Images/icon-edit-32x32.png);
}
/*.asf-i-edit-32:hover { background-image: url(../Images/icon-edit-32x32-hover.png); }*/

.asf-i-excel-24 {
    background-image: url(/Content/Images/icon-excel-24x24.png);
}
/*.asf-i-excel-24:hover { background-image: url(../Images/icon-excel-24x24-hover.png); }*/

.asf-i-emp-to-team-24 {
    background-image: url(/Content/Images/icon-add-user-team-24x24.png);
}

.asf-i-add-user-group-24 {
    background-image: url(/Content/Images/icon-add-user-group-24x24.png);
}

.asf-i-excel-32 {
    background-image: url(/Content/Images/icon-excel-32x32.png);
}
/*.asf-i-excel-32:hover { background-image: url(../Images/icon-excel-32x32-hover.png); }*/

.asf-i-printer-24 {
    background-image: url(/Content/Images/icon-printer-24x24.png);
}
/*.asf-i-printer-24:hover { background-image: url(../Images/icon-printer-24x24-hover.png); }*/

.asf-i-printer-32 {
    background-image: url(/Content/Images/icon-printer-32x32.png);
}

.asf-i-refresh-24 {
    background-image: url(/Content/Images/icon-refresh-24x24.png);
}
/*.asf-i-refresh-24:hover { background-image: url(../Images/icon-refresh-24x24-hover.png); }*/

.asf-i-refresh-32 {
    background-image: url(/Content/Images/icon-refresh-32x32.png);
}
/*.asf-i-refresh-32:hover { background-image: url(../Images/icon-refresh-32x32-hover.png); }*/

.asf-i-pdf-24 {
    background-image: url(/Content/Images/icon-pdf-24x24.png);
}
/*.asf-i-pdf-24:hover { background-image: url(../Images/icon-pdf-24x24-hover.png); }*/

.asf-i-show-32 {
    background-image: url(/Content/Images/icon-active-32x32.png);
}

.asf-i-hide-32 {
    background-image: url(/Content/Images/icon-inactive-32x32.png);
}

.asf-i-active-32 {
    background-image: url(/Content/Images/icon-active-32x32.png);
}

.asf-i-inactive-32 {
    background-image: url(/Content/Images/icon-inactive-32x32.png);
}

.asf-i-add-to-campaign-32 {
    background-image: url(/Content/Images/icon-add-to-campaign-32x32.png);
}

.asf-i-add-to-receiver-32 {
    background-image: url(/Content/Images/icon-add-to-receiver-32x32.png);
}

.asf-i-send-email-32 {
    background-image: url(/Content/Images/icon-send-email-32x32.png);
}

.asf-i-import-32 {
    background-image: url(/Content/Images/icon-import-32x32.png);
}

.asf-i-import-bank-32 {
    background-image: url(/Content/Images/icon-import-bank-32x32.png);
}

.asf-i-printcv-32 {
    background-image: url(/Content/Images/printer-CV-32x32.png);
}

.asf-i-export-32 {
    background-image: url(/Content/Images/icon-export-32x32.png);
}

.asf-i-send-doc-32 {
    background-image: url(/Content/Images/icon-sent-doc-32x32.png);
}

.asf-i-change-32 {
    background-image: url(/Content/Images/icon-changeUnusualType-32x32.png);
    width: 32px;
    height: 32px;
}

.asf-i-cogs-32 {
    background-image: url(/Content/Images/cogs.png);
}

.asf-i-reset {
    background: url(/Content/Images/reset.png) no-repeat scroll 50% 50% rgba(0, 0, 0, 0);
}

.asf-i-close-32 {
    background-image: url(/Content/Images/icon-close-32x32.png);
}

.asf-i-open-32 {
    background-image: url(/Content/Images/icon-open-32x32.png);
}

.asf-i-doc-32 {
    background-image: url(/Content/Images/icon-doc-32x32.png);
}

.asf-i-emp-to-team-32 {
    background-image: url(/Content/Images/icon-add-user-team-32x32.png);
}

.asf-i-add-user-group-32 {
    background-image: url(/Content/Images/icon-add-user-group-32x32.png);
}

.asf-i-unlock-user-32 {
    background-image: url(/Content/Images/icon-unlock-user-32x32.png);
}

.asf-i-lock-user-32 {
    background-image: url(/Content/Images/icon-lock-user-32x32.png);
}

.asf-i-reset-pass-32 {
    background-image: url(/Content/Images/icon-reset-pass-32x32.png);
}

.asf-i-inherit-32 {
    /*Icon củ*/
    /* background-image: url(/Content/Images/page.duplicate.png); */

    /*Icon mới*/
    background-image: url(/Content/Images/icon-inherit-32x32.png);
}

.asf-i-delete-all-32 {
    background-image: url(/Content/Images/icon-delete-all-32x32.png);
}

.asf-i-sql-query-export-32 {
    background-image: url(/Content/Images/icon-query-export-32x32.png);
}

.asf-i-inheriths-32 {
    background-image: url(/Content/Images/icon-inhert-32x32.png);
}

.asf-i-calvacation-32 {
    background-image: url(/Content/Images/Calculator-32.png);
}

.asf-i-savefilter-32 {
    background-image: url(/Content/Images/save-filter-32.png);
}

.asf-i-save-32 {
    background-image: url(/Content/Images/save-32.png);
}

.asf-i-choose-32 {
    background-image: url(/Content/Images/ellipsis-32.png);
}

.asf-i-cancel-32 {
    background-image: url(/Content/Images/Cancel_32.png);
}
/*----------------------ICON MENU----------------------------------*/

.asf-i-menu-bussiness {
    background-image: url(/Content/Images/icon-menu-bussiness.png);
}

    .asf-i-menu-bussiness:hover {
        background-image: url(/Content/Images/icon-menu-bussiness-hover.png);
    }

.asf-i-menu-list {
    background-image: url(/Content/Images/icon-menu-list.png);
}

    .asf-i-menu-list:hover {
        background-image: url(/Content/Images/icon-menu-list-hover.png);
    }

.asf-i-menu-report {
    background-image: url(/Content/Images/icon-menu-report.png);
}

    .asf-i-menu-report:hover {
        background-image: url(/Content/Images/icon-menu-report-hover.png);
    }

.asf-i-menu-setting {
    background-image: url(/Content/Images/icon-menu-setting.png);
}

    .asf-i-menu-setting:hover {
        background-image: url(/Content/Images/icon-menu-setting-hover.png);
    }

.asf-i-setting {
    background-image: url("/Content/Images/settings.png");
}

.asf-i-close {
    background-image: url("/Content/Images/close.png");
}

.asf-i-user {
    /*background-image: url("/Content/Images/user.png");*/
}

/* 28/11/2019 - [Đình Ly] - Begin add */
/* Create image arrowup hide menu module */
.asf-i-hide-module {
    background-image: url("/Content/Images/arrow_up.png");
    background-repeat: no-repeat;
}
/* Create image arrowdown, arrowshow menu module */
.asf-i-show-module {
    background-image: url("/Content/Images/arrow_down.png");
    background-repeat: no-repeat;
}
/* 28/11/2019 - [Đình Ly] - Begin add */

/* 30/06/2020 - [Đình Ly] - Begin add */

/* Class hiển thị nút dạng Grid */
.asf-i-grid-view-32 {
    background-image: url("/Content/Images/icon-grid-view-32x32.png");
}

/* Class hiển thị nút dạng Kanban */
.asf-i-kanban-view-32 {
    background-image: url("/Content/Images/icon-kanban-32x32.png");
}

/* Class hiển thị nút dạng Ganchart */
.asf-i-ganchart-view-32 {
    background-image: url("/Content/Images/icon-gan-chart-32x32.png");
}
/* 30/06/2020 - [Đình Ly] - End add */

/* 10/08/2020 - [Tấn Lộc] - Begin add */
.asf-i-receive-mail-view-32 {
    background-image: url("/Content/Images/icon-receive-mail-32x32.png");
}
/* 10/08/2020 - [Tấn Lộc] - Begin add */

/* 29/01/2021 - [Tấn Lộc] - Begin add */
.asf-i-restore-data-view-32 {
    background-image: url("/Content/Images/icon-restore-data-32x32.png");
}
/* 29/01/2021 - [Tấn Lộc] - End add*/

/* 18/03/2021 - [Tấn Lộc] - Begin add */
.asf-i-reply-email-view-32 {
    background-image: url("/Content/Images/icon-reply-email-32x32.png");
}
/* 18/03/2021 - [Tấn Lộc] - End add*/

/* 18/03/2021 - [Tấn Lộc] - Begin add */
.asf-i-forward-email-view-32 {
    background-image: url("/Content/Images/icon-forward-email-32x32.png");
}
/* 18/03/2021 - [Tấn Lộc] - End add*/

/* 22/11/2021 - [Tấn Lộc] - Begin add */
.asf-i-convert-customers-view-32 {
    background-image: url("/Content/Images/icon-convert-customers-32x32.png");
}
/* 22/11/2021 - [Tấn Lộc] - End add*/

/* 22/11/2021 - [Tấn Lộc] - Begin add */
.asf-i-convert-opportunity-view-32 {
    background-image: url("/Content/Images/icon-convert-opportunity-32x32.png");
}
/* 22/11/2021 - [Tấn Lộc] - End add*/

/* 18/03/2022 - [Tấn Lộc] - Begin add */
.asf-i-convert-lead-view-32 {
    background-image: url("/Content/Images/icon-convert-lead-32x32.png");
}
/* 18/03/2022 - [Tấn Lộc] - End add*/

/*----------------------ICON MASTER----------------------------------*/

.asf-i-add {
    background-image: url(/Content/Images/add.png);
}

.asf-i-delete {
    background-image: url(/Content/Images/delete.png);
}

.asf-i-edit {
    background-image: url(/Content/Images/edit.png);
}

.asf-i-page-delete {
    background-image: url(/Content/Images/icon-delete-32x32.png);
}

.asf-i-page-remove {
    background-image: url(/Content/Images/page.remove.png);
}

.asf-i-page-remove {
    background-image: url(/Content/Images/page.remove.png);
}

.asf-i-page-duplicate {
    background-image: url(/Content/Images/page.duplicate.png);
}

.asf-i-page-edit {
    background-image: url(/Content/Images/page.edit.png);
}

.asf-i-page-excel {
    background-image: url(/Content/Images/page.excel.png);
}

.asf-i-page-file-pdf {
    background-image: url(/Content/Images/page.file.pdf.png);
}

.asf-i-page-file-pdf-tag {
    background-image: url(/Content/Images/page.file.pdf.tag.png);
}

.asf-i-printer {
    background-image: url(/Content/Images/printer.png);
}

.asf-i-printer-blank {
    background-image: url(/Content/Images/printer.blank.png);
}

.asf-i-printer-text {
    background-image: url(/Content/Images/printer.text.png);
}

.asf-i-refresh {
    background-image: url(/Content/Images/refresh.png);
}

.asf-i-settings {
    background-image: url(/Content/Images/settings.png);
}

.asf-i-tools {
    background-image: url(/Content/Images/tools.png);
}

.asf-i-user { /*background-image: url(/Content/Images/user.png);*/
}

.asf-i-navigate-next {
    background-image: url(/Content/Images/navigate.next.png);
}

.asf-i-navigate-previous {
    background-image: url(/Content/Images/navigate.previous.png);
}

.asf-i-magnify {
    background-image: url(/Content/Images/magnify.png);
}

.asf-i-magnify-add {
    background-image: url(/Content/Images/magnify.add.png);
}

.asf-i-diagram {
    background-image: url(/Content/Images/diagram.png);
}

.asf-i-door-leave {
    background-image: url(/Content/Images/door.leave.png);
}

.asf-i-door-interface-list {
    background-image: url(/Content/Images/interface.list.png);
}

.asf-i-graph-histogram-description {
    background-image: url(/Content/Images/graph.histogram.description.png);
}

.asf-i-help {
    background: url(/Content/Images/help.png) no-repeat #006EB4 0% 55%;
}

.asf-i-calendar {
    background: url(/Content/Images/calendar-clock.png) no-repeat #006EB4 0% 55%;
    margin-right: 15px;
}

.one-i-Attach {
    background-image: url(/Content/Images/attach.png);
}

.one-i-default {
    background-image: url(/Content/Images/icon-default.png);
}


.asf-i-action {
    background: url("/Content/Images/BlueOpal/sprite.png");
    background-position: 0 10%;
    cursor: pointer;
    height: 12px;
    width: 12px;
}
/*/* Calendar icon!1!
.k-i-arrow-e {
    background: transparent url('../Images/arrow_right.png') !important;
    -ms-background-size: 50% 50%;
    background-size: 50% 50%;
}

.k-i-arrow-w {
     background: transparent url('../Images/arrow_left.png')!important;
     -ms-background-size: 50% 50%;
     background-size: 50% 50%;
 }*/


.asf-i-find-barcode-32 {
    background: url(/Content/Images/icon-find-barcode.png) no-repeat;
    background-size: 100%;
}

.asf-i-filter-32 {
    background: url(/Content/Images/icon-filter-32.png) no-repeat;
    background-size: 100%;
}

.asf-i-restore-32 {
    background: url(/Content/Images/restore.png) no-repeat;
    background-size: 70%;
    background-repeat: no-repeat;
    background-position: center;
}

.asf-i-transfer-32 {
    background: url(/Content/Images/icon-tranfer.png) no-repeat;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.asf-i-repaircreate-32 {
    background: url(/Content/Images/icon-repair-create.png) no-repeat;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 70%;
}

/* 12/03/219 - [Vĩnh Tâm] - Begin add */
/* CSS mới của Kendo set pointer-events: none nên các button không thể click được */
.k-sprite.asf-icon {
    pointer-events: inherit;
}
/* 12/03/219 - [Vĩnh Tâm] - End add */

.asf-i-approved {
    background: url(/Content/Images/icon-approved-32x32.png) no-repeat;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 90%;
    margin-right: 15px;
}

/* 09/12/2021 - [Kiều Nga] - Begin add */
/* CSS Load icon theo messagetype */
.asf-i-notify-info {
    background: url(/Content/Images/icons-notify-info-24.png) no-repeat;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 60%;
}

.asf-i-notify-warning {
    background: url(/Content/Images/icons-notify-warning-24.png) no-repeat;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 65%;
}

.asf-i-notify-error {
    background: url(/Content/Images/icons-notify-error-24.png) no-repeat;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 60%;
}
/* 09/12/2021 - [Kiều Nga] - End add */

/* 8/02/2022 - [Anh Tuấn] - Begin add - Add icon Barcode cho Button Barcode */
.asf-i-barcode-view-32{
    background: url(/Content/Images/icon-barcode-32x32.png) no-repeat;
}
/* 8/02/2022 - [Anh Tuấn] - End add */

/* 8/02/2022 - [Anh Tuấn] - Begin add Add icon QRcode cho Button QRcode*/
.asf-i-qrcode-view-32{
    background: url(/Content/Images/icon-qrcode-32x32.png) no-repeat;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 70%;
}
/* 8/02/2022 - [Anh Tuấn] - End add */

/* 14/03/2022 Minh Hiếu Chỉnh lại kích thước icon search cho button filter*/
/* 09/06/2022 Văn Tài 	Giảm từ 90 -> 77% */
.asf-i-search-24 {
    background-size: 99%;
}

#btnFilterMoblie .asf-i-search-24 {
    background-size: 77%;
}

#autocomplete-box .asf-i-search-24 {
    background-size: 50%;
}

/* 14/03/2022 [Minh Hiếu] - End add */

/* 16/03/2022 - [Anh Tuấn] - Add icon ba chấm của Newsfeed*/
.one-i-more-horiz-24{
    background: url(/Content/Images/icon-more-horiz-24x24.png);
}
/* 16/03/2022 - [Anh Tuấn] - End add */

/* 16/03/2022 - [Anh Tuấn] - Add icon ba chấm của Newsfeed*/
.one-i-more-horiz-24{
    background: url(/Content/Images/icon-more-horiz-24x24.png);
}
/* 16/03/2022 - [Anh Tuấn] - End add */

/* 31/03/2022 - [Anh Tuấn] - Add icon network cell của Newsfeed*/
.one-i-network-cell-24 {
  background: url(/Content/Images/icon-net-work-cell-24x24.png);
}
/* 31/03/2022 - [Anh Tuấn] - End add */

/* 24/05/2022 - [Hoài Bảo] - Add icon ghi chú nhanh*/
.one-i-comment-32 {
    background: url(/Content/Images/icon-comment-32x32.png) no-repeat;
    display: block;
}

/*icon emoji trong ghi chú*/
.one-i-emoji-24 {
    background: url(/Content/Images/icon-emoji-24x24.png) no-repeat;
    display: block;
}
/* 24/05/2022 - [Hoài Bảo] - End add */

/* 1/10/2022 - [Nhật Quang] - Add icon in QRCode*/
.asf-i-qr-code-32 {
    background-image: url(/Content/Images/qr-code-32x32.png);
}
/* 31/10/2022 - [Nhật Quang] - End add */

/* 24/05/2022 - [Hoài Bảo] - End add */

/* 10/01/2023 - [Hoài Bảo] - Add link liên kết*/
.one-i-link-24 {
    background: url(/Content/Images/icon-link-24x24.png) no-repeat;
    display: block;
}

.one-i-link-32 {
    background: url(/Content/Images/icon-link-32x32.png) no-repeat;
    display: block;
}

span.one-icon {
    cursor: pointer;
    height: 24px;
    position: relative;
    width: 24px;
}
/* 10/01/2023 - [Hoài Bảo] - End add */

/* 15/02/2023 - [Hoài Bảo] - Begin add - Bổ sung icon link liên kết nghiệp vụ */
.icon-link-32 {
    background: url(/Content/Images/link-32x32.png) no-repeat;
    display: block;
}
/* 15/02/2023 - [Hoài Bảo] - End add */

span.one-icon {
    cursor: pointer;
    height: 24px;
    position: relative;
    width: 24px;
}
/* 10/01/2023 - [Hoài Bảo] - End add */

/* 26/09/2023 - [Kiều Nga] - Begin add - Bổ sung icon hướng dẫn sử dụng */
.asf-i-user-guide {
    background: url(/Content/Images/icons8-document-60.png) no-repeat;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 90%;
    margin-right: 15px;
}
/* 26/09/2023 - [Kiều Nga] - Begin add - Bổ sung icon hướng dẫn sử dụng */

/* 03/01/2024 - [Kiều Nga] - Begin add - Bổ sung icon yêu cầu hỗ trợ (help) */
.asf-i-require-supported {
    background: url(/Content/Images/help.png) no-repeat;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 90%;
    margin-right: 15px;
}
/* 03/01/2024 - [Kiều Nga] - Begin add - Bổ sung icon yêu cầu hỗ trợ (help) */
#-xcaptcha-image
{
	border:0;
}
#-xcaptcha-refresh{
   width: 27px;
  height: 20px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent url(images/refresh.gif) no-repeat center top;
  text-indent: -1000em;
  cursor: pointer; /* hand-shaped cursor */
  cursor: hand; /* for IE 5.x */
  display:none;
}

html {
    /* 22/07/2020 - [Đình Ly] - Begin Edit */
    /* Cập nhật font chữ mới cho toàn hệ thống ERP9.9 */
    /*Font chữ ban đầu của công ty*/
    /*font-family: Tahoma, Geneva, sans-serif;*/
    /*Font chữ website apple.com*/
    /* font-family: "SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif; */
    /* 22/07/2020 - [Đình Ly] - End Edit */

    font-family: "Montserrat";
}

/* 20/08/2024 - [Mai Thy] - Begin update - Mặc định ẩn scroll => Sau khi load xong trang (Mất view loading) mới set lại scroll => Xử lý tình trạng view bị giật khi loading */
body {
    height: 100%;
    min-width: 1225px;
    color: #000;
    font-size: 12px;
    font-family: "Montserrat";
    overflow: hidden;
}
/* 20/08/2024 - [Mai Thy] - Begin update */

/* 20/08/2024 - [Mai Thy] - Begin update - Thêm styles border-radius => không làm mất góc các element có class dưới */
.k-picker-wrap .k-select, .k-numeric-wrap .k-select, .k-dropdown-wrap .k-select {
    width: 24px;
    border-radius: 0;
}
/* 20/08/2024 - [Mai Thy] - End update - Thêm styles border-radius => không làm mất góc các element có class dưới */

.k-textbox > input, .k-autocomplete .k-input, .k-picker-wrap .k-input, .k-numeric-wrap .k-input, .k-dropdown-wrap .k-input, .k-selectbox .k-input {
    height: 24px;
    padding: 0px;
}

.k-autocomplete.k-header {
    background: none;
}

.k-autocomplete.k-state-hover, .k-autocomplete.k-state-focused {
    border: 1px solid #AAAAAA !important;
}

/*
    Lương Mỹ Created [01/03/2019]
*/
.k-state-focused-v2 { /* focus style */
    outline: 1px solid #8bd6ff !important;
    /*box-shadow: inset 0 0 3px 1px #7ec6e3;*/
}

    .k-state-focused-v2 .asf-icon {
        background-color: #8bd6ff !important;
    }


.numberic {
    text-align: right;
}

#asMainLayoutBottom {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 20px;
    line-height: 18px;
    text-align: center;
    vertical-align: middle;
    background-color: #006EB4;
    color: White;
    font-size: 11px;
    font-weight: bold;
    font-family: Tahoma,Arial;
}

/* 20/08/2024 - [Mai Thy] - Begin update - Thêm bo góc cho popup */
#popupInnerIframe {
    padding: 10px 20px !important;
    color: #000;
    border-radius: 0 0 17px 17px;
}
/* 20/08/2024 - [Mai Thy] - End update - Thêm bo góc cho popup */

.popup-container {
    margin: 0 auto;
}

#PopupIframe {
    background: transparent;
    padding: 0px !important;
    margin: 0px !important;
    overflow: hidden;
}

    #PopupIframe iframe {
        width: 100% !important;
        height: 100% !important;
    }

.asf-body-iframe {
    width: 100%;
    height: 100%;
    background: transparent;
}

.as_icon {
    width: 34px;
    padding: 34px 0px 0px 0px;
    margin: 0px 2px;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 34px 34px;
    font-size: 11px;
    cursor: pointer;
    float: right;
    overflow: hidden;
    text-align: center;
}

    .as_icon.floatLeft {
        float: left;
    }

    .as_icon.hidden {
        display: none;
    }

    .as_icon.small {
        width: 24px;
        padding: 24px 0px 0px 0px;
        background-size: 24px 24px;
        font-size: 10px;
    }

.as_absolute_full {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
}

.space {
    width: 10px !important;
}

.as_disable_padding {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.as_borderlabel {
    border-style: solid;
    border-width: 1px;
}
/*=====================================================================================*/
/* Login Login Login Login Login Login Login Login Login Login Login Login */
/* 27/08/2024 - [Mai Thy] - Begin update - Thay đổi background */
.Login, .Login form, .Login .outer {
    width: 100%;
    height: 100%;
    background: url('/Content/Images/bg_login_asf.jpg') center center no-repeat;
    background-size: cover;
}
    /* 27/08/2024 - [Mai Thy] - End update - Thay đổi background */

    .Login .mainTable {
        /*table-layout: fixed;*/
        /*background-image: url('/Content/Images/login.png');*/
        background: #f0f0f0;
        background-repeat: no-repeat;
        left: 50%;
        /*margin-left: -300px;
    margin-top: -250px;*/
        position: absolute;
        top: 50%;
        transform: translateX(-50%) translateY(-50%);
        width: 600px;
    }


    .Login .asf-login-header {
        width: 600px;
        height: 75px;
        background: url('/Content/Images/login_header.png');
        border-bottom: 2px solid #006EB4;
    }

    .Login .asf-login-header-eimskip {
        width: 600px;
        height: 75px;
        background: url('/Content/Images/login_header_eimskip.png');
        border-bottom: 2px solid white;
    }

    .Login .asf-login-header-thabico {
        width: 600px;
        height: 75px;
        background: url('/Content/Images/login_header_thabico.png');
        border-bottom: 2px solid white;
    }

    .Login .asf-login-content {
        float: left;
        width: 100%;
        text-align: center;
    }

    /*
    // 02/11/2021 - [Hoài Bảo] - Begin update - Cập nhật chiều cao min cho background màn hình đăng nhập eimskip.
*/
    .Login .asf-login-content-eimskip {
        float: left;
        min-height: 228px;
        width: 600px;
        text-align: center;
        background: url('/Content/Images/login_content-eimskip.png');
        background-size: 600px 182px;
    }
    /*
    // 02/11/2021 - [Hoài Bảo] - End update
*/

    .Login .asf-login-form {
        float: left;
        width: 50%;
    }

        .Login .asf-login-form table {
            margin: 20px 25px 15px;
        }

            .Login .asf-login-form table td {
                padding-bottom: 10px;
            }

    .Login .asf-login-form-eimskip {
        float: left;
        width: 50%;
        padding-left: 25%;
    }

        .Login .asf-login-form-eimskip table {
            margin: 20px 25px 15px;
        }

            .Login .asf-login-form-eimskip table td {
                padding-bottom: 10px;
            }

    .Login .asf-login-module {
        float: left;
        width: 45%;
        height: 220px;
        margin: 10px 0 0 17px;
        background: url('/Content/Images/module.png') no-repeat;
    }

    .Login .asf-login-footer {
        float: left;
        background: #006EB4;
        width: 100%;
        height: 85px;
    }

    .Login .asf-login-footer-eimskip {
        float: left;
        background: #2471A8;
        width: 600px;
        height: 85px;
        border-top: 2px solid white;
    }

.asf-login-logo-footer {
    float: left;
    width: 90px;
    height: 63px;
    margin: 10px 0px 0px 0px;
    background: url('/Content/Images/logo_footer.png') no-repeat;
}

.Login .asf-textbox {
    padding: 0px 0px 0px 10px;
    border: none !important;
}

.Login .asf-combobox {
    padding: 0px 0px 0px 3px;
}

    .Login .asf-combobox .k-dropdown-wrap {
        border: none !important;
    }

        .Login .asf-combobox .k-dropdown-wrap .k-select {
            background: #006EB4;
            height: 32px;
        }

            .Login .asf-combobox .k-dropdown-wrap .k-select .k-i-arrow-s {
                background-position: 0% 100%;
                height: 32px;
            }

/* 27/12/2021 - [Tấn Lộc] - Begin update - Thay đổi màu cho button "Đồng ý" ở popup dialog*/
.Login .asf-button {
    background: #006EB4; /*Màu củ #006EB4*/
    color: #fff;
    line-height: 2.3em;
    padding: 0 !important;
}
/* 27/12/2021 - [Tấn Lộc] - End update - Thay đổi màu cho button "Đồng ý" ở popup dialog*/


.Login .asf-button-active {
    background: #006EB4 !important;
    color: #fff;
}

/* 27/12/2021 - [Tấn Lộc] - Begin update - Thay đổi màu cho button "Đồng ý" ở popup dialog*/
.Login .asf-button:hover {
    background: #006EB4 !important; /*Màu củ #f78939 #00649A*/
    border: 1px solid #DCDCDC;
}
/* 27/12/2021 - [Tấn Lộc] - End update - Thay đổi màu cho button "Đồng ý" ở popup dialog*/

.Login .asf-login-capcha {
    width: 136px;
    height: 34px;
    /*background:url('/Content/Images/login-capcha.png') no-repeat;*/
}

    .Login .asf-login-capcha img {
        float: right;
        height: 32px;
        width: 126px;
    }

.Login #DivisionID, .Login #GroupID, .Login #UserID, .Login #Password, .Login #RePassword {
    width: 202px;
}

.info {
    height: 0px;
    float: left;
    text-align: left;
    vertical-align: middle;
    margin: 10px 0px 0px 25px;
    color: #fff;
    width: 80%;
}

    .info a {
        color: #fff;
    }

    .info .row {
        margin: 0px 0px 0px 0px;
    }

    .info .header {
        clear: left;
        float: left;
        color: #006eb4;
        font-weight: bolder;
        width: 15px;
    }

.icon-add-edit-delete {
    width: 40px;
    height: 40px;
    border: 0;
    text-decoration: none;
}


.non_selectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.tblLSanXuat span {
    font-size: 13px !important;
}

.tblLSanXuat .tdTblLSanXuat {
    width: 120px;
    padding: 5px 0px 5px 0px;
}

.title input {
    height: 30px !important;
    font-size: 16px !important;
    font-weight: bold !important;
}

.value_item {
    width: 237px;
}

input.value_item {
    width: 235px;
}

.combo {
    margin-left: 17px;
    margin-top: 10px;
    height: 30px !important;
    width: 260px !important;
}

    .combo .combo-text {
        height: 32px !important;
        width: 225px !important;
    }

.combo-arrow {
    width: 32px;
    height: 32px;
}

.validatebox-text {
    font-size: 12pt;
    height: 30px;
    border-style: none;
    padding-left: 2px;
    width: 260px !important;
    margin-left: 17px;
    margin-top: 10px;
}

.validatebox-invalid {
    background-size: 32px 32px;
}


#login_button {
    font-size: 10pt;
    padding: 6px 18px;
    position: absolute;
    right: 321px;
    top: 300px;
}

a.asoft-linkbutton {
    background-color: #006EB4;
    color: #FFFFFF;
    display: inline-block;
    font-size: 10pt;
    padding: 3px 8px 5px;
    text-decoration: none;
    font-weight: bold;
    cursor: pointer;
}

.t-loading {
    background: url("/Content/Images/BlueOpal/loading-image.gif") no-repeat scroll center;
    margin: 0px auto;
    height: 300px;
    width: 50px;
}

.as-selection {
    text-decoration: none;
    font-weight: bold;
    color: #000;
}

.as-selectiontop {
    background-color: #7DD3F6;
}
/*Class Menu*/
.as-menu {
    float: left;
    height: 100%;
    margin: 0 auto 0 -35px;
    overflow: hidden;
    padding: 0;
}

    .as-menu ul {
        float: left;
        height: 100%;
        line-height: 30px;
        margin: auto;
    }

        .as-menu ul li {
            float: left;
            line-height: 30px;
            margin: 0 5px;
        }

            .as-menu ul li a {
                text-decoration: none;
                color: #000;
            }

                .as-menu ul li a:hover {
                    text-decoration: none;
                    font-weight: bold;
                    color: #000;
                }

#ItemKeToan_Mnu_Tien_Win li {
    list-style: none;
    margin: 0 auto;
    padding: 0px;
}

    #ItemKeToan_Mnu_Tien_Win li a {
        text-decoration: none;
        color: #000;
    }

        #ItemKeToan_Mnu_Tien_Win li a:hover {
            text-decoration: none;
            font-weight: bold;
            color: #000;
        }

.hidden {
    display: none !important;
}

.center {
    text-align: center;
}

.k-widget > span.k-invalid,
input.k-invalid {
    /*border: 1px solid #FFCBCB !important;*/
}

.k-tooltip-validation {
    /*display:none !important;*/
}

.field-validation-error {
    display: none;
}

.k-invalid-msg {
    /*display : inline !important;*/
}

td.waring {
    width: 16px;
}

/* Styles for validation helpers
-----------------------------------------------------------*/
/*.field-validation-error {
    color: #ff0000;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid {
    display: none;
}


.display-label,
.editor-label {
    margin: 1em 0 0 0;
}

.display-field,
.editor-field {
    margin: 0.5em 0 0 0;
}

.text-box {
    width: 30em;
}

.text-box.multi-line {
    height: 6.5em;
}

.tri-state {
    width: 6em;
}

*/
.padding_default {
    padding: 10px;
}

.control-hide {
    display: none !important;
}


/*
	Variable Grid System (Fluid Version).
	Learn more ~ http://www.spry-soft.com/grids/
	Based on 960 Grid System - http://960.gs/ & 960 Fluid - http://www.designinfluences.com/

	Licensed under GPL and MIT.
*/


/* Containers
----------------------------------------------------------------------------------------------------*/
.container_12 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}

/*13/01/2022 - [Anh Tuấn] - Begin add - Di chuyển vị trí của các công cụ lên trên cùng cấp với title màn hình*/
#contentMaster > .container_12 {
    margin-bottom: -30px;
}
/*13/01/2022 - [Anh Tuấn] - End add - Di chuyển vị trí của các công cụ lên trên cùng cấp với title màn hình*/

/* Grid >> Global
----------------------------------------------------------------------------------------------------*/
.grid_0 {
    display: inline;
    float: left;
    position: relative;
    margin-left: 0;
    margin-right: 0;
}

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_4_1,
.grid_5,
.grid_6,
.grid_6_1,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12 {
    display: inline;
    float: left;
    position: relative;
    margin-left: 1%;
    margin-right: 1%;
}

/* Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/

.container_12 .grid_6.line_left_with_grid:before {
    border-left: 1px solid #b2b2b2;
    content: "";
    display: block;
    margin: 1px;
    position: absolute;
    left: -16px;
    top: 0;
    bottom: 0;
}

.container_12.asf-form-popup .line_left:before {
    left: -11px !important;
}

.container_12 .grid_6.line_left:before {
    border-left: 1px solid #b2b2b2;
    content: "";
    display: block;
    margin: 1px;
    position: absolute;
    left: -11px !important;
    top: 0;
    bottom: 0;
}

.container_12.asf-form-popup .line_right:after {
    right: -11px !important;
}

.container_12 .grid_6.line_right:after {
    border-left: 1px solid #b2b2b2;
    content: "";
    display: block;
    margin: 1px;
    position: absolute;
    right: -11px !important;
    top: 0;
    bottom: 0;
}

.container_12 .grid_6_1.line_left:before,
.container_12 .grid_4.line_left:before,
.container_12 .grid_4_1.line_left:before {
    border-left: 1px solid #b2b2b2;
    content: "";
    display: block;
    margin: 1px;
    position: absolute;
    left: -16px;
    top: 0;
    bottom: 0;
}

.container_12 .grid_6_1.line_right:after,
.container_12 .grid_4.line_right:after,
.container_12 .grid_4_1.line_right:after {
    border-left: 1px solid #b2b2b2;
    content: "";
    display: block;
    margin: 1px;
    position: absolute;
    right: -16px;
    top: 0;
    bottom: 0;
}

.alpha {
    margin-left: 0;
}

.omega {
    margin-right: 0;
}

.container_12 .float_left {
    float: left;
}

.container_12 .float_right {
    float: right;
}

.container_12 ul.vertical {
    list-style: none;
}

    .container_12 ul.vertical li {
        float: left;
        margin-left: 10px;
    }
    /* 29/12/2021 - [Tấn Lộc] - Begin add - Bổ sung thêm bo tròn cho 2 button "Lọc dữ liệu" và "Làm lại" */
    .container_12 ul.vertical .asf-button {
        border-radius: 12px !important;
    }
/* 29/12/2021 - [Tấn Lộc] - Begin add - Bổ sung thêm bo tròn cho 2 button "Lọc dữ liệu" và "Làm lại" */

/* Grid >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .grid_0 {
    width: 1%;
}

.container_12 .grid_1 {
    width: 6.333%;
}

.container_12 .grid_2 {
    width: 14.667%;
}

.container_12 .grid_3 {
    width: 23.0%;
}

.container_12 .grid_4 {
    width: 31.333%;
}

.container_12 .grid_4_1 {
    width: 33.333%;
}


.container_12 .grid_5 {
    width: 39.667%;
}

.container_12 .grid_6 {
    width: 48.0%;
}

.container_12 .grid_6_1 {
    width: 49.0%;
}

.container_12 .grid_7 {
    width: 56.333%;
}

.container_12 .grid_8 {
    width: 64.667%;
}

.container_12 .grid_9 {
    width: 73.0%;
}

.container_12 .grid_10 {
    width: 81.333%;
}

.container_12 .grid_11 {
    width: 89.667%;
}

.container_12 .grid_12 {
    width: 98.0%;
}



/* Prefix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .prefix_0 {
    padding-left: 1% !important;
}

.container_12 .prefix_1 {
    padding-left: 8.333%;
}

.container_12 .prefix_2 {
    padding-left: 16.667%;
}

.container_12 .prefix_3 {
    padding-left: 25.0%;
}

.container_12 .prefix_4 {
    padding-left: 33.333%;
}

.container_12 .prefix_5 {
    padding-left: 41.667%;
}

.container_12 .prefix_6 {
    padding-left: 50.0%;
}

.container_12 .prefix_7 {
    padding-left: 58.333%;
}

.container_12 .prefix_8 {
    padding-left: 66.667%;
}

.container_12 .prefix_9 {
    padding-left: 75.0%;
}

.container_12 .prefix_10 {
    padding-left: 83.333%;
}

.container_12 .prefix_11 {
    padding-left: 91.667%;
}



/* Suffix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .suffix_0 {
    padding-right: 1% !important;
}

.container_12 .suffix_1 {
    padding-right: 8.333%;
}

.container_12 .suffix_2 {
    padding-right: 16.667%;
}

.container_12 .suffix_3 {
    padding-right: 25.0%;
}

.container_12 .suffix_4 {
    padding-right: 33.333%;
}

.container_12 .suffix_5 {
    padding-right: 41.667%;
}

.container_12 .suffix_6 {
    padding-right: 50.0%;
}

.container_12 .suffix_7 {
    padding-right: 58.333%;
}

.container_12 .suffix_8 {
    padding-right: 66.667%;
}

.container_12 .suffix_9 {
    padding-right: 75.0%;
}

.container_12 .suffix_10 {
    padding-right: 83.333%;
}

.container_12 .suffix_11 {
    padding-right: 91.667%;
}



/* Push Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .push_1 {
    left: 8.333%;
}

.container_12 .push_2 {
    left: 16.667%;
}

.container_12 .push_3 {
    left: 25.0%;
}

.container_12 .push_4 {
    left: 33.333%;
}

.container_12 .push_5 {
    left: 41.667%;
}

.container_12 .push_6 {
    left: 50.0%;
}

.container_12 .push_7 {
    left: 58.333%;
}

.container_12 .push_8 {
    left: 66.667%;
}

.container_12 .push_9 {
    left: 75.0%;
}

.container_12 .push_10 {
    left: 83.333%;
}

.container_12 .push_11 {
    left: 91.667%;
}



/* Pull Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/


.container_12 .pull_1 {
    left: -8.333%;
}

.container_12 .pull_2 {
    left: -16.667%;
}

.container_12 .pull_3 {
    left: -25.0%;
}

.container_12 .pull_4 {
    left: -33.333%;
}

.container_12 .pull_5 {
    left: -41.667%;
}

.container_12 .pull_6 {
    left: -50.0%;
}

.container_12 .pull_7 {
    left: -58.333%;
}

.container_12 .pull_8 {
    left: -66.667%;
}

.container_12 .pull_9 {
    left: -75.0%;
}

.container_12 .pull_10 {
    left: -83.333%;
}

.container_12 .pull_11 {
    left: -91.667%;
}

.container_12 .empty {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.container_period_label {
    vertical-align: bottom !important;
    width: 17%;
}

.container_period_control {
    width: 31%;
}

.container_period_space {
    width: 2%;
}


.container_label {
    width: 35%;
}

.container_control {
    width: 65%;
}

.container_quarter {
    width: 15%;
}

.container_half {
    width: 25%;
}

.container_20 {
    width: 20%;
}

.container_80 {
    width: 80%;
}

.container_control_half {
    width: 50%;
}

/* Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */

.clearfix:after {
    clear: both;
    content: ' ';
    display: block;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
    width: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

.fullscreen-frame {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background: #ffffff;
}

@media print {
    .page-break {
        display: block;
        page-break-after: always;
    }

    .pos_inner .container_12 {
        width: 100%;
    }

    .pos_inner {
        display: block !important;
        width: 100% !important;
        margin: 0;
        float: none !important;
        background-color: white;
        height: 100%;
        position: fixed;
        top: 10px;
        left: 0;
        margin: 0px !important;
        padding: 0px !important;
        /*font-size: 10px;*/
    }

    .pos_inner1 {
        display: block !important;
        width: 90% !important;
        margin-left: -30px !important;
        float: none !important;
        background-color: white;
        height: 100%;
        /*position: fixed;*/
        top: 10px;
        left: 0;
        /*font-size: 10px;*/
    }

    .pos_inner label, .pos_inner span {
        /**/ line-height: 15px !important;
    }

    .pos_inner1 label, .pos_inner span {
        /**/ line-height: 15px !important;
    }

    .grid_3 img {
        /*width: 20px !important;*/
        height: auto;
    }

    @page {
        margin: 2px !important;
        padding: 0px !important;
        font-size: 10px !important;
    }
}

/*
    Update by Thai Son
    */
#FilterArea {
    width: 100%;
    height: 100%;
    float: left;
}

.container1,
.container2,
.container3 {
    float: left;
    width: 100%;
    /*background:green;*/
    position: relative;
}

.container2 {
    position: relative;
    right: 32.33%;
}

.container1 {
    position: relative;
    right: 35.33%;
}

.col1,
.col2,
.col3 {
    left: 66.67%;
    overflow: hidden;
}

.col1 {
    left: 67.67%;
}

.col2 {
    left: 67.67%;
}

.col3 {
    left: 67.67%;
}

div#FilterArea div.container3 div.line_right,
div#FilterArea div.container3 div.container2 div.line_right {
    border-right: 1px solid #B2B2B2;
}

.datagrid-header {
    padding: 0 4px;
}

.datagrid-header-inner .asf-combo-item {
    float: left;
    width: 10000px;
}

.datagrid-header-inner td {
    border: 1px solid;
}

.asf-combo-item-header {
    width: 100%;
    overflow: hidden;
}

.asf-combo-item-header-text {
    float: left;
    display: block;
    width: 10000px;
}

.asf-combo-item-col {
    /*border-right: 1px solid #DDD;*/
}

.asf-combo-item-header-text .asf-combo-item {
}
/*.asf-combo-item-header .asf-combo-item-col-value {
    width: 80px;
}

.asf-combo-item-header .asf-combo-item-col-text {
    width: 100px;
}

.asf-combo-item > .asf-combo-item-col-value {
    width: 80px;
    padding-right: 10px;
    float: left;
}

.asf-combo-item > .asf-combo-item-col-text {
    width: 100px;
    float: left;
}
.k-animation-container {
    width: 400px;
}*/

/*.asf-btn-login {
    font-size: 10pt;
    font-weight: bold;
    height: 32px;
    text-shadow: 0 1px rgba(0, 0, 0, 0.1);
    width: 100%;
    background-color: #4D90FE;
    background-image: -moz-linear-gradient(center top , #4D90FE, #4787ED);
    border: 1px solid #3079ED;
    color: #FFFFFF;
    text-shadow: 0 1px rgba(0, 0, 0, 0.1);
}

.asf-btn-login:hover {
    text-shadow: 0 1px rgba(0, 0, 0, 0.1);
    width: 100%;
    background-color:#1ebeff;
}

.asf-btn-login:active {
    background-color:#0ff;
    color:#ffa6a6;
}
*/

/* 27/08/2024 - [Mai Thy] - Begin update - Điều chỉnh vị trí cho thông báo lỗi khi login */
.asf-login-error-msg {
    color: #000000;
    font-weight: bold;
    padding: 0px 10px;
    color: #FF2D20;
    margin-top: 15px;
    text-align: center;
    font-size: 0.65vw;
}
/* 27/08/2024 - [Mai Thy] - End update - Điều chỉnh vị trí cho thông báo lỗi khi login */

.asf-header-popupconfig a {
    display: block;
    line-height: 32px;
}

.denied .main {
    table-layout: fixed;
    /*background-image: url('/Content/Images/login.png');*/
    /*background: #f0f0f0;*/
    background-repeat: no-repeat;
    left: 50%;
    margin-left: -300px;
    /*margin-top: -250px;*/
    position: absolute;
    top: 35%;
    width: 600px;
}

.denied .asf-login-content {
    /*float: left;*/
    width: 100%;
    text-align: center;
}

.errordenied {
    font-family: arial;
    color: black;
    font-size: 20px;
}

.userdenied {
    font-family: arial;
    color: #CC0000;
    font-size: 20px;
    font-weight: bold;
}

.contactadmin {
    font-family: arial;
    font-size: 16px;
}

.asf-td-label-left {
    height: auto;
}

.asf-disabled-selection {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.asf-btn-on-grid:hover {
    background-color: aliceblue;
}

.asf-btn-on-grid:active {
    background-color: cyan;
}

/* Style for Control: Multi Select Object */
.asf-fill-parent {
    float: left;
    width: 100%;
    margin-bottom: 5px;
    margin-top: 5px;
}

.asf-mso-fieldset {
    float: left;
    width: 88%;
}

.asf-mso-content {
    float: left;
    width: 100%;
    height: 65px;
    overflow-y: auto;
}

.asf-mso-toolbar {
    float: left;
    width: 7%;
    height: 66px;
    padding-top: 13px;
}

.asf-mso-item {
    float: left;
    height: auto;
    padding: 5px;
    margin: 2px;
    background-color: #eaeaea;
}

.asf-mso-x {
    padding-right: 5px;
    padding-left: 5px;
}

.asf-mso-button-delete {
    z-index: 10001;
    margin-top: 39px;
    padding-left: 20px;
    height: 25px;
    min-width: 27px;
    border: 1px solid rgb(221, 221, 221);
}

/* Style for Control: Multi Select Object - END */

/* Style for Tooltip */

.asf-tooltip {
    position: relative;
    display: inline-block;
}

    .asf-tooltip .asf-tooltiptext {
        visibility: hidden;
        width: auto;
        background-color: rgb(0, 110, 180);
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 5px 5px;
        position: absolute;
        z-index: 1;
        bottom: 125%;
        left: 0%;
        margin-left: 0;
        opacity: 0;
        transition: opacity 0.3s;
    }

        .asf-tooltip .asf-tooltiptext::after {
            content: "";
            position: absolute;
            top: 100%;
            left: 50%;
            margin-left: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: rgb(0, 110, 180) transparent transparent transparent;
        }

    .asf-tooltip:hover .asf-tooltiptext {
        visibility: visible;
        opacity: 1;
    }

/* Style for Tooltip - END */

/* Style for Content Fieldset 2 Columns - START */

.asf-half {
    min-width: 45%;
    height: 100%;
    float: left;
}

/* Style for Content Fieldset 2 Columns - END */

/* Style for fixing problem - START */

.asf-fix-control-move {
    clear: both !important;
}

.asf-fix-control-move-1 {
    clear: inherit !important;
}

.asf-fix-combo-no-data {
    display: none !important;
}

.asf-unsync-api-item {
    float: right;
    height: auto;
    padding: 5px;
    margin: 2px;
    background-color: #eaeaea;
}

/* Style for fixing problem - END */

/* Style for notify icon - START */

.asf-icons-notify {
    position: absolute;
    width: 24px;
    height: 24px;
    right: 0;
    opacity: 0.8;
}

.asf-icons-notify-view {
    float: right;
    position: inherit;
    width: 24px;
    height: 24px;
    right: 0;
    opacity: 0.8;
}

.asf-icons-notify:hover {
    opacity: 1;
}

.asf-icons-notify-view:hover {
    opacity: 1;
}

.asf-icons-notify-icon {
    height: 100%;
    width: 100%;
}

.asf-icons-notify-content {
    display: none;
}

.asf-icons-notify-warning {
    background-image: url(/Content/Images/icons-notify-warning-24.png);
    background-repeat: no-repeat;
    padding: 0;
    cursor: pointer;
    height: 100%;
    width: 100%;
}

.asf-icons-notify-info {
    background-image: url(/Content/Images/icons-notify-info-24.png);
    background-repeat: no-repeat;
    padding: 0;
    cursor: pointer;
    height: 100%;
    width: 100%;
}

.asf-icons-notify-error {
    background-image: url(/Content/Images/icons-notify-error-24.png);
    background-repeat: no-repeat;
    padding: 0;
    cursor: pointer;
    height: 100%;
    width: 100%;
}

.asf-icons-notify-ok {
    background-image: url(/Content/Images/icons-notify-ok-24.png);
    background-repeat: no-repeat;
    padding: 0;
    cursor: pointer;
    height: 100%;
    width: 100%;
}

.asf-icons-scroll-up {
    background-image: url(/Content/Images/icons-scroll-up.png);
    padding: 0;
    height: 100%;
    width: 100%;
    cursor: pointer;
}

.asf-icons-scroll-down {
    background-image: url(/Content/Images/icons-scroll-down.png);
    padding: 0;
    height: 100%;
    width: 100%;
    cursor: pointer;
}

.asf-icons {
    cursor: pointer;
    height: 30px;
    position: absolute;
    width: 30px;
}

/* Style for notify icon - END */

/*------------------------------------------------- test 2*/
/* 27/08/2024 - [Mai Thy] - Begin update - Điều chỉnh style vị trí của phần tử nằm trong .asf-login-main */
.Login .asf-login-main {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
/* 27/08/2024 - [Mai Thy] - End update - Điều chỉnh style vị trí của phần tử nằm trong .asf-login-main */

/* 27/08/2024 - [Mai Thy] - Begin update - Thay đổi màu và khoảng cách cho input form login */
.container-text-field {
    margin: -10px 0 10px 0;
}

form .txt_field {
    position: relative;
    border-bottom: 2px solid #3c6bbbd9;
    margin: 5vh auto;
    width: 20vw;
}
/* 27/08/2024 - [Mai Thy] - End update - Thay đổi màu và khoảng cách cho input form login */

/* 27/08/2024 - [Mai Thy] - Begin update - Điều chỉnh style vị trí của phần tử nằm trong .asf-login-main */
.Login #DivisionID, .Login #GroupID, .Login #UserID, .Login #Password, .Login #RePassword {
    width: 19vw;
}

.txt_field input {
    width: 100%;
    padding: 0 0.5vw;
    height: 5vh;
    font-size: 1vw;
    border: none;
    background: none;
    outline: none;
}
    /* 27/08/2024 - [Mai Thy] - End update */

    /* 27/08/2024 - [Mai Thy] - Begin add - Thay đổi màu placeholder cho thẻ input login*/
    .txt_field input::placeholder {
        color: #3c6bbbd9;
        opacity: 0.5;
    }
/* 27/08/2024 - [Mai Thy] - End add - Thay đổi màu placeholder cho thẻ input login*/

.txt_field label {
    color: #adadad;
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    position: absolute;
    top: 50%;
    left: 5px;
    transform: translateY(-50%);
    font-size: 16px;
    pointer-events: none;
    transition: .5s;
}
/* 27/09/2024 - [Mai Thy] - Begin update - Điều chỉnh khoảng cách tương thích theo size inch màn hình */
.txt_field span::before {
    content: '';
    position: absolute;
    top: 5vh;
    left: 0;
    width: 0%;
    height: 2px;
    background: #006EB4;
    transition: .5s;
}
/* 27/09/2024 - [Mai Thy] - End update - Điều chỉnh khoảng cách tương thích theo size inch màn hình */

.txt_field input:focus ~ label,
.txt_field input:valid ~ label {
    top: -12px;
    color: #006EB4;
}

.txt_field input:focus ~ span::before,
.txt_field input:valid ~ span::before {
    width: 100%;
}

/* 27/08/2024 - [Mai Thy] - Begin update - Điều chỉnh vị trí cho button Đăng nhập */
.Login .asf-button-as {
    color: #fff;
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    min-width: 20vw;
    background: #006EB4;
    cursor: pointer;
    display: inline-block;
    line-height: 5vh;
    padding-top: 0 !important;
    border-radius: 5vw !important;
    font-size: 1.1vw;
    margin-top: 5%;
    border: 0 solid;
    box-shadow: inset 0 0 20px rgba(255, 255, 255, 0);
    outline: 1px solid;
    outline-color: #006EB4;
    outline-offset: 0px;
    text-shadow: none;
    transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
}
    /* 27/08/2024 - [Mai Thy] - End update - Điều chỉnh vị trí cho button Đăng nhập */

    .Login .asf-button-as:hover {
        background: #006EB4;
        box-shadow: inset 0 0 20px rgba(255, 255, 255, .5), 0 0 20px rgba(255, 255, 255, .2);
        outline-color: rgba(255, 255, 255, 0);
        outline-offset: 15px;
        text-shadow: 1px 1px 2px #427388;
    }

.asf-login-footer-as {
    width: 99%;
    bottom: 5%;
    position: absolute;
    text-align: center;
    Top: 77%;
}

.logo-asf-footer {
    width: 12%;
}

/*12/01/2022 - [Tấn Lộc] - Begin add - Bổ sung reponsive điều chỉnh lại kích thước hình ảnh cho kích cỡ màn hình 1440x900*/
@media only screen and (max-width: 1440px) {
    .logo-asf-footer {
        width: 12%;
    }
}
/*12/01/2022 - [Tấn Lộc] - End add - Bổ sung reponsive điều chỉnh lại kích thước hình ảnh cho kích cỡ màn hình 1440x900*/

.row-asf-img-footer a {
    color: #FFFFFF;
    font-size: 18px;
    text-align: center;
}

.row-asf-info-footer {
    margin-top: 1%;
    margin-right: 1%;
}

    .row-asf-info-footer a {
        color: #fff;
        text-align: center;
        font-family: Montserrat;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 17px;
        padding-left: 3%;
    }

/*12/01/2022 - [Tấn Lộc] - Begin add - Bổ sung reponsive điều chỉnh lại kích thước font chữ cho kích cỡ màn hình 1440x900*/
@media only screen and (max-width: 1440px) {
    .row-asf-info-footer a {
        font-size: 15px;
    }
}
/*12/01/2022 - [Tấn Lộc] - End add - Bổ sung reponsive điều chỉnh lại kích thước font chữ cho kích cỡ màn hình 1440x900*/
/* 27/09/2024 - [Mai Thy] - Begin update - Điều chỉnh kích thước tương thích theo size inch màn hình */
/*Thay đổi màu chữ, vị trí chữ trên kendo dropdown list*/
.Login .k-dropdown .k-input {
    color: #006EB4;
    justify-content: center;
    display: flex;
    align-items: center;
    font-size: 0.6vw;
}

.Login .k-dropdown .k-dropdown-wrap .k-select {
    display: flex;
    justify-content: center;
    align-items: center;
}
/* 27/09/2024 - [Mai Thy] - End update - Điều chỉnh kích thước tương thích theo size inch màn hình */
/*Thay đổi màu nền trên kendo dropdown list*/
/*05/09/2024 - [Thanh Hải] - Begin add - Điều chỉnh css cho nút button chọn ngôn ngữ */
.Login span.k-dropdownlist {
    color: #006EB4;
    padding: 3px;
    text-align: center;
    background-color: white;
    box-shadow: none;
    border-color: #bbdceb;
}
/*05/09/2024 - [Thanh Hải] - End add - Điều chỉnh css cho nút button chọn ngôn ngữ*/

/*Thay đổi màu sắc icon sổ dữ liệu kendo dropdown list*/
.Login .k-icon {
    color: #006EB4;
}

/* 27/09/2024 - [Mai Thy] - Begin update - Điều chỉnh kích thước tương thích theo size inch màn hình */
/* Set độ cao của control chọn ngôn ngữ ở màn hình login*/
.asf-choose-language .k-dropdown-wrap .k-input {
    height: 4vh;
    padding: 0;
}

#LanguageID-list .k-item {
    height: 3.2vh;
    min-height: 3.2vh;
    font-size: 0.6vw;
}
/* 27/09/2024 - [Mai Thy] - End update - Điều chỉnh kích thước tương thích theo size inch màn hình */

/* 15/04/2022 - [Hoài Bảo] - Begin add*/
/* Phát hiện fields tự động điền từ website */
.txt_field input:-webkit-autofill {
    animation-name: onAutoFillStart;
}

@keyframes onAutoFillStart {
}
/* 15/04/2022 - [Hoài Bảo] - End add*/

/* 19/12/2022 - [Hoài Bảo] - Begin add*/
/* Thông báo sinh nhật + ca dao/tục ngữ*/
#BirthDateNotify {
    height: min-content;
}

.k-dialog {
    border-radius: 20px !important;
    overflow: hidden;
}

.marquee {
    height: 85px;
    overflow: hidden;
    position: relative;
    float: left;
    position: absolute;
}

    /* 16/02/2022 - [Phạm Trung Kiên] - chỉnh sửa ca dao/tục ngữ gần với tiêu đề */
    .marquee.stretched {
        margin-top: -45px;
        margin-left: 175px;
    }

    .marquee div {
        display: block;
        width: max-content;
        height: 30px;
        position: absolute;
        overflow: hidden;
        animation: marquee 28s linear infinite;
    }

    .marquee h3 {
        float: right;
        width: 50%;
        margin-top: 55px;
        color: #ffffff;
    }

#BirhtDateNotification {
    display: block;
    cursor: pointer;
    font-size: 16px;
}

.k-dialog .k-dialog-content {
    text-align: center;
}

#dialogBirthDate h3 > p {
    color: #F47920;
}

#dialogBirthDate h3 {
    margin-top: -10px;
}

#dialogBirthDate h1 {
    color: #C3D067;
}

.menu-logo {
    width: fit-content;
}
/* 19/12/2022 - [Hoài Bảo] - End add*/

/* 10/02/2025 - [Mai Thy] - Begin add - Điều chỉnh style dialog birthday */
div:has( #dialogBirthDate ) {
    background: #006eb4;
}

    div:has( #dialogBirthDate ) .k-dialog-titlebar {
        box-shadow: none;
        text-align: center;
    }

        div:has( #dialogBirthDate ) .k-dialog-titlebar span {
            display: flex;
            justify-content: center;
        }

#dialogBirthDate {
    margin: 10px 20px 20px 20px;
    background: white;
    border-radius: 40px 40px 10px 10px;
    padding: 20px;
}
/* 10/02/2025 - [Mai Thy] - End add - Điều chỉnh style dialog birthday */

/* 27/08/2024 - [Mai Thy] - Begin add - Style box login QR và account */
.as-login-container {
    height: 90vh;
    width: 70vw;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    background: aliceblue;
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}

.as-login-form {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 45%
}

.as-login-box {
    width: 80%;
    height: 80%;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
    background: rgba(255, 255, 255, 0.3);
    z-index: 999;
}

#chk {
    display: none;
}

.as-login-qr {
    position: relative;
    width: 100%;
    height: 100%;
}

    .as-login-qr .container-form {
        height: 100%;
    }

/* 27/09/2024 - [Mai Thy] - Begin update - Điều chỉnh kích thước tương thích theo size inch màn hình */
.as-login-box .title-form {
    color: #16549c;
    font-size: 1.7vw;
    justify-content: center;
    display: flex;
    margin: 25px 0 0 0;
    padding-top: 4vh;
    font-weight: bold;
    cursor: pointer;
    transition: .5s ease-in-out;
}
/* 27/09/2024 - [Mai Thy] - End update - Điều chỉnh kích thước tương thích theo size inch màn hình */

.as-login-box button {
    width: 60%;
    height: 40px;
    margin: 10px auto;
    justify-content: center;
    display: block;
    color: #fff;
    background: #006eb4;
    font-size: 1em;
    font-weight: bold;
    margin-top: 30px;
    outline: none;
    border: none;
    border-radius: 5px;
    transition: .2s ease-in;
    cursor: pointer;
}

    .as-login-box button:hover {
        background: #0060b4;
    }

.as-login-box .as-login-account {
    height: 75vh;
    background: #e0e6eb;
    border-radius: 60% / 10%;
    transform: translateY(-15%);
    transition: .8s ease-in-out;
    width: 100%;
}

.as-login-box .as-login-qr .container-form {
    border-radius: 4% 4% 0 0;
}

.as-login-box .as-login-account .container-form {
    width: 100%;
    height: 82.5%;
    overflow-y: auto;
    overflow-x: hidden;
}

.as-login-box .as-login-account .title-form {
    transform: scale(.6);
    margin: -15px 0 10% 0;
}

.as-login-box #chk:checked ~ .as-login-account {
    transform: translateY(-70vh);
}

    .as-login-box #chk:checked ~ .as-login-account .title-form {
        transform: scale(1);
        margin: 0 0 10% 0;
    }

.as-login-box #chk:checked ~ .as-login-qr .title-form {
    transform: scale(.6);
}

.asf-choose-language, .btn-login-asf {
    margin-top: 5%;
    text-align: center;
}
/* 27/08/2024 - [Mai Thy] - End add - Style box login QR và account */

/* 27/08/2024 - [Mai Thy] - Begin add - Style container login QR */
.qrcode {
    position: relative;
    margin-bottom: 10px;
    text-align: center;
    padding: 0 30px 10px 30px;
    height: 60%;
}

.qr-container {
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin: 5vh auto;
    border-radius: 10px;
    padding: 6px;
    height: 40vh;
    width: 75%;
}

#time {
    color: #8f8f8f;
    margin-top: 0.6vw;
    font-size: 0.6vw
}

.message-login-qrcode {
    margin-top: 15px;
    margin-bottom: -15px;
    color: red;
    display: none;
    font-size: 0.7vw;
}

#qrImage {
    width: 15vw;
    height: 30vh;
    min-height: 30vh;
    min-width: 15vw;
    border: none;
    padding: 0;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

    #qrImage > div {
        position: absolute !important;
    }

    #qrImage::after {
        display: none !important;
    }

    #qrImage::after {
        content: "No Image";
        color: #999;
        font-size: 16px;
        display: block;
    }

.qrcode .qrcode-expired {
    display: none;
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 60px;
    padding: 0;
}

    .qrcode .qrcode-expired p {
        font-size: 0.7vw;
        color: red;
    }

.qrcode .btn {
    display: inline-block;
    background-color: #0190f3;
    vertical-align: middle;
    cursor: pointer;
    white-space: nowrap;
    color: #fff;
    font-weight: 500;
    border: 0 none;
    border-radius: 20px;
    min-width: auto;
    padding: 0 20px;
    line-height: 3.5vh;
    font-size: 0.7vw;
}

    .qrcode .btn:hover {
        color: #fff;
        background-color: #0184e0;
    }

#qrImage.disabled {
    opacity: 0.1;
}

.qrcode p.otr-2 {
    max-width: 100%;
    line-height: 1.5;
    margin: 10px auto;
    padding: 0 10px;
    font-size: 0.6vw;
    text-align: center;
    color: #0840a2;
    font-style: italic;
}
/* 27/08/2024 - [Mai Thy] - End add - Style container login QR */

/* 27/08/2024 - [Mai Thy] - Begin add - Style recaptcha */
#asoftcaptcha {
    justify-content: center;
    display: flex;
    align-items: center;
}

.g-recaptcha {
    padding: 10px;
}
/* 27/08/2024 - [Mai Thy] - End add - Style recaptcha */

/* 27/08/2024 - [Mai Thy] - Begin add - Style slideshow */
.as-login-slideshow {
    width: 55%;
    height: 90vh;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.slideshow-container {
    width: 100%;
    position: relative;
    margin: auto;
    height: calc(90vh * 8 / 10);
    white-space: nowrap;
    flex-grow: 1;
}

.mySlides {
    display: none;
    height: 100%;
    z-index: -10;
}

    .mySlides img {
        vertical-align: middle;
        height: 100%;
        object-fit: cover;
    }

.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/* Slide animation */
.slide-in {
    animation-name: slideIn;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
}

@keyframes slideIn {
    from {
        transform: translateX(10%);
        opacity: 0;
    }

    to {
        transform: translateX(0);
        opacity: 1;
    }
}

.slide-out {
    animation-name: slideOut;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
}

@keyframes slideOut {
    from {
        transform: translateX(0);
        opacity: 1;
    }

    to {
        transform: translateX(10%);
        opacity: 0;
    }
}

/* Footer - header slideshow */
.slideshow-header {
    z-index: 999;
    text-align: center;
    border-radius: 10px 0 0 0;
    background: rgba(255, 255, 255, 0.5);
    height: calc(90vh / 10);
}

    .slideshow-header img {
        width: 17%;
        padding: 5px 0;
        transition: ease-in transform 0.3s;
    }

        .slideshow-header img:hover {
            transform: scale(1.05);
        }


.slideshow-footer {
    background: rgba(255, 255, 255, 0.5);
    border-radius: 0 0 0 10px;
    height: calc(90vh / 10);
}


.slideshow-footer-info {
    display: flex;
    justify-content: center;
    align-items: center;
}

    .slideshow-footer-info a {
        margin: 0.5vw;
    }

    .slideshow-footer-info img {
        background: #d7e7fb73;
        border-radius: 20%;
        padding: 0.3vw;
        width: 2vw;
        cursor: pointer;
        transition: ease-in background 0.1s;
    }

        .slideshow-footer-info img:hover {
            background-color: #d7e7fb;
        }

    .slideshow-footer-info a .tooltiptext {
        visibility: hidden;
        width: 120px;
        background-color: #555;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 5px 0;
        position: absolute;
        z-index: 1;
        bottom: 125%;
        left: 50%;
        margin-left: -60px;
        opacity: 0;
        transition: opacity 0.3s;
    }

        .slideshow-footer-info a .tooltiptext::after {
            content: "";
            position: absolute;
            top: 100%;
            left: 50%;
            margin-left: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: #555 transparent transparent transparent;
        }

    .slideshow-footer-info a:hover .tooltiptext {
        visibility: visible;
        opacity: 1;
    }
/* 27/08/2024 - [Mai Thy] - End add - Style slideshow */

/* 27/08/2024 - [Mai Thy] - Begin add - Loading QR */
.loader {
    position: absolute;
    top: 35%;
    left: 11.5vw;
    padding: 0;
    width: 2vw;
    aspect-ratio: 1;
    --_c: no-repeat radial-gradient(farthest-side,#f09131 92%,#0000);
    background: var(--_c) top, var(--_c) left, var(--_c) right, var(--_c) bottom;
    background-size: calc(2vw / 4) calc(2vw / 4);
    animation: l7 1s infinite;
}

@keyframes l7 {
    to {
        transform: rotate(.5turn)
    }
}
/* 27/08/2024 - [Mai Thy] - End add - Loading QR */

/* 26/12/2024 - [Mai Thy] - Begin add - Css style cho loader message đăng nhập bằng tài khoản */
.loader-message-acount {
    width: 20px;
    height: 20px;
    border: 3px solid #FFF;
    border-bottom-color: transparent;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
    margin-right: 10px;
    display: none;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
/* 26/12/2024 - [Mai Thy] - End add */

/* 26/12/2024 - [Mai Thy] - Begin add - Điều chỉnh lại styles cho loading do thay đổi của version kendo */
.k-loading-image {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 500px;
    background-color: rgba(255, 255, 255, 0.6);
    display: flex !important;
    align-items: center;
    justify-content: center;
}
/* 26/12/2024 - [Mai Thy] - End add - Điều chỉnh lại styles cho loading do thay đổi của version kendo */

/* 11/03/2025 - [Mai Thy] - Begin add - Bổ sung style cũ cho version kendo 2023 */
.k-tabstrip > .k-content {
    display: none;
    overflow: auto;
}
/* 11/03/2025 - [Mai Thy] - End add - Bổ sung style cũ cho version kendo 2023 */

/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../Content/fonts/fontawesome-webfont.eot?v=4.5.0');
  src: url('../Content/fonts/fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'), url('../Content/fonts/fontawesome-webfont.woff2?v=4.5.0') format('woff2'), url('../Content/fonts/fontawesome-webfont.woff?v=4.5.0') format('woff'), url('../Content/fonts/fontawesome-webfont.ttf?v=4.5.0') format('truetype'), url('../Content/fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}

