﻿/* Bootstrap Theming */
.form-control, .btn {
    border-radius: 1px;
}

.content-home {
    /*padding-right: 0px !important;*/
    /*padding-left: 0px !important;*/
}

.breadcrumb {
    background-color: transparent;
    padding-left: 0;
    padding-right: 0;
}

    /*deprecated*/
    .breadcrumb > span > li {
        display: inline-block;
    }

    .breadcrumb a[href=""] {
        pointer-events: none;
        cursor: default;
    }

    .breadcrumb > li + li:before {
        padding: 0;
        color: initial;
        content: "\00a0/\00a0";
    }

.link-button {
    color: white !important;
    border: 0px;
    text-decoration: none !important;
}

.user-welcome {
    font-family: proxima-nova, calibri, sans-serif;
}

.btn-primary {
    color: #fff;
    background-color: #481465cc;
    border-color: #481465;
}

    .btn-primary:hover, .btn-primary:focus, .btn-primary.focus {
        color: #fff;
        background-color: #481465;
        border-color: #481465;
    }

    .btn-primary:active, .btn-primary.active {
        color: #fff;
        background-color: #481465cc;
        border-color: #481465;
    }

        .btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover {
            color: #fff;
            background-color: #481465cc;
            border-color: #481465;
        }

.btn-info {
    color: #fff;
    background-color: #481465cc;
    border-color: #481465;
}

    .btn-info:hover, .btn-info:focus, .btn-info.focus {
        color: #fff;
        background-color: #481465;
        border-color: #481465;
    }

    .btn-info:active, .btn-info.active {
        color: #fff;
        background-color: #481465cc;
        border-color: #481465;
    }

        .btn-info.active.focus, .btn-info.active:focus, .btn-info.active:hover, .btn-info:active.focus, .btn-info:active:focus, .btn-info:active:hover {
            color: #fff;
            background-color: #481465cc;
            border-color: #481465;
        }

/* REST styles */
[data-action="SearchTemplate"].loading, [data-action="Rollup"].loading {
    background-image: url('../img/loading.gif');
}

[data-action="Rollup"] .template,
[data-action="Rollup"] .noresults {
    display: none;
}

td.details-control > div {
    background: url('../img/details_open.png') no-repeat center center;
    cursor: pointer;
    min-width: 30px;
    padding: 10px;
}

.paginate_button {
    padding: 10px;
}

table.dataTable thead th.sorting_disabled {
    cursor: default;
    *cursor: default;
}

tr.shown td.details-control > div {
    background: url('../img/details_open.png') no-repeat center center;
}

.dataTables_wrapper {
    display: inline-block;
    width: 100%;
}

/* Utilities */
.content [class*='icon-'] {
    background-repeat: no-repeat;
    background-position: 100% 0;
    padding-right: 23px;
}

/* Utilities */
.content [class*='landingicon-'] {
    background-repeat: no-repeat;
    background-position: 100% 0;
}

.glyphicon-lock {
    color: #337ab7;
}

.glyphicon-user {
    color: #337ab7;
}

.glyphicon-chevron-left {
    margin-left: -40px !important;
}

.glyphicon-chevron-right {
    margin-right: -40px !important;
}

.carousel-indicators {
    bottom: 0px !important;
}

.carousel-control.left {
    background-image: none !important;
    background-repeat: no-repeat !important;
}

.carousel-control.right {
    background-image: none !important;
    background-repeat: no-repeat !important;
}

.content .icon-pdf {
    background-image: url('../img/icon-pdf.png');
}

.content .icon-xls {
    background-image: url('../img/icon-xls.png');
}

.content .icon-external {
    /*background-image: url('../img/icon-external-link.png');*/
    background-position: 100% 3px;
    padding-right: 20px;
}

.carousel-control.left {
    background-image: none !important;
    background-repeat: no-repeat !important;
}

.carousel-control.right {
    background-image: none !important;
    background-repeat: no-repeat !important;
}

/* General */

body {
    color: #424242;
    font-family: "proxima-nova",sans-serif;
}

.content.has-scroll {
    padding-top: 130px;
}

@media (min-width: 768px) {
    .anchor {
        padding-top: 150px;
        margin-top: -150px;
        z-index: 1;
    }
}

h1 {
    color: #723489;
}

h2 {
    font-size: 22px;
}

h3 {
    font-size: 18px;
}

h4 {
    font-size: 16px;
}
/* Header */

header {
    padding: 20px 0;
    font-size: 13px;
}

.top.sticky {
    position: fixed;
    width: 100%;
    z-index: 1;
    box-shadow: 0 1px 5px rgba(0,0,0,0.3)
}

    .top.sticky header {
        background: #f5f5f5;
        padding: 8px 0;
    }

a.omdLogo {
    background-image: url(../img/logo.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    width: 206px;
    height: 60px;
    text-indent: -9999px;
}

.top.sticky header a.omdLogo {
    width: 137px;
    height: 40px;
}

.top.sticky header #user-controls {
    top: 10px;
}

.top.sticky header #search-controls {
    top: 3px;
}

header .glyphicon.glyphicon-search.form-control-feedback {
    color: #999;
    top: 25px;
}

#user-controls {
    top: 18px;
    margin-left: -20px;
    margin-right: 20px;
}

#search-controls {
    top: 12px;
}

    #search-controls .form-group {
        display: inline-block;
        width: 75%;
        text-align: left;
    }

    #search-controls .form-inline .form-control {
        width: 100%;
    }

@media (max-width: 992px) {
    #user-controls {
        margin: 0px 0px 5px;
    }

    a.omdLogo {
        width: 137px;
        height: 40px;
        float: left;
    }
}

@media (max-width: 768px) {
    .form-inline {
        text-align: left;
    }

    #search-controls .form-group {
        width: 100%;
    }

    #user-controls {
        margin: -10px 0px 15px;
    }

    .glyphicon-chevron-left {
        margin-left: -20px !important;
    }

    .glyphicon-chevron-right {
        margin-right: -20px !important;
    }
}

/*Essential Accessibility icon*/
a.ea-icon {
    margin-left: 8px;
}

    a.ea-icon > div {
        display: inline-block;
        vertical-align: sub;
    }

        a.ea-icon > div > svg {
            height: 15px;
        }

/*Skip to main content link*/
.omd-skiplink {
    position: absolute;
    left: -10000px;
}

/*Banner*/
.banner {
    display: block;
    margin-bottom: 10px;
    height: 100px;
    padding: 0;
    background-position: top right;
    background-repeat: no-repeat;
}

#PeerLeaderProgram.banner {
    background-image: url("/PublishingImages/omd013560.png");
}

#HealthCardValidation.banner {
    background-image: url("/PublishingImages/omd012077.png");
}

#EMRPracticeEnhancementProgram.banner {
    background-image: url("/PublishingImages/omd012598.png");
}

#ProvincialeCounsultInitiative.banner {
    background-image: url("/PublishingImages/omd012087.png");
}

#HospitalReportManager.banner {
    background-image: url("/PublishingImages/omd012087.png");
}

#ProgressAssessment.banner {
    background-image: url("/PublishingImages/omd013623.png");
}
/* App Launcher */

#app-launcher-toggle span.glyphicon.glyphicon-th {
    font-size: 18px;
    line-height: 0;
    position: relative;
    top: 4px;
}

#app-launcher-toggle {
    padding-left: 10px;
    padding-right: 10px;
    margin-top: -1px;
}

    #app-launcher-toggle[aria-expanded="true"] {
        background-color: #fff;
        color: #0083C7;
        border-color: #ccc;
    }

#app-launcher {
    position: absolute;
    z-index: 10;
    right: 15px;
    margin-top: 10px;
    text-align: left;
}

/*#app-launcher-landing .well {
        border-radius: 1px;
        box-shadow: 0 5px 5px rgba(0,0,0,0.2);
        padding: 3px 14px 15px;
    }*/

/*#app-launcher-landing .well-landing {
        border-radius: 1px;
        box-shadow: 0 1px 1px rgba(0,0,0,0.2);
    }*/
.speech-bubble {
    position: relative;
    background: #28b704;
    border-radius: .4em;
    padding: 2px;
}

.not-visible {
    display: none;
}

.visible {
    display: block;
}

.speech-bubble:after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 0;
    height: 0;
    border: 20px solid transparent;
    border-right-color: #28b704;
    border-left: 0;
    border-bottom: 0;
    margin-top: -10px;
    margin-left: -20px;
}

.info-label {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    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;
}

.landing-question {
    width: 100% !important;
    display: block;
    align-content: center;
}

.landing-question-glyphicon {
    font-size: 16px;
    display: block;
    color: black;
}

.btn-primary-landing {
    background-color: #0083C7;
    border-color: #0083C7;
    margin-bottom: 8px;
}

.landing-info {
    font-size: 4px;
    color: white;
}

.landing-card {
    height: 140px;
    width: 70%;
}

#app-launcher-landing li {
    float: left;
    margin: 2px;
}

.landing-big-glyphicon {
    font-size: 32px;
    display: block;
    align-content: center;
    line-height: 36px;
    margin-bottom: 8px;
    margin-top: 4px;
}

.row-rol {
    margin: 0px !important;
    /*padding-bottom: 10px !important;*/
}

.col-no-padding {
    padding-left: 0px !important;
}

#app-launcher-landing a .glyphicon {
    font-size: 36px;
    display: block;
    align-content: center;
    line-height: 36px;
    margin-bottom: 8px;
    margin-top: 4px;
}

.landing-info-glyphicon {
    font-size: 16px;
    display: block;
    color: black;
    float: right;
}



#app-launcher .glyphicon {
    font-size: 24px;
    display: block;
    align-content: center;
    line-height: 30px;
    margin-bottom: 5px;
}

#app-launcher .well {
    border-radius: 1px;
    box-shadow: 0 5px 5px rgba(0,0,0,0.2);
    padding: 3px 14px 15px;
}

#app-launcher li {
    float: left;
    margin: 2px;
}

#app-launcher .glyphicon {
    font-size: 24px;
    display: block;
    line-height: 30px;
    margin-bottom: 5px;
}

#app-launcher a {
    white-space: normal;
    line-height: 14px;
    font-size: 12px;
    min-width: 120px;
    min-height: 100px;
    text-align: center;
    border: none;
    box-shadow: 0 1px 1px rgba(0,0,0,0.2);
}

@media (max-width: 768px) {
    .col-stack {
        margin-bottom: 15px;
    }
}

/*In case you're dealing with a block element apply this to the element itself*/
.center-block {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

/*In case you're dealing with a inline element apply this to the parent*/
.text-center {
    text-align: center
}

@media (max-width: 767px) {
    #app-launcher-landing {
        padding-left: 28px;
    }
}

@media (min-width: 768px) {
    #app-launcher-landing {
        padding-left: 20px;
    }
}

#app-launcher-landing a {
    white-space: normal;
    /*line-height: 14px;*/
    font-size: 14px;
    min-width: 140px;
    min-height: 120px;
    text-align: center;
    border: none;
    /*box-shadow: 0 1px 1px rgba(0,0,0,0.2);*/
}

    #app-launcher-landing a:hover {
        /*background-color: #fff;*/
        color: #0083C7;
    }

#app-launcher a:hover {
    background-color: #fff;
    color: #0083C7;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
}

/* Main Navigation */
#hidden-alert {
    background-color: transparent;
    border: none;
    color: #fff;
    padding: 15px;
}

/* relative position for close button positioning */
.alert {
    position: relative;
}

/* absolute position for close button positioning */
.alert-dismissable .close,
.alert-dismissible .close {
    opacity: 1;
    position: absolute;
    top: 6px;
    right: 10px;
}

.navbar,
.navbar .container {
    padding: 0;
}

.navbar-default {
    background: #fff;
    border: 0;
    border-radius: 0;
    border-bottom: 6px solid #481465;
    min-height: auto;
}

    .navbar-default .navbar-toggle {
        background-color: #481465;
        border-radius: 0;
        margin-right: 0px;
        margin-bottom: 3px;
        padding: 4px 3px;
    }

        .navbar-default .navbar-toggle:focus,
        .navbar-default .navbar-toggle:hover {
            background-color: #481465d9;
        }

        .navbar-default .navbar-toggle .icon-bar {
            background-color: #fff;
            width: 30px;
            height: 3px;
            border-radius: 0px;
        }

.top.sticky .navbar {
    position: relative;
    min-height: 0;
    margin: 0;
}

.nav li.dropdown {
    z-index: 999;
}

.top.sticky .navbar {
    padding: 0;
}

    .top.sticky .navbar .nav > li > a {
        padding: 10px;
    }

.navbar-default .navbar-nav > li > a,
.dropdown-menu > li > a {
    color: #fff;
}

.dropdown-menu {
    background-color: #481465;
    border: none;
    border-radius: 0;
}

.container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
    margin: 0px;
}

.container > .navbar-header {
    float: right;
}

@media (max-width: 768px) {
    .container > .navbar-header {
        float: inherit;
        text-align: right;
        margin-right: 15px;
    }
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
    background: rgba(255,255,255,0.05);
    color: #fff;
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    background: rgba(255,255,255,0.05);
    color: #fff;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    background: rgba(255,255,255,0.05);
    color: #fff;
}

.navbar-default .navbar-nav > li > a:active {
    background: #ffffff0d;
    color: #fff;
}

.navbar-default .navbar-collapse {
    background: #481465;
}

.navbar-default .dropdown a {
    outline: 0;
}

@media (min-width: 768px) {
    .navbar-default {
        border-bottom: 1px solid #481465;
    }

        .navbar-default .navbar-collapse {
            background: initial;
        }

        .navbar-default .navbar-nav > li > a {
            color: #481465;
            font-size: 15px;
            font-weight: 700;
            padding-top: 5px;
            padding-bottom: 5px;
        }

    .nav > li > a {
        position: relative;
        display: block;
        padding: 10px 10px;
    }

    .navbar-default .navbar-nav > li > a:active {
        background: #481465d9;
        color: #fff;
    }

    .navbar-default .navbar-nav > li > a:hover {
        color: #481465;
    }

    .navbar-default .navbar-nav > li > a:focus {
        background: #481465d9;
        color: #fff;
    }

    .navbar-default .navbar-nav > li > a > .caret {
        vertical-align: initial;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        background-color: #f5f5f5;
        color: #481465;
    }

    .navbar-default .navbar-nav > .open > a,
    .navbar-default .navbar-nav > .open > a:focus,
    .navbar-default .navbar-nav > .open > a:hover {
        background-color: #481465;
        color: #fff;
    }

    .dropdown-menu > li > a:focus,
    .dropdown-menu > li > a:hover {
        background-color: #f5f5f5;
        color: #481465;
    }
}

@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #fff;
    }
}

@media (min-width: 768px) {
    .dropdown-menu .dropdown-menu {
        left: 100%;
        top: -5px;
    }

    .dropdown:hover > .dropdown-menu {
        display: block;
    }

    .dropdown-menu .caret {
        border-top: 4px solid transparent;
        border-bottom: 4px solid transparent;
        border-left: 4px dashed;
        top: -1px;
        position: relative;
        left: 4px;
    }
}

/* Side Nav */
.leftnav ul {
    margin-left: 10px;
}

.leftnav > li > ul {
    margin-left: 0;
}

.nav.leftnav li a {
    padding: 5px 3px;
}

    .nav.leftnav li a:hover {
        background: none;
    }

/* Home Page */
#Home {
    font-size: 14px;
}

    #Home h1, #Home h1 *,
    #Home h2, #Home h2 *,
    #Home h3, #Home h3 *,
    #Home h4, #Home h4 *,
    #Home h5, #Home h5 *,
    #Home h6, #Home h6 * {
        color: #723489;
    }

        #Home h1, #Home h1 *,
        #Home h2, #Home h2 *,
        #Home h3, #Home h3 *,
        #Home h4, #Home h4 *,
        #Home h5, #Home h5 *,
        #Home h6, #Home h6 * {
            margin-bottom: 0;
            font-size: 22px;
            font-weight: bold;
            line-height: normal !important;
            text-transform: uppercase;
        }

    #Home .news-rollup h4 a {
        color: #723489;
    }

    #Home .news-rollup .date {
        /*padding: 10px 0 0 0;*/
        font-size: 14px;
    }

    #Home .news-rollup .description {
        font-size: 14px;
    }

    #Home .news-rollup li {
        margin-bottom: 20px;
    }

@media (min-width: 768px) {
    #Home {
        margin: 0 -15px;
    }

        #Home .hero-omd .col-md-4 {
            float: left;
            width: 33.33333333%;
            margin-bottom: 0px;
        }
}

#Home .hero-omd .col-md-4 {
    margin-bottom: 15px;
}

#Home .awards-icons {
    display: flex;
    gap: 20px;
    margin: 24px 0;
}

    #Home .awards-icons img {
        height: 96px;
    }

@media (max-width: 767px) {
    #Home .awards-icons {
        justify-content: center;
    }
}

@media(min-width:1200px) {
    #HomePageImagePeerLeaderProgram {
        margin: -17px 0px 0px !important;
    }
}

@media(max-width:1200px) {
    #HomePageImagePeerLeaderProgram {
        margin: -6px 0px 0px !important;
    }
}


.box {
    padding: 20px;
}

.box-grey {
    background: #f7f7f7;
}

/* Data Tables */
table.dataTable.no-footer,
table.dataTable thead th, table.dataTable thead td {
    border-bottom: 0;
}

.ms-rteTable-default, .ms-rteTable-default > tbody > tr > td, .ms-rteTable-default > tbody > tr > th, td.ms-rteTable-default, th.ms-rteTable-default, .ms-rtetablecells {
    border: 1px solid #C6C6C6;
    padding: 3px;
}

/* News Rollup */
.news-rollup {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .news-rollup li {
        margin-bottom: 15px;
    }

    .news-rollup .image {
        float: left;
        width: 70px;
    }

        .news-rollup .image img {
            width: 100%;
        }

    .news-rollup .content {
        margin-left: 80px;
    }

    .news-rollup .description {
        margin: 6px 0;
    }

    .news-rollup .date {
        font-size: 12px;
    }

    .news-rollup.events .date {
        margin-bottom: 6px;
    }

    .news-rollup li:after {
        visibility: hidden;
        display: block;
        font-size: 0;
        content: " ";
        clear: both;
        height: 0;
    }

    * html .news-rollup li {
        zoom: 1;
    }
    /* IE6 */
    *:first-child + html .news-rollup li {
        zoom: 1;
    }
/* IE7 */

/* Footer */

footer {
    margin: 30px -15px;
    /*margin-left: -15px;
    margin-right: -15px;*/
    position: relative;
    padding: 20px;
    background-color: #f5f5f5;
    font-size: 14px;
    line-height: 1.5;
}

    footer .mission-statement {
        color: #000;
    }

    footer .row:nth-child(1) [class*='col-'] {
        padding-top: 16px;
        padding-bottom: 16px;
    }

        footer .row:nth-child(1) [class*='col-']:nth-child(2) {
            text-align: center;
        }

    footer,
    footer .nav > li > a {
        color: #481465;
    }

        footer .nav > li {
            margin: 0 10px 0 0;
        }

            footer .nav > li > a {
                padding: 0;
            }

                footer .nav > li > a:hover {
                    background-color: transparent;
                    text-decoration: underline;
                }

        footer .nav.other-websites > li {
            float: initial;
        }

            footer .nav.other-websites > li > a {
                display: inline-block;
            }

        footer h2 {
            font-size: 16px;
            font-weight: 700;
            margin-top: 0;
        }

        footer .social-icons {
            display: flex;
            justify-content: center;
            gap: 10px;
        }

            footer .social-icons img {
                width: 34px;
                height: 34px;
                border-radius: 100%;
            }

@media (max-width: 992px) {
    footer .row:nth-child(1) [class*='col-'] {
        padding-top: 16px;
        padding-bottom: 32px;
    }

        footer .row:nth-child(1) [class*='col-']:nth-child(2) {
            text-align: initial;
        }

    footer .row:nth-child(2) [class*='col-']:not(:nth-child(2)) {
        padding-bottom: 16px;
    }

    footer .social-icons {
        justify-content: initial;
    }
}

@media (max-width: 767px) {
    footer {
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 0;
    }
}


/* Videos iframe */
.container-fluid, .vids {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.embed-border {
    background: #f7f7f7;
    padding: 10px;
    margin-bottom: 20px;
}

.embed-container {
    position: relative;
    padding-bottom: 56.0%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.vid_title {
    margin-top: 10px;
    font-size: 14px;
}

.embed-border {
    background: #f7f7f7;
    padding: 10px;
    margin-bottom: 20px;
}

.vid_title {
    margin-top: 10px;
    font-size: 15px !important;
}

.embed-container iframe, .embed-container object, .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/*Lightbox*/
.lightbox-thumb {
    margin: 2px;
}
/*EMR Maturity Model Table*/
.emm {
    padding: 5px;
    font-size: 14px;
    margin: 0px;
    border-collapse: collapse;
    width: 100%;
}

    .emm td {
        padding-top: 15px;
        padding-bottom: 15px;
        padding-right: 5px;
        padding-left: 5px;
        font-size: 14px;
        vertical-align: middle;
    }

        .emm td:first-child {
            text-align: center;
            font-weight: bold;
            color: #4A2D78;
        }

        .emm td:nth-child(2) {
            font-weight: bold;
            width: 175px;
            text-transform: uppercase;
            color: #4A2D78;
        }

        .emm td:nth-child(3) {
            color: #000000;
        }

    .emm th {
        background: #4A2D78;
        color: #ffffff;
        text-align: left;
        padding: 5px;
        font-weight: normal;
        font-size: 16px;
    }

    .emm tr {
        border-bottom: 2px solid #4A2D78;
    }

        .emm tr:last-child {
            border: 0px;
        }

/* Search Results Page */
#SearchResults h3 {
    margin-bottom: 20px;
}


#SearchResults #results div {
    margin: 20px 0;
}

#SearchResults .showingResult {
    margin: 20px 0;
}

/*Table styling for EMR Maturity Criteria*/
.emr-table1 th, .emr-table1 td {
    width: 14.28%;
    max-width: 14.28%;
}

@media (max-width: 769px) {
    .emr-table1 th, .emr-table1 td {
        border: none;
        border-collapse: collapse;
        display: block;
        width: 100%;
        max-width: 100%;
    }

    .emr-table1 td {
        border-top: 1px solid black;
    }
}

/*Content table sizing*/
.omd-table {
    width: 100%;
    font-size: 2.5vw;
}

    .omd-table .omd-table-large {
        font-size: 3vw;
    }

@media(min-width: 768px) {
    .omd-table {
        font-size: 10.5pt;
    }

        .omd-table .omd-table-large {
            font-size: 12pt;
        }
}

/* #region placholder pseudo element */

::placeholder {
    color: #4F4F4F !important;
    opacity: 1 !important; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #4F4F4F !important;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #4F4F4F !important;
}

/* #endregion*/


/* #region format ul and li elements */
.template ul {
    padding-left: 0;
}

.template li {
    display: block;
}
/* #endregion */

[data-type="SendingFacilitiesReportTypes"] * a {
    color: #723489;
}

#sponsoredTable tr td:nth-child(5), #sponsoredTable th:nth-child(5),
#sponsoredTable tr td:nth-child(6), #sponsoredTable th:nth-child(6) {
    display: none;
}

#SSR {
    display: none !important;
}