﻿/*#region Body Stylings*/
body {
    padding-top: 80px;
    font-family: Verdana, Geneva, sans-serif;
    margin: 0;
    font-size: 14px;
    line-height: 1.42857143;
    display: flex;
    flex-direction: column;
}

#main {
    flex: 1 0 auto;
}

/*@media (max-width:1300px) {
    body {
        padding-top: 70px;
    }  
}*/

html, body {
    height: 100%;
}

    body > .container {
        height: auto;
        min-height: 110%;
    }

    body > .container-fullScreen {
        width: 100%;
        height: auto;
        min-height: 110%;
    }

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-top: 15px;
}

@media(max-width: 767px) {
    body {
        margin: 0px !important;
    }

    .body-content {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.OnlyPrint {
    display: none;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    color: white;
    display: inline-block;
}

@media print {
    body * {
        visibility: hidden;
        display: none;
    }

    #printSection {
        display: block;
        visibility: visible;
    }


        #printSection * {
            visibility: visible;
            display: block;
            font: 14px;
        }
}
/*#endregion*/

/*#region Sidebar Menu*/
#sidebar {
    padding: 0px;
    position: fixed;
    padding-top: 15px;
    line-height: 40px;
    z-index: 1031;
    width: 16%;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    white-space: nowrap;
    box-shadow: 0 0 10px rgba(0,0,0,.14),2px 4px 8px rgba(0,0,0,.28);
    background-repeat: no-repeat;
    background-color: white;
}


.row-offcanvas-left {
    position: absolute;
    left: -16%;
}

    .row-offcanvas-left.active {
        left: 0%;
    }

@media(min-width: 1024px) and (max-width: 1399px) {
    #sidebar {
        line-height: 20px;
        width: 22%;
        background-repeat: repeat-y;
    }

    .row-offcanvas-left {
        left: -22%;
    }
}

@media(min-width: 768px) and (max-width: 1024px) {
    #sidebar {
        line-height: 20px;
        width: 26%;
        background-repeat: repeat-y;
    }

    .row-offcanvas-left {
        left: -26%;
    }
}

@media(max-width: 767px) {
    #sidebar {
        line-height: 20px;
        width: 60%;
        background-repeat: repeat-y;
    }

    .row-offcanvas-left {
        left: -60%;
    }
}

.row-offcanvas {
    position: relative;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}

#sidebar .sidebarlinktext {
    padding-left: 10px;
}

#sidebar .sidebarlinkicon {
    margin-left: 10px;
    margin-right: 20px;
}

@media(max-width: 767px) {
    #sidebar .sidebarlinktext {
        padding-left: 0px;
    }

    #sidebar .sidebarlinkicon {
        margin-left: 10px;
        margin-right: 15px;
    }
}

.SideBarMenuLink {
    display: inline;
    vertical-align: -webkit-baseline-middle;
    vertical-align: middle;
    padding-left: 20px;
    padding-right: 20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
    .SideBarMenuLink {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.SideBarMenuLink:hover {
    cursor: pointer;
}

.SideBarMenuLink:focus {
    text-decoration: none;
    /*color: #fff;*/
}

#glyphExpand.glyphicon {
    position: absolute;
    right: 15px;
    top: 20px;
}

@media only screen and (max-width: 1399px){
    #glyphExpand.glyphicon {
        top: 14px;
    }
}

/*#endregion*/

/*#region Top Bar*/
/*Top static Bar*/
#LogoBackground {
    outline: none;
    width: 120px;
    height: 80px;
    display: inline-block;
    background-image: url(/Content/Images/Fusion-Icon-white_100px.png);
    background-repeat: no-repeat;
    background-position: center;
}

.navbar{
    min-height: 80px;
    position: relative;
    background-color: #444444;
}

.navbar-header {
    padding-top: 0px;
    min-height: 80px;
}

.navbar-right {
    margin-top: 0 !important;
    margin-right: 0 !important;
    padding-right: 0 !important;
    padding-top: 0 !important;
    top: 26px; /*May need to be overidden per theme*/
    position: absolute;
    right: 25px; /*May need to be overidden per theme*/
    font-size: 20px;
}

.TopBar.navbar-default .inlineBlock {
    width: 100%;
}

.TopBarBG {
    background-image: none;
}

.TopBar {
    /*background-image: -webkit-linear-gradient(top, #3c3c3c 0%, #222 100%);
    background-image: -o-linear-gradient(top, #3c3c3c 0%, #222 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#3c3c3c), to(#222));
    background-image: linear-gradient(to bottom, #3c3c3c 0%, #222 100%);*/
    background-repeat: repeat-x;
    top: 0;
    position: fixed;
    width: 100%;
    z-index: 1005;
    box-shadow: 0 0 4px rgba(0,0,0,.14),0 4px 8px rgba(0,0,0,.28);
}

.TopSearch {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 22px;
}

#Search .btn {
    font-size: 15px;
    height: 38px;
    line-height:1;
    border: 0;
    padding: 0 12px;
    margin: 0 0 0 5px;
    transition: background-color 0.25s
}

#Search .form-control {

    padding: 2px 12px;
    height: 38px;
    box-shadow: none;
}

#Search.TopSearch {
    margin-top: 24px;
}

@media (min-width:768px) {
    .TopSearch {
        width: 260px;
    }
}

@media (min-width:825px) {
    .TopSearch {
        width: 300px;
    }
}

@media (min-width:992px) {
    .TopSearch {
        width: 340px;
    }
}

@media (min-width:1300px) {
    .TopSearch {
        width: 460px;
    }
}

@media (min-width:1600px) {
    .TopSearch {
        width: 600px;
    }
}

/*@media (min-width:768px) {
    .TopSearch {
        width: 440px;
    }
}

@media(min-width: 960px) {
    .TopSearch {
        width: 425px;
    }
}*/

@media (min-width:992px) {
    /*.TopSearch {
        width: 600px;
    }*/

    body > .container-semi-fullscreen {
        width: 892px;
    }
}

@media (min-width:1100px) {
    /*.TopSearch {
        width: 550px;
    }*/

    body > .container-semi-fullscreen {
        width: 1000px;
    }
}

@media (min-width:1200px) {
    /*.TopSearch {
        width: 650px;
    }*/

    body > .container-semi-fullscreen {
        width: 1100px;
    }
}

@media(min-width: 1300px) {
    /*.TopSearch {
        width: 800px;
    }*/

    body > .container-semi-fullscreen {
        width: 1200px;
    }
}

@media(min-width: 1400px) {
    /*.TopSearch {
        width: 1170px;
    }*/

    body > .container-semi-fullscreen {
        width: 1300px;
    }
}

@media(min-width: 1600px) {
    body > .container-semi-fullscreen {
        width: 1500px;
    }
}

@media(min-width: 1800px) {
    body > .container-semi-fullscreen {
        width: 1700px;
    }
}

.hamburger {
    position: relative;
    display: inline-block;
    width: 1.25em;
    height: 1.0em;
    margin-right: 0.3em;
    border-top: 0.2em solid;
    border-bottom: 0.2em solid;
    font-size: 20px;
    vertical-align: middle;
}

.hamburger:before {
    content: "";
    position: absolute;
    top: 0.2em;
    left: 0px;
    width: 100%;
    border-top: 0.2em solid;
}

.TopBarButtonsContainer {
    display: initial;
    float: none;
    margin-top: 10px;
    font-size: 20px;
    position: absolute;
    right: 15px;
    top: 30px;
    margin-top: 0;

}

@media (max-width:767px) {

    .LoginPartialLinks {
        font-size: 12px;
    }
}


.TopBarButtonColor {
    color: #fff;
    fill: #fff;
}

.LogoLink {
    vertical-align: middle;
    padding: 5px 10px 5px 5px;
}

#LogoBackground:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
}
.userActionsDropdown .dropdown-toggle:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
}

@media only screen and (max-width: 767px) {
    .LogoLink {
        padding-right: 5px;
    }
}

.Logo {
    vertical-align: middle;
    padding: 10px 10px 10px 0px;
}

#segNotification .badge {
    border-radius: 15px;
    font-size: 11px;
    line-height: 1;
    min-width: 15px;
    padding: 2px 4px 3px;
    margin-left: -10px;
    margin-top: -10px;
    box-shadow: none;
}

.NotificationIcon {
    font-size: 20px;
    margin-right: 10px;
}

@media only screen and (max-width: 767px) {
    .NotificationIcon {
        margin-right: 15px;
    }

    .SearchButton {
        /*For mobile devices that opens searhbar*/
        font-size: 20px;
        margin-right: 15px;
        vertical-align: middle;
    }
}

.notification-item {
    text-align: left;
    background: none;
    padding: 5px 0px;
    vertical-align: middle;
    margin: 5px;
    display: block;
    border-bottom: 1px solid;
}

.notification-item-status {
    display: inline;
    float: right;
}

.notification-item-name {
    display: inline-block;
    padding: 0px;
    margin: 0px;
}

.SearchBoxDiv {
    background: #ddd;
    display: inline-block;
    margin-left: 50px;
}

.notification {
    border-radius: 50%;
    padding: 0px 3px 2px;
    font-size: 14px;
    font-weight: normal;
    color: #ff530d;
    vertical-align: top;
    margin-left: -8px;
    margin-top: -10px;
    background-color: #fff;
}

#txtSearch::-webkit-input-placeholder {
    font-style: italic;
}

#txtSearchCl::-webkit-input-placeholder {
    font-style: italic;
}

.dropdown-menu-profile {
    width: 188px !important;
    padding: 13px 0px !important;
    border-radius: 0px !important;
    margin-right: 32px !important;
}

@media screen and (max-width: 600px) {
    .dropdown-menu-profile {
        margin-right: -2px !important;
        margin-top: 18px !important;
    }
}

.dropdown-menu-profile-item {
    padding: 0px !important;
    text-indent: 13px;
    height: 25px;
    font: Regular 12px/15px Lato !important;
    font-size: 12px;
}

.dropdown-menu-profile > li > a {
    padding: 0px !important;
    text-indent: 13px;
    height: 25px;
    font: Regular 12px/15px Lato !important;
    font-size: 12px;
    cursor: pointer;
}

    .dropdown-menu-profile > li > a > span {
        padding-top: 5px;
        display: block;
    }

.dropdown-menu-divider {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    border-top: 1px solid #DBDBDB;
}

.languageChange {
    width: 25%;
}

.LoginPartialLinks {
    margin-left: 10px;
    margin-right: 20px;
}

@media only screen and (max-width: 767px) {
    .LoginPartialLinks {
        margin-left: 5px;
        margin-right: 5px;
    }
}

/*#endregion*/

/*#region Main Nav Icons*/
/*****Menu Icons Styles**************/
.MenuMain {
    margin-top: 0px;
    margin-bottom: 20px;
    padding-left: 0px;
}

.Menu-Item {
    padding-bottom: 5px;
    padding-top: 5px;
    text-align: center;
    vertical-align: middle;
    padding-left: 0px;
    padding-right: 0px;
    margin: 5px;
    display: block;
    /*box-shadow: 0 0 5px rgba(0,0,0,.14),2px 4px 8px rgba(0,0,0,.28);*/
}

button.menuButton {
    display: block;
    width: 100%;
    background-color: transparent;
    white-space: inherit;
    border: none;
}

.MenuMain .col-lg-3 {
    padding-left: 0px;
}


.Menu-Item:hover {
    box-shadow: 0 0 10px rgba(0,0,0,.14),2px 4px 8px rgba(0,0,0,.28);
}

.Menu-Item a {
    text-decoration: none;
}

.Menu-Item .Menu-IconName:hover {
    text-decoration: none;
}

.Menu-IconImage {
    display: inline-block;
    /*width: 50px;
    height: 50px;*/
    vertical-align: middle;
}

    .Menu-IconImage > img {
        width: 100%
    }

.Menu-IconName {
    display: block;
    line-height: 20px;
    vertical-align: top;
    text-decoration: none;
    word-wrap: break-word;
    font-size: 17px;
    overflow: hidden;
}

    .Menu-IconName:hover {
        overflow: visible;
        text-decoration: none;
    }

@media(max-width: 767px) {
    .MenuMain {
        margin-top: 10px;
    }

    .Menu-Item {
        padding-bottom: 5px;
        padding-top: 5px;
        padding-left: 0px;
        padding-right: 0px;
    }


        .Menu-Item:hover {
            border: 1px solid #ddd;
            padding-bottom: 4px;
            padding-top: 4px;
        }


    .Menu-IconName {
        display: block;
        line-height: 14px;
        max-height: 14px;
        vertical-align: bottom;
        text-decoration: none;
        font-size: 14px;
    }
}
/*#endregion*/

/*#region News Widget*/
/*News*/
.NewsMain {
    max-height: 400px;
    overflow-wrap: break-word;
    padding-left: 0px;
    padding-right: 0px;
}

.NewsHeader {
    display: block;
    line-height: 1;
    border-bottom: 2px solid;
    padding-left: 5px;
    padding-right: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
}

    .NewsHeader h3 {
        margin: 0px;
        font-size: 34px;
    }

    .NewsHeader a {
        text-decoration: none;
    }

.NewsItem {
    list-style-type: none;
    border-bottom: 1px solid #ddd;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 0px;
    padding-left: 0px;
    min-height: 110px;
}

.NewsThumbnail .img-thumbnail {
    width: 90px;
    height: 90px;
}

.NewsItem:hover {
    background-color: #ddd;
}

.NewsItem a {
    text-decoration: none;
}

.NewsThumbnail {
    float: left;
    padding-right: 10px;
    max-width: 100%;
    display: inline-block;
}

.NewsTitle {
    font-weight: bolder;
    line-height: 1.3;
    overflow: hidden;
    white-space: nowrap;
    vertical-align: middle;
}

.NewsDate {
    font-weight: 400;
    font-size: 12px;
    padding-right: 5px;
    vertical-align: middle;
}

.NewsDescription {
    max-height: 55px;
    overflow: hidden;
    line-height: 1.2;
    font-size: 12px;
}

.NewsOuter {
    max-height: 430px;
    overflow: hidden;
}

@media(max-width: 767px) {
    .NewsThumbnail .img-thumbnail {
        width: 60px;
        height: 60px;
    }

    .NewsItem {
        padding-top: 5px;
        padding-bottom: 5px;
        min-height: 70px;
    }

    .NewsDescription {
        font-size: 12px;
        max-height: 30px;
        overflow: hidden;
    }
}
/*#endregion*/

/*#region Calender Widget*/
/*Calendar*/
.CalendarMain {
    padding-left: 0px;
    padding-right: 0px;
    max-height: 378px;
    overflow: hidden;
    min-height: 150px !important;
}

.CalendarItem {
    list-style-type: none;
    padding-right: 0px;
    padding-left: 0px;
    margin-top: 5px;
    margin-bottom: 10px;
}

.CalendarMain:hover {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}

.CalendarEvent {
    margin-top: 3px;
    margin-bottom: 3px;
    display: block;
    background-color: #ddd;
    white-space: nowrap;
    overflow: hidden;
}

.EventTime {
    display: inline-block;
    margin: 0px;
    padding: 5px;
    width: 80px;
    text-align: center;
}

.EventSubject {
    display: inline;
}

.CalendarOuter {
    max-height: 430px;
    overflow: hidden;
}

div.CalendarMain {
    min-height: 380px !important;
}

@media(max-width: 767px) {
    .CalendarMain {
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
    }
}
/*....*/
/*#endregion*/

/*#region Tweets Widget*/
.TweetsOuter {
    max-height: 430px;
    overflow: hidden;
}

a.twitter-timeline:hover,
a.twitter-timeline:focus {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}
/*#endregion*/

/*#region Footer*/

.FooterBar {
    /*background-image: -webkit-linear-gradient(bottom, #3c3c3c 0%, #000 100%);
    background-image: -o-linear-gradient(bottom, #3c3c3c 0%, #000 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#3c3c3c));
    background-image: linear-gradient(#000 100%, #3c3c3c 0%);*/
    background-repeat: repeat-y;
    margin-top: 35px;
    margin-bottom: 0px;
    background-color: #444444;
    /*box-shadow: 0px -4px 4px rgba(0,0,0,.14),0 4px 8px rgba(0,0,0,.28);*/
    overflow: hidden;
    width: 100%;
    min-height: inherit;
    flex-shrink: 0;
}

.copyright {
    display: block;
    text-align: left;
    margin-top: 25px;
}

.FooterLinkGroup {
    float: left !important;
    display: block;
}

.FooterLink {
    margin: 0px 15px 0px 0px;
}

.FooterLogo {
    display: block;
    float: right !important;
}

@media(max-width: 767px) {
    .FooterPartnerIcon {
        text-align: center;
        padding-top: 5px;
        padding-bottom: 5px;
    }
}
/*#endregion*/

/*#region Nav Tabs*/
/* sidebar */
.bs-docs-sidebar {
    padding-left: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}

    /* all links */
    .bs-docs-sidebar .nav > li > a {
        /*color: #999;*/
        border-left: 2px solid transparent;
        padding: 4px 0px 4px 10px;
        font-size: 13px;
        font-weight: 400;
    }

    /* nested links */
    .bs-docs-sidebar .nav .nav > li > a {
        padding-top: 1px;
        padding-bottom: 1px;
        padding-left: 20px;
        font-size: 12px;
    }

    /* active & hover links */
    .bs-docs-sidebar .nav > .active > a,
    .bs-docs-sidebar .nav > li > a:hover,
    .bs-docs-sidebar .nav > li > a:focus {
        text-decoration: none;
        background-color: transparent;
        border-left-color: #fff;
    }
    /* all active links */
    .bs-docs-sidebar .nav > .active > a,
    .bs-docs-sidebar .nav > .active:hover > a,
    .bs-docs-sidebar .nav > .active:focus > a {
        font-weight: 700;
        background-color: transparent;
    }
    /* nested active links */
    .bs-docs-sidebar .nav .nav > .active > a,
    .bs-docs-sidebar .nav .nav > .active:hover > a,
    .bs-docs-sidebar .nav .nav > .active:focus > a {
        /*font-weight: 500;*/
    }

    /* hide inactive nested list */
    .bs-docs-sidebar .nav ul.nav {
        display: none;
    }
    /* show active nested list */
    .bs-docs-sidebar .nav > .active > ul.nav {
        display: block;
    }
/* #endregion*/

/*#region Spinner*/
/*Spinner*/
/**********/
#loading {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    background: rgba(0,0,0,.90);
    z-index: 1100;
}

#loadingcontent {
    display: table;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

#loadingspinner {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    text-align: center;
    font-size: larger;
    padding-top: 80px;
}

.spinner {
    width: 100px;
}

    .spinner input {
        text-align: right;
    }
/***************/
/*#endregion*/

/*#region Back to Top Button*/
/*---Back to Top Button-----------------*/
.cd-top {
    display: inline-block;
    height: 40px;
    width: 40px;
    position: fixed;
    bottom: 100px;
    right: 10px;
    z-index: 10;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    /* image replacement properties */
    overflow: hidden;
    text-indent: 0px;
    white-space: nowrap;
    background: #ff530d;
    color: #fff;
    font-size: 30px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
    color: white !important;
}

    .cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
        -webkit-transition: opacity .3s 0s, visibility 0s 0s;
        -moz-transition: opacity .3s 0s, visibility 0s 0s;
        transition: opacity .3s 0s, visibility 0s 0s;
    }

    .cd-top.cd-is-visible {
        /* the button becomes visible */
        visibility: visible;
        opacity: 1;
    }

    .cd-top.cd-fade-out {
        /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
        opacity: .5;
    }

.no-touch .cd-top:hover {
    background-color: #e86256;
    color: #fff;
    opacity: 1;
}

cd-glyph {
    height: 34px;
    width: 34px;
    position: inherit;
}

.m-signature-pad--body canvas {
    background-color: white;
    width: 350px;
    height: 150px;
    border: 1px solid #000;
}

@media only screen and (max-width: 768px) {
    .cd-top {
        right: 3px;
        bottom: 3px;
        text-indent: 5px;
        font-size: 22px;
    }
}

@media only screen and (min-width: 1024px) {
    .cd-top {
        height: 60px;
        width: 60px;
        right: 30px;
        bottom: 30px;
    }
}
/*Back to Top Button^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
/*#endregion*/

/*#region General CSS*/
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid;
}

.ellipsis-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.no-display {
    display: none;
}

.web-description {
}

@media(max-width: 767px) {
    .web-description {
        height: 100px;
        overflow: hidden;
    }
}

/* Set width on the form input elements since they're 100% wide by default */
input select {
    max-width: 280px;
}

.panel-default > .panel-heading {
    background-image: none;
}

.webgrid {
    overflow: auto;
}

.line-bottom {
    border-bottom: 1px solid #ddd;
}

.text-center {
    text-align: center;
}

.errorText {
    color: red;
}

.postionRelative {
    position: relative;
}

.inlineBlock {
    display: inline-block;
}

.indent {
    padding-left: 40px;
}

.bold {
    font-weight: bold;
}

.noWrapOnWhitespace {
    white-space: nowrap;
}

/*Only for Processor Logs on settings page*/
.bigContent {
    width: 100% !important;
}

.black-text {
    color: black;
}

.whiteFont {
    color: #ffffff;
}

    .whiteFont:hover {
        color: #ffffff;
        text-decoration: none;
    }

.half-width {
    max-width: 50%;
}

.fullwidth {
    min-width: 100%;
    max-width: 100%;
    width: 100%;
}

.webGridSelection {
    background: rgba(47,128,237,0.11) !important;
}

.ScrollSmall::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    /* -webkit-border-radius: 10px; */
    border-radius: 10px;
}

.ScrollSmall::-webkit-scrollbar {
    width: 6px;
}

.ScrollSmall::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 13px;
    /*background: #000;*/
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}

.disabled {
    pointer-events: none;
    cursor: not-allowed;
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;
}

.UseBreadcrumbAsSelector.breadcrumb > li + li:before {
    padding-left: 5px;
    content: none;
}

/*For Waivers and News Items*/
.document {
    overflow-y: auto;
    background: #fff;
    padding: 0 10px 0 10px;
}

.documentWaiver {
    height: auto;
}

.documentNews {
    background: #fff;
    padding: 0 10px 0 10px;
}

.delayedLoad {
    background-image: url(Images/throbber.gif);
    background-position: center;
    background-repeat: no-repeat;
    height: 300px;
}

.float-right {
    float: right;
}

.float-left {
    float: left;
}

.inherit-link {
    color: inherit;
    text-decoration: none;
}

    .inherit-link:hover {
        color: inherit;
        text-decoration: none;
    }

    .inherit-link:focus {
        color: inherit;
        text-decoration: none;
    }

.flex-center {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
}

.align-middle {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.tab {
    cursor: pointer;
}

.selectable {
    cursor: pointer;
}

.row-no-margin {
    margin: 0;
    margin-right: -10px;
}

.header-btn-offset {
    margin-bottom: 19px;
}

.break-work-td {
    word-break: break-word;
}

.NoLeftPadding {
    padding-left: 0px !important;
}

.postionButtonRight {
    position: fixed;
    right: 30px;
    top: 120px;
}

.bold-border {
    border-bottom-width: 2px !important;
}

.register-page {
    position: relative;
}

.register-hint {
    position: absolute;
}

/*force long text to break*/
.cardDisplay-content {
    /* These are technically the same, but use both */
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    /* This is the dangerous one in WebKit, as it breaks things wherever */
    word-break: break-all;
    /* Instead use this non-standard one: */
    word-break: break-word;
    /* Adds a hyphen where the word breaks, if supported (No Blink) */
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}

.editableContentContainer {
    border-style: groove;
}

.popover-title {
    color: #a94442;
    background-color: #f2dede;
}

.datepicker {
    z-index: 1151 !important;
}

.error {
    border: 1px solid #b94a48;
}
/*#endregion*/

/*#region Program Shcedule Checkin*/
/*Status Change Buttons*/
.btn-check-in {
    min-width: 80% !important;
}

.badge-status {
    margin-left: 5px !important;
}

#AttendeeList {
    margin-top: 30px;
}

.attendee-image {
    width: 150px;
    height: 150px;
    min-height: 150px;
    display: inline-block;
    margin: 20px;
}

.attendee-tumbnail {
    margin-left: 20px;
    margin-right: 20px;
}

    .attendee-tumbnail p {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        height: 1.3em;
        margin: 10px 0 10px 0;
    }

.status-btn {
    max-width: 133px;
}

.qrcode-text-on-top {
    background: none repeat scroll 0 0 #FFFFFF;
    opacity: 0.9;
    top: 34%;
    left: 14px;
    position: absolute;
    font-size: 28px;
    font-weight: bold;
    color: red;
    border-top: solid;
    border-bottom: solid;
}

.container-qr-code {
    margin: 0 auto;
    width: 250px;
}

/*#endregion*/

/*#region Validation Helper Styles*/
.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

select.input-validation-error {
    border: 1px solid #b94a48;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}


input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
}

    .validation-summary-errors li {
        padding-left: 30px;
    }

.validation-summary-valid {
    display: none;
}

.required::after {
    color: orangered;
    content: '*';
}

.required-no-validation::after {
    color: orangered;
    content: '*';
}

.server-messages-section-invalid {
    border-color: red;
    border-width: 2px;
    border-style: solid;
}

.server-messages-section-valid {
    border-color: greenyellow;
    border-width: 2px;
    border-style: solid;
}
/*#endregion*/

/*#region Heading Styles*/
.TitleDiv {
}

h1,
.h1 {
    font-size: 2.5em
}

h2,
.h2 {
    font-size: 2em;
}

h3,
.h3 {
    font-size: 1.5em;
}

h4,
.h4 {
    font-size: 1em;
}

h5,
.h5 {
    font-size: 0.9em;
}

@media(max-width: 767px) {
    h1 {
        font-size: 2em;
    }

    h2 {
        font-size: 2em
    }

    h3 {
        font-size: 1.5em;
        margin-top: 5px;
        margin-bottom: 5px;
    }

    h4 {
        font-size: 1em;
        margin: 0px;
    }

    h5 {
        font-size: 0.9em;
        margin: 0px;
    }

    .TitleDiv {
        padding-bottom: 0px;
        margin: 0px;
    }
}

h3.TitleText-SP {
    font-size: 1.3em;
    margin-bottom: 5px;
    margin-top: 0;
}

h3.PanelHeadingText-SP, h2.PanelHeadingText-SP {
    font-size: 1.3em;
    margin-bottom: 5px;
    margin-top: 0;
}
h2#classification-label, h2#semester-label, h2#category-nav-title{
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}

h2.ShoppingCartSecondaryHeading {
    font-size: 1.5em;
}

#ecRefundPoily h3 {
    font-size: 1.5em;
}

@media(max-width:767px) {
    h3.TitleText-SP {
        font-size: 1em;
        margin-bottom: 0;
    }
}

@media(max-width:568px) {
    h3.TitleText-SP {
        font-size: 1em;
    }
}
/*#endregion*/

/*#region Social Share Buttons*/
@media only screen and (min-width: 1300px) {
    .SocialShareBtn {
        visibility: hidden;
    }

    .SocialShare {
        position: fixed;
        top: 30%;
        right: 0%;
    }

    .btnSocial {
        /*transition: padding .2s ease-in-out .2s,width .2s ease-in-out;*/
    }

    .SocialShare a {
        position: relative;
        display: block;
    }
}

@media only screen and (max-width: 1300px) {
    .SocialShareBtn {
        position: fixed;
        /*bottom: 0px;*/
        display: block;
    }

    .SocialShare {
        position: fixed;
        bottom: -100%;
        /*right: 0px;*/
        z-index: 10001;
        -webkit-transition: all 0.6s ease-in-out;
        -moz-transition: all 0.6s ease-in-out;
        -o-transition: all 0.6s ease-in-out;
        transition: all 0.6s ease-in-out;
    }

        .SocialShare a {
            display: inline-block;
        }

        .SocialShare.Shown {
            bottom: 0px;
        }
}
/*#endregion*/

/*#region Toast Notification*/
/*Start of Toast Notification*/
#toastNote {
    visibility: hidden;
    min-width: 200px;
    text-align: center;
    color: #fff;
    border-radius: 20px;
    padding: 16px;
    position: fixed;
    right: 5%;
    z-index: 1;
    bottom: 30px;
    font-size: 17px;
}

    #toastNote.show {
        visibility: visible;
        -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
        animation: fadein 0.5s, fadeout 0.5s 2.5s;
    }

.toastError {
    background-color: red;
}

.toastInformational {
    background-color: blue;
}

.toastSuccess {
    background-color: green;
}

@-webkit-keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 30px;
        opacity: 1;
    }
}

@keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 30px;
        opacity: 1;
    }
}

@-webkit-keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }

    to {
        bottom: 0;
        opacity: 0;
    }
}

@keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }

    to {
        bottom: 0;
        opacity: 0;
    }
}

.fc-time {
    color: white;
}

/*End of Toast Notification*/
/*#endregion*/

/*#region Skip Link*/
/*Screen reader stuff*/
a.skip-main {
    padding: 6px;
    position: absolute;
    top: -40px;
    left: 0px;
    color: white;
    border-right: 1px solid white;
    border-bottom: 1px solid white;
    border-bottom-right-radius: 8px;
    background: transparent;
    -webkit-transition: top 1s ease-out, background 1s linear;
    transition: top 1s ease-out, background 1s linear;
    z-index: 100;
}

    a.skip-main:focus, a.skip-main:active {
        position: absolute;
        left: 0px;
        top: 0px;
        background: #0c345d;
        color: white;
        outline: 0;
        -webkit-transition: top .1s ease-in, background .5s linear;
        transition: top .1s ease-in, background .5s linear;
        z-index: 999999
    }

/*#endregion*/

/*#region GDPR*/
/*GRPR STUFF*/
#gdpr-cookie-message {
    position: fixed;
    right: 30px;
    bottom: 30px;
    max-width: 375px;
    background-color: white;
    padding: 20px;
    border-radius: 5px;
    border-color: black;
    box-shadow: 0 6px 6px rgba(0,0,0,0.25);
    margin-left: 30px;
    font-family: system-ui;
    z-index: 999;
}

    #gdpr-cookie-message a {
        color: grey;
        text-decoration: none;
        font-size: 15px;
        padding-bottom: 2px;
        border-bottom: 1px dotted rgba(255,255,255,0.75);
        transition: all 0.3s ease-in;
    }

        #gdpr-cookie-message a:hover {
            /* your css here */
        }

    #gdpr-cookie-message h4 {
        color: red;
        font-family: 'Quicksand', sans-serif;
        font-size: 18px;
        font-weight: 500;
        margin-bottom: 10px;
    }

    #gdpr-cookie-message p {
        color: black;
        font-size: 15px;
        line-height: 1.5em;
    }

    #gdpr-cookie-message button {
        border: none;
        background: red;
        color: white;
        font-family: 'Quicksand', sans-serif;
        font-size: 15px;
        padding: 7px;
        border-radius: 3px;
        margin-left: 15px;
        cursor: pointer;
        transition: all 0.3s ease-in;
    }

        #gdpr-cookie-message button:hover {
            /* your css here */
        }

    #gdpr-cookie-message h5 {
        color: var(--red);
        font-family: 'Quicksand', sans-serif;
        font-size: 15px;
        font-weight: 500;
        margin-bottom: 10px;
    }

#gdpr-cookie-advanced {
    display: none;
}
/*#endregion*/

/*#region Login Modal*/
/*Login Modal*/
.togglePasswordEye {
    position: relative;
    float: right;
    margin-top: -25px;
    padding-right: 25px;
}

.loginModalSignUpSection {
    color: #ffffff;
    padding-top: 10px;
}

.loginOption.btn-lg {
    font-size: 18px;
    line-height: 1.3333333;
    padding: 14px 16px;
}

.editableCustomContentLogin {
    color: #FFFFFF;
}

div#modalLogin {
    background: rgba(0,0,0,.8);
}

#modalLogin .loginButtonImage {
    display: none;
}

/*--END OF Login Modal css*/
/*#endregion*/

/*#region Images*/
/*Product images across portal*/
.img-thumbnail {
    padding: 0px !important;
    border: none !important;
    border-radius: 0px !important;
    /*width: 100px !important;*/
    /*height: 100px !important;*/
}

@media(max-width: 767px) {
    .paddingGridImage {
        padding: 0px 2px 0px 2px;
    }
}

.page-header-img {
    width: 120px;
}

.search-page-img {
    width: 120px;
}

.memberPicture-img {
    height: auto;
}

.add-on-img {
    height: 100px;
    width: 100px;
}

.vertically-center-image-helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.memberPicture-empty {
    height: 190px;
}

.medium-thumbnail {
    max-height: 100px;
    max-width: 100px;
}

.small-thumbnail {
    max-height: 40px;
    max-width: 40px;
}
/*#endregion*/

/*#region Saved Payment Cards*/
.ExpiringSoon {
    border: 1px solid #ff0000 !important;
}

.associatedPaymentCard {
    background-color: #009900 !important;
    border: 2px solid #000 !important;
}

    .associatedPaymentCard div p {
        color: #fff !important;
    }

.selectedPaymentCard {
    background-color: #dddddd !important;
    border: 2px solid #000 !important;
}

.tbl-payment-options > tbody > tr:hover {
    cursor: pointer;
}

:root {
    --cardItemWidth: 176px;
    --cardItemHeight: 130px;
    --cardItemPadding: 13px;
    --cardItemMargin: 8px;
    --cardItemBorder1: 1px solid #CBCBCB;
    --cardItemBackground: #FFFFFF;
    --cardTextColor: #000000;
}

.modal-checkout {
    max-height: 99vh;
    overflow-y: auto;
}

.modal-checkout-header-padding {
    padding: 18px !important;
}

.modal-checkout-padding {
    padding: 10px !important;
}

.modal-checkout-manage-card {
    margin-top: 15px;
}


.card-container {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
}

    .card-container.card-container-manage {
        width: 580px;
    }

.card-item-main {
    display: flex;
    width: var(--cardItemWidth);
    height: var(--cardItemHeight);
    margin: var(--cardItemMargin);
    cursor: pointer;
    border-radius: 7px;
    background: var(--cardItemBackground);
    box-shadow: 0px 3px 6px #00000020;
    color: var(--cardTextColor);
}

    .card-item-main.card-item-delete {
        border-color: #BE1526;
    }

    .card-item-main.card-item-unfocused {
        opacity: 0.3;
        background-color: #F1F1F1;
    }

    .card-item-main:hover {
        background: #F5F9FE !important;
    }

.card-item-1 {
    border: var(--cardItemBorder1);
    justify-content: space-between;
}

.card-item-main.card-item-main-manage {
    cursor: auto;
}

.card-item-1-large {
    display: flex;
    flex: 0 0 100%;
    flex-flow: column;
    justify-content: space-between;
    color: var(--cardTextColor);
    padding: var(--cardItemPadding);
}

    .card-item-1-large:hover, .card-item-1-large:focus {
        text-decoration: none;
        color: var(--cardTextColor);
        border-radius: 7px;
        outline: none;
        background: #F5F9FE !important;
    }

.card-item-2 {
    border: 1px dashed #CBCBCB;
    justify-content: space-around;
}

.card-item-2-large {
    flex: 0 0 100%;
    color: var(--cardTextColor);
    background: transparent;
    border: none;
}

    .card-item-2-large:hover, .card-item-2-large:focus {
        text-decoration: none;
        color: var(--cardTextColor);
        border-radius: 7px;
        outline: none;
        background: #F5F9FE !important;
    }

.card-item-3 {
    border: var(--cardItemBorder1);
    justify-content: space-around;
}

.card-item-text {
    margin: auto;
    text-align: center;
}

.card-item-text-danger {
    color: #BE1526;
}

.card-item-selected {
    border: 1px solid #1B5E20;
}

.card-item-selected-icon {
    display: none;
    position: relative;
    right: 33%;
    top: 80px;
}

    .card-item-selected-icon.visible {
        display: inline;
    }

    .card-item-selected-icon > span > svg {
        fill: #1B5E20;
    }

.card-item-manage {
    right: 18%;
    top: var(--cardItemPadding);
}

    .card-item-manage > .dropdown-menu {
        margin-top: -100px;
    }

.card-item-button {
    border: none;
    background: none;
    opacity: 0.60;
}

.card-item-button-menu {
    min-width: 50px !important;
    padding: 5px 0px !important;
}

    .card-item-button-menu > li > .card-item-cancel-button:hover {
        background: #BE152638 !important;
        color: var(--cardTextColor) !important;
    }

    .card-item-button-menu > li > .card-item-update-button:hover {
        background: #BE152620 !important;
        color: var(--cardTextColor) !important;
    }

.card-item-small {
    display: none;
}

.card-prompt {
    display: none;
    flex: 0 0 100%;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #D2D2D2;
    padding: var(--cardItemPadding);
    margin: 0px;
    border-radius: 7px;
    position: relative;
    background: var(--cardItemBackground);
}

    .card-prompt.visible {
        display: flex;
        flex-flow: row nowrap;
    }

.card-prompt-content {
}

.card-prompt-actions {
}

.card-prompt-arrow-up {
    height: 12px;
    width: 12px;
    border-right: 1px solid #D2D2D2;
    border-top: 1px solid #D2D2D2;
    position: absolute;
    top: -7px;
    background: var(--cardItemBackground);
    transform: rotate(-45deg);
}

.arrow-up-first-column {
    left: 14%;
}

.arrow-up-second-column {
    left: 48%;
}

.arrow-up-third-column {
    left: 82%;
}

.checkout-icon {
    display: inline-flex;
    align-self: center;
}

    .checkout-icon svg, .checkout-icon img {
        height: 1.5em;
        width: 1.5em;
    }

    .checkout-icon.baseline svg, .checkout-icon img {
        top: .4em;
        position: relative;
    }

@media only screen and (max-width: 767px) {
    .card-container.card-container-manage {
        width: auto;
    }

    .card-item-main {
        display: flex;
        flex: 0 0 100%;
        flex-flow: row nowrap;
        height: 98px;
        width: auto;
        margin: 8px 0px;
        font-size: 12px;
        position: relative;
    }

    .card-item-small {
        display: flex;
    }

    .card-item-1-small {
        display: flex;
        flex: 0 0 100%;
        color: var(--cardTextColor);
        justify-content: space-between;
        flex-flow: column;
        padding: 20px 15px;
    }

        .card-item-1-small:hover, .card-item-1-small:focus {
            text-decoration: none;
            color: var(--cardTextColor);
            border-radius: 7px;
            outline: none;
            background: #F5F9FE !important;
        }

    .card-item-manage {
        display: flex;
        justify-content: space-around;
        flex-flow: column;
        right: 10%;
        top: auto;
    }

        .card-item-manage > .dropdown-menu {
            margin-top: -34px;
        }

    .card-item-second-1 {
        margin-left: 10px;
    }

    .card-item-second-2 {
        margin-left: 8px;
    }

    .card-item-button {
        font-size: 15px;
    }

    .card-item-button-manage {
        font-size: 20px;
    }

    .modal-card-delete-dialog {
        top: 33%
    }

    .before-backdrop {
        z-index: 1039 !important;
    }

    .card-item-selected-icon {
        display: none;
        flex-flow: column;
        justify-content: space-around;
        position: relative;
        right: 30%;
        top: auto;
        font-size: 20px;
    }

        .card-item-selected-icon.visible {
            display: flex;
        }

        .card-item-selected-icon > .checkout-icon.baseline svg, .card-item-selected-icon > .checkout-icon img {
            top: auto;
        }
}
/*#endregion*/

/*#region Signature Capture*/
.scPlaceHolderImg {
    width: 300px;
    height: 150px;
}

.scPlaceHolder {
    width: 300px;
    height: 150px;
    border-color: black;
    border-width: 1px;
    background-color: lightgray;
}

.signatureCaptureBox {
    display: inline-block;
}
/*#endregion*/

/*#region Bootstrap Overrides*/
.modal-backdrop {
    min-height: 400%;
}

.glyphicon-refresh-animate {
    --animation: spin .7s infinite linear;
    --webkit-animation: spin2 .7s infinite linear;
    --moz-animation: spin2 .7s infinite linear;
    position: fixed;
    z-index: 999;
    height: 1em;
    width: 1em;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

li > .btn-link {
    text-align: left !important;
    color: black;
}

.form-horizontal .control-label.text-left {
    text-align: left;
}

#wait-listed-grid th:nth-child(7) {
    text-align: center;
}

.dropdown-menu > .disabled {
    cursor: not-allowed;
}

    /* The real magic ;) */
    .dropdown-menu > .disabled > a {
        pointer-events: none;
    }

.row {
    margin-right: -10px;
    margin-left: -10px;
    margin-top: 5px;
    margin-bottom: 5px;
}

    .row.equal {
        display: flex;
        flex-wrap: wrap;
    }

.confirm-modal {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    display: block;
    max-width: 600px;
    margin: 30px auto;
    z-index: 9001;
}


.list-group-item {
    padding: 0px;
}

/*Link as button avoid background of link*/
.dropdown-menu > li > .btn-primary:hover,
.dropdown-menu > li > .btn-primary:focus {
    text-decoration: none;
    color: #FFFFFF;
    background-color: #286090;
    border-color: #204d74;
}

.dropdown-menu > li > .btn-primary {
    color: #FFFFFF;
}

/*this is for selected menu*/
/*.nav .nav-stacked > .active { 
    background: #000;
}*/

a:hover, a:focus {
    text-decoration: none;
}

.form-control {
    border-radius: 0px;
}

/*for large desktops*/
@media(min-width:1300px) {
    .row {
        margin-top: 10px;
        margin-bottom: 10px;
    }
}
/*for large desktops*/

/*For small and medium devices*/
@media(min-width: 768px) and (max-width: 1299px) {

    .input-group {
        float: right;
    }
}
/*For small and medium devices*/

@media(max-width: 767px) {
    .row {
        margin-right: 0px !important;
        margin-left: 0px !important;
    }

    .paddingGridOff {
        padding: 0px;
    }

    .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
        padding-right: 3px !important;
        padding-left: 3px !important;
    }

    .panel-body {
        padding: 5px !important;
    }

    .btn {
        padding: 3px 6px;
        font-size: 12px;
        /*height: 30px;*/
    }

    .form-control {
        height: 30px;
        font-size: 12px;
    }

    hr {
        margin-top: 5px;
        margin-bottom: 5px;
    }
}
/*#endregion*/

/*#region Innosoft Styles*/

.button-without-style {
    background: none;
    border: none;
    box-shadow: none;
}

.btn-group.open > .button-without-style {
    box-shadow: none !important;
}

.single-date-select-button {
    margin: 8px !important;
    min-width: 56px;
}

.single-date-select-button-day {
    margin: 0px;
}

.innosoft-clear-button {
    background: none;
    padding: 0px;
    border: none;
}

.innosoft-div-side-border {
    border-left: 1px solid #0000004D;
    border-right: 1px solid #0000004D;
    box-sizing: border-box;
}

.innosoft-horizontal-divider {
    margin-top: 16px;
    box-shadow: 0px 4px 6px -6px #78787829;
    border-bottom: 1px solid #DEDEDE;
}

.innosoft-button-selector {
    border: 1px solid #DCDCDC;
    border-radius: 4px;
    background: none;
    box-shadow: none;
    text-align: left;
    padding: 14px 16px;
}

.instructor-check-in-attendance-area {
    min-height: 400px;
}

.margin-top-24 {
    margin-top: 24px;
}

.margin-top-30 {
    margin-top: 30px;
}

.margin-top-40 {
    margin-top: 40px;
}

.margin-top-50 {
    margin-top: 50px;
}

.margin-bottom-12 {
    margin-bottom: 12px;
}

.margin-bottom-16 {
    margin-bottom: 16px;
}
/*#endregion*/

/*#region Container Classes(Booking)*/
.container-flex {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
}

.container-flex-start-justified {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
}

.container-image-link-item {
    margin: 0px 48px 48px 0px;
}

.container-image-item {
    object-fit: cover;
    width: 200px;
    height: 200px;
    border-radius: 4px;
}

@media only screen and (max-width: 992px) {
    .container-image-link-item {
        margin: 0px 16px 16px 0px;
    }
}


@media only screen and (max-width: 767px) {
    .container-image-link-item {
        margin: 8px;
    }

    .container-image-item {
        object-fit: cover;
        width: 155px;
        height: 155px;
    }
}

.container-link-text-item {
    margin-top: 16px;
    overflow-wrap: break-word;
    max-width: 200px;
}

@media only screen and (max-width: 1200px) {
    .container-link-text-item {
        max-width: 175px;
    }
}

@media only screen and (max-width: 767px) {
    .container-link-text-item {
        max-width: 150px;
    }
}
/*#endregion*/

/*#region FUS Classes(Instance Details)*/
.fus-backgroud-faded {
    background-color: rgba(153, 153, 153, 0.08);
    border-radius: 4px;
    padding: 16px;
}

.fus-fixed-height-panel-250 {
    height: 250px;
    min-height: 250px;
}

.fus-fixed-height-panel-200 {
    height: 200px;
    min-height: 200px;
}

@media only screen and (max-width: 767px) {
    .fus-stacked-panel-spacing {
        margin: 5px 0px;
    }
}

.fus-center-position {
    position: absolute;
    left: 0;
    top: 35%;
    width: 100%;
    text-align: center;
}

.fus-bottom-right-position {
    position: absolute;
    bottom: 16px;
    right: 16px;
    padding-right: 16px;
}

.fus-message-box-center-text {
    text-align: center;
}

.fus-message-box-beackground {
    width: 100%;
    border-radius: 4px;
    background-color: rgba(153, 153, 153, 0.16);
    padding: 5px;
}

    .fus-message-box-beackground > p {
        margin: 0px;
    }

.fus-message-box-paragraph {
    overflow: hidden;
    max-height: 90px;
    white-space: pre-wrap;
}

.fus-message-box-paragraph-full-size {
    white-space: pre-wrap;
}

.fus-message-box-sent-by-section {
    margin-top: 8px;
    position: relative;
}

.fus-message-sent-by-name {
}

.fus-message-sent-time {
    position: absolute;
    right: 0;
}

.fus-message-history-content {
    max-height: 550px;
    overflow-y: auto;
}

.fus-dropdown-menu {
    padding: 10px 0px !important;
}
/*#endregion*/

/*#region Time Scroller Control*/
/*Time scroller control*/
.slotGrid {
    max-height: 500px;
    overflow: auto !important;
    position: relative;
    -ms-overflow-style: none;
}

    .slotGrid::-webkit-scrollbar {
        width: 0px;
    }

.scroller {
    display: flex;
    height: 500px;
    position: absolute;
    top: 0;
    right: 0px;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: space-between;
    z-index: 5;
    background: rgba(120,120,120,1);
    padding: 5px;
    min-width: 50px;
}

    .scroller div {
        color: white;
    }

.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    /*-khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

.timePick {
    width: 75px;
    height: 75px;
    border-style: solid;
    border-color: darkgrey;
    border-width: 2px;
    border-radius: 50%;
    background: rgba(20,20,20,1);
    text-align: center;
    vertical-align: middle;
    line-height: 75px;
    color: white;
    position: absolute;
    right: 60px;
    z-index: 6;
}
/*End of Time Scroller*/
/*#endregion*/

/*#region Service Period List Control*/
.service-period-list-item {
    padding: 8px !important;
    border: 1px solid !important;
    margin: 2px !important;
}

.service-period-badge {
    border-radius: 5px !important;
    margin-left: 0px !important;
}

.service-period-button {
    margin: 0px 0px 5px 0px !important;
}
/*#endregion*/

/*#region Accesibility Tab*/
/*Accessibility Tab*/
#altTextEditor {
    position: fixed;
}

.altTextEditorContainer {
    padding: 0;
}

.altText {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/*#endregion*/

/* Styles for Drawing Brackets 
Moved to InnosoftBracket.css
*/

/*Styles for PlayoffDraft
Moved to InnosoftDraft.css
*/

/*Division Registration Page
Moved to InnosoftDivisionRegistration.css
*/

/*Invoice Summary Detail
moved to InnosoftMemberInvoiceDetail.css*/

/*Shift 4 Settings
Moved to InnosoftSettingsShift4.css
*/

/*Fusion  Game Day
Moved to InnosoftGameDay.css*/

/*Innosoft Occupany
Moved to InnoSoftFacilityOccupancy.css
*/

/* #region Mobile Search Button Flydown*/
#SearchCl .btn.SearchButtonColor, #SearchCl .btn-default {
    background-color: #f2f2f2;
    color: #333333;
    font-size: 14px;
    height: 35px;
    border: 0;
    border-left: 1px solid #e6e6e6;
    padding: 0 11px;
    margin: 0;
    -webkit-border-top-right-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomright: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    transition: color .3s ease-out;
}

    #SearchCl .btn.SearchButtonColor:hover, #SearchCl .btn-default:hover {
        background-color: #ffffff;
        color: #333333;
    }

#SearchCl .input-group {
    padding: 10px;
    background-color: #333333;
}

#SearchCl .form-control {
    background-color: #ffffff;
    padding: 2px 10px;
    height: 35px;
    box-shadow: none;
    border: 0;
    -webkit-border-top-left-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-bottomleft: 0px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

    #SearchCl .form-control:focus {
        border-color: #dadada;
        box-shadow: inset 0 0px 3px rgba(0,0,0,0.16);
        outline: none;
    }

    #SearchCl .form-control::-moz-placeholder {
        color: #848484;
        opacity: 1;
    }

    #SearchCl .form-control:-ms-input-placeholder {
        color: #848484;
    }

    #SearchCl .form-control::-webkit-input-placeholder {
        color: #848484;
    }

#SearchCl input:focus::-webkit-input-placeholder {
    opacity: 0.6;
}

#SearchCl input:focus::-moz-placeholder {
    opacity: 0.6;
}
/* FF 19+ */
#SearchCl input:focus:-ms-input-placeholder {
    opacity: 0.6;
} 
/*#endregion*/

/*#region Nested Flyout Styling */

#popr .popr_content a.Menu-Item {
    overflow: inherit;
}

#popr .popr_content .Menu-IconImage img {
    width: 60%;
    margin: 0 auto;
}

#popr .popr_content .Menu-IconImage {
    margin-bottom: 12px;
}

#popr .popr_content .Menu-Item {
    padding-bottom: 10px !important;
    padding-top: 10px !important;
    margin: 0 0 5px !important;
}

#popr .popr_content .Menu-IconName {
    font-size: 13px;
    margin-top: 0px;
    line-height: 1;
}

#popr .Menu-IconName {
    color: #337ab7;
}

#popr .container-fluid {
    min-width: 300px !important;
}

#popr .popr_content .col-md-3 {
    width: 50%;
    padding: 4px;
    float: left !important;
}

@media(max-width:568px) {
    #popr .container-fluid {
        min-width: 200px !important;
    }

    #popr .popr_content .Menu-IconName {
        min-height: 20px;
    }

    #popr .popr_content .Menu-Item {
        padding-bottom: 3px !important;
        padding-top: 3px !important;
        margin: 0 0 2px !important;
    }
}

@media(max-width:359px) {
    #popr .container-fluid {
        min-width: 160px !important;
        padding: 0;
    }
}
/*#endregion*/