﻿@media (max-width:767px) {
    .menu {
        position: initial !important;
        width: 100% !important;
    }

    #CalendarPart .row-fluid .Xspan4 {
        float: left !important;
    }
}

#CalendarPart .row-fluid .Xspan6 {
    width: 50%;
    float: left !important;
}

#CalendarPart .row-fluid .Xspan8 {
    width: 66.666666666%;
    float: left !important;
}

#CalendarPart .Xspan4 {
    margin-bottom: 0 !important;
    margin-left: 0 !important;
    padding-left: 5px;
    padding-right: 0px;
    width: 33.3333333333333%;
    float: left !important;
}

.col-6 {
    width: 50% !important;
}

@media (max-width: 600px) {
    .hidden-xs-600 {
        display: none !important;
    }

    .col-12-600 {
        width: 100% !important;
    }

    .col-6-600 {
        width: 50% !important;
    }

    .visible-xs-600 {
        display: block !important;
    }
}

@media (max-width: 1200px) {
    .visible-1200 {
        display: none !important;
    }

    .hidden-1200 {
        display: block !important;
    }

    .col-12-1200 {
        width: 100% !important;
        margin-left: 0 !important;
    }
}

@media (max-width:600px) {
    #CalendarPart .row-fluid .Xspan8 {
        width: 100%;
        float: left !important;
    }
}

@media (min-width: 1200px) {
    #CalendarPart .row {
        margin-left: 0px !important;
    }

    .visible-1200 {
        display: block !important;
    }

    .hidden-1200 {
        display: none !important;
    }
}

@media (min-width: 601px) {
    .visible-xs-600 {
        display: none !important;
    }

    .hidden-xs-600 {
        display: block !important;
    }
}

#contentBox {
    min-width: 0 !important;
}

.btn-custom {
    width: 250px;
    background-color: #AEB6BF;
    color: white;
    margin-bottom: 2px;
}

#CalendarPart .btn-primary {
    border: 0 !important;
    font-family: inherit !important;
}

#CalendarPart .btn {
    color: white !important;
}

.QQI-Content-Wrapper {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

* {
    box-sizing: content-box !important;
    -webkit-box-sizing: content-box !important;
}

#CalendarPart * {
    box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
}

.col-default {
    border-radius: 2px;
    border-style: solid;
    border-width: 1px;
    border-color: white;
    min-height: 0 !important;
    margin-bottom: 0 !important;
    margin-left: 0 !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    line-height: 20px !important;
}


.col-event {
    background-color: #5686a1;
    color: white;
    /*width: 600px;*/
}

.col-location {
    background-color: #AEB6BF;
    color: white;
}

.col-start {
    background-color: #AEB6BF;
    color: white;
}

.col-end {
    background-color: #AEB6BF;
    color: white;
}

.col-description {
    background-color: white;
    color: #585858;
}

.link-descriptions a:link {
    text-decoration: none;
    color: #848484;
}

.col-attachments {
    background-color: white;
}

.link-attachments a:link {
    text-decoration: none;
    color: #848484;
}

.link-attachment a:link {
    text-decoration: none;
    color: #585858;
}

.container-event {
    margin-bottom: 20px;
}

.tab-event {
    margin-bottom: 5px;
}

.color-box {
    margin-top: 13px;
}

.category-bar {
    border-radius: 2px;
    width: 20px;
    float: left;
    margin-right: 5px;
    display: inline-block;
}

    .category-bar::before {
        content: "\200B";
    }

.category-title {
    display: inline-block;
    width: 120px;
}

.well-calendar {
    /*width: 570px;*/
    /*margin: 0 0 5px -10px;*/
    padding: 5px !important;
    margin-bottom: 5px !important;
    /*padding-left: 30px;*/
    margin-top: 0 !important;
}

.eventTable {
    width: 100%;
}

.link-outlook:link {
    text-decoration: none;
    color: #5686a1;
    margin-left: 20px;
}

.btn-outlook {
    margin-left: 20px;
}

.agenda-box {
    margin-top: 5px;
}

.faq-section *:not(h4) {
    display: none;
}

.fc-content .fc-time {
    display: none;
}

.fc-day-grid-container.fc-scroller {
    height: 100% !important;
}


.table-bordered>tbody>tr>td {
    border-top: 1px solid #ddd;
    background: #aeb6bf;
    color: #fff;
    vertical-align: middle;
    text-align: center;
    border-radius: 0 0 0 0px !important;
    border-color: inherit !important;
}

.table-bordered {
   margin-bottom: 0 !important;
}

.location-cell {
    vertical-align: top !important;
    text-align: left !important;
}

.fc-content:hover,.fc-bg:hover{
    cursor: pointer;
}