.cis-envelope-icon {
}

.cis-bell-icon {
}

.cis-add-icon {
}

.cis-bell-content:before {
	right: 203px;
}

.cis-envelope-content:before {
	right: 263px;
}

.cis-add-content:before {
	right: 143px;
}

.cis-bell-number, .cis-envelope-number {
	opacity: 0;
	position: absolute;
	top: 0px;
	right: 0px;
	transform: translate(-6px, 6px);
	user-select: none;
	border-radius: 50%;
	width: 16px;
	height: 16px;
	padding: 2px;
	text-align: center;
	font-size: 16px;
	line-height: 18px;
}

.cis-notifications-wrapper {
	width: 500px;
	right: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.cis-notifications-wrapper.menu_content_wrapper--hidden {
	padding-top: 0px;
	padding-bottom: 0px;
}

.cis-note {
	display: inline-block;
	padding-top: 20px;
	padding-bottom: 20px;
	font-style: italic;
}

.cis-ticket-wrapper.cis-ticket-wrapper--notification {
	cursor: pointer;
	width: 100%;
	margin: 0px;
}

.cis-ticket-wrapper.cis-ticket-wrapper--notification:hover {
}

.cis-ticket-priority.cis-ticket-priority--notification {
	right: 10px;
	left: unset;
}

.cis-filter-wrapper {
	box-sizing: border-box;
	width: 95%;
	border-radius: 2px;
	margin-bottom: 15px;
	padding-top: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: left;
	font-size: 14px;
}

.cis-filter-input {
	border: none;
	outline: none;
	padding: 5px;
	font-weight: bold;
}

.cis-filter-span--loading {
	position: relative;
	top: 6px;
	left: -35px;
	float: right;
	font-style: italic;
	font-weight: bold;
	opacity: 0;
	transition: opacity 1s ease-out;
}

.cis-filter-span--loading--show {
	opacity: 1;
	transition: opacity 0s ease-out;
}

.cis-filter-span--reset {
	float: right;
	cursor: pointer;
	position: relative;
	top: 16px;
	font-size: 12px;
}

.cis-filter-span--reset--chambermaids {
	top: -20px;
}

.cis-filter-span--reset:hover {
	text-decoration: underline;
}

.cis-filter-input--group-direction {
	margin-right: 40px;
}

.cis-filter-input--checkbox {
	-webkit-appearance: none;
	width: 27px;
	height: 27px;
	position: relative;
	top: 7px;
	border-radius: 3px;
	margin: 0px;
}

.cis-filter-input--checkbox:checked:after {
	content: '\274C';
	position: absolute;
	top: 2px;
	left: 0px;
	color: #000;
	font-size: 20px;
}

.cis-filter-span--header {
	display: inline-block;
	min-width: 125px;
	text-align: right;
	font-style: italic;
}

.cis-filter-span--hidden {
	display: none;
	opacity: 0;
}

.cis-filter-span--first {
	margin-left: 15px;
}

.cis-filter-span--checkbox {
	margin-right: 30px;
}

.cis-tickets-wrapper {
	transition: opacity 1s ease-out;
}

.cis-tickets-wrapper--loading {
	opacity: 0.25;
	pointer-events: none;
	transition: opacity 0s ease-out;
}

.cis-ticket-wrapper {
	position: relative;
	box-sizing: border-box;
	width: 95%;
	min-height: 70px;
	margin-bottom: 5px;
	padding-left: 70px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
	font-size: 12px;
	border-radius: 2px;
	white-space: nowrap;
}

.cis-ticket-wrapper.cis-ticket-wrapper--read.cis-ticket-wrapper--not-done.cis-ticket-wrapper--not-deleted:hover {
}

.cis-ticket-wrapper.cis-ticket-wrapper--not-read.cis-ticket-wrapper--not-done:not(.cis-ticket-wrapper--deleted):hover {
}

.cis-ticket-wrapper--not-read {
}

.cis-ticket-wrapper--done {
}

.cis-ticket-wrapper--done .cis-ticket-header {
	text-decoration: line-through;
}

.cis-ticket-wrapper--deleted {
}

.cis-ticket-wrapper--last-in-group {
}

.cis-ticket-separator {
	display: block;
	width: 96%;
	height: 2px;
	border-radius: 2px;
	margin-bottom: 20px;
	margin-top: 20px;
}

.cis-ticket-room-number {
	position: absolute;
	top: 5px;
	bottom: 5px;
	left: 0px;
	min-height: 60px;
	width: 60px;
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	line-height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.cis-ticket-recipients {
	display: inline;
}

.cis-ticket-priority {
	display: inline;
	position: absolute;
	top: 5px;
	left: 370px;
}

.cis-ticket-room-status {
	display: inline;
	position: absolute;
	top: 5px;
	left: 630px;
}

.cis-ticket-insert-details {
	display: inline;
	position: absolute;
	top: 5px;
	right: 5px;
	font-size: 10px;
}

.cis-ticket-header {
	font-size: 16px;
	font-weight: bold;
	padding: 5px 10px 0px 0px;
	overflow: hidden;
	white-space: break-spaces;
}

.cis-notifications-wrapper .cis-notification--date {
	position: relative;
	margin-top: 15px;
	text-align: left;
}

.cis-notifications-wrapper .cis-notification--date:before {
	content: '';
	position: absolute;
	z-index: 0;
	top: 50%;
	left: 0;
	width: 100%;
	height: 2.1px;
	transform: translateY(-50%);

		background: #888888;
}

.cis-notifications-wrapper .cis-notification--date--span {
	display: inline-block;
	position: relative;
	z-index: 10;
	height: 15px;
	line-height: 15px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 15px;
	font-weight: bold;

		color: #666666;
		background: #dddddd;
}

.cis-notifications-wrapper .cis-ticket-header {
	font-size: 14px;
}

.cis-ticket-text {
	font-size: 12px;
	padding: 0px 10px 15px 0px;
	white-space: normal;
}

.cis-ticket-image-wrapper a {
	display: block;
	color: #0000ff;
	padding: 0px 10px 15px 0px;
}

.cis-ticket-image-wrapper img {
	display: none;
	width: 95%;
	max-width: 1200px;
	margin-bottom: 15px;
}

.cis-ticket-chat {
/*	position: relative;		*/
/*	top: -10px;			*/
	padding: 0px 10px 0px 0px;
}

.cis-ticket-chat:empty {
	padding: 0px;
}

.cis-ticket-chat--entry-wrapper {
	display: inline-flex;
	margin-bottom: 5px;
}

.cis-ticket-chat-span {
	display: inline-block;
	min-width: 50px;
	padding-right: 2px;
}

.cis-ticket-chat-span--entry {
	max-width: 75vw;	
	white-space: normal;
	white-space: break-spaces;
	padding-left: 10px;
	font-style: italic
}

.cis-ticket-reply {
	padding: 0 10px;
	margin: 10px 0px;
}

.cis-ticket-reply--hidden {
	display: none;
}

.cis-ticket-input, input[type="text"].cis-ticket-input {
}

.cis-ticket-input--text, input[type="text"].cis-ticket-input--text {
	width: 200px;
}

.cis-tag {
	display: inline-block;
	min-width: 45px;
	text-align: center;
	font-size: 12px;
	line-height: 14px;
	margin-left: 5px;
	margin-right: 5px;
	padding-left: 2px;
	padding-right: 2px;
	border-radius: 2px;
	white-space: nowrap;
	overflow: hidden;
}

.cis-tag--recipients--0 {
}

.cis-tag--recipients--1 {
}

.cis-tag--recipients--2 {
}

.cis-tag--recipients--9 {
}

.cis-tag--priority--0 {	
}

.cis-tag--priority--1 {
}

.cis-tag--priority--2 {
}

.cis-tag--room-status {
	min-width: 75px;
}

.cis-tag--room-status--0 {
}

.cis-tag--room-status--1 {
}

.cis-tag--room-status--2 {
}

.cis-tag--room-status--3 {
}

.cis-tag--clickable {
	cursor: pointer;
}

.cis-tag--not-selected {
}

.cis-ticket-controls {
	position: absolute;
	bottom: 5px;
	right: 15px;
}

.cis-ticket-wrapper:hover .cis-ticket-controls {
}

.cis-button {
	cursor: pointer;
	margin-left: 30px;
	font-weight: bold;
}

.cis-button:hover {
	text-decoration: underline;
}

.cis-button.cis-button--insert-reply {
	margin-left: 10px;
}

.div--cis_for_room {
	position: absolute;
	right: 0px;
	bottom: 0px;
	transform: translate(-2px, -1px);
	z-index: 5;
}

.div--cis_for_room i {
	transform: scaleX(-1);
}

.a--cis_for_room {
	padding: 0;
	margin: 0;
	font-size: 0.8em;
}

.a--cis_for_room:hover {
}

table.rooms a.a--cis_for_room:hover {
}

.a--cis_for_room.a--cis_for_room--unread {
}

.a--cis_for_room.a--cis_for_room--unread:hover {
}

.a--cis_for_room--number {
	display: inline-block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	line-height: 10px;
	font-size: 0.6em;
}

.cis-add-content {
	text-align: right;
	padding-right: 50px;
}

.cis-add-content--select {
	border: none;
	outline: none;
	padding: 10px;
	margin-right: 10px;
	border-radius: 0px;
	cursor: pointer;
}

.cis-add-content--select--room {
	width: 75px;
}

.cis-add-content--select:hover {
}

.cis-add-content--select-span {
	display: inline-block;
	height: 37px;
	line-height: 37px;
	padding: 0px 10px 0px 10px;
	margin-right: 10px;
	border-radius: 0px;
}

.cis-add-content--input--text, input[type="text"].cis-add-content--input--text {
	height: 37px;
	padding: 0px 10px 0px 10px;
	margin-right: 10px;
	border-radius: 0px;
	border: none;
	outline: none;
}

.cis-add-content--input--text:hover, input[type="text"].cis-add-content--input--text:hover {
}

.cis-add-content--select-span--recipients {
	width: 300px;
	text-align: center;
}

.cis-add-content--select-span--priority {
	width: 250px;
	text-align: center;
}

.cis-add-content--input--text--header {
	width: 685px;
	margin-top: 10px;
	font-weight: bold;
}

.cis-add-content--input--text--text {
	width: 685px;
	margin-top: 10px;
}

.cis-add-content--error {
	margin-right: 20px;
}

.cis-add-content--error--hidden {
	display: none;
}

.cis-add-content--button {
	text-align: right;
	cursor: pointer;
	font-size: 1em;
	font-weight: bold;
	width: 125px;
	height: 40px;
	margin: 20px 30px 0px 0px;
	padding: 10px;
	border: 2px;
	border-style: solid;
	border-radius: 3px;
	text-align: center;
}

.cis-add-content--button:hover {
}

span.cis-postprocessing--long:after{
	transform: translate(-45px,-7px);
}

span.cis-postprocessing--long:before {
	transform: translate(35px,-7px);
}

.cis-postprocessing--critical:after { 
        content: '!';
        width: 10px;
        height: 10px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-30px,-7px);
        border-radius: 50%;
        font-size: 10px;
        line-height: 11px;
        font-weight: bold;
        opacity: 1;
	pointer-events: none;
}

.cis-postprocessing--safe:before {
        content: 'S';
        width: 10px;
        height: 10px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(15px,-7px);
        border-radius: 50%;
        font-size: 10px;
        line-height: 11px;
        font-weight: bold;
        opacity: 1;
	pointer-events: none;
}





.cis-br {
	display: none;
}

.cis-br.cis-br--always-on {
	display: block;
}



















