.col-adj {
    /* word-break: break-all;
	white-space: nowrap;
	display: block;
	overflow-x: hidden;
	text-overflow: ellipsis; */
}

.col-adj1 {
    word-break: break-all;
    white-space: nowrap;
    display: block;
    overflow-x: hidden;
    text-overflow: ellipsis;
}

.tbl-resp {
    display: none;
}

.tbl-no-resp {
    display: block;
}

@media screen and (max-width: 768px) {
    .tbl-resp {
        display: block;
    }

    .tbl-no-resp {
        display: none;
    }
}

.required {
    color: red
}
a.icon-pdf{
    color:red;
}

.preload { width:100px;
    height: 100px;
    position: fixed;
    top: 50%;
    left: 50%;
}