body {
		background-color: #fff;
		/*padding-top: 10px;*/
		 /* 70px to make the container go all the way to the bottom of the topbar */
}

textarea {
	margin-bottom: 10px;
}

.affix {
		position: fixed;
		top: 60px;
		width: 220px;
		 /* From boostcake layout file */
	}

#content {
	background-color: #fff;
	border-radius: 10px;
	border: solid 1px #dedede;
	padding: 20px 10px 10px 10px;
	background-color: #fff;
}

.page-header {
	background-color: #fff;
}

.navbar-custom {
    color: #FFFFFF;
    background-color: #edf3fb;
}
/* this is the style to change the Navbar background */
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
	background-color: #d5dae1;
	}

/* this is the style to change the Navbar Hover/Active background */
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
	background-color: #d5dae1;
}


.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
    color: #555;
    background-color: #dbe7f8;
}

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    color: #333;
    background-color: #7eb0db;
}

.formControlWidth {
	width: 35%;
	display: block;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.inputSizing {
	width: 50%;
	display: inline-block;

}

.labelSizing {
	float:left;
}

.smallerFormControl {
		width: 8%;
}


.form-inline input {

    margin-right: 6px;
    margin-bottom: 10px;
  }

  .form-inline label {

    margin-right: 2px;
  }

.form-inline select {

    margin-bottom: 10px;
  }

.greeting {
		color: #000;
		background-color: #dbe7f8;
		border-color: #9facbd;
		font-size: 12px;
}

.greetingB {
		color: #000;
		/* background-color: #fae8e6; */
		background-color: #cbe8f1;
		/* border-color: #edada6; */
		border-color: #54b4d3;
		font-size: 16px;
		font-weight: bold;
}

.elementbottomspace{
	margin-bottom: 25px;
	margin-left: -30px;
	padding-left: 0px;
}

@media screen and (max-width: 369px) {
    .greeting {
        font-size: 10px;
    }
}

.grAlert {
  position: relative;
  }

th a {
	color: #fff;
	font-size: 18px;
}

.headerStyle th  {
	/*the table header*/
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #006dcc;
	*background-color: #0044cc;
	background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
	background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
	background-image: -o-linear-gradient(top, #0088cc, #0044cc);
	background-image: linear-gradient(to bottom, #0088cc, #0044cc);
	background-repeat: repeat-x;
	border-color: #0044cc #0044cc #002a80;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.tableLinkHead a:hover {
		color: #B6C1BA;
}

.cake-sql-log {
		background-color: #cecece;
}

.backtest {
		 background-color: pink;
}

.backtest2 {
		 background-color: teal;
}

.backtest3 {
		 background-color: lavender;
}

/* Fixing the Table Widths so the inline attributes can be removed */
/* Inline Table Widths and Img Spacers Removed */

.tablewidthA {
				width:450px;
}

.tablewidthB {
				width:85px;
}

.tablewidthC {
				width:85px;
}

.tablewidthD {
				width:90px;
}

.tablewidthE {
				width:90px;
}
table.sizing {
	overflow: visible;
	table-layout: fixed;
	word-wrap: break-word;
}

td.tdsizing {
	width: 25px;
}

.buttonLeftMargin {
	margin-left: 25px;
}

.checkBoxes-group{

}

.checkBoxes-group input[type=checkbox]{
	vertical-align: text-bottom;

}

.checkBoxes-group label{
	margin-left: 3px;
	margin-right: 20px;
	font-size: 15px;
}

.list-group img {
	width:20px;
	height:20px;
}

.listBackgroundHeader {
	background-color: #dbe7f8;
}


/* Custom List Group for the Users/Edit page */
.listStylins {
	font-size:18px;
	font-weight:300;
	line-height:1.6
}

.list-group-horizontal .list-group-item {
    display: inline-block;
}
.list-group-horizontal .list-group-item {
	margin-bottom: 0;
	margin-left:-4px;
	margin-right: 0;
}
.list-group-horizontal .list-group-item:first-child {
	border-top-right-radius:0;
	border-bottom-left-radius:4px;
}
.list-group-horizontal .list-group-item:last-child {
	border-top-right-radius:4px;
	border-bottom-left-radius:0;
}

.list-group-horizontal li:hover {
	background-color: #fff;
}
/* End Custom List Group for the Users/Edit page */

.vTop {
	vertical-align: bottom;
	margin-top: -190px;
}

/* Due to Bootstrap's Definition List not being easy customized to our old design, I have incorporated the old definition list styles from our old GovDirections Stylesheet --
 app/View/bids/admin_view.ctp */
dl.dlprev {
line-height:2em;
margin:0em 1em;
float:left;
width: 625px;
font-size: 16px;
line-height: 1.28;
color: #000000;}

dt.dtprev {
font-weight: bold;
vertical-align:top;
color: #000000;
white-space: normal;
margin-bottom: 1em;
}

dt.dt_title {
text-transform: uppercase;
color: #fff;
background-color: #003366;
padding-left: 5px;
margin-bottom: 1em;
}

dd.ddprev {
margin-left:10em;
margin-top:0;
margin-top:-2em;
vertical-align:top;
color: #000000;}

dd.wide{
width: 700px;
}
/* End of the Previous GovDirections Definition List Styles */

.divider {
  height: 1px;
  width:100%;
  display:block; /* for use on default inline elements like span */
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.fontColorBlue {
	color: #337ab7;
}

.favesButton {
	width: 10%;
	padding: 2px;

}
.favesButton a:hover {
	color: #000;
}

.faveText {
	text-align: center;
	/* background-color: #10a2db; */
	border: solid 1px #0076a3;
	padding: 3px;
	border-radius: 5px;
	color:#fff;
	background: #0095cd;
	background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
	background: -moz-linear-gradient(top,  #00adee,  #0078a5);
}

.faveTextOff {
	text-align: center;
	/* background-color: #10a2db; */
	border: solid 1px #333;
	padding: 3px;
	border-radius: 5px;
	color:#fff;
	background: #999;
}

.faveTextOff a{
	text-decoration: none;
	color: gray;
	border: solid 1px #333;
}

.faveTextOff a:hover{
	text-decoration: none;
	color: gray;
}

.dl-bidsview dt{
	width: 315px;
	text-align: left;
	margin-bottom: 10px;
	 font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	 font-size: 16px;
}

.dl-bidsview dd{
	 font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	 font-size: 16px;

}

.cards {
            /* 
display: grid;
            grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
            grid-gap: 20px;
            max-width: 800px;
 */
            margin: 1em auto;
        }

        .card {
            /* 
display: grid;
            grid-template-rows: max-content 200px 1fr;
 */
            border: 1px solid #999;
            border-radius: 5px;
        }

        .card img {
            object-fit: cover;
            width: 100%;
            height: 100%;
        }

        .card h3 {
            margin: 0;
            padding: .5rem;
        }

        .card-content {
            padding: .5rem;
        }

/* 
        .card footer {
            background-color: rgba(0, 0, 0, 0.03);
            color: #fff;
            padding: .5rem;
        }
 */
        
.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
        
.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.bgtest {
	/* background-color: #eee; */
	/* font-size:18px; */
}

.setasides {
font-size: 18px;
}

.setasides label {
font-size: 20px;
}

.label-info,
.badge-info {
  background-color: #3a87ad;
}

.label-info[href],
.badge-info[href] {
  background-color: #2d6987;
}

.badge-text{
	font-size: 16.25px;
	margin-bottom: 10px;
}

.badgefix {
	font-weight: normal;
}

/* App Store Badges */
.app-promotion{

	margin-left: 2.5em;
	max-width:295px;
	color:#3A5A65;
	border: .5px solid #fff;
	margin-bottom: 1em;
}

.header-space {
  letter-spacing: 1px;
  text-align: center;
  margin:0px;
}

.app-center {
   margin: 0 auto;
   padding-left:18px;
}

.app-p-align{
	text-align: center;
	font-weight: bold;
	color:#003366;
	padding:1px;
	margin-bottom:0px;
	font-size: 1.3em;	
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.no-access {

	background-color: #87fc5a;
}

.gradient-access {
background: rgb(25,72,149);
background: -moz-linear-gradient(90deg, rgba(25,72,149,1) 0%, rgba(167,12,0,1) 100%);
background: -webkit-linear-gradient(90deg, rgba(25,72,149,1) 0%, rgba(167,12,0,1) 100%);
background: linear-gradient(90deg, rgba(25,72,149,1) 0%, rgba(167,12,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#194895",endColorstr="#a70c00",GradientType=1);
color:#fff;
}

.btn-inverse {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  *background-color: #222222;
  background-image: -moz-linear-gradient(top, #444444, #222222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
  background-image: -webkit-linear-gradient(top, #444444, #222222);
  background-image: -o-linear-gradient(top, #444444, #222222);
  background-image: linear-gradient(to bottom, #444444, #222222);
  background-repeat: repeat-x;
  border-color: #222222 #222222 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  color: #ffffff;
  background-color: #222222;
  *background-color: #151515;
}

.btn-inverse:active,
.btn-inverse.active {
  background-color: #080808 \9;
}

/* ChatBot Custom Styles */

.eagle-eye-logo {
  display: flex;
  /* justify-content: space-between; */
  align-items: baseline;
  /* width: 300px;  Adjust as needed */
  /* align-items: center; */
  /* gap: 10px; */
}

@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@500&display=swap');

.oswald-unique {
	//medium 500
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight:500;
  font-style: normal;
}

.eagleeye-font-maroon {
	color: #85313A;
	/* color: #003366; */
	font-size: 100px;
	font-family: "Oswald", sans-serif;
	font-weight: 600;
	
}

.eagleeye-font-blue {
	/* color: #85313A;*/
	color: #003366; 
	font-size: 100px;
	font-family: "Oswald", sans-serif;
	font-weight: 600;
	
}

.smalldesc {
	font-family: "Oswald", sans-serif;	
	font-size: 25px;
	display: flex;
	align-items: baseline;
	margin-left: 5px;  /* Adds a small space between the previous text and this span */
	vertical-align: baseline;  /* Aligns the text at the same baseline as the previous text */
}

.bidsView {
	font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu;
	font-weight: 500;
}










