form {  display: inline; }
body {overflow-y:scroll;} /*So it does not move the page when the scrollbar onthe right is being added*/
.white-text {
    color: #ffffff

}

.white-text a{
    color: #ffffff

}
.alert { margin-bottom: 5px; }

div#quick_transaction { display: inline-block; }


.redtext {

    color:#d84a38;
}

.orangeText {
    color:#ffb848
}
.yellowText {

    color:#ffff00;
}

.greenText {

    color:#35aa47
}


.smallText {
    font-size: 11px;
}

.italicText {
    font-style: italic;
}

.tableAlignTop {
    vertical-align: text-top;
}

.label-danger {
    background-color: red;
}

.due {
    background-color: #FFD7D8;
}

.hideme {
    display:inline;
}

.showme{ 
    display: none;
}
.showhim:hover .showme{
    display : inline-block;
}
.showhim:hover .hideme{
    display : none;
}
.pink {

    background-color: #FFE8E9;
}

.pink:hover {
    background-color: #FFD7D8;
}

.footerShadow {
/*text-shadow: 0 0 0.6em #fff, 0 0 0.6em #fff, 0 0 0.6em #fff*/
    
}

.redText {
    
    color : red;
}

.pinkText {
    
    color : pink;
}

.blueText {
    
    color : blue;
}

#dynamic_parameters {
     display: none;
}


@media (max-width: 980px) { 
    .page-footer-fixed .footer {
        display: none;
    }  

}


.lock_screen_off {
    display: none;
    visibility: hidden;
}

.lock_screen_on {
    alignment-adjust: central;
    display: inherit;
    visibility: visible;
    position: fixed;
    z-index: 999;
    top: 0px;
    left: 0px;
    width: 105%;
    height: 100000%;
    background-color: #fff;
    text-align: center;
    padding-top: 20%;
    filter: alpha(opacity=75);
    opacity: 0.75;
}