/* -+-+-+-+-+-+-+-+-   Home Calendar items - prev line 390 -  -+-+-+-+-+-+-+-+-*/
.whiteBG70 {
    /*background-color: rgba(255,255,255,.8);*/
    background-color:#ececec;
}

.BG-IMG-circle1 {
    background-color: var(--text-color);
    /*background-image: url('/contentassets/cefb521072db4a6a8c78d6fede260aa1/home_bg_logs.jpg');
    background-position: center;
    background-size: cover;*/
}

.pad0Horz {
    padding-left: 0px;
    padding-right: 0px;
}
section.calHeader h1 {
    border-bottom: 2px solid #a99269;
}
#lw {
    background-color: #bab9b9 !important;
}
/* -+-+-+-+-+-+-+-+-   Home Calendar items - prev line 390 -  -+-+-+-+-+-+-+-+-*/
/* >>>> CALENDAR ITEMS <<<<<*/
/* --- Calendar Box --- */
/*box base styles*/
.boxDate, .boxDateDark, .boxDateMed, .boxDateLrg, .boxDateMedDark, .boxDateLrgDark {
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-weight: 800;
    padding: 20px;
}

    /*>>>>>>>>> Month Styles  <<<<<<<<<*/

    /*month base styles*/

    .boxDate .month, .boxDateDark .month, .boxDateMed .month, .boxDateMedDark .month, .boxDateLrg .month, .boxDateLrgDark .month {
        text-transform: uppercase;
        display: block;
    }

    /*small/reg month styles*/
    .boxDate .month, .boxDateDark .month {
        font-size: 2.6rem;
        line-height: 2.6rem;
    }

    /*MED MONTH styles*/
    .boxDateMed .month, .boxDateMedDark .month {
        font-size: 4.4rem;
        line-height: 4.4rem;
    }

    /*LRG MONTH styles*/
    .boxDateLrg .month, .boxDateLrgDark .month {
        font-size: 6.0rem;
        line-height: 6.0rem;
    }




    /*>>>>>>>>> Day Styles  <<<<<<<<<*/
    /*base day styles*/
    .boxDate .day, .boxDateDark .day, .boxDateMed .day, .boxDateMedDark .day, .boxDateLrg .day, .boxDateLrgDark .day {
        display: block;
    }


    /*small/reg day styles*/
    .boxDate .day, .boxDateDark .day {
        font-size: 5.0rem;
        line-height: 5.0rem;
    }

    /*MED DAY styles*/
    .boxDateMed .day, .boxDateMedDark .day {
        font-size: 8.0rem;
        line-height: 8.0rem;
    }

    /*LRG DAY styles*/
    .boxDateLrg .day, .boxDateLrgDark .day {
        font-size: 11.5rem;
        line-height: 11.5rem;
    }

    /*white styles*/
    .boxDateDark .month, .boxDateMedDark .month, .boxDateLrgDark .month {
        color: var(--mcsi-green);
    }

    .boxDateDark .day, .boxDateMedDark .day, .boxDateLrgDark .day {
        color: var(--mcsi-green);
    }

    /*>>>>>>>>> Color Month/Day Styles  <<<<<<<<<*/

    /*Blue styles*/
    .boxDate .month, .boxDateMed .month, .boxDateLrg .month {
        color: white;
    }

    .boxDate .day, .boxDateMed .day, .boxDateLrg .day {
        color: var(--mcsi-green);
    }


/* -+-+-+-+-+-+-+-+-   Home Calendar items - prev line 655   -+-+-+-+-+-+-+-+-*/
/* >>>> Home Calendar <<<<<*/
.calendarHome .calCol {
    padding-left: 8vw;
    padding-top: 100px;
    padding-bottom: 100px;
    text-align: left;
}

    .calendarHome .calCol .eventUnit {
        padding: 20px 0px;
    }

    .calendarHome .calCol h1, .calendarHome .calCol h2 {
        margin-bottom: 40px;
    }

    .calendarHome .calCol .buttonSmall {
        margin-top: 50px;
    }

    .calendarHome .calCol .eventDetils {
        align-self: center !important;
    }

.calendarHome .boxDate {
    width: 70px;
    padding: 0px;
}

    .calendarHome .boxDate .day, .calendarHome .boxDateMed .day, .calendarHome .boxDateLrg .day {
        color: var(--fixed-university-gold);
    }

/*.calendarHome .calCol .eventTitle {
	color:var(--university-gold);
	font-size:2.2rem;
	
	text-transform:uppercase;
	font-weight: 600;
}*/

.calendarHome .calCol .eventTitle {
    color: var(--text-color);
    font-size: 2.2rem;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1;
    padding-right: 10px;
}

.calendarHome .calCol .eventTime, .calendarHome .calCol .eventPlace, .calendarHome .calCol .eventInfo {
    color: white;
    font-size: 1.7rem;
    font-weight: 300;
    display: inline-block;
}

.calendarHome .calCol .eventTime {
    padding-right: 20px;
    /*border-right: solid 0.5px white;*/
    /*border-color: var(--university-gold);*/
}

.calendarHome .calCol .eventPlace {
    padding-left: 0px;
}

.calendarHome .calCol .eventDate {
    padding-left: 0px;
}


/*hover stuff*/
.calendarHome .calCol a:hover, .calendarHome .calCol a:hover .month, .calendarHome .calCol a:hover .day {
    text-decoration: none;
    -webkit-animation: gold-white-gold-fixed 1s;
    animation: gold-white-gold-fixed 1s;
}

    .calendarHome .calCol a:hover .month {
        text-decoration: none;
        -webkit-animation: white-gold-white-fixed 1s;
        animation: white-gold-white-fixed 1s;
    }

    .calendarHome .calCol a:hover .eventTitle {
        text-decoration: none;
        color: var(--mcsi-green);
    }

/* >>>> Interior Calendar Styles overrides the above <<<<<*/

.calendarInterior .calCol {
    padding-top: 0;
    padding-left: 50px;
}

.calendarInterior .calColInterior {
    padding-left: 0;
}

.calendarInterior .calCol .eventTitle {
    color: var(--mcsi-green);
}

.calendarInterior .calCol .eventTime, .calendarInterior .calCol .eventPlace, .calendarInterior .calCol .eventInfo {
    color: var(--text-color);
    margin-top: 10px;
}

.calendarInterior .calCol .eventDate {
    padding-left: 0px;
    padding-right: 0px;
}

.calendarInterior .intCalButt a {
    margin: 0 auto;
}

/*interior hover stuff*/
.calendarInterior .calCol a:hover .month {
    text-decoration: none;
    -webkit-animation: link-color 1s;
    animation: link-color 1s;
}

.calendarInterior .calCol a:hover .day {
    text-decoration: none;
    -webkit-animation: nav-link-color 1s;
    animation: nav-link-color 1s;
}

.calendarInterior .calCol a:hover .eventTitle {
    color: var(--mcsi-green);
}



/* -+-+-+-+-+-+-+-+-   Localist items - prev line 1920   -+-+-+-+-+-+-+-+-*/

/* -+-+-+-+-+-+-+-+-   Localist Default Generated   -+-+-+-+-+-+-+-+-*/
/* Two columns Layout */
.localist-widget {
    display: flex !important;
    flex-direction: column-reverse !important;
    flex-wrap: wrap !important;
    width: 100%;
    font-family: 'Open Sans', sans-serif !important;
}

.localist_minicalendar_events {
    width: 100%;
}


.localist_minicalendar_nav {
    display: flex !important;
    flex-direction: column !important;
}


/* hide type selection */
.localist_minicalendar > div:last-child {
    display: none !important;
}

li.event-item:before {
    content: none !important;
}

#lclst_widget_footer {
    display: none !important;
}

/* date */
.event-photo .event-date {
    font-size: 0.6em !important;
    line-height: 1.5 !important;
}

/*margins for mobile*/
.localist_minicalendar {
    margin-right: 15px;
    margin-left: 15px;
}
/* ^^^^^^^^^^^^   END Localist Default Generated   ^^^^^^^^^^^^ */
/* -+-+-+-+-+-+-+-+-   Calendar SSOE Generate- Localist  -+-+-+-+-+-+-+-+-*/
section.calHeader {
    padding: 6px 0px;
    margin-bottom: 50px;
    margin-top: 125px;
    background-color: #a99269;
}

    section.calHeader .calSpotlight {
        padding: 25px 0px 50px;
    }

        section.calHeader .calSpotlight h1 {
            font-weight: 800;
            font-size: 30px;
        }

section.localistWrap .embed-list-photos .event-item .event-photo {
    padding: 0px;
}

section.localistWrap .embed-list-photos .event-photo .event-date {
    background-color: #a99269;
    text-align: center;
    font-weight: 800;
    padding: 10px;
    font-family: 'Open Sans', sans-serif !important;
}

    section.localistWrap .embed-list-photos .event-photo .event-date .date {
        color: white;
        font-size: 2.5rem;
        line-height: 3.0rem;
        text-transform: uppercase;
        display: block;
    }

    section.localistWrap .embed-list-photos .event-photo .event-date .month {
        color: #333;
        font-size: 1.3rem;
        line-height: 1.3rem;
        text-transform: uppercase;
        display: block;
    }

        section.localistWrap .embed-list-photos .event-photo .event-date .date b, section.localistWrap .embed-list-photos .event-photo .event-date .month b, section.localistWrap .embed-list-photos .event-photo .event-date .date strong, section.localistWrap .embed-list-photos .event-photo .event-date .month strong {
            font-weight: 800 !important;
        }


.embed-list-photos .event-item {
    border: none;
    margin-bottom: 50px !important;
    padding-bottom: 0px !important;
    /*background-color: var(--mcsi-green);*/
    background-color: black;
    /* background-image: url(/Themes/MCSI/Static/gfx/panel_black_lg.png);*/
    background-color: #ececec;
}

section.localistWrap .embed-list-photos .event-item .event-photo a img {
    width: 300px;
    height: auto;
    margin-right: 20px;
}

section.localistWrap .embed .event-name {
    font-size: 1.3rem;
    display: block;
    color: #333;
   /* font-weight:300;*/
    line-height: 1.2;
    max-height: 46px;
    overflow: hidden;
    text-transform:uppercase;
}

    section.localistWrap .embed .event-name .pipe {
        display: none;
    }

    section .localistWrap .embed .event-name:hover {
        -webkit-animation: gold-white-gold 1s;
        animation: gold-white-gold 1s;
        color: var(--mcsi-green);
    }

section.localistWrap .event-item .event-info {
    padding: 20px 20px 0px 20px;
}

section.localistWrap .event-item .event-description {
    /*font-family: 'Roboto', sans-serif;*/
    color: #333;
    font-size: 1.0rem;
    line-height: 1.15;
    font-weight:100;
}

    section.localistWrap .event-item .event-description .action_button {
        height: auto;
        padding: 20px 0px 0px 0px;
    }

        section.localistWrap .event-item .event-description .action_button a {
            border: 1px solid #ffffff;
            font-size: 20px;
            color: #002b5c;
            font-family: 'Open Sans Condensed', sans-serif;
            text-transform: uppercase;
            text-align: center;
            padding: 6px 0px;
            cursor: pointer;
            background-color: #bab9b9;
            font-weight: 300;
            padding: 4px 40px;
        }

            section.localistWrap .event-item .event-description .action_button a:hover {
                background-color: white;
                color: var(--mcsi-green);
                -webkit-animation: none;
                animation: none;
            }

section.localistWrap .localist_minicalendar .localist_minicalendar_page_heading h1 {
    color: var(--text-color) !important;
    line-height:45px;
}

section.localistWrap .localist_minicalendar .localist_minicalendar_pager a.disabled {
    background-color: transparent;
}

section.localistWrap .localist_minicalendar .localist_minicalendar_pager a {
    background-color: transparent;
    color: var(--mcsi-green);
    font-size: 4.0rem;
    padding: 0px 10px 20px 10px;
    line-height: 0.5;
}

    section.localistWrap .localist_minicalendar .localist_minicalendar_pager a:hover {
        color:white;
    }

section.localistWrap .localist_minicalendar .localist_minicalendar_minicalendar {
    /* background-color: var(--fixed-royal-blue); */
    border: 2px solid white;
}

    section.localistWrap .localist_minicalendar .localist_minicalendar_minicalendar caption {
        display: none;
    }

section.localistWrap .localist_minicalendar_minicalendar th {
    color: var(--text-color) !important;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 15px;
    padding: 6px 0px;
    background-color: white;
}

section.localistWrap .localist_minicalendar_minicalendar td {
    background-color: white;
    border: 1px solid #dddfe5;
    padding: 5px;
}

    section.localistWrap .localist_minicalendar_minicalendar td a {
        border-radius: 50%;
    }

        section.localistWrap .localist_minicalendar_minicalendar td a:hover {
            background-color: #a99269;
            color: white;
            -webkit-animation: none;
            animation: none;
        }

section.localistWrap .localist_minicalendar_minicalendar .localist_minicalendar_today {
    background-color: #a99269;
    color:white;
}

    section.localistWrap .localist_minicalendar_minicalendar .localist_minicalendar_today a {
        color: white;
    }

section.localistWrap .localist_minicalendar .localist_minicalendar_nav {
    padding-top: 35px;
}

    section.localistWrap .localist_minicalendar .localist_minicalendar_nav a {
        /*border-color: var(--mcsi-green);
        border: 4px solid;
        background-color: #ffffff;
        background-color: var(--mcsi-green);
        font-weight: 700;
        font-size: 1.6rem;
        color: white;
        padding: 0.6rem 2.4rem;
        margin: 1.5rem;
        text-transform: uppercase;
        border-radius: 0px;
        text-align: center;*/
        border: 1px solid #002b5c;
        font-size: 22px;
        color: #333;
        font-family: 'Open Sans Condensed', sans-serif;
        text-transform: uppercase;
        text-align: center;
        padding: 6px 0px;
        cursor: pointer;
        background-color: #ececec;
        font-weight: 300;
        margin-bottom: 20px;
    }

        section.localistWrap .localist_minicalendar .localist_minicalendar_nav a:hover {
            background-color: white;
            color: var(--text-color);
            text-decoration: none;
            -webkit-animation: none;
            animation: none;
            border-color: #333;
        }

section.calHeader .calSpotlight .calSpotBox {
    position: relative;
}

    section.calHeader .calSpotlight .calSpotBox .calSpotPhoto {
        width: 100%;
        height: 300px;
        object-fit: cover;
    }

    section.calHeader .calSpotlight .calSpotBox .dateOnTop {
        position: absolute;
        top: 0;
        background-color: var(--mcsi-green);
    }

section.calHeader .calSpotlight .calSpotInfo h2 {
    font-size: 2.5rem;
    text-transform: uppercase;
    margin-bottom: 15px;
    max-height: 90px;
    overflow: hidden;
}

    section.calHeader .calSpotlight .calSpotInfo h2 a:hover {
        -webkit-animation: med-gold-med-fixed 1s;
        animation: med-gold-med-fixed 1s;
        text-decoration: none;
        color: var(--mcsi-green);
    }

section.calHeader .calSpotlight .calSpotDescript {
    font-weight: 200;
    font-size: 2.0rem;
    max-height: 90px;
    overflow: hidden;
    margin-bottom: 20px;
}

.localist_minicalendar .localist_minicalendar_page_heading h1 {
    color: var(--mcsi-green) !important;
}

/contentassets/cefb521072db4a6a8c78d6fede260aa1/home_bg_logs.jpg
/*Event spotlight edits*/
.calSpotBoxWidget {
}

.calSpotBoxWidget #lw {
    background: transparent !important;
}

.calSpotBoxWidget .event-photo img.img_big {
    width: 425px !important;
}

.calSpotBoxWidget .event-date {
    padding: 20px !important;
    font-weight: 800 !important;
}

    .calSpotBoxWidget .event-date b, .calSpotBoxWidget .event-date strong {
        font-weight: 800 !important;
    }

    .calSpotBoxWidget .event-date .date {
        font-size: 3.3rem !important;
        line-height: 1 !important;
    }

    .calSpotBoxWidget .event-date .month {
        font-size: 1.8rem !important;
        line-height: 1.8rem !important;
    }

.calSpotBoxWidget .event-item {
    margin-bottom: 10px !important;
    background: transparent !important;
}

    .calSpotBoxWidget .event-item .event-hover {
        display: none !important;
    }

section.localistWrap .calSpotBoxWidget .event-name {
    font-size: 1.6rem !important;
    color: var(--text-color) !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    margin-bottom: 15px !important;
    max-height: none !important;
}

section.localistWrap .calSpotBoxWidget .event-info {
    padding-top: 0px !important;
}

section.localistWrap .calSpotBoxWidget .event-name:hover {
    color: var(--mcsi-green) !important;
}

section.localistWrap .calSpotBoxWidget .event-description {
    font-weight: 300 !important;
    font-size: 1.4rem !important;
    margin-bottom: 20px !important;
    color: var(--text-color);
}

section.localistWrap .calSpotBoxWidget .event-item .event-description .action_button a {
    /*border-color: var(--mcsi-green) !important;
    color: white !important;
    background-color: var(--mcsi-green) !important;
    font-weight: 700 !important;
    font-size: 1.9rem !important;
    padding: 0.8rem 5rem !important;
    border-width: 4px !important;
    border-color: var(--mcsi-green);
    border: 4px solid;*/
    border: 1px solid #ffffff;
    font-size: 22px;
    color: #002b5c;
    font-family: 'Open Sans Condensed', sans-serif;
    text-transform: uppercase;
    text-align: center;
    padding: 6px 0px;
    cursor: pointer;
    background-color: #bab9b9;
    font-weight: 300;
    padding: 5px 70px;
}

    section.localistWrap .calSpotBoxWidget .event-item .event-description .action_button a:hover {
        color: var(--text-color) !important;
        background-color: white !important;
    }

section.localistWrap .calSpotBoxWidget .event-item .event-description .action_button {
    padding-top: 40px !important;
}



.endspacingforvisualstudiobecauseitsucksass {
}
/* -+-+-+-+-+-+-+-+-   ONLY LOCALIST WIDGET MEIDA QUERY  -+-+-+-+-+-+-+-+-*/
@media (max-width: 1199px) {
    section .localistWrap .event-item .event-description {
        font-size: 1.35rem;
    }

    section.localistWrap .embed .event-name {
        /*font-size: 1.9rem;*/
        line-height: 1.0;
        max-height: 39px;
    }

    section.localistWrap .event-item .event-description {
        font-size: 1.0rem;
        line-height: 1.3;
    }

    section.localistWrap .event-item .event-info {
        padding: 15px 25px;
    }
}

@media (min-width: 992px) {
    .localist-widget {
        display: flex !important;
        flex-direction: row-reverse !important;
        flex-wrap: unset !important;
    }

    .localist_minicalendar {
        margin-bottom: 10px !important;
        padding-left: 20px !important;
    }
}

@media (max-width: 992px) {
    section.localistWrap .localist_minicalendar_minicalendar {
        width: 100%;
    }

        section.localistWrap .localist_minicalendar_minicalendar tbody tr {
            height: 70px;
        }

    section.localistWrap .localist_minicalendar .localist_minicalendar_nav a {
        width: 50%;
        margin: 1.5rem auto;
    }

    section.localistWrap .event-item .event-description {
        font-size: 1.1rem;
    }

    .localist_minicalendar .localist_minicalendar_page_heading h1 {
        font-size: 25px !important;
        line-height: 1.4 !important;
    }

    .calSpotBoxWidget .event-photo img.img_big {
        width: 350px !important;
    }

    section.localistWrap .calSpotBoxWidget .event-description {
        font-size: 1.1rem !important;
    }

    section.localistWrap .calSpotBoxWidget .event-name {
        max-height: none !important;
        font-size: 1.4rem !important;
    }
}


@media (max-width: 767px) {
    .embed-list-photos .event-item {
        display: flex !important;
        flex-direction: column !important;
        padding-bottom: 10px !important;
    }

    .event-photo img {
        object-fit: cover !important;
        object-position: 50% 50% !important;
        width: 100% !important;
        height: 100% !important;
    }

    section.localistWrap .embed-list-photos .event-photo {
        margin-right: 0px;
    }

    section.localistWrap .embed .event-name {
        font-size: 1.4rem;
        line-height: 1.4rem;
        max-height: none;
        padding: 20px 0px;
    }

    section.localistWrap .event-item .event-description {
        font-size: 1.1rem;
    }

        section.localistWrap .event-item .event-description .action_button {
            text-align: center;
            padding: 40px 25px 10px 25px;
        }

    section.calHeader .calSpotlight .calSpotInfo h2 {
        max-height: none;
        padding-top: 30px;
        padding-left: 0px;
    }

    section.calHeader .calSpotlight .calSpotDescript {
        max-height: none;
    }

    section.calHeader .calSpotlight .calSpotButt {
        text-align: center;
    }

    .calSpotBoxWidget .event-photo img.img_big {
        width: 100% !important;
    }

    section.localistWrap .calSpotBoxWidget .event-description {
        /*font-size: 2.0rem !important;*/
    }

    section.localistWrap .calSpotBoxWidget .event-name {
        margin-top: 30px;
    }

    section.localistWrap .embed-list-photos .event-photo .event-date {
        /*left: 10px;*/
    }

    section.calHeader .calSpotlight {
        padding: 25px 0px 0px;
    }

}
/* ^^^^^^^^^^   END ONLY LOCALIST WIDGET MEIDA QUERY  ^^^^^^^^^^*/


/* ^^^^^^^^^^   Calendar Media Q Previously line 2509  ^^^^^^^^^^*/

/* >>>>>>>>>>>>>    MEDIA QUERY 768  <<<<<<<<<<<<<<<<<  */
@media (max-width: 768px) {

    /* >>>> Home Calendar <<<<<*/
    .calendarHome .calCol {
        text-align: center;
        padding: 30px;
    }

    .calendarHome .boxDate {
        margin: 0px auto 20px;
    }

    .calendarHome .calCol h1, .calendarHome .calCol h2 {
        margin: 0 auto 30px;
    }

    .calendarHome {
        padding-top: 75px;
        padding-bottom: 75px;
    }

    .calendarInterior {
        padding-top: 0px;
    }

    .calendarHome .calCol .buttonSmall {
        margin: 40px auto 30px;
    }

    .calendarHome .calCol .homeCalMore a {
        margin: 0 auto;
    }
}

/*Old calendar CSS from original MCSI site*/
/* [class*="cal-cell"] {
  float: left;
  margin-left: 0;
  min-height: 1px;
}
.cal-row-fluid {
  width: 100%;
  *zoom: 1;
}
.cal-row-fluid:before,
.cal-row-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.cal-row-fluid:after {
  clear: both;
}
.cal-row-fluid [class*="cal-cell"] {
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin-left: 0%;
  *margin-left: -0.05213764337851929%;
}
.cal-row-fluid [class*="cal-cell"]:first-child {
  margin-left: 0;
}
.cal-row-fluid .controls-row [class*="cal-cell"] + [class*="cal-cell"] {
  margin-left: 0%;
}
.cal-row-fluid .cal-cell7 {
  width: 100%;
  *width: 99.94669509594883%;
}
.cal-row-fluid .cal-cell6 {
  width: 85.71428571428571%;
  *width: 85.66098081023453%;
}
.cal-row-fluid .cal-cell5 {
  width: 71.42857142857142%;
  *width: 71.37526652452024%;
}
.cal-row-fluid .cal-cell4 {
  width: 57.14285714285714%;
  *width: 57.089552238805965%;
}
.cal-row-fluid .cal-cell3 {
  width: 42.857142857142854%;
  *width: 42.80383795309168%;
}
.cal-row-fluid .cal-cell2 {
  width: 28.57142857142857%;
  *width: 28.518123667377395%;
}
.cal-row-fluid .cal-cell1 {
  width: 14.285714285714285%;
  *width: 14.232409381663112%;
}
.cal-week-box .cal-offset7,
.cal-row-fluid .cal-offset7,
.cal-row-fluid .cal-offset7:first-child {
  margin-left: 100%;
  *margin-left: 99.89339019189765%;
}
.cal-week-box .cal-offset6,
.cal-row-fluid .cal-offset6,
.cal-row-fluid .cal-offset6:first-child {
  margin-left: 85.71428571428571%;
  *margin-left: 85.60767590618336%;
}
.cal-week-box .cal-offset5,
.cal-row-fluid .cal-offset5,
.cal-row-fluid .cal-offset5:first-child {
  margin-left: 71.42857142857142%;
  *margin-left: 71.32196162046907%;
}
.cal-week-box .cal-offset4,
.cal-row-fluid .cal-offset4,
.cal-row-fluid .cal-offset4:first-child {
  margin-left: 57.14285714285714%;
  *margin-left: 57.03624733475479%;
}
.cal-week-box .cal-offset3,
.cal-row-fluid .cal-offset3,
.cal-row-fluid .cal-offset3:first-child {
  margin-left: 42.857142857142854%;
  *margin-left: 42.750533049040506%;
}
.cal-week-box .cal-offset2,
.cal-row-fluid .cal-offset2,
.cal-row-fluid .cal-offset2:first-child {
  margin-left: 28.57142857142857%;
  *margin-left: 28.46481876332622%;
}
.cal-week-box .cal-offset1,
.cal-row-fluid .cal-offset1,
.cal-row-fluid .cal-offset1:first-child {
  margin-left: 14.285714285714285%;
  *margin-left: 14.17910447761194%;
}
.cal-row-fluid .cal-cell1 {
  width: 14.285714285714285%;
  *width: 14.233576642335766%;
}
[class*="cal-cell"].hide,
.cal-row-fluid [class*="cal-cell"].hide {
  display: none;
}
[class*="cal-cell"].pull-right,
.cal-row-fluid [class*="cal-cell"].pull-right {
  float: right;
}
.cal-row-head [class*="cal-cell"]:first-child,
.cal-row-head [class*="cal-cell"] {
  min-height: auto;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cal-events-num {
  margin-top: 20px;
}
.cal-month-day {
  position: relative;
  display: block;
  width: 100%;
}
#cal-week-box {
  position: absolute;
  width: 70px;
  left: -71px;
  top: -1px;
  padding: 8px 5px;
  cursor: pointer;
}
#cal-day-tick {
  position: absolute;
  right: 50%;
  bottom: -21px;
  padding: 0px 5px;
  cursor: pointer;
  z-index: 5;
  text-align: center;
  width: 26px;
  margin-right: -17px;
}
.cal-year-box #cal-day-tick {
  margin-right: -7px;
}
#cal-slide-box {
  position: relative;
}
#cal-slide-tick {
  position: absolute;
  width: 16px;
  margin-left: -7px;
  height: 9px;
  top: -1px;
  z-index: 1;
}
#cal-slide-tick.tick-month1 {
  left: 12.5%;
}
#cal-slide-tick.tick-month2 {
  left: 37.5%;
}
#cal-slide-tick.tick-month3 {
  left: 62.5%;
}
#cal-slide-tick.tick-month4 {
  left: 87.5%;
}
#cal-slide-tick.tick-day1 {
  left: 7.14285714285715%;
}
#cal-slide-tick.tick-day2 {
  left: 21.42857142857143%;
}
#cal-slide-tick.tick-day3 {
  left: 35.71428571428572%;
}
#cal-slide-tick.tick-day4 {
  left: 50%;
}
#cal-slide-tick.tick-day5 {
  left: 64.2857142857143%;
}
#cal-slide-tick.tick-day6 {
  left: 78.57142857142859%;
}
#cal-slide-tick.tick-day7 {
  left: 92.85714285714285%;
}
.events-list {
  position: absolute;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
#cal-slide-content ul.unstyled {
  margin-bottom: 0;
}
.cal-week-box {
  position: relative;
}
.cal-week-box [data-event-class] {
  white-space: nowrap;
  height: 30px;
  margin: 1px 1px;
  line-height: 30px;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-left: 10px;
}
.cal-week-box .cal-column {
  position: absolute;
  height: 100%;
  z-index: -1;
}
.cal-week-box .arrow-before,
.cal-week-box .arrow-after {
  position: relative;
}
.cal-week-box .arrow-after:after {
  content: "";
  position: absolute;
  top: 0px;
  width: 0;
  height: 0;
  right: 0;
  border-top: 15px solid #ffffff;
  border-left: 8px solid;
  border-bottom: 15px solid #FFFFFF;
}
.cal-week-box .arrow-before:before {
  content: "";
  position: absolute;
  top: 0px;
  width: 0;
  height: 0;
  left: 1px;
  border-top: 15px solid transparent;
  border-left: 8px solid #FFFFFF;
  border-bottom: 15px solid transparent;
}
#cal-day-box {
  text-wrap: none;
}
#cal-day-box .cal-day-hour-part {
  height: 30px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-bottom: thin dashed #e1e1e1;
}
#cal-day-box .cal-day-hour .day-highlight {
  height: 30px;
}
#cal-day-box .cal-hours {
  font-weight: bolder;
}
#cal-day-box .cal-day-hour:nth-child(odd) {
  background-color: #fafafa;
}
#cal-day-box #cal-day-panel {
  position: relative;
  padding-left: 60px;
}
#cal-day-box #cal-day-panel-hour {
  position: absolute;
  width: 100%;
  margin-left: -60px;
}
#cal-day-box .day-event {
  position: relative;
  max-width: 200px;
  overflow: hidden;
}
#cal-day-box .day-highlight {
  line-height: 30px;
  padding-left: 8px;
  padding-right: 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: 1px solid #c3c3c3;
  margin: 1px 1px;
  overflow: hidden;
  text-overflow: ellipsis;
}
#cal-day-box .day-highlight.dh-event-important {
  border: 1px solid #ad2121;
}
#cal-day-box .day-highlight.dh-event-warning {
  border: 1px solid #e3bc08;
}
#cal-day-box .day-highlight.dh-event-info {
  border: 1px solid #1e90ff;
}
#cal-day-box .day-highlight.dh-event-inverse {
  border: 1px solid #1b1b1b;
}
#cal-day-box .day-highlight.dh-event-success {
  border: 1px solid #006400;
}
#cal-day-box .day-highlight.dh-event-special {
  background-color: #ffe6ff;
  border: 1px solid #800080;
}
.event {
  display: block;
  background-color: #c3c3c3;
  width: 12px;
  height: 12px;
  margin-right: 2px;
  margin-bottom: 2px;
  -webkit-box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
  box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
  border-radius: 8px;
  border: 1px solid #ffffff;
}
.event-block {
  display: block;
  background-color: #c3c3c3;
  width: 20px;
  height: 100%;
}
.cal-event-list .event.pull-left {
  margin-top: 3px;
}
.event-important {
  background-color: #ad2121;
}
.event-info {
  background-color: #1e90ff;
}
.event-warning {
  background-color: #e3bc08;
}
.event-inverse {
  background-color: #1b1b1b;
}
.event-success {
  background-color: #006400;
}
.event-special {
  background-color: #800080;
}
.day-highlight:hover,
.day-highlight {
  background-color: #dddddd;
}
.day-highlight.dh-event-important:hover,
.day-highlight.dh-event-important {
  background-color: #fae3e3;
}
.day-highlight.dh-event-warning:hover,
.day-highlight.dh-event-warning {
  background-color: #fdf1ba;
}
.day-highlight.dh-event-info:hover,
.day-highlight.dh-event-info {
  background-color: #d1e8ff;
}
.day-highlight.dh-event-inverse:hover,
.day-highlight.dh-event-inverse {
  background-color: #c1c1c1;
}
.day-highlight.dh-event-success:hover,
.day-highlight.dh-event-success {
  background-color: #caffca;
}
.day-highlight.dh-event-special:hover,
.day-highlight.dh-event-special {
  background-color: #ffe6ff;
}
.cal-row-head [class*="cal-cell"]:first-child,
.cal-row-head [class*="cal-cell"] {
  font-weight: bolder;
  text-align: center;
  border: 0px solid;
  padding: 5px 0;
}
.cal-row-head [class*="cal-cell"] small {
  font-weight: normal;
}
.cal-year-box .row-fluid:hover,
.cal-row-fluid:hover {
  background-color: #fafafa;
}
.cal-month-day {
  height: 100px;
}
[class*="cal-cell"]:hover {
  background-color: #ededed;
}
.cal-year-box [class*="span"],
.cal-month-box [class*="cal-cell"] {
  min-height: 100px;
  border-right: 1px solid #e1e1e1;
  position: relative;
}
.cal-year-box [class*="span"] {
  min-height: 60px;
}
.cal-year-box .row-fluid [class*="span"]:last-child,
.cal-month-box .cal-row-fluid [class*="cal-cell"]:last-child {
  border-right: 0px;
}
.cal-year-box .row-fluid,
.cal-month-box .cal-row-fluid {
  border-bottom: 1px solid #e1e1e1;
  margin-left: 0px;
  margin-right: 0px;
}
.cal-year-box .row-fluid:last-child,
.cal-month-box .cal-row-fluid:last-child {
  border-bottom: 0px;
}
.cal-month-box,
.cal-year-box,
.cal-week-box {
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
  border-left: 1px solid #e1e1e1;
  border-radius: 2px;
}
span[data-cal-date] {
  font-size: 1.2em;
  font-weight: normal;
  opacity: 0.5;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  margin-top: 15px;
  margin-right: 15px;
}
span[data-cal-date]:hover {
  opacity: 1;
}
.cal-day-outmonth span[data-cal-date] {
  opacity: 0.1;
  cursor: default;
}
.cal-day-today {
  background-color: #e8fde7;
}
.cal-day-today span[data-cal-date] {
  color: darkgreen;
}
.cal-month-box .cal-day-today span[data-cal-date] {
  font-size: 1.9em;
}
.cal-day-holiday span[data-cal-date] {
  color: #800080;
}
.cal-day-weekend span[data-cal-date] {
  color: darkred;
}
#cal-week-box {
  border: 1px solid #e1e1e1;
  border-right: 0px;
  border-radius: 5px 0 0 5px;
  background-color: #fafafa;
  text-align: right;
}
#cal-day-tick {
  border: 1px solid #e1e1e1;
  border-top: 0px solid;
  border-radius: 0 0 5px 5px;
  background-color: #ededed;
  text-align: center;
}
#cal-slide-box {
  border-top: 0px solid #8c8c8c;
}
#cal-slide-content {
  padding: 20px;
  color: #ffffff;
  background-image: url("../Images/bootstrap-calendar/dark_wood.png");
  -webkit-box-shadow: inset 0px 0px 15px 0px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0px 0px 15px 0px rgba(0, 0, 0, 0.5);
}
#cal-slide-tick {
  background-image: url("../Images/bootstrap-calendar/tick.png?2");
}
#cal-slide-content:hover {
  background-color: transparent;
}
#cal-slide-content a.event-item {
  color: #ffffff;
  font-weight: normal;
  line-height: 22px;
}
.events-list {
  max-height: 47px;
  padding-left: 5px;
}
.cal-column {
  border-left: 1px solid #e1e1e1;
}
a.cal-event-week {
  text-decoration: none;
  color: #151515;
}
.badge-important {
  background-color: #b94a48;
}
    */
