#loading-mask{
	display: none !important;
}
#loading-mask-export {
    color: #d04646;
}
#loading-mask-export {
    background: rgba(0,0,0,0.6);
    font-size: 1.1em;
    font-weight: bold;
    height: 100%;
    left: 0;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 500;
}
#loading-mask-export .loader {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
}
#loading-mask-export .loader {
    background-color: #dadada;
    border-color: #68c39f;
    color: #333;
}
#loading-mask-export .loader-box {
    left: 0;
    overflow: hidden;
    position: fixed;
    text-align: center;
    width: 100%;
    top: 49%;
    z-index: 1000;
}
#loading-mask-export .loader-box p{border: #48BE85 1px solid; background: #EEEEEE !important; padding: 20px 50px; width: 700px; height: 160px; margin: 0 auto;}
#loading-mask-export .loader img{
	width: 36px;
	height: 36px;
	 display: inline;
}
.progress-div{display: table; width: 100%; margin: 15px 0;height:20px;margin-bottom:20px;overflow:hidden;background-color:#f5f5f5;border-radius:4px;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);box-shadow:inset 0 1px 2px rgba(0,0,0,.1)}.progress-bar{float:left;width:0;height:100%;font-size:12px;line-height:20px;color:#fff;text-align:center;background-color:#337ab7;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);-webkit-transition:width .6s ease;-o-transition:width .6s ease;transition:width .6s ease;}
#progressbar{background-color: #68c39f;
box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15) inset;
color: #fff;
float: left;
font-size: 12px;
height: 100%;
line-height: 20px;
text-align: center;
transition: width 0.6s ease 0s;
width: 0; background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);-webkit-background-size:40px 40px;background-size:40px 40px;}
#loading-mask-export .loader-box p{
    height:auto;
}

#patchesfrm table.dataTable.stripe tbody tr.selected_custome td, 
#patchesfrm table.dataTable.display tbody tr.selected_custome td{
    background-color: #48be85 !important;
    color: #fff;
}

#patchesfrm table.dataTable thead{
    background-color:#353535 !important;
    color: #fff;
}
#patchesfrm .dataTables_length,
#patchesfrm .dataTables_filter{
    padding-bottom: 10px;
}
#patchesfrm .dataTables_length label,
#patchesfrm .dataTables_filter label{
    font-size: .95em;
    line-height: 27px;
    vertical-align: middle;
}
#patchesfrm .dataTables_length select{
    display: inline;
    height: 27px;
    margin: 0 4px;
    width: 4em !important;
    padding: 0;
}
#patchesfrm .dataTables_filter input {
    border: 1px solid #b9b9b9;
    color: #6e6e6e;
    font-size: 1.05em;
    height: 27px;
    line-height: 27px;
    padding: 0 5px;
}
.bknd-module-img{
    width: 60px;
    margin:0 auto;
    min-height: 70px;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
}
.bknd-module-img img{
    max-width: 100%;
    height: auto;
}