.responsive-calendar .controls {
  margin-top: 20px;
  
}
.responsive-calendar .controls {
  text-align: center;
}
.responsive-calendar .controls a {
  cursor: pointer;
}
.responsive-calendar .controls h4 {
  display: inline;
  line-height:30px;
  height: 30px;
  font-family: "Cuprum",sans-serif;
}
.responsive-calendar .day-headers,
.responsive-calendar .days {
  font-size: 0;
}
.responsive-calendar .day {
  display: inline-block;
  position: relative;
  font-size: 14px;
  width: 14.285714285714286%;
  text-align: center;
  
}
.responsive-calendar .day a {
  color: #000000;
  display: block;
  cursor: pointer;
  padding: 20% 0 20% 0;
}

.responsive-calendar .day.header {
  border-bottom: 1px gray solid;
  
}




.responsive-calendar .day .badge {
    border-radius: 0 2px 0 5px;
    font-family: Cuprum,sans-serif;
    font-weight: bold;
    padding: 2px 4px;
    position: absolute;
    right: 1px;
    top: 1px;
    z-index: 1;
	
	color: #fff;
    display: inline-block;
    font-size: 11.844px;
    line-height: 14px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    vertical-align: baseline;
    white-space: nowrap;
	background:orange;
}


.responsive-calendar .day-headers, .responsive-calendar .days {
    font-size: 0;
}
.responsive-calendar .day {
    display: inline-block;
    font-family: arial,sans-serif;
    font-size: 20px;
    font-weight: 100;
    position: relative;
    text-align: center;
    width: 14.2857%;
	
}
.responsive-calendar .day a {
    border-radius: 4px;
    color: #000;
    cursor: default;
    display: block;
    padding: 20% 0;
    text-shadow: 0 1px 0 #eee;
	font-family: "Roboto",sans-serif;
	text-decoration: none;
	
  
}

.responsive-calendar .day.header {
    border-bottom: 1px solid #808080;
    color: #000;
    font-size: 14px;
    font-weight: bold;
	font-family: "Cuprum",sans-serif;
}
.responsive-calendar .day.active a {
    background-color: #1d86c8;
    color: #fff;
	cursor: pointer;
}


.responsive-calendar .day.not-current a {
    color: #ddd;
}



.responsive-table {
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
}
.responsive-table table {
    min-width: 700px;
    width: 100%;
}




.responsive-calendar .btn {
    border: 0 none;
    box-shadow: none;
    font-family: "Cuprum",sans-serif;
	border-radius: 4px;
}
.responsive-calendar .btn-primary {
    background-color: #08c;
    /*background-image: linear-gradient(to bottom, #08c, #08c);*/
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.responsive-calendar .btn {
   
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
    padding: 4px 12px;
    text-align: center;
    
    vertical-align: middle;
}



.responsive-calendar hr {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #eee -moz-use-text-color #fff;
    border-image: none;
    border-style: solid none;
    border-width: 1px 0;
    margin: 10px 0 20px 0;
}
