body{
	color: #000;
}
a{
	color: #000;
}
.cl_green{
    color: #357f3d;
}
.sc_header {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    display: flex;
    padding-left: 30px;
    padding-right: 30px;
    align-items: center;
    box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%);
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 15px;
    background-color: #fff;
    z-index: 100;
}
.sc_nav {
    display: block;
    text-align: center;
    flex-grow: 1;
}
.sc_nav .item{
	display: inline-block;
	text-align: left;
	position: relative;
	margin: 0 15px;
}
.sc_header .logo {
    flex: 0 0 200px;
}
a.notification {
    position: relative;
    font-size: 20px;
}
.notification span {
    position: absolute;
    color: #fff;
    background: red;
    line-height: 1;
    padding: 1px 3px;
    font-size: 12px;
    top: -8px;
    right: -10px;
}
.header_author {
    display: flex;
    align-items: center;
    margin-left: 30px;
}
.header_author img {
    width: 35px;
    height: 35px;
    object-fit: cover;
    border-radius: 50%;
    border: 2px solid #ccc;
    margin-right: 5px;
}
table {
	border-collapse: collapse;
	width: 100%;
	font-size: 12px;
}

td, th {
	border: 1px solid #f3f3f3;
	text-align: left;
	padding: 10px 5px;
}
tr.top {
    background-color:#357f3d;
    font-weight: bold;
    font-size: 13px;
    color: #fff;
}
tr:hover{
	background-color: #f3f3f3;
}
tr.top:hover{
	background-color:#357f3d;
}
.sc_Mright {
    display: flex;
    justify-content: flex-end;
}
.btn,.acf-form-submit input[type="submit"],.acf-file-uploader a.acf-button.button{
    display: inline-block;
    border: 1px solid #357f3d;
    color: #357f3d;
    border-radius: 5px;
    font-weight: normal;
    padding: 3px 10px;
}
.btn:hover{
	background-color: #357f3d;
	color: #fff;
}
.sc_nav .item a:hover{
    color: #357f3d;
}
.sc_Mright .btn {
    margin-left: 10px;
    line-height: 30px;
}
#search {
    border: 1px solid #357f3d;
    border-radius: 5px;
    display: flex;
    padding: 0px 10px;
    margin-left: 10px;
}
#search input {
    border: 0;
}
#search button {
    border: 0;
    background: transparent;
    color: #357f3d;
    padding: 0;
}
.sc_mTop{
	margin-bottom: 15px;
}
h1 {
    font-size: 22px;
    margin-top: 5px;
}
.sc_tab a {
    display: inline-block;
    font-weight: bold;
    font-size: 15px;
    margin-right: 25px;
    border-bottom: 2px solid transparent;
}
.sc_tab a.active,.sc_tab a:hover{
	border-bottom: 2px solid #357f3d;
}
select.iSL {
    display: block;
    width: 100%;
    height: 35px;
    border: 1px solid #f3f3f3;
    padding-left: 5px;
    border-radius: 5px;
}
input.iText {
    line-height: 33px;
    border: 1px solid #f3f3f3;
    border-radius: 5px;
    display: block;
    width: 100%;
    padding: 0 5px;
}

.aio_form input[type="text"],.aio_form input[type="password"]{
    display: block;
    border: 1px solid #f3f3f3;
    background: transparent;
    padding: 0 15px;
    line-height: 35px;
    border-radius: 3px;
    width: 100%;
}
.pr_input {
    margin-bottom: 15px;
}
.aio_form button {
    background-color: #14703a;
    color: #fff;
    border: 0;
    line-height: 40px;
    padding: 0 15px;
    border-radius: 3px;
}
.account_form input{
    text-align: center;
}
.prtoanha{
    position: relative;
    z-index: 10;
}
.pr_sub {
    position: absolute;
    left: 100%;
    background-color: #fff;
    min-width: 250px;
    padding: 0;
    top: -1px;
    display: none;
    box-shadow: 0px 2px 5px rgb(0 0 0 / 30%);
    overflow: hidden;
}
.prtoanha:hover .pr_sub{
    display: block;
}
.pr_sub a {
    display: block;
    padding: 5px 15px;
}
.pr_sub a:hover{
    background-color: #357f3d;
    color: #fff;
}
.lopagenavi{
    text-align: center;
    margin-top: 15px;
    margin-bottom: 30px;
}
.toanha_content_tab{
    display: none;
}
.toanha_content_tab.active{
    display: block;
}
#message{
    display: none;
}
.acf-form-submit {
    text-align: center;
}
.screen-reader-text, .screen-reader-text span, .ui-helper-hidden-accessible {
    border: 0;
    clip: rect(1px,1px,1px,1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal!important;
}
.acf-gallery .acf-gallery-attachment{
    width: 12.5%!important;
}
.acf-media-modal .attachment.acf-selected button.check{
    display: block!important;
}
.filtter_toanha{
    margin-top: 10px;
    text-align: right;
}
.filtter_toanha input,input{
    display: inline-block;
    border: 1px solid #357f3d;
    color: #000;
    border-radius: 5px;
    font-weight: normal;
    padding: 3px 10px;
    line-height: 30px;
    max-width: 100%;
}
select,.filtter_toanha select,.sc_Mright select{
    display: inline-block;
    border: 1px solid #357f3d;
    color: #000;
    border-radius: 5px;
    font-weight: normal;
    padding: 3px 10px;
    height: 38px;
}
.sc_Mright select{
    height: 38px;
    margin-left: 10px;
}
.textareaTop{
    display: inline-block;
    border: 1px solid #357f3d;
    color: #000;
    border-radius: 5px;
    font-weight: normal;
    padding: 3px 10px;
    height: 145px;
    width: 100%;
}
.filtter_toanha input[type="number"] {
    width: 100px;
}
.filtter_toanha button{
    line-height: 28px;
}
tr.pentick input.iText {
    padding: 0;
    border: 1px solid transparent;
    background: transparent;
    pointer-events: none;
}
.btn_to_a {
    display: inline-block;
    border: 0;
    padding: 0;
    background: transparent;
}
.formSa {
    display: inline-block;
}
tr.pentick .show1,tr .show2{
    display: block;
}
tr.pentick .show2,tr:not(.pentick) .show1{
    display: none!important;
}
.btn_small_tick{
    display: inline-block;
    border: 1px solid #357f3d;
    color: #357f3d;
    border-radius: 5px;
    font-weight: normal;
    padding: 3px 5px;
}
.select2-container {
    vertical-align: top!important;
    min-width: 250px;
}
.select2-container--default .select2-selection{
    min-height: 37px!important;
    border: 1px solid #357f3d!important;
    padding-top: 3px!important;
    text-align: left;
    font-size: 13px;
}
.filtter_toanha button.select2-selection__choice__remove {
    line-height: initial;
}
a.chooseAllTick {
    display: block;
    color: #fff;
    font-size: 10px;
    margin-top: 5px;
}
input.idPdf_item {
    width: 18px;
    height: 18px;
    cursor: pointer;
}
.pdfInfo-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background-color: rgb(0 0 0 / 57%);
    display: none;
}
.pdfInfo-popup .content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-color: #fff;
    padding: 30px;
    min-width: 500px;
    border-radius: 5px;
}
.pdfInfo-popup label {
    display: block;
    margin-bottom: 5px;
}
.pdfInfoForm-action {
    display: flex;
    gap: 15px;
}
.pdfInfoForm-action .btn {
    flex-grow: 1;
    line-height: 45px;
    background-color: #357f3d;
    border: 0;
    color: #fff;
    border-radius: 5px;
    text-align: center;
}
.pdfInfo-popup select {
    display: block;
    width: 100%;
    border: 1px solid #f3f3f3;
    height: 35px;
    border-radius: 5px;
    padding: 0 15px;
}
.allinVP {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    max-width: 500px;
}
.allinVP input {
    height: 15px;
    width: 15px;
    vertical-align: text-bottom;
    margin-right: 5px;
    cursor: pointer;
}
.allinVP label{
    cursor: pointer;
}
.sc_nav .item .sub_nav {
    position: absolute;
    left: 0;
    top: 100%;
    background-color: #fff;
    box-shadow: 0 0 5px;
    display: none;
}
.sc_nav .item:hover .sub_nav {
    display: block;
}
.sc_nav .item .sub_nav a {
    display: block;
    min-width: max-content;
    padding: 10px 20px;
    border-bottom: 1px solid #f3f3f3;
    width: 250px;
}
.sc_nav .item > a {
    padding: 10px 0;
    display: inline-block;
}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder {color: #ccc;}
input:-moz-placeholder,textarea:-moz-placeholder {color: #ccc;opacity:1;}
input::-moz-placeholder,textarea::-moz-placeholder {color: #ccc;opacity:1;}
input:-ms-input-placeholder,textarea:-ms-input-placeholder {color: #ccc;}
.boxChart {
    border: 4px solid #ddd;
    position: relative;
    overflow: hidden;
    padding: 15px;
}
.labelDiv {
    margin-top: 11px;
    font-size: 12px;
    font-weight: 500;
}
textarea.iTextarea {
    width: 100%;
    border: 1px solid #357f3d;
    text-align: left;
    border-radius: 5px;
    padding: 10px;
    min-height: 100px;
}