﻿@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700');



/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

.validation-summary-errors ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}


@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

.btn-student-login {
    width: 100%;
}

.title-td {
    padding-right: 30px;
    vertical-align: top;
    font-weight: 600;
    font-size: 15px;
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

.container {
    font-size: 15px;
}

.label-subtitle {
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 16px;
}

.custom-select {
    max-width: 300px;
}

.custom-select-sm {
    min-width: 100px;
    max-width: 250px !important;
    font-size: 14px;
    padding-top: 1px;
    padding-bottom: 1px;
}



.delete-link {
    color: #FF0000;
    font-size: 13.5px;
    border-bottom: 1px solid #FF0000;
}

    .delete-link:hover {
        text-decoration: none;
        color: #CC0000;
        border-bottom-color: #CC0000;
        cursor: pointer;
    }

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    background-color: #f2f2f2;
    font-family: 'Open Sans', sans-serif !important;
    background: rgba(242,242,242,1);
    background: -moz-linear-gradient(-45deg, rgba(242,242,242,1) 0%, rgba(242,242,242,1) 55%, rgba(248,248,248,1) 55%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(242,242,242,1)), color-stop(55%, rgba(242,242,242,1)), color-stop(55%, rgba(248,248,248,1)));
    background: -webkit-linear-gradient(-45deg, rgba(242,242,242,1) 0%, rgba(242,242,242,1) 55%, rgba(248,248,248,1) 55%);
    background: -o-linear-gradient(-45deg, rgba(242,242,242,1) 0%, rgba(242,242,242,1) 55%, rgba(248,248,248,1) 55%);
    background: -ms-linear-gradient(-45deg, rgba(242,242,242,1) 0%, rgba(242,242,242,1) 55%, rgba(248,248,248,1) 55%);
    background: linear-gradient(135deg, rgba(242,242,242,1) 0%, rgba(242,242,242,1) 55%, rgba(248,248,248,1) 55%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#f2f2f2', GradientType=1 );
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    /* Set the fixed height of the footer here */
    height: 60px;
    line-height: 60px; /* Vertically center the text there */
    background-color: #fff;
}

.noselect {
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    /*
     Introduced in IE 10.
     See http://ie.microsoft.com/testdrive/HTML5/msUserSelect/
   */
    -ms-user-select: none;
    user-select: none;
}

/* Admin page */
.admin-item {
    border: 1px solid #CCC;
    border-radius: 4px;
    padding-left: 10px;
    padding-top: 3px;
    margin-left: 20px;
    margin-top: 10px;
    user-select: none;
    overflow-x: hidden;
    background-color: #fff;
    min-height: 60px;
    text-wrap: none;
}

    .admin-item .admin-item-icon {
        font-size: 2em;
        color: #666;
        margin-right: 5px;
    }

    .admin-item h6 {
        margin-top: 5px;
        margin-left: 5px;
    }

    .admin-item:hover {
        cursor: pointer;
        background-color: #F7F7F7;
    }

.list-spaced li {
    margin-top: 10px;
}


.file-table {
    background-color: #F2F2F2;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 0.9rem;
}

    .file-table tr td:first-child {
        padding-left: 10px;
    }

    .file-table tr td {
        padding: 5px;
    }


/* Arrow */
.arrow {
    list-style: none;
    margin-left: -5px;
    margin-top: 5px;
}

    .arrow li {
        position: relative;
        padding-bottom: 3px;
    }

        .arrow li:before {
            content: '';
            position: absolute;
            border-right: 2px solid black;
            border-bottom: 2px solid black;
            width: 7px;
            height: 7px;
            top: calc(50% - 1px);
            left: -14px;
            margin-left: 0px;
            padding-left: 0px;
            transform: translateY(-50%) rotate(-45deg);
        }


/* Bootstrap Theme */


/* Pagination Buttons */
.page-item.active .page-link {
    background-color: #3f6f90;
    border-color: #3f6f90;
}

.page-link {
    color: #e1842a
}

.file-item-container {
    margin-right: 5px;
    margin-left: 5px;
    margin-top: 5px;
    padding: 5px;
    float: left;
    border: 1px solid #CCC;
    border-radius: 5px;
    background-color: #FFF;
    font-size: 0.95rem;
}

    .file-item-container:hover {
        background-color: #EEE;
        cursor: pointer;
    }

.btn {
    font-weight: 400;
    font-size: 15px;
    border-radius: 2px;
    padding-top: 6px;
    padding-bottom: 6px;
    min-width: 100px;
    border: 0px;
}

.btn-primary-small {
    background: #3f6f90;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    padding: 5px 10px 5px 10px;
    border-radius: 0px;
}

.btn-default {
    color: buttontext;
    background-color: buttonface;
    font-size: 15px;
}

    .btn-default:hover {
        background-color: #CCC;
    }


    .btn-default:active {
        background-color: #BBB;
    }

.btn-primary-small:hover {
    background: #557D98;
}

.btn-primary {
    background: #3f6f90;
    color: #fff;
    font-weight: 400;
    font-size: 15px;
}

    .btn-primary:hover {
        background: #557D98;
    }

.hidden {
    display: none;
}

.jumbotron-fluid {
    background: linear-gradient(to top, transparent 30%, rgba(255,255,255,0.8) 80%, rgba(255,255,255,0.9) 100%), url("../images/banner.jpg");
    /*background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url("https://via.placeholder.com/1280x960");*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    padding-top: 30px;
    height: 430px;
    margin-bottom: 20px;
}

/*hr {
    margin-top: 25px;
    margin-bottom: 25px;
}*/

h4 {
    font-weight: 400;
    color: #333;
}

    h4 small {
        font-weight: 400;
        color: #777;
        font-size: 16px;
    }

h5 {
    margin-bottom: 0px;
}
/*td, th {
    padding-left: 12px !important;
}*/

.table-responsive {
    overflow-x: auto;
}

.table {
    font-size: 15px;
}

    .table tr th {
        padding-left: 20px;
        color: #444;
    }

    .table tr td {
        padding-left: 20px;
    }

.table-customized-spacing {
    width: 100%;
    box-sizing: border-box;
}

    .table-customized-spacing td {
        padding-left: 0px;
    }

        .table-customized-spacing td:last-child {
        }

.dropdown-item:hover {
    color: #274d63 !important;
}
/* Tab bars */
.nav-tabs > .nav-link {
    color: #444;
    background-color: #FAFAFA;
    border: 1px solid #dee2e6;
}

.nav-link-active {
    border-bottom: 2px solid #bdccd8 !important;
}

.nav-link-hover {
    line-height: 15px;
    border-bottom: 2px solid #FFF;
    margin-right: 10px;
}

.hover-box-icon {
    font-size: 1.4em;
    color: #5A5A5A;
    margin-right: 10px;
    margin-left: 10px;
    width: 30px;
    line-height: 25px;
    text-align: center;
    float: left;
}

.hover-box-text {
    font-size: 1.0em;
    color: #444;
}

.hover-box {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: 10px;
    background-color: #FFF;
    border-top: #CCC 1px solid;
    border-bottom: #CCC 1px solid;
    width: 90%;
    clear: both;
    margin-bottom: -1px;
}

    .hover-box:hover {
        background-color: #F0F0F0;
        cursor: pointer;
    }


.nav-link-hover:hover {
    background-color: #e3ebf2;
    transition: ease-in 0.2s;
    border-bottom: 2px solid #bdccd8;
}
/*.nav-tabs > li > a:hover {
        /*background-color: #303136 !important;
        border: medium none;
        border-radius: 0;
        color: #fff
    }*/
/*.nav-tabs > .nav-link, .nav-tabs > .nav-link:active, .nav-tabs > nav-link:hover {
    color: #444;
}
    .nav-tabs > nav-link:not(:active), .nav-tabs > .nav-link:active, .nav-tabs > .nav-link:hover, .nav-tabs > .nav-item:hover {
        background-color: #FBFBFB;
        border: 1px solid #dee2e6;
    }*/
.navbar-nav li a:hover, .navbar-nav li a:focus, .navbar-nav li a:active {
    color: #18BC9C;
    background-color: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.link, .link:visited, .link:active {
    color: #e1842a !important;
}

a, a:visited, a:active {
    color: #e1842a
}

.breadcrumb {
    background-color: #FFF;
    font-size: 14px;
    padding-top: 6px;
    padding-bottom: 6px;
}

/* Panel */
.panel-container {
    background-color: #FFF;
    border: 1px solid #ddd;
    -webkit-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.3);
    box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.3);
    margin-bottom: 10px;
}

.panel-title {
    height: 40px;
    line-height: 38px;
    padding-left: 10px;
    font-weight: 600;
    font-size: 16px;
    background-color: #e18c39;
    border-bottom: 3px solid #a44616;
    color: #fff;
}


.panel-title-white {
    height: 40px;
    line-height: 38px;
    padding-left: 10px;
    font-weight: 600;
    font-size: 16px;
    color: #444;
}

.panel-header-body {
    padding: 15px 20px 15px 20px;
    width: 100%;
    font-size: 14px;
}

.panel-body {
    padding: 20px;
    padding-top: 20px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 20px;
    width: 100%;
}



/* Side bar */

.sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 100; /* Behind the navbar */
    padding: 48px 0 0; /* Height of navbar */
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
}

.sidebar-sticky {
    position: relative;
    top: 0;
    height: calc(100vh - 250px);
    padding-top: .5rem;
    overflow-x: hidden;
    overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
}

/* Login */
label {
    font-size: 14.5px;
}

.login-container {
    /* width: 100%;*/
    /*padding: 50px 0;*/
    /* max-width: 400px;*/
    max-width: 430px;
    margin: auto;
}

.login-box {
    background: #FFF;
    box-shadow: 4px 4px 2px rgba(0,0,0,0.2);
    border: 4px solid #EF9A01;
}


.panel-body-responsive {
    padding-top: 10px;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
    width: 100%;
    font-size: 1rem;
}

.page-title-responsive {
    font-weight: 600;
    margin-bottom: 0px;
    font-size: 1.5rem;
}


.page-title-line {
    margin-top: 8px;
    border-width: 1px;
}

.page-subtitle-responsive {
    font-size: 16px;
}

.panel-title-responsive, .panel-title-responsive-small {
    margin-bottom: 10px;
    margin-left: 30px;
    margin-top: 15px;
    font-size: 1.7rem;
}



.panel-details-line {
    margin-top: 20px;
    margin-bottom: 0px;
}

.panel-details-link {
    margin-top: -18px;
    float: right;
    padding-right: 25px;
    padding-bottom: 15px;
}

.panel-subtitle-responsive {
    color: #333;
    font-size: 1rem;
    line-height: 1.2rem;
    margin-left: 30px;
    margin-bottom: 10px;
    margin-top: -7px;
}

@media only screen and (max-width: 768px) {


    .panel-details-link {
        margin-top: -15px;
    }

    .li-responsive {
        padding-left: 25px;
    }

    .panel-subtitle-responsive {
        margin-left: 15px;
    }

    .panel-title-responsive, .panel-title-responsive-small {
        margin-left: 15px;
    }

    .panel-title-responsive-small {
        font-size: 1.4rem;
    }

    .panel-body-responsive {
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 25px;
    }
}

.panel-title-line {
    border-color: #888;
    margin-top: 5px;
}

.li-responsive {
    font-size: 1rem;
    padding-left: 25px;
}

    .li-responsive li {
        margin: 0 0 7px 0;
        line-height: 1.3rem;
    }

.p-responsive {
    font-size: 1rem;
}

.simple-link, .simple-link:visited {
    color: #274d63;
    text-decoration: underline;
}



.login-box h2 {
    margin-bottom: 30px;
    font-weight: 400;
    font-size: 30px;
    color: #153D58;
}

    .login-box h2:after {
        content: " ";
        width: 100px;
        height: 4px;
        background: #EF9A03;
        display: block;
        margin-top: 15px;
        border-radius: 2px;
        margin-left: auto;
        margin-right: auto
    }

.btn-login {
    background: #3f6f90;
    color: #fff;
    font-weight: 400;
    font-size: 15px;
    border-radius: 2px;
    padding-top: 5px;
    padding-bottom: 5px;
}

    .btn-login:hover {
        background: #557D98;
    }


/*@media (max-width: 978px) {
    .container {
        padding: 0 !important;
        margin: 0 !important;
        overflow: hidden;
    }


   
}*/


.banner-text {
    width: 70%;
    position: absolute;
    bottom: 40px;
    padding-left: 20px;
}

    .banner-text h2 {
        color: #fff;
        font-weight: 600;
    }

        .banner-text h2:after {
            content: " ";
            width: 100px;
            height: 5px;
            background: #FFF;
            display: block;
            margin-top: 20px;
            border-radius: 3px;
        }

    .banner-text p {
        color: #fff;
    }

.green-link, .green-link:active, .green-link:visited {
    color: #105064 !important;
    font-weight: 600;
    font-size: 16px;
}

    .green-link:hover {
        color: #227286;
    }

.green-link-thin {
    color: #105064 !important;
}
    .green-link-thin:hover {
        color: #227286 !important;
    }

    .green-link-thin:hover {
        transition: ease-in;
        cursor: pointer;
        text-decoration: underline;
    }

.btn-cyan {
    font-weight: 600;
    background-color: #41bacb;
    color: white !important;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 16px;
}

.postit {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 20px;
    min-height: 250px;
    font-size: 14.5px;
    line-height: 1.2;
    position: relative;
    border: 1px solid #E8E8E8;
    border-top: 10px solid #fdfd86;
    border-bottom-right-radius: 60px 5px;
    background: #f9fcda; /* Old browsers */
    background: -moz-linear-gradient(-45deg, #ffff88 81%, #ffff88 82%, #ffff88 82%, #ffffc6 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(81%,#ffff88), color-stop(82%,#ffff88), color-stop(82%,#ffff88), color-stop(100%,#ffffc6)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(-45deg, #ffff88 81%,#ffff88 82%,#ffff88 82%,#ffffc6 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-45deg, #ffff88 81%,#ffff88 82%,#ffff88 82%,#ffffc6 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(-45deg, #ffff88 81%,#ffff88 82%,#ffff88 82%,#ffffc6 100%); /* IE10+ */
    background: linear-gradient(135deg, #ffff88 81%,#ffff88 82%,#ffff88 82%,#ffffc6 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffff88', endColorstr='#ffffc6',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

    .postit:after {
        content: "";
        position: absolute;
        z-index: -1;
        right: -0px;
        bottom: 20px;
        width: 200px;
        height: 25px;
        background: rgba(0, 0, 0, 0.2);
        box-shadow: 2px 15px 5px rgba(0, 0, 0, 0.40);
        -moz-transform: matrix(-1, -0.1, 0, 1, 0, 0);
        -webkit-transform: matrix(-1, -0.1, 0, 1, 0, 0);
        -o-transform: matrix(-1, -0.1, 0, 1, 0, 0);
        -ms-transform: matrix(-1, -0.1, 0, 1, 0, 0);
        transform: matrix(-1, -0.1, 0, 1, 0, 0);
    }


/* wizard with arrows */
.nomargin {
    padding: 0 !important;
    margin: 0 !important;
}

.wizard {
    background-color: transparent;
    padding: 0.2em 0em 0.2em 0.2em;
}

    .wizard .step {
        padding-left: 14px;
        padding-right: 14px;
        line-height: 20px;
        position: relative;
        display: inline-block;
        text-decoration: none;
        min-width: 27%;
        margin-left: 3px;
        text-align: center;
        text-decoration: none;
        font-size: 0.95rem;
        color: #333;
        background: #bdccd8;
    }

        .wizard .step:hover {
            text-decoration: none;
        }

        .wizard .step:first-child {
            margin-left: 0;
        }

    .wizard:not(.left-arrow) .step:before {
        width: 0;
        height: 0;
        border-top: 30px inset transparent;
        border-bottom: 30px inset transparent;
        border-left: 30px solid #f2f2f2;
        position: absolute;
        content: "";
        top: 0;
        left: 0;
    }


    .wizard:not(.left-arrow) .step:after {
        width: 0;
        height: 0;
        border-top: 30px inset transparent;
        border-bottom: 30px inset transparent;
        border-left: 30px solid #bdccd8;
        position: absolute;
        content: "";
        top: 0;
        right: -30px;
        z-index: 2;
    }

    .wizard.left-arrow .step:before {
        width: 0;
        height: 0;
        border-top: 30px inset transparent;
        border-bottom: 30px inset transparent;
        border-right: 30px solid #bdccd8;
        position: absolute;
        content: "";
        top: 0;
        left: -30px;
        z-index: 2;
    }

    .wizard.left-arrow .step:after {
        width: 0;
        height: 0;
        border-top: 30px inset transparent;
        border-bottom: 30px inset transparent;
        border-right: 30px solid #f2f2f2;
        position: absolute;
        content: "";
        top: 0;
        right: 0;
        z-index: 2;
    }

    .wizard .step:first-child:before,
    .wizard .step:last-child:after {
        border: none;
    }

    .wizard .step:first-child {
        -webkit-border-radius: 4px 0 0 4px;
        -moz-border-radius: 4px 0 0 4px;
        border-radius: 4px 0 0 4px;
    }

    .wizard .step:last-child {
        -webkit-border-radius: 0 4px 4px 0;
        -moz-border-radius: 0 4px 4px 0;
        border-radius: 0 4px 4px 0;
    }

        .wizard .step:last-child:not(.current) {
            /*May want another class and the :before rather than using last-child.*/
            background-color: #bdccd8;
        }

    .wizard.left-arrow .step:last-child:before,
    .wizard.small.left-arrow .step:last-child:before {
        border-right-color: #bdccd8;
    }

    .wizard .badge {
        margin: 0 5px 0 18px;
        position: relative;
        top: -1px;
    }

    .wizard .step:first-child .badge {
        margin-left: 0;
    }

    .wizard .current, .wizard .step.progress-current {
        background: #3f6f90;
        color: #f2f2f2;
    }

        .wizard .step.current:after, .wizard .step.progress-current:after {
            border-left-color: #3f6f90 !important;
        }

    .wizard.left-arrow .step.current:before, .wizard.left-arrow .step.progress-current:before,
    .wizard.small.left-arrow .step.current:before, .wizard.small.left-arrow .step.progress-current:before {
        border-right-color: #3f6f90;
    }

    .wizard .step.current .badge, .wizard .step.progress-current .badge {
        background-color: #3f6f90;
        color: #DDD;
    }

    .wizard.small {
        margin-bottom: 15px;
    }

        .wizard.small .step {
            padding: 5px 14px 5px;
            padding-left: 20px;
        }

        .wizard.small:not(.left-arrow) .step:before {
            border-top: 15px inset transparent;
            border-bottom: 15px inset transparent;
            border-left: 15px solid #f2f2f2;
        }

        .wizard.small:not(.left-arrow) .step:after {
            border-top: 15px inset transparent;
            border-bottom: 15px inset transparent;
            border-left: 15px solid #bdccd8;
            right: -15px;
        }

        .wizard.small.left-arrow .step:before {
            border-top: 15px inset transparent;
            border-bottom: 15px inset transparent;
            border-right: 15px solid #bdccd8;
            left: -15px;
            z-index: 2;
        }

        .wizard.small.left-arrow .step:after {
            width: 0;
            height: 0;
            border-top: 15px inset transparent;
            border-bottom: 15px inset transparent;
            border-right: 15px solid #f2f2f2;
        }

        .wizard.small .step:first-child:before,
        .wizard.small .step:last-child:after {
            border: none;
        }

/* IE11 border bug fixes... hooray! */
_:-ms-fullscreen, :root .wizard.small.left-arrow .step:before {
    left: -14px;
}

_:-ms-fullscreen, :root .wizard.small:not(.left-arrow) .step:after {
    right: -14px;
}

_:-ms-fullscreen, :root .wizard.left-arrow .step:before {
    left: -29px;
}

_:-ms-fullscreen, :root .wizard:not(.left-arrow) .step:after {
    right: -29px;
}


.file-item-form-container {
    background-color: #F2F2F2;
    padding: 5px;
    font-size: 14px;
    padding-left: 10px;
    margin: 5px;
    margin-left: 0px;
    white-space: nowrap;
    overflow-x: hidden;
    display: block;
    text-overflow: ellipsis;
    max-width: 400px;
}


.file-item-close {
    color: #444;
    padding-left: 4px;
    padding-right: 4px;
    display: inline-block;
}

    .file-item-close:hover {
        background-color: #BBB;
        cursor: pointer;
    }

.back-link {
    color: #274d63 !important;
    font-weight: bold !important;
    font-size: 14px !important;
}

.hover-underline {
}

    .hover-underline:hover {
        text-decoration: underline !important;
        cursor: pointer;
    }

/* Threads */
.thread-comment-box {
    background-color: #F2F2F2;
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 0.95rem;
    color: #444;
    border-radius: 5px;
}

.status-comment-box {
    background-color: #F2F2F2;
    padding: 5px;
    padding-left: 10px;
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 0.9rem;
    color: #444;
    border-radius: 5px;
    max-width: 450px;
}

.thread-avatar-left {
    border-right: 1px solid #DDD;
    vertical-align: top;
    font-size: 14px;
    padding-right: 0px;
    padding-left: 20px;
    padding-top: 12px;
    padding-bottom: 14px;
    width: 180px;
}

.thread-content {
    vertical-align: top;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: left;
    font-size: 0.95rem;
}

.thread-avatar-top {
    display: none;
    font-size: 1rem;
}

.thread-avatar-top-date {
    font-size: 0.9rem;
}

.thread-content p {
    margin-bottom: 2px;
}

.thread-avatar-left-date {
    font-size: 0.75rem;
}

.thread-table {
    width: 100%;
    min-height: 90px;
}

.thread-avatar-top-line {
    margin: 0px;
    margin-top: 5px;
    margin-bottom: 6px;
}

.thread-status-change-expiration {
    font-size: 0.9rem;
    color: #444;
}

.thread-status-change-name {
    color: #44a7d3;
    font-weight: bold;
}

.thread-status-change-value {
    font-weight: bold;
}

@media only screen and (max-width: 900px) {
    .thread-avatar-left {
        display: none;
    }

    .thread-avatar-top {
        display: block;
    }
}

.btn-primary.disabled, .btn-primary:disabled {
    background: #7c878e !important;
    border-color: #7c878e !important;
}

.message-title {
    vertical-align: top;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #F4F4F4;
    font-size: 14px;
}

.message-contents {
    margin-top: -10px;
    white-space: pre-line;
    padding: 20px;
    padding-top: 0px;
    padding-left: 20px;
}

.new-message-circle {
    display: inline-block;
    border-radius: 6px;
    vertical-align: middle;
    padding: 0px;
    padding-right: 5px;
    padding-left: 5px;
    height: 16px;
    background-color: #9b2727;
    color: white;
    font-weight: bold;
    text-align: center;
    font-size: 11.5px
}

.navbar-brand {
    image-rendering: -webkit-optimize-contrast !important;
}