@charset "UTF-8";
/* CSS Document */
 /*text-transform: lowercase;*/
 /*font-family: "Muli", sans-serif;*/

.navbar-default .navbar-brand {
  font-size: 18px;
  font-weight: 300;
  text-transform: capitalize;
  font-family: "Muli", sans-serif;
  word-spacing: 0px;
  -webkit-text-stroke: 0;
  background-image: url("../img/colors/blue/logo.png");
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 45px;
  color: #000;
}
@media (min-width: 360px) and (max-width: 768px) {
  .navbar-default .navbar-brand {
    margin-left: 10px;
  }
}
.panel-primary .panel-heading,
.panel-primary .panel-footer {
  background-color: #0099da;
  color: #fff;
}
.panel-primary .panel-footer a,
  color: #fff;
}
#footer {
  background-color: #333;
  color: #ccc;
  padding: 17px 0;
  text-align: center;
  border-top: solid 1px #555;
}

body {
  background-color: #fff;
  color: #666;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 1.75em;
}

.wrap-primary-color {
  background-color: #0099da;
  padding: 40px 0;
  color: #fff;
}
.wrap-primary-color h1,
.wrap-primary-color h2,
.wrap-primary-color h3,
.wrap-primary-color h4,
.wrap-primary-color h5,
.wrap-primary-color h6 {
  color: #fff;
}
.dropcaps::first-letter {
  float: left;
  color: #0099da;
  font-size: 3em;
  font-weight: 400;
  padding: 10px 10px 10px 5px;
  margin-top: 2px;
}
.dropcaps-bg::first-letter {
  background-color: #0099da;
  color: #fff;
  padding-bottom: 12px;
  margin-right: 10px;
  border-radius: 2px;
  margin-top: 2px;
  padding: 10px 5px;
  font-size: 2.8em;
  margin-top: 4px;
}
.dropcaps-circle::first-letter {
  border: solid 1px #0099da;
  border-radius: 30px;
  padding: 10px 8px;
  font-size: 2.3em;
  margin-right: 10px;
  margin-top: 2px;
}
.dropcaps-circle-bg::first-letter {
  background-color: #0099da;
  color: #fff;
  border-radius: 30px;
  padding: 10px 8px;
  font-size: 2.3em;
  margin-right: 10px;
  margin-top: 2px;
}

.section-title:first-letter {
  color: #000000;
}

.navbar-default .navbar-nav > li > a {
    padding-top: 16px;
    padding-bottom: 15px;
    margin-top: -1px;
    color: #000;
    font-family: "Helvetica";
    font-size: 16px;
    font-weight: 400;
  }
  .right-line {
  position: relative;
  z-index: 1;
  overflow: hidden;
  color: #000;
  margin: 10px 0;
}

#statusPR {
    width:200px;
    height:200px;
    position:absolute;
    left:50%; /* centers the loading animation horizontally one the screen */
    top:50%; /* centers the loading animation vertically one the screen */
    background-image:url(../img/preload.gif); /* path to your loading animation */
    background-repeat:no-repeat;
    background-position:center;
    margin:-100px 0 0 -100px; /* is width and height divided by two */
}
/*# sourceMappingURL=preload.css.map */

.line {
  position: relative;
  z-index: 1;
  overflow: hidden;
  color: #0099da;
  margin: 1px 0;
}


.horizontal-scroll-wrapper {
  width: 100px;
  height: 300px;
  overflow-y: auto;
  overflow-x: hidden;
}

.horizontal-scroll-wrapper > div {
  width: 100px;
  height: 100px;
}
