/*----------display----------*/
.display-inline{
    display: inline
}
.display-none{
   display: none !important;
}

.hidden-loader{
    display: none;
}

.modal-display{
    display: block; padding-right: 17px;
}

.height-auto{
    height:auto
}
/*----------end display----------*/




/*----------padding and margin----------*/
.margin-left-05{
    margin-left: 0.5cm
}
.margin-left-1p{
    margin-left: 1%
}

.margin-right-80{
    margin-right: 80%
}

.margin-bottom-0{
    margin-bottom: 0px;
}

/*----------end padding and margin----------*/




/*----------text and font----------*/
.font-color-red{
    color: red;
}

.font-color-blue{
    color: blue;
}

.text-black-bold{
    color: #000000; 
    font-weight: bold;
}

.font-size-small{
    font-size:10px
}

.background-white{
    background-color: white !important
}

.text-align-justify{
    text-align: justify;
}
.text-align-center{
    text-align: center;
}

.text-transform-uppercase{
    text-transform:uppercase
}

.text-center-14px-black{
    text-align:center;
    font-size:14px;
    color:black;
}

.thankyou-prompt{
    font-size: 6px; text-align: right;
}

/*----------end text and font----------*/




/*----------hr----------*/
.hr-lightgrey{
    height:2px;border:none;color:lightgrey;background-color:lightgrey;
}
/*----------end hr----------*/




/*----------table----------*/
.tr-hidden{
    visibility:collapse
}
/*----------end table----------*/




/*----------images----------*/
.cursor-pointer{
    cursor: pointer;width:15%;
}
/*----------end images----------*/




.nav-count{
    color: white;font-size: 12px;
}



/*fixes for href='javascript:void(0);*/
a:not([href]) {
    color: #007bff !important;
    text-decoration: none !important;
}
a:not([href]):hover {
    cursor: pointer !important;
    color: #007bff !important;
    text-decoration: none !important;
}
