﻿/* menu-panel*/
.menu-panel {
    list-style-type: none;
    margin: 0 !important;
    padding: 0 !important;
}

    .menu-panel > li {
        display: table;
        width: 100%;
        padding: 0;
        margin: 2px 0 2px 0;
        border-bottom: 1px dotted #ccc;
    }

        .menu-panel > li:last-child {
            border-bottom: none;
        }

        .menu-panel > li > a {
            font-size: 13px;
            white-space: normal;
            text-decoration: none;
        }

            .menu-panel > li > a:hover {
                color: #333;
                background-color: transparent;
            }

/*login header-link */
.header-link,
.header-link:hover {
    color: #f8f8f8 !important;
}

div.list-group-item-heading > div > a > i {
    font-size: 18px !important;
}

/* Page Splash */
/*#region Splash */
#splash-page {
    z-index: 99999 !important;
}

    #splash-page .bar {
        width: 100%;
    }

.page-splash {
    z-index: 99999 !important;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ccc;
    opacity: .9;
    pointer-events: auto;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: opacity 0.3s linear;
    -moz-transition: opacity 0.3s linear;
    -o-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
}

.page-splash-message {
    text-align: center;
    margin: 20% auto 0 auto;
    font-size: 400%;
    font-family: "Segoe UI", Arial, Helvetica, sans-serif;
    font-weight: normal;
    -webkit-text-shadow: 2px 2px #000000;
    text-shadow: 2px 2px #000000;
    text-shadow: 2px 2px rgba(0, 0, 0, 0.15);
    text-transform: uppercase;
    text-decoration: none;
    color: #396A92;
    padding: 0;
}

    .page-splash-message.page-splash-message-subtle {
        margin: 30% auto 0 auto;
        font-size: 200%;
    }

.fa-asterisk.fa-asterisk-large {
    font-size: 180%;
    vertical-align: middle;
    color: #396A92;
}

.fa-asterisk.fa-asterisk-alert {
    color: #396A92;
}

.fa-asterisk-inline {
    padding: 0 4px 0 0;
}

.progress,
.page-progress-bar {
    margin: 30px 10% !important;
}

/*#endregion*/

/*text-area*/
textarea {
    overflow: hidden !important;
}

/*angular-text */
.ta-editor {
    min-height: 300px;
    height: auto;
    overflow: auto;
    font-family: inherit;
    font-size: 100%;
    margin: 20px 0;
}

/* assessments */
.assessment-item {
    list-style-type: none;
    margin-bottom: 10px;
    padding-bottom: 15px;
    border-bottom: dotted 1px;
}

.assessment-title {
    color: #1A4A5F !important;
    font-weight: bold !important;
}

.assessment-score {
    color: #1a4a5f;
}

.list-group-item {
}

.list-group-item-heading-white {
    background-color: #fff;
    border-radius: 4px;
    color: #000;
}

.list-group-item-heading {
    background-color: #1a4a5f;
    border-radius: 4px;
    color: #ffffff;
    padding: 10px 10px 4px 10px;
}

.list-group-item-text {
    border-radius: 4px;
    padding-top: 10px;
    padding: 10px 10px 4px 10px;
    /*border: dotted 1px #cccccc;*/
}

    .list-group-item-text .text-muted {
        color: #83847F;
    }


/*Action Items*/
.action-item-list-group {
    list-style-type: none;
    border: 1px solid #ccc;
    min-height: 800px;
}

.action-item-list-item {
    margin-bottom: 5px;
}

/*Tree */
.tree-list,
.tree-list-child {
    list-style-type: none;
}

    .tree-list.child-position {
        padding-left: 15px;
    }

.tree-list-child {
    padding-left: 0 !important;
}

.tree-item.solid {
    border-bottom: 1px solid #000;
}

.tree-item {
    border-bottom: 1px dotted #000;
}

.modal-body {
    position: relative;
    padding: 10px !important;
}

.modal-footer {
    padding: 15px !important;
}

.text-large {
    font-size: 20pt;
    font-weight: bold;
}

.warning-container {
    margin-top: 25px;
    border: 1px solid #eee;
    padding: 25px;
}
