


.color-white {
    color: #FFFFFF;
}

.color-white:active {
    color: #FFFFFF;
}

.color-white:hover {
    color: #FFFFFF;
}

.font-size-9-px {
    font-size: 9px !important;
}

.font-size-8-px {
    font-size: 8px !important;
}

.font-size-10-px {
    font-size: 10px !important;
}

.font-size-11-px {
    font-size: 11px !important;
}

.font-size-12-px {
    font-size: 12px !important;
}

.font-size-13-px {
    font-size: 13px !important;
}

.font-size-14-px {
    font-size: 14px !important;
}

.font-size-15-px {
    font-size: 15px !important;
}

.font-size-16-px {
    font-size: 16px !important;
}

.font-size-17-px {
    font-size: 17px !important;
}

.font-size-18-px {
    font-size: 18px !important;
}

.font-size-19-px {
    font-size: 19px !important;
}

.font-size-20-px {
    font-size: 20px !important;
}


.navbar-3px-padding {
    padding: 3px;
}

.input-text-height-23 {
    height: 23px;
}

.cursor-pointer:hover {
    cursor: pointer;
}

.height-30-px {
    height: 30px;
}

.height-25-px {
    height: 25px !important;
}

.height-20-px {
    height: 20px !important;
}

.height-21-px {
    height: 21px !important;
}

.height-22-px {
    height: 22px !important;
}

.height-23-px {
    height: 23px !important;
}

.cust-btn-sm{
    padding: 0.2rem .3rem;
    font-size: 10pt;
    border-radius: .2rem;
    height: 20pt !important;

}

.font-300{ font-size: 3em; }
.font-250{ font-size: 2.5em; }
.font-200{ font-size: 2em; }
.font-170{ font-size: 1.7em; }
.font-150{ font-size: 1.5em; }
.font-130{ font-size: 1.3em; }
.font-120{ font-size: 1.2em; }
.font-110{ font-size: 1.1em; }
.font-100{ font-size: 1em; }
.font-90{ font-size: 0.9em; }
.font-80{ font-size: 0.8em; }
.font-70{ font-size: 0.7em; }
.font-60{ font-size: 0.6em; }
.font-50{ font-size: 0.5em; }
.hand-point:hover{
    cursor: pointer;
}

.hide-me {
    visibility: hidden;
    display: none;
}

.remove-me {
    visibility: hidden;
    display: none;
}

.hide-div {
    visibility: hidden;
    display: none;
}

.hide-btn {
    visibility: hidden;
    display: none;
}

/*.tbody-300*/
.tbody-300 tbody {
    display: block;
    height:300px;
    overflow-y:auto;
}
.tbody-300 thead, .tbody-300 tbody tr {
    display:table;
    width:100%;
    table-layout:fixed;/* even columns width , fix width of table too*/
}
/*.tbody-300*/

.block-this{
    /*visibility:hidden; */
    bottom:0;
    right: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    background-color: #FFFFFF;
    opacity: 0.1;
    z-index: 333;
}

.click-disabled{
    opacity: 0.85;
    filter: alpha(opacity=85);
    box-shadow: none;
    pointer-events: none;
    cursor: default;
}

.full-screen-modal{
    position: fixed;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.cust-pagination {
    font-size: 12px;
    list-style: none;
    display: flex;
}

.cust-pagination ul {
    white-space: nowrap;
}

.cust-btn-edit {
	padding-right: 2px;
	padding-left: 6px;
}

.tbody-h33 {
    height: 7em;
}
