﻿
@font-face {
    font-family: 'Anton';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Anton Regular'), local('Anton-Regular'), url(https://fonts.gstatic.com/s/anton/v10/1Ptgg87LROyAm3K9-C8QSw.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: Ariel;
    font-style: normal;
    /*font-weight: 400;*/
    src: local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/opensans/v13/cJZKeOuBrn4kERxqtaUH3VtXRa8TVwTICgirnJhmVJw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}

body {
    /*padding-top: 50px;*/
    padding-bottom: 20px;
    background-color: #ffffff;
    font-size: 17px;
    font-family: 'Open Sans', sans-serif;
    padding-bottom: 50px;
    min-height: 95%;
    overflow-x: hidden; /*fix for bootstrap horiz scrollbar showing up*/
}

strong {
    font-weight: 800;
}

.small, small {
    font-size: 12px;
}
.site-wide-footer { /*stick to bottom but not fixed*/
    position: absolute;
    height: 50px;
    right: 0;
    /*bottom: 0;*/
    left: 0;
    padding: 30px 5px 0 5px;
    text-align: center;
    display: block;
    font-size: 90%;
}

/*all content images responsive*/
#content-container img, #content-section img, footer img, .carousel-item img {
    max-width: 100%;
    height: auto;
}
/*just in case some other images have img-responsive from old boostrap*/
img.img-responsive {
    height: auto;
}

.front-page-mission {
    font-family: 'Anton-Regular';
    font-size: 30px;
    font-weight: bold;
    padding-top: 30px;
    padding-bottom: 30px;
}

.hidden-until-load {
    visibility: hidden;
}
/*    DOM ELEMENTS    *********************************************************/
p a {
    text-decoration: underline;
}

a.btn {
    text-decoration: none;
}

a.news-item-link {
    font-size: 16px;
    text-decoration: none;
}

a.login-link {
    max-height: 50px;
}

    a.login-link:hover, a.login-link:focus {
        color: #fff;
    }

.card-header a {
    text-decoration: none;
    color: #000;
}

.btn {
    font-weight: normal;
}

.btn-danger {
    color: #ffffff;
}

h1 {
    font-size: 175%;
}

h2 {
    font-size: 150%;
}

h3 {
    font-size: 130%;
}

h1, h2, h3, h4 {
    font-family: 'Anton', sans-serif;
    font-weight: bold;
}

.small-contact-info {
    font-size: 12px;
}
/*    HEADER LOGO    *********************************************************/

div#home-logo-block {
    text-align: center;
}


/*    NAV BAR    **********************************************************/

div.brand-container {
    display: block;
    position: relative;
    top: -15px;
    left: 0;
}

    div.brand-container img {
        max-height: 50px;
    }

@media (min-width: 768px) {
    div.brand-container {
        position: relative;
        top: 0;
        left: 0;
        margin-left: -25px;
        margin-top: -15px;
    }
}

.navbar {
    min-height: 50px;
    padding-top: 0;
}

.navbar-fixed-top .navbar-collapse {
    max-height: none;
}

.nav > li > a {
    padding-right: 5px;
    padding-left: 5px;
}

.navbar-brand-mpaonline {
    margin-top: -4px;
}

.open > .dropdown-menu {
    display: block;
}


.dropdown-menu.fade {
    display: block;
    opacity: 0;
    pointer-events: none;
}

.open > .dropdown-menu.fade {
    pointer-events: auto;
    opacity: 1;
}

a.nav-link {
    font-size: 18px;
    font-weight: bold;
}

.dropdown-menu {
    box-shadow: 1px 1px 4px 4px rgba(0,0,0,0.2);
}

/*drop-down on hover for desktop view*/
@media all and (min-width: 992px) {
    /*    .navbar .nav-item .dropdown-menu {
        display: none;
    }

    .navbar .nav-item:hover .nav-link {
    }

    .navbar .nav-item:hover .dropdown-menu {
        display: block;
    }

    .navbar .nav-item:hover .dropdown-menu-end {
        right: 0;
        left: auto;
    }

    .navbar .nav-item .dropdown-menu {
        margin-top: 0;
    }
*/
    .navbar .nav-item .dropdown-menu {
        transition: .6s;
        display: block;
        opacity: 0;
        visibility: hidden;
        transition: .3s;
        margin-top: 0;
    }

    .navbar .nav-item:hover .nav-link {
    }

    .navbar .dropdown-menu.fade-down {
        top: 80%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
    }

    .navbar .dropdown-menu.fade-up {
        top: 180%;
    }

    .navbar .nav-item:hover .dropdown-menu {
        transition: .6s;
        opacity: 1;
        visibility: visible;
        top: 100%;
        transform: rotateX(0deg);
    }

    .navbar .nav-item:hover .dropdown-menu-end {
        right: 0;
        left: auto;
    }
}



/*    LAYOUT    **********************************************************************/
div#content-container {
    /*-webkit-box-shadow: 0px 0px 30px 5px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 30px 5px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 30px 5px rgba(0,0,0,0.75);*/
    padding-top: 10px;
    background-color: #ffffff;
    position: relative;
    z-index: 1;
}

div#content-section {
    min-height: 600px;
    padding-left: 5px;
    padding-right: 5px;
}


div#inner-page-content-wrapper li {
    padding-bottom: 8px;
}

.container {
    max-width: 1200px;
}

.full-width {
    width: 100%;
}

.width-250 {
    width: 250px;
}

.width-300 {
    width: 300px;
}

.center {
    text-align: center;
}

img.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 560px) {
    .hidden-xxs, tr.hidden-xxs, th.hidden-xxs, td.hidden-xxs {
        display: none !important;
    }
}

nav.braadcrumbs {
    display: block;
    width: 100%;
}

.breadcrumb-item + .breadcrumb-item::before {
    content: "»";
    color: #fff;
}

.content-header {
    display: block;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    padding: 10px 0 0 0;
}


/*    CAROUSEL    **********************************************************************/
div#homeCarousel {
    display: block;
}

div.carousel-row {
}

.carousel-inner img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

div.front-page-mission {
    padding: 20px;
    background-color: rgb(0 0 0 / 0.83);
    color: #fff;
    line-height: 120%;
}

/*//extra small devices - no media query necessary*/
.carousel-inner img {
    max-height: 500px;
}

/*// Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
    .carousel-inner img {
        max-height: 500px;
    }
}

/*// Medium devices (tablets, 768px and up)
*/ @media (min-width: 768px) {
    .carousel-inner img {
        max-height: 500px;
    }

    div#home-carousel {
        margin-right: 100px;
    }

    div.front-page-mission {
        display: block;
        position: absolute;
        right: 10px;
        margin-top: -200px;
        width: 50%;
        z-index: 10;
        clear: both;
        border-radius: 25px;
        margin-bottom: 100px;
    }

    #homeCarousel {
        margin-bottom: 140px;
    }

        #homeCarousel .carousel-item img {
            border-radius: 25px;
        }
}

/*// Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
    .carousel-inner img {
        max-height: 500px;
    }

    div#home-carousel {
        margin-right: 200px;
    }

    #homeCarousel {
        margin-bottom: 100px;
    }

    div.front-page-mission {
        margin-top: -160px;
    }
}

/*// X-Large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
    .carousel-inner img {
        max-height: 500px;
    }
}

/*// XX-Large devices (larger desktops, 1400px and up)*/
@media (min-width: 1400px) {
    .carousel-inner img {
        max-height: 500px;
    }
}

/*Make it Fade*/
.carousel-fade .carousel-item {
    opacity: 0;
    transition-duration: 3s;
    transition-property: opacity;
}

    .carousel-fade .carousel-item.active,
    .carousel-fade .carousel-item-next.carousel-item-left,
    .carousel-fade .carousel-item-prev.carousel-item-right {
        opacity: 1;
    }

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    opacity: 0;
}

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
    transform: translateX(0);
    transform: translate3d(0, 0, 0);
    transition-duration: 3s;
    transition-property: opacity;
}


/*-------------------------------------------*/


div#inner-page-content-wrapper {
    padding-left: 10px;
    padding-right: 10px;
}

.carousel-caption {
    left: 0;
    right: 0;
    bottom: 0px;
    padding: 0px 10px 5px 10px;
    background-color: rgba(0, 0, 0, 0.4);
    text-align: left;
}

    .carousel-caption h3 {
        margin-top: 5px;
    }

    .carousel-caption p {
        font-family: 'Times New Roman';
        font-style: italic;
        font-size: 170%;
    }

@media (max-width: 384px) {
    .carousel-caption h3 {
        font-size: 100%;
    }

    .carousel-caption p {
        font-size: 100%;
    }
}

.carousel-caption-conference { /*There's no h3 on this one, so we need the padding above the <p>*/
    padding-top: 10px;
}

.home-headline {
    font-size: 16px;
    font-weight: bold;
    height: 100%;
    vertical-align: middle;
}

.home-logo-block {
    text-align: center;
}



/*News Items*/

.newsitem {
    display: block;
    min-height: 130px;
}

img.news-item-image {
    border-radius: 20px;
}

@media (max-width: 575px) {
    img.news-item-image {
        margin-top: 0px;
        width: 150px;
        padding-left: 5px;
        border-radius: 20px;
    }
}





/*Banners*/

.sponsor-banner {
    display: block;
    min-height: 60px;
    text-align: right;
}
/*FMD Flip Page on Front*/

div.mini-flipper {
    margin-left: -10px;
    margin-top: -10px;
    padding: 0px 0px 0px 0px;
}

.fmd-fixed-thumbnail {
    display: block;
    width: 170px;
    margin: auto;
}
/*Search Bar*/

@media (min-width: 768px) {
    input.form-control.form-search {
        width: 80px;
    }
}

@media (min-width: 992px) {
    input.form-control.form-search {
        width: 150px;
    }
}
/*Wells and Panels*/

.well {
    background-color: transparent;
    margin: 10px 4px;
}

.panel-default > .panel-heading {
    background-color: #efefef;
}

/* JQUERY UI OVERRIDES     ********************************************************************************/

#accordion .ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(229,229,229,0.65) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(229,229,229,0.65))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(229,229,229,0.65) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(229,229,229,0.65) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(229,229,229,0.65) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(229,229,229,0.65) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6e5e5e5',GradientType=0 ); /* IE6-9 */
}

#accordion .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(196,196,196,0.65) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(196,196,196,0.65))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(196,196,196,0.65) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(196,196,196,0.65) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(196,196,196,0.65) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(196,196,196,0.65) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6c4c4c4',GradientType=0 ); /* IE6-9 */
}

.accordion .ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(229,229,229,0.65) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(229,229,229,0.65))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(229,229,229,0.65) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(229,229,229,0.65) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(229,229,229,0.65) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(229,229,229,0.65) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6e5e5e5',GradientType=0 ); /* IE6-9 */
}

.accordion .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(196,196,196,0.65) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(196,196,196,0.65))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(196,196,196,0.65) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(196,196,196,0.65) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(196,196,196,0.65) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(196,196,196,0.65) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6c4c4c4',GradientType=0 ); /* IE6-9 */
}

.ui-tooltip {
    padding: 0 0 0 0;
}

.ui-tooltip-content {
    background-color: #ffff93;
    padding: 5px 5px 5px 5px;
}


/* Other Elements */

div.indent {
    padding-left: 40px;
}

.full-width, .width-full {
    width: 100%;
}


blockquote {
    font-size: 14px;
}

.error {
    display: block;
    padding: 4px;
    color: #FF0000;
    font-weight: bold;
}

input[type=text].input-error {
    border: solid 3px #FF0000;
    color: #FF0000;
}

.text-white {
    color: #ffffff;
}

.watermarked {
    color: #CCCCCC;
}

.hintbox {
    display: block;
    float: right;
    padding: 5px;
    width: 20%;
    border: 1px solid #FFFF00;
    background-color: #FFFFcc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}


.x-gridview {
    border: 1px solid #CCCCCC;
}

    .x-gridview th {
        border: 1px solid #CCCCCC;
        padding-left: 5px;
        padding-right: 5px;
        background-color: #DFDFDF;
    }

    .x-gridview td {
        border: 1px solid #CCCCCC;
        padding-left: 5px;
        padding-left: 5px;
        padding-right: 5px;
    }

    .x-gridview tr {
    }

        .x-gridview tr:hover {
            background: #E6E6E6;
        }


.smallcontainer {
    border-style: solid;
    border-width: 2px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 4px 4px 4px 4px;
}

.floatleft {
    display: block;
    float: left;
    padding: 5px;
}

.floatright {
    display: block;
    float: right;
    padding: 5px;
}

.clearboth {
    clear: both;
}

.displaynone {
    display: none;
}

.loginstatus {
    float: right;
    color: #E9E9E9;
}

a.loginstatus:hover {
    color: #E9e9e9;
    text-decoration: underline;
}

.AutoCompleteList {
    background-color: Yellow;
}

.greytablegrid {
    border-color: #999999;
    border-collapse: collapse;
}


.propercase {
    text-transform: capitalize;
}

.smalltext {
    font-size: 12px;
}

.smallredtext {
    font-size: 11px;
    color: #990000;
}

.extrasmall {
    font-size: 70%;
}

.detailsview {
    border: 1px solid #CCCCCC;
    border-collapse: collapse;
}

    .detailsview td {
        border: 1px solid #CCCCCC;
        padding-left: 5px;
        padding-right: 5px;
    }

    .detailsview th {
        border: 1px solid #CCCCCC;
        padding-left: 5px;
        padding-right: 5px;
    }


/*Ajax Tab Containers and Tabs*/

.ajax__tab_header,
.ajax__tab_header:before,
.ajax__tab_header:after,
.ajax__tab_outer,
.ajax__tab_outer:before,
.ajax__tab_outer:after,
.ajax__tab_inner,
.ajax__tab_inner:before,
.ajax__tab_inner:after,
.ajax__tab_tab,
.ajax__tab_tab:before,
.ajax__tab_tab:after {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.ajax__tab_xp .ajax__tab_header .ajax__tab_tab {
    height: 20px !important;
}

.ajaxtab {
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
}

    .ajaxtab th {
        font-size: 12px;
    }




.label {
    font-size: 100%;
    margin-bottom: auto;
    font-weight: normal;
}



/*Sometimes added to tables or gridview row cells to programmatically adjust borders:*/
.table > tbody > tr > td.no-borders {
    border-top: 0px;
    border-bottom: 0px;
}

.table > tbody > tr > td.bold-top-border {
    border-top: 3px solid black;
}




/*Max-Widths */
.max-width-100 {
    max-width: 100px;
}

.max-width-200 {
    max-width: 200px;
}

.max-width-300 {
    max-width: 300px;
}

.max-width-400 {
    max-width: 400px;
}

.max-width-500 {
    max-width: 500px;
}

.max-width-600 {
    max-width: 600px;
}

.max-width-700 {
    max-width: 700px;
}

.max-width-800 {
    max-width: 800px;
}

.audio-control {
    height: 30px;
    max-width: 300px;
}

.inline-block {
    display: inline-block;
}

.audio-control-wide {
    height: 30px;
}

.audio-control-small {
    height: 30px;
}


@media (min-width: 992px) {
    .audio-control-wide {
        width: 500px;
    }
}

@media (min-width: 768px) {
    .audio-control-wide {
        width: 500px;
    }
}

@media (max-width: 767px) {
    .audio-control-wide {
        width: 90%;
    }
}

/*For elements you want to float right only on medium width or larger*/
@media (min-width: 990px) {
    .pull-right-md {
        float: right;
    }
}




.clickable, tr.clickable:hover, td.clickable:hover, a.clickable:hover {
    cursor: pointer;
}

.glyphicon.spinning {
    animation: spin 1s infinite linear;
    -webkit-animation: spin2 1s infinite linear;
}

@keyframes spin {
    from {
        transform: scale(1) rotate(0deg);
    }

    to {
        transform: scale(1) rotate(360deg);
    }
}

@-webkit-keyframes spin2 {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}



/*Bootstrap-style all input textboxes so they're like the form-control class*/
input[type=text], input[type=password], select {
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

    input[type=text]:focus, input[type=password]:focus, select:focus, .form-control:focus {
        border-color: #ccc;
        outline: 0;
        box-shadow: 0 0 0 .25rem rgba(0,0,0,.25);
    }

    input[type=text]:disabled, select:disabled {
        background-color: #ddd;
    }

textarea.form-control {
    font-size: 14px;
}


div.recaptcha_input_area input[type=text] {
    height: 24px;
    padding: 0;
}

/*RAdio button lists are crazy close to one another when horizontal*/
input[type=radio] + label {
    padding-left: 2px;
    padding-right: 10px;
}


/*Ajax Control Toolkit Rating Star Control*/
.rating-star {
    font-size: 15pt;
    width: 20px;
    height: 20px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
    font-family: FontAwesome;
    left: -5px;
    top: 0;
}

.rating-star-filled {
    position: relative;
}

    .rating-star-filled:before {
        content: "\f005";
        position: absolute;
    }

.rating-star-empty {
    position: relative;
}

    .rating-star-empty:before {
        content: "\f005";
        position: absolute;
        color: pink;
    }

.rating-star-waiting {
}

/*migrated from old MPA Online styles*/
input.textbox-danger {
    color: #FF0000;
    border-color: #FF0000;
}

.whitebold {
    color: White;
    font-weight: bold;
}

.smallreminder {
    font-size: 11px;
    color: #666666;
}


.strikeout {
    text-decoration: line-through;
}


.modalBackground {
    background-color: #666666;
    filter: alpha(opacity=40);
    opacity: 0.5;
}

.ModalWindow {
    border: 5px solid rgba(0,0,0,0.18);
    background: #FFFFFF;
    padding: 0px 10px 10px 10px;
    position: absolute;
    width: 400px;
}

@media (min-width: 992px) {
    .ModalWindow {
        width: 65%;
    }
}

@media (max-width: 768px) {
    .ModalWindow {
        width: 75%;
    }
}

@media (max-width: 767px) {
    .ModalWindow {
        width: 90%;
    }
}

.ajax__fileupload_dropzone {
    background-color: #CCCCCC;
}

    .ajax__fileupload_dropzone:hover {
        background-color: #e4e4e4;
    }


.radiobuttondescription {
    display: block;
    margin-left: 30px;
    font-size: 11px;
}

.floatright {
    display: block;
    float: right;
}

.ajax__calendar .td {
    border-style: none;
    padding: 0px 0px 0px 0px;
}

a.tooltip {
    outline: none;
}

    a.tooltip strong {
        line-height: 30px;
    }

    a.tooltip:hover {
        text-decoration: none;
        background-color: #fffAF0;
    }

    a.tooltip span {
        z-index: 10;
        display: none;
        padding: 14px 20px;
        margin-top: -20px;
        margin-left: 15px;
        width: 300px;
        line-height: 16px;
    }

    a.tooltip:hover span {
        display: inline;
        position: absolute;
        color: #111;
        border: 1px solid #FFCC99;
        background: #fffAF0;
    }

.callout {
    z-index: 20;
    position: absolute;
    top: 30px;
    border: 0;
    left: -12px;
}

/*CSS3 extras*/
a.tooltip span {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-box-shadow: 5px 5px 8px #CCC;
    -webkit-box-shadow: 5px 5px 8px #CCC;
    border-radius: 4px;
    box-shadow: 5px 5px 8px #CCC;
}

.notice {
    border: 1px solid #FFFF00;
    display: block;
    background-color: #FFFFEA;
    color: #000000;
    padding: 5px 5px 5px 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.greenbold {
    color: #33CC33;
    font-weight: bold;
    font-size: 16px;
}

/*Sometimes added to tables or gridview row cells to programmatically adjust borders:*/
.table > tbody > tr > td.no-borders {
    border-top: 0px;
    border-bottom: 0px;
}

.table > tbody > tr > td.bold-top-border {
    border-top: 3px solid black;
}



/*Wells and Panels*/
.well {
    background-color: #efefef;
}

.panel-default > .panel-heading {
    background-color: #efefef;
}
/* Side notes for calling out things
-------------------------------------------------- */

/* Base styles (regardless of theme) */
.bs-callout {
    margin: 20px 0;
    padding: 15px 30px 15px 15px;
    border-left: 5px solid #eee;
}

    .bs-callout h4 {
        margin-top: 0;
    }

    .bs-callout p:last-child {
        margin-bottom: 0;
    }

    .bs-callout code,
    .bs-callout .highlight {
        background-color: #fff;
    }

/* Themes for different contexts */
.bs-callout-danger {
    background-color: #fcf2f2;
    border-color: #FF0000;
}

    .bs-callout-danger h4 {
        color: #FF0000;
    }

.bs-callout-warning {
    background-color: #fefbed;
    border-color: #bfbf00;
}

    .bs-callout-warning h4 {
        color: #9f8d3f;
    }

.bs-callout-info {
    background-color: #f0f7fd;
    border-color: #d0e3f0;
}

table.sticky-header th {
    position: sticky;
    top: 0;
    background: #ffffff;
}

    table.sticky-header th::after {
        content: '';
        width: 100%;
        height: 2px;
        position: absolute;
        bottom: 0;
        left: 0;
        background: black;
    }

input[type="checkbox"] + label, input[type="radio"] + label {
    padding-left: 5px;
    display: inline; /*overriding bootstrap adding display: inline-block that was causing the label to be below the input*/
}

.shadow {
    -webkit-box-shadow: 10px 10px 42px -10px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 42px -10px rgba(0,0,0,0.75);
    box-shadow: 10px 10px 42px -10px rgba(0,0,0,0.75);
}


/* Bootstrap 5 Card Modifications */
.card {
    background-color: #fff;
    background-clip: border-box;
    border: 2px solid rgba(0,0,0,.125);
    border-radius: 1rem;
    box-shadow: 2px 3px 10px rgba(0,0,0,.125);
}

.card-header {
    padding: .5rem 1rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125);
}


@media (min-width: 768px) {

    img.sidebar-image {
        display: block;
        margin-top: -60px;
        margin-right: -10px;
        width: 100%;
    }

    div#sidebarImage {
        width: 110%;
    }
}

.table-responsive {
    overflow-x: clip;
    -webkit-overflow-scrolling: touch;
}

/*fix for drop-down caret missing*/
select.form-control {
    -webkit-appearance: menulist !important;
    -moz-appearance: menulist !important;
    -ms-appearance: menulist !important;
    -o-appearance: menulist !important;
    appearance: menulist !important;
}
