/*
* Media Print CSS
*/

.right_side_inner {
    top:    0 !important;
    left:   0 !important;
    width: 100% !important;
    bottom: 0 !important;
    margin: 0 !important;
    padding: 4px !important;
    background-color: #FFF !important;
}

.cfAddWrapper, .cfAddAction, .listAction, .ui-datepicker-trigger, img.ui-datepicker-trigger-vue {
    display: none !important;
}

.list_header {
    border-bottom: 2px solid #000000 !important;
}

div.col_wrapper label.lbl_UL {
    border: none !important;
    border-bottom: 2px solid var(--heading-color) !important;
}

body, html, form {
    background-image: none !important;
    background-color: #FFFFFF !important;
}

input, select, button {
    border: none !important;
    border-bottom: 1px solid #000000 !important;
    margin: 0px !important;
    padding: 0px !important;
}

textarea {
    border: 1px solid #000000 !important;
    margin: 0px !important;
    padding: 0px !important;
}

input, select {
    height: 20px !important;
    line-height: 20px !important;
}

.list {
    border: none !important;
    margin: 0px !important;
}

.list ul {
    border-bottom: 1px solid #000000 !important;
}

.list_body_li {
    border: none !important;
    min-height: 16px !important;
}

.list_footer, .list_footer_li {
    border: none !important;
}
