﻿.divBadge {
    display: block;
  position: absolute;
  top: -10px;
  right: -10px;
  line-height: 16px;
  height: 16px;
}


.badge {
  /*display: block;
  position: absolute;
  top: -6px;
  right: -10px;*/
  line-height: 16px;
  height: 16px;
  padding: 0px 3px;
  font-family: Arial, sans-serif;
  color: white;
  /*text-shadow: 0 1px rgba(0, 0, 0, 0.25);*/
  border: 1px solid;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.3), 0 1px 1px rgba(0, 0, 0, 0.08);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.3), 0 1px 1px rgba(0, 0, 0, 0.08);
}

.badge {
  background: #67c1ef;
  border-color: #30aae9;
  /*background-image: -webkit-linear-gradient(top, #acddf6, #67c1ef);
  background-image: -moz-linear-gradient(top, #acddf6, #67c1ef);
  background-image: -o-linear-gradient(top, #acddf6, #67c1ef);
  background-image: linear-gradient(to bottom, #acddf6, #67c1ef);*/
}

.badge.red {
  background: #fa623f;
  border-color: #fa5a35;
  /*background-image: -webkit-linear-gradient(top, #fc9f8a, #fa623f);
  background-image: -moz-linear-gradient(top, #fc9f8a, #fa623f);
  background-image: -o-linear-gradient(top, #fc9f8a, #fa623f);
  background-image: linear-gradient(to bottom, #fc9f8a, #fa623f);*/
}

.badge.yellow {
  background: #F5BD53;
  border-color: #EBA525;
  /*background-image: -webkit-linear-gradient(top, #fc9f8a, #fa623f);
  background-image: -moz-linear-gradient(top, #fc9f8a, #fa623f);
  background-image: -o-linear-gradient(top, #fc9f8a, #fa623f);
  background-image: linear-gradient(to bottom, #fc9f8a, #fa623f);*/
}