@charset "UTF-8";

/* global */

input[type='text'], textarea { outline: none; }
input[type='text']:focus, textarea:focus { border-color: #66afe9; box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6); }
input[type='text'].inpErr, textarea.inpErr, input[type='text'].inpErr:focus, textarea.inpErr:focus { border-color: #fc0404; box-shadow: none; }

/* agreement */

.app-agr-lbl .full, .app-agr-chk .full { display: none; }

/* message handler */

.app-context-message-handler { position: fixed; }
.app-context-msg { border-radius: 5px; padding-left: 5px; box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1); margin-top: 8px; max-width: 360px; }
.app-context-msg-1 { display: flex; background-color: #ffffff; border-radius: 5px; height: 80px; align-items: center; }
.app-context-msg-2 { width: 80px; min-width: 80px; max-width: 80px; text-align: center; }
.app-context-msg-2 i { font-size: 28px; }
.app-context-msg-3 { font-size: 16px; line-height: 20px; padding-right: 20px; text-align: left; }
.app-context-msg-3 img { height: 16px; width: auto; margin: 0 8px 0 8px; }
.app-context-msg-4 { align-self: flex-start; margin: 7px; }
.app-context-msg-4 i { cursor: pointer; font-size: 16px; }

.fadeOut, .slideInRight, .slideInDown {
	-webkit-animation-duration: 150ms;
	animation-duration: 150ms;
	-webkit-animation-delay: 0;
	animation-delay: 0;
}

/* default groups */

.app-context-group-1 { background-color: #ff6600; }
.app-context-group-1 .app-context-msg-2 i { color: #ff6600; }
.app-context-group-2 { background-color: #00bee5; }
.app-context-group-2 .app-context-msg-2 i { color: #00bee5; }
.app-context-group-3 { background-color: #34af00; }
.app-context-group-3 .app-context-msg-2 i { color: #34af00; }
.app-context-group-4 { background-color: #ff6600; }
.app-context-group-4 .app-context-msg-2 i { color: #ff6600; }
.app-context-group-5 { background-color: #ff6600; }
.app-context-group-5 .app-context-msg-2 i { color: #ff6600; }
.app-context-group-6 { background-color: #ff6600; }
.app-context-group-6 .app-context-msg-2 i { color: #ff6600; }
.app-context-group-7 { background-color: #ff6600; }
.app-context-group-7 .app-context-msg-2 i { color: #ff6600; }
.app-context-group-8 { background-color: #ff6600; }
.app-context-group-8 .app-context-msg-2 i { color: #ff6600; }
.app-context-group-9 { background-color: #ff6600; }
.app-context-group-9 .app-context-msg-2 i { color: #ff6600; }
.app-context-group-10 { background-color: #ff6600; }
.app-context-group-10 .app-context-msg-2 i { color: #ff6600; }

@media (max-width: 767px) {
	.app-context-message-handler { left: 10px; top: 10px; }
	.app-context-msg { width: calc(100vw - 20px); }
}

@media (min-width: 768px) {
	.app-context-message-handler { bottom: 20px; right: 20px; }
	.app-context-msg { width: 360px; }
}
