body main article section .detail a{
  text-decoration: underline;
}
.text-note{
  font-size: 12px;
  margin-bottom: 5px;
}
.img--download {
  width: 20px;
}
button.btn.btn335{
  max-width: 100%;
}
button.btn.btn-primary{
  border: none;
}
button.btn.btn-secondary{
  background: #ffffff;
}
.flex-align-center{
  align-items: center;
}
.w-315{
  width: 315px;
}
label{
  margin-right: 30px;
}
button.btn.btn-h-40{
  height: 40px;
  font-size: 16px;
}

.btn.focus, .btn:focus{
  box-shadow:none;
}
button, button.btn{
  font-size: 14px;
  line-height: 18px;
}
button:focus{
  outline: none;
}
.textArea--1 {
  min-height: 150px;
}
.textarea-h-400{
  min-height: 400px;
  resize: auto;
}
.btn-secondary.focus, .btn-secondary:focus{
  box-shadow:none;
}
.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show>.btn-secondary.dropdown-toggle:focus{
  box-shadow:none;
}
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus{
  box-shadow:none;
}
body main article section .detail .pager ul li a.btn_pager{
  line-height: 15px;
}
body header::after{
  height: 50px;
}
body main article section .title-gray{
  min-height: 40px;
  height: auto;
}

@media (max-width: 959px) {
  body main article section .detail dl dd .unit .item-date{
    min-width: auto;
    width: 100%;
  }
  .w-315{
    width: 100%;
  }
}

/*------------------top-btn--------------------------------*/
.top-btn{
  padding: 5px 60px;
  display: flex;
  justify-content: flex-end;
}
.add-icon{
  width: 14px;
  height: 14px;
}
.search-icon{
  width: 16px;
  height: 20px;
}
@media (max-width: 959px) {
  .top-btn{
    padding: 5px 20px;
  }
  .top-btn button.btn.btn176{
    width: 100%;
  }
}
/*------------------top-btn--------------------------------*/
/*------------------btn icon--------------------------------*/
.btn-icon img{
  margin-right: 20px;
  vertical-align: middle;
}
.btn-icon{
  display: flex;
  align-items: center;
  justify-content: center;
}
/*------------------btn icon--------------------------------*/
/*------------------bottom-btn--------------------------------*/
.bottom-btn{
  padding: 20px 10px 0 10px;
}
.bottom-btn--2{
  display: flex;
  justify-content: center;
}
.bottom-btn--2 button{
  margin: 0 10px;
}
.bottom-btn--2 button.btn:first-child{
  margin-left: 0;
}
.bottom-btn--2 button.btn:last-child{
  margin-right: 0;
}
@media (max-width:959px) {

  .bottom-btn{
    padding-top: 10px;
  }
  .bottom-btn--2{
    flex-direction: column-reverse;
  }
  .bottom-btn--2 button.btn{
    width: 100%;
    margin: 0;
  }
  .bottom-btn--2 .btn.btn-back{
    margin-top: 20px;
  }
}
/*------------------bottom-t-btn--------------------------------*/
/*------------------bottom-red--------------------------------*/
.bottom-red{
  border-top: 1px solid #DDDDDD;
  margin-top: 20px;
  padding-top: 20px;
  margin-left: 10px;
  margin-right: 10px;
}
.bottom-red .bottom-red__text{
  background: transparent;
  color: #DD2929;
}
@media (max-width:959px) {
  .bottom-red{
    border-top: 1px solid #DDDDDD;
    margin-top: 20px;
    padding-top: 20px;
  }
  .bottom-red .bottom-red__text{
    width: 100%;
  }
}
/*------------------bottom-red--------------------------------*/
/*------------------search-btn--------------------------------*/
.search-btn {
  display: flex;
  justify-content: center;
  padding-top: 40px;
}
@media (max-width: 959px) {
  .search-btn {
    padding-left: 10px;
    padding-right: 10px;
  }
}
/*------------------search-btn--------------------------------*/
/*------------------unit có cả input và button trên cùng 1 hàng--------------------------------*/
.ipabtn{
  display: flex;
  align-items: center;
}
.ipabtn .btn{
  margin-left: 20px;
}
@media (max-width: 959px) {
  .ipabtn .btn{
    margin-left: 0;
    margin-top: 10px;
  }
}
/*--------------------------------------------------*/
.title{
  position: relative;
}
.title__back{
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -10px;
  font-size: 18px;
  line-height: 20px;
  display: flex;
  align-items: center;
  text-decoration: none;
}
#PF_manage .title__back,
#PF_manage_staging .title__back {
  color: #3CBD33;
  border-color: #3CBD33;
}
#PF_merchant .title__back,
#PF_merchant_staging .title__back {
  color: #eb5505;
  border-color: #eb5505;
}
.title__back:hover{
  color: #3CBD33;
  text-decoration: none;
}
.title__back__img{
  width: 10px;
  margin-right: 10px;
}
@media (max-width: 959px) {
  body main .title h2{
    font-size: 20px;
    font-size: 1.25rem;
  }
  .title__back{
    font-size: 16px;
  }
}
/*------------------Feed back--------------------------------*/
@media (max-width: 959px) {
  body main article{
    padding: 30px 10px 20px;
  }
  .error-alert{
    margin: 10px auto 20px;
  }
  body main article .lead{
    margin: 0 0 20px;
  }
}
/*------------------Feed back--------------------------------*/

/*------------------two-line-item--------------------------------*/
.two-line-item{
  align-items: center;
}
body main article section .detail dl.two-line-item dt{
  margin-bottom: 20px;
}
.two-line-item--special{
  margin-left: 15px;
}

@media screen and (max-width:959px) {
  body main article section .detail dl.two-line-item dt{
    margin-bottom: 5px;
  }
  .two-line-item--special {
    display: block;
    text-align: center;
    margin: 0;
    width: 315px;
    max-width: 100%;
  }

}
/*------------------two-line-item--------------------------------*/

/* Special Character ~ of Date  */
.select-cus .w-315 {
  max-width: 315px;
}
.select-cus label:last-child{
  margin-top: 10px;
}
.special {
  margin-left: 15px;
}
@media screen and (max-width:959px) {
  .text-1 {
    margin-bottom: 20px;
  }
  .special {
    display: block;
    text-align: center;
    margin-left: 0px;
    max-width: 315px;
  }
  .select-cus label:last-child{
    margin-top: 0;
  }
}

/*------------------login-page--------------------------------*/
.login-page__logo {
  padding-top: 40px;
  padding-bottom: 30px;
  background: white;
}

.bt-none{
  border-top: none;
}

.login-page__container{
  max-width: 670px;
}
.form-login {
  margin: 0 auto 30px;
  padding: 40px 10px;
}
.form-login__title {
  padding-top: 10px;
  font-size: 16px;
  color: #333333;
}
.form-login__content{
  margin: 40px 70px 0 70px;
}
@media (max-width: 959px)  {
  .login-page__logo{
    padding: 20px 10px;
  }
  .error-alert {
    margin-top: 0;
  }
  .login-page__container{
    max-width: 100%;
    margin: 0 20px 20px;
  }
  .form-login {
    padding: 20px 0;
  }
  .form-login__content{
    margin: 20px 0 0;
  }
  .form-login__content dt.text-right{
    text-align: left !important;
  }
}
/*------------------login-page--------------------------------*/
/*------------------menu-left-page--------------------------------*/
.menu-left-page{
  display: flex;
  flex-wrap: wrap;
}
.menu-left-page--left{
  width: 220px;
}
.menu-left-page--right{
  width: calc(100% - 220px);
  padding-left: 35px;
}
@media (max-width: 959px) {
  .menu-left-page--left{
    width: 100%;
    margin-bottom: 30px;
  }
  .menu-left-page--right{
    width: 100%;
    padding-left: 0;
  }
}

/*------------------menu-left-page--------------------------------*/

/*------------------Nav-left 2--------------------------------*/
.nav-left {
  width: 100%;
  transition: all 0.3s;
  border: 1px solid #707070;
  border-bottom: none;
  font-size: 14px;
  line-height:24px;
  text-align: left;
}
.nav-left__title{
  background: #F6F6F6;
  padding: 5px;
  text-align: center;
  border-bottom: 1px solid #707070;
}
.nav-left a{
  color: #0000FF;
  display: block;
}
.nav-left label {
  display: block;
  color: #333333;
  margin-right: 0;
  background: #F6F6F6;
  border-bottom: 1px solid #707070;
  padding: 5px;
  position: relative;
}
.arrow-right{
  position: absolute;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid #AAAAAA;
  right: 5px;
  top: 50%;
  margin-top: -5px;
}
.nav-left a:focus, .nav-left a:hover, .nav-left label:focus, .nav-left label:hover {
  /* color: #333333; */
  background: #FFF5EF;
}

.nav-left label { cursor: pointer; }

/**
 * Styling first level lists items
 */
.group-list li {
  border-bottom: 1px solid #707070;
  padding: 5px 5px 5px 20px;
}
.group-list li:hover {
  background: #FFF5EF;
}
.group-list label {
  padding-left: 20px;
  background: #F6F6F6;
  color: #333333;
  /* border-bottom: 1px solid #707070; */
}

/* .group-list a:focus, .group-list a:hover, .group-list label:focus, .group-list label:hover { background: #FFF5EF; } */

/**
 * Styling second level list items
 */

.sub-group-list a{
  padding-left: 40px;
}
.sub-group-list label {
  padding-left: 40px;
  background: #ffffff;
  color: #333333;
}

.sub-group-list a:focus, .sub-group-list a:hover, .sub-group-list label:focus, .sub-group-list label:hover { background: #FFF5EF; }

/**
 * Styling third level list items
 */

.sub-sub-group-list a, .sub-sub-group-list label {
  padding-left: 6rem;
}

.sub-sub-group-list a:focus, .sub-sub-group-list a:hover, .sub-sub-group-list label:focus, .sub-sub-group-list label:hover { background: #333333; }

/**
 * Hide nested lists
 */

.group-list, .sub-group-list, .sub-sub-group-list {
  /*height: 100%;*/
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height .5s ease-in-out;
  transition: max-height .5s ease-in-out;
}

.nav__list input[type=checkbox]:checked + label + ul { /* reset the height when checkbox is checked */
  max-height: 1000px; }

/**
 * Rotating chevron icon
 */
.nav__list label > span:nth-of-type(1) {
  float: right;
  -webkit-transition: -webkit-transform .65s ease;
  transition: transform .65s ease;
} 
.nav__list input[type=checkbox]:checked + label > span:nth-of-type(1) {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.nav__list label {
  display: flex;
  align-items: center;
}
/* Changing IMG of GREEN FOLDER */
.nav__list input + label> .folder__green {
  margin-right: 8px;
  display: inline-block;	
	width: 17px;
  height: 13px;
	cursor: pointer;	
	background: url(../images/folder-green.svg) no-repeat;
}
.nav__list input[type=checkbox]:checked + label > .folder__green {
  background-image: url(../images/folder-open-green.svg);
}
/* Changing IMG of BLUE FOLDER */
.nav__list input + label> .folder__blue {
  transition: all 0.5;
  margin-right: 8px;
  display: inline-block;	
	width: 17px;
  height: 13px;
	cursor: pointer;	
	background: url(../images/folder-blue.svg) no-repeat;
}
.nav__list input[type=checkbox]:checked + label > .folder__blue {
  background-image: url(../images/folder-open-blue.svg);
}

/*------------------Nav-left 2--------------------------------*/
/*------------------table-calendar--------------------------------*/
body main article .lead.lead--calendar{
  font-size: 18px;
  line-height: 31px;
}
.calendar--top{
  text-align: center;
}
.calendar--top__button{
  margin: 10px 0 20px 0;
}
.calendar--top .btn80{
  width: 80px;
  margin: 0 10px;
}
@media (max-width: 959px) {
  .calendar--top .btn80{
    width: 30%;
    margin: 0 5px;
  }
}
.table-calendar{
  overflow-x: scroll;
  width: 100%;
  margin-bottom: 20px;
}
.table-calendar table{
  min-width: 100%;
  position: relative;
  margin: 0 auto 20px;
}
.table-calendar table tbody tr th, .table-calendar table tbody tr td{
  width: auto;
  min-width: 70px;
  padding: 8px 10px;
  border: 1px solid #707070;
  font-size: 14px;
}
.table-calendar table tbody tr th{
  color: #707070;
  background-color: #f9f9f9;
  text-align: center;
}
.table-calendar table tbody tr td{
  min-height: 37px;
}
.table-calendar table tbody tr td.bg--white{background: #ffffff;}
.table-calendar table tbody tr td.bg--yellow{background: #FFF8BF; color: #0000FF;}
.table-calendar table tbody tr td.bg--green{background: #E9FFBF; color: #0000FF;}
.table-calendar table tbody tr td.bg--yellow{background: #FFF8BF; color: #0000FF}
.table-calendar table tbody tr td.bg--green{background: #E9FFBF; color: #0000FF}
.table-calendar table tbody tr.bg-gray{background: #f9f9f9;}
/*------------------table-calendar--------------------------------*/
label .checkbox{
  background-color: #ffffff;
}
label .checkbox.checkbox__none-text{
  margin-right: 0;
}
.title-table {
  font-size: 16px !important;
}

/*------------------button download in content of Table--------------------------------*/
.btn140 {
  width: 140px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-40 {
  margin-bottom: 40px;
}
.colorRed {
  color: red;
}
.colorGray {
  color: #707070;
}
.fs-16 {
  font-size: 16px!important;
}
.fs-12 {
  font-size: 12px!important;
}
.size-Folder-Green,.size-Folder-Blue{
  width: 17px;
  height: 13px;
}