﻿html {
    background-image: url(/styles/img/backgrounds/blue.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

span:focus, div:focus, a:focus {
    outline: none;
    border: 0;
}

.list-group-item .form-group {
    margin-bottom: 0;
}

.icon.sm {
    width: 38px;
    height: 38px;
}

.list-group-item .checkbox {
    margin-top: 0;
    margin-bottom: 0;
}

.k-widget.form-control, .form-control > .k-picker-wrap {
    height: 36px;
    border: none;
}

.k-textbox.form-control, .k-textbox.form-control.input-sm, .k-picker-wrap .form-control.k-input, .k-input.form-control.input-sm {
    color: #555555;
    height: inherit;
    background-color: #ffffff;
    border: 2px solid #cccccc;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border: 2px solid #cccccc;
    border-radius: 2px;
}

.k-widget.form-control .k-picker-wrap .k-select {
    border: 1px solid #cccccc;
    border-left: none;
    border-radius: 0px 2px 2px 0px;
}

.k-textbox.form-control.input-sm, .k-input.form-control.input-sm {
    font-size: 12px;
    padding: 5px 10px;
    line-height: 1.5;
}

.k-upload .k-upload-files .k-file-invalid .k-file-validation-message {
    font-size: 14px;
    color: #d9534f;
}
.custom-error-message {
    font-size: 14px;
    color: #d9534f;
}

.public-chat-wrapper {
    display: flex;
    flex-direction: column;
    height: 63vh;
    justify-content: space-between;
}

    .public-chat-wrapper h4, .chat-wrapper h5 {
        line-height: 1.5em;
        margin: 0;
    }

    .public-chat-wrapper hr {
        background: #e9e9e9;
        border: 0;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
        height: 1px;
        margin: 0;
        min-height: 1px;
    }
}
.alert-page-header {
    text-align: center;
    background-color: white;
    width: 70%;
    margin: 0 auto;
    height: 60px;
    line-height: 60px;
}
.public-alert-list {
    padding: 0 14px;
    max-height: 72vh;
    background-color: white;
    width: 70%;
    margin-bottom: 10px;
}


.badge.up {
    position: relative;
    top: -10px;
    padding: 3px 6px;
    margin-left: -10px;
    background-color: #d9534f;
}





.messages-list {
    overflow-y: auto;
    height: 65vh;
}

.input-form {
    width: 60%;
    border: 0;
    border-bottom: 1px solid #ccc;
}

.send-btn {
    border-radius: 50%;
}

.message-item {
    white-space: pre-wrap;
    word-break: break-word;
    padding: 10px 0px;
}

.message-container {
    border: 1px solid #cccccc;
    padding: 10px;
}

    .message-container.selected {
        background-color: #5c966e;
        color: #ffffff !important;
    }

    .message-container.unread {
        border-left: 3px solid #5c966e;
    }

    .message-container.updated {
        border-left: 3px solid #ffaa6e;
    } 

.message {
}

    .message .message-initials {
        color: #ffffff;
        background-color: #5c966e;
    }

    .message .message-current-user {
        color: #ffffff;
        background-color: #315e61;
    }
 

    .message .message-info {
        font-size: 11px;
        overflow: hidden;
        padding: 6px;
    }

        .message .message-info .message-date {
            font-size: 9px;
        }

.message-container .message-date, .message-container .message-assigned-to {
    font-size: 10px;
}
 
.dialog-list {
    max-height: calc(100vh - 500px);
    min-height: 200px;
    overflow: auto;
    list-style-type: none;
    background: transparent;
    box-shadow: none;
    padding: 0;
}
.message-input .message-input-icon {
    position: absolute;
    top: -10px;
    left: 10px;
}
.message-input .message-input-button {
    position: absolute;
    top: -10px;
    right: 10px;
}

 