.main_daft_panel .col1 {width: 1%;}
.main_daft_panel .col10 {width: 10%;}
.main_daft_panel .col20 {width: 20%;}
.main_daft_panel .col30 {width: 30%;}
.main_daft_panel .col40 {width: 40%;}
.main_daft_panel .col50 {width: 50%;}
.main_daft_panel .col60 {width: 60%;}
.main_daft_panel .col70 {width: 70%;}
.main_daft_panel .col80 {width: 80%;}
.main_daft_panel .col90 {width: 90%;}
.main_daft_panel .col00 {width: 100%;}

.main_daft_panel .panel-body {
    padding-bottom: 0px;
}
.main_filter_panel,
.main_infodata_panel,
.main_daft_panel {
    margin-top: 15px;
}
.panel-default {
    /*margin-bottom: 20px;*/
}
.main_infodata_panel {
    margin-bottom: 5px;
}
.main_daft_cont {
    overflow: auto;
}
.action_button_cont{
    min-width: 90px;
}
.action_button_cont_3btn{
    min-width: 120px;
}
.main_daft_row .help-block {
    margin-bottom: 0px;
}
.main_daft_panel .table > tbody > tr > td, 
.main_daft_panel .table > tbody > tr > th, 
.main_daft_panel .table > tfoot > tr > td, 
.main_daft_panel .table > tfoot > tr > th 
{
    vertical-align: middle;
    padding: 4px;
}
.main_daft_panel .table > thead > tr > td, 
.main_daft_panel .table > thead > tr > th
{
    vertical-align: middle;
    padding: 4px;
    white-space: nowrap;
}
.main_daft_panel .table > thead > tr > th > a
{
    color: rgba(0,0,0,0.3);
    margin-left: 10px; 
}
.main_daft_panel .table > thead > tr > th > a:hover,
.main_daft_panel .table > thead > tr > th > a.active
{
    color: rgba(0,0,0,0.6);
}
.panel-actions li {
    padding-left: 20px;
    padding-right: 0px;
}
.panel-actions .dropdown-menu {
    right: 5px;
    left: auto;
}
.panel-actions .dropdown-menu a {
    color: #333;
}
