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

.hidden-loader{
    display: none;
}

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

.height-auto{
    height:auto
}

.position-center{
    position: center
}


/*----------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;
}

.margin-bottom-13{
    margin-bottom:13px
}

.margin-right-10{
    margin-right: 10px
}

.margin-top-10{
    margin-top: 10px
}

.margin-right-20{
    margin-right: 20px
}

.margin-2{
    margin: 2%
}

.padding-left{
    padding-left: 2%
}

.padding-left-1-5{
    padding-left: 1.5rem;
}

.padding-left-200r{
    padding-left: 2rem
}

.padding-left-3{
    padding-left: 3%
}

.padding-right-3{
    padding-right: 3%
}

/*----------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
}

.background-grey{
    background-color: #C0C0C0;
}

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

.text-align-center-bold{
    text-align: center; font-weight: bold
}

.text-align-center-blue{
    text-align: center; color: #0E64A0
}

.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;
}

.font-size-14{
    font-size: 14px;line-height:1.0;
}

.line-height-1{
    line-height:1.0
}



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

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


.btn-width-100{
    width: 100px
}

.border-1{
    border: 1
}


/*----------table----------*/
.tr-hidden{
    visibility:collapse
}
.th-width-15{
    width: 15%
}

.th-width-5{
    width: 5%
}
.th-width-2{
    width: 2%
}

/*----------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;
}

.logo-mom {
    width: 15%;
    float: left;
    margin: 0 15px 15px 0;
}

.logo-lhub {
    width: 42%;
    float: right;
    margin: 0 0 15px 15px;
}
