.article-item {
  margin-bottom: 15px;
}
.article-item .article-title,
.article-item .article-title a {
  color: inherit;
  margin: 0;
}
.article-item .article-meta,
.article-item .article-meta a {
  color: #999;
  font-size: .85em;
}
.article-item .article-meta a {
  text-decoration: underline;
}
.article-item .article-thumb {
  margin-right: 10px;
  margin-bottom: 10px;
}
.article-item .article-text {
  margin-top: 7px;
}
html,
body {
  height: 100%;
}
.wrap {
  min-height: 100%;
  height: auto;
  margin: 0 auto -60px;
  padding: 0 0 60px;
}
.wrap > .container {
  padding: 170px 15px 20px;
}

div.navbar-header {
  height: 135px;
}

ul.navbar-right {
  padding-top: 45px;
}

.footer {
  height: 60px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  padding-top: 20px;
}
.jumbotron {
  text-align: center;
  background-color: transparent;
}
.jumbotron .btn {
  font-size: 21px;
  padding: 14px 24px;
}
.not-set {
  color: #c55;
  font-style: italic;
}
/* add sorting icons to gridview sort links */
a.asc:after,
a.desc:after {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  padding-left: 5px;
}
a.asc:after {
  content: "\e151";
}
a.desc:after {
  content: "\e152";
}
.sort-numerical a.asc:after {
  content: "\e153";
}
.sort-numerical a.desc:after {
  content: "\e154";
}
.sort-ordinal a.asc:after {
  content: "\e155";
}
.sort-ordinal a.desc:after {
  content: "\e156";
}
.grid-view th {
  white-space: nowrap;
}
.hint-block {
  display: block;
  margin-top: 5px;
  color: #999;
}
.error-summary {
  color: #a94442;
  background: #fdf7f7;
  border-left: 3px solid #eed3d7;
  padding: 10px 20px;
  margin: 0 0 15px 0;
}

.tr-gray tbody tr{
   background-color: #f9f9f9;
}

.tr-green{
   background-color: #C0FF7C;
}

.tr-yellow{
   background-color: #FBFCD4;
}



@media screen and (max-width: 993px) {
    img.logo_img{
        width:200px;
        height:auto;
        padding-top: 0px;
    }
    
    .navbar-brand{
        /*padding: 5px 15px;*/
        padding-top:5px;
        width: 200px !important;
        margin-left: -15px !important;
    }
    div.navbar-header{
        
        /*height: 75px;*/
        height: 65px;
    }
    
    ul.navbar-right {
      padding-top: 10px;
    }
    
    .wrap > .container {
      padding: 100px 15px 20px;
    }

    .nav>li>a {
        padding: 10px 10px !important;
    }
    
}

.bs-callout {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}
.bs-callout h4 {
    margin-top: 0;
    margin-bottom: 5px;
}
.bs-callout p:last-child {
    margin-bottom: 0;
}
.bs-callout code {
    border-radius: 3px;
}
.bs-callout+.bs-callout {
    margin-top: -5px;
}
.bs-callout-default {
    border-left-color: #777;
}
.bs-callout-default h4 {
    color: #777;
}
.bs-callout-primary {
    border-left-color: #428bca;
}
.bs-callout-primary h4 {
    color: #428bca;
}
.bs-callout-success {
    border-left-color: #5cb85c;
}
.bs-callout-success h4 {
    color: #5cb85c;
}
.bs-callout-danger {
    border-left-color: #d9534f;
}
.bs-callout-danger h4 {
    color: #d9534f;
}
.bs-callout-warning {
    border-left-color: #f0ad4e;
}
.bs-callout-warning h4 {
    color: #f0ad4e;
}
.bs-callout-info {
    border-left-color: #5bc0de;
}
.bs-callout-info h4 {
    color: #5bc0de;
}

/******/




span.card-left{
    float: left;
    padding-left: 10px;
}

div.compare .title{
    font-weight:bold;
    padding-bottom: 10px;
    line-height: 20px;
    padding: 10px;
    background-color: #428BCA;
    margin-bottom: 10px;
    color:white;
}

div.card-logo{
    text-align: center;
    margin-bottom: 30px;
}


div.score-block {
    background-color: #E4E4E4;
   /* padding: 10px;*/
    margin-bottom: 10px;
    border: 1px solid #C3CAD0;
}

div.score-block .bar{

    padding: 10px 10px 0px 10px;

}


div.progress-bar-danger  {
    background-color: #A5A5A5 !important;
}

.markScore.block-right{
    padding-left: 5px;
    padding-right: 0px;
}


.markScore.block-left{
    padding-left: 0px;
    padding-right: 5px;
}

.bs-callout.onestring {
    padding: 0px 10px 10px !important;
}

.bs-callout.onestring h1{
    font-size:30px;
}

.score-block .comment{
    padding: 0px 10px 10px 10px;
}

.score-block div.bigfont{
    font-size: 30px;
    text-align: center;
    padding: 5px 10px 15px 10px;
}

.score-block .shopurl{
    text-align:center;   
    background-color: #F1E33C;
}

.score-block .shopurl a{
        line-height: 30px;
        color:black;
}

.card-bar-value{
    position: absolute;
    color:black;
}

.card-bar-value.nodata{
    padding-left: 10px;
}

.navbar-brand {
    width: 410px;
}




/*# sourceMappingURL=style.map */