@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap');
@import url('https://fonts.cdnfonts.com/css/itc-avant-garde-pro-md');

@font-face { 
font-family: "Salesforce Sans";
src: url("SalesforceSans-Regular.woff2") format("woff2"),
src: url("https://a.sfdcstatic.com/shared/fonts/salesforce-sans/SalesforceSans-Regular.woff2") format("woff2");
}

 body{
                font-family: 'ITC Avant Garde Pro Md';
                background: #f7f9fc;
                 padding-left: 0px;
                  padding-top: 0px;
    margin: 0px;
    text-decoration: none;

            
            }

.header {/*background-image: url('../images/fuel-station.png');background-position: right;background-size: cover;color: black !important;*/ background-color: #b3defeff;height:80px}          
.header1 {/*background-image: url('../images/fuel-station.png');background-position: right;background-size: cover;color: black !important;*/ background-color: white;height:80px}    


.infobanner{background-color: #f7f9fc !important;height:45px;}

.emergencybanner {
    background-color: #a61c00ff !important;
    color: white;
    height: 20px;
    font-size: 14px;
    border-radius: 4px;
    text-align: center;
    padding-top: 5px;
    padding-top: 5px;
    font-weight: normal;
}
.whatareinfo{padding-top: 20px !important}

.button1 {
    font-size: 18px;
    font-weight: bold;
    font-family: 'ITC Avant Garde Pro Md';
    display: inline-block;
    background: #006dcc;
    color: white;
    margin-top: 25px;
    margin-right: 25px;
    border: none;
    border-radius: 16px;
    font-weight: 600;
    outline: none;
    width: 220px;
    height: 175px;
    text-align: center;
    /*box-shadow: 1px 5px 5px grey;*/
    text-wrap: balance;
    vertical-align:middle;
    /*background-image: url('../images/fuel-station.png');*/
    background-position: left;
}

.button1:hover{
    font-size: 18px;
    font-family: 'ITC Avant Garde Pro Md';
    display: inline-block;
    background: #015faa;
    color: white;
    margin-top: 25px;
    margin-right: 25px;
    border: none;
    border-radius: 16px;
    font-weight: 600;
    outline: none;
    width: 220px;
    height: 175px;
    text-align: center;
    /*box-shadow: 0 16px 16px white;*/

}

/* Button 2 is for Asset Tiles */
.button2 {
    font-size: 18px;
    font-weight: bold;
    font-family: 'ITC Avant Garde Pro Md';
    display: inline-block;
    background: #006dcc;
    color: white;
    margin-top: 25px;
    margin-right: 25px;
    border: none;
    border-radius: 16px;
    font-weight: 600;
    outline: none;
    width: 220px;
    height: 175px;
    text-align: center;
    /*box-shadow: 1px 5px 5px grey;*/
    text-wrap: balance;
    vertical-align:middle;
    /*background-image: url('../images/fuel-station.png');*/
    background-position: left;
    display: none;

}

.button2:hover{
    font-size: 18px;
    font-family: 'ITC Avant Garde Pro Md';
    display: inline-block;
    background: #015faa;
    color: white;
    margin-top: 25px;
    margin-right: 25px;
    border: none;
    border-radius: 16px;
    font-weight: 600;
    outline: none;
    width: 220px;
    height: 175px;
    text-align: center;
    /*box-shadow: 0 16px 16px white;*/

}

.assetShow {
  display: inline-block;
}

.assetShowTile {
  display: inline-block !important;
}


.assetMenuBtn {
    font-family: 'ITC Avant Garde Pro Md';
    overflow: hidden;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #f7f9fc;
    border: white;
    color: #444444;
}


/* Change background color of buttons on hover */
.assetMenuBtn:hover {
  color: #0176d3;

}


.assetMenuBtn.activeAsset {
border-bottom: 3px solid #0176d3;
}


/* Style the main page tabs tab */
.tab {
  font-family: 'ITC Avant Garde Pro Md';
  overflow: hidden;
  background-color: #EEF4FF;
  padding-left: 25px;
  padding-top:10px;
  padding-bottom:10px;
}

/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 10px 25px;
  transition: 0.3s;
  font-size: 16px;
  font-family: 'ITC Avant Garde Pro Md';
  color: #444444;


}

/* Change background color of buttons on hover */
.tab button:hover {
  color: #0176d3;

}

/* Create an active/current tablink class */
.tab button.active {
  /*background-color: #032D60;*/
  color: #0176d3;
  font-family: 'ITC Avant Garde Pro Md';
  border-bottom: 3px solid #0176d3;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding-left: 25px;
  border-top: none;
  font-family: 'ITC Avant Garde Pro Md';
  animation: fadeEffect 1s; /* Fading effect takes 1 second */
  height: 300px;
  margin-top:85px;
}

/* Go from zero to full opacity */
@keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}

.grid-container {
  display: grid;
  grid-template-columns: auto auto auto;
  align-items: center;
    justify-content: start;
    padding-left:25px;
    height: 80px;
}
.grid-item {
  padding: 5px;
  font-size: 30px;
  text-align: left;
}

.header-link {
    text-transform: uppercase;
    font-size: 13px;
    text-decoration: none !important;

}

.a-link {
  text-decoration: none;
  color: #000000;
  font-weight:bolder;
  position: fixed;
  top:55px;
  right:10px;
}




table{
  width:  60pc;
  margin: 30px auto;
}

table th{
  padding: 10px 0;
  background-color: #ffbe42;
  /* background-color: #fff; */
  border:  thin solid #d4d4d4;
}


table td{
  padding: 10px;
  border:  thin solid #d4d4d4;
  width: 18%;
  text-align: center;
  background-color: #fff;
}


table td.total-price{
  font-weight: bold;
  font-size: 22px;
}
table a{
  text-decoration: none;
  color: darkred;
  background-color: #ffecef;
  padding: 10px 15px;
}
table a:active{
  background-color: #ccf4d6;
  color:  green;
}

table select{
  padding: 10px;
  width:  200px;
  font-size: 16px;
  border: thin solid #d4d4d4;
  background-color: transparent;
}
table select:focus{
  outline: none;
}

table img{
  width:  60%;
}

.infobox {
background-color:#e1c9f2;
padding:20px;
border-radius:16px;
 
}

.tile1 {
    font-size: 18px;
    font-weight: bold;
    font-family: 'ITC Avant Garde Pro Md';
    display: inline-block;
    background:  #0176D3;
    color: white;
    margin-top: 25px;
    margin-right: 25px;
    border: none;
    border-radius: 16px;
    font-weight: 600;
    outline: none;
    width: 220px;
    height: 175px;
    text-align: center;
    text-wrap: balance;
    vertical-align: middle;
    background-position: left;
    padding:10px;
    position: relative;
}

.tile1:hover{
    font-size: 18px;
    font-family: 'ITC Avant Garde Pro Md';
    display: inline-block;
    background: #0B5CAB;
    color: white;
    margin-top: 25px;
    margin-right: 25px;
    border: none;
    border-radius: 16px;
    font-weight: 600;
    outline: none;
    width: 220px;
    height: 175px;
    text-align: center;
    vertical-align:middle;
    /*box-shadow: 0 16px 16px white;*/
    padding:10px;
}


.tile2 {
    font-size: 18px;
    font-weight: bold;
    font-family: 'ITC Avant Garde Pro Md';
    display: inline-block;
    background: #0176D3;
    color: white;
    margin-top: 25px;
    margin-right: 25px;
    border: none;
    border-radius: 16px;
    font-weight: 600;
    outline: none;
    width: 350px;
    height: 225px;
    text-align: center;
    text-wrap: balance;
    vertical-align: middle;
    background-position: left;
    padding:10px;
    position: relative;
}

.tile2:hover{
    font-size: 18px;
    font-family: 'ITC Avant Garde Pro Md';
    display: inline-block;
    background:  #0B5CAB;
    color: white;
    margin-top: 25px;
    margin-right: 25px;
    border: none;
    border-radius: 16px;
    font-weight: 600;
    outline: none;
    width: 350px;
    height: 225px;
    text-align: center;
    vertical-align:middle;
    /*box-shadow: 0 16px 16px white;*/
    padding:10px;
}


.tileTitle
{
    font-size: 20px;
    font-family: 'ITC Avant Garde Pro Md';
    color: white;
    text-align: center;
    vertical-align:middle;
    margin-top: 0px;
    margin-bottom : 10px;
}

.tileDesc
{
    font-size: 13px;
    font-family: 'Salesforce Sans';
    color: #EEF4FF;
    text-align: center;
    vertical-align:middle;

}
.tileFooter
{
    font-size: 10px;
    font-family: 'Salesforce Sans';
    color: #EEF4FF;
    text-align: center;
    vertical-align:middle;
    //padding-top: 30px;
}

.assetSearch
{
    font-size: 13px;
    font-family: 'Salesforce Sans';
    color: #444444;
}


.assetTile1 {
    font-size: 18px;
    font-weight: bold;
    font-family: 'ITC Avant Garde Pro Md';
    display: inline-block;
    background: #0176D3;
    color: white;
    margin-top: 25px;
    margin-right: 25px;
    border: none;
    border-radius: 16px;
    font-weight: 600;
    outline: none;
    width: 220px;
    height: 175px;
    text-align: center;
    text-wrap: balance;
    vertical-align: middle;
    background-position: left;
    padding:10px;
    display: none;
}

.assetTile1:hover{
    font-size: 18px;
    font-family: 'ITC Avant Garde Pro Md';
    display: inline-block;
    background: #0B5CAB;
    color: white;
    margin-top: 25px;
    margin-right: 25px;
    border: none;
    border-radius: 16px;
    font-weight: 600;
    outline: none;
    width: 220px;
    height: 175px;
    text-align: center;
    vertical-align:middle;
    /*box-shadow: 0 16px 16px white;*/
    padding:10px;

}

::marker {
  font-size: 18px;
}




.ribbon {
  --f: 12px; /* control the folded part */
  font-family: 'ITC Avant Garde Pro Md';
  position: absolute;
  top: 0;
  color: #fff;
  padding: .1em 1.8em;
  border-bottom :var(--f) solid #0007;
  clip-path: polygon(
    100% calc(100% - var(--f)),100% 100%,calc(100% - var(--f)) calc(100% - var(--f)),var(--f) calc(100% - var(--f)), 0 100%,0 calc(100% - var(--f)),999px calc(100% - var(--f) - 999px),calc(100% - 999px) calc(100% - var(--f) - 999px))
}
.right {
  right: 0;
  transform: translate(calc((1 - cos(45deg))*100%), -100%) rotate(45deg);
  transform-origin: 0% 100%;
}
.left {
  left: 0;
  transform: translate(calc((cos(45deg) - 1)*100%), -100%) rotate(-45deg);
  transform-origin: 100% 100%;
}
.beta {
 background: var(--c,#dd7a01ff);
}
.new {
 background: var(--c,#0b827cff);
}
.updated {
 background: var(--c,#0b827cff);
}


   
