.complaint-dropimage-tooltip{
	position: absolute;
	background: #efefe0;
    bottom: 100%;
    left: 50%;
	transform: translateX(-50%);
	width: 100%;
    margin: 0 0 10px 0;
    padding: 10px 20px;
    text-align: center;
    line-height: 20px;
    font-size: 10px;
    z-index: 999;
    color: #990 !important;
    font-weight: normal;
    text-transform: none;
	border: 1px solid #990;
	min-width: 200px;
	white-space: normal !important;
}
.complaint-dropimage-tooltip.success{
	background: #e0efe0;
    color: #090 !important;
	border: 1px solid #090;
}
.complaint-dropimage-tooltip.error{
	background: #efe0e0;
    color: #900 !important;
	border: 1px solid #900;
}
.complaint-dropimage-tooltip.info{
	background: #e0e0ef;
    color: #009 !important;
	border: 1px solid #009;
}
.complaint-dropimage-tooltip.success:before{
	border-top-color: #090;
}
.complaint-dropimage-tooltip.error:before{
	border-top-color: #900;
}
.complaint-dropimage-tooltip.info:before{
	border-top-color: #009;
}
.select-image{
    display: none;
}
.complaint-table-row-cell-art,
.complaint-table-row-cell-nom{
	position: relative;
}
.complaint-table-row-cell-art{
    width: 100px;
}
.complaint-table-row-cell-art input{
    width: 200px;
}
.complaint-table-row-cell-nom{
	width: auto;
}
.complaint-table-row-cell-qty{
    width: 30px;
}
.complaint-table-row-cell-qty input{
    width: 70px;
	padding: 0 10px;
}
.complaint-table-row-cell-typ{
    width: 180px;
}
.complaint-table-row-cell-def{
	position: relative;
	width: 320px;
}
.complaint-table-row-cell-def textarea{
    width: 300px !important;
	height: 58px !important;
	position: absolute;
	left: 10px;
	top: 10px;
	resize: none;
}
.complaint-table-row-cell-def textarea[disabled]{
	background: #fcfcfc;
	border: 1px solid #f0f0f0;
}
.complaint-table-row-cell-def textarea:focus{
	height: 200px !important;
	z-index: 99;
}
.complaint-table-row-cell-typ .complaint-table-select{
    width: 200px;
}
.complaint-table-row-cell-addrow{
	padding: 10px 0 !important;
	border: none !important;
}
.complaint-table-row-addrow:hover .complaint-table-row-cell-addrow{
	background: #fff;
}
.complaint-table-row-add {
    height: 70px;
    line-height: 70px;
    color: #666;
    background: #eee;
    font-size: 1.2em;
	font-weight: 700;
    width: 100%;
	text-align: center;
	border: none;
	cursor: pointer;
	border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
}
.complaint-table-row-add:hover {
	background: #004a80;
	color: #fff;
}
.complaint-table-row-add i {
    display: inline-block;
    vertical-align: top;
    height: 70px;
    line-height: 70px;
    font-weight: 900;
	padding-right: 10px;
}
.complaint-photos{
	float: left;
}
.complaint-adm-photos{
	width: 350px;
	float: left;
	padding-right: 30px;
	margin: 15px 0 15px;
}
.complaint-comment{
	width: 630px;
	float: left;
	margin-bottom: 15px;
}
.complaint-photos:nth-child(3){
	padding-right: 0;
}
.complaint-photos label{
	margin-bottom: 15px;
}
.complaint-drop-image {
	position: relative;
    /*background-color: #fcfcfc;
    border: 2px #ddd dashed;*/
    width: 100%;
    height: 60px;
    padding: 0;
    /*font-size: 12px;*/
	text-align: center;
	vertical-align: middle;
	/*color: #ccc;*/
	cursor: pointer;
    color: #666;
    background: #fff;
    border: 1px dashed #666;
    letter-spacing: .5px;
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}
.complaint-drop-image span.complaint-drop-image-text {
	display: block;
	width: 100%;
    position: absolute;
	top: 50%;
    transform: translateY(-50%);
	text-align: center;
}
.complaint-comment-input{
    width: 100%;
    height: 150px;
	margin-top: 5px;
    resize:none;
}
.complaint-drop-image.hidden {
    display: none;
}
.complaint-drop-image * {pointer-events: none;}

.complaint-drop-image:hover {
	color: #fff;
    background: #004a80;
    border: 1px solid #004a80;
}
.complaint-drop-image.img-error{
	/*background-color: #ffeeee;
    border: 2px #d33 dashed;
	color: #d33;*/
	
	color: #d33;
    background: #ffeeee;
    border: 1px solid #d33;
}
.complaint-drop-image.img-error:hover{
	/*background-color: #eedddd;
    border: 2px #c22 dashed;
	color: #c22;*/
	color: #c22;
    background: #eedddd;
    border: 1px solid #c22;
}
.complaint-drop-image.dragover,
.complaint-drop-image.dragover:hover {
    background-color: #f0fff0;
	border: 2px #ccffcc dashed;
	color: #33cc33;
}
.complaint-drop-image.dragover.img-error,
.complaint-drop-image.dragover.img-error:hover {
    background-color: #fff0f0;
	border: 2px #ffcccc dashed;
	color: #cc3333;
}
.complaint-image-uploaded{
	position: relative;
    background-color: #fff;
	border: 1px solid #ccc;
    width: 100%;
    padding: 0;
    margin: 30px 0 15px 0;
    text-align: center;
	z-index: 97;
	overflow: hidden;
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	box-shadow: 0 2px 6px rgba(0,0,0,2);
    -webkit-box-shadow: 0 2px 6px rgba(0,0,0,.1);
    -moz-box-shadow: 0 2px 6px rgba(0,0,0,.1);
}
.complaint-image-uploaded img{visibility:hidden;}
.complaint-image-uploaded .image{
	border: none;
    width: 100%;
	min-height: 200px;
	background-position: center center;
    background-repeat: no-repeat;
	background-size: cover;
}
.complaint-image-uploaded:after{
	font-family: "Icons";
	position: absolute;
	bottom: 100%;
	left: 50%;
	margin-left: -15px;
	font-size: 32px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	display: block;
	color: #ccc;
	content: "\e92e";
	clear: both;
}
.complaint-image-uploaded .image-desc{
	width: 70%;
	float: left;
	padding: 10px 20px 10px 10px;
	margin: 0;
	text-align: left;
	overflow: hidden;
	font-size: 12px;
	white-space: nowrap;
	color: #999;
}
.complaint-image-uploaded img{
	width: 100%;
	display: block;
	-moz-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	-webkit-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}
.complaint-image-uploaded.hover{
	z-index: 99;
}
.complaint-image-uploaded.hover img{
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
img.image-loader{
	position: absolute;
	left: 50%;
	top: 50%;
	width: 15px;
	height: 15px;
    margin-left: -7.5px;
	margin-top: -7.5px;
}
.complaint-uploaded-image-remove{
	width: 25%;
	background: #004a80;
	float: right;
	padding: 5px 10px;
	margin: 10px;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	cursor: pointer;
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}
.complaint-uploaded-image-remove:hover{
	background: #900;
}
.complaint-table-row-cell-buttons{
	width: 2px;
	padding: 10px !important;
}
.complaint-table-button{
	background: #eee;
	padding: 0 10px;
	margin: 0;
	text-align: center;
	cursor: pointer;
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.complaint-table-button:hover{
	background: #004a80;
	color: #fff;
}
.complaint-table-button.hidden{
	display: none;
}
.complaint-table-button i{
	display: block;
	width: 40px;
	height: 60px;
	cursor: pointer;
	line-height: 60px;
	font-size: 20px;
	padding: 0;
	margin: 0;
}
.complaint-table-preview-box {
    display: none;
    position: absolute;
    top: calc(100% + 5px);
    left: 10px;
    border: 1px solid #ccc;
    background: #fff;
    padding: 0;
    margin: 0;
    min-width: 100%;
    min-width: 100%;
    max-height: 390px;
	max-width: 100vw;
    overflow-y: auto;
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	box-shadow: 0 2px 6px rgba(0,0,0,2);
    -webkit-box-shadow: 0 2px 6px rgba(0,0,0,.1);
    -moz-box-shadow: 0 2px 6px rgba(0,0,0,.1);
    z-index: 999;
}
.complaint-table-preview-box.checkinput,
td .complaint-table-preview-box {
    left: 0;
}
.complaint-table-preview-box ul {
    display: block;
    padding: 0;
    margin: 0;
    list-style-type: none;
    text-align: left;
}
.complaint-table-preview-box li:last-child {
    border: 0;
}
.complaint-table-preview-box li {
    display: block;
    padding: 5px 10px;
    margin: 0;
    white-space: nowrap;
    border-bottom: 1px solid #f0f0f0;
    list-style: none;
    min-height: 30px;
	font-size: 1em;
    outline: 0;
    cursor: pointer;
    -webkit-transition: all .2s;
    transition: all .2s;
}
.complaint-table-preview-box li:hover {
    background: #f6f6f6;
}
.complaint-table-preview-box li img {
    margin: 0;
    float: left;
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.complaint-table-preview-box li span.offer-list-info {
    height: 60px;
    display: block;
    margin-left: 120px;
    font-size: 0.9em;
    padding-top: 10px;
}
.complaint-table-preview-box li span.offer-list-name {
    font-weight: 700;
    display: block;
    white-space: nowrap;
}
.complaint-table-preview-box li span.offer-list-articul {
    font-style: italic;
    font-size: 0.8em;
    display: block;
    white-space: nowrap;
}
.complaint-table-preview-box li span.offer-list-chars {
    font-weight: normal;
    white-space: nowrap;
}

/*----------------------------------------------*/

.complaint-preview-photo{
	float: left;
	margin: 0 30px 30px 0;
}
.complaint-preview-img{
    background-color: #f6f6f6;
	border: none;
    width: 270px;
	height: 210px;
    padding: 0;
    margin: 15px 0 0 0;
    text-align: center;
	overflow-y: hidden;
	border: none;
	background-position: center center;
    background-repeat: no-repeat;
	background-size: cover;
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.complaint-preview-img-link{
	width: 100%;
	height: 100%;
	display: block;
}
.complaint-preview-photo-desc{
	font-size: 13px;
	text-align: center;
}
.complaint-preview-photo-info{
	margin-bottom: 20px;
	font-style: italic;
}

/*----NOTES-------------------------------------*/

.complaint-notes{
	padding: 0 0 0 10px;
}
.complaint-note{
	position: relative;
	background: #efefef;
	border-radius: 0 5px 5px 5px;
    -webkit-border-radius: 0 5px 5px 5px;
    -moz-border-radius: 0 5px 5px 5px;
	padding: 10px 20px;
	font-size: 14px;
	color: #999;
	margin-top: 40px;
}
.complaint-note:after{
	content: "";
	position: absolute;
	top: 0;
	right: 100%;
	border: none;
	border-bottom: 10px solid transparent;
	border-right: 10px solid #efefef;
}
.complaint-note.user{
	background: #ddf;
	color: #009;
}
.complaint-note.user:after{
	border-right: 10px solid #ddf;
}
.complaint-note.system{
	background: #eec;
	color: #990;
}
.complaint-note.system:after{
	border-right: 10px solid #eec;
}
.complaint-note-send{
	margin-top: 20px;
	margin-left: 10px;
}
.complaint-note-send textarea{
	font-size: 14px;
	resize: none;
	text-align: left !important;
	height: 80px;
	padding: 10px 20px !important;
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	border: none !important;
	white-space: pre-wrap;
	-moz-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	-webkit-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}

.complaint-note-send:hover textarea{
	height: 200px;
	/*box-shadow: inset 0 0 10px rgb(0 0 0 / 25%);
    -webkit-box-shadow: inset 0 0 10px rgb(0 0 0 / 25%);
    -moz-box-shadow: inset 0 0 10px rgba(0,0,0,.25);*/
}

.complaint-note-send textarea:focus{
	height: 200px;
	/*box-shadow: inset 0 0 10px rgb(0 0 0 / 25%);
    -webkit-box-shadow: inset 0 0 10px rgb(0 0 0 / 25%);
    -moz-box-shadow: inset 0 0 10px rgba(0,0,0,.25);*/
}
.complaint-note-delete{
	display: none;
	position: absolute;
	bottom: 100%;
	right: 0;
	font-size: 10px;
	font-weight: bold;
	line-height: 30px;
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	cursor: pointer;
	color: #900;
	padding-left: 50px;
}
.complaint-note-delete:hover{
	font-size: 14px;
}
.complaint-note:hover .complaint-note-delete{
	display: block;
}
.complaint-note-name{
	position: absolute;
	bottom: 100%;
	left: 0;
	line-height: 20px;
	background: none;
	font-weight: bold;
	color: #666;
	font-size: 12px;
}
.complaint-note-date{
	font-weight: normal;
	font-style: italic;
	font-size: 10px;
	margin-left: 20px;
	color: #999;
}

/*----NOTES-------------------------------------*/

.complaint-messages{
	padding: 0 10px;
	-moz-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	-webkit-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}
.list-block.right.status{
	max-height: 725px;
	position: relative;
	padding-bottom: 135px;
	-moz-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	-webkit-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}
.list-block.right.status.hovered,
.list-block.right.status.focused{
	padding-bottom: 270px;
}
.list-block.right.status .complaint-messages{
	max-height: 540px;
	overflow-y: scroll;
}
.list-block.right.status.hovered .complaint-messages,
.list-block.right.status.focused .complaint-messages{
	max-height: 400px;
	overflow-y: scroll;
}
.complaint-message{
	position: relative;
	background: #efefef;
	border-radius: 0 5px 5px 5px;
    -webkit-border-radius: 0 5px 5px 5px;
    -moz-border-radius: 0 5px 5px 5px;
	padding: 10px 20px;
	font-size: 14px;
	color: #999;
	margin: 40px 40px 0 0;
}
.complaint-message:after{
	content: "";
	position: absolute;
	top: 0;
	right: 100%;
	border: none;
	border-bottom: 10px solid transparent;
	border-right: 10px solid #efefef;
}
.complaint-message.client{
	background: #dfd;
	color: #090;
}
.complaint-message.client:after{
	border-right: 10px solid #dfd;
}
.complaint-message.admin{
	background: #ddf;
	color: #009;
	margin: 40px 0 0 40px;
	border-radius: 5px 0 5px 5px;
    -webkit-border-radius: 5px 0 5px 5px;
    -moz-border-radius: 5px 0 5px 5px;
}
.complaint-message.admin:after{
	right: auto;
	left: 100%;
	border-right: none;
	border-left: 10px solid #ddf;
}
.complaint-message-send{
	margin: 20px 10px 0;
}
.list-block.right.status .complaint-message-send{
	position: absolute;
	bottom: 30px;
	left: 0;
}
.complaint-message-send textarea{
	background: #f6f6f6;
	height: 65px !important;
	font-size: 14px;
	resize: none;
	text-align: left !important;
	height: 80px;
	padding: 10px 20px !important;
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	border: none !important;
	white-space: pre-wrap;
	-moz-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	-webkit-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}

.complaint-message-send:hover textarea{
	height: 200px !important;
	/*box-shadow: inset 0 0 10px rgb(0 0 0 / 25%);
    -webkit-box-shadow: inset 0 0 10px rgb(0 0 0 / 25%);
    -moz-box-shadow: inset 0 0 10px rgba(0,0,0,.25);*/
}

.complaint-message-send textarea:focus{
	height: 200px !important;
}
.list-block.right.status .complaint-message-send button{
	position: absolute;
	top: 30px;
	right: 10px;
	margin: 0;
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	background: #999;
	color: #fff;
	border: none;
	display: none;
	padding: 0 10px;
	font-style: 12px;
	height: 30px;
	line-height: 30px;
	-moz-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	-webkit-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}
.list-block.right.status .complaint-message-send button:hover{
	background: #090;
}
.list-block.right.status.hovered .complaint-message-send button,
.list-block.right.status.focused .complaint-message-send button{
	display: block;
}
.complaint-message-delete{
	display: none;
	position: absolute;
	bottom: 100%;
	right: 0;
	font-size: 10px;
	font-weight: bold;
	line-height: 30px;
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	cursor: pointer;
	color: #900;
	padding-left: 50px;
}
.complaint-message.admin .complaint-message-delete{
	bottom: 100%;
	right: auto;
	left: 0;
	padding-left: 0;
	padding-right: 50px;
}
.complaint-message-delete:hover{
	font-size: 14px;
}
.complaint-message:hover .complaint-message-delete{
	display: block;
}
.complaint-message-name{
	position: absolute;
	bottom: 100%;
	left: 0;
	line-height: 20px;
	background: none;
	font-weight: bold;
	color: #666;
	font-size: 12px;
}
.complaint-message.admin .complaint-message-name{
	right: 0;
	left: auto;
}
.complaint-message-date{
	font-weight: normal;
	font-style: italic;
	font-size: 10px;
	margin-left: 20px;
	color: #999;
}
.complaint-message.admin .complaint-message-date{
	margin-left: 0;
	margin-right: 20px;
}

/*----------------------------------------------*/

.nomargin{
	margin: 0 !important;
}
.complaint-form-step0{
	max-height: 80%;
}
.complaint-terms ol {
    display: block;
    margin: 0;
    padding: 0;
}
.complaint-details-error{
	font-weight: bold;
	color: #900;
}
.complaint-table-input{
	position: relative;
	width: 250px;
	margin: auto;
	height: 25px;
	min-width: 100%;
}
.complaint-table-input input[type="text"],
.complaint-table-input textarea {
	width: 100%;
    background: #f9f9f9;
    padding: 0 5px;
    height: 25px !important;
    line-height: 25px;
	font-size: 12px;
    border: none;border-bottom: 1px dotted #cfcfcf;
	text-align: right;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}
.complaint-table-input input[type="text"]:focus {
    background: #f0f0f0;
	border: 1px dotted #666;
}
.complaint-table-input textarea {
	position: absolute;
	top: 0;
	left: 0;
	text-align: left;
	padding-left: 40px;
	overflow: hidden;
	resize: none;
	font-size: 12px;
}
.complaint-table-input textarea:focus {
    background: #f0f0f0;
	width: 400px;
	height: 200px !important;
	border: 1px dotted #666;
	z-index: 99;
}
.complaint-table-input.aetz {
	min-width: 320px;
}
.complaint-table-input.aetz textarea {
	min-width: 300px;
	font-size: 13px;
}
.complaint-table-input.aetz textarea:focus {
	width: 100%;
}
.complaint-table-input.w100 {
    width: 100px;
}
.complaint-table-input.w150 {
    width: 150px;
}
.complaint-table-input.w80 {
    width: 80px;
}
.complaint-table-input.w200 {
    width: 200px;
}
.complaint-table-input span.icon {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    margin: 0 5px;
    width: 20px;
    height: 25px;
    line-height: 25px;
    font-size: 16px;
    color: #cfcfcf;
	cursor: pointer;
	z-index: 9;
}
.complaint-table-input textarea:focus + span.icon {
    z-index: 101;
}
.complaint-table-input textarea[disabled] + span.icon {
    display: none;
}
.complaint-table-input textarea[disabled]{
	background: #fcfcfc;
}
.complaint-table-input .input-error {
    background: #fee !important;
}
table.complaint-edit-table {
	font-size: 13px !important;
}
table.complaint-edit-table th,
table.complaint-edit-table td{
	text-align: center;
	border-right: 1px solid #cfcfcf;
}
table.complaint-edit-table th:last-child,
table.complaint-edit-table td:last-child{
	border-right: none;
}
table.complaint-edit-table tr:hover td{
	background: none;
}
.complaint-aetz-comment{
	background: #efe;
	color: #090;
	padding-left: 30px;
	position: relative;
	white-space: normal;
}
.complaint-aetz-comment:after{
	content: "!!!";
	color: #900;
	font-size: 20px;
	font-weight: bold;
	position: absolute;
	top: 0;
	left: 0;
	line-height: 40px;
	width: 30px;
}
.complaint-table-input .nice-select {
    background: #f9f9f9;
    padding: 0 30px 0 10px;
    height: 25px;
    line-height: 25px;
    border: none;
	border-bottom: 1px dotted #cfcfcf;
	text-align: right;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	width: 100%;
}
.complaint-table-input .nice-select.open {
    border: 1px dotted #666;
}
.complaint-table-input .nice-select .list {
    border: 1px dotted #666;
	background: #f9f9f9;
    margin-top: 5px;
    left: 0;
    min-width: 100%;
}
.complaint-table-input .nice-select .option {
    padding: 5px 20px;
}
.complaint-table-input .nice-select.complaint-table-color-select .list li[data-value="0"]{
	background: #f0f0f0;
	color: #999;
}
.complaint-table-input .nice-select.complaint-table-color-select .list li[data-value="1"]{
	background: #f0fff0;
	color: #090;
}
.complaint-table-input .nice-select.complaint-table-color-select .list li[data-value="2"]{
	background: #fff9ee;
	color: #960;
}
.complaint-table-input .nice-select.complaint-table-color-select .list li[data-value="3"]{
	background: #fffff0;
	color: #c90;
}
.complaint-table-input .nice-select.complaint-table-color-select .list li[data-value="4"]{
	background: #fffff0;
	color: #c90;
}
.complaint-table-input .nice-select.complaint-table-color-select .list li[data-value="5"]{
	background: #fff0f0;
	color: #900;
}
.complaint-table-input .nice-select.complaint-table-color-select .list li[data-value="0"]:hover{background: #e6e6e6;}
.complaint-table-input .nice-select.complaint-table-color-select .list li[data-value="1"]:hover{background: #e6ffe6;}
.complaint-table-input .nice-select.complaint-table-color-select .list li[data-value="2"]:hover{background: #fff0e6;}
.complaint-table-input .nice-select.complaint-table-color-select .list li[data-value="3"]:hover{background: #fff9e6;}
.complaint-table-input .nice-select.complaint-table-color-select .list li[data-value="4"]:hover{background: #fff9e6;}
.complaint-table-input .nice-select.complaint-table-color-select .list li[data-value="5"]:hover{background: #ffe6e6;}

.complaint-status0{
	background: #f0f0f0 !important;
	color: #999;
	padding: 4px 10px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.complaint-status1{
	background: #f0fff0 !important;
	color: #090;
	padding: 4px 10px;
}
.complaint-status2{
	background: #fff9ee !important;
	color: #960;
	padding: 4px 10px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.complaint-status3{
	background: #fffff0 !important;
	color: #c90;
	padding: 4px 10px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.complaint-status4{
	background: #f0f0ff !important;
	color: #99f;
	padding: 4px 10px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.complaint-status5{
	background: #fff0f0 !important;
	color: #900;
	padding: 4px 10px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.complaint-status6{
	background: #f6f0f9 !important;
	color: #609;
	padding: 4px 10px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.complaint-status7{
	background: #f0f0ff !important;
	color: #99f;
	padding: 4px 10px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.complaint-status8{
	background: #eef6ff !important;
	color: #69f;
	padding: 4px 10px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.complaint-status9{
	background: #eefffe !important;
	color: #098;
	padding: 4px 10px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}


.complaint-status0:first-letter,
.complaint-status1:first-letter,
.complaint-status2:first-letter,
.complaint-status3:first-letter,
.complaint-status4:first-letter,
.complaint-status5:first-letter,
.complaint-status6:first-letter,
.complaint-status7:first-letter,
.complaint-status8:first-letter,
.complaint-status9:first-letter{
	text-transform: capitalize;
}
.complaint-filter-button.disabled{
	color: #ccc;
	background: #fcfcfc;
    border: 1px solid #ccc;
}
table.content-table td label.complaint-table-checkbox,
table.content-table th label.complaint-table-checkbox{
	float: left;
    font-style: normal;
	cursor: pointer;
	padding: 5px 10px 0 10px;
}
table.content-table td label.complaint-table-checkbox span,
table.content-table th label.complaint-table-checkbox span {
    cursor: pointer;
    display: inline-block;
    margin: 0;
    padding: 0;
    position: relative;
    line-height: 20px;
    top: 0;
    transition: all .5s;
    font-weight: bold;
    min-width: 20px;
    height: 20px;
}
table.content-table td label.complaint-table-checkbox span:before,
table.content-table th label.complaint-table-checkbox span:before {
    background: #fff;
    border: 1px solid #cfcfcf;
    box-sizing: border-box;
    font-family: "icons";
    content: "";
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    line-height: 20px;
    padding: 0 3px;
    margin: 0;
    position: absolute;
    color: #999;
    top: 0;
    left: 0;
    text-align: center;
    vertical-align: middle;
    width: 20px;
    height: 20px;
}
table.content-table th label input[type="checkbox"]:checked + span:before,
table.content-table td label input[type="checkbox"]:checked + span:before {
    content: '\e92b';
}

.complaint-checkbox-arrow{
	display: inline-block;
	font-size: 25px;
	margin: 10px 10px 0 20px;
	width: 25px;
	height: 25px;
	line-height: 25px;
}
.complaint-table-header-buttons button{
	display: inline-block;
	height: 30px;
	line-height: 30px;
	margin: 0 10px 10px 0;
	font-size: 12px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.complaint-table-header-buttons button.stat0{
	background: #f6f6f6 !important;
	color: #999;
	border: 1px solid #eee;
}
.complaint-table-header-buttons button.stat0{
	background: #f6f6f6 !important;
	color: #ccc;
	border: 1px solid #ccc;
}
.complaint-table-header-buttons button.stat1{
	background: #f6fff6 !important;
	color: #090;
	border: 1px solid #090;
}
.complaint-table-header-buttons button.stat2{
	background: #ffeecc !important;
	color: #d30;
	border: 1px solid #d30;
}
.complaint-table-header-buttons button.stat3{
	background: #ffffee !important;
	color: #d90;
	border: 1px solid #d90;
}
.complaint-table-header-buttons button.stat4{
	background: #fff6ee !important;
	color: #a90;
	border: 1px solid #a90;
}
.complaint-table-header-buttons button.stat5{
	background: #fff6f6 !important;
	color: #d00;
	border: 1px solid #c00;
}
.complaint-table-header-buttons button.stat6{
	background: #f6f0f9 !important;
	color: #609;
	border: 1px solid #609;
}
.complaint-table-header-buttons button.stat7{
	background: #f0f0ff !important;
	color: #99f;
	border: 1px solid #99f;
}
.complaint-table-header-buttons button.stat8{
	background: #eef6ff !important;
	color: #69f;
	border: 1px solid #69f;
}
.complaint-table-header-buttons button.stat9{
	background: #eefffe !important;
	color: #098;
	border: 1px solid #098;
}
.complaint-table-header-buttons button.stat0:hover{
	background: #eedddd !important;
}
.complaint-table-header-buttons button.stat1:hover{
	background: #ddeedd !important;
}
.complaint-table-header-buttons button.stat2:hover{
	background: #eeddaa !important;
}
.complaint-table-header-buttons button.stat3:hover{
	background: #eeeedd !important;
}
.complaint-table-header-buttons button.stat4:hover{
	background: #eeddcc !important;
}
.complaint-table-header-buttons button.stat5:hover{
	background: #eedddd !important;
}
.complaint-table-header-buttons button.stat6:hover{
	background: #eeccee !important;
}
.complaint-table-header-buttons button.stat7:hover{
	background: #ccccee !important;
}
.complaint-table-header-buttons button.stat8:hover{
	background: #ddeded !important;
}
.complaint-table-header-buttons button.stat9:hover{
	background: #ddeeed !important;
}

/*-----------------------------------------------------*/

table.content-table.complaints-table{
	font-size: 13px;
}

/*-----------------------------------------------------*/

.complaint-status-columns-wrapper{
	overflow: hidden;
	width: 100%;
	max-width: calc(100vw - 60px);
	position: relative;
	left: 0;
	cursor: ew-resize;
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.complaint-status-columns{
	padding: 10px 0;
	display: flex;
    align-items: stretch;
}
.complaint-status-column{
	padding-right: 10px;
	min-width: 300px;
}
.complaint-status-column:last-child{
	padding-right: 0;
}
.complaint-status-column-header{
	padding: 0 20px;
	text-align: center;
	line-height: 30px;
}
.complaint-status-column-header.complaint-status0{
	background: #f0f0f0 !important;
	color: #999;
	border-top: 2px solid #999;
}
.complaint-status-column-header.complaint-status1{
	background: #f0fff0 !important;
	color: #090;
	border-top: 2px solid #090;
}
.complaint-status-column-header.complaint-status2{
	background: #fff9ee !important;
	color: #960;
	border-top: 2px solid #960;
}
.complaint-status-column-header.complaint-status3{
	background: #fffff0 !important;
	color: #c90;
	border-top: 2px solid #c90;
}
.complaint-status-column-header.complaint-status4{
	background: #ffeef6 !important;
	color: #f6c;
	border-top: 2px solid #f6c;
}
.complaint-status-column-header.complaint-status5{
	background: #fff0f0 !important;
	color: #900;
	border-top: 2px solid #900;
}
.complaint-status-column-header.complaint-status6{
	background: #f6f0f9 !important;
	color: #609;
	border-top: 2px solid #609;
}
.complaint-status-column-header.complaint-status7{
	background: #f0f0ff !important;
	color: #99f;
	border-top: 2px solid #99f;
}
.complaint-status-column-header.complaint-status8{
	background: #eef6ff !important;
	color: #69f;
	border-top: 2px solid #69f;
}
.complaint-status-column-header.complaint-status9{
	background: #eefffe !important;
	color: #098;
	border-top: 2px solid #098;
}
.complaint-status-column-body{
	margin: 10px 0 0 0;
	padding: 0;
	background: #fcfcfc;
	min-height: 100px;
	width: 100%;
	height: calc(100% - 40px);
	list-style-type: none;
	display: block;
}
.complaint-status-column-body.sorthover{
	background: #f0f0f0;
}
.complaint-status-column-item{
	background: #f0f0f0;
	border: 1px solid #f0f0f0;
	margin: 0 0 10px 0;
	padding: 10px;
	position: relative;
	display: block;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.complaint-status-column-body.sorthover .complaint-status-column-item{
	background: #e0e0e0;
}
.complaint-status-column-item a,
.complaint-status-column-item a:visited,
.complaint-status-column-item a:active{
	text-decoration: none;
	color: #666;
	display: block;
}
.complaint-status-column-item:hover{
	cursor: grab;
}
.complaint-status-column-item-header{
	font-weight: bold;
	font-size: 14px;
}
.complaint-status-column-item-date{
	font-style: italic;
	font-size: 12px;
	position: absolute;
	right: 10px;
	top: 10px;
}
.complaint-status-column-item-info{
	margin: 3px 0;
	font-weight: bold;
	color: #339;
}
.complaint-status-column-item-contact{
	font-size: 12px;
}
.complaint-status-column-empty{
	background: #f6f6f6;
	border: 1px dashed #999;
	margin: 0 0 10px 0;
	padding: 10px;
	position: relative;
	display: block;
}
.complaint-status-column-body.sorthover .complaint-status-column-empty{
	background: #e6e6e6;
}
.complaint-status-column-empty:last-child{
	margin: 0;
}
.complaint-status-column-item.ui-sortable-helper{
	box-shadow: 0 0 15px rgba(0,0,0,.75);
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,.75);
    -moz-box-shadow: 0 0 15px rgba(0,0,0,.75);
}
.complaint-search-input {
    outline-offset: 0;
}
.complaint-search-input:focus,
.complaint-search-input:active {
}
#complainttable{
	min-height: 200px;
}
img.complaints-search-loader{
	position: absolute;
	left: 50%;
	top: 50%;
	width: 15px;
	height: 15px;
    margin-left: -7.5px;
	margin-top: -7.5px;
}
.complaint-search-result{
	text-align: center;
	padding-top: 100px;
}
.complaint-change-status-result{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	background: #efe;
	line-height: 25px;
	padding: 15px;
}
.complaint-change-status-result.error{
	background: #fee;
}
input[type="checkbox"],
input[type="radio"] {
    display: none;
    cursor: pointer;
    width: 26px;
    height: 25px;
}