﻿.btn_img_edit {
    height: 20px;
    width: 20px;
    background-image: url('css/edit.png');
}

.btn_img_delete {
    height: 20px;
    width: 20px;
    background-image: url('css/delete.png');
}

.btn_img_print {
    height: 22px;
    width: 28px;
    background-image: url('css/print.png');
}

.btn_img_add {
    height: 20px;
    width: 20px;
    background-image: url('css/AddNew.png');
}


.lbl_header {
    display: inline-block;
    margin-bottom: 0.5rem;
    font-weight: 700;
}

.chkbx label {
    margin-left: 5px;
    margin-right: 5px;
}

.loadmodal {
    position: fixed;
    z-index: 999;
    height: 100%;
    width: 100%;
    top: 0;
    background-color: Black;
    filter: alpha(opacity=60);
    opacity: 0.6;
    -moz-opacity: 0.8;
}

.loadcenter {
    z-index: 1000;
    margin: 300px auto;
    padding: 0px;
    width: 140px;
    background-color: White;
    border-radius: 10px;
    filter: alpha(opacity=100);
    opacity: 1;
    -moz-opacity: 1;
}

    .loadcenter img {
        height: 100px;
        width: 135px;
    }

hr {
    border:0;
    clear:both;
    display:block;
    width:96%;
    background-color:black;
    height:1px;
}
.highlight {
    background-color: yellow;
}