.box {
    position: relative;
    border-radius: 3px;
    background: #ffffff;
    /* border-top: 3px solid #d2d6de; */
    margin-bottom: 20px;
    width: 100%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    padding: 10px;
}

.weekFormat {
    text-transform: uppercase;
    padding: 10px;
}

.fc-widget-header {
    padding: 4px 0px;
    border: none!important;
}

.fc-row .fc-widget-header table tr th {
    border: none;
}

.box-header.with-border {
    border-bottom: 1px solid #f4f4f4;
}

.fc-time-grid .fc-slats .fc-minor td {
    border: none;
}

.fc-time {
    /* font-weight: bold; */
    color: #000000 !important;
}

.fc-time span {
    color: #000000 !important;
}

.fc-title {
    font-weight: bolder;
    font-size: 13px;
    color: #000000 !important;
}

.box-primary {
    margin-top: 10px;
}

.box-solid {
    margin-top: 10px;
}

.fc-head tr td {
    border: none;
}

.fc-body tr td {
    border-left: none!important;
}

.today {
    padding-left: 12px;
    padding-right: 12px;
    background-color: #2196F3;
    color: #ffffff;
    border-radius: 50%;
    height: 0px !important;
    /* width: 30px; */
    /* padding: 10px; */
    padding-top: 10px;
    padding-bottom: 10px;
}


/* .today:hover{
   background-color: #5768eb;
} */

.todayText {
    color: #2196F3;
}

.fc-today {
    background-color: #ffffff!important;
}

.weekFormat {
    font-size: 14px;
}

.dateFormat {
    font-size: 20px;
}


/*.anotherDay:hover{
  background-color:#e6e4df;
 
  border-radius: 50%;
  height: 30px;
  width: 30px;
  padding:9px; 
}*/

.fc-toolbar.fc-header-toolbar {
    padding-left: 24px;
}

.bg-green,
.callout.callout-success,
.alert-success,
.label-success,
.modal-success .modal-body {
    background-color: #00a65a !important;
    padding: 10px;
}

.external-events input {
    width: 0ch;
}

.pd10 {
    padding: 10px;
}

.box-body {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    padding: 10px;
}

.bg-aqua,
.callout.callout-info,
.alert-info,
.label-info,
.modal-info .modal-body {
    background-color: #00c0ef !important;
}

.box-body .fc {
    margin-top: 5px;
}


/* custom checkbox */


/* The container */

.container {
    max-width: 99%!important;
    padding: 0px!important;
    margin: 0px!important;
    padding-left: 3%!important;
    display: block;
    position: relative;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.content-header {
    border-bottom: 1px solid #d9d9d9;
}

.box-body input[type=checkbox]+label {
    display: block;
    margin: 0.2em;
    cursor: pointer;
    padding: 0.2em;
}

.box-body input[type=checkbox] {
    display: none;
}

.box-body input[type=checkbox]+label:before {
    content: "✔";
    border: 0.1em solid #eee;
    border-radius: 0.2em;
    display: inline-block;
    width: 20px;
    height: 20px;
    padding-left: 0.2em;
    padding-bottom: 1.3em;
    margin-right: 0.2em;
    vertical-align: bottom;
    color: transparent;
    transition: .2s;
}

.fc-today-button {
    background: #fff;
    color: #888;
    padding: 10px;
    height: auto!important;
}

.fc-prev-button {
    background: #fff;
    color: #888;
    padding: 10px;
    height: auto!important;
    border: none;
}

.fc-next-button {
    background: #fff;
    color: #888;
    padding: 10px;
    height: auto!important;
    border: none;
}


/* input[type=checkbox]:checked  + label:before {
  background-color: MediumSeaGreen;
  border-color: MediumSeaGreen;
  color: #fff;
} */

input[type=checkbox]+label:active:before {
    transform: scale(0);
}