﻿/* Wrapping element */


/* Set some basic padding to keep content from hitting the edges */

body {
    font-size: 16px;
    line-height: 32px;
    color: #212121;
    -webkit-font-smoothing: antialiased;
}
label {
    font-size: 16px;
    font-weight: 400;
}

.btn.btn-primary {
    color: #fff;
    background-color: #00677f;
    border-color: #00677f;
    padding: 8px 16px;
}

h3 {
    margin-top: 20px;
}

.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

label.dai-nav-item.no-link.grid-appversion, a.nav-item.logon-btn {
    height: 32px !important;
}


.white-line {
    height: 1px;
    background-color: #262626;
}

a.cism-link, a.nav-item {
    text-decoration: none !important;
}

a.cism-link:hover {
    text-decoration: underline !important;
}

a.nav-item:hover {
    text-decoration: underline !important;
    color: white;
}

a.nav-item.active {
    text-decoration: underline !important;
}

.body-content {
    padding-left: 42px;
    padding-right: 42px;
}

@font-face {
    font-family: mbcorpoascreen2cond-regular-web;
    src: url('../fonts/MBCorpoAScreen2Cond/MBCorpoAScreen2Cond-Regular-Web.ttf') format('truetype');
}

.brushed-header, h1, h2, h3 {
    font-family:   mbcorpoascreen2cond-regular-web !important;
}

.nav-item.active {
    text-decoration: underline;
}

.accordion-title {
    overflow-wrap: anywhere;
}

.accordion-container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.accordion-button {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent !important;
    background: transparent !important;
    color: #ffffff !important;
    box-shadow: none !important;
    width: 30px;
}

.accordion-icon {
    color: #000000;
    font-size: 40px;
    position: inherit !important;
    transform: none !important;
}

.idp-accordion:last-child {
    margin-bottom: 20px;
}

[class^="icon-"],
[class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: mbcorpoascreen2cond-regular-web !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-decoration: none;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.row {
    margin-top: 10px;
    margin-bottom: 10px;
}

.info-banner {
    margin: 0;
}

.info-banner p {
    margin-bottom: 0;
}


/* Set widths on the form inputs since otherwise they're 100% wide */

input,
select,
textarea {
    max-width: 280px;
}


/* Carousel */

.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}


/* Make .svg files in the carousel display properly in older browsers */

.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}


/* Hide/rearrange for smaller screens */

@media (min-width: 1200px) {
    .accordion-container {
        max-height: 35px;
    }
}

@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1140px;
    }
}

@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none
    }
}

header.brushed-header {
    background-color: #0d0d0d;
    height: 125px;
    display: flex;
    align-content: center;
    flex-direction: column;
    margin-bottom: 20px;
}

/*
@media screen and (min-width: 768px) and (max-width: 1023px) {
    header.brushed-header {
        background-color: black;
    }
}


@media screen and (max-width: 767px) {
    header.brushed-header {
        background-color: black;
        padding: 20px 5px;
    }
}
    */

.item-right {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}



header.brushed-header .logo {
    font-size: 27px;
    line-height: 1.2;
    color: white;
    text-decoration: none;
    display: flex;
    align-items: center;
}

header.brushed-header img {
    height: 50px;
}

.header-wrapper {
    height: 100%;
    padding: 0px 50px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    -ms-flex-pack: justify;
    /* margin: 0px 50px; */
    /* max-width: 1200px; */
    align-items: center;
    flex-direction: row;
}

.grid-container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto auto;
    grid-template-columns: auto auto;
    grid-gap: 2px;
    padding: 10px 42px 0px 0px;
}

a.logon-btn {
    font-size: 16px;
    padding-left: 25px;
    cursor: pointer;
    color: #fff;
    text-decoration: none;
}
a.logout {
    margin-top: -3px;
}

a.grid-cism {
    display: block;
}

.grid-appversion {
    -ms-grid-column: 1;
    -ms-grid-row: 1;
    grid-column-start: 1;
    grid-column-end: 1;
    padding-right: 30px;
}

.grid-cism-internal {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    grid-row-end: 2;
    grid-column-end: 2;
    -moz-text-align-last: end;
    text-align-last: end;
    padding-left: 0px;
}

.grid-cism-external {
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    grid-row-end: 2;
    grid-column-end: 3;
    -moz-text-align-last: end;
    text-align-last: end;
    padding-left: 0px;
}

a.mb-header {
    color: white;
    text-decoration: none;
    font-family: 'mbcorpoascreen2cond-regular-web' !important;
    font-size: 24px;
}

.flex-align {
    display: flex;
}

.logo-big {
    font-size: 34px;
    line-height: 1;
    color: white;
    text-decoration: none;
    padding-right: 10px;
}

.logo-small {
    font-size: 20px;
    line-height: 1;
    color: white;
    text-decoration: none;
    margin-top: -3px;
}

.nav-item {
    color: white;
    font-size: 16px;
    padding-left: 35px;
}

.body-wrapper {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 42px;
}

.card-box {
    border: 1px solid silver;
    border-radius: 5px;
    padding: 16px;
    min-width: 250px;
    max-width: 750px;
    margin: 50px auto 20px auto;
}

.aws-accounts {
    padding: 0;
}

.margin-0 {
    margin: 0;
    text-align: left;
    font-family: 'mbcorpoascreen2cond-regular-web' !important;
}

.button-wrapper {
    display: flex;
    justify-content: flex-end;
}

.text-decoration-none {
    text-decoration: none;
    font-size: 25px;
    color: white;
}

.text-decoration-none:hover {
    text-decoration: none;
}

.button-group::after {
    content: ' ';
    clear: both;
    display: table;
}

.grouped-button {
    float: right;
    display: inline-block;
    margin-left: 10px;
}

.fa-info-circle:before {
    content: "\f05a";
    color: white;
    font-size: 24px;
    padding-right: 20px;
}

.account-card {
    margin-bottom: 5px;
}

.account-card .btn .fas {
    margin-right: 10px;
}

.account-card .btn .fas:before {
    content: "\f107";
}

.account-card .btn[aria-expanded="true"] .fas:before {
    content: "\f106";
}

.no-select {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.cism-links {
    float: right;
    margin-top: 10px;
    padding-right: 50px;
    color: white;
}

a.cism-link {
    color: white;
    font-size: 16px;
    font-weight: 600;
}

.fa-sign-out::before {
    content: "\f08b";
    color: white;
    font-size: 24px;
}

a.white-links {
    color: white;
    text-decoration: none;
    padding-right: 20px;
    font-size: 16px;
    font-weight: 500;
    font-family: 'mbcorpoascreen2cond-regular-web' !important;
}
p.list-group-item-text {
    color: #555;
    padding-bottom: 0px;
    margin-bottom: 0px;
    font-size: 16px;
}
.header-wrapper.first-line {
    height: 65%;
    padding: 20px 50px;
}

svg.white {
    fill: white;
    cursor: pointer;
}

.padding-right {
    padding-right: 15px;
}

.header-wrapper.links {
    height: 45%;
}

a.white-links.active, a.white-links:hover {
    text-decoration: underline;
}

@media screen and (max-width: 700px) {
    header.brushed-header .logo {
        font-size: 24px;
    }
}