Yahoo Small Business
?



 ? 

×
Create & Update
Manage
Promote
Commerce Central
Insights
Business Mail
Domains
SSL Manager
My Services
Customer Care ?
1-866-781-9246 ?
Sign Out
bi-pm.com
Create & Update
Manage
Promote
Commerce Central
Insights
Business Mail
Domains
SSL Manager
Privacy Policy
Terms of Service
Create & Update
>
File Manager
Be sure to save your work often. In the event that your connection to the Internet "times out," your work will NOT automatically be saved.

Filename : custom.css
    
.btn-primary{

  background-color:#4D75BD;
}

  .nav-white{

    color:white;
  }

  .sidenav{
    color:white;
    height:100%;
    background-color:#4D75BD;
    padding:0 20px 0 0;
  }
.kva{

text-align:center;
color:white;
background-color:#4D75BD;
margin-top:15px;
padding-bottom:2px;
padding-top:4px;
height:40px;

}
.info{

text-align:center;
color:white;
background-color:#4D75BD;
margin-top:15px;
padding-bottom:2px;
padding-top:4px;
height:40px;

}

.infog {
    text-align: center;
    color: white;
    background-color: #94C144;
    margin-top: 5px;
    padding-bottom: 2px;
    padding-top: 4px;
    height: 40px;
}
.mvg{

color:white;
background-color:#94C144;
text-align:center;
padding-bottom:4px;
}

.banner{

background-color:#94C144;

padding: 5px 0 2px 10px;
}


.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

.header{

    height:100px;

}

html * {
    font-family: 'Roboto', sans-serif;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}
html,
body {
    height: 100%;
    width: 100%;
    margin: 0;
}

#outer {
    display: flex;
    flex-flow: column;
    height: 100%;
}

#inner_fixed {
    height: 100px;
    background-color: grey;
}

#inner_remaining {
    background-color: #DDDDDD;
    flex-grow: 1;
}
.metrichead{

text-align:center;
font-size:18px;
font-weight:bold;
background-color:white;
}

Help us Improve