/* =========================================
    Default Theme
    ----------------------------------------
    Fonts: Roboto Condensed
    ----------------------------------------
    Colors:
        green:               #009047
        
    ----------------------------------------
    Nguyen Thi Hong Dung 28.09.2019
                            
============================================ */
/* =========================================
                Page Header Top
============================================ */
#page-header-top{
    background-image: linear-gradient(140deg, #67a426 0%, #539e2a 29%, #00853c 100%); 
}
/* =========================================
                Page Header bottom
============================================ */
#page-header-bottom{
    background-color: #009047;
}
#page-header-bottom h2{
    color:#fff;  
}
/* =========================================
                btn registration
============================================ */

#btn-registration .btn:hover{
  
    box-shadow: 0px 0px 5px 0px rgba(255, 255, 255, 0.54);
   
}
#btn-registration .btn-primary{
    color: #009047;
    background-color: #fff;
    border-color:#fff; 
}
#btn-registration .btn-primary:hover{
    color: #009047;
    border-color: #fff!important;
    background-color: #fff!important;
    
}
/* =========================================
                Page Content
============================================ */
#page-content{
    background:  url('../imgs/bg_pnt.png') no-repeat center;
   
}

/* =========================================
                Button Search
============================================ */
#btn-search{
    border-color: #009047;
    color: #fff;
    background:#009047 url('../imgs/Icon_Arrow.png') no-repeat right 10px center;
}
#btn-search:hover{
    color: #009047;
    border-color: #009047!important;}

/* =========================================
                Page footer top
============================================ */
#page-footer{
    background-image: linear-gradient(140deg, #67a426 0%, #539e2a 29%, #00853c 100%);
}
#page-footer-top{
    background: url('../imgs/bg-footer.png') no-repeat right 25% center;
    background-size:cover;
}
#page-footer-top h3{
    color: #fff;
}
/* =========================================
                Page footer bottom
============================================ */

#page-footer-bottom{
    background-image: linear-gradient(140deg, #67a426 0%, #539e2a 29%, #00853c 100%);
    color: #fff;
}
/* =========================================
               Table Chọn Học Phần
============================================ */
.table-hover>tbody>tr:hover{
    background-color: #009047;
}
/* =========================================
               Button Thanh Toán
============================================ */
#btn-thanhtoan {
    background-color: #009047;
     border-color:#009047;
}
#btn-thanhtoan:hover{
    color: #009047!important;
    border-color:#009047;
}

/* =========================================
               Responsive
============================================ */
  @media(max-width:768px){
    
    .table-responsive .table > tbody > tr > td:hover{
        background-color: #67cc9a;
    }
    
}

  













