@font-face {
    font-family: 'bs';
    src: url('/z/b/part/prs/fonts/glyphicons-halflings-regular.eot');
    src: url('/z/b/part/prs/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('/z/b/part/prs/fonts/glyphicons-halflings-regular.woff') format('woff'), url('/z/b/part/prs/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('/z/b/part/prs/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

[class^="bs-"],
[class*=" bs-"] {
    font-family: 'bs';
    position: relative;
    top: 1px;
    display: inline-block;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.bs-align-justify:before {
    content: "\e055";
}

.bs-th-large:before {
    content: "\e010";
}

.bs-eye-open:before {
    content: "\e105"
}

.no-user-select {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.calendarEvent .eventInfoBox {
    display: block;
}

.calendarEvent .eventInfo {
    display: inline-block;
    padding-right: 5px;
}

.calendarEvent {
    opacity: 0;
    width: 100%;
}

.table-hidden {
    display: none !important;
}

.calendarEvent .disabled,
.gray {
    color: gray;
}

.calendarEvent .displayModeBox {
    cursor: pointer;
    text-align: right;
}

.calendarEvent .displayModes,
.calendarEvent .displayModeActionBox span {
    opacity: 0.7;
    display: inline-block;
}

.calendarEvent .displayModes:hover,
.calendarEvent .displayModeActionBox,
.calendarEvent .displayModeActionBox .selected {
    -webkit-transition: opacity .15s ease-in-out;
    -moz-transition: opacity .15s ease-in-out;
    -ms-transition: opacity .15s ease-in-out;
    -o-transition: opacity .15s ease-in-out;
    transition: opacity .15s ease-in-out;
    opacity: 1;
}

.calendarEvent .displayModeActionBox span {
    margin-left: 5px;
}
.calendarEvent .calendarSearchBox input.fw:first-child{
    margin: 0px !important;
}
.calendarEvent .calendarSearchBox input:first-child {
    margin-right: 10px;
}

.calendarEvent .calendarSearchBox {
    display: flex;
    position: relative;
    margin: 10px 0px 0px;
}

.calendarEvent .calendarSearchBox .calendar {
    z-index: 999;
    left: 51%;
    top: 32px;
}

.calendarEvent .summary {
    position: relative;
    margin: 0px;
    padding: 0px;
}

.calendarEvent .today {
    color: red;
}

.calendarEvent .summary span {
    display: block;
}

.calendarEvent .summary .headerNav,
.calendarEvent .summary .legends span {
    cursor: pointer;
}

.calendarEvent .summary .headerNav,
.calendarEvent .summary .headerDays,
.calendarEvent .summary .bodyMessage,
.calendarEvent .summary .bodyCal,
.calendarEvent .summary .bodyCal .week {
    text-align: center;
}

.calendarEvent .summary .legends {
    padding: 10px;
}

.calendarEvent .summary .headerNav,
.calendarEvent .summary .headerDays,
.calendarEvent .summary .bodyMessage,
.calendarEvent .summary .bodyCal,
.calendarEvent .summary .bodyCal .week,
.calendarEvent .summary .legends {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.calendarEvent .summary .legends,
.calendarEvent .summary .headerDays div,
.calendarEvent .summary .headerNav div,
.calendarEvent .summary .bodyCal .week .day {
    background-color: white;
}

.calendarEvent .summary .headerNav,
.calendarEvent .summary .legends,
.calendarEvent .summary .headerDays div,
.calendarEvent .summary .bodyCal .week .day {
    border-bottom: 1px solid #ddd;
    border-collapse: collapse;
}

.calendarEvent .bodyCal .week .day {
    border-right: 1px solid #ddd;
    border-collapse: collapse;
    position: relative;
    cursor: pointer;
}

.calendarEvent .bodyCal .week .lastCol {
    border-right: none;
}

.calendarEvent .headerDays div,
.calendarEvent .bodyCal .week .day {
    height: 55px;
    width: 14.28%;
    display: inline-block;
    padding-top: 16px;
    position: relative;
}

.calendarEvent .bodyCal .week .isDisabled {
    color: grey;
}

.calendarEvent .bodyCal .week .day .gb-index {
    position: absolute;
    top: 1px;
    right: 1px;
    font-size: 9px;
    display: flex;
}

.calendarEvent .summary .bodyCal .week .day .gb-index .bubble,
.legendIcon{
    background-color: dimgray;
    padding: 1px 6px 1px 6px;
    border-radius: 10px;
    color: white;
    margin-left: 1px;
    display: inline !important;
}

.calendarEvent .summary .headerDays div,
.calendarEvent .summary .headerNav div {
    font-weight: bold;
}

.calendarEvent .summary .headerNav div {
    display: inline-block;
    padding-top: 10px;
    height: 45px;
}

.calendarEvent .summary .headerNav .btn-calendar {
    width: 30%;
}

.calendarEvent .summary .headerNav .displayMonth {
    width: 40%;
}

.calendarEvent .summary .headerNav .displayMonth:first-letter {
    text-transform: capitalize;
}

.day_selected {
    background-color: gray !important;
    color: white !important;
}

.calendarEvent .calendar-list {
    background-color: white;
    border: 1px solid #ddd;
    margin: 0px 0px 10px;
}

.calendarEvent .calendar-pagination-list {
    text-align: center;
    border-top: 1px solid #ddd;
    padding: 10px 0px 0px 0px;
}

.calendarEvent .calendar-pagination-list ul {
    display: inline-flex;
    color: gray;
}

.calendarEvent .calendar-pagination-list ul>li {
    cursor: pointer;
    border: 1px solid #ddd;
    padding: 5px 8px 3px 8px;
    margin-right: 2px;
    background-color: white;
    min-width: 35px;
}

.calendarEvent .calendar-pagination-list .selected {
    color: black;
    font-weight: bold;
}

.calendarEvent .calendar-item-list {
    overflow: hidden;
    background-color: whitesmoke;
    border-top: 1px solid #ddd;
}

.calendarEvent .calendar-item-list:first-child {
    border-top: none;
}

.calendarEvent .calendar-item-list .calendar-item-date {
    min-width: 20%;
    height: 100%;
    padding: 10px;
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
}

.calendarEvent .calendar-item-list .calendar-item-details {
    padding: 10px;
    display: inline-block;
    min-height: 90px;
    border-left: 1px solid #ddd;
    width: 70%;
}

.calendarEvent .details >span {
    display: block;
}

.calendarEvent .calendar-item-list .calendar-item-details .details .eventInfo {
    display: inline-block;
    margin-left: 0px;
}

.calendarEvent .action {
    float: right;
}

.calendarEvent .calendar-item-list .calendar-item-date span {
    display: block;
    text-align: right;
    font-weight: 600;
    padding: 0px;
    margin: 0px;
    font-weight: bold;
}

.calendarEvent .calendar-item-list .calendar-item-date .day {
    color: #bc0025;
    font-size: xx-large;
    margin-top: -10px;
    margin-bottom: -10px;
}

.bodyReserve {
    margin-top: 10px;
    padding: 0px 10px;
}

.calendar-item-card {
    background-color: white;
    border: 1px solid #ddd;
    padding-bottom: 10px;
    border-radius: 5px;
    margin: 0px 0px 10px 0px;
}

.hall-calendar-details {
    padding: 0 10px;
}

.calendar-list {
    margin: 0px 10px;
}

.calendar-item-card .cardHide {
    display: none !important;
}

.hall-descriptions {
    min-height: 50px;
    position: relative;
    margin: 10px;
}

.hall-descriptions span {
    color: gray;
    font-weight: bold;
}

.hall-descriptions .diffussionInfo {
    float: right;
    right: 10px;
}

.hall-calendar-details ul {
    display: table;
    border-collapse: collapse;
    margin: 0px;
    width: 100%;
}

.hall-calendar-details ul>li {
    text-align: center;
    display: table-cell;
    list-style-type: none;
    cursor: pointer;
    padding: 5p;
    border: 1px solid #e0e0e0;
    border-width: 1px 1px 1px 1px;
    font-weight: bold;
}

.hall-calendar-details ul .nav-button {
    vertical-align: middle;
    font-size: xx-large;
}

.hall-calendar-details ul>li>span {
    display: block;
}

.hall-calendar-details .dateInfo {
    color: #bc0025;
    font-size: xx-large;
    font-weight: bold;
}

.bodyCal .week .dateInfo {
    background: #333333;
    color: white;
    position: absolute;
    z-index: 1;
    padding: 5px;
    width: 150px;
}

.bodyCal .week .dateInfo * {
    display: inline-block;
}

.hall-calendar-details .selected {
    background-color: whitesmoke;
}

.hall-calendar-selection-details {
    background-color: whitesmoke;
    border: 1px solid #e0e0e0;
    border-width: 0px 1px 1px 1px;
    position: relative;
    border-collapse: collapse;
    margin: 0px 10px 0px;
    padding: 10px 15px 0px;
    min-height: 100px;
}

.hall-calendar-selection-details .info {
    display: block;
}

.hall-calendar-details >div>span {
    background-color: whitesmoke;
    padding: 5px 5px 5px 5px;
}

.hourInfo {
    background: #cecece;
    padding: 2px 2px 2px 3px;
    border-radius: 3px;
}

.hourInfo.selected {
    background: #676767;
    color: white;
}

.eventInfoBox .btn {
    padding: 3px 5px;
    margin-right: 3px;
}

.calendarEvent .summary .bodyCal .week .day.disabled{
    background-color: white !important;
    color:black;
}

.calendarEvent .summary .bodyCal .week .day{
    background-color: #95032a  !important;
    color: white;
}


.calendarEvent .summary .bodyCal .week .day_selected{
    background-color: #DF0000  !important;
     
}
@media screen and (max-width: 767px) {
    .calendarEvent .calendarSearchBox {
        display: block;
    }
    .calendarEvent .calendarSearchBox .textSearch {
        margin-bottom: 5px;
    }
    .calendarEvent .summary .headerDays div,
    .calendarEvent .summary .bodyCal .week .day {
        height: 50px;
    }
    .calendarEvent .calendar-item-list .calendar-item-details {
        width: 60%;
        text-align: left;
    }
    .hall-descriptions .diffussionInfo {
        display: block;
        float: none;
    }
    .calendarEvent .calendarSearchBox .calendar {
        left: 10px;
        top: 68px;
    }
}

@media screen and (max-width: 479px) {
    .calendar-item-date {
        width: 100%;
    }
    .calendarEvent .calendar-item-list .calendar-item-date span,
    .calendarEvent .calendar-item-list .calendar-item-date,
    .calendarEvent .calendar-item-list .calendar-item-details {
        text-align: left;
    }
    .calendarEvent .calendar-item-list .calendar-item-date span {
        display: inline;
    }
    .calendarEvent .calendar-item-list .calendar-item-details {
        width: 100%;
    }
    .calendarEvent .calendar-item-list .calendar-item-date {
        padding-top: 5px;
        padding-bottom: 0px;
        text-transform: capitalize;
    }
    .calendarEvent .calendar-item-list .calendar-item-date .day{
        font-size: large;
        padding: 0px 4px;
    }
}