/*
AdminPV.css
Very simple skin for website admin displayss
No BannerPanes
Full width ContentPane
No FooterPane
No Logo, Login, Search,
No Breadcrumbs
Ivory
JSW 2021.06.16
DLC 2021.06.16
*/

@charset "UTF-8";
@import url('./bootstrap/css/bootstrap.min.css');

.navbar
{
  width:100%;
  min-height:2%;
  border:1px solid #FF0000;
  border-radius:5px;
  /* [#FFFFF0] is Ivory*/
  background-color: #FFFFF0;
}

#grad
{
  /* Ladies in Waiting */
  /* color #FFE4C4 is Bisque */
  /* color #5F9EA0 is CadetBlue */
  /* color #696969 is DimGray */
  /* color #DCDCDC is Gainsboro */
  /* color #FFFFF0 is Ivory */
  /* color #FFA07A is LightSalmon */
  /* color #87CEFA is LightSkyBlue */
  /* color #FAF0E6 is Linen */
  /* color #FFDEAD is NavajoWhite */
  /* color #EEE8AA is PaleGoldenrod */
  /* color #AFEEEE is PaleTurquoise */
  /* color #FA8072 is Salmon */
  /* color #708090 is SlateGray */
  /* color #4682B4 is SteelBlue */
  /* color #D8BFD8 is Thisle */
  /* color #9ACD32 is YellowGreen */


    /* Substitue a color definition in each of the declarations (#FFFFFF, White) below */
  background: -webkit-linear-gradient(#FFFFF0, White); /* For Safari 5.1 to 6.0 - By Inspection - for Google Chrome */
  background: -o-linear-gradient(#FFFFF0, White); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#FFFFF0, White); /* For Firefox 3.6 to 15 */
  background: linear-gradient(#FFFFF0, White); /* Standard syntax */
}

