/* HEADER */

.tk-roboto {
    font-family: "roboto", sans-serif;
}

._infa__site-header {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    background-color: #ffffff;
}

._infa__container {
    width: 90%;
    height: auto;
    position: relative;
    margin: 0 auto;
    padding: 0;
}

._infa__container + ._infa__container {
    margin-top: 35px;
}

.updates-dropdown-container {
    display: flex !important;
    justify-content: center;
}

.layout-content.status .custom-header-container {
    margin-bottom: 50px;
}

#_infa__logo {
    position: relative;
    width: 100%;
    height: auto;
    margin-left: 0;
    overflow: hidden;
}

._infa__logo {
    width: 250px;
    height: 91px;
    display: block;
    margin: 0 auto;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 249px 91px;
    position: relative;
    top: unset;
    left: unset;
    z-index: 104;
}

._infa__infa-left-orange {
    width: 50%;
    height: 100%;
    float: left;
    background-color: #ff4d00;
}

._infa__infa-logo-tri {
    border: none;
    height: auto;
}

._infa__landingPage-headline {
    display: block;
    position: relative;
    top: unset;
    right: unset;
    margin-top: 25px;
    margin-bottom: 12.5px;
    font-weight: 300;
    font-size: 30px;
    line-height: 1.2;
    color: #373737;
    text-align: center;
}

@media(min-width: 768px) {
    ._infa__site-header {
        height: 114px;
    }

    ._infa__container {
        max-width: 850px;
        height: 92px;
    }

    ._infa__container + ._infa__container {
        margin-top: 35px;
    }

    .layout-content.status .custom-header-container {
        margin-bottom: 100px;
    }

    #_infa__logo {
        position: absolute;
        width: 57%;
        top: 0;
        height: 114px;
        margin-left: -50px;
        overflow: hidden;
    }

    ._infa__logo {
        position: absolute;
        top: 12px;
        left: 60px;
    }

    ._infa__infa-logo-tri {
        border-left: 50px solid transparent;
        border-right: 0 solid transparent;
        border-bottom: 114px solid #fff;
        height: 114px;
    }

    ._infa__landingPage-headline {
        position: absolute;
        top: 13px;
        right: 0;
    }
}

/* FOOTER */
.tk-roboto {
    font-family: "roboto", sans-serif;
}

._infa__site-footer {
    background-color: #f8f8f8;
    width: 100%;
    display: block;
    margin-top: 50px;
    padding-top: 50px;
    padding-bottom: 20px;
    text-align: left;
}

._infa__footer-bottom {
    border-top: 1px solid #CCC;
    padding-top: 10px;
}

a,
a:hover {
    color: #777777;
    font-weight: 400;
}

._infa__site-footer a,
._infa__site-footer a:hover {
    margin-right: 7px;
    color: #777777;
}

.show-updates-dropdown {
    box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.15) inset;
    -moz-box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.15) inset;
    -webkit-box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.15) inset;
    -o-box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.15) inset;
    -ms-box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.15) inset;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    font-size: 12px;
    line-height: 18.6px;
    font-size: 0.75rem;
    line-height: 1.1625rem;
    font-weight: 500;
    border: none;
    display: inline-block;
    text-align: center;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 10px 15px 9px;
    position: relative;
    background-color: #ff4d00;
    text-decoration: none;
}

.show-updates-dropdown:hover {
    color: #fff;
}

p {
    margin: 0;
    padding: 0;
    margin-top: 25px;
    color: #bcbec0;
}

/* CUSTOM LINKS FORMATTING START */
.links-section-header {
    font-weight: 500;
    font-size: 28px;
}

.layout-content.status.status-incident .page-footer + .links-section-header {
    margin-top: 50px;
}

.links-section {
    font-weight: 400;
    font-size: 16px;
}

.links-section a,
.links-section a:hover {
    color: #777777;
}

/* CUSTOM LINKS FORMATTING END */
:root {
    --region-header-bg: #f4f5f7;
    --country-header-bg: #deebff;
    --root-service-bg: #e3fcef;
}

.container {
	width: 70%;
    max-width: 1328px;
    margin: auto;
}

.icons {
    display: grid;
    grid-template-columns: auto, auto, auto, auto;
    height: 100%;
    width: 100%;
    border-radius: 0.3rem;
    text-align: center;
    margin: initial;
}

.operations i {
    margin-right: 0.5rem;
}

.operations {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    padding: 0.2rem;
}

.indicator {
    display: flex;
    justify-content: center;
}

tr,
td,
th {
    border: 1px solid grey;
    padding: 0.7rem;
    color: black;
}

table {
    border: 2px solid grey;
    padding: 0;
    border-collapse: collapse;
    max-height: 80%;
    width: 100%;
}

.region-header-bg {
    background: var(--region-header-bg) !important;
}

.country-header-bg {
    background: var(--country-header-bg) !important;
}

.root-service-bg {
    background: var(--root-service-bg) !important;
    text-align: left;
}

span {
    display: block;
}

.sub-service-alignment {
    padding-left: 3rem;
    font-size: 0.8rem;
}

.table-column-sticky {
    position: sticky;
    left: 0;
    z-index: 2;
    background: whitesmoke;
}

.table-header-sticky {
    position: sticky;
    top: 3rem;
}

.region-header {
    z-index: 1;
}

table thead th {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 2;
    box-shadow: inset 0 1px 0 grey, inset 0 -1px 0 grey;
}

region-header:before {
    top: -1px;
    border-top: 1px solid red;
    position: sticky;
    top: 0;
}

.service-header {
    position: sticky;
    top: 0;
    left: 0;
    z-index: 3;
    background: var(--region-header-bg);
    min-width: 15rem !important;
    max-width: 15rem !important;
}

.root-service-bg i {
    float: right;
    transition: all 1s ease;
    padding-top: 0.4rem;
}

#NoAm:hover,
#EmEa:hover,
#APJ:hover,
#Gov:hover {
    cursor: pointer;
    background: #29b765 !important;
}

.service-status-data {
    text-align: center;
    width: 5rem;
}

th {
    min-width: 5.3rem !important;
    max-width: 5.3rem !important;
    padding-left: 0.1rem;
    padding-right: 0.1rem;
}

.tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;

    /* Position the tooltip */
    position: absolute;
    z-index: 10;
}

/*.region-table {
    width: 100%;
    max-height: 100vh;
}*/

.issue-reporting {
    margin-bottom: 2rem;
    text-align: center;
}

.layout-content.status .masthead-container.basic {
    max-width: none;
}

* {
    box-sizing: border-box;
}

/*.row {
    margin-left: -5px;
    margin-right: -5px;
}*/

.column {
    float: left;
    width: 50%;
    padding: 5px;
}

/* Clearfix (clear floats) */
.row::after {
    content: "";
    clear: both;
    display: table;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    border: 1px solid #ddd;
}

th,
td {
    text-align: left;
    padding: 16px;
}

tr:nth-child(even) {
    background-color: #f2f2f2;
}

.layout-content.status .incidents-list {
    margin-top: 0px;
}

div.date.border-color.font-regular {
    border-color: #373737;
    border-style: solid;
    border-bottom-width: 1px;
}

.li-inci {
    margin-left: 9px;
}

.li-sch {
    margin-right: 7px;
}

.date {
    margin-left: 9px;
}

.no-incidents {
    padding-left: 8px;
}

.incidents-list .status-day {
    border: 2px solid #e5e5e5;
    /*border-bottom: none;*/
}

.status-day.font-regular.panel.panel-default {
    margin-bottom: 0px;
	
}

.incident-container.panel.panel-default {
    background-color: #f5f5f5;
}

.incidents-list .status-day:last-child {
    border-bottom: 1px solid #e5e5e5;
}

.layout-content.status.status-index .scheduled-maintenances-container {
     margin: 0 0;
}
.row {
     margin-left: 0px;
}

.layout-content.status.status-index .scheduled-maintenances-container .scheduled-maintenance .incident-title small:before {
 content: 'At ';
}
					
.layout-content.status.status-index .incident-container:last-of-type {
     margin-bottom: 6px; 
}
.incident-container.panel.panel-default {
    width: auto;
    /* float: left; */
    margin: 10px 10px;
    border: 5px solid transparent;
    padding: 3px;
    /* background-color: rgb(240, 240, 255); */
    border-radius: 8px;
   /* font-size: 150%; */
}

.scheduled-maintenance.panel.panel-default {
    width: auto;
    /* float: left; 
    margin: 10px 10px;
    border: 5px solid transparent;
    padding: 3px;
    background-color: rgb(240, 240, 255); */
    border-radius: 8px;
   /* font-size: 150%; */
}

.status-day.font-regular.no-incidents p {
 margin-top: 0px;	
 margin: 10px 10px;
}

.panel {
    margin-bottom: 10px;
}

.layout-content.status.status-index .incident-container {
    margin-bottom: 0.5rem;
}