
.thmBack05 {
    background-color: rgba(14,61,93,0.05);
}

.thmBack20 {
    background-color: rgba(14,61,93,0.2);
}

.thmBack75 {
    background-color: rgba(14,61,93,0.75);
}

.thmBack70 {
    background-color: rgba(14,61,93,0.70);
}

.thmBack80 {
    background-color: rgba(14,61,93,0.80);
}

.thmBack85 {
    background-color: rgba(14,61,93,0.85);
}

.thmBack90 {
    background-color: rgba(14,61,93,0.90);
}

.thmBack95 {
    background-color: rgba(14,61,93,0.90);
}

.thmBack100 {
    background-color: rgba(14,61,93,1);
}

.thmFontColour100 {
    color: rgba(255,255,255,1.0);
}

.thmFontColour80 {
    color: rgba(255,255,255,0.8);
}

.thmFontInvertColour100 {
    color: rgba(14,61,93,1.0);
}

.thmFontInvertColour80 {
    color: rgba(14,61,93,0.8);
}

:not([disabled=disabled]):not(.burger):not(.opaque).quickAction:hover, :not([disabled=disabled]):not(.searchgAction).quickActionHeader:hover {
    background-color: rgba(255,255,255,0.1);
    /*background-color: rgba(255,255,255,0.1);*/
    /*opacity:1.0;*/
    /*border: 1px solid #ccc;*/
}

.quickActionHeader.searchAction{
    background-color: rgba(255,255,255,0.2);
}

.splashTile{
    /*border-color: rgba(14,61,93,0.8);*/
    background-color: rgba(255,255,255,1);
}

.splashTile > div {
    /*background-color: rgba(14,61,93,0.90);*/
}

.overlay{
    /*background-color:rgba(14,61,93,0.1);*/
    background-color: rgba(0,0,0,0.3);
}

.attSugg{
    background-color:rgba(14,61,93,1.0);
}

::-webkit-input-placeholder {
   color: rgba(255,255,255,0.8);
}

:-moz-placeholder { /* Firefox 18- */
   color: rgba(255,255,255,0.8);  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: rgba(255,255,255,0.8);  
}

:-ms-input-placeholder {  
   color: rgba(255,255,255,0.8);  
}

/*scrollbars \/*/
/*::-webkit-scrollbar-track { 
    background-color: rgba(14,61,93,0.0);
}
 
::-webkit-scrollbar-thumb {
    background-color: rgba(14,61,93,0.20);
}

body {
    scrollbar-base-color:rgba(14,61,93,0.0);
}*/
/*scrollbars /\*/