#lastUpdated-Table, #excluded-Table {
width: 100%;
border-collapse: collapse;
 }
#lastUpdated-Table th,
#lastUpdated-Table td,
#excluded-Table th,
#excluded-Table td
{
border: 1px solid #ccc;
padding: 15px;
text-align: left;
font-size: 18px;
}
#lastUpdated-Table button,
#excluded-Table button{
margin-left: 15px;
 }
#filter-Color {
font-size: 18px;
}
.info-box {
 background-color: #f5f5f5;
border: 1px solid #ccc;
padding: 10px;
margin-bottom: 10px;
}
      
.col_container{
    overflow: hidden;
    margin-bottom:20px;
}
.col_2 .column{
    float:left;
    width:50%;
}
.col_3 .column{
    float:left;
    width:33%;
}
.col_container .filter_title_block .cell_block{
    display:table-cell;
}
.col_container .filter_title_block{
    display:table;
    text-align:center;
}
.col_container .filter_title_block label{
    font-size:16px;
    font-weight:bold;
    display:block;
}
.tab_navi_cont{
    overflow: hidden;
}
.tab_navi_cont{
    overflow:hidden;
}
.tab_navi_cont .single_nav_tab{
    float:left;
    padding:20px 10px;
    cursor: pointer;
}
.tab_navi_cont .single_nav_tab.active{
    font-weight:bold;
}
.table_container .single_tab:nth-child(2){
    display: none;
}
.title_cell .action_button{
    float: right;
    cursor: pointer;
}
.big_loader{
	position:fixed;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
	background-image: url(loader.gif);
	background-color:rgba(255,255,255,0.5);
	background-repeat:no-repeat;
	background-position:50% 50%;
	z-index:1000000;
	
}
.notes_edit_overlay{
    display:none;
    position: fixed;
    width: 100%;
    height: 100%;
    background:rgba( 255,255,255,0.9 );
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    z-index: 100000;
}
.notes_edit_overlay .notes_title{
    margin-bottom:10px;
    font-size:16px;
    font-weight:bold;
}
.notes_edit_overlay .notes_editor_body{
    margin: 10% ;
    width: 60%;
}
.notes_edit_overlay .notes_editor_body .notes_contet textarea{
    width:100%;
    font-size: 20px;
}
.notes_edit_overlay .notes_editor_body .save_notice_action{
    text-align:right;
}
.save_row{
    text-align: right;
}
.color_green{
    color: #09800A;
}
.color_red{
    color: #ff0000;
}