﻿@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 {
    border-color: #69ace6;
    box-shadow: 0 0 4px 0 rgb(66 139 202 / 75%);
    outline: none !important;
    background-color: #fff;
}

.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 #e8e8e8;
}

#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;
}

    #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 {
        background-color: #f0f1f2;
    }

#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;
}

#HeaderContainer {
    height: 5em;
    vertical-align: middle;
    line-height: 5em;
}

    #HeaderContainer #HeaderLogo {
        float: left;
        height: 3em;
        padding: 0 1em 0 3em;
        position: relative;
    }

        #HeaderContainer #HeaderLogo img {
            max-height: 100%;
            width: auto;
        }

        #HeaderContainer #HeaderLogo:after {
            content: "";
            position: absolute;
            width: 1px;
            height: 3em;
            right: 0;
            top: 1em;
            border-right: 1px solid lightgray;
        }

        #HeaderContainer #HeaderLogo span {
            height: 200%;
            width: 100%;
            border-right: solid grey 1px;
        }

    #HeaderContainer #HeaderTitle {
        float: left;
        padding: 0 1em;
        font-size: 1.25em;
    }

    #HeaderContainer #HeaderNav {
        float: right;
        margin-right: 3em;
    }

#HeaderNavUserName {
    font-weight: bold;
}

#HeaderNavUser,
#HeaderNavHelp {
    float: left;
    margin-left: 2em;
}

#LocationTreeView .icon {
    font-size: .7em;
    color: #5f8cbf;
    margin: 0;
}

#NavBarContainer {
    padding-left: 3em;
    background-color: #e0e9f2;
}

    #NavBarContainer #NavBarIcons {
        right: 3em;
        position: absolute;
        height: 100%;
        top: 50%;
        margin-top: -15px;
    }

#NavBarIcons a {
    margin-left: .75em;
}

#PageContainer {
}

#ContentContainer {
    height: 100%;
    padding: 2em 3em 0 3em;
    overflow: hidden;
}

#LeftColumn {
    border-right: solid 1px lightgray;
    width: 20em;
    height: 90%;
    float: left;
    overflow: auto;
}

    #LeftColumn #LocationDropdown {
    }

        #LeftColumn #LocationDropdown .btn-group {
            width: 90%;
        }

        #LeftColumn #LocationDropdown .btn {
            padding: .5em 0;
            border: 1px solid #5f8cbf;
        }

        #LeftColumn #LocationDropdown .dropdown-menu {
            width: 100%;
            border: 1px solid #5f8cbf;
        }

        #LeftColumn #LocationDropdown .btn:hover,
        #LeftColumn #LocationDropdown .btn:focus {
            background: transparent;
            color: black;
        }

        #LeftColumn #LocationDropdown > li > a:focus,
        #LeftColumn #LocationDropdown > li > a:hover {
            background-color: transparent;
        }

    #LeftColumn #LocationSearch {
        padding-top: 1em;
        width: 91%;
    }

#RightColumn {
    height: 100%;
    float: left;
    padding-left: 2em;
    overflow: hidden;
}

#RightContent {
    float: left;
    padding-left: 2em;
    overflow-y: auto;
}

#Reservations {
    height: 50%;
    width: 100%;
    position: relative;
}

#ReservationsHeader {
    width: 100%;
    height: 2.5em;
    margin-bottom: 1em;
}

    #ReservationsHeader .fa,
    #ReservationsHeader .glyphicon {
        background-color: #7f3f98;
        padding: .5em;
        color: white;
    }

#ReservationsFooter,
#FlaggedFooter {
    position: absolute;
    height: 1.5em;
    width: 100%;
    bottom: 0;
    background-color: white;
}

#ReservationsMore,
#FlaggedMore {
    position: absolute;
    right: 0;
}

#ReservationMisc {
    height: 34px;
    margin-left: 1em;
    font-weight: 400;
    font-size: 12px;
    margin-right: 4em;
    display: flex;
    align-items: center;
    line-height: 42px;
    vertical-align: middle;
}

#ReservationsTitle,
#FavoritesTitle {
    display: inline-block;
    font-size: 1.5em;
    font-weight: 300;
    margin-left: .5em;
}

#ReservationsScheduleLink,
#ReservationsDate {
    float: right;
    margin-left: .5em;
}

#ReservationsCards {
    padding: 0;
    height: 80%;
    overflow: auto;
}

    #ReservationsCards .ReservationCard {
        height: 8em;
        padding: 0;
    }

    #ReservationsCards .ReservationCardContent {
        height: 5em;
        margin: 1em 1em 0 0;
        padding: 1em;
        background-color: #f0f1f2;
    }

.ReservationCard .ReservationCardClose {
    position: absolute;
    right: 1.75em;
    top: 1.25em;
}

    .ReservationCard .ReservationCardClose button {
        color: #5f8cbf;
        font-weight: 400;
        opacity: .5;
    }

        .ReservationCard .ReservationCardClose button:hover {
            opacity: 1;
        }

.ReservationCard .ReservationCardTitle {
    color: #5f8cbf;
    font-weight: 600;
    font-size: 1.1em;
}

.ReservationCard .ReservationCardInfo {
    color: #5f8cbf;
    font-size: .8em;
    margin: 0 .5em;
}

.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;
    }

.LocationCard .ResourceCard {
    height: 7em;
    padding: 0;
}

.LocationCard .ResourceCardContent {
    height: 4em;
    margin: 1em 1em 0 0;
    padding: 1em;
    background-color: #f0f1f2;
}

.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: #5f8cbf;
        font-weight: 400;
        opacity: .5;
    }

        .ResourceCard .ResourceCardClose button:hover {
            opacity: 1;
        }

.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: 300;
    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 orange;
    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: #adc63f;
}

.SectionTopBorder {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-top: 1px solid lightgrey;
    padding-top: 1em;
}

#Favorites {
    height: 50%;
    width: 100%;
    overflow: hidden;
    position: relative;
}

#FavoritesHeader {
    position: relative;
    margin-bottom: 1em;
}

    #FavoritesHeader .fa {
        background-color: #adc63f;
        padding: .5em;
        color: white;
    }

#FavoritesSchedule {
    margin: 0;
    padding: 0;
    height: 80%;
    width: 100%;
    position: relative;
    border-width: 0;
}

#FavoritesScheduleBorder {
    position: absolute;
    top: -3px;
    bottom: -3px;
    border: 1px #e1e3e5 solid;
}

#FavoritesScheduleWorkHours {
    position: absolute;
    right: 10px;
    top: 5px;
}

#KendoScheduler {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    border-width: 0;
}


#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;
}

.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 grey;
    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;
}

#ScheduleGridViewTable {
    width: 100%;
    position: relative;
}

.FreeBusyRow .SmReg {
    height: 100%;
}

.input-group-addon {
    background-color: #e0e9f2;
    border: solid 1px #337ab7;
    cursor: pointer;
}

.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: #e0e9f2;
    background-color: rgba(224,233,242,.5);
    border: solid 2px #337ab7;
    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: #337ab7;
        color: white;
        opacity: 0.5;
        z-index: 10;
        cursor: pointer;
    }

    .FreeBusyGridRight .FreeBusyGridScrollRight {
        position: absolute;
        right: 0;
        top: 0;
        width: 15px;
        height: 100%;
        background-color: #337ab7;
        color: white;
        opacity: 0.5;
        z-index: 10;
        cursor: pointer;
    }

        .FreeBusyGridRight .FreeBusyGridScrollLeft span,
        .FreeBusyGridRight .FreeBusyGridScrollRight span {
            text-align: center;
            top: 49%;
        }

#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: #f0f1f2;
        color: black !important;
        border-top: solid 1px #e1e3e5;
        border-bottom: solid 1px #e1e3e5;
        border-right: solid 1px #e1e3e5;
        border-left: none !important;
        padding-left: 10px;
        min-width: 60px;
    }

#SchedFBTable .FreeBusyBlankRow {
    background-color: #f0f1f2;
    color: black !important;
    height: 70px;
}

#FBTable .FreeBusyBlankRow {
    display: none;
}

.TimeZoneRow {
    background-color: #f0f1f2;
}

#ScheduleColorsLegend {
    margin-top: 25px;
}

#ScheduleColorsLegend div {
    margin: 0 15px;
    font-style: italic;
    color: gray;
}

#ScheduleCategoriesLegend {
    margin-top: 25px;
}

#ScheduleCategoriesLegend div {
    margin: 0 15px;
    font-style: italic;
    color: gray;
}

#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 #e1e3e5;
    }

    #FBTable td,
    #SchedFBTable td {
        padding-left: 30px;
        height: 40px;
        border-bottom: solid 1px #e1e3e5;
        color: #337ab7;
    }

    #SchedFBTable td {
        border-top: solid 1px #e1e3e5;
    }

    #FBTable tr,
    #SchedFBTable tr {
        border-bottom: solid 1px #e1e3e5;
    }

    #FBTable .FreeBusyHeaderRow td,
    #SchedFBTable .FreeBusyHeaderRow td {
        background-color: #f0f1f2;
        color: black !important;
        height: 70px;
        font-size: larger;
    }

#SchedFBTableResults .FreeBusyBlankRow {
    display: none;
}

#FBTable #FreeBusyOptionsToggle td,
#SchedFBTable #FreeBusyOptionsToggle td {
    background-color: #f0f1f2;
    text-align: right;
    height: 50px;
    border: solid 1px #e1e3e5;
}

#FBTable #FreeBusyOptionsToggle,
#SchedFBTable #FreeBusyOptionsToggle {
    height: 30px;
}

#FBTable select, #SchedFBTable select {
    /*float: right;
    width: 200px;*/
}

.FreeBusyLeftCell {
    white-space: nowrap;
}

    .FreeBusyLeftCell select {
        border: 1px solid #5f8cbf !important;
        background-color: white;
        border-radius: 0 !important;
        font-weight: 500;
        color: #555;
        background-color: #fff;
        background-image: none;
        padding: 3px 5px;
    }

#FBTableResults td,
#SchedFBTableResults td {
    height: 40px;
    border: solid 1px #e1e3e5;
}

.TimePeriod {
    font-size: smaller;
    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: #f5f5f5 !important;
}

.CheckBox {
    height: 20px;
    width: 20px;
}

input[type=checkbox]:focus {
    outline: 2px solid black !important;
}

#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;
}

#SearchOptionsHeader {
    margin-bottom: 10px;
    font-weight: 700;
    width: 98vw;
}

#SearchOptionsToggle {
    position: absolute;
    right: 0;
}

#SearchOptions select {
    padding-left: 40px;
    height: 42px;
}

.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: #e0e9f2;
    height: 42px;
    width: 155px;
    margin-left: 0;
    margin-right: 2px;
    margin-top: 2px;
    padding-left: 0;
    padding-right: 0;
    float: left;
    position: relative;
}

.SearchOptionsPlannerDate {
    background-color: #e0e9f2;
    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: 42px;
}

.ShortNumberBox {
    width: 50px;
    display: inline-block;
}

.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 {
    background-color: #e0e9f2;
    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 {
    background-color: #e0e9f2;
    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;
    }

    .SearchOptionsMediumInput label {
        margin-left: 10px;
    }

.SearchOptionsButtonArea {
    background-color: #e0e9f2;
    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;
}

.SearchOptionsButtonArea #resCharButton,
.SearchOptionsButtonArea #resCharButton:hover {
    color: #000 !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;
}

.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;
    }

thead {
    background-color: #f0f0f0;
}

.vertical-center {
    display: flex;
    align-items: center;
    line-height: 42px;
    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: 'Roboto', sans-serif;
    border-radius: 0 !important;
}

#ListContainer {
    border: 1px solid #adafb2;
    margin-top: 15px;
}

#ListContainerHeader {
    background-color: #e1e3e5;
    border-bottom: 1px solid #adafb2;
}

#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 #5f8cbf;
}

.div-right-border {
    border-right: 1px solid #5f8cbf;
}

.form-horizontal .control-label {
    /* text-align:right; */
    text-align: left;
    font-weight: 500;
}

.form-horizontal .light-label {
    /* text-align:right; */
    text-align: left;
    font-weight: 500;
}

.form-control {
    border: 1px solid #5f8cbf !important;
    background-color: white;
    border-radius: 0 !important;
    font-weight: 700;
    -webkit-box-shadow: none;
    box-shadow: none;
}

    .form-control:focus {
        border: 2px solid black !important;
        background-color: #fff;
        background-image: none;
        background-position: 50% 50%;
        outline: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.k-multiselect.k-input.k-focus,
.k-datepicker.k-input.k-focus,
.k-timepicker.k-input.k-focus {
    outline: 2px solid black !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.k-datepicker.k-input:focus-within {
    outline: 2px solid black !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#SearchOptions select.form-control {
    border: none !important;
}

.clearFix {
    clear: both;
}

/*.typography h1,
.typography h2,
.typography h3,
.typography h4,
.typography .light-p {
    margin: 0 0 20px 0 !important;
}*/

h1 {
    font-family: 'Roboto', sans-serif;
    font-size: 32px;
    font-weight: 100;
}

h2 {
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    font-weight: 100;
}

h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 500;
}

h4 {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 500;
}

.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 {
    border-bottom: 1px solid #c5c5c6;
    padding-top: 15px;
    padding-left: 30px;
    padding-right: 30px;
}

    .nav-tabs.custom-tabs > li > a {
        color: #4e4e4f;
        font-weight: 700;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        background-color: #e0e9f2;
        border: none;
        border-bottom: 1px solid #e0e9f2;
        padding: 8px 20px;
        margin-right: 10px;
    }

        .nav-tabs.custom-tabs > li > a:hover,
        .nav-tabs.custom-tabs > li > a:focus {
            color: white;
            background-color: #5f8cbf;
            border-bottom: 1px solid #5f8cbf;
        }

    .nav-tabs.custom-tabs > li.active > a,
    .nav-tabs.custom-tabs > li.active > a:hover,
    .nav-tabs.custom-tabs > li.active > a:focus {
        color: #4e4e4f;
        border: 1px solid #c5c5c6;
        border-bottom: 1px solid #fff;
        background-color: transparent;
    }

.nav-pills.nav-secondary > li {
    padding: 0px 20px;
}

    .nav-pills.nav-secondary > li:first-child {
        padding-left: 0;
    }

.nav-pills.nav-secondary li a {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 14px;
    background-color: transparent;
    color: #4e4e4f;
    padding: 0 0 3px 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.nav-pills.nav-secondary > li.active > a,
.nav-pills.nav-secondary > li.active > a:hover,
.nav-pills.nav-secondary > li.active > a:focus {
    font-weight: 500;
    color: #4e4e4f;
    background-color: transparent;
    border-bottom: 3px solid #b7c9e9;
}

.nav-pills.nav-secondary > li > a:hover {
    color: #416c9c;
}

.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: #e0e9f2;
}

.navbar-nav > li > a {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #41403f;
    text-transform: uppercase;
    text-shadow: none;
    line-height: 30px;
}

    .navbar-nav > li > a:hover {
        color: #41403f;
        background-color: #b7c9e9;
    }

.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;
}

.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: #fff;
    background-color: #4778B3;
}

.line-through {
    text-decoration: line-through;
}

.dropdown > a {
    background-color: transparent;
}

    .dropdown > a:focus {
        outline: auto;
    }

.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: 'Roboto', 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: 12px;
    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 {
    background-color: #4778B3;
    color: #fff;
}

    .btn-blue:hover {
        background-color: #416c9c;
    }

    .btn-blue:focus {
        background-color: #031b8a !important;
    }

    .btn-blue.dropdown-menu {
        background-color: #5f8cbf;
    }

        .btn-blue.dropdown-menu a {
            font-family: 'Roboto', sans-serif;
            color: #fff;
            font-size: inherit;
            text-transform: uppercase;
        }

            .btn-blue.dropdown-menu a:hover {
                background-color: #416c9c;
                background-image: none;
                color: #fff;
            }

            .btn-blue.dropdown-menu a:focus {
                background-color: #031b8a;
                color: #fff;
                outline: none !important;
            }

.btn-bld-blue {
    background-color: #0077C7;
    color: #fff;
}

    .btn-bld-blue:hover,
    .btn-bld-blue:focus {
        background-color: #66A3CC;
    }

    .btn-bld-blue.dropdown-menu {
        background-color: #80ccff;
    }

        .btn-bld-blue.dropdown-menu a {
            font-family: 'Roboto', sans-serif;
            color: #fff;
            font-size: inherit;
            text-transform: uppercase;
        }

            .btn-bld-blue.dropdown-menu a:hover {
                background-color: #66A3CC;
                background-image: none;
                color: #fff;
            }

.btn-link, .btn-link:hover {
    background-color: transparent;
    color: #4778B3;
}

.btn-group .btn {
    padding-right: 15px;
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 10px;
}

.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: #5f8cbf;
}

.dropdown-menu > li > a {
    line-height: 2;
}

.dropdown-menu {
    margin-top: 10px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: none;
}

#LoginMenu.dropdown-menu {
    margin-top: -30px;
}

.btn-blue .dropdown-top-caret {
    color: #5f8cbf;
}

.btn-attendee {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #4e4e4f;
    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;
}

/* 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-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 */
}

/* 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: 100px;
    display: inline;
}

.res-char-options-table > tbody > tr > td {
    border: none;
}

.res-char-options-bottom {
    border-bottom: 1px solid #ddd;
    margin-bottom: 12px;
    padding-bottom: 12px;
}

.res-char-options-header {
    border-bottom: 1px solid #ddd;
}

.res-char-options-group {
    border-bottom: 1px solid #ddd;
    font-weight: bolder;
}

.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: #d4d4d4;
    height: 1px;
    background-color: #d4d4d4;
}

.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;
}

#ResWizardInfo #AllDayContainer {
    display: inline-block;
    float: left;
    line-height: 42px;
}

#ResWizardInfo #divMonthly {
    font-weight: bold;
}

.date-time-span {
    font-weight: bold;
}

#ResWizardInfo #RecurOptions {
    margin-top: 10px;
}

/* 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;
    border-right: 2px solid white;
    background-color: #e0e9f2;
    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 .dropdown-glyph {
        position: absolute;
        margin: 14px 5px;
    }

.option-text-container {
    width: 200px;
}

    .option-text-container input {
        width: 150px;
    }

.option-capacity {
    background-color: #e0e9f2;
    height: 42px;
    width: 155px;
    margin-left: 0;
    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-check-container {
    width: auto;
    max-width: 300px;
}

    .option-check-container label.k-checkbox-label {
        margin-left: 15px;
        margin-right: 15px;
    }

/* 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: block;
}

    #SearchScope .SearchOptionsCapacity input {
        margin-left: 0;
        display: inline-block;
    }

    #SearchScope .SearchOptionsCapacity i {
        margin-left: 15px;
        margin-right: 15px;
    }

#SearchScope #divRecurring > div {
    margin: 5px auto;
}

#SearchScope #SearchOptionsHeader #capacity {
    width: 50px;
}

.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: 215px;
    display: inline-block;
    margin-top: 7px;
}

.input-contacts {
    width: 235px;
    display: inline-block;
    margin-top: 7px;
}

.displayContacts {
    width: 50px;
    display: inline-block;
}

.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;
    border-right: 2px solid white;
    background-color: #e0e9f2;
    float: left;
    height: 42px;
    width: 150px;
    padding: 0;
}

#AllDayBox {
    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: 180px;
    padding: 0;
}

#StartTimeBox,
#EndTimeBox {
    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: 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: #5f8cbf;
}

#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;
    vertical-align: middle;
    text-align: center;
    font-weight: bold;
    padding: 0 5px;
    height: 42px;
    line-height: 42px;
}

#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;
}

.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: 13px !important;
}

#tblSetupCleanTime select {
    display: inline-block;
    width: 80px;
}

#tblReservationCategory select {
    display: inline-block;
    width: 180px;
}

#tblReservationCategory label {
    font-weight: 400;
}

#ScheduleHeader {
    width: 100%;
    position: relative;
    z-index: 2;
}

#TypeFilter {
    position: relative;
    display: inline-block;
}

    #TypeFilter select {
        width: 200px;
    }

    #TypeFilter i {
        margin-right: .5em;
    }

    #TypeFilter .dropdown-menu {
        border: 1px solid #5f8cbf;
        background: white;
    }

#EventCoordinatorFilter {
    position: relative;
    display: inline-block;
}

    #EventCoordinatorFilter select {
        width: 200px;
    }

    #EventCoordinatorFilter i {
        margin-right: .5em;
    }

    #EventCoordinatorFilter .dropdown-menu {
        border: 1px solid #5f8cbf;
        background: white;
    }

#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: #337ab7;
    position: absolute;
    bottom: -5px;
    right: 15px;
}
    .expand-link:hover {
        color: #23527c;
    }

.NoPadding .expand-link {
    right: 0;
}

.LocationCard {
    border: 1px solid #5f8cbf;
    background-color: #e1e3e5;
    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;
    
}

.ScheduleWeekViewEvent {
    max-height: 20px;
}

.ScheduleWeekViewCell {
    border-color:#e8e8e8;
    border-style:solid;
    border-width:0 0 1px 1px;
}

.ScheduleWeekViewResCell {
    border-color:#e8e8e8;
    border-style:solid;
    border-width:0 0 1px 1px;
}

.ScheduleWeekViewLink {
    color: #ffffff;
}

.ScheduleWeekViewLinkInverse {
    color: #000000;
}

.ScheduleWeekViewUnavailableHoliday {
    border-color:#e8e8e8;
    border-style:solid;
    border-width:0 0 1px 1px;
    background-color:#f5f5f5;
}

.ScheduleWeekViewTime {
    color: black;
    font-family: "Roboto", sans-serif;
    font-size: 0.9em;
    font-weight: 400;
    border-color:#e8e8e8;
    border-style:solid;
    border-width:0 0 1px 0px;
}

.ScheduleWeekViewPreResName {
    border-color:#e8e8e8;
    border-style:solid;
    border-width:0 0 1px 0px;
}

.ScheduleWeekViewResName {
    border-color:#e8e8e8;
    border-style:solid;
    border-width:0 0 1px 0px;
    width: 250px;
}

#calbody tr:hover, #calbody tr:focus {
    background-color: #f0f1f2;
}

.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;
}

