﻿@charset "UTF-8";
/* CSS Document */
/* ==========================================================================
   Bootstrap Overide Styles
   ========================================================================== */
/*
	Roboto Font Weights
		Thin 100
		Light 300
		Normal 400
		Medium 500
*/
/* These styles reconcile the issues between Kendo UI and Boostrap, although there may be a few undesirable side effects. */
*, :before, :after {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.form-control,
.container,
.container-fluid,
.row,
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1,
.col-xs-2, .col-sm-2, .col-md-2, .col-lg-2,
.col-xs-3, .col-sm-3, .col-md-3, .col-lg-3,
.col-xs-4, .col-sm-4, .col-md-4, .col-lg-4,
.col-xs-5, .col-sm-5, .col-md-5, .col-lg-5,
.col-xs-6, .col-sm-6, .col-md-6, .col-lg-6,
.col-xs-7, .col-sm-7, .col-md-7, .col-lg-7,
.col-xs-8, .col-sm-8, .col-md-8, .col-lg-8,
.col-xs-9, .col-sm-9, .col-md-9, .col-lg-9,
.col-xs-10, .col-sm-10, .col-md-10, .col-lg-10,
.col-xs-11, .col-sm-11, .col-md-11, .col-lg-11,
.col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/* End of conflict styles */

body, html {
    height: 100%;
}

@-ms-viewport {
    width: auto !important;
}

/*Treeview Styling*/

.CurrentRecurInfo {
    margin-top: .5em;
}
/*End of Treeview Styling*/

#KendoScheduler .k-scheduler-toolbar {
    /* make them invisible */
    display: none;
    /* prevent height and paddings from influencing the size calculations */
    height: 0;
    padding: 0;
    overflow: hidden;
}

a.k-nav-current:focus {
    box-shadow: none; 
    border: none;
    outline: 2px solid #152EA9;
}

.k-scheduler .k-middle-row td {
    border-bottom-style: solid;
}

.k-scheduler-mark {
    border: .1em solid grey;
    border-radius: .25em !important;
    height: .8em;
    width: .8em;
    margin-right: .25em;
    margin-bottom: .1em;
}

#KendoScheduler .k-scrollbar-h tr + tr .k-scheduler-times .k-scheduler-table > tbody > tr:last-child > th,
#KendoScheduler2 .k-scrollbar-h tr + tr .k-scheduler-times .k-scheduler-table > tbody > tr:last-child > th,
#KendoScheduler3 .k-scrollbar-h tr + tr .k-scheduler-times .k-scheduler-table > tbody > tr:last-child > th {
    border-bottom: solid 1px #E5E8EA;
}

#KendoScheduler .k-scrollbar-h tr + tr .k-scheduler-times,
#KendoScheduler2 .k-scrollbar-h tr + tr .k-scheduler-times,
#KendoScheduler3 .k-scrollbar-h tr + tr .k-scheduler-times {
    border-bottom: none;
}

.CurrentTimeSlot {
    background-color: #e0e9f2;
}

.KendoPowerHide {
    /* make them invisible */
    display: none;
    /* prevent height and paddings from influencing the size calculations */
    height: 0;
    padding: 0;
    overflow: hidden;
}

#KendoSchedulerContainer {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

#KendoScheduler2 {
    height: 99%;
    position: relative;
}
    #KendoScheduler2 .k-scheduler-dayview .k-scheduler-table td, 
    #KendoScheduler2 .k-scheduler-dayview .k-scheduler-table th {
        height: 1.8em;
    }

    #KendoScheduler hour,
    #KendoScheduler2 hour {
        font-weight: 400;
        vertical-align: sub;
    }

    #KendoScheduler3 hour {
        font-weight: 400;
        font-size:.9em;
        vertical-align: sub;
    }

    #KendoScheduler suffix,
    #KendoScheduler2 suffix {
        font-weight: 400;
        vertical-align: sub;
        font-size: .7em;
        margin-left: 3px;
    }

    #KendoScheduler3 suffix {
        font-weight: 400;
        vertical-align: sub;
        font-size: .6em;
        margin-left: 2px;
    }

    #KendoScheduler .TimeRow,
    #KendoScheduler2 .TimeRow,
    #KendoScheduler3 .TimeRow,
    #KendoScheduler .TimeRow tr,
    #KendoScheduler2 .TimeRow tr,
    #KendoScheduler3 .TimeRow tr{
        background-color: #fff;
    }

#KendoScheduler3 th {
    overflow: visible !important;
    text-overflow: visible !important;
}

#KendoScheduler3 .k-event {
    background-color: transparent !important;
    border: 1px solid transparent !important;
}

#KendoScheduler3 .k-header {
    display: none;
}

/*KendoScheduler2*/ 

#KendoScheduler2 {
    border: none;
    box-shadow: none;
}
    #ScheduleHeader .fa,
    #KendoScheduler2 .fa{
        color: #707273;
    }
    
    #ScheduleHeader :is(.FavoriteStar, .fa-star-o,.fa-keyboard-o) {
        color: #152EA9;
    }
    #ScheduleHeader .PopupSelector.BigTopic,
    #ScheduleHeader .PopupSelector.BigTopic .MaintHdr {
        font-size: 30px;
        line-height: 33px;
        font-weight: 500;
        font-family: "Noto Sans", sans-serif;
        color: #000000;
    }

    #ScheduleHeader div > span {
        color: rgba(0,0,0,.7);
        font-size: 14px;
        line-height: 20px;
    }

    #ScheduleHeader .PopupSelector.BigTopic:hover,
    #ScheduleHeader .PopupSelector.BigTopic .MaintHdr:hover {
        text-decoration: underline;
        color: #000000;
    } 
    
    #ScheduleHeader .PopupSelector.BigTopic:focus {
        outline: 2px solid #152EA9;
    }
    #CalKeyboardShortCuts {
        font-size: 14px; 
        line-height: 20px;
        font-weight: 400;
    }
    #ScheduleHeader .fa.fa-star-o,
    #ScheduleHeader .fa.fa-star{
        width: 20px; 
        height: 20px;
        font-size: 20px;
    }

    #ScheduleHeader .dropdown-menu {
        border: none;
        background: white;
        box-shadow: 0px 6px 18px 0px #5254541F,
                0px 4px 5px 0px #36373833;
    }

    #ScheduleHeader .btn.btn-primary.dropdown-toggle {
        background-color: #ffffff;
        border: 1px solid #8E9091;
        color: rgba(0,0,0,0.68);
        font-weight: 400;
        line-height: 20px;
        font-size: 14px;
    }

    #ScheduleHeader .btn.btn-primary.dropdown-toggle:hover{
        background-color: #E5E8EA;
    }
    #ScheduleHeader .btn.btn-primary.dropdown-toggle:active {
        outline: none;
        box-shadow: none;
    }
    #ScheduleHeader .btn.btn-primary.dropdown-toggle:focus {
        outline: 2px solid #152EA9;
    }

    #ScheduleHeader ul {
            background-color: white;
            color: rgba(0,0,0,0.73);
        }
            #ScheduleHeader .dropdown-menu li > a { 
                color: rgba(0,0,0,0.87);
                font-size: 16px;
                line-height: 22px;
            }
            #ScheduleHeader li > a:hover {
                background-color: #E5E8EA;
            }
            #ScheduleHeader li > a:focus {
                outline: 2px solid #152EA9;
                outline-offset: -1px;
            }
            #ScheduleHeader li > a:active {
                background-color:#B4C7ED;
                color: #152EA9;
                outline: none;
            }
            #ScheduleHeader .dropdown-menu li:first-child {
                border-bottom: 1px solid #DFE3E5;
            }

    #KendoScheduler2 .k-scheduler-toolbar.k-toolbar,
    #KendoScheduler2 .k-scheduler-footer.k-toolbar {
        background-color: #F7F8F8;
    }
    #KendoScheduler2 .k-scheduler-toolbar a.k-nav-current > .k-icon {
        margin-right: 10px !important;
    }
    #KendoScheduler2 .k-scheduler-toolbar a.k-nav-current > * {
        color: #152EA9;
        font-size: 20px; 
        line-height: 24px;
        font-weight: 500;
    }

    #KendoScheduler2 .k-scheduler-toolbar a.k-nav-current > *:hover {
        text-decoration: underline;
    }

    #KendoScheduler2 .k-scheduler-toolbar a.k-nav-current.k-focus,
    .k-datepicker.k-state-border-down {
        outline: 2px solid #152EA9;
        box-shadow: none;
        border: none;
    }
    #KendoScheduler2 > table {
        border: 1px solid #E5E8EA; 
    }

    #KendoScheduler2 .k-scheduler-navigation .k-button.k-icon-button {
        background-color: #ffffff;
        border: 1px solid #8E9091;
    }
    #KendoScheduler2 .k-scheduler-navigation .k-button.k-icon-button .k-icon {
        color: #707273;
    }
        #KendoScheduler2 .k-scheduler-navigation .k-button.k-icon-button:focus,
        #KendoScheduler2 .k-scheduler-navigation .k-button.k-icon-button.k-focus,
        #KendoScheduler2 .k-scheduler-views.k-button-group .k-button:focus,
        #KendoScheduler2 .k-scheduler-views.k-button-group .k-button.k-focus {
            box-shadow: none;
            outline: 2px solid #152EA9;
        }
        #KendoScheduler2 .k-scheduler-navigation .k-button.k-icon-button:hover,
        #KendoScheduler2 .k-scheduler-views.k-button-group .k-button:hover {
            background-color: #E5E8EA;
        }
        #KendoScheduler2 .k-scheduler-navigation .k-button.k-icon-button:active,
        #KendoScheduler2 .k-scheduler-views.k-button-group .k-button:active {
            background-color: #E2E9F6;
            outline: none;
            color: #152EA9;
            z-index: 2;
        }
            #KendoScheduler2 .k-scheduler-navigation .k-button.k-icon-button:active .k-icon {
                color: #152EA9;
            }
        #KendoScheduler2 .k-scheduler-navigation .k-button.k-nav-today {
            background-color: transparent;
            color: #152EA9;
            border: 1px solid #152EA9;
            font-size: 14px; 
            font-weight: 500;
            line-height: 20px;
            margin-right: 20px;
        }
        #KendoScheduler2 .k-scheduler-navigation .k-button.k-nav-today:hover {
            background-color: #E2E9F6;
        }
        #KendoScheduler2 .k-scheduler-navigation .k-button.k-nav-today:focus,
        #KendoScheduler2 .k-scheduler-navigation .k-button.k-nav-today.k-focus
        {
            outline: 2px solid #152EA9;
            outline-offset: 2px;
            box-shadow: none;
        }
        #KendoScheduler2 .k-scheduler-navigation .k-button.k-nav-today:active 
        {
            background-color: #B4C7ED;
        }

        #KendoScheduler2 .k-current-time {
            background-color: #27A447;
        }
        #KendoScheduler2 .k-current-time.k-current-time-arrow-right {
            background-color: transparent;
            border-left-color: #27A447;
        }

        #KendoScheduler2 .k-current-time.k-current-time-arrow-down {
            background-color: transparent;
            border-top-color: #27A447;
        }
        
        #KendoScheduler2 .k-scheduler-views.k-button-group .k-button { 
            border-width: 1px 0 1px 0;
            border-color: #8E9091;
            border-style: solid;
            background-color: transparent;
            color: rgba(0,0,0,0.73);
            font-size: 16px;
            line-height: 22px;
            font-weight: 500;
            z-index: 1;
        }
        #KendoScheduler2 .k-scheduler-views.k-button-group .k-button:first-child {
            border-left: 1px solid #8E9091;
        }
        #KendoScheduler2 .k-scheduler-views.k-button-group .k-button:last-child {
            border-right: 1px solid #8E9091;
        }
        #KendoScheduler2 .k-scheduler-views.k-button-group .k-button:hover {
            z-index: 2;
        }
        #KendoScheduler2 .k-scheduler-views.k-button-group .k-button:focus {
            z-index: 4;
        }
        #KendoScheduler2 .k-scheduler-views.k-button-group .k-button.k-selected,
        #KendoScheduler2 .k-scheduler-views.k-button-group .k-button.k-state-selected { 
            border: 1px solid #152EA9;
            color: #152EA9;
            background-color: #E2E9F6;
            z-index: 3;
        }

        #KendoScheduler2 .k-scheduler-footer .k-button.k-scheduler-fullday {
            color: #152EA9;
            background-color: transparent;
            border: none;
            font-weight: 500;
            font-size: 20px;
            line-height: 24px;
            justify-content: center;
            align-items: center;
        }

        #KendoScheduler2 .k-scheduler-footer .k-button.k-scheduler-fullday .k-icon {
            color: #152EA9;
        }

        #KendoScheduler2 .k-scheduler-footer .k-button.k-scheduler-fullday:hover {
            text-decoration: underline;
        }

        #KendoScheduler2 .k-scheduler-footer .k-button.k-scheduler-fullday:focus {
            outline: 2px solid #152EA9;
            box-shadow: none;
            border: none;
        }
    
        /*Table*/
        #KendoScheduler2 .k-scheduler-times table.k-scheduler-table tr th,
        #KendoScheduler2 .k-scheduler-content table.k-scheduler-table tr td,
        #KendoScheduler2 .k-scheduler-header table.k-scheduler-table tr th,
        #KendoScheduler2 .k-scheduler-toolbar.k-toolbar,
        #KendoScheduler2 .k-scheduler-footer.k-toolbar,
        #KendoScheduler2 .k-scheduler-header-wrap {
            border-color: #E5E8EA;
        }

        #KendoScheduler2 .k-scheduler-header .k-slot-cell.k-scheduler-group-cell:hover {
            background-color: rgba(0, 0, 0, 0.04);
        }

        #KendoScheduler2 .k-scheduler-dayview .k-scheduler-content .k-scheduler-table tr:hover {
            background-color: #E5E8EA;
        }
        #KendoScheduler2 .k-scheduler-dayview .k-scheduler-content .k-scheduler-table tr:has(+ tr:nth-child(even):hover) td,
        #calbody tr:has(+ tr:nth-child(even):hover) td {
            border-bottom-color: rgba(0,0,0,0.5);
        }
        #KendoScheduler2 .k-scheduler-dayview .k-scheduler-content .k-scheduler-table tr:has(+ tr:nth-child(odd):hover) td,
        #calbody tr:has(+ tr:nth-child(odd):hover) td{
            border-bottom-color: rgba(0,0,0,0.1);
        }
        #KendoScheduler2 .k-scheduler-dayview .k-scheduler-content .k-scheduler-table tr:active {
            background-color: #B4C7ED;
        }

        #KendoScheduler2 .k-scheduler-content .k-nonwork-hour {
            background-color: #ECEEEF;
        }
        #KendoScheduler2 .k-scheduler-content .k-scheduler-table tr:has(+ tr:hover):has(.k-nonwork-hour) td{
            border-bottom-color: #e5e8ea;
        }

        #KendoScheduler2 > table.k-scheduler-layout::after,
        #KendoScheduler2 > table.caltable::after {
            content: "";
            position: absolute;
            top: 0;
            right: 0;
            height: 100%;
            width: 1px;
            background-color: #E5E8EA;
        }

        #KendoScheduler2 .k-scheduler-table.TimeRow th strong {
            font-weight: 500;
        }

        #calheader tr {
            background-color: #ffffff !important;
        }

        #calheader {
            border-bottom: 1px solid #e5e8ea;
        }

        #calheader td.ScheduleWeekViewHeader {
            border-right: 1px solid #e5e8ea;
            border-left: 1px solid #e5e8ea;
        }

        #calheader .fa {
            color: #707273 !important;
        }

        table.ScheduleWeekViewEvent > tbody > tr,
        td.ScheduleWeekViewCell, 
        td.ScheduleWeekViewCell > table > tbody > tr {
            background-color: transparent;
        }

        .PopupSelector:focus-visible {
            border: 2px solid #152EA9;
            box-sizing: border-box;
            outline: none;
        }

        #KendoScheduler2 .k-event {
            border-color: transparent;
        }

        .k-scheduler-content:focus-visible {
            outline: 2px solid #152EA9;
        }

        .ScheduleWeekViewResName .PopupSelector {
            color: rgba(0, 0, 0, 0.87);
        }

        #KendoScheduler2 .k-scheduler-monthview .k-scheduler-header .k-scheduler-table th {
            color:rgba(0, 0, 0, .87);
            font-weight: 500;
            font-size: 14px;
            line-height: 20px;
            text-align: center;
        }
        
        #KendoScheduler2 .k-scheduler-monthview .k-scheduler-header {
            background-color: #ffffff;
        }

        #KendoScheduler2 .k-scheduler-monthview .k-scheduler-content .k-scheduler-table tr{ 
            background-color: #ffffff;
        }

        #KendoScheduler2 .k-scheduler-monthview .k-scheduler-content tr td:hover,
        #KendoScheduler2 .k-scheduler-timelineview .k-scheduler-content tr td:hover,
        #KendoScheduler2 .k-scheduler-timelineWeekview .k-scheduler-content tr td:hover{
            background-color: #E5E8EA;
        }

        #KendoScheduler2 .k-scheduler-content .k-scheduler-table td:active{
            background-color: #B4C7ED !important;
        }

        #KendoScheduler2 .k-scheduler-monthview .k-scheduler-content td.DisabledSlot:hover {
            box-shadow: none;
        }

        #KendoScheduler2 .k-scheduler-monthview .k-scheduler-content tr td:active {
            background-color: #B4C7ED;
        }

        #KendoScheduler2 .k-scheduler-monthview .k-scheduler-content td {
            line-height: 20px;
        }

        #KendoScheduler2 .k-other-month {
            background-color: #ECEEEF;
        }
        #KendoScheduler2 .k-other-month .k-link {
            color: #7F7F7F;
        }

        #KendoScheduler2 .k-button.k-more-events {
            border-color: transparent;
        }

        #KendoScheduler2 .k-button.k-more-events:hover {
            background-color: rgba(0, 0, 0, 0.04);
        }

        #KendoScheduler2 .k-button.k-more-events:focus {
            outline: 2px solid #152EA9;
        }

        #KendoScheduler2 .k-button.k-more-events:active,
        #KendoScheduler2 .k-button.k-more-events:active .k-button-icon::before  {
            background-color: #B4C7ED;
            color: #152EA9;
        }

        #KendoScheduler2 .k-button.k-more-events .k-button-icon::before {
            color: #707273;
        }
        #KendoScheduler2 .k-scheduler-timelineview .k-scheduler-times .k-scheduler-table tr:only-child > th {
            font-size: 14px;
            line-height: 20px;
            font-weight: 500;
        }
        #KendoScheduler2 .k-scheduler-timelineview .k-scheduler-header th > strong,
        #KendoScheduler2 .k-scheduler-timelineWeekview .k-scheduler-header th > strong {
            font-size: 20px;
            line-height: 24px;
            font-weight: 500;
            color: rgba(0,0,0,0.95);
        }
        #KendoScheduler2 .k-scheduler-timelineview .k-scheduler-times tr > th,
        #KendoScheduler2 .k-scheduler-timelineWeekview .k-scheduler-times tr > th  {
            font-weight: 500;
            font-size: 14px;
            line-height: 20px;
            font-weight: 500;
            color: rgba(0,0,0,0.95);
        }

        #KendoScheduler2 .k-scheduler-timelineview suffix,
        #KendoScheduler2 .k-scheduler-timelineWeekview suffix {
            font-size: 14px;
            font-weight: 500;
        }
        #KendoScheduler2 .k-scheduler-timelineview hour,
        #KendoScheduler2 .k-scheduler-timelineWeekview hour {
            font-weight: 500;
        }

        #KendoScheduler2 .k-scheduler-timelineview .k-scheduler-times tr:only-child,
        #KendoScheduler2 .k-scheduler-timelineWeekview .k-scheduler-times tr:only-child  {
            background-color: #fff;
        }

        #KendoScheduler2 .k-scheduler-agendaview .k-scheduler-header th {
            font-weight: 500;
            font-size: 14px;
            line-height: 20px;
            font-weight: 500;
            color: rgba(0,0,0,0.87);
        }

        #KendoScheduler2 .k-scheduler-agendaview .k-scheduler-content > *, 
        #KendoScheduler2 .k-scheduler-agendaview .k-scheduler-datecolumn{
            color: rgba(0, 0, 0, 0.87) !important;
        }

        #KendoScheduler2 .k-scheduler-agendaview :is(.k-scheduler-agendaday, .k-scheduler-agendaweek) {
            font-weight: 400;
        }

         #KendoScheduler2 .k-scheduler-agendaview .k-scheduler-timecolumn > * {
            color: rgba(0,0,0,0.87);
            font-weight: 400;
            line-height: 20px;
            font-size: 14px;
         }

        #KendoScheduler2 .k-scheduler-agendaview .k-scheduler-timecolumn:hover,
        #KendoScheduler2 .k-scheduler-agendaview .k-scheduler-table tr td:last-child:hover {
            background-color: #E5E8EA;
        }

        #KendoScheduler2 .k-scheduler-agendaview .k-scheduler-table tr .k-scheduler-datecolumn:active {
            background-color: #fff !important;
        }

/*Kendo Calendar Popup*/
.k-calendar-container, .k-calendar.k-widget {
    background-color: #ffffff;
    color: rgba(0,0,0,0.87) !important;
    font-weight: 400;
	border: none;
}

.k-calendar > .k-header {
    background-color: #ffffff;
}

.k-calendar > .k-header.k-hstack #nav-up {
	font-weight: 500;
    color: rgba(0,0,0,0.73);
}

.k-calendar tr.k-calendar-tr {
    background-color: #ffffff;
}

.k-calendar tr.k-calendar-tr th{
    color: rgba(0,0,0,0.73);
}

.k-calendar .k-calendar-td > .k-link {
    font-weight: 400;
}

.k-calendar .k-calendar-td.k-hover,
.k-calendar td.k-hover .k-link, 
.k-calendar td.k-state-hover .k-link {
	background-color: #E5E8EA;
    box-shadow: none; 
    border-color: transparent;
    color: rgba(0, 0, 0, .87);
}

.k-calendar .k-link {
    color: rgba(0,0,0,0.87);
    text-decoration-color: rgba(0,0,0,0.87);
}

.k-calendar .k-calender-td > .k-link:active {
	background-color: #B4C7ED;
	color: #152EA9;
}

.k-calendar .k-calender-td > .k-link:focus {
	border: 1px solid #152EA9;
	color: #00405E;
}

.k-calendar-td.k-other-month .k-link{
	color: rgba(0,0,0,0.5);
}

.k-calendar-td.k-other-month.k-hover > .k-link{
	background-color: rgba(0,0,0,0.04);
	color: rgba(0,0,0,0.5);
}

.k-calendar td.k-calendar-td.k-selected.k-focus .k-link,
.k-calendar td.k-calendar-td.k-selected .k-link{
    background-color: #152EA9;
    color: #ffffff;
	border: none; 
	box-shadow: none;
}
.k-calendar td.k-calendar-td.k-focus > .k-link {
    background-color: #ffffff;
    border: solid 2px #152EA9;
    box-shadow: none;
}

.k-footer > .k-link.k-nav-today,
.k-footer > .k-link.k-nav-today:hover {
	color: rgba(0,0,0,0.87);
}

.k-calendar-td.k-today > .k-link{
	border: solid 1px #8E9091;
	color: rgba(0,0,0,0.87);
	box-shadow: none;
}

.k-datepicker .k-icon.k-i-calendar {
	background-image: url('../images/icons/calendar.png') !important;
	background-size: 20px 20px;
	background-repeat: no-repeat;
	font-family: 'Noto Sans', sans-serif;
	height: 20px !important; 
	width: 20px !important; 
	display: inline-block;
}

.k-datepicker, 
.k-timepicker {
	font-weight: 400;
    box-shadow: none;
	color: rgba(0,0,0,0.87) !important;
    border: 1px solid #8E9091;
}

.k-datepicker.k-hover,
.k-timepicker.k-hover,
.k-picker.k-hover,
.k-multiselect.k-hover {
        background-color: #E5E8EA;
}

.k-datepicker input {
	width: 100% !important;
}

.k-timepicker input {
	width: 100% !important;
}

.k-datepicker .k-input {
	border: none;
	outline: none;
	text-align: left;
}

.k-datepicker .k-button {
	background: transparent;
	border: none; 
}

.k-datepicker .k-button .k-icon::before {
	content: none! important;
}

.k-calendar .k-icon.k-i-arrow-60-right {
	background-image: url('../images/icons/cal_right.png') !important;
	background-size: 30px 30px; 
	font-family: 'Noto Sans', sans-serif;
	height: 30px !important; 
	width: 30px !important; 
	display: inline-block;
	border: none;
}

.k-calendar .k-icon.k-i-arrow-60-left {
	background-image: url('../images/icons/cal_left.png') !important;
	background-size: 30px 30px; 
	font-family: 'Noto Sans', sans-serif;
	height: 30px !important; 
	width: 30px !important; 
	display: inline-block;
	border: none;
}

.k-calendar .k-icon::before {
	content: none! important;
}

/*Time Picker*/
.k-list .k-list-item {
    background-color: white;
    color: rgba(0,0,0,0.87);
    font-size: 14px;
    line-height: 22px;
}
    .k-list .k-list-item.k-hover:active {
        background-color:#B4C7ED;
        color: #152EA9;
    }
    .k-list .k-list-item.k-hover {
        background-color: #E5E8EA;
    }

    .k-list .k-list-item.k-selected {
        background-color: #E2E9F6;
        color: #152EA9;
        border: none;
        box-shadow: none;
    }

    .k-list .k-list-item.k-focus {
        outline: 2px solid #152EA9;
        box-shadow: none;
        outline-offset: -2px;
    }

/*jQuery Dialog*/

.ui-dialog {
	background-color: #ffffff !important;
	font-family: 'Noto Sans', sans-serif !important;
	font-size: 20px;
}

.ui-dialog .ui-dialog-titlebar,
.ui-dialog-title {
	background-color: #ffffff;
	border: none; 
	color: rgba(0,0,0,0.95);
	font-weight: 500;
	font-size: 20px;
    line-height: 24px;
}

.ui-dialog .ui-dialog-titlebar{
    border-bottom: 1px solid #E5E8EA;
}

.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close {
	background: none; 
	border: none; 
	outline: none; 
	cursor: pointer; 
}

.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close .ui-button-icon {
	background-image: url("../images/icons/eds_cancel.png");
	background-position-x: 0; 
	background-position-y: 0;
	background-size: contain;
	background-repeat: no-repeat; 
	border: none;
}
.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close .ui-button-icon:hover {
	background-color: rgba(0,0,0,0.04);
}

.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close .ui-button-icon:active {
	background-color: #152EA9;
}

.ui-dialog.ui-widget .ui-widget {
    font-family: 'Noto Sans', sans-serif;
	font-size: 14px;
}

.ui-dialog .ui-dialog-content.ui-widget-content input{
	font-family: 'Noto Sans', sans-serif;
	font-size: 14px;
}


.ui-dialog .ui-dialog-content.ui-widget-content input[type="file"] {
	background-color: #ffffff;
	color: rgba(0,0,0,0.73);
}

.ui-dialog .ui-dialog-content.ui-widget-content input[type="file"]::file-selector-button {
	background-color: #152EA9;
	color: #fff;
	padding: 8px 16px 8px 16px;
	border: none; 
	border-radius: 2px;
}

.ui-dialog .ui-dialog-content.ui-widget-content input[type="file"]::file-selector-button:hover {
	background-color: #102381;
}
.ui-dialog .ui-dialog-content.ui-widget-content input[type="file"]:focus {
	outline: 2px solid #152EA9;
}
.ui-dialog .ui-dialog-content.ui-widget-content input[type="file"]::file-selector-button:active {
    background-color: #0D1D6B;
}

.ui-dialog .ui-dialog-buttonpane.ui-widget-content {
	border-top: 1px solid #E5E8EA;
}

.ui-dialog .ui-dialog-buttonpane.ui-widget-content .ui-dialog-buttonset button.ui-button{
	font-family: 'Noto Sans', sans-serif;
	font-weight: 500;
    font-size: 14px;
    line-height: 20px;
}

.ui-dialog .ui-dialog-buttonpane.ui-widget-content .ui-dialog-buttonset button:first-child{
	background-color: #fff;
	color: #152EA9;
	padding: 8px 16px 8px 16px;
	border: none; 
	border-radius: 2px;
}

.ui-dialog .ui-dialog-buttonpane.ui-widget-content .ui-dialog-buttonset button:first-child:hover{
	background-color: #E2E9F6;
}

.ui-dialog .ui-dialog-buttonpane.ui-widget-content .ui-dialog-buttonset button:first-child:focus{
	background-color: #fff;
	color:  #152EA9;
	outline: solid 2px #152EA9;
    box-shadow: none;
    border: none;
    outline-offset: 2px;
}

.ui-dialog .ui-dialog-buttonpane.ui-widget-content .ui-dialog-buttonset button:first-child:active{
	background-color: #B4C7ED;
    color: #152EA9;
    outline: none;
    box-shadow: none;
}

.ui-dialog .ui-dialog-buttonpane.ui-widget-content .ui-dialog-buttonset button:last-child {
	background-color: #152EA9;
	color: #fff;
	padding: 8px 16px 8px 16px;
	border: none; 
	border-radius: 2px;
}

.ui-dialog .ui-dialog-buttonpane.ui-widget-content .ui-dialog-buttonset button:last-child:hover {
	background-color: #102381;
}

.ui-dialog .ui-dialog-buttonpane.ui-widget-content .ui-dialog-buttonset button:last-child:focus{
    outline: solid 2px #152EA9;
    box-shadow: none;
    border: none;
    outline-offset: 2px;
}

.ui-dialog .ui-dialog-buttonpane.ui-widget-content .ui-dialog-buttonset button:last-child:active{
	background-color: #0D1D6B;
    outline: none;
    box-shadow: none;
}

.ui-dialog .ui-dialog-buttonpane.ui-widget-content .ui-dialog-buttonset button:only-child{
	background-color: #152EA9;
	color: #fff;
	padding: 8px 16px 8px 16px;
	border: none; 
	border-radius: 2px;
}

.ui-dialog .ui-dialog-buttonpane.ui-widget-content .ui-dialog-buttonset button:only-child:focus{
    outline: solid 2px #152EA9;
    box-shadow: none;
    border: none;
    outline-offset: 2px;
    background-color: #152EA9;
    color: #fff;
}

.ui-dialog .ui-dialog-buttonpane.ui-widget-content .ui-dialog-buttonset button:only-child:hover{
	background-color: #102381;
    color: #fff;
}

.ui-dialog .ui-dialog-buttonpane.ui-widget-content .ui-dialog-buttonset button:only-child:active{
	background-color: #0D1D6B;
    outline: none;
    box-shadow: none;
    color: #fff;
}


.ui-widget-overlay.ui-front{
    background-color: rgba(0,0,0,0.50);
	opacity: 0.5 !important;
}

.ui-dialog .ui-widget-content.ui-state-error {
    font-size: 16px; 
    font-weight: 400;
    line-height: 22px;
    color: rgba(0, 0, 0, .73);
    outline: none !important;
    background-color: #fff;
    border: none;
    display: flex; 
    gap: 10px;
}

.ui-dialog .ui-widget-content.ui-state-error .ui-icon.ui-icon-alert {
    background-image: url('../images/icons/alert_dialog.png');
    background-position: 0px 0px;
    background-repeat: no-repeat;
    background-size: 40px 40px;
    height: 40px;
    width: 40px;
    max-width: 40px;
    flex-shrink: 0;
}

#HeaderContainer {
    height: 5em;
    vertical-align: middle;
    line-height: 66px;
    background-color: #152EA9;
    color: #fff;    
}

    #HeaderContainer #HeaderLogo {
        float: left;
        height: 3em;
        padding: 0 1em 0 3em;
        position: relative;
    }

#HeaderNavHelp {
    line-height: 20px;
    margin: 15px 0px 0px 0px;
}

    
        #HeaderContainer #HeaderLogo img {
            max-height: 100%;
            width: auto;
        }

        #HeaderContainer #HeaderLogo:after {
            content: "";
        }

        #HeaderContainer #HeaderLogo:has(img),
        .LoginLogo:has(img) {
            display: none;
        }

        #HeaderContainer #HeaderLogo:has(img.Logo),
        .LoginLogo:has(img.Logo) {
            display: block;
        }

        #HeaderContainer #HeaderLogo span {
            height: 200%;
            width: 100%;
            border-right: solid grey 1px;
        }

    #HeaderContainer #HeaderTitle {
        float: left;
        padding: 0 1em;
        font-size: 20px;
        font-weight: 500;
      }

    #HeaderContainer #HeaderNav {
        float: right;
        margin-right: 3em;
    }

#HeaderNavUser a, #HeaderNavUserName {
    font-weight: 400;
}

#HeaderNavUser,
#HeaderNavHelp {
    height: 20px;
    float: left;
    margin-left: 2em;
}

#HeaderNavUser .dropdown-toggle {
    line-height: 20px;
}

#HeaderNavUser .dropdown-menu > li > a:hover {
   background-color: #B4C7ED;
}

#LocationTreeView .icon {
    font-size: .7em;
    color: #5f8cbf;
    margin: 0;
}

#NavBarContainer {
    padding-left: 3em;
    background-color: #fff;
    box-shadow: 0px 2px 8px 0px #5254541F,
                0px 4px 4px 0px #36373833;
}

    #NavBarContainer #NavBarIcons {
        right: 3em;
        position: absolute;
        height: 100%;
        top: 50%;
        margin-top: -15px;
    }

    #NavBarContainer .caret,
    #ScheduleHeader .dropdown .caret,
    #HeaderNavUser .caret,
    #visitorGrid tr.k-master-row .caret {
        border: none; 
        margin: 0 0 0 0;
        background-image: url('../images/icons/chevron_expand_more_outline.svg');
        background-repeat: no-repeat;
        background-size: contain;
        height: 24px; 
        width: 24px;
    }
    #NavBarContainer .dropdown.open .caret,
    #ScheduleHeader .dropdown.open .caret,
    #HeaderNavUser.dropdown.open .caret,
    #visitorGrid tr.k-master-row .open .caret {
        rotate: 180deg;
    }

#NavBarIcons a {
    margin-left: .75em;
}

#PageContainer {
    background-color: #F7F8F8;
}

#ContentContainer {
    height: 100%;
    padding: 2em 3em 0 3em;
    overflow: hidden;
}

#LeftColumn {
    border-right: solid 1px #E5E8EA;
    width: 20em;
    height: 100%;
    float: left;
    overflow: auto;
    background-color: #fff;
    padding: 0em 0em 0 3em;
    margin: 0em 0em 0 -3em;
    box-shadow: inset 0px -1px 0px 0px #e5e8ea;
}
    #LeftColumn::before {
        content: ''; 
        position: absolute; 
        top: 0em; 
        left: -2em; 
        width: 25em; 
        height: 50%; 
        background-color: #fff;
        border-right: solid 1px #E5E8EA;
        z-index: -1;
    }

    #LeftColumn #LocationDropdown {
    }

        #LeftColumn #LocationDropdown .btn-group {
            width: 90%;
        }

        #LeftColumn #LocationDropdown .btn {
            padding: .5em 0;
            border: 1px solid #E5E8EA;
            color: rgba(0,0,0,0.73);
            font-weight: 400;
            line-height: 20px;
        }

        #LeftColumn #LocationDropdown .dropdown-menu {
            width: 100%;
            border: 1px solid #fff;
        }

        #LeftColumn #LocationDropdown .btn:hover {
            background-color: #E5E8EA;
            border: 1px solid #8E9091;
            color: rgba(0,0,0,0.87);
        }
        #LeftColumn #LocationDropdown .btn:focus {
            outline: 2px solid #152EA9;
            outline-offset: -2px;
        }
        #LeftColumn #LocationDropdown .btn:active {
            box-shadow: none; 
        }
        #LocationDropdown .btn-group.open .btn {
            background-color: #F7F8F8;
            border: solid 1px #8E9091;
            color: rgba(0,0,0,0.68);
        }

        #LeftColumn #LocationDropdown ul {
            background-color: white;
            color: rgba(0,0,0,0.73);
        }
            #LeftColumn #LocationDropdown .dropdown-menu li > a { 
                color: rgba(0,0,0,0.73);
            }
            #LeftColumn #LocationDropdown li > a:hover {
                background-color: #E5E8EA;
            }
            #LeftColumn #LocationDropdown li > a:focus {
                outline: 2px solid #152EA9;
                outline-offset: -1px;
            }
            #LeftColumn #LocationDropdown li > a:active {
                background-color:#B4C7ED;
                color: #152EA9;
                outline: none;
            }

    #LeftColumn #LocationSearch {
        padding-top: 1em;
        width: 91%;
    }

    #LeftColumn #LocationSearch .input-group {
        border: 1px solid #E5E8EA !important;
        background-color: transparent;
    }

    #LeftColumn #LocationSearch .input-group:hover {
        background-color: #E5E8EA;
        border: 1px solid #8E9091 !important;
    }

    #LeftColumn #LocationSearch .input-group:focus-within {
        background-color: #ffffff;
        outline: 2px solid #152EA9 !important;
        outline-offset: -1px;
    }
	
	#LeftColumn #LocationSearch .input-group input.form-control::placeholder {
		color: black;
		opacity: 0.38;
	}

    #LeftColumn #LocationSearch .input-group .form-control,
    #LeftColumn #LocationSearch .input-group .input-group-addon {
        background-color: transparent;
        border: none !important;
        color: rgba(0,0,0,0.73);
    }

    #LeftColumn #LocationSearch .input-group .input-group-addon {
        color: #707273;
    }

    #LeftColumn #tree1 .jstree-anchor {
        font-size: 14px; 
        line-height: 20px; 
        font-weight: 400;
    }

    #LeftColumn #tree1 .jstree-anchor.jstree-hovered {
        background-color: #E5E8EA;
    }

    #LeftColumn #tree1.jstree-default > .jstree-no-dots .jstree-open > .jstree-ocl,
    #LeftColumn #tree1.jstree-default > .jstree-no-dots .jstree-closed > .jstree-ocl {
        background-image: url("../images/icons/caret_right_filled.svg");
        background-position: 0px 0px;
        height: 24px;
        width: 24px;
        color: #707273;
    }

    #LeftColumn #tree1.jstree-default > .jstree-no-dots .jstree-open > .jstree-ocl {
        rotate: 90deg;
    }

    #LeftColumn #tree1.jstree-default .jstree-anchor.jstree-search {
        color: #152EA9;
    }

#RightColumn {
    height: 100%;
    float: left;
    padding-left: 2em;
    overflow: hidden;
}

#RightContent {
    float: left;
    padding-left: 2em;
    overflow-y: auto;
}

#RightContent h5 {
    font-size: 14px;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 500;
    line-height: 18px;
}
#RightContent h5:has(span) {
    display: flex;
    align-items: center;
    vertical-align: middle;
    gap: 10px;
}
#RightContent h5 span label {
    display: flex;
    align-items: center;
    vertical-align: middle;
    font-size: 14px;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 500;
    line-height: 18px;
}

#Reservations {
    height: 50%;
    width: 100%;
    position: relative;
}

#ReservationsHeader {
    width: 100%;
    height: 2.5em;
    margin-bottom: 1em;
    display: flex;
    align-items: center;
}

    #ReservationsHeader .fa,
    #ReservationsHeader .glyphicon {
        background-color: #7f3f98;
        padding: .5em;
        color: white;
    }

#ReservationsFooter,
#FlaggedFooter {
    position: absolute;
    height: 1.5em;
    width: 100%;
    bottom: 0;
    padding-bottom: 0.35em;
    background-color: #f7f8f8;
}

#ReservationsMore,
#FlaggedMore {
    position: absolute;
    right: 0;
    font-size: 16px;
    line-height: 22px;
    margin-right: 1em;
}

#ReservationMisc {
    height: 34px;
    margin-left: 1em;
    font-weight: 400;
    font-size: 14px;
    margin-right: 4em;
    display: flex;
    align-items: center;
    line-height: 20px;
    vertical-align: middle;
    color: rgba(0, 0, 0, .87);
}

.eds-star-filled-icon {
    background-image: url('../images/icons/star_filled.svg');
    background-repeat: no-repeat;
    background-size: contain;
    height: 20px;
    width: 20px;
}

.eds-list-view-filled-icon {
    background-image: url('../images/icons/list_view_filled.svg');
    background-repeat: no-repeat;
    background-size: contain;
    height: 20px;
    width: 20px;
}

.eds-flag-filled-filled-icon {
    background-image: url('../images/icons/flag_filled.svg');
    background-repeat: no-repeat;
    background-size: contain;
    height: 20px;
    width: 20px;
}

#ReservationsTitle,
#FavoritesTitle {
    display: inline-block;
    margin-left: .5em;
    color: #000;
    margin: 0px 0px 0px .5em;
    font-weight: 500;
}

#ReservationsScheduleLink,
#ReservationsDate {
    float: right;
    margin-left: .5em;
    margin-right: 1em;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    color: #000;
}

#ReservationsDate {
    margin-left: auto;
}

#ReservationsScheduleLink, 
#FlaggedMore,
#ReservationsMore a {
    text-decoration: underline;
    text-decoration-color: #152EA9;
}

#ReservationsCards {
    padding: 0;
    height: 80%;
    overflow: auto;
    font-size: 16px;
}

    #ReservationsCards .ReservationCard {
        height: 8em;
        padding: 0;
    }

    #ReservationsCards .ReservationCard:last-child,
    #ReservationsCards .ReservationCard:nth-last-child(2) {
        margin-bottom: 3em;
    }

    #ReservationsCards .ReservationCardContent {
        height: 5em;
        margin: 1em 1em 0 0;
        padding: 1em;
        background-color: #fff;
        box-shadow: 0px 3px 3px 0px #52545429,
                    0 1.5px 2px 0px #36373822;
    }

    .ReservationCard .glyphicon.glyphicon-info-sign.ReservationCardInfo {
        background-image: url('../images/icons/info_filled.svg');
        background-repeat: no-repeat;
        background-size: contain;
        height: 14px;
        width: 14px;
        font-family: 'Noto Sans';
    }
    .ReservationCard .glyphicon.glyphicon-info-sign::before {
        content: '';
    }
    .ReservationCard .ReservationCardContent .ReservationCardTop button:focus-visible {
        outline: 2px solid #152EA9;
    }

.ReservationCard .ReservationCardClose {
    position: absolute;
    right: 1.75em;
    top: 1.25em;
}

    .ReservationCard .ReservationCardClose button {
        color: #707273;
        font-weight: 400;
    }

    .ReservationCard button.close {
        opacity: 1;
    }

        .ReservationCard .ReservationCardClose button:hover {
            background-color: rgba(0,0,0,0.04);
        }
        .ReservationCard .ReservationCardClose button:focus{
            outline: 2px solid #152EA9;
        }

.ReservationCard .ReservationCardTitle {
    color: #152EA9;
    font-weight: 500;
    font-size: 1em;
    line-height: 1.375em;
}

    .ReservationCard .ReservationCardTop .btn-glyphicon {
        background-color: inherit;
    }

.ReservationCard .ReservationCardInfo {
    color: #5f8cbf;
    font-size: 1em;
    margin: 0 .5em;
}

.ReservationCard .ReservationCardContent .reserve-date-time {
    font-style: italic;
    font-weight: 400;
    font-size: 0.75em;
    line-height: 1.5em;
    color: #000;
}

.ReservationCard .ReservationCardContent .reserve-location {
    font-weight: 500;
    font-size: 0.875em;
    line-height: 1.4285em;
    color: #000;
}

.ReservationCard .ReservationCardTop i {
    margin-top: -.5em;
}

#ReservationsCards .ReservationCard .ReservationCardType {
    font-size: .8em;
    margin-right: 1em;
}

.ReservationCard .fa {
    font-size: .8em;
    margin-right: .5em;
}

#ReservationsFooter {
    width: 100%;
    height: 2em;
    margin-top: .5em;
}

    #ReservationsFooter a {
        float: right;
    }


#ModalOptions tr:focus,
#ModalOptions h3:focus,
#ModalOptions h1:focus,
#ModalOptions .row.form-group > *:focus {
    outline: 2px solid #152EA9;
}

#ModalOptions .row.form-group > *:focus {
    outline-offset: 0.3em;
}

#ModalOptions h1 {
    font-weight: 500;
    font-size: 20px; 
    line-height: 24px;
    color: rgba(0,0,0,0.95);
}

#ModalOptions h3 {
    color: rgba(0,0,0,0.87);
}

#ModalOptions .form-group {
    font-weight: 400;
    font-size: 14px; 
    line-height: 20px;
    color: rgba(0,0,0,0.68);
}

#ModalOptions .form-group .control-label{
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: rgba(0,0,0,0.87);
}

#ModalOptions hr.action-separator { 
    background-color: #E5E8EA;
    border-color: #E5E8EA;
}

#ModalOptions table .table-bordered tbody tr:nth-child(odd) {
	background-color: #F7F8F8;
}
#ModalOptions table .table-bordered tbody tr:nth-child(even) {
	background-color: #ffffff;
}

#ModalOptions .k-window-title {
    padding: 10px 0 10px 0;
}

.bodyWidth #ModalOptions .btn-group .close-button {
    margin-bottom: 20px;
}

.LocationCard .ResourceCard {
    height: 7em;
    padding: 0;
}

.LocationCard .ResourceCardContent {
    height: 4em;
    margin: 1em 1em 0 0;
    padding: 1em;
    background-color: #fff;
    border: 1px solid #8E9091;
}

.ResourceCard {
    height: 9em;
    padding: 0;
}

.ResourceCardContent {
    height: 6em;
    margin: 1em 1em 0 0;
    padding: 1em;
    background-color: #f0f1f2;
}

.LocationCard .ResourceCard .ResourceCardClose {
    position: absolute;
    right: .5em;
    top: 1.25em;
}

.ResourceCard .ResourceCardClose {
    position: absolute;
    right: 1.75em;
    top: 1.25em;
}

    .ResourceCard .ResourceCardClose button {
        color: #707273;
        font-weight: 400;
        font-size: 26px;
        opacity: .5;
        opacity: 1;
    }

        .ResourceCard .ResourceCardClose button:hover {
            opacity: 3;
        }

        .ResourceCard .ResourceCardClose button:focus {
            outline: 2px solid #152EA9;
        }

.ResourceCard .ResourceCardTitle {
    font-weight: 600;
    font-size: 1.1em;
    padding-left: 12px;
}

.ResourceCard .ResourceCardTime, .ResourceCard .ResourceCardStatus {
    font-weight: 400;
    font-size: .8em;
}

.ResourceCard .ResourceCardSetup {
    font-weight: 400;
    font-size: 1em;
    margin-top: .5em;
    display: flex;
    align-items: center;
    /*line-height: 42px;*/
    vertical-align: middle;
}

.ResourceCard .ResourceCardInfo {
    color: #5f8cbf;
    font-size: .8em;
    margin: 0 .5em;
}

.ResourceCard .ResourceCardType {
    color: orange;
    font-size: .8em;
    margin-right: 1em;
}

.ResourceCard .fa {
    font-size: .8em;
    margin-right: .5em;
}

.ResourceCardButtonRow {
    margin-top: 5px;
}

.ResourceCardOrder {
    border: 1px solid #FFA810;
    background-color: white;
    padding: .5em;
    margin: 1em 0;
    display: table;
}

.ResourceCardOrderContent {
    display: table-cell;
    padding-right: .5em;
}

.ResourceCardOrderEdit {
    display: table-cell;
    width: 2.5em;
    vertical-align: middle;
}

.FavoriteStar {
    color: #152EA9;
}

.SectionTopBorder {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-top: 1px solid #CBCFD0;
    padding-top: 1em;
}

#Favorites {
    height: 50%;
    width: 100%;
    overflow: hidden;
    position: relative;
}

#FavoritesHeader {
    position: relative;
    margin-bottom: 1em;
    display: flex;
    align-items: center;
    line-height: 33px;
    font-size: 30px;
    margin-top: 10px;
}

    #FavoritesHeader .fa {
        background-color: #adc63f;
        padding: .5em;
        color: white;
    }

#FavoritesSchedule {
    margin: 0;
    padding: 0;
    height: 80%;
    width: 100%;
    position: relative;
    border-width: 0;
    box-shadow: 0px 3px 3px 0px #52545429,
                0px 1.5px 2px 0px #36373833;
}

#FavoritesScheduleBorder {
    position: absolute;
    top: -3px;
    bottom: -3px;
    border: 1px #e5e8ea solid;
}

#FavoritesScheduleWorkHours {
    margin-left: auto;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    text-decoration: underline;
    text-decoration-color: #152EA9;
    margin-right: 1em;
    padding-right: 5px;
}

#KendoScheduler {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    border-width: 0;
}

    #KendoScheduler .k-scheduler-table.TimeRow th,
    #KendoScheduler .k-scheduler-layout tr+tr .k-scheduler-times th.k-slot-cell,
    #KendoScheduler .k-scheduler-table td {
        border-color: #Dfe3E5;
    }
    
    #KendoScheduler .k-scheduler .k-scrollbar-v .k-scheduler-header-wrap {
        border-right-width: 0px;
    }

    #KendoScheduler .k-scheduler-table .k-scheduler-group-cell a {
        color: rgba(0,0,0,0.87);
        font-weight: 400;
    }
    #KendoScheduler .k-scheduler-table .k-scheduler-group-cell a:hover {
        color: rgba(0,0,0,0.87);
    }

    #KendoScheduler suffix,
    #KendoScheduler hour  {
        font-size: 14px; 
        line-height: 20px;
        font-weight: 500;
        vertical-align: baseline;
    }

    #KendoScheduler .k-scheduler-content:focus-visible{
        outline: 2px solid #152EA9;
    }       


    /* Kendo Scheduler3 */
    #KendoScheduler3 {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    border-width: 0;
    }

    #KendoScheduler3 .k-scheduler-table.TimeRow th,
    #KendoScheduler3 .k-scheduler-layout tr+tr .k-scheduler-times th.k-slot-cell,
    #KendoScheduler3 .k-scheduler-table td {
        border-color: #Dfe3E5;
        border-top: 1px solid #E5E8EA;       
    }

    #KendoScheduler3 .k-scheduler-navigation .k-button.k-icon-button {
        background-color: #ffffff;
        border: 1px solid #8E9091;
    }
    #KendoScheduler3 .k-scheduler-navigation .k-button.k-icon-button .k-icon {
        color: #8E9091;
    }
        #KendoScheduler3 .k-scheduler-navigation .k-button.k-icon-button:focus,
        #KendoScheduler3 .k-scheduler-views.k-button-group .k-button:focus,
        #KendoScheduler3 .k-button-group .k-button.k-focus {
            box-shadow: none;
            outline: 2px solid #152EA9;
        }
        #KendoScheduler3 .k-scheduler-navigation .k-button.k-icon-button:hover,
        #KendoScheduler3 .k-scheduler-views.k-button-group .k-button:hover {
            background-color: #E5E8EA;
        }
        #KendoScheduler3 .k-scheduler-navigation .k-button.k-icon-button:active,
        #KendoScheduler3 .k-scheduler-views.k-button-group .k-button:active {
            background-color: #F7F8F8;
            outline: 1px solid #152EA9;
        }
        #KendoScheduler3 .k-scheduler-navigation .k-button.k-icon-button:active .k-icon {
            color: #152EA9;
        }
        #KendoScheduler3 .k-scheduler-navigation .k-button.k-nav-today {
            background-color: transparent;
            color: #152EA9;
            border: 1px solid #152EA9;
            font-size: 14px;
            font-weight: 500;
            line-height: 20px;
            margin-right: 20px;
        }
        /*date and time on KendoScheduler3*/
        
        #KendoScheduler3 .k-lg-date-format{
            font-size: 14px;
            font-weight: 500;
            line-height: 20px;
            color: #152EA9;
            margin-left: 10px;
        }

        #KendoScheduler3 .k-lg-date-format:hover{
            text-decoration: underline;
        }

        #KendoScheduler3 span.k-icon.k-i-calendar{
            color: #152EA9;
            font-size: 20px;
            margin-left: 20px !important;
         }

        #KendoScheduler3 .k-scheduler-navigation .k-button.k-nav-today:hover {
            background-color: #E2E9F6;
        }
        #KendoScheduler3 .k-scheduler-navigation .k-button.k-nav-today:focus,
        #KendoScheduler3 .k-scheduler-navigation .k-button.k-nav-today.k-focus
        {
            outline: 2px solid #152EA9;
            outline-offset: 2px;
            box-shadow: none;
        }
        #KendoScheduler3 .k-scheduler-navigation .k-button.k-nav-today:active
        {
            background-color: #B4C7ED;
        }
      
        #KendoScheduler3 .k-scheduler-toolbar.k-toolbar,
         #KendoScheduler3 .k-scheduler-footer.k-toolbar {
            background-color: #fff;                 
         }

        #KendoScheduler3 {
            border: none;
         }

        #KendoScheduler3 > table {
            border: 1px solid #E5E8EA; 
        }

        #KendoScheduler3 .k-scheduler-content .k-scheduler-table tr:active td{
             background-color: #B4C7ED;
        }
        
        #KendoScheduler3 > table.k-scheduler-layout::after {
            content: "";
            position: absolute;
            top: 0;
            right: 0;
            height: 100%;
            width: 1px;
            background-color: #E5E8EA;
        }

        #KendoScheduler3 .k-scheduler-footer .k-button.k-scheduler-fullday {
            color: #152EA9;
            background-color: transparent;
            border: none;
            font-weight: 500;
            font-size: 16px;
            line-height: 22px;    
            box-shadow: none;        
        }

        #KendoScheduler3 .k-scheduler-table .k-slot-cell strong{
            font-weight: 500;
            line-height: 20px;
        }

        #KendoScheduler3 .GroupHeaderTemplate{
            font-weight: 500;
            line-height: 20px;
        }

        #KendoScheduler3 span.k-button-icon.k-icon.k-i-clock{
            margin-top: 5px !important;
        }        
 
        #KendoScheduler3 .k-scheduler-footer .k-button.k-scheduler-fullday:hover {
            text-decoration: underline;
        }

        #KendoScheduler3 .k-scheduler-table .k-scheduler-group-cell a {
        color: rgba(0,0,0,0.87);
        font-weight: 400;
        }
        #KendoScheduler3 .k-scheduler-table .k-scheduler-group-cell a:hover {
        color: rgba(0,0,0,0.87);
        }

        #KendoScheduler3 suffix,
        #KendoScheduler3 hour  {
            font-size: 14px; 
            line-height: 20px;
            font-weight: 500;
            vertical-align: baseline;
        }		
		
        #KendoScheduler3 .k-icon-button.k-scheduler-refresh{
        color: #707273;
        box-shadow: none;
        border: 1px solid #8E9091;
        }

        #KendoScheduler3 .k-icon-button.k-scheduler-refresh:active, 
        #KendoScheduler3 .k-icon-button.k-scheduler-refresh:active .k-icon{
            color: #152EA9;
        }

        #KendoScheduler3 .k-icon-button.k-scheduler-refresh:focus{
             box-shadow: none;
             outline: 2px solid #152EA9;
        }

        #KendoScheduler3 .k-icon-button.k-scheduler-refresh:hover{
            background-color: #E5E8EA;
        }

         #KendoScheduler3 .k-scheduler-toolbar a.k-nav-current.k-focus,
        .k-datepicker.k-state-border-down {
        outline: 2px solid #152EA9;
        box-shadow: none;
        border: none;
        }

    #KendoScheduler3 > table {
        border: 1px solid #E5E8EA; 
        box-shadow: 0px 2px 8px 0px #5254541F,
                    0px 4px 4px 0px #36373833;

    }
	/*Table*/
        #KendoScheduler3 .k-scheduler-times table.k-scheduler-table tr th,
        #KendoScheduler3 .k-scheduler-content table.k-scheduler-table tr td,
        #KendoScheduler3 .k-scheduler-header table.k-scheduler-table tr th,
        #KendoScheduler3 .k-scheduler-toolbar.k-toolbar,
        #KendoScheduler3 .k-scheduler-footer.k-toolbar,
        #KendoScheduler3 .k-scheduler-header-wrap {
            border-color: #E5E8EA;
        }

         #KendoScheduler3 .k-scheduler-content .k-scheduler-table tr:hover {
            background-color: #E5E8EA;
        }
        #KendoScheduler3 .k-scheduler-content .k-scheduler-table tr:has(+ tr:nth-child(even):hover) td,
        #calbody tr:has(+ tr:nth-child(even):hover) td {
            border-bottom-color: rgba(0,0,0,0.5);
        }
        #KendoScheduler3 .k-scheduler-content .k-scheduler-table tr:has(+ tr:nth-child(odd):hover) td,
        #calbody tr:has(+ tr:nth-child(odd):hover) td{
            border-bottom-color: rgba(0,0,0,0.1);
        }

        
   /* end KS3*/

#FavoritesSchedule #ResourceColumn {
    height: 100%;
    width: 20%;
    float: left;
    text-wrap: none;
}

    #FavoritesSchedule #ResourceColumn .Resource {
        color: #5f8cbf;
        font-weight: 500;
    }

    #FavoritesSchedule #ResourceColumn img,
    #FavoritesSchedule #ResourceColumn span {
        margin-right: 1em;
    }

#FavoritesSchedule .Reserved {
    color: #909090;
}

#FavoritesSchedule .Available {
    color: #adc63f;
}

#FavoritesSchedule .Resource {
    height: 3em;
    border-bottom: 2px solid #e1e3e5;
}

    #FavoritesSchedule .Resource img {
        height: 3em;
    }

#FavoritesSchedule #ScheduleColumn {
    height: 100%;
    width: 80%;
    overflow-x: hidden;
    float: left;
}

#FavoritesSchedule .TimeHeader {
    height: 3em;
    background-color: #f6f5f1;
    border-top: 2px solid #e1e3e5;
    border-bottom: 2px solid #e1e3e5;
}

#FavoritesSchedule .TimeRow {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
}

#FavoritesSchedule .TimeCell {
    height: 100%;
    width: 6em;
    border-left: 2px solid #e1e3e5;
    display: inline-block;
    padding: 0;
    margin: 0;
    text-align: center;
    vertical-align: middle;
    line-height: 3em;
}


#FooterContainer {
    height: 4em;
    width: 100%;
    padding-top: 1em;
    color: rgba(0,0,0,0.87);
}

.SectionTitle {
    font-size: 1.5em;
    font-weight: 300;
}

#ReservationBar {
    height: 2em;
    width: 100%;
    padding: .25em;
    margin: 1em 0;
    background-color: #e0e9f2;
}

#ReservationBarName,
#ReservationBarAttendeesNumber,
#ReservationBarTypes,
#ReservationBarPrivate,
#ReservationBarVisitors {
    float: left;
    margin-right: 1em;
    height: 1.5em;
}

#ReservationBar select {
    height: 22px;
    border: 1px solid #5f8cbf;
}

#ReservationBar input {
    border: 1px solid #5f8cbf;
}


    #ReservationBar input[type=checkbox]:before {
        position: relative;
        display: block;
        content: "";
        width: 20px;
        height: 20px;
        cursor: pointer;
        font-size: 20px;
        background-color: white;
        border: 1px solid #5f8cbf;
    }

#nav #outlook {
    overflow: hidden;
}

.StyledCheckbox .k-checkbox-label:before,
.StyledCheckbox .k-checkbox-label:after,
.StyledCheckbox .k-checkbox:checked + .k-checkbox-label:after {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #5f8cbf;
}

.StyledCheckbox label {
    padding-top: 3px;
    margin-left: 5px;
}

.PopupSelector {
    height: 100%;
}

.FixHeight {
  height: 1px;
}

@-moz-document url-prefix() {
   .FixHeight {
        height: 100%;
    }
}

div.PopupSelector {
    position: relative;
    z-index: 8;
}

.rounded-square {
    width: .8em;
    height: .8em;
    margin-right: 5px;
    border: .1em solid #707273;
    border-radius: .25em !important;
    display: inline-block;
}

.rounded-square-blank {
    width: .8em;
    height: .8em;
    margin-right: 5px;
    border: .1em solid transparent;
    border-radius: .25em !important;
    display: inline-block;
}


.gridview {
    padding: 0;
}

.InlineSelect {
    width: 200px;
    display: inline;
}

#GridViewTable {
    width: 100%;
    position: relative;
}

#GridViewTable::after {
    position: absolute;
    content: '';
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 20px;
    box-shadow: 0px 3px 3px 0px #52545429, 0px 1.5px 2px 0px #36373833;
    border-bottom: 1px solid #E5E8EA;
    background-color: #ffffff;
}

#ScheduleGridViewTable {
    width: 100%;
    position: relative;
}

.FreeBusyRow .SmReg {
    height: 100%;
}

#launchChooserSpan.input-group-addon,
#hostNameSpan.input-group-addon {
    background-color: #B4C7ED;
    border: solid 2px #152EA9;
    cursor: pointer;
    color: #152EA9;
}

.NoMargin {
    margin: 0 !important;
}

.NoMarginLeftAndRight {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.NoMarginsLeft {
    margin-left: 0 !important;
}

.NoMarginsRight {
    margin-right: 0 !important;
}

.NoTopMargin {
    margin-top: 0 !important;
}

.NoPadding {
    padding: 0 !important;
}

.NoPaddingLeft {
    padding-left: 0 !important;
}

.NoPaddingRight {
    padding-right: 0 !important;
}

.SetupTime,
.CleanupTime {
    height: 100%;
}

    .SetupTime .PopupSelector {
        /*background-color: black;
        opacity: .15;*/
        background: repeating-linear-gradient( 135deg, rgba(255,255,255,.2), rgba(255,255,255,.2) 5px, rgba(0,0,0,.1) 5px, rgba(0,0,0,.1) 10px );
    }

    .CleanupTime .PopupSelector {
        /*background-color: black;
        opacity: .15;*/
        background: repeating-linear-gradient( 45deg, rgba(255,255,255,.2), rgba(255,255,255,.2) 5px, rgba(0,0,0,.1) 5px, rgba(0,0,0,.1) 10px );
    }

#NowTimeOverlay,
#ScheduleNowTimeOverlay {
    background-color: rgba(9, 152, 45, 0.35);
    border: solid 1px #09982D;
    z-index: 7;
    position: absolute;
    pointer-events: none;
    /*background: repeating-linear-gradient( 45deg, rgba(224,233,242,.2), rgba(224,233,242,.2) 10px, rgba(65,108,156,.2) 10px, rgba(65,108,156,.2) 20px );*/
}

.FreeBusyGridLeft,
.ScheduleFreeBusyGridLeft {
    position: relative;
    vertical-align: top;
    z-index: 9;
    background-color: white;
    white-space: nowrap;
}

.FreeBusyGridRight {
    position: relative;
    z-index: 5;
    width: 99%;
}

    .FreeBusyGridRight .FreeBusyGridContent {
        overflow-x: scroll;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        height: 99.99%;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 5;
        position: absolute;
    }

    .FreeBusyGridRight .FreeBusyGridScrollLeft {
        position: absolute;
        left: 0;
        top: 0;
        width: 15px;
        height: 100%;
        background-color: #b4c7ed;
        color: white;
        opacity: 0.5;
        z-index: 10;
        cursor: pointer;
    }

    .FreeBusyGridRight .FreeBusyGridScrollRight {
        position: absolute;
        right: 0;
        top: 0;
        width: 15px;
        height: 100%;
        background-color: #b4c7ed;
        color: white;
        opacity: 0.5;
        z-index: 10;
        cursor: pointer;
    }

        .FreeBusyGridRight .FreeBusyGridScrollLeft span,
        .FreeBusyGridRight .FreeBusyGridScrollRight span {
            text-align: center;
            top: 49%;
        }

    .FreeBusyGridRight .FreeBusyGridScrollLeft:focus, 
    .FreeBusyGridRight .FreeBusyGridScrollRight:focus,
    .FreeBusyGridContent:focus {
        outline: 2px solid #152EA9;
        outline-offset: -2px;
    }

    .FreeBusyGridContent:focus {
        outline-offset: 2px;
    }

#CurrentlySelected {
    margin-bottom: 15px;
    font-size: 1.25em;
    font-weight: 300;
    display: none;
}

#SelectedResources {
    background-color: white;
}

#SaveLinkDisplay {
    font-size: larger;
}

#SchedFBTableResults tr:nth-child(1),
#SchedFBTableResults tr:nth-child(2) {
    display: table-row !important;
}

#SchedFBTableResults .TimeZoneRow,
#SchedFBTableResults .FreeBusy24HrDisplay {
    display: none;
}

.FreeBusy24HrDisplay,
.FreeBusyNumberLine {
    height: 40px;
}

    .FreeBusy24HrDisplay th, .FreeBusyNumberLine th {
        background-color: #ffffff;
        color: rgba(0,0,0,0.87) !important;
        border-top: solid 1px #E5E8EA;
        border-bottom: solid 1px #E5E8EA;
        border-right: solid 1px #E5E8EA;
        border-left: none !important;
        padding-left: 10px;
        min-width: 60px;
    }

    .FreeBusy24HrDisplay .HeaderHour,
    .FreeBusy24HrDisplay .TimePeriod {
        font-size: 14px;
        font-weight: 500;
        line-height: 20px;
        color: rgba(0,0,0,0.87);
    }

#SchedFBTable .FreeBusyBlankRow {
    background-color: #f0f1f2;
    color: black !important;
    height: 70px;
}

#FBTable .FreeBusyBlankRow {
    display: none;
}

#FBTableResults .TimeZoneRow {
    background-color: #ffffff;
}

.TimeZoneRow span b {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: rgba(0,0,0,0.87);
}

.TimeZoneRow span {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: rgba(0,0,0,0.87);
}

#ScheduleColorsLegend {
    margin-top: 25px;
}

#ScheduleColorsLegend div,
#ScheduleCategoriesLegend div {
    margin: 0 15px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: rgba(0,0,0,0.87);
}

#ScheduleCategoriesLegend {
    margin-top: 25px;
}

#ScheduleCategoriesLegend div img,
#ScheduleColorsLegend div img {
    border: 2px solid #707273;
}

#FBTableResults .TimeZoneRow td,
#SchedFBTableResults .TimeZoneRow td {
    height: 30px;
}

#FBTableResults,
#SchedFBTableResults {
    position: absolute;
    left: 0;
    top: 0;
    width: 1500px;
}

    #FBTableResults col,
    #SchedFBTableResults col {
        width: 15px;
        overflow: hidden;
    }

    #FBTableResults .FreeBusyTimeRow td,
    #SchedFBTableResults .FreeBusyTimeRow td {
        height: 0 !important;
        overflow: hidden;
    }

#FBTable,
#SchedFBTable {
    vertical-align: top;
}

    #FBTable tbody,
    #SchedFBTable tbody {
        border: solid 1px #E5E8EA;
    }

    #FBTable td,
    #SchedFBTable td {
        padding-left: 30px;
        height: 40px;
        border-bottom: solid 1px #E5E8EA;
        font-size: 14px;
        line-height: 20px;
        font-weight: 400;
        color: rgba(0,0,0,0.87);
    }

    #SchedFBTable td {
        border-top: solid 1px #E5E8EA;
    }

    #FBTable tr,
    #SchedFBTable tr {
        border-bottom: solid 1px #E5E8EA;
    }

    #FBTable .FreeBusyHeaderRow td,
    #SchedFBTable .FreeBusyHeaderRow td {
        background-color: #ffffff;
        height: 70px;
        font-size: 20px;
        font-weight: 500;
        line-height: 24px;
        color: rgba(0,0,0,0.95);
    }

#SchedFBTableResults .FreeBusyBlankRow {
    display: none;
}

#FBTable #FreeBusyOptionsToggle td,
#SchedFBTable #FreeBusyOptionsToggle td {
    background-color: #f0f1f2;
    text-align: right;
    height: 50px;
    border: solid 1px #E5E8EA;
}

#FBTable #FreeBusyOptionsToggle,
#SchedFBTable #FreeBusyOptionsToggle {
    height: 30px;
}

#FBTable select, #SchedFBTable select {
    /*float: right;
    width: 200px;*/
}

.FreeBusyLeftCell {
    white-space: nowrap;
}

    .FreeBusyLeftCell select {
        padding: 3px 5px;
    }

    .FreeBusyLeftCell .resPopUp {
        font-size: 14px;
        font-weight: 500;
        line-height: 20px;
        color: rgba(0,0,0,0.87);
    }

#FBTableResults td,
#SchedFBTableResults td {
    height: 40px;
    border: solid 1px #E5E8EA;
}

#RSVPInfoMain .form-group .control-label {
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    color: rgba(0,0,0,0.87);
}

#RSVPInfoMain .form-group {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    color: rgba(0,0,0,0.68);
}

#SchedDtl3Main .ReservationCard b,
#SchedDtl3Main .ReservationCard em {
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    color: rgba(0,0,0,0.87);
}

#SchedDtl3Main .ReservationCard em {
    font-weight: 400;
}

.TimePeriod {
    margin-left: 5px;
}

.MarginLeft {
    margin-left: 10px;
}

.MarginRight {
    margin-right: 10px;
}

.SmMarginRight {
    margin-right: 3px;
}

.SmMarginLeft {
    margin-left: 3px;
}

#ViewerToolbar {
    margin-top: 0;
    margin-bottom: 15px;
    padding-top: 0;
}

.RequiredLabel {
    color: crimson;
}

.k-window-titlebar {
    border: none;
    background-color: transparent;
}

.k-window-actions .k-state-hover {
    background-color: transparent;
    padding: 0;
    background-position: -48px -16px;
    border: none;
}

.DisabledSlot {
    background-color: #ECEEEF !important;
}

.DisabledSlot .k-link {
    color: #7f7f7f;
}

.CheckBox {
    height: 20px;
    width: 20px;
}

input[type=checkbox]:focus {
    outline: 2px solid #152EA9 !important;
    outline-offset: 4px;
}

#SearchOptionsContainer {
    padding-top: 0;
}

#TopSummaryFirstRow,
#TopSummarySecondRow,
#TopSummaryThirdRow,
#TopSummaryFourthRow,
#TopSummaryFifthRow {
    height: 35px;
    margin: auto;
    line-height: 35px;
}

#TopSummaryOptionsAndProxiesLinks .btn {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 0;
    float: right;
    text-transform: uppercase;
    vertical-align: middle;
    height: 100%;
    line-height: 35px;
}

#TopSummaryOptionsAndProxiesLinks {
    padding-right: 0;
    height: 100%;
}

#TopSummary label {
    margin-right: 5px;
}

#TopSummaryHR {
    margin-top: 0;
}

#TopSummaryEndTime {
    margin-left: 15px;
}

#TopSummaryColorSelect,
#TopSummaryVisitors,
#TopSummaryTime {
    white-space: nowrap;
}

#UDFNew {
    float: right;
}

.EditIcon,
.DeleteIcon {
    float: left;
}

.UDFTableRow {
    background-color: #e1e3e5;
    padding: 5px;
    border-bottom: 1px solid white;
}

#FooterButtons {
    padding-left: 30px;
    padding-bottom: 15px;
}

.input-xs {
    height: 22px;
    padding: 2px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

#PageOutlookTabs .container-fluid,
#PageOutlookDisplay .container-fluid,
#SearchOptions {
    padding-left: 0;
    margin-left: 0;
}

#PageOutlookDisplay {
    overflow-x: hidden;
}

a#ContentDivToggle,
a#FilterDivToggle {
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
}

#SearchOptionsHeader {
    margin-bottom: 10px;
    margin-top: 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: rgba(0,0,0,0.7);
    width: 98vw;
}

#SearchOptionsToggle {
    position: absolute;
    right: 0;
}

#SearchOptions select {
    padding-left: 40px;
    height: 42px;
}

#SearchOptions .k-datepicker,
#SearchOptions .k-datepicker .k-button {
    height: 100%;
}

.SearchOptionsFirstDropdown {
    margin-left: 0;
    margin-right: 2px;
    margin-top: 2px;
    padding-right: 0;
    width: 250px;
    height: 42px;
    float: left;
    position: relative;
}

.SearchOptionsDropdown {
    margin-left: 0;
    margin-right: 2px;
    margin-top: 2px;
    padding-left: 0;
    padding-right: 0;
    width: 250px;
    height: 42px;
    float: left;
    position: relative;
}

.SearchOptionsDatePicker {
    margin-left: 0;
    margin-right: 2px;
    margin-top: 2px;
    padding-left: 0;
    padding-right: 0;
    height: 42px;
    float: left;
    position: relative;
}

.SearchOptionsCapacity {
    background-color: #ffffff;
    height: 42px;
    width: 155px;
    margin-left: 0;
    margin-right: 2px;
    margin-top: 2px;
    padding-left: 0;
    padding-right: 0;
    float: left;
    position: relative;
    border: 1px solid #8E9091;
}

#PlannerView .SearchOptionsCapacity {
    box-sizing: border-box;
}

    #PlannerView .SearchOptionsCapacity:focus-within {
        outline: 2px solid #152EA9;
    }

    #PlannerView .SearchOptionsCapacity:hover,
    #PlannerView .SearchOptionsCapacity:hover input {
        background-color: #E5E8EA;
    }

    #PlannerView .SearchOptionsCapacity input {
        height: 100%;
        border: none;
        width: 100%;
    }
    #PlannerView .SearchOptionsCapacity input:focus {
        outline: none;
        border: none;
    }

.SearchOptionsPlannerDate {
    height: 42px;
    width: 155px;
    margin-left: 0;
    margin-right: 2px;
    margin-top: 2px;
    padding-left: 0;
    padding-right: 0;
    float: left;
    position: relative;
}

.SearchOptionsCheckbox {
    background-color: #e0e9f2;
    height: 42px;
    width: 155px;
    margin-left: 0;
    margin-right: 2px;
    margin-top: 2px;
    padding-left: 2px;
    padding-right: 0;
    float: left;
    position: relative;
}

    .SearchOptionsCheckbox input {
        margin-left: 15px;
        height: 20px;
        width: 20px;
    }

    .SearchOptionsCheckbox label {
        margin-left: 10px;
    }

.SearchOptionsCapacity #capacity {
    margin-left: 20px;
}

.ShortNumberBox {
    width: 50px;
    display: inline-block;
}

#FilterDiv .control-label {
    color: rgba(0, 0, 0, 0.87);
}

.SearchOptionsReservationId {
    background-color: #e0e9f2;
    height: 42px;
    width: 250px;
    margin-left: 0;
    margin-right: 2px;
    margin-top: 2px;
    padding-left: 2px;
    padding-right: 0;
    float: left;
    position: relative;
}

    .SearchOptionsReservationId input {
        margin-left: 15px;
        height: 20px;
        width: 100px;
    }

    .SearchOptionsReservationId label {
        margin-left: 10px;
    }

.SearchOptionsSmallInput {
    height: 42px;
    width: 200px;
    margin-left: 0;
    margin-right: 2px;
    margin-top: 2px;
    padding-left: 2px;
    padding-right: 0;
    float: left;
    position: relative;
}

    .SearchOptionsSmallInput input {
        margin-left: 15px;
        height: 20px;
        width: 70px;
    }

    .SearchOptionsSmallInput label {
        margin-left: 10px;
    }

.SearchOptionsMediumInput {
    height: 42px;
    width: 350px;
    margin-left: 0;
    margin-right: 2px;
    margin-top: 2px;
    padding-left: 2px;
    padding-right: 0;
    float: left;
    position: relative;
}

    .SearchOptionsMediumInput input {
        margin-left: 15px;
        height: 20px;
        width: 150px;
    }
    #POIMasterList .SearchOptionsMediumInput {
        width: 225px;
    }
    #POIMasterList .SearchOptionsMediumInput input[type="text"] {
        margin-left: 15px;
        height: 42px;
        width: 200px;
    }

    .SearchOptionsMediumInput label {
        margin-left: 10px;
    }

.SearchOptionsButtonArea {
    background-color: transparent;
    height: 42px;
    width: 87px;
    margin-left: 0;
    margin-right: 2px;
    margin-top: 2px;
    padding-left: 2px;
    padding-right: 0;
    float: left;
    position: relative;
    text-align: center;
}

.SearchOptionsButtonText {
    font-weight: 700;
    background-color: transparent !important;
}

.SearchOptionsButtonText:focus,
.SearchOptionsButtonText:hover {
    background-color: transparent !important;
    color: #5f8cbf !important;
}

.SearchOptionsSubmit {
    margin-left: 10px;
    margin-right: 0;
    padding-left: 2px;
    padding-right: 0;
    float: left;
    position: relative;
    text-align: center;
    margin-top: 11px;
}

#SearchOptions input,
#SearchOptions label {
    margin-bottom: 0;
    margin-top: 0;
}

#SearchOptions i {
    position: absolute;
    left: 4px;
    top: 14px;
}

#SearchOptionsButtons {
    margin-top: 10px;
}

#BeforeSearchTable {
    height: 250px;
    width: 100%;
    background-color: #F0F0F0;
    text-align: center;
}

.main-content {
    position: relative;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 15px;
	color: rgba(0,0,0,0.7);
}

.main-content-table {
    position: relative;
    padding-top: 25px;
}

.table-rso {
    position: relative;
}

    .table-rso thead th:first-child {
        padding-left: 30px;
        border-left: 0;
    }

    .table-rso thead th:last-child {
        padding-right: 30px;
        border-right: 0;
    }

    .table-rso td:first-child {
        padding-left: 30px;
        border-left: 0;
    }

    .table-rso td:last-child {
        padding-right: 30px;
        border-right: 0;
    }

table thead {
    background-color: #ffffff;
	font-weight: 500;
}

tbody tr:nth-child(odd),
#FBTable .eds-row-odd {
	background-color: #F7F8F8;
}
tbody tr:nth-child(even),
#FBTable .eds-row-even {
	background-color: #ffffff;
}

table {
	color: rgba(0,0,0,0.87);
}

table.table > thead > tr > th {
	border-bottom: solid 1px #E5E8EA;
}

table > thead > tr > th,
table.table > thead > tr > th > .control-label{
	font-weight: 500;
	color: rgba(0,0,0,0.87);
}

table.table-no-border.table > tbody > tr .vertical-center {
	line-height: 20px; 
}

table.table-bordered {
    border: 1px solid #E5E8EA;
}

table.table-bordered > thead > tr, 
table.table-bordered > tbody > tr {
    border: 1px solid #E5E8EA;
}

table.table-bordered > thead > tr > th, 
table.table-bordered > tbody > tr > td {
    border: none;
}


a {
	color: #152EA9;
	font-weight: 500;
}

	a:hover {
		color: #152EA9; 
		text-decoration: underline;
	}
	
	a:focus {
		outline: 2px solid #152EA9; 
        color: #152EA9; 
		text-decoration: none;
	}

.vertical-center {
    display: flex;
    align-items: center;
    line-height: 20px;
    vertical-align: middle;
}

.vertical-center-planner {
    display: flex;
    align-items: center;
    line-height: 37px;
    vertical-align: middle;
}

.center {
    line-height: 42px;
    vertical-align: middle;
}

.modal-backdrop {
    background-color: #E8E8E8;
}

* {
    list-style: none;
    font-family: 'Noto Sans', sans-serif;
    border-radius: 0 !important;
}

#ListContainer {
    border: 1px solid #E5E8EA;
    margin-top: 15px;
}

#ListContainerHeader {
    background-color: #F7F8F8;
    border-bottom: 1px solid #CBCFD0;
}

#ModalOptions {
    height: 100%;
    position: relative;
}

select::-ms-expand {
    width: 12px;
    border: none !important;
    background: none !important;
}

select {
    border: none;
    border-radius: 0 !important;
}

#SectionPersonalInformationRight,
#SectionOptionsRight,
#SectionRight,
.div-left-border {
    border-left: 1px solid #CBCFD0;
}

.div-right-border {
    border-right: 1px solid #CBCFD0;
}


#loginForm .control-label {
    color: #152EA9;
    font-weight: 500;
    font-style: Medium;
    font-size: 20px;
    line-height: 24px;   
}

#loginForm .form-control,#loginForm .form-control:focus {
    background-color: #F7F8F8 !important;
    border-bottom-color: 1px solid #8E9091;
}

#loginForm input:is(:-webkit-autofill, :autofill) {
 background-color: #F7F8F8 !important;
 border-bottom-color: 1px solid #8E9091
}

.form-group .control-label {
	font-weight: 400;
	color: rgba(0,0,0,0.73);
    line-height: 20px;
}

.form-group .k-checkbox-label {
    font-weight: 400;
	color: rgba(0,0,0,0.87);
    line-height: 20px;
}

.form-horizontal .control-label {
    /* text-align:right; */
    text-align: left;
	font-weight: 400;
	color: rgba(0,0,0,0.73);
}

.form-horizontal .light-label {
    /* text-align:right; */
    text-align: left;
    font-weight: 500;
}

.form-control,
#KendoScheduler2 .k-dropdown, #VisitorAppointments select, #frmPOIDashboard #visitorGrid select,
#eReports select,
.FreeBusyLeftCell select {
    border: 1px solid #8E9091;
    background-color: #ffffff;
    border-radius: 0 !important;
    font-weight: 400;
    -webkit-box-shadow: none;
    box-shadow: none;
    letter-spacing: 0.25%;
    color: rgba(0,0,0,0.87);
}

    .form-control:focus,
    #KendoScheduler2 .k-dropdown:focus,#VisitorAppointments select:focus, 
    #frmPOIDashboard #visitorGrid select:focus, #eReports select:focus,
    .FreeBusyLeftCell select:focus {
        outline: 2px solid #152EA9;
        background-color: #ffffff;
        background-image: none;
        background-position: 50% 50%;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-color: #8E9091;
    }

    .form-control:hover,
    #KendoScheduler2 .k-dropdown:hover,#VisitorAppointments select:hover, 
    #frmPOIDashboard #visitorGrid select:hover, #eReports select:hover,
    .FreeBusyLeftCell select:hover {
        background-color: #E5E8EA;
    }
	
	input.form-control::placeholder {
		color: black;
		opacity: 0.68;
	}

select.form-control {
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

select.form-control option,
#KendoScheduler2 .k-dropdown option,#VisitorAppointments select option,
#frmPOIDashboard #visitorGrid select option, #eReports select option,
.FreeBusyLeftCell select option {
        color: rgba(0,0,0,0.87);
        background-color: #fff;
        font-size: 14px;
        line-height: 22px !important;
    }

select.form-control option:checked,#VisitorAppointments select option:checked,
#KendoScheduler2 .k-dropdown option:checked, #visitorGrid select option:checked,
#eReports select option:checked,
.FreeBusyLeftCell select option:checked {
        color: #152EA9 !important;
        background-color: #E2E9F6 !important;
    }

select.form-control option:hover,#VisitorAppointments select option:hover,
#KendoScheduler2 .k-dropdown option:hover, #frmPOIDashboard #visitorGrid select option:hover,
#eReports select option:hover,
.FreeBusyLeftCell select option:hover {
        color: rgba(0,0,0,0.87);
        background-color: #E5E8EA;
    }

.form-group input[type="checkbox"],
#RightContent .table-no-border input[type="checkbox"],
#DateTimeRow input[type="checkbox"],
#frmPrintBadges input[type="checkbox"],
.table tbody tr input[type="checkbox"],
.AddResourcePlus .table-no-border tbody tr input[type="checkbox"],
.FreeBusyLeftCell input[type="checkbox"] {
    appearance: none;
    height: 20px;
    width: 20px;
    border: 2px solid #707273;
    background-color: #fff;
    display: inline-flex;
    justify-content: center;
}

.form-group input[type="checkbox"]::before,
.table tbody tr input[type="checkbox"]::before,
.AddResourcePlus .table-no-border tbody tr input[type="checkbox"]::before,
.FreeBusyLeftCell input[type="checkbox"]::before {
    content: '✓';
    color: transparent;
}

.form-group input[type="checkbox"]:checked:before,
#RightContent .table-no-border input[type="checkbox"]:checked:before,
#DateTimeRow input[type="checkbox"]:checked:before,
#frmPrintBadges input[type="checkbox"]:checked::before,
.table tbody tr input[type="checkbox"]:checked:before,
.AddResourcePlus .table-no-border tbody tr input[type="checkbox"]::before,
.FreeBusyLeftCell input[type="checkbox"]:checked:before {
    content: '✓';
    color: white;
}

.form-group input[type="checkbox"]:checked,
#RightContent .table-no-border input[type="checkbox"]:checked,
#DateTimeRow input[type="checkbox"]:checked,
#frmPrintBadges input[type="checkbox"]:checked,
.table tbody tr input[type="checkbox"]:checked,
.AddResourcePlus .table-no-border tbody tr input[type="checkbox"]:checked,
.FreeBusyLeftCell input[type="checkbox"]:checked {
    background-color: #152EA9;
    border-color: #152EA9;
}

.form-group input[type=checkbox]:hover,
#RightContent .table-no-border input[type="checkbox"]:hover,
#DateTimeRow input[type="checkbox"]:hover,
#frmPrintBadges input[type="checkbox"]:hover,
.table tbody tr input[type="checkbox"]:hover,
.FreeBusyLeftCell input[type="checkbox"]:hover {
    box-shadow: 0 0 0 6px rgba(0,0,0,0.04);
}

.form-group input[type=checkbox]:not(:checked):hover,
#RightContent .table-no-border input[type="checkbox"]:not(:checked):hover,
#DateTimeRow input[type="checkbox"]:not(:checked):hover,
.table tbody tr input[type="checkbox"]:not(:checked):hover,
.FreeBusyLeftCell input[type="checkbox"]:not(:checked):hover {
    box-shadow: 0 0 0 6px rgba(0,0,0,0.04);
    background-color: rgba(0,0,0,0.04);
}

.form-group input[type="checkbox"]:checked:active,
#RightContent .table-no-border input[type="checkbox"]:checked:active,
#DateTimeRow input[type="checkbox"]:checked:active,
#frmPrintBadges input[type="checkbox"]:checked:active,
.table tbody tr input[type="checkbox"]:checked:active,
.AddResourcePlus .table-no-border tbody tr input[type="checkbox"]:checked:active,
.FreeBusyLeftCell input[type="checkbox"]:checked:active {
    background-color: #152EA9;
    box-shadow: 0 0 0 6px rgba(21,46,169,0.12);
}
.form-group input[type="checkbox"]:not(:checked):active,
#RightContent .table-no-border input[type="checkbox"]:not(:checked):active,
#DateTimeRow input[type="checkbox"]:not(:checked):active,
#frmPrintBadges input[type="checkbox"]:not(:checked):active,
.table tbody tr input[type="checkbox"]:not(:checked):active,
.AddResourcePlus .table-no-border tbody tr input[type="checkbox"]:not(:checked):active,
.FreeBusyLeftCell input[type="checkbox"]:not(:checked):active {
    background-color: rgba(21,46,169,0.12);
    box-shadow: 0 0 0 6px rgba(21,46,169,0.12);
}

.form-group input[type="checkbox"][disabled],
.form-group input[type="checkbox"][disabled]:hover,
.form-group input[type="checkbox"][disabled]:focus{
    border: 2px solid #AAADAE;
    background-color: transparent;
    box-shadow: none;
}

.form-group input[type="checkbox"][disabled]:checked {
    background-color: #AAADAE;
}

.form-group input[type="checkbox"][disabled]:checked:before {
	content: '✓';
	color: #f7f8f8; 
}

input:disabled.form-control,
.form-control[readonly] {
    background-color: #fbfcfc;
    border: solid 1px #Dfe3E5 !important;
    color: #AAADAE;
}

.form-group:has(.form-control[readonly]) .control-label,
.form-group:has(select.form-control:disabled) .control-label,
.form-group:has(.btn-link[disabled]) .control-label,
.form-group:has(input[type="checkbox"][disabled]) .control-label {
    color: rgba(0,0,0,0.5);
}

select:disabled.form-control,
select.form-control[readonly] {
    background-color: #ffffff;
    border: solid 1px #Dfe3E5 !important;
    color: rgba(0,0,0,0.5);
}

.k-multiselect.k-input.k-focus,
.k-datepicker.k-input.k-focus,
.k-timepicker.k-input.k-focus,
.k-picker.k-focus,
.k-input.k-focus, .k-input:focus, .k-widget.k-input.k-focus, .k-widget.k-input:focus,
.k-picker:focus {
    outline: 2px solid #152EA9 !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: transparent;
}

.k-datepicker.k-input:focus-within {
    outline: 2px solid #152EA9 !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

input[type="radio"] {
    appearance: none;
    width: 16px;
    height: 16px;
    border: 2px solid #707273;
    border-radius: 50% !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

input[type="radio"]:focus {
    outline: 2px solid #152EA9;
    outline-offset: 4px;
}

input[type="radio"]:hover {
    background-color: rgba(0, 0, 0, .04);
    box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.04);
}

input[type="radio"]:active {
    background-color: rgba(21, 46, 169, 0.12);
    box-shadow: 0 0 0 4px rgba(21, 46, 169, 0.12);
}

input[type="radio"]:checked {
    border-color: #152EA9;
}

input[type="radio"]:checked::before {
    content: "";
    width: 8px;
    height: 8px;
    background-color: #152EA9;
    border-radius: 50% !important;
}

input[type="radio"]::before {
    content: "";
    width: 8px;
    height: 8px;
}

input[type="radio"] + label,
#POIMasterList .SearchOptionsMediumInput label.control-label {
    font-weight: 400;
    font-size: 14px; 
    line-height: 20px;
    color: rgba(0,0,0,0.87);
}

#SearchOptions select.form-control {
    border-width: 1px;
}

.clearFix {
    clear: both;
}

/*.typography h1,
.typography h2,
.typography h3,
.typography h4,
.typography .light-p {
    margin: 0 0 20px 0 !important;
}*/

h1 {
    font-family: 'Noto Sans', sans-serif;
    font-size: 30px;
    font-weight: 500;
	line-height: 33px;
	color: rgba(0,0,0,0.87);
}

h2 {
    font-family: 'Noto Sans', sans-serif;
    font-size: 24px;
    font-weight: 400;
	line-height: 28px;
	color: rgba(0,0,0,0.87);
}

h3 {
    font-family: 'Noto Sans', sans-serif;
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    color: rgba(0,0,0,0.87);
}

h4 {
    font-family: 'Noto Sans', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    color: rgba(0,0,0,0.87);
}

h5 {
    font-family: 'Noto Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: rgba(0,0,0,0.87);
}

.light-p {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 0 !important;
}

.heavy-p {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 500;
}

.footnote {
    font-size: 12px;
    font-weight: 400;
}

.errorText {
    font-size: 20px;
    font-weight: 400;
}

.container-non-responsive {
    /* Margin/padding copied from Bootstrap */
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    /* Set width to your desired site width */
    width: 980px;
}

/* Instructional Context Elements */
.panel-subheading {
    font-size: 16px;
    padding-bottom: 20px;
    color: #333;
    display: inline-block;
    width: 100%;
}

.panel-default > .panel-heading {
    font-size: 21px;
    font-weight: 400;
}

.panel-body > p {
    display: inline-block;
    width: 100%;
    /*font-family: 'Roboto', sans-serif;
	font-weight: 400;*/
}

.jumbotron.intro {
    padding: 30px 15px !important;
}

.nav-tabs.custom-tabs {
    padding-top: 15px;
    padding-left: 30px;
    padding-right: 30px;
	border: none;
}

	.nav-tabs.custom-tabs > li {
		border-bottom: 1px solid #E5E8EA;
	}

   .nav-tabs.custom-tabs > li > a {
        color: rgba(0,0,0,0.73);
        font-weight: 500;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        background-color: transparent;
        padding: 8px 20px;
        margin-right: 10px;
		letter-spacing: 0.25%;
    }

        .nav-tabs.custom-tabs > li > a:hover {
            background-color: #E5E8EA;
            border-bottom: 1px solid #CBCFD0;
        }
		
		.nav-tabs.custom-tabs > li > a:focus {
			border: 2px solid #152EA9;
            outline:none;
		}
		
		.nav-tabs.custom-tabs > li > a:active {
			color: #152EA9;
			background-color: #B4C7ED;
		}

        .nav-tabs.custom-tabs > li > a .fa {
            color: #707273;
        }

        .nav-tabs.custom-tabs > li.active > a .fa,
        .nav-tabs.custom-tabs > li > a:active .fa {
            color: #152EA9;
        }

    .nav-tabs.custom-tabs > li.active > a,
    .nav-tabs.custom-tabs > li.active > a:hover {
        color: #152EA9;
		border: none;
        border-bottom: 2px solid #152EA9;
        background-color: transparent;
    }

.nav-pills.nav-secondary {
    padding-top: 15px;
    padding-left: 30px;
    padding-right: 30px;
    border: none;
}

.nav-pills.nav-secondary > li {
    padding: 0px 5px;
    border-bottom: 1px solid #E5E8EA;
}

    .nav-pills.nav-secondary > li:first-child {
        padding-left: 0;
    }

.nav-pills.nav-secondary > li > a {
    font-family: 'Noto Sans', sans-serif;
    font-weight: 500;
    font-size: 14px;
    background-color: transparent;
    color: rgba(0, 0, 0, .73);
    padding: 8px 20px;
    margin-right: 10px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.nav-pills.nav-secondary > li > a:hover {
    background-color: #E5E8EA;
    border-bottom: 1px solid #CBCFD0;
}

.nav-pills.nav-secondary > li > a:focus {
    border: 2px solid #152EA9;
}

.nav-pills.nav-secondary > li > a:active {
    color: #152EA9;
    background-color: #B4C7ED;
}

.nav-pills.nav-secondary > li.active > a,
.nav-pills.nav-secondary > li.active > a:hover {
    color: #152EA9;
    border: none;
    border-bottom: 2px solid #152EA9;
    background-color: transparent;
}

.navbar-brand {
    font-weight: 400;
}

.navbar {
    min-height: 60px;
    margin-bottom: 0;
    border: none;
}

.navbar-toggle .icon-bar {
    background-color: #5f8cbf;
}

.navbar-collapse {
    font-weight: 400;
    padding-left: 0;
    padding-right: 0;
    background-color: #fff;
}

.navbar-nav > li > a {
    font-family: 'Noto Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: rgba(0,0,0,0.73); 
    text-shadow: none;
    line-height: 20px;
    margin: 10px 0 10px 0;
}

    .navbar-nav > li > a:hover {
        color: rgba(0,0,0,0.73);
        background-color: #E5E8EA;
    }

.navbar-nav > .open > a, .navbar-nav > .open > a:hover .navbar-nav > .active > a {
    color: #fff;
    background-image: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    background-color: #5f8cbf;
}

.nav > li > a:focus {
    background-color: transparent;
    outline: 2px solid #152EA9;
}

    .navbar-nav > li > a:active {
        color: #152EA9;
        background-color: #B4C7ED;
        outline: none;
    }

.navbar-nav > .active > a,
.navbar-nav > .active > a:hover,
.navbar-nav > .active > a:focus,
.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
    color: #152EA9;
    background-color: #B4C7ED;
}

.nav .dropdown.open > a {
    color: rgba(0,0,0,0.73);
}

.line-through {
    text-decoration: line-through;
}

.dropdown > a {
    background-color: transparent;
}

    .dropdown > a:focus {
        outline: 2px solid #fff;
    }

.btn-icon {
    text-align: left;
    width: 300px;
}

    .btn-icon .glyphicon {
        margin-right: 15px;
    }

.glyphicon-star {
    font-size: 24px;
    vertical-align: middle;
    margin-top: -7px;
}

.btn-lt-blue.js-combo-active .caret-box,
.btn-lt-blue.js-combo-active .combo-text {
    background-color: #b7c9e9;
}

.btn-lt-blue.js-combo-no-active .combo-text,
.btn-lt-blue .js-combo-no-active .caret-box {
    background-color: #e0e9f2 !important;
}

.btn-combo .btn {
    border: none !important;
    padding: 0 !important;
}

.btn-combo .caret-box {
    float: right;
    padding: 6px 15px 4px 15px;
    box-sizing: border-box;
}

.btn-combo .caret {
    margin-left: 0 !important;
}

.btn-combo .combo-text {
    float: left;
    text-transform: capitalize;
    padding: 0 27px 0 20px;
    line-height: 2.2;
}

    .btn-combo .combo-text span {
        vertical-align: middle;
    }

.btn .caret {
    margin-left: 24px;
}

.btn {
    font-family: 'Noto Sans', sans-serif;
    font-weight: 500;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 8px 20px;
}

.btn-sm {
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.5;
}

.default-cursor {
    cursor: default;
}

.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
}

.btn:hover, .btn:focus, .btn.focus {
    color: #fff;
}

.btn-lt-blue {
    color: #4e4e4f;
    background-color: #e0e9f2;
}


    .btn-lt-blue button:hover .caret-box,
    .btn-lt-blue button:focus .caret-box {
        color: #4e4e4f;
        background-color: #b7c9e9;
    }

    .btn-lt-blue.dropdown-menu,
    .btn-lt-blue .caret-box {
        color: #4e4e4f;
        background-color: #e0e9f2;
    }

.btn-green.dropdown-menu a {
    font-family: 'Roboto', sans-serif;
    color: #4e4e4f;
}

    .btn-green.dropdown-menu a:focus {
        background-color: #669b1d;
        color: #fff;
        outline: none !important;
    }

.btn-lt-blue.dropdown-menu a:hover {
    background-color: #b7c9e9;
    background-image: none;
}

.btn-lt-blue .dropdown-top-caret {
    color: #e0e9f2;
}

.btn-green {
    background-color: #adc63f;
    color: #fff;
}

    .btn-green:hover,
    .btn-green:focus {
        background-color: #669b1d;
    }

    .btn-green.dropdown-menu {
        background-color: #adc63f;
    }

        .btn-green.dropdown-menu a {
            font-family: 'Roboto', sans-serif;
            color: #fff;
            text-transform: uppercase;
        }

            .btn-green.dropdown-menu a:hover {
                background-color: #669b1d;
                background-image: none;
                color: #fff;
            }

    .btn-green .dropdown-top-caret {
        color: #adc63f;
    }

.btn-blue,
.ui-dialog.ui-dialog-buttons div.ui-dialog-buttonset .btn.btn-blue {
    background-color: #152EA9;
    color: #fff;
}

    .btn-blue:hover,
    .ui-dialog.ui-dialog-buttons div.ui-dialog-buttonset .btn.btn-blue:hover {
        background-color: #102381;
    }

    .btn-blue:focus,
    .ui-dialog.ui-dialog-buttons div.ui-dialog-buttonset .btn.btn-blue:focus {
        background-color: #152EA9;
        outline: 2px solid #152EA9;
        outline-offset: 2px;
        color: #ffffff;
    }
    
    .btn-blue:active {
        background-color: #0D1D6B;
    }

    .btn-bld-blue.btn:active,
    .btn-blue.btn:active,
    .ui-dialog.ui-dialog-buttons div.ui-dialog-buttonset .btn.btn-blue:active {
        outline: none;
        box-shadow: none;
        background-color: #0D1D6B;
        color: #fff;
    }

    .btn-blue.dropdown-menu {
        background-color: #fff;
    }

        .btn-blue.dropdown-menu a {
            font-family: 'Noto Sans', sans-serif;
            color: rgba(0, 0, 0, .87);
            font-size: 16px;
        }

            .btn-blue.dropdown-menu a:hover {
                background-color: #B4C7ED;
                background-image: none;
                color: #152EA9;
            }

            .btn-blue.dropdown-menu a:focus {
                outline: solid 2px #152EA9;
            }

.btn-bld-blue {
    background-color: #152EA9;
    color: #fff;
}

	.btn-bld-blue:hover {
		background-color: #102381;
	}
	.btn-bld-blue:active {
		background-color: #0D1D6B;
	}
    .btn-bld-blue:focus {
        background-color: #152EA9;
		outline: 2px solid #152EA9;
		outline-offset: 2px;
    }

    .btn-bld-blue.dropdown-menu {
        background-color: #fff;
    }

        .btn-bld-blue.dropdown-menu a {
            font-family: 'Noto Sans', sans-serif;;
            color: rgba(0, 0, 0, .87) !important;
            background-color: #fff;
            font-size: inherit;
        }

            .btn-bld-blue.dropdown-menu a:hover {
                background-color: #E5E8EA;
                background-image: none;
                color: rgba(0, 0, 0, .87);
            }

.btn-link, .btn-link:hover {
    background-color: transparent;
    color: #152EA9;
}

.btn.btn-blue.btn-link,
.ui-dialog.ui-dialog-buttons div.ui-dialog-buttonset .btn.btn-blue.btn-link {
	background-color: transparent;
	color: #152EA9;
	padding: 8px 16px 8px 16px;
	border: none; 
	border-radius: 2px;
    font-size: 14px;
}

.btn.btn-blue.btn-link:focus,
.ui-dialog.ui-dialog-buttons div.ui-dialog-buttonset .btn.btn-blue.btn-link:focus {
	background-color: #fff;
	color:  #152EA9;
	outline: 2px solid #152EA9;
    outline-offset: 2px;
    text-decoration: none;
}

.btn.btn-blue.btn-link:hover, 
.ui-dialog.ui-dialog-buttons div.ui-dialog-buttonset .btn.btn-blue.btn-link:hover {
	background-color: #E2E9F6;
    text-decoration: none;
}

.btn.btn-blue.btn-link:active, 
.ui-dialog.ui-dialog-buttons div.ui-dialog-buttonset .btn.btn-blue.btn-link:active {
	background-color: #B4C7ED;
    color: #152EA9;
}

.btn.btn-blue.btn-link[disabled],
.btn.btn-blue.btn-link[disabled]:hover,
.btn.btn-blue.btn-link[disabled]:focus {
    background: transparent;
    color: rgba(0,0,0,0.5);
}

.btn-group .btn {
    padding-right: 15px;
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #000;
}

.btn-group .dropdown-toggle {
font-weight: 400;
color:rgba(0, 0, 0, .68);
    background-color: #fff;
    border: 1px solid #8E9091;
}

.btn-group .dropdown-toggle:hover{
    color: rgba(0, 0, 0, .68);
    background-color: #E5E8EA;
}

.btn-group .dropdown-toggle:focus {
    color: rgba(0, 0, 0, .68);
    outline: 2px solid #152EA9;
    outline-offset:unset;
}

.btn-group .dropdown-toggle:active {
    background-color: #B4C7ED;
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 10px;
    box-shadow: 0px 6px 18px 0px #5254541F,
                0px 4px 5px 0px #36373833;
}

.dropdown-top-caret {
    font-family: 'Roboto', sans-serif;
    position: absolute;
    background-color: transparent;
    top: -7px;
    font-size: 9px;
    right: 15px;
}

.dropdown-menu > li > a:hover {
    background-color: #E5E8EA;
    color: rgba(0,0,0,0.87);
}

.dropdown-menu > li > a {
    line-height: 22px;
    font-size: 16px;
    padding: 8px 16px 8px 16px;
    color: rgba(0,0,0,0.87);
}

.dropdown-menu {
    margin-top: 10px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: none;
}

    .dropdown-menu > li > a:active, 
    .btn-bld-blue.dropdown-menu a:active, 
    .btn-blue.dropdown-menu a:active {
        background-color: #B4C7ED;
        color: #152EA9;
    }

#LoginMenu.dropdown-menu {
    margin-top: 37px;
    width: 320px;
    height: fit-content;
    opacity: 1;
}

#HeaderNavHelp:focus,#HeaderNavUser:focus  {
     outline: 2px solid white;    
}

.btn-blue .dropdown-top-caret {
    color: #fff;
}

.btn-attendee {
    font-family: 'Noto Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #000000;
    padding: 4px 15px;
    display: inline-block;
    box-shadow: none;
    -webkit-box-shadow: none;
    margin-bottom: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 1px solid transparent;
    text-shadow: 0 1px 0 rgba(255,255,255,.2);
}

.btn-border-orange {
    border-color: #f7901e;
}

.btn-attendee.btn-border-orange .close {
    color: #f7901e;
}

.btn-border-purple {
    border-color: #7f3f98;
}

.btn-attendee.btn-border-purple .close {
    color: #7f3f98;
}

.btn-border-lightblue {
    border-color: #5f8cbf;
}

.btn-attendee.btn-border-lightblue .close {
    color: #5f8cbf;
}

.btn-border-blue {
    border-color: #416c9c;
}

.btn-attendee.btn-border-blue .close {
    color: #416c9c;
}

.btn-border-green {
    border-color: #adc63f;
}

.btn-attendee.btn-border-green .close {
    color: #adc63f;
}

.btn-attendee .close {
    font-family: 'Roboto', sans-serif;
    margin-left: 25px;
    font-weight: 300;
}

.btn.btn-outline,
.ui-dialog.ui-dialog-buttons div.ui-dialog-buttonset .btn.btn-outline {
    color: #152EA9;
    border: 1px solid #152EA9;
    box-shadow: none;
    background-color: transparent;
}

    .btn.btn-outline:focus,
    .ui-dialog.ui-dialog-buttons div.ui-dialog-buttonset .btn.btn-outline:focus {
        outline: 2px solid #152EA9;
        outline-offset: 2px;
        box-shadow: none;
    }

    .btn.btn-outline:hover,
    .ui-dialog.ui-dialog-buttons div.ui-dialog-buttonset .btn.btn-outline:hover {
        background-color: #E2E9F6;
        box-shadow: none;
    } 

    .btn.btn-outline:active,
    .ui-dialog.ui-dialog-buttons div.ui-dialog-buttonset .btn.btn-outline:active {
        background-color: #B4C7ED;
        box-shadow: none;
    }

.btn.btn-outline-filled {
    color: #152EA9;
    border: 1px solid #152EA9;
    box-shadow: none;
    background-color: #ffffff
}

    .btn.btn-outline-filled:focus {
        outline: 2px solid #ffffff;
        outline-offset: 2px;
        box-shadow: none;
    }

    .btn.btn-outline-filled:hover {
        background-color: #E2E9F6;
        box-shadow: none;
        outline: 2px solid #E2E9F6;
        outline-offset: 2px;
    } 

    .btn.btn-outline-filled:active {
        background-color: #B4C7ED;
        box-shadow: none;
    }

/* Utilities */

.show {
    display: block !important;
}

.hidden {
    display: none !important;
}

.top-buffer {
    margin-top: 15px;
}

.no-buffer {
    padding: 0px;
}

.left-buffer {
    padding-left: 5px;
}

.sm-top-buffer {
    padding-top: 8px;
}

.schedTopBarBuffer {
    margin-top: 12px;
}

.uppercase-text {
    text-transform: uppercase;
}

hr {
    clear: both;
}

/* Brand Colors */

.color-swatch {
    padding: 0;
    box-sizing: border-box;
}

    .color-swatch:after {
        content: " ";
        display: table;
        clear: both;
    }

    .color-swatch li {
        text-align: center;
    }

        .color-swatch li div {
            width: 100%;
            margin: 0 auto;
            padding: 15px;
            color: #fff;
        }

    .color-swatch .col-xs-2 {
        padding-left: 0;
    }

.primary-blue-1 {
    background-color: #009ac7;
}

.primary-blue-2 {
    background-color: #77ccd2;
}

.primary-gray-1 {
    background-color: #717073;
}

.primary-gray-2 {
    background-color: #adafb2;
}

.secondary-green-1 {
    background-color: #adc63f;
}

.secondary-orange-1 {
    background-color: #f7901e;
}

.secondary-purple-1 {
    background-color: #7f3f98;
}

.blues-1 {
    color: #000 !important;
    background-color: #e0e9f2;
}

.blues-2 {
    color: #000 !important;
    background-color: #cee5ff;
}

.blues-3 {
    color: #000 !important;
    background-color: #b7c9e9;
}

.blues-4 {
    background-color: #5f8cbf;
}

.blues-5 {
    background-color: #416c9c;
}

.neutral-1 {
    background-color: #000000;
}

.neutral-2 {
    background-color: #333333;
}

.neutral-3 {
    background-color: #41403f;
}

.neutral-4 {
    background-color: #4e4e4f;
}

.neutral-5 {
    background-color: #676767;
}

.neutral-6 {
    background-color: #727273;
}

.neutral-7 {
    background-color: #909090;
}

.neutral-8 {
    color: #000 !important;
    background-color: #c5c5c6;
}

.neutral-9 {
    color: #000 !important;
    background-color: #d4d4d4;
}

.neutral-10 {
    color: #000 !important;
    background-color: #e1e3e5;
}

.neutral-11 {
    color: #000 !important;
    background-color: #f0f1f2;
}

.neutral-12 {
    color: #000 !important;
    background-color: #f6f5f1;
}

.forecolor-red {
    color: red;
}

.forecolor-eds-grey {
    color: #707273;
}

.forecolor-blue {
    color: blue;
}

.forecolor-yellow {
    color: yellow;
}

.forecolor-green {
    color: green;
}
/*Roboto Self Host Google Font*/
/* roboto-100 - latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 100;
    src: url('../fonts/roboto-v15-latin-100.eot'); /* IE9 Compat Modes */
    src: local('Roboto Thin'), local('Roboto-Thin'), url('../fonts/roboto-v15-latin-100.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/roboto-v15-latin-100.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/roboto-v15-latin-100.woff') format('woff'), /* Modern Browsers */
    url('../fonts/roboto-v15-latin-100.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/roboto-v15-latin-100.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-100italic - latin */
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 100;
    src: url('../fonts/roboto-v15-latin-100italic.eot'); /* IE9 Compat Modes */
    src: local('Roboto Thin Italic'), local('Roboto-ThinItalic'), url('../fonts/roboto-v15-latin-100italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/roboto-v15-latin-100italic.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/roboto-v15-latin-100italic.woff') format('woff'), /* Modern Browsers */
    url('../fonts/roboto-v15-latin-100italic.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/roboto-v15-latin-100italic.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-300 - latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/roboto-v15-latin-300.eot'); /* IE9 Compat Modes */
    src: local('Roboto Light'), local('Roboto-Light'), url('../fonts/roboto-v15-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/roboto-v15-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/roboto-v15-latin-300.woff') format('woff'), /* Modern Browsers */
    url('../fonts/roboto-v15-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/roboto-v15-latin-300.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-300italic - latin */
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 300;
    src: url('../fonts/roboto-v15-latin-300italic.eot'); /* IE9 Compat Modes */
    src: local('Roboto Light Italic'), local('Roboto-LightItalic'), url('../fonts/roboto-v15-latin-300italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/roboto-v15-latin-300italic.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/roboto-v15-latin-300italic.woff') format('woff'), /* Modern Browsers */
    url('../fonts/roboto-v15-latin-300italic.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/roboto-v15-latin-300italic.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-regular - latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto-v15-latin-regular.eot'); /* IE9 Compat Modes */
    src: local('Roboto'), local('Roboto-Regular'), url('../fonts/roboto-v15-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/roboto-v15-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/roboto-v15-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('../fonts/roboto-v15-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/roboto-v15-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-italic - latin */
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 400;
    src: url('../fonts/roboto-v15-latin-italic.eot'); /* IE9 Compat Modes */
    src: local('Roboto Italic'), local('Roboto-Italic'), url('../fonts/roboto-v15-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/roboto-v15-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/roboto-v15-latin-italic.woff') format('woff'), /* Modern Browsers */
    url('../fonts/roboto-v15-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/roboto-v15-latin-italic.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-500 - latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/roboto-v15-latin-500.eot'); /* IE9 Compat Modes */
    src: local('Roboto Medium'), local('Roboto-Medium'), url('../fonts/roboto-v15-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/roboto-v15-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/roboto-v15-latin-500.woff') format('woff'), /* Modern Browsers */
    url('../fonts/roboto-v15-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/roboto-v15-latin-500.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-500italic - latin */
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 500;
    src: url('../fonts/roboto-v15-latin-500italic.eot'); /* IE9 Compat Modes */
    src: local('Roboto Medium Italic'), local('Roboto-MediumItalic'), url('../fonts/roboto-v15-latin-500italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/roboto-v15-latin-500italic.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/roboto-v15-latin-500italic.woff') format('woff'), /* Modern Browsers */
    url('../fonts/roboto-v15-latin-500italic.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/roboto-v15-latin-500italic.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-700 - latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/roboto-v15-latin-700.eot'); /* IE9 Compat Modes */
    src: local('Roboto Bold'), local('Roboto-Bold'), url('../fonts/roboto-v15-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/roboto-v15-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/roboto-v15-latin-700.woff') format('woff'), /* Modern Browsers */
    url('../fonts/roboto-v15-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/roboto-v15-latin-700.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-700italic - latin */
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 700;
    src: url('../fonts/roboto-v15-latin-700italic.eot'); /* IE9 Compat Modes */
    src: local('Roboto Bold Italic'), local('Roboto-BoldItalic'), url('../fonts/roboto-v15-latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/roboto-v15-latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/roboto-v15-latin-700italic.woff') format('woff'), /* Modern Browsers */
    url('../fonts/roboto-v15-latin-700italic.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/roboto-v15-latin-700italic.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-900 - latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 900;
    src: url('../fonts/roboto-v15-latin-900.eot'); /* IE9 Compat Modes */
    src: local('Roboto Black'), local('Roboto-Black'), url('../fonts/roboto-v15-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/roboto-v15-latin-900.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/roboto-v15-latin-900.woff') format('woff'), /* Modern Browsers */
    url('../fonts/roboto-v15-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/roboto-v15-latin-900.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-900italic - latin */
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 900;
    src: url('../fonts/roboto-v15-latin-900italic.eot'); /* IE9 Compat Modes */
    src: local('Roboto Black Italic'), local('Roboto-BlackItalic'), url('../fonts/roboto-v15-latin-900italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/roboto-v15-latin-900italic.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/roboto-v15-latin-900italic.woff') format('woff'), /* Modern Browsers */
    url('../fonts/roboto-v15-latin-900italic.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/roboto-v15-latin-900italic.svg#Roboto') format('svg'); /* Legacy iOS */
}
/*new font dated 18/06*/
/*Noto - Sans*/
/*100 - Thin*/
@font-face {
    font-family: 'Noto Sans';
    src: url('../fonts/NotoSans-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: 'Noto Sans';
    src: url('../fonts/NotoSans-ThinItalic.ttf') format('truetype');
    font-weight: 100;
    font-style: italic;
}
/*300 - Light*/
@font-face {
    font-family: 'Noto Sans';
    src: url('../fonts/NotoSans-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Noto Sans';
    src: url('../fonts/NotoSans-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
}
/*400 - Regular*/
@font-face {
    font-family: 'Noto Sans';
    src: url('../fonts/NotoSans-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Noto Sans';
    src: url('../fonts/NotoSans-Italic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
}
/*500 - Medium*/
@font-face {
    font-family: 'Noto Sans';
    src: url('../fonts/NotoSans-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Noto Sans';
    src: url('../fonts/NotoSans-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
}
/*700 - Bold*/
@font-face {
    font-family: 'Noto Sans';
    src: url('../fonts/NotoSans-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Noto Sans';
    src: url('../fonts/NotoSans-BoldItalic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
}
/*900 - ExtraBold*/
@font-face {
    font-family: 'Noto Sans';
    src: url('../fonts/NotoSans-ExtraBold.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: 'Noto Sans';
    src: url('../fonts/NotoSans-ExtraBoldItalic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
}
/* Badge Colors */
.badge-primary {
    background-color: #416c9c;
}

/* General Styles */
.button-row {
    padding: 0 30px;
}

.message-row {
    padding-bottom: 25px;
    padding-left: 30px;
    padding-right: 30px;
}

/* Color Change for Exclamation Glyph*/
.glyphicon-exclamation-sign {
    color: red;
}

/* OutlookAttendee.asp */
#nameRow {
    font-size: larger;
    vertical-align: middle;
}

/* ResCharOptions.asp */
.res-char-combo-any-all {
    width: 150px;
    display: inline;
}

.res-char-options-table > tbody > tr > td,
.res-char-options-table select.form-control,
.res-char-options-bottom {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: rgba(0,0,0,0.87);
}

.res-char-options-table > tbody > tr > td {
    border: none;
}

.res-char-options-table > tbody > tr {
    background-color: #fff;
}

.res-char-options-bottom {
    border-bottom: solid 1px #E5E8EA;
    border-top: solid 1px #E5E8EA;
    margin-bottom: 12px;
    padding-top: 5px;
    padding-bottom: 12px;
    color: #212121;
}

table.res-char-options-table tr.res-char-options-header th {
    line-height: 22px;
}

#frmResSetOptions table.res-char-options-table > thead > tr.res-char-options-header > th {
    border-bottom: solid 1px #E5E8EA;
    border-top: solid 1px #E5E8EA;
}

#frmResSetOptions h3 {
    color: rgba(0, 0, 0, 0.95);
}

.res-char-options-header > th,
.res-char-options-table .res-char-options-group > td {
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    color: rgba(0,0,0,0.87);
}

.res-char-options-group {
    border-bottom: 1px solid #E5E8EA;
}

.res-char-options-badge {
    background-color: white;
    color: black;
    border-radius: 10px !important;
    vertical-align: text-bottom;
}

/* UdfChooser.asp */
.table-Udf-Chooser > tbody > tr > td {
    border: none;
}

/* Style to initially hide the "More" tab */
#lastTab {
    visibility: hidden;
}

.vMiddleAlign {
    vertical-align: middle !important;
}

/* Floorplan Image Viewer */
.parent {
    margin-left: 20px;
    margin-bottom: 20px;
    background: #E8E8E8;
}

#floorplan .panzoom {
    width: 100%;
    height: 600px;
    -webkit-backface-visibility: initial !important;
    -webkit-transform-origin: 50% 50%;
}

polygon.hoverable {
    fill: transparent;
    stroke: none;
    stroke-width: 2;
    cursor: pointer;
    z-index: 300;
}

    polygon.hoverable:hover {
        -webkit-transition: fill .4s ease;
        -moz-transition: fill .4s ease;
        -o-transition: fill .4s ease;
        transition: fill .4s ease;
        fill: #5f8cbf;
        fill-opacity: 0.4;
    }

.floorplanimage {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: -1;
}

#pan-u {
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 18px solid #5f8cbf;
}

#pan-r {
    width: 0;
    height: 0;
    border-bottom: 9px solid transparent;
    border-left: 18px solid #5f8cbf;
    border-top: 9px solid transparent;
}

#pan-d {
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 18px solid #5f8cbf;
}

#pan-l {
    width: 0;
    height: 0;
    border-bottom: 9px solid transparent;
    border-right: 18px solid #5f8cbf;
    border-top: 9px solid transparent;
}

#center {
    width: 18px;
    height: 18px;
    background: #5f8cbf;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    border-radius: 9px;
}

#pan-ctl {
    width: 62px;
    height: 62px;
    -moz-border-radius: 31px;
    -webkit-border-radius: 31px;
    border-radius: 31px;
}

input[type=range] {
    -webkit-appearance: none;
    width: 200px;
}

    input[type=range]:focus {
        outline: none;
    }

    input[type=range]::-webkit-slider-runnable-track {
        width: 100%;
        height: 5px;
        cursor: pointer;
        box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
        background: #5f8cbf;
        border-radius: 1.3px;
        border: 0.2px solid #010101;
    }

    input[type=range]::-webkit-slider-thumb {
        box-shadow: 0.5px 0.5px 1px #000000, 0px 0px 0.5px #0d0d0d;
        border: 1px solid #000000;
        height: 20px;
        width: 10px;
        border-radius: 0px;
        background: #ffffff;
        cursor: pointer;
        -webkit-appearance: none;
        margin-top: -7.7px;
    }

    input[type=range]:focus::-webkit-slider-runnable-track {
        background: #6a94c3;
    }

    input[type=range]::-moz-range-track {
        width: 100%;
        height: 5px;
        cursor: pointer;
        box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
        background: #5f8cbf;
        border-radius: 1.3px;
        border: 0.2px solid #010101;
    }

    input[type=range]::-moz-range-thumb {
        box-shadow: 0.5px 0.5px 1px #000000, 0px 0px 0.5px #0d0d0d;
        border: 1px solid #000000;
        height: 20px;
        width: 10px;
        border-radius: 0px;
        background: #ffffff;
        cursor: pointer;
    }

    input[type=range]::-ms-track {
        width: 99%;
        height: 7px;
        cursor: pointer;
        background: transparent;
        border-color: transparent;
        color: transparent;
    }

    input[type=range]::-ms-fill-lower {
        background: #5484bb;
        border: 0.2px solid #010101;
        border-radius: 2.6px;
        box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
    }

    input[type=range]::-ms-fill-upper {
        background: #5f8cbf;
        border: 0.2px solid #010101;
        border-radius: 2.6px;
        box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
    }

    input[type=range]::-ms-thumb {
        box-shadow: 0.5px 0.5px 1px #000000, 0px 0px 0.5px #0d0d0d;
        border: 1px solid #000000;
        height: 7px;
        width: 10px;
        border-radius: 0px;
        background: #ffffff;
        cursor: pointer;
    }

    input[type=range]:focus::-ms-fill-lower {
        background: #5f8cbf;
    }

    input[type=range]:focus::-ms-fill-upper {
        background: #6a94c3;
    }

/* Kendo UI MultiSelect drop downs and droo down lists. */
div.k-widget.k-multiselect, span.k-widget.k-dropdown {
    height: 100%;
    width: 100%;
    border: none !important;
}

li.k-state-selected.k-state-hover {
    color: #000000;
    background-color: #e0e9f2;
    border-color: #e0e9f2;
}

.k-multiselect-wrap, .k-dropdown-wrap {
    background-color: #e0e9f2 !important;
    height: 100%;
}

    /* This style prevents the caret shown in the multiselect inputs from showing in a place the user can see it. */
    .k-multiselect-wrap.k-floatwrap .k-input {
        height: 0 !important;
        padding: 0 !important;
        background-color: #e0e9f2;
        font-size: 1px;
        position: absolute;
        left: 0;
        top: 0;
    }

li.k-button, span.k-dropdown-wrap {
    margin: 0;
    height: 100%;
    width: 100%;
    background-color: #e0e9f2 !important;
    color: #000000 !important;
    border: none !important;
    display: inline-block;
    line-height: 39px;
    vertical-align: middle !important;
}

    li.k-button > span.k-select, .k-dropdown-wrap > span.k-select {
        display: flex;
        align-items: center;
    }

    span.k-dropdown-wrap.k-state-default {
        width: 230px;
        padding: 0;
        display: flex;
        align-items: center;
    }

    span.k-dropdown-wrap > span.k-input {
        padding: 0;
        width: 150px;
        margin: 7px auto;
        text-align: center;
    }

.dropdown-glyph {
    z-index: 1;
}

.SearchOptionsFirstDropdown, .SearchOptionsDropdown {
    width: 270px !important;
}

/* The line that separates the action buttons (Submit, Cancel, Close, etc) from the rest of the form*/
hr.action-separator {
    width: 100%;
    color: #E5E8EA;
    height: 1px;
    background-color: #E5E8EA;
    border-color: #E5E8EA;
}

.table-no-border > thead > tr > th,
.table-no-border > tbody > tr > th,
.table-no-border > tfoot > tr > th,
.table-no-border > thead > tr > td,
.table-no-border > tbody > tr > td,
.table-no-border > tfoot > tr > td {
    border-top: none;
}

#CompleteSearchImage {
    height: 75px;
    width: 75px;
    padding-right: 10px;
}

#CompleteSearchOptions {
    font-size: 22px;
    font-weight: 400;
}

.ui-widget-content {
    z-index: 25000 !important;
}

/* ResWizardVCal.asp */
#ResWizVCal > h4 {
    margin-bottom: 20px;
}

/* SchedDtlAprv.asp */
#SchedDtlAprv .fa-check-square-o,
#SchedDtlAprv .fa-refresh,
#SchedDtlAprv .glyphicon-remove {
    color: #337ab7;
}

#SchedDtlAprv #AprvLegend,
#SchedDtlAprv #AprvButtonRow,
#SchedDtlAprv #AprvWarnings {
    text-align: center;
}

#SchedDtlAprv .aprv-table-heading {
    margin-top: 25px;
}

#SchedDtlAprv #AprvButtonRow {
    margin-top: 10px;
    margin-bottom: 10px;
}

/* SchedDtlAprvPop.asp */
#SchedDtlAprvPop #AprvPopMessage,
#SchedDtlAprvPop #AprvPopButtonRow {
    margin: 10px auto;
    text-align: center;
}

/* ResWizardFinish.asp */
#WizFin > div {
    margin-top: 5px;
    margin-bottom: 5px;
}

#WizFin #ResWizFinDesc {
    bottom: 5px;
    position: absolute;
}

/* SchedDtl8.asp */
#frmDtl #ButtonRow {
    text-align: center;
}

#frmDtl #CalendarName {
    border-bottom: 1px solid black;
}

#frmDtl #SelectedCalendars {
    padding: 0;
}

#frmDtl #SchedRecurOptions {
    margin-top: 10px;
}

/* SearchWizard.asp */
#ResWizardInfo h1,
#ResWizardInfo h2 {
    margin: 20px 0 10px 0 !important;
}

#frmOptions #txtDays,
#frmOptions #txtWeeks,
#frmOptions #txtMo1,
#frmOptions #txtMo2 {
    width: 50px;
    display: inline-block;
    margin: auto 5px;
}

#frmOptions #selMoDate1,
#frmOptions #selMoDate2,
#frmOptions #selMoDay {
    width: 150px;
    display: inline-block;
}

#ResWizardInfo #RecurOptions > div,
#ResWizardInfo #RecurOptions #divMonthly > div {
    margin: 10px 0;
}

#RecurOptions > fieldset > label {
    margin-left: 5px;
    margin-right: 10px;
}

#ResWizardInfo label {
    color: rgba(0, 0, 0, .87);
}

#ResWizardInfo #AllDayContainer {
    display: inline-block;
    float: left;
    line-height: 42px;
}

#ResWizardInfo #divMonthly {
    font-weight: bold;
}

.date-time-span {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #000000;
}

#ResWizardInfo #RecurOptions {
    margin-top: 10px;
}

#divMonthly > div {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: rgba(0,0,0,0.87);
}

/* ResWizard1.asp */
#ResWizardOne #EventWizHeader {
    margin-top: 10px;
    margin-bottom: 10px;
}

#ResWizardOne h1,
#ResWizardOne h2 {
    margin: 20px 0 10px 0 !important;
}

#ResWizardOne #SchedLegend {
    margin-top: 20px;
}

#ResWizardOne #SchedLegendCategories {
    margin-top: 20px;
}

/* SearchWizardResults.asp */
#SearchResults h1,
#SearchResults h2 {
    margin: 20px 0 10px 0 !important;
}

#SearchResults #SchedLegend {
    margin-top: 20px;
}

/* The following styles are for the options bar present on both SearchResults.asp and ResWizard1.asp */
.option-bar {
    margin: 10px 0;
}

.option-box {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    float: left;
    height: 42px;
    width: 150px;
    padding: 0;
}

.option-dropdown {
    margin-left: 0;
    margin-right: 2px;
    padding-left: 0;
    padding-right: 0;
    height: 42px;
    width: 230px;
    float: left;
    position: relative;
}
    .option-dropdown .fa,
    .option-dropdown .dropdown-glyph {
        color: #707273;
    }
    .option-dropdown .dropdown-glyph {
        position: absolute;
        margin: 14px 5px;
    }

.option-text-container {
    width: 200px;
}

    .option-text-container input {
        width: 150px;
    }

.option-capacity {
    height: 42px;
    width: 125px;
    margin-left: 24px;
    margin-right: 24px;
    padding-left: 0;
    padding-right: 0;
    float: left;
    position: relative;
}

    .option-capacity input,
    .option-text-container input {
        margin-left: 0;
        display: inline-block;
    }

    .option-capacity i,
    .option-text-container i {
        margin-left: 15px;
        margin-right: 15px;
    }

    .option-capacity #NumberOfAttendees {
        width: 80px;
        padding-left: 3px;
    }

.option-check-container {
    width: auto;
    max-width: 385px;
    margin-left: 24px;
}

    .option-check-container label.k-checkbox-label {
        margin-left: 15px;
        margin-right: 15px;
    }

    .option-check-container #Pwd {
        margin-left: 5px;
    }

.option-box.option-text-container,
.option-box.option-capacity {
    background-color: #f7f8f8;
    border: 1px solid #8E9091;
}

    .option-box.option-text-container input,
    .option-box.option-capacity input {
        background-color: #f7f8f8;
    }

    .option-box.option-text-container:has(#txtDesc:hover),
    .option-box.option-capacity:has(#NumberOfAttendees:hover),
    #NumberOfAttendees:hover,
    #txtDesc:hover {
        background-color: #E5E8EA;
    }

    .option-box.option-text-container:focus-within,
    .option-box.option-capacity:focus-within {
        outline: 2px solid #152EA9;
    }

    .option-box.option-text-container #txtDesc,
    .option-box.option-capacity #NumberOfAttendees {
        border: none;
    }

        .option-box.option-text-container #txtDesc:focus,
        .option-box.option-capacity #NumberOfAttendees:focus {
            outline: none;
        }

.option-box .fa {
    color: #707273;
}

#schedColorId {
    margin-right: 24px;
}

/* SearchText.asp */
#SearchTextCriteria input[type=text],
#SearchTextCriteria select {
    display: inline-block;
    width: 236px;
}

#SearchTextCriteria #UserContact input[type=text] {
    width: 200px !important;
}

#MiscSearchCriteria > div > div,
#SearchDateRange > div > div {
    margin-top: 5px;
    margin-bottom: 5px;
}

#SearchTextCriteria #MiscSearch label,
#SearchTextCriteria #TextSearch label,
#SearchTextCriteria #DateRange label {
    line-height: 34px;
    margin: 0;
}

#SearchText h1,
#SearchText h2 {
    margin: 20px 0 10px 0 !important;
}

/* SearchAvailable.asp */
#SearchAvailable #SearchDateTime select,
#SearchAvailable #divAdvanced select {
    width: 250px;
    display: inline-block;
}

#SearchAvailable h1,
#SearchAvailable h2 {
    margin: 20px 0 10px 0 !important;
}

#SearchAvailable #SearchDateTime > div,
#SearchAvailable #divAdvanced > div {
    margin-top: 5px;
    margin-bottom: 5px;
}

#SearchAvailable #DayOfWeek > table {
    display: inline-block;
}

#SearchAvailable #DayOfWeek > label {
    float: left;
    line-height: 67px;
}

#SearchAvailable #DayOfWeek > table td {
    text-align: center;
}

#SearchAvailable #SearchTimeZone {
    clear: both;
    margin-top: 40px !important;
}

#SearchAvailable #DayOfWeek table {
    border-collapse: separate;
    border-spacing: 8px;
}

/* SearchActivity.asp */
#SearchActivity #divAdvanced select {
    width: 250px;
    display: inline-block;
}

#SearchActivity #SearchDateTime > div,
#SearchActivity #divAdvanced > div {
    margin-top: 5px;
    margin-bottom: 5px;
}

#SearchActivity h1,
#SearchActivity h2 {
    margin: 20px 0 10px 0 !important;
}

/* ResSetOptions.asp */
#ResSetOptions > div {
    margin-top: 5px;
    margin-bottom: 5px;
}

/* incSearchScope.asp */
#SearchScope .dropdown-glyph {
    position: absolute;
    top: 15px;
    left: 4px;
}

#SearchScope .SearchOptionsCapacity {
    display: flex;
    box-sizing: border-box;
}

    #SearchScope .SearchOptionsCapacity input {
        margin-left: 0;
        display: inline-block;
    }

    #SearchScope .SearchOptionsCapacity input#capacity {
        border: none;
    }

    #SearchScope .SearchOptionsCapacity:hover,
    #SearchScope .SearchOptionsCapacity:hover input#capacity {
        background-color: #e5e8ea;
    }

    #SearchScope .SearchOptionsCapacity:focus-within {
        outline: 2px solid #152EA9;
    }

    #SearchScope .SearchOptionsCapacity input#capacity:focus {
        outline: none;
    } 

    #SearchScope .SearchOptionsCapacity i {
        margin-left: 15px;
        margin-right: 15px;
    }

#SearchScope #divRecurring > div {
    margin: 5px auto;
}

#SearchScope #SearchOptionsHeader #capacity {
    width: 100%;
}

#SearchScope #SearchOptionsFields .k-chip-label,
#SearchScope #SearchOptionsFields .k-input-value-text,
#PlannerView #SearchOptionsFields .k-chip-label,
#PlannerView #SearchOptionsFields .k-input-value-text  {
    color: rgba(0, 0, 0, .87);
}

#ResWizardInfo h5 {
    line-height: 20px;
    color: rgba(0, 0, 0, .7);
}

#divRecurring #RecurOptions legend {
    border-bottom: none;
}

.k-i-calendar, .k-i-clock {
    margin: 9px auto !important;
}

.k-picker-wrap.k-state-default,
.k-state-default > .k-select {
    border-color: #5f8cbf;
}

/* End incSearchScope.asp */

.copyright {
    padding-right: 15%;
}

.helpLink {
    margin-top: -4px;
    margin-left: -15px;
}

    .help-link:focus,
    .helpLink:focus {
        background-color: transparent;
        color: #5f8cbf;
    }

.help-link:hover {
    text-decoration: none;
}

.footnote-center {
    margin: auto;
    width: 50%;
}

#FileName {
    width: 270px;
}

.select-contacts {
    width: auto;
    min-width: 215px;
    max-width: 350px;
    display: inline-block;
    margin-top: 7px;
}

.input-contacts {
    width: 235px;
    display: inline-block;
    margin-top: 7px;
}

.displayContacts {
    width: 50px;
    display: inline-block;
}

select.displayContacts {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: rgba(0,0,0,0.87);
}

.scrollTable {
    overflow-y: scroll;
    height: 300px;
}

.vTopAlign {
    vertical-align: top;
}

.inputEmail {
    width: 250px;
    display: inline-block;
}

.table-header {
    color: #000000;
    height: 24px;
    margin: 4px;
}

.infoPageFloatRight {
    float: right;
}

.infoPageFloatLeft {
    float: left;
}

.FloatRight {
    float: right;
}

.FloatLeft {
    float: left;
}

.phoneNum {
    width: 187px;
    display: inline-block;
}

.extNum {
    width: 50px;
    display: inline-block;
}

/*Date/Time Row Styling*/
#DateTimeRow {
    vertical-align: middle;
    text-align: center;
    padding: 7.5px 0;
}

    #DateTimeRow .k-datepicker,
    #DateTimeRow .k-timepicker {
        margin: 4px 0;
    }

#StartDateBox,
#EndDateBox,
#AllDayBox {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    float: left;
    height: 42px;
    width: 150px;
    padding: 0;
}

#AllDayBox {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    float: left;
    height: 42px;
    width: 230px;
    padding: 0;
}

#StartTimeBox,
#EndTimeBox {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    float: left;
    height: 42px;
    width: 150px;
    padding: 0;
}

#TimeZoneBox {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-right: 2px solid white;
    background-color: #e0e9f2;
    float: left;
    height: 42px;
    width: 232px;
    padding: 0;
    position: relative;
}

#AllDayBox .k-checkbox-label:before,
#AllDayBox .k-checkbox-label:after,
#AllDayBox .k-checkbox:checked + .k-checkbox-label:after {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: rgba(0, 0, 0, .87);
}

#AllDayBox label {
    padding-top: 3px;
    margin-left: 5px;
}

#DateTimeRow .DateTimePickerIcon {
    margin-left: 9px !important;
    margin-right: 9px !important;
}

#DateTimeRow .k-datepicker .k-select,
#DateTimeRow .k-timepicker .k-select {
    display: none;
}

#DateTimeRow .k-datepicker .k-picker-wrap,
#DateTimeRow .k-timepicker .k-picker-wrap {
    padding: 0;
}

#DateTimeRow .k-picker-wrap.k-state-default {
    border-color: #b7c9e9;
}

#DateTimeRowTo {
    float: left;
    padding: 0 5px;
    height: 42px;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 20px;
    font-size: 14px; 
    font-weight: 400;
}

#DateTimeRow #TimeZoneBox .dropdown-glyph {
    position: absolute;
    margin: 14px 15px;
}
/*End Date/Time Row Styling*/

.inputDtl4 {
    width: 95px;
    display: inline-block;
}

.checkboxLabel {
    font-weight: 400;
}

.dateWidth {
    width: 150px;
}

.cellBottomBuffer {
    padding-bottom: 8px;
}

.itemMinWidth {
    min-width: 300px;
}

.label-left-buffer {
    padding-left: 15px;
}

.rsvInfoBottomBuffer {
    margin-bottom: 8px;
}

.forecolor-black {
    color: black;
}

.bodyWidth {
    min-width: 600px;
    position: relative;
    margin: 10px;
}

.k-window.k-widget .bodyWidth {
    margin: 0 0 0 0;
}

.fixIcon {
    position: fixed;
    float: right;
    z-index: 9999999;
}

.iconModalPosition {
    z-index: 9999999;
    float: right;
    margin-right: 25px;
    font-size: 14px;
}

.Logo {
    max-width: 100%;
}

#locNavInfo {
    height: 98%;
    overflow: auto;
}

.locNavIndent {
    padding-left: 20px;
}

.textAlignCenter {
    text-align: center;
}

.itemInfoTooltipHeader {
    font-size: 20px !important;
}

#tblSetupCleanTime select {
    display: inline-block;
    width: 80px;
}

#tblSetupCleanTime select:enabled {
    color: rgba(0, 0, 0, 0.87);
}

#tblSetupCleanTime span:has(select:disabled) {
    color: rgba(0, 0, 0, 0.50);
}

#tblReservationCategory select {
    display: inline-block;
    width: auto;
    min-width: 180px;
    max-width: 230px;
}

#tblReservationCategory label {
    font-weight: 400;
    color:rgba(0, 0, 0, .73);    
}

#tblSetupCleanTime span{
    color:#000000;
}

#ScheduleHeader {
    width: 100%;
    position: relative;
    z-index: 2;
    margin-top: 20px;
}

#TypeFilter {
    position: relative;
    display: inline-block;
}

    #TypeFilter select {
        width: 200px;
    }

    #TypeFilter i {
        margin-right: .5em;
    }

#EventCoordinatorFilter {
    position: relative;
    display: inline-block;
}

    #EventCoordinatorFilter select {
        width: 200px;
    }

    #EventCoordinatorFilter i {
        margin-right: .5em;
    }

#tree1 li[aria-selected='true'] > a {
    background: #e0e9f2;
}

.color0 {
    color: GRAY;
    background-color: GRAY;
}

.color1 {
    color: RED;
    background-color: RED;
}

.color2 {
    color: #FF8200;
    background-color: #FF8200;
}

.color3 {
    color: YELLOW;
    background-color: YELLOW;
}

.color4 {
    color: #31AA00;
    background-color: #31AA00;
}

.color5 {
    color: BLUE;
    background-color: BLUE;
}

.color6 {
    color: NAVY;
    background-color: NAVY;
}

.color7 {
    color: PURPLE;
    background-color: PURPLE;
}

.color8 {
    color: SILVER;
    background-color: SILVER;
}

.color9 {
    color: BLACK;
    background-color: BLACK;
}

.color10 {
    color: #FFC0CB;
    background-color: #FFC0CB;
}

.color11 {
    color: #F4A460;
    background-color: #F4A460;
}

.color12 {
    color: #F0E68C;
    background-color: #F0E68C;
}

.color13 {
    color: #90EE90;
    background-color: #90EE90;
}

.color14 {
    color: #ADD8E6;
    background-color: #ADD8E6;
}

.color15 {
    color: #E0FFFF;
    background-color: #E0FFFF;
}

.color16 {
    color: #9370DB;
    background-color: #9370DB;
}

.color17 {
    color: WHITE;
    background-color: WHITE;
}

.color18 {
    color: #40E0D0;
    background-color: #40E0D0;
}

.color19 {
    color: #00FF7F;
    background-color: #00FF7F;
}


.expand-link {
    color: #707273;
    position: absolute;
    bottom: -5px;
    right: 15px;
}
    .expand-link:hover {
        color: #707273;
    }

.NoPadding .expand-link {
    right: 0;
}

.LocationCard {
    border: 1px solid #8E9091;
    background-color: #F7F8F8;
    padding: 1em;
    position: relative;
    margin-bottom: 1em;
}

    .LocationCard .ResourceCard {
        float: left;
    }

    .LocationCard .LocationCardTopRow {
        width: 100%;
        height: 2em;
    }

#BlockEventDetail {
    border: 1px solid #5f8cbf;
    padding: 1em;
    position: relative;
    margin-bottom: 1em;
}

#BlockResources {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

#AddResourcesRow {
    margin-bottom: 1em;
}

#CheckInOutRow {
    float: right;
    margin-bottom: 1em;
}

.SmMarginBottom {
    margin-bottom: 3px;
}

/* for the old style schedule week view (scheduleWeek.asp and the VB6 dll that generates the grid) */
.ScheduleWeekViewHeader {
    color: black;
    height: 25px;
    vertical-align: middle;
    padding-right: 8px;
    
}

.ScheduleWeekViewHeader:hover {
    background-color: rgba(0,0,0,0.04);
}

.ScheduleWeekViewEvent {
    max-height: 20px;
}

.ScheduleWeekViewCell {
    border-color: #e5e8ea;
    border-style:solid;
    border-width:0 0 1px 1px;
}

.ScheduleWeekViewResCell {
    border-color: #e5e8ea;
    border-style:solid;
    border-width:0 0 1px 1px;
}

.ScheduleWeekViewLink {
    color: #ffffff;
}

.ScheduleWeekViewLinkInverse {
    color: #000000;
}

.ScheduleWeekViewUnavailableHoliday {
    border-color:#E2E9F6;
    border-style:solid;
    border-width:0 0 1px 1px;
    background-color:#f5f5f5;
}

.ScheduleWeekViewTime {
    color: rgba(0, 0, 0, 0.87);
    font-family: "Noto Sans", sans-serif;
    font-size: 1em;
    font-weight: 400;
    border-color: #E2E9F6;
    border-style:solid;
    border-width:0 0 1px 0px;
}

.ScheduleWeekViewPreResName {
    border-color: #E2E9F6;
    border-style:solid;
    border-width:0 0 1px 0px;
}

.ScheduleWeekViewResName {
    border-color: #E2E9F6;
    border-style:solid;
    border-width:0 0 1px 0px;
    width: 250px;
}

#calbody tr:hover, #calbody tr:focus {
    background-color: #e5e8ea;
}

#calbody tr:active {
    background-color: #B4C7ED;
}

#calbody:focus-visible {
    outline: 2px solid #152EA9;
    outline-offset: -1px;
}

.color20 {
    color: rgba(128, 128, 128, .7);
    background-color: rgba(128, 128, 128, .7); 
}
.color21 {
    color: rgba(255, 0, 0, .7);
    background-color: rgba(255, 0, 0, .7);
}
.color22 {
    color: rgba(255, 130, 0, .7);
    background-color: rgba(255, 130, 0, .7);
}
.color23 {
    color: rgba(255, 255, 0, .7);
    background-color: rgba(255, 255, 0, .7);
}
.color24 {
    color: rgba(49, 170, 0, .7);
    background-color: rgba(49, 170, 0, .7);
}
.color25 {
    color: rgba(0, 0, 255, .7);
    background-color: rgba(0, 0, 255, .7);
}
.color26 {
    color: rgba(0, 0, 128, .7);
    background-color: rgba(0, 0, 128, .7);
}
.color27 {
    color: rgba(128, 0, 128, .7);
    background-color: rgba(128, 0, 128, .7);
}
.color28 {
    color: rgba(192, 192, 192, .7);
    background-color: rgba(192, 192, 192, .7);
}
.color29 { 
    color: rgba(0, 0, 0, .7);
    background-color: rgba(0, 0, 0, .7);
}
.color30 {
    color: rgba(255, 192, 203, .7);
    background-color: rgba(255, 192, 203, .7);
}
.color31 {
    color: rgba(244, 164, 96, .7);
    background-color: rgba(244, 164, 96, .7);
}
.color32 {
    color: rgba(240, 230, 140, .7);
    background-color: rgba(240, 230, 140, .7);
}
.color33 {
    color: rgba(144, 238, 144, .7);
    background-color: rgba(144, 238, 144, .7);
}
.color34 {
    color:rgba(173, 216, 230, .7);
    background-color: rgba(173, 216, 230, .7);
}
.color35 {
    color: rgba(224, 255, 255, .7);
    background-color: rgba(224, 255, 255, .7);
}
.color36 {
    color: rgba(147, 112, 219, .7);
    background-color: rgba(147, 112, 219, .7);
}
.color37 {
    color: rgba(255, 255, 255, .7);
    background-color: rgba(255, 255, 255, .7);
}
.color38 {
    color: rgba(64, 224, 208, .7);
    background-color: rgba(64, 224, 208, .7);
}
.color39 {
    color: rgba(0, 255, 127, .7);
    background-color: rgba(0, 255, 127, .7);
}

#viewListVertical .btn-default {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
      touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

#viewListVertical .selected-view {
    background-color: #428bca;
    border-color: #428bca;
    color: #fff;
}

#viewListVertical .selected-view .view-link {
    color: #fff;
}

#viewListVertical .dropdown-menu > li > a {
  display: block;
  padding: 6px 12px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #428bca;
  white-space: nowrap;
}

#viewListVertical .dropdown-menu > li > a:hover {
    color: #262626;
    text-decoration: none;
    background-color: #e8e8e8;
}

.SchedulingAssistantEventBlock {
    background-color: #5f8cbf !important;
    border: solid 1px #fff !important;
    height: 100% !important;
    width: 100% !important;
}

.SchedulingAssistantEventBlockCollision {
    background-color: #f7901e !important;
    border: solid 1px #fff !important;
    height: 100% !important;
    width: 100% !important;
}

.btn-glyphicon {
    border: none;
    padding: 0;
}

.PoweredByFooterAlignRight {
    float: right;
    font-size: 12px;
    margin-right: 15px;
}

.skiptomain {
    position: absolute;
    left: -9999px;
    z-index: 99999999999;
    padding: 1em;
    opacity: 0;
}

.skiptomain:focus {
        left: 50%;
        transform: translateX(-50%);
        opacity: 1;
        font-size: 18px;
        background-color: #fff;
}

/*incSchedDtlBlockAttendees.asp*/
.regularLabel {
    font-weight: normal !important;
    padding-bottom: 0.5em;
}

/*incSchedDtlBlockResources.asp*/
#warningMessageForDeletingOwningResource {
    margin-bottom: 10px;
    font-weight: bold;
}

.warning-message-div {
    display: inline-block;
}
/*Quick Reserve popup*/
#form_quickrespop div.form-group label.control-label,
#form_quickrespop div#content_quickrespop div.form-inline .control-label ,
#QuickEditForm .form-group .control-label,
#QuickEditForm .form-inline .control-label{
    font-size: 14px; 
    font-weight: 400;
    line-height: 20px;
    color:rgba(0, 0, 0, .73);
}

#form_quickrespop select, 
#QuickEditForm select{
    font-family: 'Noto Sans', sans-serif;
    font-size: 14px;
    line-height: 20px;
    color:rgba(0, 0, 0, .87);
    padding-top: 0px;
    padding-bottom: 0px;    
}

#NumberOfAttendees_quickrespop.form-control{
    background-color: #F7F8F8;
}

#btnMore_quickrespop{
 margin-left: 10px;
}

#txtDesc_quickrespop,#requestedForName_quickrespop,
#NumberOfAttendees_quickrespop,#res_quickrespop
#StartHr_quickrespop,#StartMin_quickrespop,#EndHr_quickrespop,
#EndMin_quickrespop{
     line-height: 20px;
}
/***Quick Reserve popup end***/

/*Reservation detail screen*/
input#Desc.form-control,
div#HostNameBox,div#AttendeeBox,
textarea#ExtDesc.form-control,input#AttendeeCnt.form-control{
    background-color: #F7F8F8;   
    border: 1px solid #8E9091 !important;
}

ul.btn-sm.dropdown-menu.pull-right > li > a{
line-height: 20px;
font-size: 14px;
}

#ContentContainer div.CurrentRecurInfo div{
    color: rgba(0, 0, 0, .87);
}

#HostNameRow .form-control-label, 
#InviteRow .form-control-label,
#ExtDescriptionRow .form-control-label {
font-family: 'Noto Sans', sans-serif;
font-weight: 400;
font-size: 14px;
line-height: 20px;
color: rgba(0, 0, 0, .73);
width: 91px;
}

 #eReports span {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: rgba(0, 0, 0, .73);
 }

#ButtonBar .btn-sm,#AddResourcesRow .btn-sm, .FloatRight .btn-sm, .iu-template-button .btn-sm,
#ResourceCardSwapResource .btm-sm{
    line-height: 20px;
}

a#lnkRepeat{
    font-weight: 500;
    /*text-decoration: underline;*/
}

#HostNameBox .btn-border-orange,#AttendeeBox .btn-border-orange{
  border-color: #8E9091;
}

#lnkAttendees,#lnkMore{
    font-size: 16px;
    line-height: 22px;
} 

.btnSwapResource{
    line-height: 20px;
}

.form-group .NoPadding{
    color: rgba(0, 0, 0, .87);
}

.form-group .NoPaddingLeft{
     color: rgba(0, 0, 0, .73);
}

.form-group .NoPaddingLeft select:enabled,#BlockEventDetailEventType select:enabled{
	color: rgba(0, 0, 0, 0.68);
}

#BlockUDFs .form-group select:enabled{
color: rgba(0, 0, 0, 0.68);
}

span.ResourceCardTitle span.PopupSelector,
.ResourceCardOrderContent div,
.ResourceCardOrderContent div > span{
font-weight: 500;
font-size: 16px;
line-height: 22px;
color: rgba(0, 0, 0, .87);
font-style: normal;
}

div.LocationCardTitle.FloatLeft{
font-weight: 500;
font-size: 16px;
line-height: 22px;
color: rgba(0, 0, 0, .87);
}

#customFooter {
    color: rgba(0,0,0,0.87);
    font-weight: 400;
    line-height: 20px;  
}

#ReservationInfoWindow_wnd_title {
    height: 25px; 
}

#ReservationInfoWindow_wnd_title #TooltipTitleButtonContainerDiv {
    margin-top: 5px;
}

/*SchedDtlSwapResource.asp,SchedDtl7.asp*/

table.SwapResourceModal tbody tr, table.AddResourcePlus tbody tr{
	background-color: white;
}

.SwapResourceModal table.eds-table .no-color-row, .AddResourcePlus table.eds-table .no-color-row,
#attendeeGrid table thead tr {
	background-color: #fff !important;
}

.SwapResourceModal table.eds-table td[colspan="5"], .SwapResourceModal table.eds-table td:empty, 
.AddResourcePlus table.eds-table td[colspan="5"], .AddResourcePlus table.eds-table td:empty{
	background-color: white;
}

.SwapResourceModal table.eds-table tbody .eds-data-row:nth-of-type(odd), 
.AddResourcePlus table.eds-table tbody .eds-data-row:nth-of-type(odd) {
    background-color: #fff;
}

.SwapResourceModal table.eds-table tbody .eds-data-row:nth-of-type(even), 
.AddResourcePlus table.eds-table tbody .eds-data-row:nth-of-type(even) {
    background-color: #f7f8f8;
}

.AddResourcePlus select {
    line-height: 20px;   
}

#jstdialog-container { 
    font-size: 16px;
}

#KendoScheduler3 .k-grid-header tr th.k-header{
    font-weight: 500;
    color: rgba(0,0,0,0.87);
    line-height: 20px;
    background-color: #fff;
}

#KendoScheduler3 tbody.k-grid-content tr td{
     line-height: 20px;
}

#KendoScheduler3 .k-icon.k-i-clock{
    color: #152EA9;
}

#KendoScheduler3 .k-current-time{
    background: #C23434;
}

#KendoScheduler3 .k-current-time-arrow-down{
    border-top: 4px solid #C23434;
}

#BlockHistory .k-grid.k-widget table,#BlockHistory table thead.k-grid-header,#BlockHistory table tbody,#BlockHistory table tbody tr, #BlockHistory table tbody.k-grid-content tr,
#BlockHistory table tbody tr td,
#BlockHistory table thead tr th.k-header,
#BlockHistory .k-grid.k-widget {
    border-color: #E5E8EA;
    box-shadow:none;
}

#BlockHistory table tbody tr:last-child,#BlockHistory{
    border-color: #E5E8EA;
}

#BlockHistory table > thead > tr > th{
	font-weight: 500;
	color: rgba(0,0,0,0.87);
    background-color: #fff;
}

#BlockHistory .k-grid.k-widget table tr:hover, #BlockHistory .k-grid.k-widget table tr:focus {
    background-color: #E5E8EA;
}

#BlockHistory .k-grid.k-widget table tr:active {
    background-color: #B4C7ED;
}

#BlockHistory .k-grid tr:has(+ tr:nth-child(even):hover) td {
    border-bottom-color: rgba(0,0,0,0.5);
}


#BlockHistory .k-grid tr:has(+ tr:nth-child(odd):hover) td {
    border-bottom-color: rgba(0,0,0,0.1);
}

#BlockHistory table tbody.k-grid-content tr td{
    font-weight: 400;
    line-height: 20px;
}

div#ButtonBar #btnCloseWindow{
    margin-right: 5px;
}

.btnSaveInstance{
    margin-right: 5px;
}

#AllDayBox .k-checkbox-label{
    line-height: 20px;
    font-weight: 400;    
    color: rgba(0, 0, 0, .87);
}

.k-checkbox:before {
    transform: none;
    position: static;
    content: '';
    width: 11px;
    height: 16px;
    font-size: 14px;
    font-family: 'Noto Sans', sans-serif;
}
 
.k-checkbox:checked::before {
    transform: none;
}
 
.k-checkbox:checked:focus {
    box-shadow: none;
}

.PopupSelectorItemInfo img{
    width: 24px !important;
    height: 24px !important;
    border: 0px;
}

.ResourceCardOrderEdit .btn-sm{
    line-height: 20px;
    color:rgba(0, 0, 0, .87);
    background-color: #fff;
    border: 1px solid #152EA9;
}

.ResourceCardOrderEdit .btn-sm:focus{
    box-shadow: none;
    outline: 2px solid #152EA9;
    outline-offset: 2px;
}

.ResourceCardOrderEdit .btn-sm:hover{
    color: #152EA9;
    background-color: #E2E9F6;
    border: 1px solid #152EA9;
 }

 .ResourceCardOrderEdit .btn-sm:active{
    background-color: #B4C7ED;
    border: 1px solid #152EA9;
 }

 #BlockUDFs .form-group .NoPaddingLeft{
    color: rgba(0, 0, 0, .73);
 }

 .k-input:focus-within{
    box-shadow: none;  
 }

.k-window-titlebar .k-window-action{
    color: #707273;
    opacity: unset;
}

.k-window-titlebar .k-window-action:hover {
    color: #707273;
    background-color: rgba(0, 0, 0, .04) !important;
}

.k-window-titlebar .k-window-action:active {
    color: #152EA9;
    background-color: #B4C7ED;
}

.k-window-titlebar .k-window-action:focus {
    color: #152EA9;
    outline: 2px solid #152EA9;
}

.k-window-titlebar .k-window-action:disabled {
    color: #AAADAE;
}

#ContentContainer:has(#KendoScheduler2) #LeftColumn {
    height: 90% !important;
 }

#ListContainerInstruction h5 {
    color: rgba(0, 0, 0, .87);
    line-height: 20px;
}

#userproxy select {
    width: auto;
    min-width: 160px;
    max-width: 300px;
}

#SearchUsersMain select {
    width: auto;
    min-width: 160px;
    max-width: 350px;
}

#SearchUsersMain .form-control {
    margin-top: 5px;
}

.k-multiselect.k-input,
.k-picker.k-dropdownlist {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: rgba(0,0,0,0.87);
    border-color: #8E9091;
}

#frmDtl #schedWarMsg {
    color: rgba(0, 0, 0, .87);
}

.fa-info-circle:before,
.k-button-solid-base .k-icon,
.k-input .k-icon {
    color: #707273;
}

.k-input .k-clear-value:has(.k-icon) {
    opacity: 1;
}

#StartDateBox:not(:has(.k-button)) #StartDatePicker,
#StartTimeBox:not(:has(.k-button)) #StartTimePicker,
#EndDateBox:not(:has(.k-button)) #EndDatePicker,
#EndTimeBox:not(:has(.k-button)) #EndTimePicker {
    border: 1px solid #8E9091;
}

    #StartDateBox:not(:has(.k-button)) #StartDatePicker:focus,
    #EndDateBox:not(:has(.k-button)) #EndDatePicker:focus,
    #StartTimeBox:not(:has(.k-button)) #StartTimePicker:focus,
    #EndTimeBox:not(:has(.k-button)) #EndTimePicker:focus {
        outline: 2px solid #152EA9;
    }

#dialog-recurring-save p, #sessionExtenderModal .modal-body p{
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    color: rgba(0, 0, 0, .73);
}

.k-button-solid-base.k-hover, .k-button-solid-base:hover {
    background-color: #E5E8EA;
    border-color: none;
}

.ui-dialog-content.ui-widget-content .ui-icon.ui-icon-alert {
    background-image: url('../images/icons/alert_dialog_info.png');
    background-position: 0px 0px;
    background-repeat: no-repeat;
    background-size: 40px 40px;
    height: 40px;
    width: 40px;
    max-width: 40px;
    margin-top: -3px !important;
}

#VisitorKeyCard {
    height: 35px;
    font-size: 14px;
    line-height: 20px;
}

#SearchVisitors.main-content hr.action-separator {
    background-color: #E5E8EA;
    border-color: #E5E8EA;
}

#SearchVisitors.main-content p {
    color: rgba(0, 0, 0, .87);
}

#SearchVisitors.main-content table.table.table-no-border tbody tr:nth-of-type(odd) {
    background-color: #F7F8F8;
}

#SearchVisitors.main-content table.table.table-no-border tbody tr:nth-of-type(even) {
    background-color: #ffffff;
}

#VisitorInfo .control-label,#ModalOptions .control-label,.modal-body #ModalOptions .form-group .control-label{
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    color: rgba(0, 0, 0, .87);
}

#VisitorInfo > div,#ModalOptions .table-no-border,.modal-body #ModalOptions .label-left-buffer{
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: rgba(0, 0, 0, .68);
}

#VisitorAppointments .FontdeskSKeycardSpan{
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: rgba(0, 0, 0, .87);  
}

#ModalOptions #msgWarning{
    font-size: 14px;
    line-height: 20px;
    font-weight: 400 !important;
}

#frmFrontDeskAddPhoto h2, #sessionExtenderModal .modal-title{
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    color: rgba(0, 0, 0, .95);
}

.k-state-disabled .k-button,
.k-state-disabled .k-timepicker,
.k-state-disabled .k-datepicker {
    color: rgba(0, 0, 0, 0.5);
    background-color: #FBFCFC;
    border-color: #DFE3E5;
}

#userproxy .fa.fa-search {
    color: #707273;
}

.form-group .eds-key {
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    color: rgba(0,0,0,0.87);
}

.form-group .eds-value {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: rgba(0,0,0,0.68);
}

#SearchVisitors select {
    width: auto;
    min-width: 220px;
    max-width: 340px;
    display: inline-block;
}

#VisitorAppointments .fa-info, #frmPOIDashboard #visitorGrid .fa-info{
    border: none; 
    margin: 0 0 0 0;
    content: "";
    background-image: url('../images/info_bluefilled.png');
    background-repeat: no-repeat;
    background-size: contain;
    height: 19px; 
    width: 19px;
    margin-bottom: -4px;
}

#FrontDeskKeyCard .PopupSelector:focus-visible, #visitorGrid .PopupSelector:focus-visible{
    border: none;
    box-sizing: content-box;
    outline: 2px solid #152EA9;
} 

#VisitorAppointments .fa-info:before, #frmPOIDashboard #visitorGrid .fa-info::before{
    content: "";
}

#tblVisitorButtonBar tr td{
    border:none;
}

#english_message ul li,
#german_message ul li,
#spanish_message ul li,
#french_message ul li{
     color:rgba(0, 0, 0, .87);
}

#frmPOIDashboard #ref, #frmPOIDashboard #txtTextSearch{
    height: 42px;
    width: 190px;
}

#frmPOIDashboard .fa-map-marker, 
#frmPOIDashboard .fa-file-o,
#frmPOIDashboard .fa-clipboard {
    color: #707273;
    border: none;
    outline: none;     
}

#POIDashboard .SearchOptionsFirstDropdown, #POIDashboard .SearchOptionsDropdown {
    position: relative;
}
 
#POIDashboard .SearchOptionsFirstDropdown .dropdown-glyph.fa.fa-map-marker,
#POIDashboard .SearchOptionsDropdown .dropdown-glyph.fa.fa-file-o {
    position: absolute;
    left: 5px;
}
#POIDashboard .SearchOptionsFirstDropdown select option, 
#POIDashboard .SearchOptionsDropdown select option {
    padding-left: 10px;
}

#sessionExtenderModal .modal-title:focus{
    outline: 2px solid #152EA9;
}

#sessionExtenderModal .modal-header {
    border-bottom: 1px solid #E5E8EA;
}

#sessionExtenderModal .modal-footer {
    border-top: 1px solid #E5E8EA;
}

#frmPOIDashboard .SearchOptionsFirstDropdown, #frmPOIDashboard .SearchOptionsDropdown{
    border: 1px solid #8E9091;   
    text-align: left;
    background-color: #fff;
}

#frmPOIDashboard .SearchOptionsFirstDropdown:hover, #frmPOIDashboard .SearchOptionsDropdown:hover{
    background-color: #E5E8EA;
}

#frmPOIDashboard #loc_id.form-control:focus,#frmPOIDashboard #searchStatus:focus,#frmPOIDashboard #visitor_type_id:focus,
#frmPOIDashboard #search_poi_status_id:focus{
    outline: none;   
}

#frmPOIDashboard .SearchOptionsFirstDropdown:focus-within,#frmPOIDashboard .SearchOptionsDropdown:focus-within{
    outline: 2px solid #152EA9;
}

#frmPOIDashboard .SearchOptionsFirstDropdown #loc_id,
#frmPOIDashboard #searchStatus,#frmPOIDashboard #visitor_type_id,
#frmPOIDashboard #search_poi_status_id{
    border: none;
}

#frmPOIDashboard .SearchOptionsDatePicker span{
    color: rgba(0, 0, 0, .73);
}

#frmPOIDashboard #visitorGrid table tbody tr td strong{
    font-size: 14px;
    font-weight: 400;
}

#frmPOIDashboard .SearchOptionsMediumInput span,
#frmPOIDashboard .SearchOptionsSmallInput span{
    font-size: 14px; 
    font-weight: 400;
    line-height: 20px;
    color:rgba(0, 0, 0, .87);
}

#frmPOIDashboard #visitorGrid .k-grid-norecords-template{
    font-weight: 400;
    color:rgba(0, 0, 0, .87);
    line-height: 20px;
    border: 1px solid #E5E8EA;
}

#frmPOIDashboard .SearchOptionsDatePicker span{
    color: #000000;
}

#frmPOIDashboard #visitorGrid .k-grid-header table thead tr {
    background-color: #ffffff;
}

#frmPOIDashboard .SearchOptionsDatePicker .k-datepicker,
#frmPOIDashboard .SearchOptionsDatePicker .k-datepicker .k-button {
    padding-bottom: 1px;
}

#visitorGrid .k-icon.k-i-collapse, #visitorGrid .k-icon.k-i-expand{
    color: #707273;    
}

#visitorGrid .schedDetailPopupResWrapper {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#visitorGrid .schedDetailPopupResWrapper:focus-within {
    outline: 2px solid #152EA9;
}

#visitorGrid .schedDetailPopupResWrapper a:focus {
    outline: none !important;
}

#PlannerView .fa,
#PlannerView .k-button-icon .k-icon,
#PlannerView .glyphicon  {
    color: #707273;
}

#PlannerView .fa.fa-ellipsis-h {
    color: #152EA9;
}

#PlannerView #btnClear {
    margin-left: 5px;
}

#PlannerView #FilterDiv select {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#eReports h3{
    color: #000000;
}

#eReports #adhocStartDate .control-label,#eReports #adhocEndDate .control-label,
#eReports #adhocDateRadio span{
    color: rgba(0, 0, 0, .87);
}

#eReports .text-nowrap, #eReports #userFavSelect span, #eReports #additionalCriteriaFilters div label,
#eReports #additionalCriteriaFilters div,
#eReports #reportTitle{
    font-weight: 400;
    color: rgba(0,0,0,0.87);
}

#eReports #reportDescription .form-control[readonly] {
    background-color: #F7F8F8;
    border: solid 1px #8E9091 !important;    
    color: rgba(0,0,0,0.87);
}

#eReports #selReport{
    border: 1px solid #E5E8EA;
}

#eReports select{
    color: rgba(0,0,0,0.68);
    line-height: 20px;   
}

#eReports select:focus, #eReports #areaReportSummary:focus,
#eReports #txtUDFVal1:focus,#eReports #txtUDFVal2:focus, 
#eReports #txtDept:focus,#eReports #txtDept:focus {
     outline-offset: -2px;
}

#eReports #reportPreviewImage img {
    border: 1px solid #D9D9D9;
    background-color: #ffffff;
}

#eReports select {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#POIMasterList #SearchOptions select {
    padding-left: 10px;
}

#POIMasterList .info-message {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: rgba(0,0,0,0.87);
}

#POIMasterList .info-message .fa {
    color: #707273;
}

#POIMasterCheckDups_wnd_title.k-window-title {
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    color: rgba(0,0,0,0.73);
}

#masterPOIListTable th {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: rgba(0,0,0,0.87);
}
#masterPOIListTable tr td {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: rgba(0,0,0,0.87);
}

#POIMasterCheckDups .btn {
    margin-top: 5px;
}

#eReports #txtUDFVal1, #eReports #txtUDFVal2, #eReports #txtDept {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: rgba(0, 0, 0, .87);
}

#attendeeGrid div{
    background-color: white;
    float: none !important;
}

#attendeeGrid table tbody tr td select {
    height: 34px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#attendeeGridTable #countSection {
    border-top: #fff;
}

#attendeeGridTable .fa-pencil-square-o{
    color: #707273;
    border: none;
}

#Attendeesbtngroup {
    text-align: center;
    margin-top: 4px;
}

#Block4 .fa-exclamation-triangle {
    color: #707273;
}

#Block4 div, .main-content #form1 div strong, .ReservationCardTop div em, 
.ReservationCardTop span b {
    color: rgba(0, 0, 0, .87);
}

#Block4 table tbody tr td table thead tr:first-child{
    background-color: white;
}

.btn-white {
    background-color: #fff;
    border: 1px solid #152EA9;
    color: #152EA9 !important;
}

.btn-white:active {
    background-color: #B4C7ED;
}

.btn-white:hover {
     background-color: #E2E9F6;
}

.btn-white:focus {
     box-shadow: none;
    outline: 2px solid #152EA9;
    outline-offset: 2px;
}

#divUploadForm input[type=file]:focus {
	outline: 2px solid #152EA9;
}

#divUploadForm input[type="file"]::file-selector-button{
    background-color: #152EA9;
    color: #fff;
    padding: 8px 16px 8px 16px;
    border: none;
    border-radius: 2px;
}

#divUploadForm label{
    color: rgba(0, 0, 0, 0.95);
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
}

#divUploadForm input[type="file"] {
    color: rgba(0, 0, 0, 0.73);
    font-weight: 400;
    font-size: 14px;    
}