/*header marquee*/
.red-bg {
    /*background: #d90000;*/
    /*background: linear-gradient(to right, #C7C9CB , #C7C9CB);*/
    background: #C7C9CB;
    padding: 0px;
    margin-bottom:5px
}
.marquee {
    overflow: hidden;
    padding: 4px;
    color: #fff;
}
/* end header marquee*/

/*  login button lock icon*/
i.fa.fa-lock.fa-lg {
    font-size: 25px;
    margin: 0 4px 0 0;
}


/*  header personal */
a.first-child {
    color: #d90000 !important;
	text-decoration: underline
}
a.btn-primary.dropdown-toggle.btn-block {color:#555;}
ul.dropdown1.dropdown-menu.show,ul.dropdown2.dropdown-menu.show {
    width: 100%;
    padding-left: 10px;
    font-size: 14px;
}
.col-org
{
    color:#ff4b00;
}

.w-10 {
    width: 10%;
}


.word-space-parent {
   position: fixed;
    top: 33%;
    left: 11%;
    z-index: 999;
    color:#333333;
    text-align:center;
    
}
.word-space-parent p {
    font-size:17px;
    line-height: 8px;
    color:#333333;
    font-weight: bold;
    
}

#increaseSpacing {
    font-size: 38px;
    border: none;
    background: transparent;
   
    
}
.word-space-parent:hover {
    cursor: pointer !important;
    background-color: #f5f5f5;
}
  
