/*****************************************************************************************
* nsa-colours.css - December 2024 *
* Style sheet for colours of version 5 of NSACR website *
* Covers Headers, Footers, Menus and Boxes
*****************************************************************************************/
/* Modern White */
.header-css {background-color: White; color: OrangeRed; font-weight: bold; font-style: italic;}
.header-button-css {background-color: White; color: Tomato!important; border: 1px solid Salmon;}
.header-button-css:active {transform: translate(3px,3px);}
.menu-css {background-color: White; color: Tomato;  border-radius: 5px; box-shadow: 2px 2px lightgrey;}
.box-css {background-color: White; border-radius: 5px; box-shadow: 2px 2px grey;}
.browse-css th {background-color: cornsilk; color: black;  font-weight: bold}
.browse-css th.action {color: orangered;}
.button-css {background-color: white; color: black!important; border-radius: 3px; border: 1px solid black;}
.button-css:disabled {background-color: #90c5ff; color: ##f5f5f5;}
.button-css:active {transform: translate(2px,2px);}
.tab-holder-css {background-color: Gainsboro;}
.tab-button-css {background-color: whitesmoke;  border: 0px;}
.tab-button-select-css {background-color: white; border: 0px; border-bottom: solid white 2px;}

/* Old Yellow */
/*
.header-css {background-color: #fcf0b9; color: FireBrick; font-weight: bold; font-style: italic;}
.header-button-css {background-color: #fcf0b9; color: black!important; border: 1px solid black;}
.menu-css {background-color: #fcf0b9; color: FireBrick; border-radius: 25px;}
.box-css {background-color: Ivory; border-radius: 25px;}
.browse-css th {background-color: steelblue; color: white; font-weight: normal}
.browse-css th.action {color: yellow;}
.button-css {background-color: DodgerBlue; color: White!important; border-radius: 5px; border: 0;}
.button-css:disabled {background-color: #90c5ff; color: ##f5f5f5;}
.button-css:active {transform: translate(2px,2px);}
.tab-holder-css {background-color: #dfdfdf;}
.tab-button-css {background-color: #f7f7e8;  border: 0px;}
.tab-button-select-css {background-color: ivory; border: 0px; border-bottom: solid ivory 2px;}
*/

/* Christmas Red/Green */
/*
.header-css {background-color: crimson; color: snow; font-weight: normal; font-style: italic;}
.header-button-css {background-color: crimson; color: snow!important; border: 1px solid snow;}
.menu-css {background-color: #ff8282; color: Green;  border-radius: 25px;}
.box-css {background-color: #9fd268; border-radius: 25px;}
.browse-css th {background-color: #ff8282; color: white; font-weight: normal}
.browse-css th.action {color: yellow;}
.button-css {background-color: DodgerBlue; color: White!important; border-radius: 5px; border: 0;}
.button-css:disabled {background-color: #90c5ff; color: ##f5f5f5;}
.button-css:active {transform: translate(2px,2px);}
.tab-holder-css {background-color: #dfdfdf;}
.tab-button-css {background-color: #80c180;  border: 0px;}
.tab-button-select-css {background-color: #9fd268; border: 0px; border-bottom: solid #9fd268 2px;}
*/

