.Calendar2{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    background: #FFF;
}
.Calendar2 .section.one{
    width: 100%;
    flex-shrink: 1;
    position: relative;
    overflow-y: hidden;
    height: 100%;
}
#calendar{
    /*position: relative;*/
    height: 100%;
    padding-bottom: 1rem;
    flex-shrink: 1;
    overflow: hidden;
}
#table-schedule{
    height: 100%;
    padding-bottom: 1rem;
    flex-shrink: 1;
}
#table-schedule .table.can.click .tbody .tr.active{
    background: rgba(248, 248, 248, 0.85);
    /*color: #FFF;*/
}
/*#table-schedule .table.can.click .tbody .tr.active .color-2{*/
    /*color: #FFF;*/
/*}*/
#table-schedule .table .thead .tr,
.tui-full-calendar-month-dayname{
    background: #ffeaea !important;
}
#calendar.hide,
#table-schedule.hide{
    display: none;
}
.Calendar2 .section.two{
    position: relative;
    width: 40%;
    flex-shrink: 0;
    /*display: none;*/
    border-left: 1px solid #CCC;
    padding: 1rem 2rem;
}
.Calendar2 .section.two.active{
    display: inherit;
}
.Calendar2 .control-calendar{
    padding: 0.9rem 0.8rem 0.8rem 0.8rem;
    background: #fafafa;
    border-top: 3px solid #DC2925;
}
.Calendar2 .render-range{
    margin: 0 1rem;
    font-size: 1.4rem;
    font-weight: bold;
}
.control-calendar label{
    margin-top: 0.5rem !important;
}
.margin-left-1rem{
    margin-left: 1rem;
}
.padding-right-0-5rem{
    padding-right: 0.5rem;
}
.padding-bottom-0-5rem{
    padding-bottom: 0.5rem;
}
.Calendar2 .view-schedule{

}
.Calendar2 .view-schedule .icon{
    margin: 0 !important;
}
.contact-with-status{
    padding: 0.8rem;
    border-radius: 5px;
    border: 1px solid #d8d8d8;
    margin-top: 0.5rem;
}
.wrapper-loading{
    position: absolute;
    left:0;
    top:45%;
    width: 100%;
    display: none;
}
.each-location{
    border-bottom: 1px solid #efefef;
    padding-bottom: 1rem;
}
.each-evaluate{
    border-bottom: 1px solid #e9e9e9;
    padding: 1rem;
}
.location .each-location{
    padding: 1rem;
    border: 1px solid #e2e2e2;
    border-radius: 3px;
}
.each-schedule{
    color: #000;
    line-height: 1.5;
    cursor: pointer;
    padding: 1rem;
    border-top: 1px solid #efefef;
}
.each-schedule:hover{
    background: rgba(0, 0, 0, 0.03);
}
.each-schedule:nth-child(1n){
    background: rgba(0, 0, 0, 0.03);
}
.box.relationship{
    position: relative;
    padding: 1rem;
    margin-bottom: 15px;
}
.box.relationship p{
    margin: 0;
}
i.ui.label{
    margin: 0 0.3rem 0.3rem 0;
}