@font-face {
    font-family: 'Calibri_Bold';
    src: url('../font/Calibri_Bold.woff2') format('woff2'),
    url('../font/Calibri_Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Calibri_Regular';
    src: url('../font/Calibri.woff2') format('woff2'),
    url('../font/Calibri.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'PrachasonLite_Regular';
    src: url('../font/PrachasonLite-Re.woff2') format('woff2'),
    url('../font/PrachasonLite-Re.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'PrachasonLite_Bold';
    src: url('../font/PrachasonLite-Sb.woff2') format('woff2'),
    url('../font/PrachasonLite-Sb.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    padding: 0;
    margin: 0;
    font-family: 'PrachasonLite_Regular', 'sans-serif';
    font-size: 16px;
    color: #2e2e2e;
    line-height: 1.5;
    overflow-x: hidden;
    background: #ffffff;
}

input, select, button, a, textarea {
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    cursor: pointer;
    outline: none;
    line-height: inherit;
    transition: all 0.5s;
}

select {
    -webkit-appearance: inherit;
    -moz-appearance: inherit;
    appearance: inherit;
    list-style: none;
    line-height: inherit;
}
h1{
    font-family: 'PrachasonLite_Bold', 'sans-serif';
    font-size: 30px;
    margin: 0;
    font-weight: inherit;
}
h2{
    color: #09605d;
    font-family: 'PrachasonLite_Bold', 'sans-serif';
    font-size: 28px;
    margin: 0;
    font-weight: inherit;
}
.container{
    padding: 0;
}
.section_login{
    width: 400px;
    margin: auto;
    text-align: center;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
}

.section_login img{
    height: 120px;
    margin: 0 auto;
}
.section_login .box_login{
    background: #f5f5f5;
    padding: 50px;
    display: inline-block;
    width: 100%;
    margin-top: 50px;
}
.box_login input{
    width: 100%;
    border: 1px solid #ababab;
    border-radius: 0;
    padding: 10px;
    background: #ffffff;
}
.section_login .box_login .col-xs-12{
    margin-bottom: 15px;
}
.section_login .box_login .col-xs-12:nth-last-child(1){
    margin-bottom: 0;
}
::placeholder{
    font-style: italic;
    color: #ababab;
}
.btn_submit{
    background: #09605d;
    border: none;
    padding: 10px 30px;
    color: #ffffff;
    font-family: 'PrachasonLite_Bold', 'sans-serif';
    font-size: 18px;
    line-height: inherit;
    transition: all 1s;
}
.btn_submit:hover{
    background: #0a3b5d;
}
.section_header{
    background: #09605d;
    color: #fff;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1;
    transition: all 1s;
}
.section_header ul:nth-child(1){
    float: left;
}
.section_header ul:nth-child(2){
    float: right;
}
.name_user{
    font-style: italic;
}
.section_header ul{
    margin: 0;
    padding: 0;
}
.section_header li{
    list-style: none;
    float: left;
    padding: 0;
    line-height: 50px;
    position: relative;
}
.section_header img{
    height: 50px;
    filter: brightness(0) invert(1);
    padding: 5px 0;

}
.section_header li a{
    border-right: 1px solid #ffffff4d;
    padding: 0 10px;
}
.section_header li:nth-child(1) a{
    border: none;
    display: flex;
}
.section_header ul:nth-child(2) li:nth-child(1) a{
    border-right: 1px solid #ffffff4d;
    display: initial;
}
.section_header ul:nth-child(2) li:nth-last-child(1) a{
    border: none;
}
.logout{
    color: #ff6e6a;
}
.section_newagent{
    padding: 50px 0;
    text-align: center;
    margin-top: 50px;
}
.section_newagent h1{
    margin-bottom: 30px;
}
.box_newagent{
    display: flow-root;
    padding: 30px 0;
    text-align: left;
    width: 400px;
    margin: auto;
    border-top: 5px solid #eee;
}
.remark{
    color: red;
}
.box_newagent .col-xs-12{
    margin-bottom: 15px;
    position: relative;
}
.box_newagent .col-xs-12:nth-last-child(1){
    margin-bottom: 0;
}
.box_newagent input, .box_newagent select, .box_newagent textarea, .box_newagent #options-display{
    width: 100%;
    border: 1px solid #ababab;
    border-radius: 0;
    padding: 10px;
    background: #ffffff;
}
.box_newagent label{
    margin-bottom: 5px;
}
.box_newagent .arrow_select {
    position: absolute;
    right: 20px;
    bottom: 15px;
    width: 12px;
    height: 15px;
}
/*#more_option {*/
/*    display: none;*/
/*}*/
.box_newagent textarea{
    height: 200px;
}
.scroll_menu{
    box-shadow: #0000005c 0 0 10px;
}
.box_newagent #options-display{
    display: inline-block;
    width: 100%;
    line-height: inherit;
}
.box_newagent .dropdown i{
    font-size: 10px;
}
.section_newagent .box_newagent:nth-last-child(1){
    padding-bottom: 0;
}
.row{
    margin-left: -10px;
    margin-right: -10px;
}
.row .col-xs-3, .row .col-xs-9{
    padding: 0 10px;
    position: inherit!important;
}
.nave_mobile{
    display: none;
}
.button_container {
    right: auto;
    left: 50px;
    width: 30px;
    cursor: pointer;
    z-index: 100;
    position: absolute;
    height: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: all 1s;
	margin-top: 15px;
}

.button_container:hover {
    opacity: 1;
}

.button_container.active .top {
    -webkit-transform: translateY(8px) translateX(0) rotate(45deg);
    transform: translateY(8px) translateX(0) rotate(45deg);
    background: #fff !important;
}

.button_container.active .middle {
    opacity: 0;
    background: #fff;
}

.button_container.active .bottom {
    -webkit-transform: translateY(-8px) translateX(0) rotate(-45deg);
    transform: translateY(-8px) translateX(0) rotate(-45deg);
    background: #fff !important;
    width: 100% !important;
}

.button_container span {
    background: #fff;
    border: none;
    height: 2px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .35s ease;
    cursor: pointer;
}

.button_container span:nth-of-type(2) {
    top: 8px;
    right: 0;
    left: auto;
}

.button_container span:nth-of-type(3) {
    top: 16px;
    right: 0;
    left: auto;
}

.button_container:hover span {
    width: 100%;
}

.overlay_menu {
    position: fixed;
    background: #09605d;
    top: 0;
    left: 0;
    width: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
    overflow: hidden;
    z-index: 9;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.overlay_menu.open {
    opacity: 1;
    visibility: visible;
    width: 100%;
}

.overlay_menu.open li {
    -webkit-animation: fadeInUp .5s ease forwards;
    animation: fadeInUp .5s ease forwards;
    -webkit-animation-delay: .35s;
    animation-delay: .35s;
}

.overlay_menu.open li:nth-of-type(2) {
    -webkit-animation-delay: .40s;
    animation-delay: .40s;
}

.overlay_menu.open li:nth-of-type(3) {
    -webkit-animation-delay: .45s;
    animation-delay: .45s;
}

.overlay_menu.open li:nth-of-type(4) {
    -webkit-animation-delay: .50s;
    animation-delay: .50s;
}

.overlay_menu.open li:nth-of-type(5) {
    -webkit-animation-delay: .55s;
    animation-delay: .55s;
}

.overlay_menu.open li:nth-of-type(6) {
    -webkit-animation-delay: .60s;
    animation-delay: .60s;
}

.overlay_menu.open li:nth-of-type(7) {
    -webkit-animation-delay: .65s;
    animation-delay: .65s;
}

.overlay_menu.open li:nth-of-type(8) {
    -webkit-animation-delay: .70s;
    animation-delay: .70s;
}


.overlay_menu nav {
    position: relative;
    /*top: 50%;*/
    /*-webkit-transform: translateY(-50%);*/
    /*transform: translateY(-50%);*/
    text-align: center;
}

/*.overlay_menu ul {*/
/*    list-style: none;*/
/*    padding: 0;*/
/*    margin: 0 auto;*/
/*    display: inline-block;*/
/*    position: relative;*/
/*    height: 100%;*/
/*}*/
.overlay_menu ul li {
    display: block;
    position: relative;
    padding: 10px;
    opacity: 0;
    width: 100%;
}

.overlay_menu ul li a {
    display: block;
    position: relative;
    color: #fff;
    text-decoration: none;
    overflow: hidden;
    line-height: inherit;
    transition: all 0.5s;
    opacity: 1;
    border: none;
    padding: 0;
}

.overlay_menu ul li .active, .overlay_menu ul li a:hover {
    opacity: 1;
}

.overlay_menu ul li a:hover:after, .overlay_menu ul li a:focus:after, .overlay_menu ul li a:active:after {
    width: 100%;
}

.overlay_menu .active:after {
    content: none;
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        left: 20%;
    }
    100% {
        opacity: 1;
        left: 0;
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        left: 20%;
    }
    100% {
        opacity: 1;
        left: 0;
    }
}

.nav_mobile .overlay_menu .active a {
    color: #1d756b;
}
.overlay_menu ul{
    margin: 0!important;
    width: 100%;
    text-align: center;
}
.overlay_menu li{
    line-height: inherit;
    text-align: center;
    display: block!important;
}
.overlay_menu a{
    display: inherit!important;
}
.section_header ul:nth-child(2) li:nth-last-child(1) a{
    padding-right: 0;
}
.section_header ul:nth-child(1) li:nth-child(1) a{
    padding-left: 0;
}
.section_agentlist{
    padding: 50px 50px 0;
    margin-top: 50px;
}
.filter{
    text-align: center;
}
.filter ul{
    display: inline-block;
    margin: auto;
}
.filter li{
    float: left;
    list-style: none;
    position: relative;
    padding: 0 10px;
}
.filter input, .filter select,  .filter #options-display{
    border: 1px solid #ababab;
    border-radius: 0;
    padding: 5px 10px;
    background: #ffffff;
    width: 200px;
}
.filter .arrow_select {
    position: absolute;
    right: 20px;
    bottom: 15px;
    width: 12px;
    height: 15px;
}
.filter label{
    margin-right: 5px;
}
.find_agent{
    border-radius: 30px!important;
    background: #f5f5f5!important;
}
.box_find{
    position: relative;
    display: inline-block;
}
.box_find i{
    position: absolute;
    left: 15px;
    top: 0;
    bottom: 0;
    height: 18px;
    margin: auto;
}
.filter #options-display{
    display: inline-block;
    width: 100%;
    line-height: inherit;
}
.section_agentlist .col-xs-2, .section_agentlist .col-xs-8{
    height: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.btn_newagent{
    background: #101010;
}
.box_agentlist{
    display: inline-flex;
    padding: 30px 0 0;
    text-align: left;
    border-top: 5px solid #eee;
    width: 100%;
    margin-top: 30px;
}
.box_agentlist .arrow_select{
    right: 20px;
    bottom: 15px;
    width: 12px;
    height: 15px;
    margin-left: 5px;
    vertical-align: sub;
}
.box_agentlist table{
    border: none;
    border-collapse: collapse;
    width: 100%;
}
.box_agentlist td{
    border: none;
    padding: 5px 10px;
}
.box_agentlist tr:nth-child(1){
    text-align: center;
}
.selected_contact{
    background: #ffc9f7;
}
.selected_pending{
    background: #ccd5ff;
}
.selected_deaddeal{
    background: #ffb6b6;
}
.selected_signed{
    background: #e5ffcc;
}
.selected_booked{
    background: #fff6aa;
}
.box_agentlist td:nth-child(1){
    width: 13%;
    text-decoration: underline;
}
.box_agentlist td:nth-child(2){
    width: 15%;
}
.box_agentlist td:nth-child(3),
.box_agentlist td:nth-child(4){
    width: 10%;
    text-align: center;
}
.box_agentlist td:nth-child(5){
    width: 12%;
}
.box_agentlist td:nth-child(6),
.box_agentlist td:nth-child(7),
.box_agentlist td:nth-child(8),
.box_agentlist td:nth-child(9){
    width: 10%;
    text-align: center;
}
.box_filter_mobile, .section_agentlist .col-xs-3{
    display: none;
}
.box_agentlist tr:nth-child(1) label{
    display: initial;
}
.section_details_agentlist{
    text-align: center;
}
.section_details_agentlist p{
    margin: 0;
}
.box_details_agentlist{
    display: table;
    padding: 30px 0;
    text-align: center;
    border-top: 5px solid #eee;
    width: 400px;
    margin: 0 auto ;
}
.box_details_agentlist h2{
    color: #2e2e2e;
    font-size: 22px;
    line-height: 22px;
}
.box_details_agentlist .col-xs-12{
    margin-bottom: 20px;
}
.box_details_agentlist .col-xs-12:nth-last-child(1){
    margin-bottom: 0;
}
.box_details_agentlist i{
    font-size: 10px;
}
.last_modify{
    font-style: italic;
}
.section_details_agentlist .box_details_agentlist:nth-child(1){
    border: none;
    padding-top: 0;
}
.btn_edit i{
    font-size: inherit;
}
.box_details_status{
    width: 500px;
    border: none;
    margin: 0 auto;
    padding: 0;
}
.box_details_status table{
    width: 100%;
    border: none;
    border-collapse: collapse;
    margin-bottom: 30px;
}
.box_details_status table tr:nth-child(odd){
    background: #e3e3e3;
}
.box_details_status table tr:nth-child(even){
    background: #f2f2f2;
}
.box_details_status table i{
    font-size: inherit;
    margin-left: 5px;
}
.box_details_status td{
    padding: 5px 10px;
}
.box_details_status table tr:nth-child(1){
    background: #fff;
    text-align: center;
}
.box_details_status table td:nth-child(1){
    text-align: left;
}
.box_details_status table tr:nth-child(1) td{
    text-align: center;
    padding-top: 0;
}
.pending, .contacted, .deaddeal{
    position: relative;
    padding-left: 15px;
}
.pending:before, .contacted:before, .deaddeal:before{
    content: '';
    width: 7px;
    height: 7px;
    border-radius: 100%;
    position: absolute;
    bottom: 0;
    top: 0;
    margin: auto;
    background: #088cff;
    left: 0;
}
.contacted:before{
    background: #5ed61b;
}
.deaddeal:before{
    background: #fb0001;
}
.box_details_status table td:nth-child(3){
    text-align: left;
}
.input_carlendar{
    position: relative;
}
.input_carlendar:before {
    content: '';
    background-image: url('../images/icon/calendar.png');
    width: 20px;
    height: 24px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
    z-index: 2;
    background-size: contain;
    background-repeat: no-repeat;
}
.box_clientlist td{
    width: auto!important;
}
.box_clientlist td:nth-child(2){
    text-align: center;
}
.box_agentlist tr:nth-child(1) td:nth-child(1){
    text-decoration: none;
}
.box_details_channel{
    width: 100%;
    padding: 0 0 30px;
}
.last_status ul{
    margin: 10px auto 0;
    padding: 0;
    display: inline-block;
}
.last_status li{
    list-style: none;
    float: left;
    position: relative;
}
.last_status li:nth-child(1){
    width: 200px;
}
.last_status select{
    width: 100%;
    border: 1px solid #ababab;
    border-radius: 0;
    padding: 10px;
    background: #ffffff;
}
.last_status .arrow_select {
    position: absolute;
    right: 20px;
    bottom: 15px;
    width: 12px;
    height: 15px;
}
.last_status .btn_edit{
    background: #101010;
    font-size: 16px;
    border: 1px solid #000;
}
.box_salelist td:nth-child(4),
.box_salelist td:nth-child(5){
    text-align: center;
}
.box_salelist tr:nth-child(odd){
    background: #e3e3e3;
}
.box_salelist tr:nth-child(even){
    background: #f2f2f2;
}
.box_salelist tr:nth-child(1){
    background: #ffffff;
}
.option_filter{
    display: none;
    position: absolute;
    width: 150px;
    right: 10px;
    top: 0;
    background: #fff;
    border: 1px solid #ababab;
    padding: 10px;
    text-align: left;
}
.option_filter.open{
    display: block;
}
.option_filter input{
    display: inline-block;
    float: left;
    width: auto;
    margin: 5px 10px 0 0;
}
.option_filter label{
    display: inline-block;
    margin: auto;
    float: left;
}
.option_filter .find_agent{
    width: 100%;
    border: 1px solid #ababab;
    font-size: 16px;
    padding: 5px 10px;
}
.box_filter{
    position: relative;
    display: inline-block;
    padding: 10px;
    background: #fff;
    border: 1px solid #ababab;
    width: 150px;
    text-align: left;
    line-height: 15px;
}
.option_filter label{
    font-style: italic;
}
.option_filter ul{
    margin: 0;
    padding: 0;
}
.option_filter li{
    padding: 5px 0;
    list-style: none;
    width: 100%;
}
.filter .modal{
    background: none;
}
.dropdown_filter{
    position: relative;
}
.hitter{
    top: -50px;
    width: 100%;
    height: 100vh;
    border: none;
    display: none;
    position: absolute;
    left: 0;
    z-index: -1;
}
.filter_contact, .filter_pending, .filter_signed, .filter_deaddeal, .filter_booked{
    position: relative;
    padding-left: 15px;
}
.filter_contact:before, .filter_pending:before, .filter_signed:before, .filter_deaddeal:before, .filter_booked:before{
    content: '';
    width: 7px;
    height: 7px;
    border-radius: 100%;
    position: absolute;
    bottom: 0;
    top: 0;
    margin: auto;
    background: #e817ce;
    left: 0;
}
.filter_pending:before{
    background: #364cdd;
}
.filter_signed:before{
    background: #559c0f;
}
.filter_deaddeal:before{
    background: #ff0400;
}
.filter_booked:before{
    background: #e3d11b;
}
.filter ul li:nth-last-child(1){
    padding-bottom: 0;
}
.section_details_agentlist .box_details_agentlist h2{
    padding-left: 0;
}
.btn_update{
    margin: 0!important;
}
.select_default .ms-dd-option-content{
    padding-left: 0!important;
}
.input_text{
    width: 100%;
    border: 1px solid #ababab;
    border-radius: 0;
    padding: 10px;
    background: #ffffff;
    height: 200px;
}
.tablemanager td.sortingDesc:after {
    content: " \f0dd";
    font-family: "FontAwesome";
    /*position: absolute;*/
    top: 0;
    bottom: 0;
    margin:  auto auto auto 5px;
    height: 30px;
}

.tablemanager td.sortingAsc:after {
    content: " \f0de";
    font-family: "FontAwesome";
    /*position: absolute;*/
    top: 0;
    bottom: 0;
    margin:  auto auto auto 5px;
    height: 15px;
}
.label_alert{
	font-size: 12px;
	color: #f3051b;
	font-style: italic;
}

.section_agentlist .col-xs-8{
    position: relative;
    z-index: 1;
}
.box_filter_mobile .box_filter{
    width: auto;
    background: none;
    border: none;
    padding: 0;
}
.box_filter_mobile .option_filter .fa-search{
    position: absolute;
    left: 20px;
    top: auto;
    bottom: 18px;
    height: 18px;
    margin: auto;
    font-size: 14px;
}
.slider_partner .slick-track{
margin: auto;
}