/* Login Page */
.logo_login{
    width: 100%;
    max-width: 350px;
    margin-bottom: 20px;
}
@media (min-width: 768px) {
  .py-md-9
  {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
}
.h-100vh {
  height: 100vh;
}
.py-9
{
  padding-top: 9rem !important;
  padding-bottom: 9rem !important;
}
.bg-container
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    overflow: hidden;

    margin: 0;

    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}
/* Inside pages */
.messages{
    color: red;
    padding-top: 10px;
}
.messages li {
    list-style: none;
}
.logo_template{
    width: 100%;
    max-width: 200px;
}
.bg_gray , .bg_gray_not_last2 > :nth-last-child(n+3){
    background: #D8D8D8;
}
.nav-link{
    color: black !important;
}
.tbl_setting tr td{
    padding: 10px 20px 10px 0;
}
.today_btn{
    background: transparent;
    border: 1px solid #E8EBE7;
}
.tbl_summary{
    text-align: right;
}
.leadblock, .customerblock {
  display: block;
}
.leadblock form input, .customerblock form input {
  text-align: right;
  padding: 10px 0;
}
.prefixblock form input, .descriptionblock form input {
  padding: 10px 0;
}
.img_card{
    text-align: center;
}
.img_card img{
        width: 50px;

}
.tbl_admin tr td, .tbl_admin tr th{
    padding: 5px 15px 5px 0;
}
.tbl_admin ul{
    padding-left: 15px !important;
}
.category td{
    font-weight: bold;
}
.underlinenone:hover{
    text-decoration: none !important;
}
