*
{
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
/*	-webkit-overflow-scrolling: auto; */
}
html, body /* , .container */
{
    min-height: 100%;
}
img
{
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
}
img.spread
{
	width: 100%;
	height: 100%;
}
/*
body.filler,
body .filler
{
background: #ffdcb3;
background: -moz-linear-gradient(top,  #ffdcb3 0%, #6d9cb9 100%);
background: -webkit-linear-gradient(top,  #ffdcb3 0%,#6d9cb9 100%);
background: linear-gradient(to bottom,  #ffdcb3 0%,#6d9cb9 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdcb3', endColorstr='#6d9cb9',GradientType=0 );
overflow-x: hidden;
}
*/
.width-100
{
	width: 100%;
}
.hidden
{
	display: none;
}
.no-copy
{
}
.copy-invisible
{
	display: none;
	max-width: 1px;
	max-height: 1px;
	overflow: hidden;
	margin-right: -1px;
	opacity: 0;
}
.chat-message-dummy
{
	display: inline-block;
	max-width: 1px;
	margin-right: -1px;
	opacity: 0;
}
.clear
{
	clear: both;
}
a
{
	color: #54A4E6;
	outline: none !important;
}
a:focus, a:hover
{
	color: #54A4E6;
}
h1, h2, h3, h4, h5,
h1 span, h2 span, h3 span, h4 span, h5 span
{
	font-weight: 300;
/*	color: #5BAFDD; */
/*	color: #3fb1e1; */
	color: #20a0cf;
	position: relative;
/*	letter-spacing: -0.5px; */
	letter-spacing: -1px;
}
h1.grayscale, h2.grayscale, h3.grayscale, h4.grayscale, h5.grayscale,
h1.grayscale span, h2.grayscale span, h3.grayscale span, h4.grayscale span, h5.grayscale span
{
	color: #454545;
}
h1, h2
{
	font-size: 40px;
	margin: 5px 0;
/*
	padding-bottom: 8px;
*/
}
h1:not(.clear-h):after, h2:not(.clear-h):after, h3:not(.clear-h):after
{
	content: ' ';
	display: block;
	margin: 8px 3px;
	margin-right: 0;
	margin-bottom: 25px;
	border-bottom: 1px solid #E5E5E5;
}
h1.no-separator:after, h2.no-separator:after
{
	margin-bottom: 35px;
	border-bottom: none;
}
h1.no-overflow
{
	overflow-x: hidden;
}
h2
{
	margin-top: 30px;
	font-size: 37px;
}
h3
{
	margin-top: 60px;
	font-size: 35px;
}
h4
{
	font-size: 30px;
}
h5
{
	font-size: 25px;
}
.message h5
{
	margin-top: 0;
}
.chat-with,
.chat-with-multiple-operators
{
	overflow: hidden;
	display: inline-block;
	margin-top: 1px;
/*	margin-right: 10px; */
	line-height: 1.25;
}
.chat-with-new-messages
{
	overflow: hidden;
	display: none;
	margin-top: 1px;
	line-height: 1.25;
	margin-bottom: 5px;
}
.chat-with-new-messages.shown
{
	display: block;
}

@media(min-height:101px)
{

.chat-with-new-messages
{
	display: none !important;
}

}

.chat-with-name
{
/*	max-width: 55%; */
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-top: 1px;
	line-height: 1.25;
}
.floating-wrapper .chat-with-name
{
	height: 45px;
	cursor: pointer;
}
.icon-upper .icon
{
	margin-top: -10px;
}
.icon-h1-container
{
	display: inline-block;
	margin-left: 30px;
}
.icon-head-container
{
/*	background: white; */
	position: relative;
/*	min-width: 85px; */
/*
	width: 85px;
	min-height: 55px;
*/
/*	height: 55px; */
	height: 50px;
	z-index: 111;
	white-space: nowrap;
	display: flex;
	vertical-align: middle;
/*	padding-right: 7px; */
}
.content-container.embed
{
/*
	-webkit-overflow-scrolling:touch;
	min-height: 100%;
	max-height: 200px;
	height: 200px;
	overflow: scroll;
*/

	/* wpex fix */
	height: 100vh;
	overflow: auto;
	-webkit-overflow-scrolling:touch;
}
/*
.content-container.embed .icon-head-container
{
	margin-top: 10px;
}
*/
.icon.icon-head-first
{
	width: 30px;
	height: 30px;
/*
    position: absolute;
	right: 50px;
	top: 15px;
*/
}
a.head-button
{
	display: inline-block;
	margin-top: 11px;
	font-size: 14px;
	text-decoration: underline;
	font-weight: 400;
	white-space: nowrap;
	margin-left: 15px;
}
.chat-for-operator a.head-button
{
	height: 35px;
}
a.head-button-change-operator
{
	width: 30px;
	height: 25px;
	margin-left: 0;
	margin-top: 20px;
}
a.head-button-collapse,
a.head-button-expand
{
	width: 30px;
	height: 25px;
	margin-left: 0;
}
a.head-button-logout
{
	width: 38px;
	height: 27px;
	margin-left: 0;
/*	margin-top: 17px; */
/*	margin-right: 7px; */
}
a.head-button .icon
{
	width: 30px;
	height: 30px;
	margin-bottom: -8px;
	margin-right: 0px;
}
.chat-history-head a.head-button .icon-place .icon
{
	margin-top: 8px;
	position: absolute;
}
.chat-history-head-inner
{
	position: relative;
}
/*
.chat-history-head-inner .icon-head-container
{
	position: absolute !important;
	margin: 0 !important;
	top: 0;
	right: 0;
}
*/
h1 a.head-button
{
	position: relative;
	bottom: 3px;
}
.icon.icon-head-second
{
	width: 35px !important;
	height: 35px !important;
/*
	position: absolute;
	right: -14px;
	top: 5px;
*/
}
.icon.icon-search
{
	width: 35px;
	height: 35px;
	color: #5BAFDD;
/*	margin-bottom: -7px; */
	margin-bottom: -2px;
	margin-left: 3px;
}
.floating-wrapper .icon.icon-search
{
	margin-bottom: 7px;
}
a.head-button .icon.icon-tags
{
	width: 25px;
	height: 25px;
}
a.head-button .icon.icon-report
{
	width: 25px;
	height: 25px;
}
a.head-button .icon.icon-push
{
	width: 29px;
	height: 30px;
}
a.head-button .icon.icon-connect
{
	width: 28px;
	height: 30px;
}
.icon.icon-red
{
	color: #FF8B8E;
}
.icon.icon-soft
{
	color: #598098;
}
.icon.icon-green
{
	color: #74CFA7;
}
.icon.icon-transparent
{
	opacity: 0.0;
}
.icon-place
{
	display: inline-block;
	width: 25px;
	height: 25px;
	position: relative;
}
.icon-place-indent
{
	margin-right: 5px;
}
.chat-history-head a.head-button .icon-place .icon.icon-push
{
/*	margin-bottom: -11px; */
	margin-top: 6px;
	margin-right: 7px;
}
.chat-history-head a.head-button .icon-place .icon.icon-connect
{
	margin-top: 6px;
	margin-right: 7px;
}
.chat-history-head a.head-button .icon-place .icon.icon-force-close
{
	margin-top: 6px;
	margin-right: 7px;
}
.content
{
/*
	font-size: 18px;
	font-weight: 300;
*/
	font-size: 14px;
	font-weight: 400;
}
.content.chat-content,
.content.modal-chat-content
{
/*	touch-action: none; */
}
.content:not(.chat-content):not(.modal-chat-content)
{
/*
	touch-action: manipulation;
	-webkit-overflow-scrolling: touch;
*/
}
.content:after
{
	content: ' ';
	display: block;
}
.content-with-sticky-footer
{
	margin-bottom: -114px;
	min-height: 100vh;
}
.content-with-sticky-footer:after
{
	content: ' ';
	display: block;
	height: 114px;
}
.sticky-footer
{
/*	background: red; */
	height: 114px;
	text-align: center;
	padding-left: 100px;
	padding-right: 100px;
}
.sticky-footer > div
{
	display: inline-block;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
}
.sticky-footer > div:last-child
{
/*	margin-right: 0; */
}
p
{
	margin: 0 0 10px;
}
p:last-child
{
    margin: 0;
}
/*
.content p
{
	line-height: 30px;
	font-weight: 300;
}
*/
.big-logo-container
{
	width: 100%;
	text-align: right;
	padding: 30px;
	padding-right: 10%;
	padding-top: 60px;
}
.big-logo-container img
{
/*
	width: auto;
	height: auto;
*/
	max-width: 100%;
	max-height: 100%;
}
/*
.container
{
    display: table;
    vertical-align: middle;
}
.vertical-center-row
{
    display: table-cell;
    vertical-align: middle;
}
*/
/*
.container-full {
  margin: 0 auto;
  width: 100%;
}
.container-fluid.content {
    padding-top: 50px;
    height: 100%;
}
.container-fluid.content>.row {
    height: 100%;
}    
*/
.full-height
{
    min-height: 100%;
/*	min-height: 100vh; */
}
/*
#wrapper.chat,
#modal_wrapper.chat
{
	touch-action: none;
}
*/
#wrapper.embed,
#modal_wrapper.embed
{
/*
	margin-left: 1px;
	margin-right: 1px;
*/
}
#wrapper.full-height.chat_for_user,
#modal_wrapper.full-height.chat_for_user
{
	height:100%;
	overflow: hidden;
	position: relative;
	/* min-height: 100%; /* wpex fix */
	/*overflow: auto; wpex fix*/
}

#wrapper.chat_for_user .wrapped, #wrapper.chat_for_user_embed .wrapped,
#modal_wrapper.chat_for_user .wrapped, #modal_wrapper.chat_for_user_embed .wrapped
{
	height: 100%;
	overflow: hidden;
	min-height: 100%;
	position: absolute;
	width: 100%;
}

.full-width
{
	width: 100%;
}
.icon-24, .icon-16
{
    background-color: transparent;
    background-repeat: no-repeat;
    display: inline-block;
	background: blue;
	width: 5px;
	height: 5px;
}
.icon-24
{
	background: red;
    width: 24px;
    height: 24px;
}
.main-window-container
{
    padding: 20px;
/*    background: red; */
}
.main-window
{
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    background: white;
/*    overflow: hidden; */
    position: relative;
}
.index-footer
{
	margin-top: 20px;
/*
	position: absolute;
	top: 0;
*/
}
.show-messages-more-container
{
	text-align: center;
	margin-bottom: 20px;
}
.show-messages-more-container span
.show-messages-more-container span
{
	color: #bababa;
}
.show-messages-more.selected
{
	display: none;
}
.show-messages-more.selected + span
{
	display: none;
}
.chat-heading-block
{
	touch-action: none;
	min-height: 100px;
	max-height: 100px;
	height: 100px;
	padding: 10px;
	line-height: 100px;
}
.chat-footer
{
	touch-action: none;
	z-index: 1000;

/*
position: fixed;
	clear:both;
	padding-top:20px;
*/
	background: rgba(255,255,255,0.9);
/*
background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 14%, rgba(255,255,255,1) 100%);
background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 14%,rgba(255,255,255,1) 100%);
background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 14%,rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
*/
	width: 100%;
	bottom: 0;
}
.chat-footer textarea
{
    resize: none;
    outline: none;
    border: none;
    font-size: 16px;
    font-weight: 400;
    overflow-y: auto;
    -webkit-border-radius: 10px;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius: 10px;
    -moz-border-radius-bottomright: 0;
    border-radius: 10px;
    border-bottom-right-radius: 0;
}
.chat-footer-log
{
	position: relative !important;
	height: auto !important;
	margin-top: 0 !important;
}
.chat-footer-log.panel
{
	padding: 20px;
    background-color: #fdf0f0;
	border: 1px solid #F3DEDE;
	box-shadow: none;
}
.chat-footer-log.panel input[type="text"],
.chat-footer-log.panel input[type="number"],
.chat-footer-log.panel textarea,
.chat-footer-log.panel select
{
	background-color: #FFFFFF !important;
	border-color: #F3DEDE !important;
}
.chat-notification
{

/*	vertical-align: middle; */
	margin-bottom: 10px;
}
.chat-notification.with-someone-is-typing
{
	min-height: 28px;
}
.chat-notification .typer-text
{
	padding-left: 10px;
}
.chat-notification .someone-is-typing
{
	min-height: 40px;
}
.chat-notification .someone-is-typing,
.chat-notification .virtual-operator-waiting,
.chat-notification .chat-server-message,
.chat-notification .chat-server-message-persistent
{
/*	background: white; */
/*	height: 28px; */
	min-height: 28px;
/*	margin-bottom: 7px; */
/*	line-height: 26px; */
	line-height: 28px;
/*	padding-left: 66px; */
	padding-left: 15px;
	position: relative;
/*	vertical-align: middle; */
}
.chat-notification .virtual-operator-waiting,
.chat-notification .chat-server-message,
.chat-notification .chat-server-message-persistent
{
	padding-left: 20px;
}
.chat-notification .someone-is-typing .icon,
.chat-notification .virtual-operator-waiting .icon,
.chat-notification .chat-server-message .icon,
.chat-notification .chat-server-message-persistent .icon
{
/*	top: 5px; */
	position: absolute;
}
.chat-notification .someone-is-typing
{
	font-weight: 300;
}
.chat-notification .someone-is-typing .typer-name
{
	margin-left: 30px;
	font-weight: 400;
}
.chat-notification .someone-is-typing .typer-line
{
	margin-left: 30px;
}
.chat-notification .someone-is-typing
{
	color: #B2B2B2;
	font-weight: 400;
}
.chat-notification .virtual-operator-waiting
{
	color: #B2B2B2;
}
.chat-notification .chat-server-message,
.chat-notification .chat-server-message-persistent
{
	color: #B2B2B2;
/*	margin-top: 10px; */
/*	margin-bottom: 10px; */
}
.chat-notification .chat-server-message:last-child,
.chat-notification .chat-server-message-persistent:last-child
{
/*	margin-bottom: 10px; */
}
/*
.chat-notification .chat-server-message:nth-child(2),
.chat-notification .chat-server-message-persistent:nth-child(2)
{
	margin-top: 20px;
}
*/
.chat-notification .chat-server-message .warning,
.chat-notification .chat-server-message-persistent .warning
{
	color: orange;
}
.chat-notification .chat-server-message .error,
.chat-notification .chat-server-message-persistent .error
{
	color: red;
}
.need-padded .chat-history-container
{
	/*padding-left: 10px; wpex*/
}
.chat-history-container.slim-scrollable
{
/*	padding-right: 20px; */
}
.chat-history-container.scrollable
{
	-webkit-overflow-scrolling: touch;
	height: 0px;
	/*overflow-y: scroll; wpex*/
/*	overflow-y: hidden; */
/*	padding-right: 20px; */
/*	padding-right: 10px; */
}
.chat-history-container-wrapper
{
	position: relative;
}
.chat-history-container
{
/*	position: relative; */
	overflow-x: hidden;
}
/*
.chat-history-container:before
{
	content: ' ';
	display: block;
	width: inherit;
	min-width: 10px;
	background: rgba(255, 2, 2, 0.5);
	position: fixed;
	z-index: 99;
	height: 25px;
}
*/
.chat-history-fader
{
/*
	display: block;
	width: 100%;
	min-width: 10px;
*/
	box-sizing: border-box;
	background: rgba(255, 255, 255, 0.8);
	position: absolute;
	z-index: 5;
	left: 0;
	right: 0;
/*	pointer-events: none; */
	text-align: center;
}
/*
.chat-history-fader-top
{
	height: 25px;
	top: 80px;
}
*/
.chat-history-fader-bottom
{
/*
	height: 20px;
	bottom: 135px;
*/
	text-align: center;
}
.chat-footer .message-submitter .icon
{
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.chat-footer:hover .message-submitter .icon,
.chat-footer:active .message-submitter .icon
{
	-ms-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}
.chat-footer .send-button
{
/*
	color: #5BAFDD;
*/
	color: #80BEE7;
	font-weight: 300;
	font-size: 24px;
}
.chat-footer a:active,
.chat-footer a:focus,
.chat-footer a:hover
{
	text-decoration: none;
}
.chat-history-head
{
/*
	height: 78px;
	position: fixed;
*/
/*	z-index: 100; */
/*	background: rgba(255,255,255,0.9); */
/*	background: white; */
	z-index: 55;
/*	background: white; */
	background: rgba(255, 255, 255, 0.9);
}
.chat-history-block
{
	margin: auto 0;
/*
	background: yellow;
*/
}
.chat-history
{
/*	position: relative; */
/*	padding-top: 25px; */
	padding-top: 15px;
	box-sizing: border-box;
	font-size: 16px;
	font-weight: 400;
	touch-action: manipulation;
}
.chat-history label
{
	font-size: 16px;
}
.chat-history:after
{
	padding-bottom: 0;
}
.chat-history-head
{
	display: inline-block;
	width: 100%;
/*	width: 70%; */
}
ul.chat-history
{
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}
.chat-history .message
{
	word-wrap: break-word;
	overflow: hidden;
	position: relative;
}
.message-placeholder
{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 0;
	touch-action: none;
	pointer-events: none;
	padding: 13px 15px;
	font-size: 16px;
	color: #89b !important;
/*	white-space: nowrap; */
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: 400;
}
.smaller-font
{
	font-size: 14px;
}
.smaller-font.force, .smaller-font-force
{
	font-size: 14px !important;
}
.smaller-font-for-modal
{
	font-size: 16px;
}
.list-group .smaller-font *
{
	font-size: 14px;
}
.list-group-item:not(:hover).not-actual:not(.expanded) > div
{
	opacity: 0.5;
}
.list-group-item:not(:hover).not-enabled:not(.expanded) > div
{
	opacity: 0.35;
}
.list-group-item > .row .icon
{
	margin-bottom: -5px;
}
.list-group-item-continue + .list-group-item
{
	margin-top: 25px;
}
.list-group .smaller-font *
.list-group.chat-history,
.list-group.chat-history .list-group-item,
.chat-history > .list-group,
.chat-history > .list-group .list-group-item
{
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.list-group.chat-history .list-group-item,
.chat-history > .list-group .list-group-item
{
	position: relative; 
	padding: 0;
	margin-bottom: 2px;
/*	max-width: 70%; */
}
/*
.list-group.chat-history .list-group-item:not(.event).recv + .list-group-item.send:not(.event),
.list-group.chat-history .list-group-item:not(.event).send + .list-group-item.recv:not(.event),
.chat-history > .list-group .list-group-item:not(.event).recv + .list-group-item.send:not(.event),
.chat-history > .list-group .list-group-item:not(.event).send + .list-group-item.recv:not(.event),
*/
.list-group.chat-history .list-group-item.processing + .list-group-item.send:not(.event),
.list-group.chat-history .list-group-item.processing + .list-group-item.recv:not(.event),
.list-group.chat-history .list-group-item.processing + .list-group-item.processing,
.chat-history > .list-group .list-group-item.processing + .list-group-item.send,
.chat-history > .list-group .list-group-item.processing + .list-group-item.recv,
.chat-history > .list-group .list-group-item.processing + .list-group-item.processing,
.list-group.chat-history .list-group-item:not(.event).recv + .list-group-item.processing,
.list-group.chat-history .list-group-item:not(.event).send + .list-group-item.processing,
.chat-history > .list-group .list-group-item:not(.event).recv + .list-group-item.processing,
.chat-history > .list-group .list-group-item:not(.event).send + .list-group-item.processing
{
	margin-top: 20px !important;
}
.list-group.chat-history .list-group-item.processing-comment-for-push + .list-group-item.send:not(.event),
.list-group.chat-history .list-group-item.processing-comment-for-push + .list-group-item.recv:not(.event),
.chat-history > .list-group .list-group-item.processing-comment-for-push + .list-group-item.send:not(.event),
.chat-history > .list-group .list-group-item.processing-comment-for-push + .list-group-item.recv:not(.event)
{
	margin-top: 40px !important;
}
/*
.list-group.chat-history .list-group-item.event + .list-group-item.send,
.list-group.chat-history .list-group-item.event + .list-group-item.recv,
.chat-history > .list-group .list-group-item.event + .list-group-item.send,
.chat-history > .list-group .list-group-item.event + .list-group-item.recv,
.list-group.chat-history .list-group-item.event + .list-group-item.processing,
.list-group.chat-history .list-group-item.event + .list-group-item.processing,
.chat-history > .list-group .list-group-item	.event + .list-group-item.processing,
.chat-history > .list-group .list-group-item.event + .list-group-item.processing
{
	margin-top: 0 !important;
}
*/
.chat-history > .list-group .list-group-item.indent
{
	margin-top: 20px !important;
}
.chat-history > .list-group .list-group-item.message-is-edited
{
	position: relative;
}
.chat-history > .list-group .list-group-item.message-is-deleted .message,
.chat-history > .list-group .list-group-item.message-is-deleted .message-time
{
	opacity: 0.35;
	-webkit-transition: opacity 0.3s ease, filter 0.2s ease;
	-moz-transition: opacity 0.3s ease, filter 0.2s ease;
	-o-transition: opacity 0.3s ease, filter 0.2s ease;
	transition: opacity 0.3s ease, filter 0.2s ease;
	filter: grayscale(10%) blur(2px);
}
.message-is-edited-mark
{
	position: absolute;
	right: 17px;
	bottom: 13px;
	font-size: 12px;
	opacity: 0.35;
	/* text-transform: uppercase; */
	/* color: #5BAFDD; */
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}
.chat-history > .list-group .list-group-item.message-is-edited:hover .message-is-edited-mark
{
	opacity: 0.0;
}
.chat-history > .list-group .list-group-item.message-is-deleted:hover .message,
.chat-history > .list-group .list-group-item.message-is-deleted:hover .message-time
{
	opacity: 0.7;
	filter: grayscale(0%) blur(0px);
}
ul.chat-history li
{
	text-indent: 0;
	padding: 20px;
}
ul.chat-history li .message
{
	display: block;
}
.send-message-block
{
    position: absolute;
    bottom: 0;
    min-height: 160px;
    background: white;
    width: 100%;
    padding: 15px;
}
.send-message-block textarea
{
    min-height: 102px;
	max-height: 200px;
    resize: none;
    outline: none;
    border: none;
    padding: 15px;
    font-size: 14px;
    overflow-y: auto;
}
#daterange
{
	text-align: left !important;
}
.red-form-control .has-feedback .form-control-feedback,
.red-form-control-icon-only .has-feedback .form-control-feedback
{
	color: #e58a8a;
}
.red-form-control .form-control,
.red-form-control input[type="text"]
{
/*	border-color: #F3DEDE; */
	font-size: 16px;
	height: 34px !important;
}
.red-form-control .form-control:focus
{
/*	border-color: #F3DEDE; */
}
.red-form-control .form-control:not(:disabled),
.red-form-control .form-control:not(:disabled):focus,
.red-form-control input[type="text"]:not(:disabled)
{
	background-color: white !important;
	border-color: #E5E5E5;
}
.red-form-control .form-control:disabled,
.red-form-control .form-control:disabled:focus,
.red-form-control input[type="text"]:disabled
{
/*
	background-color: #f5f5f5 !important;
	border-color: #f5f5f5;
*/
	background-color: white !important;
}
.red-form-control .form-control-feedback .icon,
.red-form-control-icon-only .form-control-feedback .icon
{
/*	margin-top: 5px; */
	margin-top: 2px;
	color: #e58a8a;
}
.has-feedback.bigger .form-control-feedback .icon
{
	margin-top: 6px;
}
.form-control-bigger-icon .form-control-feedback .icon,
.red-form-control-bigger-icon .form-control-feedback .icon
{
/*	margin-top: 2px; */
	margin-top: -1px;
	width: 30px;
	height: 30px;
}
.has-feedback.has-feedback-left .form-control-feedback
{
    position: absolute;
    top: 3px;
    left: 3px;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
}
.has-feedback.has-feedback-left .form-control
{
	padding-left: 36px;
	padding-right: 12px;
}
.multicolor-item-list > div
{
	padding: 6px 8px;
/*
	padding-top: 4px;
	padding-bottom: 4px;
*/
}
.multicolor-item-list:not(.multicolor-item-list-rows) > div:nth-child(odd)
{
	background-color: #f5f8fb;
	border-radius: 5px;
}
.multicolor-item-list.multicolor-item-list-rows > .row:not(.row-skip):nth-of-type(2n+1)
{
	background-color: #f5f8fb;
	border-radius: 5px;
}
.semi-transparent
{
	opacity: 0.3;
}
.hovermarking
{
/*	filter: grayscale(100%) !important; */
	display: inline-block;
/*
	transform: scale(1.0);
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
*/
}
.hovermarking:hover
{
/*
	transform: scale(1.2);
*/
}
.smaller-count
{
	font-size: 12px;
	color: #bababa;
}
.unclickable
{
/*	pointer-events: none; */
	cursor: not-allowed;
}
.ms-options-wrap
{
	position: relative;
}
.ms-options-wrap > .ms-options > ul label
{
	margin: 0;
	padding-top: 3px;
	padding-left: 21px;
	text-transform: none !important;
	color: black !important;
}
.ms-options-wrap > .ms-options > ul li.selected label
{
	background-color: initial;
}
.ms-options-wrap > .ms-options > ul input[type="checkbox"]
{
	height: initial;
}
.ms-options-wrap > button,
.ms-options-wrap > button:focus
{
/*	border: 1px solid #e0eff9; */
	padding: 4px 20px 4px 12px;
}
.ms-options-wrap > button
{
	border: none;
	background-color: #e0eff9;
}
.ms-options-wrap > button:focus
{
	outline: none;
	border: none;
	border-color: #d5eaf7;
	background: #d5eaf7 !important;
}
.ms-options-wrap > button, .ms-options-wrap > button span
{
/*	font-size: 22px !important; */
	font-size: 16px !important;
/*	color: #444 !important; */
	color: #555 !important;
	font-family: 'open sans', arial, sans-serif !important;
	font-weight: 400 !important;
}
.ms-options-wrap > button
{
	line-height: 26px;
	margin-top: 0 !important;
}
.popover-wrap-inner
{
	max-width: 400px;
	white-space: normal;
}
.popover-pre
{
	white-space: pre-line;
}
.updateable-block,
.updateable-block-global
{
	-webkit-transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
	-o-transition: all 0.1s ease;
	transition: all 0.1s ease;
	position: relative;
}
.updateable-block.updating,
.updateable-block-global.updating
{
	filter: grayscale(90%);
	opacity: 0.7;
}
.updateable-block .updateable-buttons-1,
.updateable-block-global .updateable-buttons-1
{
	position: absolute;
	top: 12px;
	right: 12px;
	z-index: 1;
}
.processing .inline-editing-delete .icon--s:not(:hover),
.processing .inline-editing-delete-like .icon--s:not(:hover)
{
	background: rgb(0 0 0 / 1%) none repeat scroll 0 0;
}
.float-buttons
{
	position: fixed;
	top: 0;
	right: 0;
	width: 55px;
	padding: 10px;
	padding-top: 15px;
	z-index: 5500;
}
.float-buttons.float-buttons-at-bottom
{
	top: inherit;
	bottom: 0;
}
.float-buttons.float-buttons-at-top
{
	top: 9px;
	right: 	17px;
	bottom: auto;
}
.float-buttons .float-button
{
	display: block;
/*	color: #909090; */
	color: #FFFFFF;
/*	opacity: 0.5; */
/*	opacity: 0.2; */
	vertical-align: middle;
	-webkit-transition: opacity 0.2s ease;
	-moz-transition: opacity 0.2s ease;
	-o-transition: opacity 0.2s ease;
	transition: opacity 0.2s ease;
	margin-bottom: 5px;
}
.float-buttons:hover .float-button
{
	opacity: 1.0;
}
.float-buttons .float-button:hover
{
	color: #404040;
/*	color: #FFFFFF; */
	opacity: 1.0;
}
.float-buttons .float-button > .icon
{
	width: 35px;
	height: 35px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	background: rgba(255,255,255,0.0);
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
/*	border: 2px solid transparent; */
}
.float-buttons .float-button:focus > .icon,
.float-buttons .float-button:active > .icon,
.float-buttons .float-button:hover > .icon
{
	background: rgba(255,255,255,0.5);
}
.float-buttons .float-button.popover-button-loading > .icon
{
/*	border-color: #77BAE6; */
/*	background: rgba(119, 186, 230, 0.5); */
	color: rgba(119, 186, 230, 1.0);
}

/*
@media(max-width:600px)
{

.send-message-block
{
	min-height: 100px;
}
.send-message-block textarea
{
	min-height: 60px;
	max-height: 100px;
	padding: 10px;
}

}
*/

.message a.sender-name
{
	display: inline-block;
	margin-right: 10px;
	text-decoration: none;
	color: black;
}
.message a.sender-name:after
{
	content: ':';
}
.message a.sender-name:hover
{
	text-decoration: underline;
}
.message .sender-name
{
	opacity: 0.3;
-webkit-transition: opacity 0.2s ease;
-moz-transition: opacity 0.2s ease;
-o-transition: opacity 0.2s ease;
transition: opacity 0.2s ease;
}
.message:hover .sender-name
{
	opacity: 1.0;
}
.message-send
{
    -webkit-border-radius: 10px;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius: 10px;
    -moz-border-radius-bottomright: 0;
    border-radius: 10px;
    border-bottom-right-radius: 0;
    padding: 10px 20px;
    font-weight: 400;
/*    min-height: 42px; */
	min-height: 44px;
}
.message-send:not(.send-self)
{
	background-color: rgb(213 234 247 / 50%);
}
.message-send.send-self
{
    background-color: #D5EAF7;
}
.list-group-item .message-send
{
	margin-left: 55px;
	margin-right: 55px;
/*
    position: absolute;
    left: 55px;
    right: 100px;
*/
}
/*
.list-group-item .message-send:after
{
	content: ' ';
	clear: both;
	display: block;
}
*/
.message-recv
{
    background-color: #EFEFEF;
    -webkit-border-radius: 10px;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius: 10px;
    -moz-border-radius-topleft: 0;
    border-radius: 10px;
    border-top-left-radius: 0;
    padding: 10px 20px;
    font-weight: 400;
/*    min-height: 42px; */
	min-height: 44px;
}
.list-group-item .message-recv
{
	margin-right: 55px;
}
.message-type-file.message-send,
.message-type-file.message-recv
{
/*
	padding: 20px 20px;
	min-height: 42px;
*/
}
.message-type-file.message-send a.uploaded-file,
.message-type-file.message-recv a.uploaded-file
{
	color: #456580;
}
.message-type-event.message-send,
.message-type-event.message-recv
{
	margin-left: 0;
	padding: 10px 20px;
	background: none;
	font-weight: 300;
/*	color: #909090; */
/*	color: #acacac; */
	color: #b2b2b2;
	margin-top: 20px;
	margin-bottom: 20px;
}
.list-group-item.event + .list-group-item.event .message-type-event.message-send,
.list-group-item.event + .list-group-item.event .message-type-event.message-recv
{
	margin-top: 0;
}
.has-commenting .message-send,
.has-commenting .message-recv
{
	padding-right: 40px;
	position: relative;
}
.commenting-trigger,
.context-menu-trigger,
.reply-to-message-this,
.edit-message-this,
.delete-message-this
{
	position: absolute;
/*	top: 10px; */
	right: 20px;
	width: 16px;
	height: 16px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.delete-message-this
{
	margin-top: 1px;
}
.editable-message-block
{
	position: absolute;
/*	top: 10px; */
	right: 40px;
/*	width: 16px; */
	height: 26px;
	bottom: 8px;
	-webkit-transition: all 0.3 ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	border-radius: 5px;
/*	background: rgba(255,255,255,0.2); */
	padding: 5px;
	padding-top: 2px;
}
.reply-to-message-this,
.edit-message-this,
.delete-message-this
{
	bottom: 15px;
}
.editable-message-block .edit-message-this,
.editable-message-block .delete-message-this
{
	position: relative;
	right: unset;
	bottom: unset;
}
.editable-message-block .delete-message-this
{
	margin-left: 9px;
}
/*
.list-group-item.item-type-file .editable-message-block
{
	right: 12px;
}
.list-group-item.item-type-file .editable-message-block .delete-message-this
{
	margin-left: auto;
}
*/
.message-is-deleted .editable-message-block,
.message-is-deleted .edit-message-this,
.message-is-deleted .delete-message-this,
.message-is-deleted .reply-to-message-this
{
	display: none !important;
	visibility: hidden !important;
}
.mtr
{
	cursor: pointer;
}
.commenting-trigger
{
	top: 10px;
}
.commenting-trigger,
.context-menu-trigger,
.reply-to-message-this,
.edit-message-this,
.delete-message-this,
.editable-message-block
{
	display: none;
	opacity: 0;
}
.commenting-trigger .icon,
.context-menu-trigger .icon,
.reply-to-message-this .icon,
.edit-message-this .icon,
.delete-message-this .icon
{
	margin-left: -4px;
}
.delete-message-this .icon
{
	width: 22px;
	height: 22px;
	margin-top: 0px !important;
}
.list-group-item.has-comment .commenting-trigger,
.list-group-item.send:not(.event):hover .commenting-trigger,
.list-group-item.recv:not(.event):hover .commenting-trigger,
.list-group-item.send:not(.event):hover .context-menu-trigger,
.list-group-item.recv:not(.event):hover .context-menu-trigger,
.list-group-item.send:not(.event):hover .reply-to-message-this,
.list-group-item.recv:not(.event):hover .reply-to-message-this,
.list-group-item.send:not(.event):hover .edit-message-this,
.list-group-item.recv:not(.event):hover .edit-message-this,
.list-group-item.send:not(.event):hover .delete-message-this,
.list-group-item.recv:not(.event):hover .delete-message-this,
.list-group-item.send:not(.event):hover .editable-message-block,
.list-group-item.recv:not(.event):hover .editable-message-block
{
	opacity: 1;
}
.list-group-item.has-comment .commenting-trigger
{
	color: #FF8B8E;
}
.has-commenting .commenting-trigger,
.list-group-item.has-comment .commenting-trigger
{
	display: block;
}
.list-group-item .context-menu-trigger,
.list-group-item .reply-to-message-this,
.list-group-item.editable-item .edit-message-this,
.list-group-item.editable-item .delete-message-this
{
	display: block;
}
.list-group-item:not(.item-type-file) .editable-message-block .delete-message-this
{
	display: none !important;
}
.list-group-item.editable-item .editable-message-block
{
	display: flex;
}
.message-time
{
/*	width: 40px; */
/*	width: 45px; */
	text-align: center;
	padding: 12px 0;
	color: #BEC8D4;
	font-size: 14px;
	float: right;
	display: inline-block;
}
.message-time.indent-for-sender
{
/*	margin-top: 10px; */
}
.message-processing
{
    background-color: #D5F7DA;
    -webkit-border-radius: 10px;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius: 10px;
    -moz-border-radius-topleft: 0;
    border-radius: 10px;
    border-top-left-radius: 0;
    padding: 15px 20px;
    font-weight: 400;
}
.message-processing-item
{
	margin-bottom: 10px;
}
.message-processing-item:last-child
{
	margin-bottom: 0;
}
.message-processing-item.skipped
{
	padding-left: 15px;
}
.message-processing-item .message-processing-question
{
	font-weight: 400;
/*	margin-bottom: 5px; */
}
.message-processing-item .message-processing-index
{
	vertical-align: top;
	display: inline-block;
	text-align: right;
	width: 7%;
	max-width: 7%;
	padding-right: 10px;
	box-sizing: border-box;
}
.message-processing-item .message-processing-data
{
	display: inline-block;
	width: 93%;
	max-width: 93%;
	padding-right: 15px;
	box-sizing: border-box;
}
.message-processing-item .message-processing-data:after
{
	content: ' ';
	clear: both;
}
.message-processing-item .message-processing-data label
{
	margin-top: 0;
}
/*
.message-processing-question > .index
{
	display: inline-block;
	width: 40px;
}
*/
.message-processing-answer
{
/*	padding-left: 40px; */
	margin-top: 10px;
}
.event-change_operator .message-type-event,
.event-connect_operator .message-type-event,
.event-chat_member_delete_operator .message-type-event
{
	text-align: center;
/*	font-size: 18px; */
	font-size: 17px;
	font-weight: 400;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.list-group-item.item-type-event + .event-change_operator .message-type-event,
.list-group-item.item-type-event + .event-connect_operator .message-type-event,
.list-group-item.item-type-event + .event-chat_member_delete_operator .message-type-event
{
	margin-top: 0;
}
.event-change_operator .message-time,
.event-connect_operator .message-time,
.event-chat_member_delete_operator .message-time
{
/*
	display: none;
*/
}
.chat_for_user .event-change_operator .message-time,
.chat_for_user .event-connect_operator .message-time,
.chat_for_user .event-chat_member_delete_operator .message-time
{
	display: none;
}
.event-change_operator .operator-name,
.event-connect_operator .operator-name,
.event-chat_member_delete_operator .operator-name,
.comment-stronger
{
	font-weight: 400;
}
/*
.no-gutter [class*="-6"]
*/
.no-padding
{
	padding: 0 !important;
}
.no-padding-right
{
    padding-right: 0 !important;
}
.no-padding-left
{
    padding-left: 0 !important;
}
.no-padding-top
{
    padding-top: 0 !important;
}
.no-padding-bottom
{
    padding-bottom: 0 !important;
}
.no-indent-top
{
	margin-top: 0 !important;
}
.indent-top-mini
{
	margin-top: 1px;
}
.indent-top-1-half
{
	margin-top: 8px;
}
.indent-top
{
	margin-top: 5px;
}
.indent-top-more
{
	margin-top: 10px;
}
.indent-top-more-1
{
	margin-top: 15px;
}
.indent-top-more-1-magnet.shown + .indent-top-more-1
{
	margin-top: 5px;
}
.indent-top-more-more, .indent-top-more-2
{
	margin-top: 20px;
}
.indent-top-more-3
{
	margin-top: 25px;
}
.indent-top-more-4
{
	margin-top: 30px;
}
.indent-top-more-5
{
	margin-top: 40px;
}
.no-indent-bottom
{
	margin-bottom: 0;
}
.indent-bottom
{
	margin-bottom: 5px;
}
.indent-bottom-more
{
	margin-bottom: 10px;
}
.indent-bottom-more-1
{
	margin-bottom: 15px;
}
.indent-bottom-more-more, .indent-bottom-more-2
{
	margin-bottom: 20px;
}
.indent-bottom-more-3
{
	margin-bottom: 25px;
}
.indent-bottom-more-4
{
	margin-bottom: 30px;
}
.no-indent-right
{
	margin-right: 0;
}
.no-indent-left
{
	margin-left: 0;
}
h4.indent-bottom
{
	margin-bottom: 15px;
}
h4.indent-bottom-more
{
	margin-bottom: 25px;
}
form.indent-top-more,
.form-group.indent-top-more,
.row.indent-top-more
{
	margin-top: 20px;
}
form.indent-top-more-more,
.form-group.indent-top-more-more,
.row.indent-top-more-more
{
	margin-top: 40px;
}
form.indent-bottom-more,
.form-group.indent-bottom-more,
.row.indent-bottom-more
{
	margin-bottom: 20px;
}
form.indent-bottom-more-more,
.form-group.indent-bottom-more-more,
.row.indent-bottom-more-more
{
	margin-bottom: 40px;
}
.indent-left
{
	margin-left: 3px;
}
.indent-left-semi
{
	margin-left: 6px;
}
.indent-left-force
{
	margin-left: 3px !important;
}
.indent-left-semi-force
{
	margin-left: 6px !important;
}
.indent-left-more
{
	margin-left: 10px;
}
.indent-left-more-1
{
	margin-left: 15px;
}
.indent-left-more--more, .indent-left-more-2
{
	margin-left: 20px;
}
.indent-right
{
	margin-right: 3px;
}
.indent-right-semi
{
	margin-right: 6px;
}
.indent-right-more
{
	margin-right: 10px;
}
.indent-right-more-more, .indent-right-more-2
{
	margin-right: 20px;
}
.indent-right-more-force
{
	margin-right: 10px !important;
}
.indent-right-more-more-force, .indent-right-more-2-force
{
	margin-right: 20px !important;
}
.indent-vertical
{
	padding-top: 10px;
	padding-bottom: 10px;
}
div.row-not-table
{
	display: block !important;
}
div.row.row-no-after
{
	min-height: 34px;
}
div.row.row-no-after:after
{
	display: none !important;
/*
	content: '' !important;
	display: block !important;
	height: 10px !important;
	max-height: 10px !important;
*/
}
.uppercase
{
	text-transform: uppercase;
}
.message-indicator
{
	display: inline-block;
	width: 8px;
	height: 8px;
	background-color: transparent;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.message-indicator.active,
.has-messages .message-indicator
{
	background-color: #70CA96;
}
/*
.sidebar-nav:hover .message-indicator.active
{
	background-color: transparent;
}
*/
/*
.lighter
{
	opacity: 0.3;
}
*/
.unselectable
{
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}
textarea
{
	outline: none;
}
label
{
/*	font-size: 18px; */
	font-size: 14px;
	font-weight: 600;
}
input[type="checkbox"]:indeterminate
{
	box-shadow: inset 0 0 0 10px #a0a0a0 !important;
}
input[type="text"],
input[type="number"],
input[type="button"],
input[type="email"],
input[type="password"],
button,
textarea,
select
{
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	background-color: #D5EAF7;
	border-color: #E0EFF9;
/*	font-size: 18px; */
	font-size: 14px;
}
textarea
{
/*	padding: 10px; */
/*	font-size: 18px; */
}
input[type="text"],
input[type="number"],
textarea,
select
{
	background-color: #D5EAF7 !important;
/*	border-color: #E0EFF9 !important; */
/*	border-color: #E0EFF9; */
}
.form-control
{
	border-color: #E0EFF9;
}
select:disabled
{
	opacity: 0.2;
	filter: grayscale(100%);
}
::-webkit-input-placeholder,
::-moz-placeholder,
:-moz-placeholder,
:-ms-input-placeholder
{
/*
	color: red !important;
*/
	font-weight: 400;
}
.form-control
{
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
/*	font-size: 18px; */
	font-size: 14px;
	height: 28px;
}
select.form-control:not(.select-multiple)
{
	padding: 0 12px;
}
select.form-control.select-multiple
{
	padding: 0;
}
select.form-control.select-multiple option
{
	padding: 0 12px;
}
input.form-control
{
	padding: 3px 12px;
}
input.form-control[type="number"]
{
	padding-right: 0;
}
label
{
	margin-top: 3px;
}
.label-like
{
	margin-top: 3px;
	margin-bottom: 5px;
}
.label-one-liner
{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 0;
}
.padding-right
{
	padding-right: 35px;
}
.text-left
{
	text-align: left;
}
#operator_board *, #appointment_box *
{
	outline: none;
}
.waiting-room-content
{
	margin-top: 35px;
}
.waiting-room-content > h1:first-child,
.waiting-room-content > h2:first-child
{
	margin-top: 0;
}

/* Menu */

#menu *
{
	outline: none;
}
.menu li
{	
	text-align: right;
	font-size: 20px;
	font-family: "Open Sans", sans-serif;
	font-weight: 300;
	text-transform: uppercase;
}
.menu-link
{
	display: none;
}
.menu
{
	float: left;
	-webkit-transition: all 0.3s linear;  
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear; 
}
.menu ul
{
	padding: 0px;
	margin: 0px;
	list-style: none;
	position: relative;
	display: inline-table;
}
.menu > li > ul.sub-menu
{
	min-width: 10em;
	padding: 4px 0;
/*
	background-color: #f4f4f4;
	border: 1px solid #CCC;
*/
}
.menu ul li
{
	padding: 0px;
}
.menu > ul > li
{
	display: inline-block;
}
.menu ul li a
{
	display: block;
	text-decoration: none;
/*
	color: #000;
*/
	font-size: 24px;
	line-height: 30px;
}
.menu ul li > a
{
/*
	height: 58px;
	padding: 19px 12px;
*/
}
.menu ul ul
{
	display: none;
	min-width: 160px;
/*
	background-color: #f4f4f4;
	border: 1px solid #CCC;
*/
}
/*
.menu ul li:hover > ul
{
	display: block;
}
*/
.menu ul ul > li
{
	position: relative;
	text-transform: initial;
}
.menu ul ul > li a
{
/*
	padding: 5px 15px 5px 10px;
*/
	padding: 0;
	height: auto;
/*
	background-color: #f4f4f4;
*/
}
.menu ul ul > li a:hover
{
/*
	background-color: #42BBA3;
	color: #fff;
*/
}
.menu ul ul ul
{
	position: absolute;
	left: 100%;
	top:0;
}
#menu li.invisible-page a
{
	opacity: 0.4;
-webkit-transition: opacity 0.2s ease;
-moz-transition: opacity 0.2s ease;
-o-transition: opacity 0.2s ease;
transition: opacity 0.2s ease;
}
#menu li.invisible-page:hover a
{
	opacity: 1.0;
}
.content-container
{
	background: white;
}
.content-container-with-sticky-footer
{
	padding-bottom: 0 !important;
}
.sticky-footer
{
	max-width: 1000px;
}
/*
.content-container-with-sticky-footer
{
	margin-bottom: -100px;
	min-height: 100%;
}
.content-container-with-sticky-footer:after
{
	content: "";
	display: block;
	height: 100px;
}
*/
input.menu-input
{
	background: rgba(255, 255, 255, 0.1) !important;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	outline: 0;
	border: 1px solid rgba(0, 0, 0, 0.1) !important;
}
input.menu-input:focus
{
	border-color: inherit !important;
	border: none;
	outline: 0;
	box-shadow: none;
}
.menu-container-spacer
{
	height: 12px;
	background: white;
}
.no-border
{
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.sit-em
{
/*	font-style: italic; */
	color: #5f738e;
}
.sit-color, a.sit-color
{
	color: #5BAFDD;
}
.close
{
	color: #5BAFDD !important;
}
.lighter,
.sit-em.lighter
{
	color: #c1cede;
}
.lighter-less,
.sit-em.lighter-less
{
	color: #A0B1C5;
}
label.label-with-link
{
	width: 100%;
}
label.label-with-link .label-link
{
	line-height: 20px;
	float: right;
/*
	color: #89b;
*/
	font-weight: 400;
	padding-right: 13px;
	text-transform: initial;
}
.inline-checkboxes div.radio,
.inline-checkboxes div.checkbox
{
	display: inline-block !important;
	margin-right: 15px;
}
.odd-even-color:nth-of-type(odd),
.even-odd-color:nth-of-type(even)
{
	background: white;
}
.odd-even-color:nth-of-type(even),
.even-odd-color:nth-of-type(odd)
{
/*	background: #F9FAFC; */
	background: #f5f8fb;
	border-top: 1px solid #e4eef0;
	border-bottom: 1px solid #e4eef0;
}
.even-odd-color:first-child
{
	border-top: 1px solid #e4eef0;
}
.list-group-item.odd-even-color:nth-of-type(even),
.list-group-item.even-odd-color:nth-of-type(odd)
{
}
.list-group-item.odd-even-color,
.list-group-item.even-odd-color
{
/*
	margin-left: -27px;
	padding-left: 42px;
	margin-right: -22px;
	padding-right: 37px;
*/
/*
	margin-left: -105px;
	padding-left: 112px;
	margin-right: -105px;
	padding-right: 112px;
*/
	margin-bottom: 0;
	padding-bottom: 15px;
	padding-top: 15px;
}
.list-group.thin-view .list-group-item.odd-even-color,
.list-group.thin-view .list-group-item.even-odd-color
{
	padding-bottom: 10px;
	padding-top: 10px;
}
.row-hoverable:hover,
.list-group-item-hoverable:hover
{
	background-color: #dae8f7;
}
.list-group-heading
{
	border-top: none;
	background-color: white;
    padding-left: 30px;
    padding-right: 30px;
}
.even-odd-container .list-group-heading
{
	border-bottom: 1px solid #e4eef0;
	margin-bottom: 0;
}
.odd-even-container .list-group-heading
{
}
.list-group-heading .sit-em,
.row-header .sit-em
{
	color: #5f738e;
	font-weight: 600;
}
.href-div
{
	cursor: pointer;
}
/*
.form-group-heading
{
	padding: 10px;
}
.form-group-sub
{
	padding: 20px;
	padding-top: none;
	padding-left: 40px;
}
*/
.form-group:last-child
{
	margin-bottom: 0;
}
.numeric-index,
.numeric-index-head
{
/*	text-align: right; */
/*	min-width: 30px; */
	min-width: 25px;
	display: inline-block;
	margin-right: 10px;
}
.numeric-index-float
{
	float: left;
	display: inline-block;
	position: absolute;
}
.numeric-index-float + a
{
	display: inline-block;
	margin-left: 40px;
}
.ei-thinner
{
	margin-top: 0;
	margin-bottom: -6px;
}
.required-mark
{
	display: inline;
}
.required-mark:after
{
	display: inline-block;
	margin-left: 2px;
	margin-right: 2px;
	color: #FF7A7A;
	content: '*';
}
.required-mark-2
{
	color: #FF7A7A;
	display: inline-block;
	margin-left: 2px;
	margin-right: 2px;
}
.radio.operator
{
	margin-top: 3px;
	margin-bottom: 3px;
}
.operator-image-container:not(.operator-image-container-small)
{
	height: 120px;
}
.operator-image-container.operator-image-container-for-list
{
	height: 32px;
	display: inline-block;
	margin-right: 10px;
}
.popover-content-padder-1
{
	padding-right: 10px;
}
.popover-content .operator-image-container:not(.operator-image-container-small)
{
	height: 60px;
}
.operator-image-container img
{
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
/*
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
*/
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	box-sizing: border-box;
/*
	border: 5px solid transparent;
*/
	-webkit-transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
	-o-transition: all 0.1s ease;
	transition: all 0.1s ease;
}
.operator-image-container.operator-image-container-for-list img
{
	max-width: 32px;
	max-height: 32px;
}
.profile-image-uploader .operator-image-container,
.profile-image-changer-container .operator-image-container
{
	margin-top: 15px;
	margin-bottom: 5px;
}
.operator-grid
{
	margin-top: 30px;
/*	text-align: center; */
	text-align: center !important;
}
.operator-grid > .operator
{
	float: none;
	display: inline-block;
	vertical-align: top;
}
.operator-grid a:hover .operator-image-container img
{
/*
	border-color: #5BAFDD;
	border-color: #3db89d;
*/
/*	box-shadow: 0 0 10px #AAAAAA; */
}
.operator-grid .operator-grid-image .operator-name
{
	margin-top: 10px;
}
.user-name,
a.user-name,
.operator-name,
a.operator-name
{
	color: #3db89d;
/*
	color: #70CA96;
*/
	font-weight: 400;
/*	font-size: 20px; */
	font-size: 18px;
	line-height: 20px;
	display: inline-block;
}
.operator-grid a:hover .operator-name,
.operator-grid a:hover a.operator-name
{
/*
	font-weight: 400;
*/
}
.operator-information
{
	color: black;
	font-size: 14px;
}
.operator-status-custom
{
/*	color: #A0A0A0; */
	color: #444;
	margin-top: 8px;
	font-size: 14px;
	font-family: 'open sans', sans-serif;
	font-weight: 400;
	line-height: 20px;
        -webkit-transition: color 0.2s ease;
        -moz-transition: color 0.2s ease;
        -o-transition: color 0.2s ease;
        transition: color 0.2s ease;
}
.operator-status-custom:before
{
	content:"—";
}
.operator-grid .operator .operator-status-custom
{
}
.operator-grid .operator:hover .operator-status-custom.status-unavailable
{
	color: #db4f40;
}
.operator-grid .operator:hover .operator-status-custom.status-invisible
{
	color: #bdbdbd;
}
.operator-grid
{
}
.operator-grid a:hover
{
	text-decoration: none;
}
.operator-grid-name
{
	margin-top: 10px;
}
.operator-grid-information
{
	margin-top: 5px;
	margin-bottom: 30px;
}
.online-indicator
{
	display: inline-block;
	width: 12px;
	height: 12px;
	background-color: transparent;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
/*
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
*/
}
.status-online .online-indicator,
.online-indicator.status-online
{
	background-color: #70CA96;
}
.status-busy .online-indicator,
.online-indicator.status-busy
{
	background-color: #DBB840;
}
.status-unavailable .online-indicator,
.online-indicator.status-unavailable
{
	background-color: #db4f40;
}
.status-invisible .online-indicator,
.online-indicator.status-invisible
{
	background-color: #bdbdbd;
}
.status-container,
.status-container-disable .text-with-inline-input
{
-webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
transition: all 0.2s ease;
}
.status-container-disable
{
/*
	opacity: 0.2;
    filter: grayscale(100%);
*/
}
.status-container-disable .text-with-inline-input
{
	color: #D5D5DD;
}
.login-box
{
}
.login-box-head
{
	height: 40px;
	width: 100%;
	color: #b75454;
}
.login-box-body
{
	padding: 10px 25px;
	border-top: 1px solid #e4eef0;
	border-bottom: 1px solid #e4eef0;
}
.login-box-color-1 .login-box-body
{
	background: #EEF8F0;
}
.login-box-body input[type="text"],
.login-box-body input[type="number"]
{
	background-color: white !important;
	border-color: #a1b9d3 !important;
}
.captcha
{
	margin-top: 5px;
}

/*
* -----------------------------------------------------------------
* Floating wrapper alterations
*/

#wrapper.floating-wrapper,
#modal_wrapper.floating-wrapper
{
/*	border: 1px solid red; */
	height: 100vh;
	margin: 0 auto;
	max-height: 100vh;
	max-width: 1000px;
	overflow-x: auto;
	overflow-y: hidden;
	padding: 20px;
}

/*
* -----------------------------------------------------------------
* Full wrapper alterations
*/

#wrapper.full-wrapper .content-container,
#modal_wrapper.full-wrapper .content-container
{
-webkit-transition: height 0.1s ease;
-moz-transition: height 0.1s ease;
-o-transition: height 0.1s ease;
transition: height 0.1s ease;
	height: 100vh;
	max-height: 100vh;
/*	margin-bottom: 110px; */
/*	border: 1px solid red; */
	overflow: hidden;
/*	overflow-y: scroll; */
}
#wrapper.full-wrapper .content-container,
#modal_wrapper.full-wrapper .content-container
{
}
#wrapper.full-wrapper h1,
#modal_wrapper.full-wrapper h1
{
/*	max-width: 60%; */
}
.remind-text
{
/*	color: #D88683 !important; */
	color: #e58a8a !important;
}
.normal-label .label,
.form-group .normal-label label,
.inline-add-form-container .normal-label label,
.inline-content-indent .normal-label label,
.popover-content .normal-label label
{
	text-transform: none !important;
	color: #333 !important;
}
.normal-label.sit-em .label,
.form-group .normal-label.sit-em label,
.inline-add-form-container .normal-label.sit-em label,
.inline-content-indent .normal-label.sit-em label,
.popover-content .normal-label.sit-em label
{
	font-family: helvetica, arial, sans-serif;
}
.form-group.no-indent
{
	margin: 0;
}
.message-container
{
}
.message-container-inner
{
	position: relative;
}
.mrt-container
{
	margin: -10px -20px 0 -20px;
	padding: 12px 20px 10px 18px;
/*	margin-bottom: 10px; */
}
.list-group-item.send .mrt-container
{
/*	background: #eaf4fb; */
/*	background: #ebf4fa; */
}
.list-group-item.recv .mrt-container
{
/*	background: #f8f8f8; */
}
.mrt-container-inner
{
	border-left: 2px solid #20a0cf;
	padding-left: 12px;
}
.mrt-sender
{
	color: #20a0cf;
	font-weight: 600;
	font-size: 14px;
}
.mrt-text
{
	font-size: 14px;
	color: #333;
	line-height: 23px;
}
.reply-to-message-container
{
	background-color: #eaf4fb;
	position: absolute;
	left: 0;
	right: 0;
	top: -0px;
	height: 72px;
	max-height: 0px;
	overflow: hidden;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	padding: 0 15px;
	box-sizing: border-box;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
	display: flex;
	flex-diretion: column;
}
.reply-to-message-container .reply-to-message-inner
{
	display: none;
	border-left: 2px solid #20a0cf;
	padding-left: 12px;
	flex-grow: 1;
	height: 100%;
	width: 100%;
	position: relative;
	height: 42px;
	overflow: hidden;
}
.reply-to-message-container .reply-to-message-inner .reply-to-message-text img
{
	max-height: 22px;
}
.edit-message-show .reply-to-message-container .reply-to-message-inner,
.delete-message-show .reply-to-message-container .reply-to-message-inner
{
	border-left: none;
	padding-left: 0;
}
.reply-to-message-container .reply-to-message-inner .reply-to-message
{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.reply-to-message-container .reply-to-message-inner .reply-to-message a
{
	pointer-events: none;
}
.reply-to-message-container .reply-to-message-inner .reply-to-message-sender
{
	color: #20a0cf;
	font-weight: 600;
	font-size: 14px;
	margin-bottom: 2px;
}
.edit-message-show .reply-to-message-container .reply-to-message-inner .reply-to-message-sender,
.delete-message-show .reply-to-message-container .reply-to-message-inner .reply-to-message-sender
{
	color: #b6c7cd;
}
.message-container.reply-to-message-show .reply-to-message-container .reply-to-message-inner,
.message-container.edit-message-show .reply-to-message-container .reply-to-message-inner
{
	display: block;
}
.message-container.reply-to-message-show .reply-to-message-container,
.message-container.edit-message-show .reply-to-message-container
{
	max-height: 72px;
	top: -72px;
	padding-top: 15px;
	padding-bottom: 15px;
}
.chat-footer .message-container.reply-to-message-show textarea,
.chat-footer .message-container.edit-message-show textarea
{
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
body.reply-to-message-show .chat-history,
body.edit-message-show .chat-history
{
	margin-bottom: 72px;
-webkit-transition: margin-bottom 0.2s ease-in-out;
-moz-transition: margin-bottom 0.2s ease-in-out;
-o-transition: margin-bottom 0.2s ease-in-out;
transition: margin-bottom 0.2s ease-in-out;
}
.message-container .reply-to-message-button
{
	position: absolute;
/*
	top: -8px;
	right: -6px;
*/
	top: -5px;
	right: -3px;
	width: 22px;
	height: 22px;
	z-index: 1;
	opacity: 0.8;
    cursor: pointer;
}
.message-container .reply-to-message-button:hover
{
	opacity: 1.0;
}
.message-container .reply-to-message-button.hider
{
	opacity: 0;
}
.message-container.reply-to-message-show .reply-to-message-button,
.message-container.edit-message-show .reply-to-message-button
{
	text-align: center;
}
.message-container.reply-to-message-show .reply-to-message-button.hider,
.message-container.edit-message-show .reply-to-message-button.hider
{
	opacity: 0.8;
	font-size: 20px;
	color: #5BAFDD;
	z-index: 0;
}
.message-container:not(.reply-to-message-show):not(.edit-message-show) .reply-to-message-button.hider
{
	pointer-events: none;
	touch-action: none;
}
/*
.message-container.reply-to-message-show .reply-to-message-button.hider .icon,
.message-container.edit-message-show .edit-message-button.hider .icon
{
	width: 35px;
	height: 35px;
	margin-top: -8px;
	margin-left: -8px;
}
*/
.sender-new-container
{
	margin-bottom: 1px;
}
.sender-new-container.same-sender
{
	display: none;
}
.sender-new-container .sender-new-name
{
/*	background: #20a0cf; */
/*	background: white; */
/*	color: white; */
	color: #20a0cf;
	font-weight: 600;
	font-size: 14px;
	display: inline-block;
	padding: 0 4px;
/*	border-radius: 5px; */
}
.sender-role-user .sender-new-container .sender-new-name
{
	color: #70ca96;
}
.list-group-item.send .sender-new-container
{
	text-align: right;
	margin-right: 55px;
}
.list-group-item.send .sender-new-container .sender-new-name
{
/*	border-bottom-right-radius: 0; */
}
.list-group-item.recv .sender-new-container .sender-new-name
{
/*	border-top-left-radius: 0; */
}
.sender-role-user .sender-new-container .sender-new-name
{
/*	background: #3a3a3a; */
}
.sender-new-container:not(.same-sender) + .mrt-container
{
	margin-top: 0;
}
.message-container .emoji-button
{
	position: absolute;
	top: 10px;
	right: 10px;
/*
	width: 48px;
	height: 48px;
*/
/*
	width: 32px;
	height: 32px;
*/
	width: 22px;
	height: 22px;
/*	background: red; */
/*	background: green; */
	z-index: 1;
	opacity: 0.8;
/*
    -webkit-transition: opacity 0.2s ease;
    -moz-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
*/
    cursor: pointer;
}
.message-container .emoji-button:hover
{
	opacity: 1.0;
}
.message-container .emoji-button.shower
{
/*	background: green; */
	background: url('/images/smiley_blue.svg') center center no-repeat;
}
.message-container .emoji-button.hider
{
/*	display: none; */
	opacity: 0;
}
.message-container.emoji-show .emoji-button
{
/*	background: red; */
	text-align: center;
}
.message-container.emoji-show .emoji-button.hider
{
/*	display: block; */
	opacity: 0.8;
/*	padding-top: 4px; */
	font-size: 20px;
/*	color: #80BEE7; */
	color: #5BAFDD;
}
.message-container:not(.emoji-show) .emoji-button.hider
{
	pointer-events: none;
	touch-action: none;
}
.message-container.emoji-show .emoji-button.hider .icon
{
	width: 35px;
	height: 35px;
	margin-top: -8px;
	margin-left: -8px;
}
.message-container.emoji-show .emoji-button.shower
{
/*	display: none; */
	opacity: 0;
	pointer-events: none;
	touch-action: none;
}
div.emoji-link
{
	text-align: center;
	font-size: 12px;
/*	opacity: 0.7; */
/*	margin-top: -5px; */
	margin-top: -2px;
	margin-bottom: -12px;
	font-style: italic;
	font-family: Arial;
	color: #89b;
}
div.emoji-link a
{
	text-decoration: none;
	color: #5BAFDD;
}
div.emoji-link a:hover
{
	text-decoration: underline;
}
.emoji-container
{
/*	display: none; */
/*	background-color: #EBF4FD; */
/*	background-color: #F0F6FD; */
	background-color: #eaf4fb;
	position: absolute;
	left: 0;
	right: 0;
/*	top: -100px; */
	top: -0px;
	height: 162px;
	max-height: 0px;
	overflow: hidden;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
/*	padding: 12px 15px; */
/*	padding: 14px 15px; */
/*
	padding-bottom: 0;
	padding-right: 0;
	padding-left: 0;
	padding-top: 0;
*/
	padding: 0;
	box-sizing: border-box;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.emoji-container .emoji-preview
{
	vertical-align: top;
	width: 162px;
	min-width: 162px;
	max-width: 162px;
	display: table-cell;
/*background: red;*/
/*	padding-left: 15px; */
	padding-left: 20px;
}
.emoji-container .emoji-preview > .emoji-preview-inner
{
-webkit-transition: opacity 0.2s ease-in-out;
-moz-transition: opacity 0.2s ease-in-out;
-o-transition: opacity 0.2s ease-in-out;
transition: opacity 0.2s ease-in-out;
	opacity: 0;
/*	padding-top: 20px; */
	padding-top: 18px;
	text-align: center;
}
.emoji-container .emoji-preview > .emoji-preview-inner.shown
{
	opacity: 1.0;
}
.emoji-container .emoji-list
{
	position: relative;
	vertical-align: top;
/*	padding-left: 15px; */
	width: 100%;
	display: table-cell;
/*background: red;*/
}
.emoji-container .emoji-list .emoji-list-scroller
{
/*
	height: 88px;
	max-height: 88px;
*/
	height: 162px;
	max-height: 162px;
	overflow: hidden;
/*	padding-top: 12px; */
/*
	padding-top: 14px;
	padding-bottom: 6px;
*/
/*	padding-top: 20px; */
	padding-top: 14px;
	padding-bottom: 12px;
	max-width: 100%;
}
.emoji-container .emoji-list .emoji-items-container
{
/*	padding-left: 15px; */
/*	padding-left: 10px; */

	padding-left: 12px;
	padding-right: 0;
/*	width: 2000px; */
/*
	position: absolute;
	right: 0;
	left: 0;
*/
	margin: 0 auto;
/*	text-align: center; */
}
.emoji-container .emoji-list .emoji-items
{
/*	text-align: center; */
/*	padding-right: 15px; */
/*	padding-right: 8px; */
/*	padding-right: 18px; */
/*	padding-right: 14px; */
	padding-right: 8px;
/*	flex-direction: column; */
/*	flex-wrap: wrap; */
	display: flex;
/*	flex-flow: row wrap; */
	flex-wrap: wrap;
	align-items: center;
/*	justify-content: left; */
/*	justify-content: space-between; */
	justify-content: center;
	align-content: center;
/*
	display: flex;
	flex-flow: column wrap;
	max-height: 80px;
	height 80px;
*/
/*
	height: 1000px;
*/
}
.emoji-container .emoji-list .emoji-item-inserter
{
/*	display: inline-block; */
/*	margin-bottom: 4px; */
/*	margin-bottom: 10px; */
	margin-bottom: 2;
/*	margin-right: 0; */
/*	margin-right: 3px; */
/*	margin-right: 6px; */
/*	margin-right: 11px; */
/*	margin-right: 10px; */
	margin-right: 8px;
/*
	flex-grow: 1;
	flex-basis: 21%;
*/
/*
	width: 40px;
	height: 40px;
*/
/*
	width: 32px;
	height: 32px;
*/
	padding: 2px;
	padding-top: 5px;
	padding-bottom: 0;
	border: 3px solid transparent;
	border-radius: 4px;
}
.emoji-container .emoji-list .emoji-item-inserter.selected,
.emoji-container .emoji-list .emoji-item-inserter:hover
{
	border-color: white;
}
/*
.emoji-container .emoji-list .emoji-item-inserter .emojione
{
	transform: scale(0.5);
}
*/
.message-container.emoji-show .emoji-container
{
/*	display: block; */
	max-height: 162px;
	top: -162px;
}
.chat-footer .message-container.emoji-show textarea
{
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
body .chat-history
{
-webkit-transition: margin-bottom 0.2s ease-in-out;
-moz-transition: margin-bottom 0.2s ease-in-out;
-o-transition: margin-bottom 0.2s ease-in-out;
transition: margin-bottom 0.2s ease-in-out;
}
body.emoji-show .chat-history
{
	margin-bottom: 162px;
-webkit-transition: margin-bottom 0.2s ease-in-out;
-moz-transition: margin-bottom 0.2s ease-in-out;
-o-transition: margin-bottom 0.2s ease-in-out;
transition: margin-bottom 0.2s ease-in-out;
}
.emojione-for
{
	display: none;
}
.child-activator
{
}
.child-activator-container
{
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.child-activator-container:not(.active)
{
	user-select: none;
	opacity: 0.2;
	filter: grayscale(100%);
	pointer-events: none;
}
.child-activator-container.child-activator-container-hideable:not(.active)
{
	max-height: 0;
	overflow: hidden;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
.text-danger
{
/*	color: #e58a8a; */
	color: #FF8B8E;
}
.text-danger.text-danger-2
{
	color: #FF8B8E;
}
.delete-logs-placeholder
{
	min-width: 20px;
}
.modal-title-like
{
	font-family: "Open Sans", sans-serif;
}
.btn-in-editor-row
{
	margin-top: -8px;
	margin-bottom: -8px;
	margin-right: -18px;
}
.btn-in-editor-row-2
{
	margin-top: 2px;
	margin-bottom: -8px;
	margin-right: -12px;
}
.btn-in-editor-row-3
{
/*	margin-top: -2px; */
	margin-top: -3px;
}
.list-group-item > .row .icon-to-bottom .icon
{
	vertical-align: bottom;
	margin-bottom: -2px;
}
.contented-font-open
{
	font-family: "Open Sans", sans-serif;
}
.mid:not(.mid-dummy)
{
	position: relative;
}
#contextMenu
{
	position: absolute;
	display: none;
}
.dropdown-context-menu
{
	display: block;
	position: static;
	margin-bottom: 5px;
}

/*
Patch
*/

/*
@media (min-width: 768px)
{

.chat-footer .message-col-l
{
	width: 100px;
}
.chat-footer .message-container
{
	left: 115px;
	right: 120px;
}

}
*/

/*
* -----------------------------------------------------------------
* Buttons and links
*/

.btn
{
/*
	font-size: 18px;
	font-weight: 400;
*/
	font-size: 14px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.btn.active,
.btn:active
{
	-webkit-box-shadow: none;
	box-shadow: none;
}
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus
{
	outline: 0;
}
.btn.text-right
{
	text-align: right;
}
.btn.text-left
{
	text-align: left;
}
.btn.text-center
{
	text-align: center;
}
.btn-dashed
{
	border-radius: 0;
/*
	outline: 0 !important;
	background: transparent;
	height: 24px;
	padding: 0 5px;
	color: #3675dd;
*/
	border-bottom: 1px dashed;
}
.btn-primary
{
	min-width: 100px;
	background: #8c8c8c;
	background: -moz-linear-gradient(top,  #8c8c8c 0%, #9c9c9c 13%, #9c9c9c 24%, #6e6e6e 100%);
	background: -webkit-linear-gradient(top,  #8c8c8c 0%,#9c9c9c 13%,#9c9c9c 24%,#6e6e6e 100%);
	background: linear-gradient(to bottom,  #8c8c8c 0%,#9c9c9c 13%,#9c9c9c 24%,#6e6e6e 100%);
/*
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8c8c8c', endColorstr='#6e6e6e',GradientType=0 );
*/
	border-color: #6e6e6e;
}
.btn-primary:hover
{
	background: #6e6e6e !important;
}
.btn.btn-special
{
}
.btn.btn-special .btn-special-body
{
	display: inline-block;
	background: white;
	border: 1px solid #4CA4C9;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	color: #4CA4C9;
	font-weight: 400;
	font-size: 16.5px;
	line-height: 40px;
	height: 42px;
	padding: 0 20px;
	min-width: 228px;
-webkit-transition: background-color 0.2s ease;
-moz-transition: background-color 0.2s ease;
-o-transition: background-color 0.2s ease;
transition: background-color 0.2s ease;
}
.btn.btn-special:hover
{
}
.btn.btn-special:hover .btn-special-body
{
	background-color: #4CA4C9;
	color: white !important;
}
.btn-primary.btn-special
{
}
.btn-primary.btn-special .btn-special-body
{
	background: #4CA4C9;
	color: white;
}
.btn-primary.btn-special:hover
{
}
.btn-primary.btn-special:hover .btn-special-body
{
}
.btn.btn-saving
{
	background: none !important;
	border-color: transparent !important;
}
.btn.btn-failed
{
/*
	background-color: #FFD9D9 !important;
	background-image: -webkit-linear-gradient(top,#fff 0,#FFD9D9 100%) !important;
	background-image: -o-linear-gradient(top,#fff 0,#FFD9D9 100%) !important;
	background-image: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#FFD9D9)) !important;
	background-image: linear-gradient(to bottom,#fff 0,#FFD9D9 100%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0) !important;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false) !important;
*/
	background: none !important;
	border-color: #FF7A7A !important;
	border-width: 1px;
    border-style: solid;
    color: #FF7A7A;
}
.btn.btn-failed:hover
{
    color: #FF7A7A;
}
.btn-disabled
{
	touch-action: none;
	pointer-events: none;
	filter: grayscale(100%);
	opacity: 0.3;
	cursor: wait;
}
.btn-icon
{
	line-height: 12px !important;
	padding: 0 !important;
	border-color: transparent !important;
}
.btn-icon .icon
{
	width: 38px;
	height: 38px;
}
.btn-icon.rotateable .icon
{
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.btn-icon.rotateable.rotate .icon
{
	transform: rotateZ(180deg);
}
a
{
/*	color: #3675dd; */
	color: #54A4E6;
}
a.keep-color:hover
{
	color: #54A4E6 !important;
}
a.underlined
{
	border-radius: 0;
/*	color: #3675dd; */
	color: #54A4E6;
	text-decoration: underline;
	border-bottom: none;
}
.expand-toggle:hover a.underlined,
a.underlined:hover
{
/*	color: #3675dd; */
	color: #54A4E6;
	text-decoration: underline;
	border-bottom: none;
}
a.not-underlined
{
/*	color: #3675dd; */
	color: #54A4E6;
	text-decoration: none;
	border-bottom: none;
}
.expand-toggle:hover a.not-underlined,
a.not-underlined:hover
{
/*	color: #3675dd; */
	color: #54A4E6;
	text-decoration: none;
	border-bottom: none;
}
a.hover-underlined
{
	border-radius: 0;
/*	color: #3675dd; */
	color: #54A4E6;
	text-decoration: none;
	border-bottom: none;
}
.expand-toggle:hover a.hover-underlined,
a.hover-underlined:hover
{
/*	color: #3675dd; */
	color: #54A4E6;
	text-decoration: underline;
	border-bottom: none;
}
a.dashed-underlined
{
	border-radius: 0;
/*	color: #3675dd; */
	color: #54A4E6;
	text-decoration: none;
/*	border-bottom: 1px dashed #3675dd; */
	border-bottom: 1px dashed #54A4E6;
}
.expand-toggle:hover a.dashed-underlined,
a.dashed-underlined:hover
{
/*	color: #3675dd; */
	color: #54A4E6;
	text-decoration: none;
	border-bottom: 1px solid;
}
a.grayscale
{
	color: #333;
	border-color: #333;
}
a:not(:hover).grayscale.lighter-less
{
	color: #A0B1C5;
}
/*
.btn.focus, .btn:focus, .btn:hover,
a:focus, a:hover
{
	color: #3675dd;
}
a:focus, a:hover
{
	text-decoration: underline !important;
}
*/
.btn-link
{
	border-radius: 0;
/*	color: #3675dd; */
	color: #54A4E6;
	text-decoration: none;
	border: none;
	background: none;
	outline: none !important;
}
.btn-link:active
{
	background: none;
}
.btn-link:hover
{
	text-decoration: none;
}
.btn-narrow
{
	padding-left: 1px;
	padding-right: 1px;
}
.btn-thin
{
	padding-top: 0;
	padding-bottom: 0;
}
.smaller-font .btn,
.smaller-font .btn-link
{
	font-size: 14px;
/*
	padding-top: 4px;
	padding-bottom: 4px;
*/
}
.btn.btn-with-ei div
{
	top: 5px;
}
.btn.btn-with-ei
{
	padding-top: 0;
	padding-bottom: 6px;
}
.disablable-form.disablable-lock .disablable-submit
{
	pointer-events: none;
	touch-action: none;
	background-color: #e0e0e0;
	border-color: #dbdbdb;
}
.row-header
{
/*	border-bottom: 1px solid #38a5d3; */
/*	padding: 6px 8px; */
	padding: 12px 8px;
}
.row-skip
{
	opacity: 0.2;
}
.row-skip:not(.row-skip-shown)
{
	display: none;
}
.row-was-skip
{
	border-top: 1px dashed #38a5e0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.multicolor-item-list.multicolor-item-list-rows > .row-was-skip:first-of-type
{
	border-top: none !important;
}
.stronger
{
	font-weight: bold;
}
.hover-link-like:hover
{
	text-decoration: underline;
	cursor: pointer;
}
.twoline-button
{
	display: flex;
	flex-direction: row;
}
a.twoline-button:hover
{
	text-decoration: none;
}
.twoline-left
{
	margin-right: 5px;
}
.twoline-right
{
	flex-grow: 1;
}
.twoline-label, .twoline-text
{
	display: block;
}
.twoline-button:hover .twoline-label
{
	text-decoration: underline;
}
.twoline-label
{
	font-size: 24px;
	letter-spacing: -0.3px;
}
.twoline-text
{
	color: black;
	font-size: 12px;
	display: inline-block;
	padding: 1px 4px
	margin-left: -4px;
}
.twoline-button-up
{
	margin-top: -10px;
	width: 250px;
}
.export-generator
{
}
.export-generator.export-generator-passive
{
	pointer-events: none;
	touch-action: none;
	cursor: not-allowed;
}
.export-generator.export-generator-passive .twoline-left,
.export-generator.export-generator-passive .twoline-label
{
	opacity: 0.5;
}
.twoline-button.export-generator
{
	padding-left: 0px;
}
.twoline-button .twoline-left .icon.icon--m
{
	margin-top: 2px;
}
.export-generated-earlier .twoline-text
{
	background: #ffffc1;
}
.export-generated-error .twoline-text
{
	background: #ffe4df;
}

/*
* -----------------------------------------------------------------
* Patch
*/

.checkbox label, .radio label
{
	font-weight: 400;
	padding-left: 20px;
}
.unpadded-checkbox .checkbox label, .radio label
{
	padding-left: 0;
}
.checkbox.thin-line, .radio.thin-line
{
	padding-top: 0;
}
.checkbox.thin-line.pad, .radio.thin-line.pad
{
	padding-top: 1px;
}
.checkbox.thin-line label, .radio.thin-line label
{
	margin-top: 0;
}
input[type=checkbox], input[type=radio]
{
/*	margin: 8px 0 0; */
	margin: 0;
}
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox],
.radio input[type=radio],
.radio-inline input[type=radio]
{
	margin-left: -20px;
}
.list-group-item > .row input[type="checkbox"]
{
/*
	margin: 0 !important;
	margin-left: 2px !important;
*/
/*
	margin-top: -10px !important;
*/
/*	margin-left: 7px !important; */
/*
	line-height: 30px;
	display: inline-block;
*/
	margin-top: 3px;
}
.list-group-item > .row input[type="radio"]
{
	margin-top: 3px;
}
.message-processing-answer .checkbox input[type="checkbox"],
.message-processing-answer .radio input[type="radio"]
{
	margin-top: 5px;
}
.modal
{
/*	top: initial; */
/*	bottom: -11px; */
/*
	height: 80vh;
	max-height: 80vh;
*/
	z-index: 2999;
}
/*
.modal.fade
{
    -webkit-transition: opacity .2s linear, none;
        -moz-transition: opacity .2s linear, none;
            -ms-transition: opacity .2s linear, none;
                -o-transition: opacity .2s linear, none;
                    transition: opacity .2s linear, none;
                        top: 50%;
}
*/
.modal-dialog
{
	position: relative;
}
.modal-content
{
/*
	height: 100%;
	max-height: 100%;
*/
}
.modal-header
{
	padding: 40px;
/*	padding-bottom: 25px; */
	padding-bottom: 0;
	padding-top: 25px;
/*	border-bottom: 1px solid #e5e5e5; */
    border-bottom: none;
/*
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
*/
}
.modal-header h1,
.modal-header h2,
.modal-header h3,
.modal-header h4
{
	margin-right: 20px;
}
.modal-header .close
{
/*	margin-top: 15px; */
	margin-top: 5px;
	opacity: 1.0;
	outline: none !important;
}
.modal-header .close:hover
{
/*	color: black; */
}
.modal-header .close .icon,
.modal-content .close .icon

{
	width: 30px;
	height: 30px;
}
.modal-body
{
	padding: 20px 40px;
/*	margin-bottom: 60px; */
}
.modal-footer
{
	padding: 40px;
	padding-top: 0;
	border-top: none;
}
.modal-footer:not(.modal-footer-relative)
{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}
.modal .modal-scrollable
{
	height: 68vh;
	max-height: 68vh;
	overflow-x: hidden;
	overflow-y: scroll;
	margin-right: -40px;
    padding-right: 40px;
}
.modal-backdrop.in
{
	opacity: 0.5;
}
.modal-backdrop
{
/*	background-color: #6E6E6E; */
	background-color: black;
}
.modal-content
{
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	border-color: rgba(69, 88, 108, 0.2);
	-webkit-box-shadow: 0 0 35px rgba(0,0,0,.07);
	box-shadow: 0 0 35px rgba(0, 0, 0, 0.07);
}
.modal.fade .modal-dialog
{
	transform: translate3d(0, 100vh, 0);
}
.modal.in .modal-dialog
{
	transform: translate3d(0, 0, 0);
}
.visible-for
{
	display: none;
}
.white-text-editor
{
	width: 100%;
	height: 400px;
	box-sizing: border-box;
	outline: none;
	background-color: white !important;
	border: 1px solid #A5A5A5 !important;
	display: none;
}
.cke_page_editor .cke_bottom, .cke_page_editor .cke_top
{
	border: 1px solid #ddd !important;
	padding: 5px 5px 0 5px !important;
}
.cke_page_editor .cke_bottom
{
	border-top: none !important;
}
.cke_page_editor .cke_top
{
	border-bottom: none !important;
}
.inline
{
	display: inline-block;
}
.chat-history-placeholder
{
/*
	font-size: 18px;
	font-weight: 300;
*/
	font-size: 14px;
/*	text-align: center; */
/*	padding: 40px 10px; */
	color: #909090;
}
.chat-history-loading
{
	width: 100%;
	height: 100%;
	display: flex;
	vertical-align: middle;
}
.text-limited
{
	overflow: hidden;
	text-overflow: ellipsis;
/*	white-space: nowrap; */
}
.btn-in-row
{
	padding: 6px 1px;
/*
	display: inline-block;
	height: 24px;
	line-height: 24px;
*/
}
.smaller-font .btn-in-row
{
	font-size: 14px;
}
.panel.panel-for-form
{
	padding: 20px;
/*	padding-bottom: 15px; */
	background-color: #fdf0f0;
	border: 1px solid #F3DEDE;
}
.panel.panel-for-form input[type="text"],
.panel.panel-for-form input[type="number"],
.panel.panel-for-form textarea,
.panel.panel-for-form select
{
	background-color: #FFFFFF !important;
	border-color: #F3DEDE !important;
}
.blue-form input[type="text"],
.blue-form input[type="number"],
.blue-form textarea,
.blue-form select,
.panel.panel-for-form .blue-form input[type="text"],
.panel.panel-for-form .blue-form input[type="number"],
.panel.panel-for-form .blue-form textarea,
.panel.panel-for-form .blue-form select
{
	background-color: #e0eff9 !important;
	border-color: #E0EFF9 !important;
}
a.sort-button
{
	display: inline-block;
	box-sizing: border-box;
	width: 100%;
	background: url('../images/sort_bg_neutral.png') no-repeat right center;
}
div.sort-button
{
	background: url('../images/sort_bg_neutral.png') no-repeat right 15px center;
}
div.sort-button > a
{
	margin-right: 10px;
}
.sort-button.sort-neutral
{
}
.sort-button.sort-up
{
	background-image: url('../images/sort_bg_asc.png');
}
.sort-button.sort-down
{
	background-image: url('../images/sort_bg_desc.png');
}
.message-upload-button
{
	display: block;
	height: 35px;
	width: 50px;
	margin-top: -2px;
	margin-right: 5px;
}
.fileinput-button
{
	text-decoration: none !important;
}
.message-upload-button.fileinput-button
{
/*	position: initial; */
/*	position: absolute; */
}
.message-upload-button.fileinput-button input
{
	max-height: 40px;
}
.message-upload-button .icon
{
/*	margin-bottom: -15px; */
	width: 35px;
	height: 35px;
}
.canned-answers-button
{
	display: block;
	height: 35px;
	width: 50px;
	margin-top: -2px;
	margin-right: 5px;
}
.canned-answers-button .icon
{
/*	margin-bottom: -15px; */
	width: 35px;
	height: 35px;
}
.chat-footer .progress
{
	background: transparent;
	width: 45px;
	height: 7px;
	margin-bottom: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.chat-footer .progress-bar
{
	background: #5BAFDD;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.chat-footer .progress-bar-success
{
	background: #5BAFDD;
/*	background: #D5EAF7; */
}
.expand-toggle
{
	cursor: pointer;
}
.expand-container.expanded .hide-when-expanded
{
	display: none;
}
.expand-container:not(.expanded) .show-when-expanded
{
	display: none;
}
ul.time-slot-list
{
	padding: 0;
	margin-bottom: 0;
	list-style: none;
/*	list-style-position: inside; */
}
ul.time-slot-list li
{
	padding: 0;
	margin: 0;
}
.content.processing .form-horizontal .checkbox,
.content.processing .form-horizontal .radio,
.message.message-processing .checkbox,
.message.message-processing .radio
{
	min-height: 23px;
	padding-top: 0;
}
.message.message-processing .checkbox,
.message.message-processing .radio
{
	margin-top: 3px;
	margin-bottom: 3px;
}
.popover-cookie /* .content.processing */ .form-horizontal .checkbox,
.popover-cookie /* .content.processing */ .form-horizontal .radio,
.popover-cookie /* .message.message-processing */ .checkbox,
.popover-cookie /* .message.message-processing */ .radio
{
	padding-top: 0;
	min-height: auto;
	margin-top: 1px;
	margin-bottom: 1px;
}
.popover-cookie.scroll-tweak
{
	margin-right: -14px;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 0;
	padding-right: 0;
}
.popover-cookie.scroll-tweak > .popover-scroll-guard
{
	padding-right: 14px;
}
.fullscreen-button-icon
{
	width: 22px;
	height: 22px;
	background: url('/images/fullscreen_2_blue.svg') center center no-repeat;
	background-size: cover;
	display: inline-block;
	cursor: pointer;
}
.popover-cookie h4
{
	position: relative;
}
.popover-cookie h4 .fullscreen-button-icon
{
	position: absolute;
	top: 6px;
	right: 2px;
}
.content.processing .form-horizontal label,
.message.message-processing label
{
	margin-top: 0;
}
.processing-question .index
{
	display: inline-block;
	text-align: right;
	width: 20px;
}
.processing-question .processing-question-text-container
{
	padding-left: 45px;
}
.drag-handle,
.drag-handle label
{
}
.drag-handle-cursor
{
	cursor: move;
}
.background-image-changer
{
	cursor: pointer;
}
.faq-answer
{
	margin-left: 45px;
}
.inline-content:not(.inline-content-no-indent)
{
	margin: 15px;
}
.inline-content.inline-content-form
{
	margin: 0;
/*    background: #f4f8fb; */
    background: #f5f8fb;
    padding: 30px;
/*    border-radius: 7px; */
    border-radius: 9px;
}
.list-group-item .inline-content.inline-content-form
{
	padding-left: 15px;
	padding-right: 15px;
}
.inline-content.inline-content-form.indent-bottom-more
{
	margin-bottom: 30px;
}
.inline-content-indent
{
	margin-left: 60px;
	margin-right: 60px;
}
.inline-content-indent.no-indent-right
{
	margin-right: 0;
}
.inline-content-indent.no-indent-left
{
	margin-left: 0;
}
.background-image-changer-container .background-image-changer,
.logo-image-changer-container .logo-image-changer,
.profile-image-changer-container .profile-image-changer
{
	display: inline-block;
}
.background-image-changer img
{
	cursor: pointer;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	overflow: hidden;
	border: 5px solid white;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.logo-image-container img
{
	cursor: pointer;
/*
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
*/
	overflow: hidden;
	border: 5px solid white;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.profile-image-container img
{
	cursor: pointer;
/*
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
*/
	overflow: hidden;
	border: 5px solid white;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.background-image-changer.active img
{
	border-color: #A1B9D3;
box-shadow: 0 0 10px #A1B9D3;
}
.img-placeholder
{
/*
	display: inline-block;
	background: #FA98B7;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
*/
	position: relative;
}
/*
.img-placeholder.profile-image-changer {
	width: 120px;
	height: 120px;
}
*/
.img-placeholder.logo-image-changer {
	max-width: 160px;
	max-heigt: 160px;
}
.img-placeholder.background-image-changer {
	max-width: 160px;
	max-heigt: 160px;
}
.background-image-changer .active-overlay
{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: none;
	background: transparent url('/images/check_mark.png') center center no-repeat;
}
.background-image-changer.active .active-overlay
{
	display: block;
}
.img-placeholder.background-image-changer img
{
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
}
.popover-content .img-placeholder
{
	min-width: 95px;
	min-height: 72px;
}
.background-system-list
{
	margin-top: 10px;
	padding-left: 10px;
}
.background-system-list .background-image-changer
{
	margin-bottom: 15px;
}
.popover-cookie .background-system-list
{
	margin-top: 0;
	padding-right: 7px;
	padding-bottom: 5px;
}
.popover-cookie .background-system-list .background-image-changer
{
	margin-bottom: 3px;
}
.popover-cookie .background-system-list .thinner-col
{
	padding-right: 3px;
}
.background-preview
{
	margin-left: -5px;
}
.sit-uploader .progress
{
	background: transparent;
/*	width: 45px; */
	height: 30px;
	margin-bottom: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.sit-uploader .progress-bar
{
	background: #5BAFDD;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.sit-uploader .progress-bar-success
{
	background: #5BAFDD;
/*	background: #D5EAF7; */
}

/*
* -----------------------------------------------------------------
* Domain background styling
*/

.background-mode-cover .background-container,
.background-container.background-mode-cover
{
	background-repeat: no-repeat;
/*	background-position: center; */
	background-position: top center;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.background-mode-centered .background-container,
.background-container.background-mode-centered
{
	background-repeat: no-repeat;
	background-position: top center;
}
.background-mode-top_left .background-container,
.background-container.background-mode-top_left
{
	background-repeat: no-repeat;
	background-position: top left;
}
.background-mode-top_right .background-container,
.background-container.background-mode-top_right
{
	background-repeat: no-repeat;
	background-position: top right;
}
.background-mode-tiled .background-container,
.background-container.background-mode-tiled
{
	background-repeat: repeat;
	background-position: top left;
}
.background-mode-tiled_v .background-container,
.background-container.background-mode-tiled_v
{
	background-repeat: repeat-y;
	background-position: top center;
}
.background-mode-tiled_v_left .background-container,
.background-container.background-mode-tiled_v_left
{
	background-repeat: repeat-y;
	background-position: top left;
}
.background-mode-tiled_v_right .background-container,
.background-container.background-mode-tiled_v_right
{
	background-repeat: repeat-y;
	background-position: top right;
}
.background-mode-tiled_h .background-container,
.background-container.background-mode-tiled_h
{
	background-repeat: repeat-x;
	background-position: top center;
}
.inline-add-form-container
{
/*	display: inline-block; */
}

/*
* -----------------------------------------------------------------
* reCAPTCHA
*/

.g-recaptcha .rc-anchor-light
{
	border: none !important;
	background: none !important;
}
.g-recaptcha .rc-anchor
{
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
}
.recaptcha-wrap
{
	margin-top: 2px;
	height: 78px;
}

/*
* -----------------------------------------------------------------
* Login
*/

.panel.panel-enter
{
	margin-top: 20px;
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

/*
* -----------------------------------------------------------------
* Page
*/

.edit-this-page-container
{
	display: block;
	float: right;
	position: fixed;
	top: 20px;
	right: 20px;
/*	z-index: 2005; */
	z-index: 1010;
}
.edit-this-page-container
{
	display: block;
	padding: 4px 8px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	background-color: rgba(255, 255, 255, 0.7);
}
.content.page-content,
.content.page-content p,
.content.page-content a,
.content.page-content span,
.sit-text,
.sit-text p,
.sit-text a,
.sit-text span
{
	font-size: 18px;
	font-weight: 300;
}
.content.page-content p,
.content.page-content a,
.content.page-content span,
.sit-text,
.sit-text p,
.sit-text a,
.sit-text span
{
	line-height: 30px;
}
.content.page-content strong,
.content.page-content strong p,
.content.page-content strong a,
.content.page-content strong span,
.sit-text strong,
.sit-text strong p,
.sit-text strong a,
.sit-text strong span
{
	font-size: 18px;
	font-weight: 600;
}
.content .list-group-heading .sit-em,
.row-header .sit-em
{
	font-weight: 600;
}

/*
* -----------------------------------------------------------------
* Popover
*/

.popover-cookie
{
	max-width: 400px;
	padding: 5px;
	padding-bottom: 10px;
}
.popover
{
	max-width: 500px;
	min-width: 200px;
/*
	border: 1px solid #ccc;
	border: 1px solid rgba(0,0,0,.2);
	border-color: #45586C;
*/
/*	border-color: #5BAFDD; */
/*	border-color: #45586C; */
/*	border-color: #FFFFFF; */
/*	border-color: #CDCDCD; */
	border-color: rgba(69, 88, 108, 0.2);
	border-radius: 5px;
/*
	-webkit-box-shadow: 0 5px 50px rgba(0,0,0,.1);
	box-shadow: 0 5px 50px rgba(0, 0, 0, 0.1);
*/
/*
	-webkit-box-shadow: 0 0 15px rgba(0,0,0,.3);
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
*/
	-webkit-box-shadow: 0 0 35px rgba(0,0,0,.07);
	box-shadow: 0 0 35px rgba(0, 0, 0, 0.07);
}
.popover.bottom > .arrow
{
/*	border-bottom-color: #5BAFDD; */
/*	border-bottom-color: #45586C; */
/*	border-bottom-color: #FFFFFF; */
/*	border-bottom-color: #CDCDCD; */
	border-bottom-color: rgba(69, 88, 108, 0.2);
}
.popover.left > .arrow
{
/*	border-left-color: #5BAFDD; */
/*	border-left-color: #45586C; */
/*	border-left-color: #FFFFFF; */
/*	border-left-color: #CDCDCD; */
	border-left-color: rgba(69, 88, 108, 0.2);
}
.popover-content.popover-content-scrolling
{
	max-height: 50vh;
	overflow-x: hidden;
	overflow-y: scroll;
}
.popover-scroll-guard
{
/*	max-height: 30vh; */
/*	max-height: 50vh; */
	max-height: 32vh;
	overflow-x: auto;
	overflow-y: scroll;
}
/*
.popover .popover-cookie textarea
{
	padding: 15px;
}
*/
.popover.bottom .popover-cookie textarea
{
	resize: vertical;
	max-height: 200px;
}
.popover.left .popover-cookie textarea
{
	resize: horizontal;
	max-width: 380px;
}

/*
* -----------------------------------------------------------------
* MiniColors
*/

.minicolors-theme-bootstrap .minicolors-swatch
{
	width: 22px;
	height: 22px;
	border-radius: 6px;
	cursor: pointer;
}

/*
* -----------------------------------------------------------------
* Chat
*/

div[class^="show-if-status-"],
div[class*=" show-if-status-"],
div[class^="show-if-substatus-"],
div[class*=" show-if-substatus-"],
div[class^="show-if-mystatus-"],
div[class*=" show-if-mystatus-"]
{
	display: none;
}
.status-undefined .show-if-status-undefined,
.status-postprocessing .show-if-status-postprocessing,
.status-offline .show-if-status-offline,
.status-online .show-if-status-online,
.status-preprocessing .show-if-status-preprocessing,
.status-archive .show-if-status-archive,
.status-chat .show-if-status-chat,
.status-deleted .show-if-status-deleted,
.status-changed_operator .show-if-status-changed_operator,
.status-session_recovery .show-if-status-session_recovery,
.status-push_domain .show-if-status-push_domain,
.substatus-none .show-if-substatus-none,
.substatus-undefined .show-if-substatus-undefined,
.substatus-disconnected .show-if-substatus-disconnected,
.mystatus-undefined .show-if-mystatus-undefined,
.mystatus-online .show-if-mystatus-online,
.mystatus-busy .show-if-mystatus-busy,
.mystatus-unavailable .show-if-mystatus-unavailable,
.mystatus-invisible .show-if-mystatus-invisible,
.mystatus-offline .show-if-mystatus-offline
{
	display: block;
}
.status-undefined .hide-if-status-undefined,
.status-postprocessing .hide-if-status-postprocessing,
.status-offline .hide-if-status-offline,
.status-online .hide-if-status-online,
.status-preprocessing .hide-if-status-preprocessing,
.status-archive .hide-if-status-archive,
.status-chat .hide-if-status-chat,
.status-deleted .hide-if-status-deleted,
.status-changed_operator .hide-if-status-changed_operator,
.status-changed_operator .hide-if-status-session_recovery,
.status-push_domain .hide-if-status-push_domain,
.substatus-none .hide-if-substatus-none,
.substatus-undefined .hide-if-substatus-undefined,
.substatus-disconnected .hide-if-substatus-disconnected,
.mystatus-undefined .hide-if-mystatus-undefined,
.mystatus-online .hide-if-mystatus-online,
.mystatus-busy .hide-if-mystatus-busy,
.mystatus-unavailable .hide-if-mystatus-unavailable,
.mystatus-invisible .hide-if-mystatus-invisible,
.mystatus-offline .hide-if-mystatus-offline
{
	display: none;
}
.offline-block
{
	width: 100%;
	height: 100%;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	background: #FAFBFB;
	font-size: 20px;
/*	color: #5BAFDD; */
	color: #454545;
	padding: 25px 10px;
	text-align: center;
}
.offline-block div
{
	color: #909090;
	font-size: 14px;
}

/*
* -----------------------------------------------------------------
* Alert
*/

.alert-danger
{
/*
	background-image: -webkit-linear-gradient(top,#f2dede 0,#e7c3c3 100%);
	background-image: -o-linear-gradient(top,#f2dede 0,#e7c3c3 100%);
	background-image: -webkit-gradient(linear,left top,left bottom,from(#f2dede),to(#e7c3c3));
	background-image: linear-gradient(to bottom,#f2dede 0,#e7c3c3 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
	background-repeat: repeat-x;
*/
	border-color: #dca7a7;
	background: #FFDADA;
}
.alert-info
{
/*
	background-image: -webkit-linear-gradient(top,#d9edf7 0,#b9def0 100%);
    background-image: -o-linear-gradient(top,#d9edf7 0,#b9def0 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#d9edf7),to(#b9def0));
    background-image: linear-gradient(to bottom,#d9edf7 0,#b9def0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);
    background-repeat: repeat-x;
*/
    border-color: #9acfea;
    background: #d9edf7;
}

/*
* -----------------------------------------------------------------
* New
*/

.textarea-like-disabled
{
/*	background-color: #D5EAF7 !important; */
	background-color: #e0eff9 !important;
	padding: 10px;
	border-radius: 7px;
/*	border-color: #E0EFF9; */
	border-color: #e0eff9 !important;
/*	min-height: 60px; */
	min-height: 40px;
/*	font-size: 12px; */
}
.dragging-over-placeholder
{
	border: 5px dashed transparent;
}
.dragging-over
{
	border-color: #808080;
}
.chat-history a.operator-shortcut
{
/*	color: #808080; */
	color: #54A4E6;
}
/*
.chat-history a.operator-shortcut:hover
{
	color: black;
}
*/
span.operator-shortcut-alt
{
}
span.operator-shortcut-alt:hover
{
	text-decoration: underline;
	cursor: pointer;
}
.modal-content .modal-chat-content .operator-shortcut-alt,
.modal-content .modal-chat-content .operator-shortcut
{
	pointer-events: none;
}
.sender-colorer
{
	width: 10px;
	height: 10px;
	border-radius: 50%;
}
.new-messages-informer
{
	cursor: pointer;
}
.new-messages-informer .message-indicator
{
	background-color: #70ca96;
}
input[type="checkbox"].mega-checkbox
{
	width: 18px;
	height: 18px;
	margin-top: 1px !important;
}
label.mega-label
{
	margin-top: 2px;
	vertical-align: top;
	line-height: 18px;
}
label.lite
{
	font-weight: normal;
}
.list-group-item input[type="checkbox"].mega-checkbox
{
	vertical-align: top;
}
.list-group-item input[type="checkbox"].mega-checkbox:not(.no-indent-top)
{
	margin-top: 4px !important;
}
.href-div-ignore,
.href-div-ignore:hover
{
	cursor: initial !important;
}
.translated
{
	background-color: yellow !important;
}
.indent-after-rating
{
	margin-bottom: 55px;
}
/*
.content.row.processing input[type="text"]
{
	width: 100%;
	box-sizing: border-box;
	margin-left: 35px;
	margin-right: 35px;
}
*/
.answer-input-text
{
	padding-left: 35px;
	padding-right: 35px;
}
.text-break-word
{
	word-wrap: break-word;
}
.resize-vertical
{
	resize: vertical !important;
}
.resize-none
{
	resize: none !important;
}
.panel-for-center
{
	margin-left: auto;
	margin-right: auto;
}
.text-limited-vertical
{
	overflow: hidden;
}
.text-limited-vertical-3
{
	max-height: 57px;
}
.register-group-1,
.register-group-2,
.register-group-3
{
	margin-bottom: 20px;
}
.register-group-2
{
	margin-top: 60px;
}
.btn-force-white
{
	color: white !important;
}
.last-login-line
{
/*	margin-top: 32px; */
}
.last-login-lines
{
	display: flex;
}
.last-login-lines .last-login-line
{
	flex-grow: 1;
}
.last-login-lines .last-login-line:nth-child(2)
{
	text-align: right;
}
.no-wrap
{
	white-space: nowrap;
}
.radio-sub-text
{
	margin-top: -15px;
	margin-left: 35px;
	color: #89b;
	opacity: 0.7;
}
.root-service-provider-row-1
{
	margin-bottom: 60px;
}
div.input-error-description
{
	color: #ff4444;
}
.form-control.form-control-errorneous
{
	background-color: #ffdddd !important;
/*    border-color: #ffdcdc !important; */
	border-color: transparent !important;
}
.inline-add-form-container.add-form-service_provider
{
	margin-bottom: 30px;
}
.content-container.embed .page-content-register
{
/*	position: relative */
	max-width: initial;
}
.content-container.embed .register-container
{
	max-width: 500px;
	margin: 0 auto;
/*
	margin: 0;
	position: absolute;
	left: 50%;
    transform: translate(-50%, 0);
*/
}
/*
.content-container.embed .register-container:after
{
	content: ' ';
	display: block;
	clear: both;
}
*/

/*
* -----------------------------------------------------------------
* Hack
*/

#message::-webkit-scrollbar {
    width: 8px;
}
 
/* Track */
#message::-webkit-scrollbar-track {
/*    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);  */
    -webkit-border-radius: 1px;
    border-radius: 1px;
}
 
/* Handle */
#message::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(210, 228, 241, 0.30); 
/*    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);  */
}
#message::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(210, 228, 241, 0.50); 
}

/*
* -----------------------------------------------------------------
* Cookies
*/

#cookies_banner
{
	padding: 15px;
	margin:0;
	line-height: 150%;
	background-color:rgba(51,51,51,0.8);
	width:100% !important;
	color:white;
	text-align:center;
	position:fixed;
	bottom:0px;
	left:0;
	z-index:10000;
}
#cookies_banner #banner_close,
#cookies_banner #banner_close_for_all
{
/*	position:absolute; */
	text-decoration:none;
/*	display:block; */
	display: inline-block;
/*
	top:25px;
	right:50px;
*/
	color:white;
	font-size:22px;
	border: solid 1px #fff;
/*	border-radius: 45px; */
	border-radius: 15px;
	padding: 15px 25px;
	background-color:rgba(51,51,51,0.4);
	margin-top: 10px;
}
.cookie-close
{
	float: right;
	color: white;
}
.cookie-close:hover
{
	color: white;
	cursor: pointer;
}

/*
* -----------------------------------------------------------------
* New styles
*/

.jconfirm .jconfirm-box div.content-pane .content
{
	padding: 0 !important;
}
.text-with-inline-input
{
	color: #89b;
}
.text-with-inline-input input[type="text"]
{
	max-width: 50px;
	display: inline-block;
}
.text-with-inline-input input[type="number"]
{
	max-width: 60px;
	display: inline-block;
}
.text-with-inline-input .fixed-width-text
{
	display: inline-block;
}
.text-with-inline-input .fixed-width-text.status-text
{
	width: 90px;
/*	padding: 3px 6px; */
/*	border-radius: 3px; */
	font-weight: 600;
}
.status-text.status-text-busy
{
/*	background: #DBB840; */
}
.status-text.status-text-unavailable
{
/*	background: #db4f40; */
}
/*
.operator-badge
{
	float: right;
	color: #efefef;
	background-color: red;
}
*/
.page-footer-buttons
{
	indent-top: 60px !important;
}
.indent-left-as-checkbox
{
	margin-left: 35px;
}
.emojione
{
	margin: 0 !important;
}
.has-feedback.has-feedback-left-alt .form-control
{
	padding-left: 0;
	text-indent: 30px;
}
.button-just-for-bell
{
	opacity: 0.0 !important;
    -webkit-transition: opacity 1.0s ease;
    -moz-transition: opacity 1.0s ease;
    -o-transition: opacity 1.0s ease;
    transition: opacity 1.0s ease;
}
.button-just-for-bell.suspended
{
	opacity: 0.5 !important;
}
.button-just-for-bell.suspended > .icon
{
	background: rgba(255, 0, 0, 0.69) none repeat scroll 0 0 !important;
}
.outer-addon, .outer-addon-plus
{
	position: relative;
}
.outer-addon
{
	padding-right: 30px;
}
.outer-addon-plus
{
	padding-right: 54px;
}
.outer-addon .addon, .outer-addon-plus .addon
{
	position: absolute;
	right: 0;
/*	top: 12px; */
	top: 5px;
}
.outer-addon-plus .addon-plus
{
	position: absolute;
	right: 28px;
/*	top: 12px; */
	top: 5px;
}
.inner-addon
{
    position: relative;
}
.inner-addon .glyphicon, .inner-addon a
{
  position: absolute;
}
.inner-addon .glyphicon
{
/*  padding: 10px; */
  top: 10px;
  pointer-events: none;
}
.inner-addon a
{
/*  padding: 12px; */
  top: 12px;
}
.left-addon .glyphicon, .left-addon a
{
	left: 10px;
}
.right-addon .glyphicon, .right-addon a
{
	right: 10px;
}
.left-addon input
{
	padding-left: 30px;
}
.right-addon input
{
	padding-right: 30px;
}
.clipboard-copy
{
	width: 20px;
	height: 20px;
/*
	width: 20px;
	height: 20px;
*/
	stroke: #54A4E6;
	fill: none;
	stroke-width: 1;
/*	stroke-linejoin: unset; */
	stroke-linecap: round;
/*  background: green; */
/*
    background: url('/images/copy_blue.svg') center center no-repeat;
    background-size: contain;
*/
}
.clipboard-copy-icon svg
{
	width: 24px;
	height: 24px;
	vertical-align: top;
	margin-top: 6px;
	scale: 0.8;
}
.clipboard-copy:not(.keep-color):hover
{
	stroke: black;
/*	background-image: url('/images/copy.svg'); */
}
.clipboard-copy.copied
{
/*	stroke: #54e6a1; */
/*	stroke: #00ec23; */
/*	stroke: #32c832bf; */
/*	stroke: #00ca00; */
	stroke: #74CFA7;
}
.with-right-icon
{
	padding-right: 26px;
	position: relative;
}
.right-icon
{
	position: absolute;
	top: 0;
	right: 0;
}
.panel-like
{
	padding: 0 20px;
	border: 1px solid transparent;
}
.disabled-like-wrapper
{
	cursor: not-allowed !important;
}
.disabled-like
{
	pointer-events: none !important;
}
.modal-chat-operator .wrapped
{
	display: flex;
}
.modal-chat-operator #modal-sidebar-wrapper
{
	float: none;
	border-radius: 0;
	min-width: 23%;
	max-width: 25%;
	flex-grow: 1;
	background: #40656b;
}
.modal-chat-operator.modal-chat-operator-super #modal-sidebar-wrapper
{
	background: #664c57;
}
.modal-chat-operator .hint-indicator
{
	right: 20px;
}
.modal-chat-operator ul.user-list li
{
	border-bottom-color: #476f75;
}
.modal-chat-operator ul.user-list li.active a
{
	pointer-events: initial;
}
.modal-chat-operator ul.user-list li:not(.active):not(.virtual-operator-header)
{
/*	border-bottom-color: #477077; */
	border-bottom-color: #5a7c83;
}
.modal-chat-operator ul.user-list li:not(.active):not(.virtual-operator-header):hover
{
/*	background-color: #446a71; */
/*	background-color: #477077; */
	background-color: #506f75;
}
.modal-chat-operator.modal-chat-operator-super ul.user-list li:not(.active):not(.virtual-operator-header)
{
/*	border-bottom-color: #7b5d6a; */
	border-bottom-color: #7b5f6c;
}
.modal-chat-operator.modal-chat-operator-super ul.user-list li:not(.active):not(.virtual-operator-header):hover
{
/*	background-color: #7b5d6a; */
	background-color: #6e5560;
}
.modal-chat-operator:not(.modal-chat-operator-super) ul.user-list li.virtual-operator-header:hover
{
	background: #40656b;
}
.modal-chat-operator.modal-chat-operator-super ul.user-list li.virtual-operator-header:hover
{
	background: #664c57;
}
.modal-chat-operator .full-height.content-container
{
	float: none;
	width: initial;
	max-width: initial;
	min-width: initial;
	width: auto;
	flex-grow: 1;
}
.modal-chat-operator .content.chat-content,
.modal-chat-operator .content.modal-chat-content
{
	width: 100%;
/*
	padding: 45px;
	padding-right: 0;
*/
	box-sizing: border-box;
}
.modal-chat-operator .chat-history
{
	width: 100%;
/*	padding-right: 25px; */
	padding-right: 45px;
}
#wrapper.modal-chat-operator,
#modal_wrapper.modal-chat-operator
{
	min-height: 100px;
	max-height: 80vh;
	height: 100%;
	padding: 0;
}
/*
.modal-content
{
	background: #000055;
	height: 100%;
}
*/
.virtual-operator-header
{
/*	padding: 20px 0 10px 0px; */
	padding: 18px 0 10px 0;
	text-align: center;
	font-weight: normal;
}
.virtual-operator-header-name
{
	color: white;
	text-transform: uppercase;
}
.chat-preview-box
{
	position: relative;
}
.chat-preview-box.loading .chat-preview-container
{
	opacity: 0.5;
}
.chat-preview-box .chat-preview-loading
{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -32px;
	width: 48px;
	height: 48px;
	transform: translateX(-50%) translateY(-50%);
	z-index: 101;
}
.chat-preview-box .chat-for-operator-placeholder
{
	position: relative;
}
.chat-preview-box .chat-preview-placeholder
{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	padding: 15px;
	background: #f5f8fb;
	border-radius: 9px;
}
.chat-preview-box:not(.loading) .chat-preview-loading
{
	display: none;
}
.modal-dialog
{
	position: relative;
}
.modal-dialog button.close.special-position
{
	position: absolute;
	right: 20px;
	top: 15px;
	opacity: 1;
	z-index: 100;
}
.chat-history-head button.btn
{
	vertical-align: top;
	margin-top: 2px;
	margin-left: 5px;
}
.user-picker-slash
{
	font-size: 14px;
	display: inline-block;
	margin: 0 2px;
}
.list-group-item.mid > .message
{
	-webkit-transition: background-color 1s ease;
	-moz-transition: background-color 1s ease;
	-o-transition: background-color 1s ease;
	transition: background-color 1s ease;
}
.blink-message
{
	animation: blinker-message 1.0s step-start infinite;
	background-color: #b6e6ff;
}
@keyframes blinker-message
{
	40% {
/*		box-shadow: inset 0 0 0px 3px rgb(32 160 207 / 50%); */
	}
	50% {
/*		box-shadow: inset 0 0 0px 3px #20a0cf; */
	}
	60% {
/*		box-shadow: inset 0 0 0px 3px rgb(32 160 207 / 50%); */
	}
}

@media(max-width:1199px)
{

.indent-left-as-checkbox-2
{
	margin-left: 35px;
}

}

.indent-left-as-checkbox.indent-left-as-checkbox-outer
{
	margin-left: 22px;
}
a:focus
{
	color: initial;
}
a.unfocusable:focus
{
	color: initial;
	text-decoration: none;
}
.content-is-hidden
{
	text-align: center;
	margin-top: 50px;
	margin-bottom: 50px;
}
.content-is-hidden .inner
{
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	background: #eaeaea;
	padding: 10px 20px;
	display: inline-block;
}
.processing.processing-report .message-processing
{
	background: #f7e6d5;
	border-top-left-radius: 10px !important;
	border-bottom-right-radius: 0 !important;
}
.processing.processing-report .message-processing.message-comment-for-push
{
	margin-left: 55px;
	margin-right: 55px;
	border-top-left-radius: 0 !important;
	margin-top: -20px;
}
#working_hours_container
{
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
  	opacity: 0.2;
	filter: grayscale(100%);
	margin-left: 12px;
/*	height: 200px; */
	pointer-events: none;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
#working_hours_container.active
{
/*
-webkit-user-select: all;
-moz-user-select: all;
-ms-user-select: all;
user-select: all;
*/
	pointer-events: initial;
	opacity: 1.0;
	filter: grayscale(0%);
}
#working_hours
{
	height: 145px;
}
.dayContainer
{
	max-width: 62px;
	margin-right: 4px;
	font-size: 11px !important;
}
.dayContainer.inactive
{
	pointer-events: none;
	filter: grayscale(1);
	opacity: 0.5;
}
.dayContainer.inactive .operationDayTimeContainer
{
	display: none;
}
.dayContainer.inactive .colorBox.WorkingDayState
{
	border: 1px solid #c2e0f5;
	background-color: #e0eff9;
}
.inline-content .dayContainer
{
	max-width: 60px;
}
.dayContainer:last-child
{
	margin-right: 0;
}
.dayContainer .weekday
{
	text-align: center;
	font-size: 11px !important;
}
.dayContainer .colorBox
{
	border-radius: 7px;
}
.inline-content .dayContainer .colorBox
{
	height: 44px;
}
.dayContainer .colorBox.WorkingDayState
{
    border: 1px solid #3587be;
    background-color: #3587bd;
}
.dayContainer .colorBox.RestDayState
{
    border: 1px solid #c2e0f5;
    background-color: #e0eff9;
}
.time-pair-container
{
	display: flex;
}
.time-pair-container .time-pair
{
	flex-grow: 1;
}
.time-pair-container .time-pair-spacer
{
	line-height: 34px;
	margin-left: 2px;
	margin-right: 2px;
}
.operationTime .mini-time
{
	width: 50px;
	text-align: center;
	margin-left: 8px;
}
.inline-content .operationTime .mini-time
{
	margin-left: 6px;
}
.tag-list
{
	margin-top: 5px;
	display: flex;
	flex-wrap: wrap;
	margin-right: -5px;
}
.tag
{
	min-width: 40px;
	min-height: 20px;
	flex-grow: 1;
	display: block;
	text-decoration: none !important;
}
.tag > span,
.tag-span-div
{
	display: block;
/*	border: 1px solid #ebf2f5; */
/*	border: 1px solid #97AAB9; */
	border: 1px solid #E1E8EE;
	border-radius: 7px;
	padding: 2px 12px;
	margin-top: 5px;
	margin-right: 5px;
	box-sizing: border-box;
/*	color: #b7c5cf; */
	color: #97AAB9;
	text-align: center;
}
.tag-span-div
{
	display: inline-block;
	margin-right: 0;
}
.tag > span:hover,
.tag-span-div:hover
{
	border-color: #5BAFDD !important;
	color: #5BAFDD;
}
.tag.tag-present > span
{
/*
	background-color: #5BAFDD;
	border-color: #5BAFDD;
	color: white;
*/
/*	border-color: #E8ECEF; */
	border-color: #EBF0F4;
	color: #E8ECEF;
}
#chat_session_tags
{
/*	min-height: 76px; */
	min-height: 54px;
}
.checkbox-grouper
{
/*
	margin-left: 48px;
	margin-right: 48px;
*/
	margin-left: 35px;
	margin-right: 35px;
/*	padding-bottom: 20px; */
	padding-bottom: 5px;
}
.checkbox-grouper:last-child
{
	padding-bottom: 0;
}
.checkbox-grouper > .checkbox:first-child, .checkbox-grouper > .radio:first-child
{
	margin-top: -5px;
}
.appointment-message-text
{
	font-size: 34px;
	color: #3fb1e1;
	letter-spacing: -0.5px;
	font-weight: 300;
}
.appointment-message-counter
{
	display: inline-block;
	color: white;
	background-color: #3fb1e1;
	border-radius: 50%;
	height: 80px;
	width: 80px;
	line-height: 80px;
	font-weight: 300;
	font-size: 36px;
}
.stronger-lite
{
	font-weight: 400;
}
.lighter-semi
{
	color: rgb(255 255 255 / 30%);
}
.lighter-gray
{
	color: #aaa !important;
}
.lite
{
	font-weight: 300;
}
.lite-all * {
	font-weight: 300;
}
.cal-date-used
{
	background: gainsboro;
}
.cal-date-used-future
{
	background: #abe6ff;
}
.cal-date-today
{
	font-weight: bold;
}
.error-message-container
{
}
.error-message-container .error-message, .error-message-text
{
	margin-top: 10px;
	color: #FF7A7A;
	text-align: center;
}
.error-message-text.force
{
	color: #FF7A7A !important;
}
.content-container .list-group-item a:not(.inline-editing-like):not(.inline-editing-edit):not(.inline-editing-edit-like):not(.inline-editing-delete):not(.inline-editing-delete-like):not(.inline-appointment-accept):not(.inline-appointment-release) .icon
{
	margin-top: -2px;
}
/*
.invisible
{
	visibility: initial;
}
*/
.no-indent-checkbox .checkbox
{
	padding-top: 0 !important;
}
.no-indent-checkbox .checkbox > label
{
/*	margin-top: 0 !important; */
}
.no-indent-checkbox .checkbox input[type="checkbox"],
.no-indent-checkbox .checkbox-inline input[type="checkbox"],
.no-indent-checkbox .radio input[type="radio"],
.no-indent-checkbox .radio-inline input[type="radio"]
{
/*	vertical-align: middle; */
	margin-bottom: 0 !important;
}
.input-block-for-checkbox
{
	padding-left: 36px;
	padding-right: 36px;
}
.more-button
{
	display: inline-block;
}
/*
.more-button + .more-content
{
	max-height: 0;
	overflow: hidden;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
*/
/*
.more-button:focus + .more-content
{
	max-height: 10000px;
}
*/
.processing-custom-answer-option div.checkbox
{
	margin-top: 0;
	text-align: right;
}
.processing-custom-answer-option label
{
	padding-left: 12px;
	margin-top: 0;
}
.processing-custom-answer-option input[type="checkbox"]
{
	float: none !important;
	margin: 0 !important;
	margin-right: 8px !important;
	vertical-align: middle !important;
}
.processing-required-checkbox div.checkbox
{
	margin-top: 2px;
	margin-bottom: 0;
	text-align: right;
}
.processing-required-checkbox label
{
	margin-top: 0;
}
.processing-required-checkbox input[type="checkbox"]
{
	margin-right: 4px !important;
 	vertical-align: top !important;
}
.custom-input-container
{
/*	margin-left: 44px; */
	margin-left: 24px;
	margin-right: 19px;
/*	display: none; */
	overflow: hidden;
	height: 0;
	opacity: 0;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
input[type="checkbox"]:checked + .custom-input-container,
input[type="radio"]:checked + .custom-input-container
{
/*	display: block; */
	opacity: 1.0;
	height: 34px;
}
.custom-pair-container
{
	display: flex;
	padding-right: 19px;
}
.custom-pair-container input[type="text"]
{
	margin-top: -5px;
}
.chat-footer.chat-footer-log .more-button,
.chat-footer.chat-footer-log .more-button-like
{
	margin-left: 13px;
	margin-bottom: 10px;
}
.chat-footer.chat-footer-log .icon
{
	vertical-align: middle;
	margin-top: -5px;
}
.match-level
{
	position: absolute;
/*	background: red; */
/*
	width: 22px;
	height: 16px;
	left: 5px;
	top: 36px;
	margin-top: -3px;
*/
	width: 12px;
	height: 25px;
	left: 10px;
	top: 50%;
/*	margin-top: -13px; */
	margin-top: -11px;
	display: flex;
	flex-direction: column-reverse;
}
.match-level > .ml
{
/*
	width: 5px;
	height: 100%;
	margin-right: 2px;
*/
	width: 100%;
/*	height: 5px; */
	height: 4px;
/*	margin-bottom: 3px; */
	margin-bottom: 4px;
/*	background: #dAe0ea; */
	background: #cad5ea;
	border-radius: 2px;
}
.match-level-1 > .ml:nth-child(1),
.match-level-2 > .ml:nth-child(1),
.match-level-3 > .ml:nth-child(1),
.match-level-2 > .ml:nth-child(2),
.match-level-3 > .ml:nth-child(2),
.match-level-3 > .ml:nth-child(3)
{
	background: #8599bb;
}
.list-group-item:not(:hover) .match-level
{
	display: none;
}
.pre
{
	white-space: pre;
}
blockquote.code
{
	white-space: pre;
	font-size: 10px;
	font-family: monospace;
	background: #f7f7f7;
	overflow-x: scroll;
}
.font-14
{
	font-size: 14px;
	color: #333;
}
a.font-14
{
	color: #54A4E6;
}
form.disabled-form
{
	pointer-events: none;
	touch-action: none;
	filter: grayscale(100%);
	opacity: 0.5;
}
.log-match-block
{
	display: inline-block;
}
.log-match-block span,
.log-match-block a
{
	display: inline-block;
	color: #89b;
}
.log-match-block span:not(.matched),
.log-match-block a:not(.matched)
{
/*	opacity: 0.3; */
/*	color: #dAe0ea; */
	color: #b7c5d5;
}
.list-group-item:not(:hover) .log-match-block
{
	display: none;
}
.list-group-item:hover .ip-address
{
	display: none;
}
.custom-answer-container
{
/*	margin-left: 44px; */
	margin-left: -3px;
}
.checkbox.width-100 > label,
.radio.width-100 > label
{
	width: 100%;
}
.text-success
{
	color: #74cfa7 !important;
}
.sortables .list-group-item
{
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid-column;
/*	display:table; */
/*	padding: 5px 8px; */
	padding: 10px 12px;
	color: #444;
	font-size: 14px;
}
/*
.sortables .columns-scoller > .list-group
{
	max-height: 400px;
	padding-bottom: 20px;
	overflow-y: scroll;
	overflow-x: hidden;
}
*/
.sortables .columns-scoller
{
	position: relative;
}
/*
.sortables .columns-scoller .list-group .list-group-item:last-child
{
	margin-bottom: 17px;
}
.sortables .columns-scoller:after
{
	position: absolute;
	content: ' ';
	display: block;
	left: 0;
	right: 0;
	bottom: 0;
	height: 17px;
	background: rgba(255, 255, 255, 0.8);
}
*/
.sortables #export_available_columns .list-group-item
{
/*	padding: 2px 5px; */
	padding: 6px 12px;
}
.sortables .list-group
{
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.sortables .list-group.list-group-for-dropping
{
/*	margin-bottom: 0; */
	margin-bottom: 3px;
/*	padding-bottom: 30px; */
/*	padding-bottom: 17px; */
	padding-bottom: 0;
	min-height: 100px;
}
.no-padding-left
{
	padding-left: 0 !important;
}
.export-color-red-2
{
	background-color: #fdf0f0;
}
.export-color-yellow
{
	background-color: #fdf9d3;
}
.export-color-blue
{
	background-color: #d5eaf7;
}
.export-color-gray
{
	background-color: #efefef;
}
.export-color-green
{
	background-color: #d5f7da;
}
.export-color-red
{
	background-color: #f7e6d5;
}
.btn-link, .btn-link:active, .btn-link:focus, .btn-link:hover
{
	border-color: inherit;
}
.btn-deactivated
{
	background-color: #e0e0e0;
}
.pagination-icon
{
	vertical-align: middle;
}
.pagination-icon > div
{
/*	margin-top: -2px; */
	margin-top: -4px;
	vertical-align: middle;
}
a.not-active
{
	filter: grayscale(50%);
	opacity: 0.2;
	pointer-events: none;
}
.indent-for-export
{
/*	margin-left: 25px; */
}
.indent-for-export-inner
{
	margin-left: 25px;
}
.indent-for-export.indent-for-export-padded
{
	padding-top: 5px;
	padding-bottom: 10px;
}
.togglier-mode.togglier-mode-button .togglier-checkbox
{
	display: none;
}
.togglier-mode.togglier-mode-checkbox .togglier-button
{
	display: none;
}
.togglier-mode.togglier-mode-checkbox .togglier-button-disable
{
	filter: grayscale(90%);
	opacity: 0.3;
	pointer-events: none;
}
.modal-header-top-button
{
	font-size: 14px;
	vertical-align: top;
	line-height: 14px;
	text-transform: uppercase;
	margin-right: 20px;
/*	margin-top: 1px; */
}
.modal-header-top-button > span
{
	text-decoration: underline;
	display: inline-block;
/*	margin-left: 5px; */
	vertical-align: middle;
}
.modal-header-top-button .btn-link,
.modal-header-top-button .btn-special-body
{
/*	width: 30px; */
	width: 24px;
	color: #FF8B8E !important;
/*	border-color: #FF8B8E !important; */
}
.modal-header-top-button
{
	outline: 0;
	cursor: pointer;
	float: right;
	padding: 0;
	border: none;
	background: transparent;
	text-decoration: none !important;
/*	margin-top: 5px; */
}
.modal-header-top-button .btn-icon .icon
{
	width: 28px;
	height: 28px;
}
.modal-header-top-button + .modal-title
{
	margin-right: 180px;
}
.modal-header-top-button:hover .btn-link,
.modal-header-top-button:hover .btn-special-body
{
/*	color: white !important; */
	color: #FF8B8E !important;
/*	background-color: #FF8B8E !important; */
	background-color: transparent !important;
}
.nav-pills>li>a
{
	border: 1px solid transparent;
	border-radius: 7px;
	line-height: 23.5px !important;
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: 16.5px;
	font-family: 'open sans', sans-serif !important;
	font-weight: 400 !important;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover
{
	background: none;
	color: #38a5d3 !important;
	border: 1px solid #38a5d3;
}
.nav-pills>li>a:hover
{
	border: 1px solid #38a5d3;
	background: #38a5d3;
	color: white !important;
}
.ignore-p p
{
	display: inline;
}
.inline-push-comment
{
	margin-top: 20px;
}
.inactive-button
{
	filter: grayscale(90%);
	opacity: 0.1;
	pointer-events: none;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.pre-br
{
	white-space: pre;
	line-height: 20px;
}
.row.vertical-middle
{
	display: flex;
	align-items: center;
/*
	display: table;
*/
/*
	vertical-align: middle;
	white-space: nowrap;
*/
}
.vertical-middle
{
	vertical-align: middle;
}
.vertical-middle-force
{
	vertical-align: middle !important;
}
.vertical-top
{
	vertical-align: top;
}
.ms-options-wrap > 	.ms-options
{
	padding: 5px;
/*	border-radius: 7px; */
}
.ms-options-wrap > .ms-options > ul label
{
	padding-left: 26px;
}
.ms-options-wrap > .ms-options > ul label.focused, .ms-options-wrap > .ms-options > ul label:hover
{
	background-color: inherit;
	border-color: transparent;
}
.ms-options-wrap > .ms-options .ms-selectall
{
	text-transform: none;
}
.not-allowed-cursor
{
	cursor: not-allowed;
}
.indent-left-6
{
	margin-left: 6px;
}
.popover.padded h4
{
	font-size: 18px;
	margin: 0 14px;
	margin-top: 9px;
}
.popover.padded label
{
	margin: 0 14px;
	margin-top: 9px;
}
#network_state_container
{
	color: white;
	background-color: #FF7A7A;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 10px 20px;
	font-weight: 400;
	min-height: 42px;
	position: absolute;
	z-index: 1130;
	transform: translateX(-50%);
	left: 50%;
	top: 32px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	pointer-events: none;
}
#network_state_container.state-disconnected
{
}
#network_state_container.state-connected
{
	display: none;
}
#network_state_container.state-connecting
{
	filter: grayscale(1);
}
#network_state_container.state-dropping
{
	filter: grayscale(0.5);
}
.user-list .similar-amount
{
	margin-left: 2px;
}
.similar-wrapper,
.chat-members-wrapper
{
	vertical-align: top;
	margin-top: 8px;
	font-size: 20px;
}
.similar-wrapper sup.similar-number,
.chat-members-wrapper sup
{
}
.similar-wrapper sup.similar-new,
.chat-members-wrapper sup.similar-new
{
	color: #6dc594;
}
.wh-message
{
	margin-top: 10px !important;
}
.weight-600
{
	font-weight: 600 !important;
}
.dismiss-revert-container
{
	min-width: 65px;
}
.dismiss-revert-container:not(:hover) .dismiss-revert-button
{
	display: none;
}
.dismiss-revert-container:hover .dismiss-revert-text
{
	display: none;
}
textarea.view-doc
{
	padding: 10px;
	resize: none;
}
div.view-doc
{
	white-space: pre-line;
}
sup
{
	font-size: 80%;
	color: #919eae;
}
th.sorting
{
	position: relative;
	padding-right: 25px !important;
}
th.sorting:hover
{
	text-decoration: underline;
	cursor: pointer;
}
th.sorting:after
{
	display: block;
	content: ' ';
	position: absolute;
	right: 5px;
	top: 50%;
	translate: 0 -50%;
}
th.sorting.sorting-asc:after
{
	content: '▲';
}
th.sorting.sorting-desc:after
{
	content: '▼';
}
.button-height-daterange .form-control, .red-form-control input[type="text"]
{
	height: 42px !important;
}
.button-height-daterange .form-control-feedback .icon, .button-height-daterange-icon-only .form-control-feedback .icon
{
	margin-top: 7px;
	color: #e58a8a;
}

@media print
{

.content.content-for-print
{
	padding: 10px;
}
.chat-history-container-wrapper
{
	margin-top: 0;
}
.chat-history
{
	padding-top: 0;
}
.chat-footer-log.panel
{
	margin-bottom: 0;
}
.non-printable
{
	display: none;
}
.chat-footer, .chat-footer-log
{
	display: block !important;
}
.chat-footer-log
{
/*	height: initial !important; */
}
/*
.chat-footer-log:after
{
	content: ' ';
	clear: both;
	display: block;
}
.chat-history-container-wrapper
{
	position: relative;
}
*/
.chat-history-container
{
/*	margin-top: 500px; */
/*	overflow-x: auto; */
/*
	position: absolute;
	top: 0;
	background: red;
*/
}

}

.scroll-box-container
{
	max-width: 100%;
	overflow-x: auto;
}
.data-table
{
}
.data-table th, .data-table td
{
	padding: 1px 5px;
/*	border: 1px solid #20a0cf; */
	border: 1px solid #b9b9b9;
}
.data-table th
{
	color: white;
/*	background: #20a0cf; */
	background: #b9b9b9;
}

.h-with-icons
{
}
.h-with-icons .h-text
{
/*
	display: inline-block;
	width: 100%;
*/
}
.h-with-icons .h-icon-container, .icon-head-container.icon-head-container-addon
{
}

/* EMBED-FIX */

body.embed-fix
{
	/*min-height: 100vh;
	height: 100vh;
	max-height: 100vh; wpex fix*/
	min-height:100%;
/*	overflow: auto; */
	overflow: hidden;
	heght:100%;
}
body.embed-fix .chat-history-fader,
body.embed-fix .chat-history-container-wrapper,
body.embed-fix .chat-footer
{
    -webkit-transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
    transition: all 1.5s ease;
}
body.embed-fix .chat-history-head .head-button.for-embed-fix,
body.embed-fix .h-with-icons .head-button.for-embed-fix
{
	display: none;
}
body.embed-fix .float-buttons
{
	right: 5px;
	padding: 5px;
}

@media(min-height:101px)
{

body.embed-fix h1,
body.embed-fix h2
{
	font-size: 36px;
}
body.embed-fix h3
{
	font-size: 34px;
}
body.embed-fix .embed-collapsed-show
{
	opacity: 0;
	display: none;
}

}

@media(max-height:100px)
{

body.embed-fix
{
	overflow: hidden;
}
body.embed-fix .embed.need-padded .chat-content
{
	padding-left: 0 !important;
}
body.embed-fix .chat-history-head
{
	padding-right: 20px !important;
/*	padding-top: 2px !important; */
}
body.embed-fix .content.chat-content .chat-history-head
{
	padding-right: 30px !important;
}
/*
body.embed-fix .chat-history-head .content-container .icon-head-container
{
	margin-top: 10px;
}
*/
body.embed-fix .content-container .icon-head-container
{
	margin-top: 4px !important;
	position: absolute;
	top: 0;
	right: 0;
}
body.embed-fix .content-container .content.chat-content .icon-head-container
{
	margin-top: 3px !important;
}
body.embed-fix .chat-with,
body.embed-fix .chat-with-multiple-operators,
body.embed-fix .chat-with-new-messages,
body.embed-fix .chat-with-name
{
	margin: 0 !important;
	margin-bottom: 10px !important;
/*	line-height: 1.1 !important; */
}
body.embed-fix .chat-history-fader,
body.embed-fix .chat-history-container-wrapper,
body.embed-fix .chat-footer,
body.embed-fix .embed-collapsed-hide
{
	opacity: 0;
	display: none;
}
body.embed-fix .embed-collapsed-show
{
	opacity: 100;
	display: unset;
}
body.embed-fix .chat-history-head .head-button:not(.for-embed-fix),
body.embed-fix .h-with-icons .head-button:not(.for-embed-fix)
{
	display: none;
}
body.embed-fix .chat-history-head .head-button.for-embed-fix,
body.embed-fix .h-with-icons .head-button.for-embed-fix
{
	display: inline-block;
}
body.embed-fix .float-buttons
{
	display: none;
}
body.embed-fix h1
{
	font-size: 26px;
	margin-top: 12px !important;
}
body.embed-fix h1:after
{
	border-bottom: none;
}
body.embed-fix .content.chat-content  h1
{
	margin-top: 10px !important;
}
body.embed-fix .content-container.embed
{
	overflow: hidden;
	height: 52px;
	max-height: 52px;
}
body.embed-fix .sittool-expand-widget
{
	cursor: pointer;
}
body.embed-fix .h-with-icons .h-text
{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-right: 20px;
	max-width: 100%;
	min-height: 32px;
	display: inline-block;
}

}

.sittool-oi-h
{
	display: flex;
	white-space: nowrap;
}
.sittool-oi-h .sittool-oi-wh
{
}
.sittool-oi-h .sittool-oi-text
{
	white-space: nowrap;
	float: left;
/*
	line-height: 18px;
	height: 18px;
*/
	padding-left: 16px;
/*
	font-size: 15px;
	font-family: Helvetica,Arial,sans-serif;
*/
	font-weight: 300;
	overflow: hidden;
	text-overflow: ellipsis;
}
.sittool-oi-h .sittool-oi-text.sittool-oi-text-online
{
/*	color: #111111; */
}
.sittool-oi-h .sittool-oi-text.sittool-oi-text-offline
{
	color: #111111;
}
.sittool-oi-h .sittool-oi-icon
{
	width: 12px;
	height: 12px;
	min-width: 12px;
	min-height: 12px;
	max-width: 12px;
	max-height: 12px;
/*	float: left; */
	padding: 0;
	margin: 9px 0;
	border-radius: 50%;
}
.sittool-oi-h .sittool-oi-icon.sittool-oi-icon-online
{
	background: #90c95c;
}
.sittool-oi-h .sittool-oi-icon.sittool-oi-icon-offline
{
	background: #cacaca;
}
body.waiting-load-error .sittool-oi-h
{
	filter: grayscale(1);
	opacity: 0.5;
}
body.waiting-load-error #operator_board
{
	filter: grayscale(1);
	opacity: 0.5;
	cursor: not-allowed !important;
	pointer-events: none;
}
body.waiting-load-error #operator_board *
{
	cursor: not-allowed !important;
	pointer-events: none;
}
.state-loading-possible
{
}
.state-loading-possible:not(.state-loading) .state-loading-show
{
	display: none;
}
.state-loading-possible.state-loading .state-loading-hide
{
	display: none;
}
.state-loading-possible.state-loading .state-loading-disable
{
/*	filter: grayscale(1.0); */
	opacity: 0.5;
	pointer-events: none;
}
.panel-heading .accordion-toggle .icon
{
	width: 30px;
	height: 30px;
}
.panel-heading .accordion-toggle .icon-collapser
{
	float: right;
	margin-top: 5px;
}
.panel-heading .accordion-toggle:not(.collapsed) .icon-collapser.icon-collapsed 
{
	display: none;
}
.panel-heading .accordion-toggle.collapsed .icon-collapser.icon-expanded
{
	display: none;
}
.panel-heading
{
	padding: 10px 0;
}
.panel-heading + div
{
	padding-bottom: 0px;
}
.panel-default > .panel-heading
{
/*	background: #f5f8fb; */
	background: transparent;
}
h3.panel-title > a
{
	font-size: 28px !important;
	color: #20a0cf !important;
	display: block;
	font-weight: 300;
	padding-left: 5px;
}
h3.panel-title > a:hover,
h3.panel-title > a:active,
h3.panel-title > a:focus
{
	text-decoration: none;
}
h3.panel-title:after
{
	content: ' ';
	display: block;
	margin: 8px 3px;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 5px;
	border-bottom: 1px solid #E5E5E5;
}
.panel-group .panel
{
	border-radius: 10px;
}
.panel-group .panel
{
	-webkit-box-shadow: none;
	box-shadow: none;
}
.panel-default
{
/*	border-color: #e5e5e5; */
	border: none;
}
.panel-in-text h3.panel-title
{
	padding-left: 3px;
	padding-right: 4px;
}
.panel-in-text h3.panel-title > a
{
	font-weight: 700;
	font-size: 14px !important;
	font-family: "Open Sans", sans-serif;
	letter-spacing: initial;
}
.panel-in-text h3.panel-title:after
{
	display: none;
}
.panel-in-text .panel-heading .accordion-toggle .icon
{
	width: 20px;
	height: 20px;
}
.panel-in-text .panel-heading .accordion-toggle .icon-collapser
{
	margin-top: 0;
}
.panel-group .panel-in-text + .panel-in-text
{
	margin-top: 0;
}
.spacer
{
	height: 5px;
}
.spacer.spacer-2
{
	height: 13px;
}
.nowrap
{
	white-space: nowrap;
}
.pad-left-to-checkbox-line
{
	padding-left: 13px;
}
.text-warning
{
	color: #ffa70f;
}
.narrower-intable
{
	padding-left: 15px;
	padding-right: 15px;
}
.narrower-intable-sub
{
	padding-left: 8px;
	padding-right: 8px;
}
.narrower-intable-2
{
	padding-left: 24px;
	padding-right: 24px;
}
.narrower-inpills
{
	padding-left: 8px;
	padding-right: 8px;
}
.narrower-inpills-trick
{
	padding-right: 0;
}
.day-pill
{
	width: 60px;
}
.day-pill a
{
	font-size: 15px !important;
	text-transform: uppercase;
	padding-left: 10px !important;
	padding-right: 10px !important;
	text-align: center;
}
.day-pill.day-pill-first
{
	margin-left: 78px
}
.inner-label-indent-fix-1 .label,
.label-indent-fix
{
	margin-top: 3px;
}
.inner-label-indent-fix-2 .label,
.label-indent-fix-2
{
	margin-top: 10px;
}
.label-indent-fix3
{
	margin-top: 8px;
}
.loadable-content
{
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.loading-content
{
	opacity: 0.4;
	filter: grayscale(1) blur(5px);
}
.jconfirm .jconfirm-box div.title-c .title
{
	letter-spacing: -0.2px;
}
