@import "https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.5.0/css/all.min.css";







.tox-notifications-container{
	display:none !important;
}
.mce-content-body{
	background-color:red !important;
}



/* -----------------
    CSS-LOAD
-------------------*/

body {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  margin: 0;
  background: #f1f1f1;
  color: #555;
}

* {
    box-sizing: border-box;
}


a{
    color: #4a914b;
}


.ui-datepicker .ui-datepicker-prev {
    left: 2px;
    border: 12px solid #cccccc00;
    border-right: 12px solid #000;
}


body .ui-datepicker .ui-datepicker-prev {
    border: 12px solid #cccccc00;
    border-right: 12px solid #000;
}

body .ui-datepicker .ui-datepicker-next {
    border: 12px solid #cccccc00;
    border-left: 12px solid #000;
}


/* -----------------
    END OF CSS-LOAD
-------------------*/











/* -----------------
    CSS-LAYOUT
-------------------*/


.layout {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    width: 100%;
    max-width: 100%;
    min-height: 100vh;
}


.page_width {
    width: 100%;
    max-width: 100%;
}


.content_wrap {
    width: 100%;
    max-width: calc(100% - 280px);
}

.content_wrap #content {
    padding: 10px 25px 60px;
    max-width: 1300px;
    margin: 0 auto;
}




#content h1 {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    font-weight: normal;
    color: black;
    margin-bottom: 20px;
}



#header {
    background: #fff;
    color: white;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 10px;
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 1%), 0 3px 1px -2px rgb(0 0 0 / 2%), 0 1px 5px 0 rgb(0 0 0 / 2%);
}


#sidebar {
    width: 100%;
    max-width: 280px;
    background-color: #4a914b;
    padding: 30px 0 25px 25px;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}



/* -----------------
    END OF CSS-LAYOUT
-------------------*/



/* -----------------
    CSS-AJAX
-------------------*/


.ajax-box-inner {
    background-color: white;
    padding: 30px;
}

.btn-design {
    cursor: pointer;
    display: inline-block;
    background-color: #b1d2b2;
    padding: 0px 5px;
    border-radius: 5px;
    color: #656565;
}


.ajax_inner {
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 4px;
    margin-top: 10px;
}


/* -----------------
    END OF CSS-AJAX
-------------------*/











/* -----------------
    CSS-HEADER
-------------------*/

#header .logo {
    max-width: 100px;
}

#header .logo img {
    width: 100%;
    border-radius: 6px;
}

.logo img {
    max-width: 150px;
}

#header .user {
    display: flex;
    align-items: center;
}


#header .user a {
    display: block;
}
.header .support_btn {
    font-size: 25px;
    color: #999;
    margin-right: 20px;
}


#header .user .user-image {
    max-width: 40px;
    margin-right: 5px;
}


#header .user .user-image img {
    width: 100%;
    border-radius: 50%;
}

.user-image img {
    max-width: 60px;
}

#header .user a.user-name {
    text-transform: capitalize;
}
#header .user a {
    display: block;
}

/* -----------------
    END OF CSS-HEADER
-------------------*/
















/* -----------------
    CSS-CONTENT
-------------------*/
.pro_content_edit {
    display: flex;
    align-items: top;
    justify-content: space-between;
}

.white_box {
    background: #fff;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 0 5px rgb(0 0 0 / 10%);
    margin-bottom: 30px;
    box-sizing: border-box;
	margin: 0px 1%;
    padding: 0px 10px
}
.pro_box {
    background: white;
    margin-bottom: 20px;
    border-radius: 5px;
    box-shadow: 0 0 5px rgb(0 0 0 / 10%);
	margin: 0px 1%;
    padding: 0px 10px
}



#content h1 a {
    text-decoration: none;
    color: #999;
}

#content h1 i {
    font-size: 13px;
    margin: 0 10px;
    color: #999;
}

.sap_xep_loc {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.btn_green {
    display: inline-block;
    background: #4a914b;
    text-align: center;
    color: #fff;
    font-size: 16px;
    border-radius: 5px;
    text-decoration: none;
    padding: 5px 15px;
}

.sap_xep_loc .loc_wrap {
    text-align: right;
}

.btn_save, .btn_back {
    background: #4a914b;
    border: none;
    padding: 6px 30px;
    color: white;
    margin-right: 10px;
    text-decoration: none;
    line-height: 1.5;
    font-size: 15px;
    border-radius: 4px;
    cursor: pointer;
    transition: 0.3s all;
    border: 1px solid #4a914b;
}


.btn_back {
    background: #ffffff;
    color: #000;
    border: 1px solid #bbb;
}

.btn_box {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin: 0;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 9;
    background: white;
    width: calc(100% - 280px);
    text-align: center;
    padding: 15px;
    box-shadow: 0 0 5px rgb(0 0 0 / 20%);
}


.giai-thich {
    color: gray;
    position: relative;
    padding: 5px 10px;
    cursor: pointer;
    min-width: unset !important;
    text-decoration: none;
}


.giai-thich span {
    text-transform: none !important;
    background: #fff;
    padding: 5px;
    border: 1px solid #bbbbbb;
    border-radius: 5px;
    visibility: hidden;
    position: absolute;
    left: 50%;
    top: 20px;
    transform: translateX(-50%);
    z-index: 1;
    width: 100%;
    min-width: 300px !important;
    margin: 0 !important;
    box-shadow: 0 0 8px rgb(0 0 0 / 20%);
}



.giai-thich:hover span {
    visibility: visible;
}


.giai-thich:before {
    content: "\f059";
    font-family: "Font Awesome 5 Free";
}



.pro_box h3 {
    padding: 10px;
    display: block;
    margin: 0;
    font-weight: bold;
    border-bottom: 1px solid #f1f1f1;
}

.pro_box .inside {
    padding: 10px;
}




.img_box {
    max-width: 150px;
    box-sizing: border-box;
    position: relative;
    margin: 15px;
}


.imgShow {
    width: 100%;
    max-width: 100%;
}


.l-ed .img_box .xoaAnhDaiDien {
    min-width: 30px !important;
    display: flex !important;
}
.img_box .xoaAnhDaiDien {
    cursor: pointer;
    position: absolute;
    right: -15px;
    top: -12px;
    border: 1px
px
 solid #ffffff;
    display: flex;
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: red;
    color: white;
}



.xoaAnhSlider {
    cursor: pointer;
    position: absolute;
    right: -15px;
    top: -12px;
    border: 1px solid #ffffff;
    display: flex;
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: red;
    color: white;
}
.img-box {
    max-width: 150px;
    box-sizing: border-box;
    position: relative;
    margin: 15px;
}


.value_row {
    margin-top: 30px;
}









/* -----------------
    END OF CSS-CONTENT
-------------------*/










/* -----------------
    CSS-FORM
-------------------*/


.textbox {
    width: 100%;
    overflow: hidden;
    font-size: 18px;
    padding: 8px 0;
    margin: 5px 0;
    border-bottom: 1px solid #4a914b;
}

.textbox i {
    width: 26px;
    float: left;
    text-align: center;
}

.textbox input {
    border: none;
    outline: none;
    background: none;
    color: black;
    font-size: 18px;
    width: 80%;
    float: left;
    margin: 0 10px;
    padding: 0;
}


.btn {
    width: 100%;
    background: none;
    border: 2px solid #4a914b;
    color: #4a914b;
    padding: 8px;
    font-size: 18px;
    cursor: pointer;
    margin: 12px 0;
    text-transform: uppercase;
}


input, select, textarea {
    border: 1px solid #bbbbbb;
    padding: 5px;
    width: auto;
    min-width: 200px;
    max-width: 100%;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    border-radius: 4px;
	padding: 8px 12px;
}

#content.user_edit span {
    margin-right: 20px;
    min-width: 155px;
    display: inline-block;
    text-transform: capitalize;
}

select, input[type="button"] {
    cursor: pointer;
}



/* -----------------
    END OF CSS-FORM
-------------------*/










/* -----------------
    CSS-TABLE
-------------------*/


.table-list {
    background: #fff;
    width: 100%;
    table-layout: fixed;
    text-align: left;
    border-collapse: collapse;
    border-radius: 5px;
    box-shadow: 0 0 5px rgb(0 0 0 / 10%);
}


.table-list tr .user-name {
    text-align: left;
    width: 24%;
}

.table-list thead tr th {
    border-bottom: 1px solid #e5e5e5;
}
.table-list tr td, .table-list tr th {
    padding: 10px;
    text-align: center;
}


.table-list tbody tr {
    border-bottom: 1px solid #f1f1f1;
}


.table-list tr td a {
    text-decoration: none;
}

.row-actions {
    font-weight: normal;
    color: #ddd;
    position: relative;
    left: -9999em;
    margin-top: 5px;
}


.table-list tbody tr:hover {
    background: #e3f3ea;
}

.table-list tr:hover .row-actions {
    position: static;
}

.grey {
	color: #999;
}
.dark_red {
	color: #ee4d2d;
}
.yellow {
	color: #ffc800;
}
.orange {
	color: #ee4d2d;
}
.status_green, .status_blue, .status_red, .status_yellow, .status_gray {
	display: block;
	color: #4a914b;
    background: #e4fbe6;
    font-size: 88%;
    padding: 3px 10px;
    border-radius: 25px;
	text-align: center;
}
.status_red {
	color: #ee4d2d;
    background: #ffeae6;
}
.status_blue {
	background: #dcf5f7;
    color: #009ba5;
}
.status_yellow {
	color: #e69212;
    background: #ffefd6;
}
.status_gray {
	color: #555;
    background: #eaeaea;
}
.status_ok {
    color: #23ca3f;
}

.demo {
    color: #e69212;
    background: #ffefd6;
    font-size: 85%;
    padding: 4px 10px;
    border-radius: 25px;
}

.green {
    color: #4a914b;
}






/* -----------------
    END OF CSS-TABLE
-------------------*/















