
.dashboard-skills-right .calendar-container {
    height: 538px;
    left: 50%;
    margin: -255px 0 0 -245px;
    position: absolute;
    top: 45%;
    width: 510px;
}
.dashboard-skills-right .calendar {
    text-align: center;
}
.dashboard-skills-right .calendar .calendar-top {
    padding: 10px 0;
    float: left;
    width: 100%;
    border: 1px solid #e8e8e8;
    margin-bottom: -1px;
}
.dashboard-skills-right .calendar .calendar-month {
    position: relative;
}
.dashboard-skills-right .calendar h2 {
    text-transform: uppercase;
    display: inline-block;
    color: #333;
    font-size: 16px;
    font-weight: bold;
    padding: 0 10px;
}
.dashboard-skills-right .calendar .calendar-add-event {
 float: right;
}
.dashboard-skills-right .calendar .calendar-add-event a {
    border: 1px solid #37b34a;
    color: #37b34a;
    padding: 0 10px;
    line-height: 20px;
    border-radius: 20px;
    font-size: 10px;
    display: inline-block;
    text-transform: uppercase;
}
.dashboard-skills-right .calendar .calendar-add-event a:hover {
    border: 1px solid #1d77bb;
    color: #1d77bb;
    text-decoration: none;
}
.dashboard-skills-right .calendar thead {
    text-transform: uppercase;
    font-size: 12px;
    color:#999;
}
.dashboard-skills-right .calendar tbody {
    color: #56688a;
}
.dashboard-skills-right .calendar tbody td:hover {
    /*border: 2px solid #c0392b;*/
}
.dashboard-skills-right .calendar tbody td.active {
    /*border: 1px solid #e8e8e8;*/
    background: #eee;
}
.dashboard-skills-right .calendar td {
    border: 1px solid transparent;
    line-height: 40px;
    text-align: center;
    padding: 1px;
    min-width: 14.2%;
    float: left;
    position: relative;
}
.dashboard-skills-right .calendar td.hasevent {
    cursor: pointer;
}
.dashboard-skills-right .calendar .event.current-day,
.dashboard-skills-right .calendar .current-day {
    background: #3a98f4;
    color: #fff;
}

.dashboard-skills-right .calendar .event {
    cursor: pointer;
    position: absolute;
    bottom: 2px;
    left: 0;
    width: 100%;
    line-height: 8px;
}
.dashboard-skills-right .calendar .event span {
    margin: 0 1px;
    position: relative;

}
.dashboard-skills-right .calendar .event span.events {
    background: #3a98f4;
    border-radius: 50%;
    height: 8px;
    width: 8px;
    border: 1px solid rgba(255,255,255,0.5);
    display: inline-block;
}
.dashboard-skills-right .calendar .event span.bidclose {
    background: #f3646a;
     border-radius: 50%;
    height: 8px;
    width: 8px;
    border: 1px solid rgba(255,255,255,0.5);
    display: inline-block;
}
.dashboard-skills-right .calendar .event span.interviews {
    background: #56d3be;
     border-radius: 50%;
    height: 8px;
    width: 8px;
    border: 1px solid rgba(255,255,255,0.5);
    display: inline-block;
}
.dashboard-skills-right .calendar .event span.coursestart {
    background: #777;
    border-radius: 50%;
    height: 8px;
    width: 8px;
    border: 1px solid rgba(255,255,255,0.5);
    display: inline-block;
}

.dashboard-skills-right .calendar .event-calendar .hasevent span:hover:after,
.dashboard-skills-right .calendar .event-calendar .hasevent span:hover:before {
    display: block;
}
.dashboard-skills-right .calendar .event span.bidclose:after {
    position: absolute;
    width: 80px;
    content: "Bid Close";
    top: -1px;
    color: #fff;
    background: #f3646a;
    text-align: center;
    left: -40px;
    padding: 5px;
    font-size: 12px;
    border-radius: 3px;
    display: none;
    z-index: 9;
}
.dashboard-skills-right .calendar .event span.bidclose:before {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #f3646a;
  position: absolute;
  content: "";
  left: -2px;
  top:-5px;
  z-index: 9;
  display: none;
}
.dashboard-skills-right .calendar .event span.coursestart:after {
    position: absolute;
    width: 80px;
    content: "Course Start";
    top: -1px;
    color: #fff;
    background: #777;
    text-align: center;
    left: -40px;
    padding: 5px;
    font-size: 12px;
    border-radius: 3px;
    display: none;
    z-index: 9;
}
.dashboard-skills-right .calendar .event span.coursestart:before {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #777;
  position: absolute;
  content: "";
  left: -2px;
  top:-5px;
  z-index: 9;
  display: none;
}
.dashboard-skills-right .calendar .event span.interviews:after {
    background: #56d3be;
    position: absolute;
    width: 80px;
    content: "Interviews";
    top: -1px;
    color: #fff;
    text-align: center;
    left: -40px;
    padding: 5px;
    font-size: 12px;
    border-radius: 3px;
    display: none;
    z-index: 9;
}
.dashboard-skills-right .calendar .event span.interviews:before {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #56d3be;
  position: absolute;
  content: "";
  left: -2px;
  top:-5px;
  z-index: 9;
  display: none;
}
.dashboard-skills-right .calendar .event span.events:after {
    background: #3a98f4;
    position: absolute;
    width: 80px;
    content: "Events";
    top: -1px;
    color: #fff;
    text-align: center;
    left: -40px;
    padding: 5px;
    font-size: 12px;
    border-radius: 3px;
    display: none;
    z-index: 9;
}
.dashboard-skills-right .calendar .event span.events:before {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #3a98f4;
  position: absolute;
  content: "";
  left: -2px;
  top:-5px;
  z-index: 9;
  display: none;
}
.dashboard-skills-right .calendar .btn-prev {
    left: 0;
}
.dashboard-skills-right .calendar .btn-next {
right: 0;
}
.dashboard-skills-right .calendar .btn-prev,
.dashboard-skills-right .calendar .btn-next {
	color: #37b34a;
	height: 32px;
	font-size: 14px;
	line-height: 28px;
	width: 32px;
    position: absolute;
}
.dashboard-skills-right .calendar .btn-prev:hover,
.dashboard-skills-right .calendar .btn-next:hover {
    color: #1d77bb;
}

.dashboard-skills-right .calendar .list {
    margin-top: 0px;
    position: relative;
    float: left;
    width: 100%;
    border-top: 1px solid #e8e8e8;
}
.dashboard-skills-right .calendar .close {
    color: #333;
    margin-top: 0px;
    margin-right: 5px;
    float: right;
    font-size: 16px;
    position: absolute;
    right: 5px;
    top: 14px;
    z-index: 2;
}
.dashboard-skills-right .calendar .day-event {
    width: 100%;
    padding: 12px 30px 12px 12px;
    margin-bottom: 0px;
    /* display:none; */
    border: 1px solid #e8e8e8;
    margin-top: -1px;
    float: left;
    position: relative;
    text-align: left;
    margin-top: 15px;

}
.dashboard-skills-right .calendar .day-event:hover .claim-button-on-hover{
    opacity: 1;
}

.dashboard-skills-right .calendar .day-event.events .time-bg {
    background: #3a98f4;
    border-radius: 10px;
    display: inline-block;
    color: #fff;
    padding: 0 10px;
}
.dashboard-skills-right .calendar .day-event.bidclose .time-bg {
    background: #f3646a;
    border-radius: 10px;
    display: inline-block;
    color: #fff;
    padding: 0 10px;
}
.dashboard-skills-right .calendar .day-event.interviews .time-bg {
    background: #56d3be;
    border-radius: 10px;
    display: inline-block;
    color: #fff;
    padding: 0 10px;
}
.dashboard-skills-right .calendar .day-event.coursestart .time-bg {
    background: #777;
    border-radius: 10px;
    display: inline-block;
    color: #fff;
    padding: 0 10px;
}


.dashboard-skills-right .calendar .day-event img {
    float: left;
    margin: 0 10px 0 0;
    border: 1px solid #e5e5e5;
    height: 44px;
    width: 44px;
    border-radius: 100%;
    margin-top: 7px;
}
.dashboard-skills-right .calendar .day-event h2.title {
    display: block;
    text-transform: none;
    padding: 0;
    margin: 0 0 2px 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.dashboard-skills-right .calendar .day-event h2.title a {
    color: #333;
}
.dashboard-skills-right .calendar .day-event .description {
    font-size: 13px;
    color: #777;
    overflow: hidden;
    word-spacing: normal;
    text-overflow: inherit;
}
.dashboard-skills-right .calendar .day-event .datetime {
    font-size: 13px;
    color: #333;
    overflow: hidden;
    word-spacing: normal;
    text-overflow: inherit;
    font-style: italic;
}

.dashboard-skills-right .calendar .calendar-legend {
    padding: 12px 0;
    float: left;
    width: 100%;
    border: 1px solid #e8e8e8;
    margin-top: -1px;
    margin-bottom: 0px;
}
.dashboard-skills-right .calendar .calendar-legend ul {
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
    width: 100%;
}
.dashboard-skills-right .calendar .calendar-legend ul li {
    width: 33.333%;
    float: left;
    font-size: 13px;
    color: #777;
}
.dashboard-skills-right .calendar .calendar-legend ul li span {
    height: 8px;
    width: 8px;
    display: inline-block;
    border-radius: 8px;
    margin-right: 5px;
}
.dashboard-skills-right .calendar .calendar-legend ul li span.legend-events {
  background: #3a98f4;
}
.dashboard-skills-right .calendar .calendar-legend ul li span.legend-milestones {
 background: #f3646a;
}
.dashboard-skills-right .calendar .calendar-legend ul li span.legend-interviews {
    background: #56d3be;
}
.day-month-year-title h1 {
    background: #eee;
    margin: 0;
    padding: 10px 15px;
    font-size: 20px;
    font-weight: bold;
}

.dashboard-skills-right .calendar .day-event .ellipsis-icon {
    top: 6px;
    right: 15px;
}
.dashboard-skills-right .calendar .day-event .ellipsis-icon:hover a.ellipsis-link {
    color: #fff;
    background: #535762;
    position: relative;
    z-index: 1;
}
.dashboard-skills-right .calendar .day-event .ellipsis-icon:hover .item-overlay {
    display: inline-block;
    z-index: 9;
}
.dashboard-skills-right .calendar .day-event .ellipsis-icon .item-overlay {
    width: 170px;
}
.dashboard-skills-right .calendar .day-event .ellipsis-icon .item-overlay li:hover ul.sub-menu {
    left: -260px;
}






/*.dashboard-skills-right .calendar .day-event p {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
}
.dashboard-skills-right .calendar .day-event span{
    font-size: 12px;
}
.dashboard-skills-right .calendar .day-event button {
    position: relative;
    vertical-align: top;
    width: 100%;
    height: 50px;
    padding: 0;
    font-size: 18px;
    color: white;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
    background: #c0392b;
    border: 0;
    border-bottom: 2px solid #b53224;
    cursor: pointer;
    -webkit-box-shadow: inset 0 -2px #b53224;
    box-shadow: inset 0 -2px #b53224;
}
.dashboard-skills-right .calendar .check-btn {
    width: 100%;
}
.dashboard-skills-right .calendar input[type=checkbox] {display:none;}
.dashboard-skills-right .calendar span {
    background-color:#373740;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    font-weight:700;
    color:#FFF;
    font-size:.85em;
    letter-spacing:2px;
    text-decoration:none;
    font-family:'PT Sans', sans-serif;
    text-align:center;
    width:100%;
    height:50px;
    line-height:50px;
    cursor:pointer;
    display:block;
    margin: 0 auto;
    -webkit-transition:background-color 150ms ease-in;
    -moz-transition:background-color 150ms ease-in;
    -ms-transition:background-color 150ms ease-in;
    -o-transition:background-color 150ms ease-in;
    transition:background-color 150ms ease-in;
}
.dashboard-skills-right .calendar span:hover {
    background-color:#c0392b;
}
.dashboard-skills-right input[type=checkbox]:checked + span {
    background-color:#9C2E23;
    text-decoration:none;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    background:#9C2E23 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAaCAYAAACgoey0AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAX9JREFUeNpi+P//PwMNsS4QbwBiLnQ5WlqqAsRP/0PARiBmoYfFkkB8+z8qWALEjLS0mB+IL/3HDibSymJQXB7/jx/UgNSCvU4lwAbEG4DYkwi1WUxUspQZiOcRaSkIWOAKMk0Sg3jaf+IBOIVjMyQWiH8DsR+RljaTYOkBWJ5GNwRk2R+ooh9A7ETA0jwSLL0ATfEYqRpkyVc0xR+A2AyHpdFA/I9IS0F5WhRbAWIEtQQbeAXE6lhC5jeRlj4GYgVsRaYK1HBCmmWgmuyxhAwu8BpaXjNgs/gYkYbcAGIXPCGDDkCOM8eVPkCEFhE+JhX8BGJnfAkTxgC57BOVLAXlihBC2RA9Vf+k0FJQKk8nJv+jCwQi5WNyQAWxpR02wRQS8icy6CKlmMUlUUGipfOQK3lKLAbhdhIKfWZS6258kiAfzCZg6V4gZiOn0UBIAcgn63BYehK50Ke2xQxQH+3FUoqJUtJMIlYhLxAfxVJu09xiWENuMxCrUaNhCBBgAOAVfjALa5TLAAAAAElFTkSuQmCC) no-repeat 7% center;
    background-size:15px 13px;
}
.dashboard-skills-right input[type=checkbox]:checked:hover + span {
    background-color:#9C2E23;
    color:rgba(255,255,255,0.5);
    text-decoration:none;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    background:#9C2E23 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAS5JREFUeNq8110OgjAMAGBGvIY3VESjt9jPg95PT+LccBIZ7dYOWJPGB+g+Ymg3hLW2QeLkcu/y2pSFdvl0eQevehjI3uXbfkMh96TShFq/xhG6J4faAtxEtSBOQTm4QWpnOBWl4CZT69fuYpiCpnBDrB1xLhrjgoFO8F1oGcFslUv4bV32zFoxmOHJta0XMn65dC0UaiddA8UGiN4axeC1cUkdmWviEls/NwL1FqjPNtNvoimPdC3yRCUTiTXbt0R/oSnw2iiK10BBvBY6w2uiE3xJr8oFtcrvxy/fVcyeVdGx98yotcOxN/znHeMUIhdMOG8c4reagssF43VEoT5O4ZJwvNUUFJtcEE5BMXyGpnanf5yDxjiI+hSJj7YunEBvhbuTCh9tD+jiR4ABAJ0SrJgNr1UAAAAAAElFTkSuQmCC) no-repeat 7% center;
    background-size:15px 15px;
}
.dashboard-skills-right .calendar .print-btn {
    padding: 1px 14px 5px 14px;
}*/
.dashboard-skills-right .calendar table {
    width: 100%;
    border: 1px solid #e8e8e8;
}
.claim-button-on-hover {
  margin-right: 10px;
}
.feed-calander-events .heading {
  border-bottom: 0 !important;
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}




