#chatLoginSubmit {
    min-width: 44px;
    min-height: 44px;
}

#chatLoginClose {
    min-width: 44px;
    min-height: 44px;
}

.chatviewer-form-legend {
    display: block;
    text-align: center;
    margin-bottom: 16px;
}

.validation {
    color: #f00;
    margin-left: 34%;
    margin-top: 1%;
    font-style: italic;
}

#chatviewer-form-container input:invalid {
    border-right: 2px solid #F00;
}

.actions {
    margin: 20px;
}

/* Makes login form bootstrap modal scrollable when browser window zoomed. */
.modal-body {
    max-height: calc(100vh - 100px);
    overflow-y: auto;
}

img.help-icon {
    margin-left: 10px;
    margin-top: 10px;
    width: 16px;
    height: 16px;
    content: url("../images/icons/help_icon.png");
    background: url("../images/icons/help_icon.png") center center no-repeat; /* For firefox & IE */
    background-size: contain;
}

.focused { 
	outline: 2px transparent solid !important;
	box-shadow: 0 0 0 2px #F9F9D1, 0 0 0 4px #396196, 0 0 4px 8px #F9F9D1  !important;
}