.cd-pagination {
  width: 100%;
  margin: 2em auto 4em;
  text-align: center;
}
.cd-pagination li {
  /* hide numbers on small devices */
  display: none;
  margin: 0 .2em;
}
.cd-pagination li.button {
  /* make sure prev next buttons are visible */
  display: inline-block;
}
.cd-pagination a, .cd-pagination span {
  display: inline-block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* use padding and font-size to change buttons size */
  padding: .6em .8em;
  font-size: 1rem;
}
.cd-pagination a {
  border: 1px solid #e6e6e6;
  border-radius: 0.25em;
  text-decoration:none;
}
.no-touch .cd-pagination a:hover {
  background-color: #ececec;
  text-decoration:none;
}
.cd-pagination a:active {
  /* click effect */
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}
.cd-pagination a.disabled {
  /* button disabled */
  color: rgba(46, 64, 87, 0.4);
  pointer-events: none;
}
.cd-pagination a.disabled::before, .cd-pagination a.disabled::after {
  opacity: .4;
}
.cd-pagination .current {
  /* selected number */
  background-color: #64a281;
  border-color: #64a281;
  color: #ffffff;
  pointer-events: none;
}
@media only screen and (min-width: 768px) {
  .cd-pagination li {
    display: inline-block;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-pagination {
    margin: 4em auto 8em;
  }
}

.cd-pagination.move-buttons::after {
  clear: both;
  content: "";
  display: table;
}
.cd-pagination.move-buttons .button:first-of-type {
  float: left;
}
.cd-pagination.move-buttons .button:last-of-type {
  float: right;
}

.cd-pagination.no-space.move-buttons {
  width: 100%;
  display: block;
  overflow: hidden;
}
.cd-pagination.no-space.move-buttons li {
  float: none;
  border: none;
}
.cd-pagination.no-space.move-buttons a, .cd-pagination.no-space.move-buttons span {
  float: none;
}

.fc-scroller {
    overflow-y: auto;
    overflow-x: hidden
}

.fc-month-view .fc-scroller {
    height: auto!important
}

.event-form-title {
    font-size: 16px;
    margin-top: 4px;
    font-weight: 400;
    margin-bottom: 10px
}

.calendar .fc-button {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    text-shadow: none;
    border: 0 #ddd;
    height: 35px;
    padding: 5px 8px 8px;
    margin-left: 2px;
    background: 0 0;
    color: #868aa8;
    top: 0px;
    outline: 0!important;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    -ms-border-radius: 4px 4px 0 0;
    -o-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    border-style: none solid
}

.calendar .fc-toolbar {
    margin-bottom: 0
}

.calendar .fc-toolbar h2 {
    margin-top: 3px;
    font-size: 17px
}

.calendar .fc-button .fc-icon-left-single-arrow,
.calendar .fc-button .fc-icon-right-single-arrow {
    font-family: FontAwesome;
    font-size: 16px;
    display: inline-block
}

.calendar .fc-header {
    margin-bottom: -21px
}

.calendar .fc-button-prev {
    padding-right: 10px;
    padding-left: 8px
}

.calendar .fc-button-next {
    padding-right: 8px;
    padding-left: 10px
}

.calendar .fc-button .fc-icon {
    height: 20px;
    top: -5px
}

.calendar .fc-button.fc-state-active,
.calendar .fc-button.fc-state-hover {
    color: #716aca;
    background-color: #fff
}

.calendar .fc-button.fc-state-disabled {
    color: #ddd
}

.calendar .fc-button .fc-icon-left-single-arrow:after {
    content: "";
    margin: 0
}

.calendar .fc-button .fc-icon-left-single-arrow:before {
    content: "\f104"
}

.calendar .fc-button .fc-icon-right-single-arrow:after {
    margin: 0;
    content: ""
}

.calendar .fc-button .fc-icon-right-single-arrow:before {
    content: "\f105"
}

.calendar .fc-text-arrow {
    font-size: 22px;
    font-family: "Courier New", Courier, monospace;
    vertical-align: baseline
}

.calendar .fc-event {
    border: 0;
    background-color: #69a4e0;
    color: #fff
}

.calendar .fc-event .fc-content {
    border: 0;
    padding: 5px 7px
}

.calendar .fc-event .fc-time {
    float: left;
    text-align: left;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    padding-right: 5px
}

.calendar .fc-event .fc-title {
    text-align: left;
    float: left;
    color: #fff;
    font-size: 14px;
    font-weight: 300
}

.calendar .fc-header-title h2 {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #111
}

.calendar .fc-widget-header {
    background-image: none;
    filter: none;
    background-color: #eee;
    text-transform: uppercase;
    font-weight: 300
}

.calendar.light .fc-button {
    top: -60px;
    color: #666;
    text-transform: uppercase;
    font-size: 12px;
    padding-bottom: 35px
}

.calendar.light .fc-button .fc-text-arrow {
    margin-top: -6px;
    display: inline-block
}

.calendar.light .fc-button.fc-state-active,
.calendar.light .fc-button.fc-state-hover {
    color: #333;
    border-bottom: 2px solid #36c6d3
}

.calendar.light .fc-button.fc-state-disabled {
    color: #aaa
}

.calendar .mobile .fc-button {
    padding: 0 6px 20px;
    margin-left: 2px;
    border: 0;
    background-color: #ddd;
    background-image: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #000;
    text-shadow: none;
    text-align: center
}

.calendar .mobile .fc-button.fc-state-active,
.calendar .mobile .fc-button.fc-state-hover {
    background-color: #eee
}

.calendar .mobile .fc-button.fc-state-disabled {
    color: #bbb
}

.calendar .mobile .fc-button-prev {
    margin-right: 5px;
    margin-top: -2px
}

.calendar .mobile .fc-button-next {
    margin-right: 0;
    margin-top: -2px
}

.calendar .mobile .fc-header-space {
    margin: 0;
    padding: 0;
    width: 0
}

.calendar .mobile .fc-header-left {
    position: absolute;
    z-index: 10
}

.calendar .mobile .fc-header-left .fc-button {
    top: -2px
}

.calendar .mobile .fc-header-right {
    position: relative;
    right: 0
}

.calendar .mobile .fc-header-right .fc-button {
    top: 35px
}

.calendar .mobile .fc-content {
    margin-top: 53px
}
/*  bhoechie tab */
div.bhoechie-tab-container{
  z-index: 10;
  background-color: #ffffff;
  padding: 0 !important;
  border-radius: 4px;
  -moz-border-radius: 4px;
  border:1px solid #ddd;
  margin-top: 20px;
  margin-left: 50px;
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  box-shadow: 0 6px 12px rgba(0,0,0,.175);
  -moz-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  background-clip: padding-box;
  opacity: 0.97;
  filter: alpha(opacity=97);
}
div.bhoechie-tab-menu{
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 0;
}
div.bhoechie-tab-menu div.list-group{
  margin-bottom: 0;
}
div.bhoechie-tab-menu div.list-group>a{
  margin-bottom: 0;
}
div.bhoechie-tab-menu div.list-group>a .glyphicon,
div.bhoechie-tab-menu div.list-group>a .fa {
  color: #5A55A3;
}
div.bhoechie-tab-menu div.list-group>a:first-child{
  border-top-right-radius: 0;
  -moz-border-top-right-radius: 0;
}
div.bhoechie-tab-menu div.list-group>a:last-child{
  border-bottom-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
}
div.bhoechie-tab-menu div.list-group>a.active,
div.bhoechie-tab-menu div.list-group>a.active .glyphicon,
div.bhoechie-tab-menu div.list-group>a.active .fa{
  background-color: #5A55A3;
  background-image: #5A55A3;
  color: #ffffff;
}
div.bhoechie-tab-menu div.list-group>a.active:after{
  content: '';
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -13px;
  border-left: 0;
  border-bottom: 13px solid transparent;
  border-top: 13px solid transparent;
  border-left: 10px solid #5A55A3;
}

div.bhoechie-tab-content{
  background-color: #ffffff;
  /* border: 1px solid #eeeeee; */
  padding-left: 20px;
  padding-top: 10px;
}

div.bhoechie-tab div.bhoechie-tab-content:not(.active){
  display: none;
}