﻿.CheckList
{
    border:1px solid #22222;    
}
.CheckEventList-left
{
    
padding: 0;
}
.CheckEventList-right
{
}
.CheckList
{
    border: 1px solid #099A09;
    border-radius: 5px;
    margin: 0 0 20px 0;
}
.CheckList-title
{
    padding:5px;
    background: #0955B3;
    border-top-left-radius:5px;
    border-top-right-radius:5px;
    text-align: center;
    font-size: 20px;
    color: #fff;
}
.ParentList
{
    border-radius: 5px;
    margin: 0 0 20px 0;
}
.ParentList-title
{
    padding:5px;
    background: #0955B3;
    border-top-left-radius:5px;
    border-top-right-radius:5px;
    text-align: center;
    font-size: 20px;
    color: #fff;
}
.info-parent
{
    padding-top:10px;
}
.info-parent p
{color: #0E0E0E;font-size: 18px;}
.ChildrenList
{
    border: 1px solid #cbdddb;
    overflow: hidden;
    border-radius: 5px;
    background: #e1edec;
    /* border-top: none; */
}
.ChildrenList-title
{
    padding:5px;
    background: #0955B3;
    border-top-left-radius:5px;
    border-top-right-radius:5px;
    text-align: center;
    font-size: 20px;
    color: #fff;
}
.CheckListItems
{
    padding:5px;
}
.image-parent
{
    padding:5px;
}
.image-parent img
{
    border-radius:5px;
}
.image-children img
{
    border-radius: 5px;
    margin-top: 5px;
}
.ChildrenListItems
{
    
overflow: hidden;
    
border-bottom: 1px solid red;
    
margin: 2px 0 0 0;
}
.info-children
{}
.info-children p
{color: #0E0E0E;font-size: 15px;}
.menu-title
{
    display: block;
    padding: 17px;
    color: #fff;
    font-size: 20px;    
}
/*mới chỉnh lại*/
.info-parent-children-items
{
    margin: 0 0 20px 0;
    background: #fff9d7;
    height: 210px;
    border-radius:5px;
    padding: 10px 1px;
    overflow: hidden;
}
.children-name
{
    text-transform:uppercase;
    color:#6989d0;
}
.children-class
{
    color:#4ea842;
}
.children-age
{
    color:#c045c9;
}
/*danh sách học sinh*/
.children-list-top
{
    background:#3f95c2;
    color:#fff;
    text-align:center;
}
.strchan
{
    background:#e1edec;
}
.strle
{
    background:#f2f2e5;
}
.table 
{
    margin-bottom:0 !important;
}
.info-detai-parent
{
    padding: 0 0 5px 0;
}
.detail-parent-images
{}
.iconCheck
{
   color:#13d20a;
}
.iconNoCheck
{
    color:#ff8105;
}
.clock
{
    color:red;
}