.fucking-suggestion {
	position: relative !important;
	width: 100%;
}

.fucking-suggestion textarea {
	font-weight: bold;
}

.fucking-suggestion textarea.after-to-print {
	border: 1px solid red !important;
}

.fucking-suggestion textarea.focus-placeholder::placeholder {
	color: #ff0000;
	font-weight: bold;
}

.fucking-suggestion textarea.focus-placeholder::-webkit-input-placeholder {
	color: #ff0000;
	font-weight: bold;
}

.fucking-suggestion textarea.focus-placeholder::-moz-placeholder {
	color: #ff0000;
	font-weight: bold;
}

.fucking-suggestion textarea.focus-placeholder:-ms-input-placeholder {
	color: #ff0000;
	font-weight: bold;
}

.fucking-suggestion .edit-prevent {
	width: 100%;
	height: 100%;
	/*background-color: #ddd;*/
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	/*opacity: 0.3;*/
	/*display: none;*/
}

.fucking-suggestion .edit-prevent:hover .popover {
	display: block;
}

.fucking-suggestion .turnoff-editingprevent {
	position: absolute;
	top: 7px;
	right: 6px;
	color: #fff;
	padding: 2px;
	background-color: #555;
	border: 1px solid #333;
	z-index: 3;
	cursor: pointer;
	/*display: none;*/
}

.fucking-suggestion .suggestions {
	position: absolute;
	z-index: 5;
	/*display: none;*/
	top: 105%;
	left: 0;
    font-size: 13px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    border: 1px solid #ff0000;
    width: 100%;
    outline: none !important;
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.fucking-suggestion .suggestions .list-element {
	width: 100%;
	max-height: 250px;
	overflow-y: scroll;
}

.fucking-suggestion .suggestions .element {
	width: 100%;
	/*padding: 5px 10px;
	cursor: pointer;
	overflow: hidden;*/
	background-color: #fef6f6;
	border-bottom: 1px solid #e6423f;
}

.fucking-suggestion .suggestions .disabled-by-seat {
	background-color: #ccc !important;
}

.fucking-suggestion .suggestions .element::after {
	content: "";
    clear: both;
    display: table;
}

.fucking-suggestion .suggestions .element .col1 {
	float: left;
	width: 99%;
	padding: 5px 10px;
	cursor: pointer;
	overflow: hidden;
	/*background-color: #fef6f6;
	border-bottom: 1px solid #e6423f;*/
}

.fucking-suggestion .suggestions .element .col1 table.detail {
	width: 100%;
}

.fucking-suggestion .suggestions .element .col1 table.detail td.hour {
	width: 7.5rem;
}

.fucking-suggestion .suggestions .element .col1 table.detail td.point {
	/* width: 90%; */
	padding-left: 10px;
}

.fucking-suggestion .suggestions .element .col1 table.detail td.point p {
	margin: 0;
}

.fucking-suggestion .suggestions .element .col1 table.detail td.point ul {
	margin: 0;
}

.fucking-suggestion .suggestions .element .col2 {
	float: left;
	width: 1%;
	padding: 5px 0;
}

.fucking-suggestion .suggestions .element p {
	margin-bottom: 0;
	width: 100%;
    word-break: break-word;
}

.fucking-suggestion .suggestions .element p.bold {
	font-weight: bold;
}

.fucking-suggestion .suggestions .element:hover {
	background-color: #f0f0f0;
}

.fucking-suggestion .suggestions .title {
	width: 100%;
	height: 30px;
	padding: 5px 10px;
	background-color: #e6423f;
	color: #fff;
	position: relative;
}

.fucking-suggestion .suggestions .title .close {
	position: absolute;
	top: 6px;
	right: 6px;
	color: #fff;
	cursor: pointer;
	opacity: 1;
	font-size: 1.3em;
}

.fucking-suggestion .suggestions .total-point {
	width: 100%;
	height: 30px;
	padding: 5px 10px;
	background-color: #e6423f;
	color: #fff;
}



/* Style for very fuck suggestion */
.veryfuck-suggestion {
	position: relative !important;
	width: 100%;
}

.veryfuck-suggestion input.focus-placeholder::placeholder {
	color: #ff0000;
	font-weight: bold;
}

.veryfuck-suggestion textarea.focus-placeholder::placeholder {
	color: #ff0000;
	font-weight: bold;
}

.veryfuck-suggestion input.focus-placeholder::-webkit-input-placeholder {
	color: #ff0000;
	font-weight: bold;
}

.veryfuck-suggestion textarea.focus-placeholder::-webkit-input-placeholder {
	color: #ff0000;
	font-weight: bold;
}

.veryfuck-suggestion input.focus-placeholder::-moz-placeholder {
	color: #ff0000;
	font-weight: bold;
}

.veryfuck-suggestion textarea.focus-placeholder::-moz-placeholder {
	color: #ff0000;
	font-weight: bold;
}

.veryfuck-suggestion input.focus-placeholder:-ms-input-placeholder {
	color: #ff0000;
	font-weight: bold;
}

.veryfuck-suggestion .edit-prevent {
	width: 100%;
	height: 100%;
	background-color: #ddd;
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	opacity: 0.3;
	/*display: none;*/
}

.veryfuck-suggestion .turnoff-editingprevent {
	position: absolute;
	top: 7px;
	right: 6px;
	color: #fff;
	padding: 2px;
	background-color: #555;
	border: 1px solid #333;
	z-index: 3;
	cursor: pointer;
	/*display: none;*/
}

.veryfuck-suggestion .suggestions {
	position: absolute;
	z-index: 5;
	display: none;
	top: 105%;
	left: 0;
    font-size: 13px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    border: 1px solid #ff0000;
    width: 100%;
    outline: none !important;
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.veryfuck-suggestion .suggestions .list-element {
	width: 100%;
	max-height: 200px;
	overflow-y: scroll;
}

.veryfuck-suggestion .suggestions .element {
	width: 100%;
	padding: 5px 10px;
	cursor: pointer;
	overflow: hidden;
	background-color: #fef6f6;
	border-bottom: 1px solid #e6423f;
}

.veryfuck-suggestion .suggestions .element p {
	margin-bottom: 0;
	width: 100%;
    word-break: break-all;
}

.veryfuck-suggestion .suggestions .element p.bold {
	font-weight: bold;
}

.veryfuck-suggestion .suggestions .element:hover {
	background-color: #f0f0f0;
}

.veryfuck-suggestion .suggestions .title {
	width: 100%;
	height: 30px;
	padding: 5px 10px;
	background-color: #e6423f;
	color: #fff;
	position: relative;
}

.veryfuck-suggestion .suggestions .title .close {
	position: absolute;
	top: 6px;
	right: 6px;
	color: #fff;
	cursor: pointer;
	opacity: 1;
	font-size: 1.3em;
}

.veryfuck-suggestion .suggestions .total-point {
	width: 100%;
	height: 30px;
	padding: 5px 10px;
	background-color: #e6423f;
	color: #fff;
}




/* Style for booking info suggestion */

.phone-search-result {
	position: absolute;
	z-index: 20;
	width: 750px;
	border: 1px solid #ff0000;
	left: 0;
	top: 35px;
	padding: 0;
}

.phone-search-result .title {
	padding: 3px 10px;
	color: #fff;
	background-color: #e5413d;
}

.phone-search-result .content-item {
	width: 100%;
	background-color: #fff;
}

.phone-search-result .content-item tr {
	border-bottom: 1px solid grey;
	background-color: rgba(249,215,214,.95);
	cursor: pointer;
}

.phone-search-result .content-item tr.draft {
	background-color: #90EE90;
}

.phone-search-result .content-item tr:hover {
	background-color: #f0f0f0;
}

.phone-search-result .content-item tr.draft:hover {
	background-color: #f0f0f0;
}

.phone-search-result .content-item tr td.info {
	width: 100%;
	padding: 10px 10px 10px 5px;
}

.phone-search-result .content-item tr td.info span {
	color: #ff0000;
}

.phone-search-result .content-item tr td.tool {
	width: 50px;
}

.phone-search-result .content-item tr td.tool .btn-update {
	width: 36px;
	height: 32px;
	background-color: #e5413d ;
	border: 1px solid #ff0000;
	color: #fff;
	text-align: center;
    padding-top: 6px;
    margin-left: 10px;
}





/* Style for location suggestion */

.location-suggestion {
	position: relative !important;
}

.location-suggestion .show-view {
	width: 100%;
	position: relative;
	background-color: #fff;
}

.location-suggestion .show-view .content {
	font-size: 14px;
	padding: 6px 10px;
	color: #606060;
	border: 1px solid #aaa;
	height: 33px;
	overflow-x: hidden;
	line-height: 20px;
	width: 100%;
}

.location-suggestion .show-view .content:active {
	box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
	border: 1px solid #5897fb;
}

.location-suggestion .show-view .icon {
	position: absolute;
	font-size: 1.2em;
	text-align: center;
	border-left: 1px solid #aaa;
	top: 1px;
	right: 1px;
	height: 20px;
	color: #000;
	height: 31px;
	width: 20px;
	cursor: pointer;
	background-color: #F0F0F0;
}

.location-suggestion .show-view .icon span {
	margin-top: 7px;
}

.location-suggestion .suggestion-parent {
	position: absolute; 
	z-index: 10;
	width: 100%;
}

.location-suggestion .suggestion {
	width: 100%;
	border-left: 1px solid grey;
	border-right: 1px solid grey;
	border-bottom: 1px solid grey;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	position: relative;
	padding-bottom: 0;
	background-color: #F8F8F8;
}

.location-suggestion .suggestion input {
	width: 167px;
	margin: 5px;
	padding: 2px 20px 2px 5px;
}

.location-suggestion .suggestion > span {
	position: absolute;
	color: #787878;
	font-size: 1.2em;
	top: 10px;
    right: 5px;
}

.location-suggestion .suggestion .list-group {
	width: 100%;
	max-height: 350px;
	overflow-y: scroll;
	padding: 0 !important;
	margin-bottom: 0;
}

.location-suggestion .suggestion .list-group .group-item {
	padding: 10px 0;
}

.location-suggestion .suggestion .list-group .group-item .label {
	font-weight: bold;
	padding: 10px 5px;
	color: #000;
	font-size: 1.2em;
}

.location-suggestion .suggestion .list-group .group-item .child {
	margin-top: 10px;
	margin-bottom: 0;
}

.location-suggestion .suggestion .list-group .group-item .child .legacy-text {
	color: #ffffff;
	margin-left: 5px;
	padding: 2px 5px;
	border-radius: 5px;
	background-color: #606060;
}

.location-suggestion .suggestion .list-group .group-item .child .content-item {
	padding: 5px;
	cursor: pointer;
	padding-bottom: 10px;
}

.location-suggestion .suggestion .list-group .group-item .child .content-item .child-note {
	font-size: 12px;
	/* color: #808080; */
}


.location-suggestion .suggestion .list-group .group-item .child .selected {
	background-color: #0099FF;
	color: #f0f0f0 !important;
}

.location-suggestion .suggestion .list-group .group-item .child .content-item {
	/*background-color: #0099FF;
	color: #f0f0f0;*/
}
.location-suggestion .suggestion .list-group .group-item .child .defaultsSelected {
	background-color: #0099FF;
	color: #f0f0f0 !important;
}
.location-suggestion .suggestion .list-group .group-item .child .content-item:hover {
	background-color: #0099FF;
	color: #f0f0f0 !important;
}

.location-suggestion .suggestion .list-group .group-item .child .content-item:active {
	background-color: #0099FF;
	color: #f0f0f0 !important;
}




/* Customer info suggestion */

.customer-info-suggestion {
	position: relative;
}

.customer-info-suggestion input {
	padding-left: 110px;
}

.customer-info-suggestion input.is-has-paste-btn {
	padding-right: 30px;
}



.customer-info-suggestion .suggestion {
	width: 200%;
	position: absolute;
	z-index: 10;
	border-radius: 5px;
	top: 35px;
	border: 1px solid #000000;
}

.customer-info-suggestion .suggestion .title {
	color: #ffffff;
	background-color: #eb9b38;
	font-size: 1.2em;
	padding: 8px 15px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom: 1px solid #000000;
    position: relative;
}

.customer-info-suggestion .suggestion .title .close {
	width: 15px;
	height: 15px;
	background-color: transparent;
	position: absolute;
	z-index: 11;
	top: 8px;
	right: 12px;
	color: #ffffff;
	font-size: 1.5em;
	cursor: pointer;
}

.customer-info-suggestion .suggestion .content {
}

.customer-info-suggestion .suggestion .content .item {
	padding: 10px 15px;
	color: #000000;
	background-color: #7fe03d;
	border-bottom: 1px solid #000000;
	cursor: pointer;
}

.customer-info-suggestion .suggestion .content .item:hover {
	background-color: #33CC66;
}

.customer-info-suggestion .suggestion .result {
	color: #ffffff;
	background-color: #eb9b38;
	font-size: 1.2em;
	padding: 8px 15px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.customer-info-suggestion .country-code-show {
	position: absolute;
	z-index: 2;
	left: 10px;
	top: 10px;
}

.customer-info-suggestion .country-code-show .item {
	float: left;
}

.customer-info-suggestion .country-code-list {
	position: absolute;
	z-index: 20;
	width: 180%;
	background-color: #f0f0f0;
	top: 35px;
	border: 1px solid #000;
}

.customer-info-suggestion .country-code-list .content {
	width: 100%;
	position: relative;
	height: 200px;
	overflow-y: scroll; 
}

.customer-info-suggestion .country-code-list .content .item {
	width: 100%;
	height: 30px;
	padding: 5px 10px;
	cursor: pointer;
}

.customer-info-suggestion .country-code-list .content .item:hover {
	background-color: #ffffff;
}

.customer-info-suggestion .country-code-list .content .item-selected {
	background-color: #ffffff;
	width: 100%;
	height: 30px;
	padding: 5px 10px;
	cursor: pointer;
}

/* Fuck fuck suggestion */
.fuck-fuck-suggestion {
	position: relative;
	width: 100%;
}

.fuck-fuck-suggestion .suggestions {
	position: absolute;
	z-index: 5;
	width: 100%;
	top: 105%;
	left: 0;
	border: 1px solid #666;
	background-color: #ccc;
	padding-bottom: 5px;
	display: none;
}

.fuck-fuck-suggestion .suggestions .place {
	margin-bottom: 5px;
}

.fuck-fuck-suggestion .suggestions .place:last-child {
	margin-bottom: 0 !important;
}

.fuck-fuck-suggestion .suggestions .place > p {
	font-weight: bold;
	padding: 5px 8px;
	word-break: break-all;
	margin-bottom: 0;
}

.fuck-fuck-suggestion .suggestions .place table {
	width: 100%;
}

.fuck-fuck-suggestion .suggestions .place table tr td:first-child {
	width: 80%;
	padding: 3px 8px;
	word-break: break-all;
}

.fuck-fuck-suggestion .suggestions .place table tr td:last-child {
	width: 20%;
	padding: 3px 8px 0 3px;
}



.bank-suggestions {
	position: relative;
}

.bank-suggestions .show-view {
	position: relative;
}

.bank-suggestions .show-view .wrap {
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	position: absolute;
	z-index: 1;
	cursor: pointer;
	background-color: #fafafa;
	opacity: 0.3;
}

.bank-suggestions .show-view .select-icon {
	position: absolute;
	z-index: 2;
	right: 7px;
	top: 14px;
}

.bank-suggestions .suggestion-parent {
	position: absolute;
	z-index: 1;
	width: 150%;
	top: 105%;
	left: 0;
	
	border: 1px solid #aaa;
	background-color: #fafafa
}

.bank-suggestions .suggestion-parent .search-box {
	padding: 6px;
	position: relative;
}

.bank-suggestions .suggestion-parent .search-box .close-list {
	position: absolute;
	z-index: 2;
	top: 12px;
	right: 8px;
	font-size: 1.5em;
	cursor: pointer;
	font-weight: bold;
	color: #000;
	opacity: 1;
}

.bank-suggestions .suggestion-list {
	max-height: 247px;
	overflow-y: scroll;
}

.bank-suggestions .suggestion-item {
	padding: 5px 8px;
	border-bottom: 1px solid #aaa;
	cursor: pointer;
	background-color: #fafafa;
	
}

.bank-suggestions .suggestion-item:hover {
	background-color: #0066ff;
	color: #fff !important;
}

.bank-suggestions .suggestion-item p:first-child {
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 4px;
}

.bank-suggestions .suggestion-item p:last-child {
	margin-bottom: 0;
	word-break: normal;
	
	padding-bottom: 8px;
}
