.breadcrumb-container{
    margin: 0 0 10px 0;
}
.breadcrumb-container a{}
.breadcrumb-container a::after{content:" > ";padding:0 5px;}
.breadcrumb-container a:last-child{color:#000;cursor:default;font-weight: bold;}
.breadcrumb-container a:last-child::after{content:"";}

table.dataTable{}
table.dataTable thead th{background-color: #f5f5f5;}
table.dataTable .thead-search{
}
table.dataTable .thead-search *{z-index:0;}
.DTFC_RightHeadBlocker.DTFC_Blocker{
    background-color: #fff;
    margin-right: -1px;
}
table.dataTable .actions a{padding:5px;}
table.dataTable .fa-trash-o {
  color: #ef5350;
}
table.dataTable .fa-times {
  color: #ef5350;
}
table.dataTable .fa-save {
  color: #33b86c;
}
table.dataTable .cancel-row, table.dataTable .save-row {
  display: none;
}
table.dataTable .fa-pencil {
  color: #29b6f6;
}
table.dataTable .tr-edit .save-row,table.dataTable .tr-edit .cancel-row{display:inline-block;}
table.dataTable .tr-edit .edit-row{display:none;}
table.dataTable .thead-search th{}
table.dataTable .thead-search th input,table.dataTable .thead-search th select,
table.dataTable tr.tr-edit input,table.dataTable tr.tr-edit select,
table.dataTable tr.tr-add input,table.dataTable tr.tr-add select{
    width: 100%;
    padding: 3px;
    box-sizing: border-box;
    line-height: 14px;
    font-size: 14px;
    color:#000;
}
table.dataTable tr.tr-edit td{
    background-color: rgb(234, 175, 140);
    /* color: #fff; */
}
table.dataTable tr.tr-add td{background-color: #1d7dca; color: #fff;}
table.dataTable tr,table.dataTable td{cursor:default;}
table.dataTable tbody tr.selected{
    background-color: #d7dce5;
}
.dataTables_length{display:none;}
.dataTables_filter{display:none;}
#datatable-editable .thead-search{display:none;}
.fixedHeader-floating .thead-search{display:none;}

.DTFC_LeftWrapper th, .DTFC_LeftWrapper td, .DTFC_RightWrapper th, .DTFC_RightWrapper td{
    background-color: #f5f5f5;
}

table.dataTable tbody>tr.selected td{background-color:#B0BED9;}

.form-container{}
.form-container .modal-footer{}
.form-container .modal-footer-loading{float:right;display:none;}
.form-container.form-loading .modal-footer{display:none;}
.form-container.form-loading .modal-footer-loading{display:block;}

.hidden-default{display:none;}

#custom_form_modal .modal-dialog{width:100%;}