
.logo {
    width: 110px;
    /*margin: 1rem 0;*/
	margin: 0;
    margin-top: 0px;
    margin-top: -10px;
}

.navbar-inverse {
    background-color: white;
    border-color: silver;
}
.navbar-inverse .navbar-toggle .icon-bar {
    background-color: grey;
}
.navbar-inverse .navbar-toggle {
    border-color: gainsboro;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    color: rgb(65, 166, 42);
    background-color: white;
}

/* Homepage Styles */
body, p, a, h1, h2, h3 {
    font-family: "Source Sans Pro",Calibri,"Arial Unicode MS","DejaVu Sans",FreeSans,"Lucida Sans Unicode",Arial; 
    color: rgb(68, 68, 68);
   background-color: white;

}

h1, h1.bifont  {
    font-family: AFDiwaLight,Arial; 
}

.bg-default {
   color: rgb(68, 68, 68);
   background-color: white;
}

.bg-green {
   color: white;
   background-color: #41a62a;
}

.bg-dark {
    color: #bbb;
    background-color: #000;
}


@font-face {
  font-family: "AFDiwaLight";
  src: 
      url("/webservices/styles/286144_1_0.eot?#iefix") format("embedded-opentype"), 
      url("/styles/286144_1_0.eot?#iefix") format("embedded-opentype"),
      url("/webservices/styles/286144_1_0.woff") format("woff"), 
      url("/styles/286144_1_0.woff") format("woff"), 
      url("/webservices/styles/286144_1_0.ttf") format("truetype");
      url("/styles/286144_1_0.ttf") format("truetype");
}


@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 400;
  src: local("Source Sans Pro"), local("SourceSansPro-Regular"), url("https://fonts.gstatic.com/s/sourcesanspro/v9/ODelI1aHBYDBqgeIAH2zlNV_2ngZ8dMf8fLgjYEouxg.woff2") format("woff2");
  unicode-range: U+0-FF, U+131, U+152-153, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
   
   
.glyphicon {
   font-size: 150%;
   padding: 0 8px;
}

.btn {
   white-space: normal;
   width: 100%;
}

.parow {
   margin-top: 10px;
   margin-bottom: 10px;
}

.btnrow {
  padding: 5px 15px;
}

input.form-control {
   max-width: none;
}

.fixbtnwidth {
   width: 200px;
}

.checksucc {
   font-size:150%;
   font-weight: bold;
}

img.prodimg {
   max-width: 100%;
   margin: 10px 0;
}