
html {
    height: 100%;
}
body {
    font-family: "Open Sans";
    height: 100%;
}

html {
    background: #fefefe;
}

table {
    width: 100%
}

.ix-activity {
    word-break: break-all;
}

.header {
    display: flex;
    padding: 0rem 0.1rem 0.1rem 0.1rem;
    font-size: 0.9rem;
}

.header .name {
    min-width: 150px;
    font-weight: bold;
}

.body {
    border-top: solid 1px #ccc;
    padding: 0.2rem;
}

.attachments {
    display: flex;
}

.attachment {
    border: solid 1px #ccc;
    border-radius: 2px;
    text-align: center;
    font-size: 0.8rem;
}
.attachment div {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100px;
    margin: auto;
}
.attachment img {
    width: 100px;
    height: 100px;
}
.navbar-logo {
    max-width: 110px;
    max-height: 25px;
}
.container {
    padding: 10px;
}

.login-content {
    max-width: 90%;
    width: 800px;
    display: flex;
    height: 400px;
    max-height: 50%;
    border: solid 1px #cccccc;
    box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.05);
    background-color: #ffffff;
}

.login-securepromo {
    background: #ffffff;
    color: #333333;
    padding: 1rem;
    text-align: center;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 20%;
}


.login-securepromo .logo {
    max-width: 80%;
    max-height: 150px;
    vertical-align: middle;
    margin-right: 0.5rem;
}

.login-securepromo .icon {
    width: 24px;
    height: 24px;
    vertical-align: middle;
    margin-right: 0.5rem;
}

.login-login {
    flex: 2;
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}

form {
    width: 100%;
}

.login-container {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
}
.case-title {
    font-size: 1.5rem;
    font-weight: bold;
    border-bottom: solid 1px #ccc;
    margin-bottom: 0.5rem;
}

#new-note {
    margin-top: 1rem;
}

td a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 50vw;
    display: inline-block;
}


.toplevel-container {
    padding-top: 4rem;
}
table th {
    text-transform: uppercase;
    font-size: 0.8rem;
    font-weight: 800;
}
h2.category, h1.case-title {
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 800;
    margin-bottom: 0.5rem;
    border-bottom: solid 1px #999;
}
#new-note label {
    text-transform: uppercase;
    font-size: 0.8rem;
    font-weight: 800;
}
h1.title {
    text-transform: uppercase;
    font-size: 1.5rem;
    font-weight: 800;
    margin-bottom: 0.5rem;
}
.sub_categories {
    min-height: 2rem;
    margin-bottom: 0.5rem;
}
.navbar a {
    text-transform: uppercase;
    font-size: 0.8rem;
    font-weight: 800;
}
.navbar .container {
    padding: 0
}
.navbar.has-shadow {
    box-shadow: 0 2px 10px 0 #eee;
}
.ix-activity {
    margin-top: 1.5rem;
    padding-bottom: 1rem;

}
.ix-activity .header {
    color: #888;
    font-size: 0.8rem;
}
.ix-activity .body {
    padding-top: 1rem;
}
.ix-activity .header .name {
    text-transform: uppercase;
    font-size: 0.8rem;
    font-weight: 800;
}
.article { font-family: "Roboto", sans-serif;}
.article h1, .article h2, .article h3, .article h4, .article h5, .article h6 { font-weight: 600; line-height: 1.25}
.article h1 { margin: .67em 0;font-size: 2.2rem;}
.article h2 { margin: .83em 0; padding-bottom: .3rem; font-size: 1.65rem; border-bottom: 1px solid #eaecef;}
.article h3 { margin: 1em 0; font-size: 1.35rem;}
.article h4 { margin: 1.33em 0; font-size: 1.4rem; }
.article h5 { margin: 1.67em 0; font-size: 1.2rem; }
.article h6 { margin: 2.33em 0; font-size: 1.1rem;}
.article table {border-collapse: collapse}
.article td, .article th {border: solid 1px #ccc; border-collapse: collapse; padding: 0.2rem}
.article thead { background: #eee}
.article ul {list-style: disc}
.article ul, .article ol { margin: 1em 0; padding-left: 1.2em;}
.article p, .article ol, .article ul { line-height: 1.7; }

a {
    color: #333;
}
a:hover {
    text-decoration: underline;
}
.article-link {
    border-bottom: solid 1px #eee;
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
    padding-left: 0.5rem;
}
.breadcrumb {
    text-transform: uppercase;
    font-size: 0.8rem;
    font-weight: 800;
}
.category-list {
    margin-bottom: 2rem;
}

.youtube-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

.youtube-embed {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.user-initials{ background: black; color: white; text-align: center; width: 60px; height: 60px; border-radius: 100px; display: flex; align-items: center; justify-content: center}
.history {
    margin-top: 1rem;
}
.media-content small {
    color: #999;
}

.attachments {
    display: flex
}

.attachments div {
    font-size: 0.8rem;
    text-align: center;
    padding: 0.2rem;
    border: solid 1px #cccccc;
    border-radius: 0.5rem;
    margin: 0.3rem;
}