/***
   Default style
***/
@-webkit-viewport {
	width: device-width;
}
@-moz-viewport {
	width: device-width;
}
@-ms-viewport {
	width: device-width;
}
@-o-viewport {
	width: device-width;
}
@viewport {
	width: device-width;
}
* {
	margin: 0;
	padding: 0;
}
html,
body {
	height: 100%;
}
body,
input,
button,
textarea {
	color: #354650;
	font-family: Lato, sans-serif;
}
textarea {
	resize: none;
}
input:focus,
textarea:focus {
	outline: none;
}
input:invalid {
	box-shadow: none;
}
input[type=number] {
	-moz-appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
::-webkit-input-placeholder {
	color: #c0c6ce;
}
:-moz-placeholder {
	color: #c0c6ce;
	opacity: 1;
}
::-moz-placeholder {
	color: #c0c6ce;
	opacity: 1;
}
:-ms-input-placeholder {
	color: #c0c6ce;
}
body.pattern {
	background: #00aff1 url(../img/pattern.png) repeat;
	display: table;
	width: 100%;
}
#logo {
	background: url(../img/logo.svg) no-repeat;
	width: 55px;
	height: 45px;
	margin: 51px auto 0;
	display: block;
}
/***
   Login style
***/
#login {
	margin: 26px 0 15px;
}
#login-title {
	font-size: 36px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	line-height: 40px;
}
#login input.input {
	width: 280px;
	height: 60px;
	border: none;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	text-align: center;
	font-size: 18px;
	display: block;
}
#login-email {
	margin: 26px auto 0;
}
#login-password {
	margin: 15px auto 0;
}
#login-forgot {
	font-size: 14px;
	text-align: center;
	color: #fff;
	display: table;
	margin: 11px auto 0;
}
#login button {
	width: 280px;
	height: 60px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	background: #54d0ff;
	border: none;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	cursor: pointer;
	margin: 20px auto 0;
	display: block;
}
#login button:hover {
	background: #1bc1ff;
}
#login button.disabled {
	opacity: 0.7;
}
#login-message {
	display: none;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	background: #ff2f4f;
	font-size: 14px;
	text-align: center;
	color: #fff;
	width: 240px;
	margin: 15px auto 0;
	padding: 10px 20px;
}
/***
   Forgot style
***/
#forgot {
	margin: 26px 0 29px;
}
#forgot-title {
	font-size: 36px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	line-height: 40px;
}
#forgot-text1 {
	font-size: 14px;
	text-align: center;
	color: #fff;
	width: 280px;
	margin: 26px auto 0;
}
#forgot-text2 {
	font-size: 14px;
	text-align: center;
	color: #fff;
	width: 280px;
	margin: 29px auto 0;
}
#forgot-text2 a {
	color: #fff;
}
#forgot-email {
	margin: 30px auto 0;
	width: 280px;
	height: 60px;
	border: none;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	text-align: center;
	font-size: 18px;
	display: block;
}
#forgot button {
	width: 280px;
	height: 60px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	background: #54d0ff;
	border: none;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	cursor: pointer;
	margin: 15px auto 0;
	display: block;
}
#forgot button:hover {
	background: #1bc1ff;
}
#forgot button.disabled {
	opacity: 0.7;
}
#forgot-message {
	display: none;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	font-size: 14px;
	text-align: center;
	color: #fff;
	width: 240px;
	margin: 15px auto 0;
	padding: 10px 20px;
}
#forgot-message.error {
	background: #ff2f4f;
}
#forgot-message.success {
	background: #1dd384;
}
#forgot-return {
	font-size: 14px;
	color: #fff;
	display: table;
	margin: 23px auto 0;
}
/***
   Change style
***/
#change {
	margin: 26px 0 15px;
}
#change-title {
	font-size: 36px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	line-height: 40px;
}
#change-text {
	font-size: 18px;
	text-align: center;
	color: #fff;
	margin-top: 22px;
}
#change input.input {
	width: 280px;
	height: 60px;
	border: none;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	text-align: center;
	font-size: 18px;
	display: block;
}
#change-password-new {
	margin: 37px auto 0;
}
#change-password-confirm {
	margin: 15px auto 0;
}
#change-forgot {
	font-size: 14px;
	text-align: center;
	color: #fff;
	display: table;
	margin: 11px auto 0;
}
#change button {
	width: 280px;
	height: 60px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	background: #54d0ff;
	border: none;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	cursor: pointer;
	margin: 15px auto 0;
	display: block;
}
#change button:hover {
	background: #1bc1ff;
}
#change button.disabled {
	opacity: 0.7;
}
#change-message {
	display: none;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	background: #ff2f4f;
	font-size: 14px;
	text-align: center;
	color: #fff;
	width: 240px;
	margin: 15px auto 0;
	padding: 10px 20px;
}
/***
   Wrapper style
***/
#wrapper {
	display: table;
	height: 100%;
	width: 100%;
}
#wrapper div.cell {
	display: table-cell;
	vertical-align: top;
	height: 100%;
}
#wrap-left {
	background: #00aff1;
	-webkit-box-shadow: 7px 0 12px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 7px 0 12px 0 rgba(0, 0, 0, 0.1);
	position: relative;
	z-index: 1;
}
#over-left {
	width: 0;
	height: 100%;
	overflow: hidden;
}
#menu {
	width: 260px;
	height: 100%;
	overflow: hidden;
}
#menu-logo {
	width: 200px;
	height: 44px;
	background: url(../img/logo-big.svg) no-repeat;
	display: block;
	margin: 30px 30px 0;
}
#menu-visitor {
	font-size: 22px;
	font-weight: bold;
	color: #fff;
	margin: 31px 30px 0 30px;
	overflow: hidden;
	height: 27px;
}
#menu-line {
	width: 20px;
	height: 1px;
	opacity: 0.37;
	background: #fff;
	margin: 29px 0 0 30px;
}
#menu-section {
	margin: 19px 0 0 28px;
}
#menu-section div.table {
	display: table;
	width: 100%;
	opacity: 0.5;
	padding: 18px 0;
}
#menu-section div.table div.cell {
	display: table-cell;
	vertical-align: middle;
	position: relative;
}
#menu-section div.table div.cell.middle {
	width: 100%;
	padding: 0 30px;
}
#menu-section div.table div.cell i {
	display: block;
	width: 22px;
	height: 22px;
}
#menu-section div.table div.cell i.icon1 {
	background: url(../img/new.svg) no-repeat center;
}
#menu-section div.table div.cell i.icon2 {
	background: url(../img/signed.svg) no-repeat center;
}
#menu-section div.table div.cell i.icon3 {
	background: url(../img/sign-out.svg) no-repeat center;
}
#menu-section div.table div.cell a {
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}
#menu-section div.table.active {
	opacity: 1;
}
#menu-section div.table.active div.cell i.mark {
	display: none;
	width: 16px;
	height: 16px;
	background: #f1f4f7;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	right: -8px;
	top: 50%;
	margin-top: -8px;
}
#menu-info {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	margin: 170px 0 0 30px;
}
#menu-info a {
	color: #fff;
	text-decoration: none;
}
#menu-feedback {
	width: 200px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	background: #54d1ff;
	margin: 13px 30px 0;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	line-height: 50px;
	cursor: pointer;
}
#menu-feedback:hover {
	background: #1bc1ff;
}
#menu-links {
	margin: 21px 0 26px 30px;
	list-style: none;
}
#menu-links li {
	line-height: 16px;
}
#menu-links li a {
	opacity: 0.5;
	font-size: 10px;
	color: #fff;
	text-decoration: none;
}
#menu-links li a:hover {
	opacity: 1;
}
#wrap-right {
	width: 100%;
	background: #f1f4f7;
}
#over-right {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
#content {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
#content-panel {
	height: 61px;
	background: #00aff1;
	position: relative;
}
#content-panel-menu {
	position: absolute;
	left: 15px;
	cursor: pointer;
}
#content-panel-menu.show {
	background: url(../img/menu-show.svg) no-repeat;
	width: 29px;
	height: 21px;
	top: 20px;
}
#content-panel-menu.hide {
	background: url(../img/menu-hide.svg) no-repeat;
	width: 23px;
	height: 23px;
	top: 19px;
}
#content-panel-logo {
	position: absolute;
	top: 14px;
	left: 50%;
	background: url(../img/logo-small.svg) no-repeat;
	width: 40px;
	height: 33px;
	margin-left: -20px;
}
#content-panel-phone {
	position: absolute;
	top: 17px;
	right: 15px;
	background: url(../img/phone.svg) no-repeat;
	width: 20px;
	height: 27px;
}
#content-form-title {
	font-size: 24px;
	font-weight: bold;
	margin: 0 0 22px 20px;
	padding-top: 17px;
}
#content-form-bg {
	border-radius: 10px;
	-webkit-border-radius: 10px;
	background: #fff;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05);
	-webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05);
	margin-bottom: 28px;
	position: relative;
}
#content-form-bg i.dh {
	background: url(../img/dont-have.svg) no-repeat;
	width: 60px;
	height: 60px;
	position: absolute;
	top: 100px;
	left: 50%;
	margin-left: -30px;
}
#content-form-bg span.dh {
	font-size: 18px;
	text-align: center;
	display: block;
	padding: 183px 0 96px;
}
#form-mobile div.block {
	padding: 15px 20px 20px;
}
#form-mobile div.block.border {
	border-bottom: solid 1px #e9f1f5;
}
#form-mobile div.block div.id-line {
	font-size: 16px;
	color: #96a2a9;
}
#form-mobile div.block div.id-value {
	font-size: 18px;
	margin-top: 5px;
}
#form-mobile div.block div.name-line {
	font-size: 16px;
	color: #96a2a9;
	margin-top: 27px;
}
#form-mobile div.block div.name-value {
	font-size: 18px;
	margin-top: 4px;
}
#form-mobile div.block div.date-line {
	font-size: 16px;
	color: #96a2a9;
	margin-top: 30px;
}
#form-mobile div.block div.date-value {
	font-size: 18px;
	margin-top: 4px;
}
#form-mobile div.block div.status-line {
	font-size: 16px;
	color: #96a2a9;
	display: table;
	margin-top: 32px;
	position: relative;
}
#form-mobile div.block div.status-line i.info {
	display: block;
	background: url(../img/info.svg) no-repeat;
	width: 16px;
	height: 16px;
	float: right;
	margin: 2px 0 0 10px;
	cursor: pointer;
}
#form-mobile div.block div.status-line span {
	display: none;
	position: absolute;
	width: 200px;
	bottom: 30px;
	text-align: center;
	background: #354650;
	left: 50%;
	margin-left: -58px;
	color: #fff;
	font-size: 14px;
	padding: 8px 15px 12px;
	border-radius: 6px;
}
#form-mobile div.block div.status-line span i {
	width: 16px;
	height: 16px;
	background: #354650;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	left: 50%;
	bottom: -8px;
	margin-left: -8px;
}
#form-mobile div.block div.status-value {
	max-width: 358px;
	height: 58px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	background: #fcfdfd;
	border: solid 1px #e6ecf1;
	cursor: pointer;
	margin-top: 12px;
	position: relative;
	font-size: 18px;
	line-height: 58px;
}
#form-mobile div.block div.status-value:hover {
	background: #edf9ff;
}
#form-mobile div.block div.status-value i.icon {
	display: block;
	float: left;
}
#form-mobile div.block div.status-value.receive i.icon {
	background: url(../img/receive.svg) no-repeat;
	width: 19px;
	height: 13px;
	margin: 23px 19px 0 20px;
}
#form-mobile div.block div.status-value.phone i.icon {
	background: url(../img/phone-triage.svg) no-repeat;
	width: 19px;
	height: 24px;
	margin: 17px 19px 0 20px;
}
#form-mobile div.block div.status-value.assessment i.icon {
	background: url(../img/assessment.svg) no-repeat;
	width: 27px;
	height: 17px;
	margin: 20px 15px 0 16px;
}
#form-mobile div.block div.status-value.contract i.icon {
	background: url(../img/contract.svg) no-repeat;
	width: 23px;
	height: 22px;
	margin: 18px 18px 0 18px;
}
#form-mobile div.block div.status-value.cancel i.icon {
	background: url(../img/cancel.svg) no-repeat;
	width: 17px;
	height: 17px;
	margin: 20px 21px 0 21px;
}
#form-mobile div.block div.status-value.cancel {
	color: #ff2f4f;
}
#form-mobile div.block div.status-value i.arrow {
	display: block;
	background: url(../img/arrow.svg) no-repeat;
	width: 10px;
	height: 7px;
	float: right;
	margin: 26px 20px 0 0;
}
#form-mobile div.block div.status-value ul {
	display: none;
	position: absolute;
	bottom: 50px;
	left: 50%;
	width: 290px;
	margin-left: -145px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	background: #fff;
	list-style: none;
	cursor: default;
	box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.08), 0 -1px 10px 0 rgba(0, 0, 0, 0.05);\
	-webkit-box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.08), 0 -1px 10px 0 rgba(0, 0, 0, 0.05);
}
#form-mobile div.block div.status-value ul li:hover {
	background: #f7f9fa;
}
#form-mobile div.block div.status-value ul li:hover:first-child {
	border-top-left-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	-webkit-border-top-right-radius: 10px;
}
#form-mobile div.block div.status-value ul li:hover:last-child {
	border-bottom-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
}
#form-mobile div.block div.status-value ul li i.pick {
	display: block;
	float: left;
}
#form-mobile div.block div.status-value ul li.off i.pick,
#form-mobile div.block div.status-value ul li.off span {
	opacity: 0.3;
}
#form-mobile div.block div.status-value ul li.phone i.pick {
	background: url(../img/phone-triage.svg) no-repeat;
	width: 19px;
	height: 24px;
	margin: 17px 19px 0 20px;
}
#form-mobile div.block div.status-value ul li.assessment i.pick {
	background: url(../img/assessment.svg) no-repeat;
	width: 27px;
	height: 17px;
	margin: 20px 15px 0 16px;
}
#form-mobile div.block div.status-value ul li.contract i.pick {
	background: url(../img/contract.svg) no-repeat;
	width: 23px;
	height: 22px;
	margin: 18px 18px 0 18px;
}
#form-mobile div.block div.status-value ul li.cancel i.pick {
	background: url(../img/cancel.svg) no-repeat;
	width: 17px;
	height: 17px;
	margin: 20px 21px 0 21px;
}
#form-mobile div.block div.status-value ul li span {
	cursor: pointer;
	color: #354650;
}
#form-mobile div.block div.status-value ul li.cancel span {
	color: #ff2f4f;
}
#form-mobile div.block div.status-value ul li i.check {
	display: none;
	background: url(../img/check.svg) no-repeat;
	width: 20px;
	height: 15px;
	float: right;
	margin: 21px 19px 0 0;
}
#form-mobile div.block div.status-value ul li.off i.check {
	display: block;
}
#form-tablet {
	display: none;
}
#form-tablet div.table {
	display: table;
	padding: 35px 40px 36px;
}
#form-tablet div.table.border {
	border-bottom: solid 1px #e9f1f5;
}
#form-tablet div.table div.left {
	display: table-cell;
	vertical-align: top;
	width: 100%;
}
#form-tablet div.table div.left div.id-line {
	font-size: 16px;
	color: #96a2a9;
}
#form-tablet div.table div.left div.id-value {
	font-size: 18px;
	margin-top: 5px;
}
#form-tablet div.table div.left div.name-line {
	font-size: 16px;
	color: #96a2a9;
	margin-top: 27px;
}
#form-tablet div.table div.left div.name-value {
	font-size: 18px;
	margin-top: 4px;
}
#form-tablet div.table div.left div.date-line {
	font-size: 16px;
	color: #96a2a9;
	margin-top: 30px;
}
#form-tablet div.table div.left div.date-value {
	font-size: 18px;
	margin-top: 4px;
}
#form-tablet div.table div.right {
	display: table-cell;
	vertical-align: top;
}
#form-tablet div.table div.right div.status-line {
	font-size: 16px;
	color: #96a2a9;
	display: table;
	position: relative;
}
#form-tablet div.table div.right div.status-line i.info {
	display: block;
	background: url(../img/info.svg) no-repeat;
	width: 16px;
	height: 16px;
	float: right;
	margin: 2px 0 0 10px;
	cursor: pointer;
}
#form-tablet div.table div.right div.status-line span {
	display: none;
	position: absolute;
	width: 200px;
	bottom: 30px;
	text-align: center;
	background: #354650;
	left: 50%;
	margin-left: -58px;
	color: #fff;
	font-size: 14px;
	padding: 8px 15px 12px;
	border-radius: 6px;
}
#form-tablet div.table div.right div.status-line span i {
	width: 16px;
	height: 16px;
	background: #354650;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	left: 50%;
	bottom: -8px;
	margin-left: -8px;
}
#form-tablet div.table div.right div.status-value {
	width: 278px;
	height: 58px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	background: #fcfdfd;
	border: solid 1px #e6ecf1;
	cursor: pointer;
	margin-top: 12px;
	position: relative;
	font-size: 18px;
	line-height: 58px;
}
#form-tablet div.table div.right div.status-value:hover {
	background: #edf9ff;
}
#form-tablet div.table div.right div.status-value i.icon {
	display: block;
	float: left;
}
#form-tablet div.table div.right div.status-value.receive i.icon {
	background: url(../img/receive.svg) no-repeat;
	width: 19px;
	height: 13px;
	margin: 23px 19px 0 20px;
}
#form-tablet div.table div.right div.status-value.phone i.icon {
	background: url(../img/phone-triage.svg) no-repeat;
	width: 19px;
	height: 24px;
	margin: 17px 19px 0 20px;
}
#form-tablet div.table div.right div.status-value.assessment i.icon {
	background: url(../img/assessment.svg) no-repeat;
	width: 27px;
	height: 17px;
	margin: 20px 15px 0 16px;
}
#form-tablet div.table div.right div.status-value.contract i.icon {
	background: url(../img/contract.svg) no-repeat;
	width: 23px;
	height: 22px;
	margin: 18px 18px 0 18px;
}
#form-tablet div.table div.right div.status-value.cancel i.icon {
	background: url(../img/cancel.svg) no-repeat;
	width: 17px;
	height: 17px;
	margin: 20px 21px 0 21px;
}
#form-tablet div.table div.right div.status-value.cancel {
	color: #ff2f4f;
}
#form-tablet div.table div.right div.status-value i.arrow {
	display: block;
	background: url(../img/arrow.svg) no-repeat;
	width: 10px;
	height: 7px;
	float: right;
	margin: 26px 20px 0 0;
}
#form-tablet div.table div.right div.status-value ul {
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 290px;
	margin: -116px 0 0 -120px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	background: #fff;
	list-style: none;
	cursor: default;
	box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.08), 0 -1px 10px 0 rgba(0, 0, 0, 0.05);
	-webkit-box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.08), 0 -1px 10px 0 rgba(0, 0, 0, 0.05);
}
#form-tablet div.table div.right div.status-value ul li:hover {
	background: #f7f9fa;
}
#form-tablet div.table div.right div.status-value ul li:hover:first-child {
	border-top-left-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	-webkit-border-top-right-radius: 10px;
}
#form-tablet div.table div.right div.status-value ul li:hover:last-child {
	border-bottom-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
}
#form-tablet div.table div.right div.status-value ul li i.pick {
	display: block;
	float: left;
}
#form-tablet div.table div.right div.status-value ul li.off i.pick,
#form-tablet div.table div.right div.status-value ul li.off span {
	opacity: 0.3;
}
#form-tablet div.table div.right div.status-value ul li.phone i.pick {
	background: url(../img/phone-triage.svg) no-repeat;
	width: 19px;
	height: 24px;
	margin: 17px 19px 0 20px;
}
#form-tablet div.table div.right div.status-value ul li.assessment i.pick {
	background: url(../img/assessment.svg) no-repeat;
	width: 27px;
	height: 17px;
	margin: 20px 15px 0 16px;
}
#form-tablet div.table div.right div.status-value ul li.contract i.pick {
	background: url(../img/contract.svg) no-repeat;
	width: 23px;
	height: 22px;
	margin: 18px 18px 0 18px;
}
#form-tablet div.table div.right div.status-value ul li.cancel i.pick {
	background: url(../img/cancel.svg) no-repeat;
	width: 17px;
	height: 17px;
	margin: 20px 21px 0 21px;
}
#form-tablet div.table div.right div.status-value ul li span {
	cursor: pointer;
	color: #354650;
}
#form-tablet div.table div.right div.status-value ul li.cancel span {
	color: #ff2f4f;
}
#form-tablet div.table div.right div.status-value ul li i.check {
	display: none;
	background: url(../img/check.svg) no-repeat;
	width: 20px;
	height: 15px;
	float: right;
	margin: 21px 19px 0 0;
}
#form-tablet div.table div.right div.status-value ul li.off i.check {
	display: block;
}
#form-desktop {
	display: none;
}
#form-desktop table {
	width: 100%;
	border-collapse: collapse;
}
#form-desktop table tr.head {
	height: 50px;
	font-size: 16px;
	color: #96a2a9;
}
#form-desktop table tr.body {
	height: 91px;
	font-size: 18px;
}
#form-desktop table tr.body td {
	border-top: solid 1px #e9f1f5;
}
#form-desktop table tr td.start {
	padding-left: 40px;
}
#form-desktop table tr td.end {
	padding-right: 40px;
}
#status-line {
	display: table;
	position: relative;
}
#status-line i.info {
	display: block;
	background: url(../img/info.svg) no-repeat;
	width: 16px;
	height: 16px;
	float: right;
	margin: 2px 0 0 10px;
	cursor: pointer;
}
#status-line span {
	display: none;
	position: absolute;
	width: 200px;
	bottom: 30px;
	text-align: center;
	background: #354650;
	left: 50%;
	margin-left: -58px;
	color: #fff;
	font-size: 14px;
	padding: 8px 15px 12px;
	border-radius: 6px;
}
#status-line span i {
	width: 16px;
	height: 16px;
	background: #354650;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	left: 50%;
	bottom: -8px;
	margin-left: -8px;
}
#form-desktop table tr td div.status-value {
	width: 278px;
	height: 58px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	background: #fcfdfd;
	border: solid 1px #e6ecf1;
	cursor: pointer;
	position: relative;
	font-size: 18px;
	line-height: 58px;
}
#form-desktop table tr td div.status-value:hover {
	background: #edf9ff;
}
#form-desktop table tr td div.status-value i.icon {
	display: block;
	float: left;
}
#form-desktop table tr td div.status-value.receive i.icon {
	background: url(../img/receive.svg) no-repeat;
	width: 19px;
	height: 13px;
	margin: 23px 19px 0 20px;
}
#form-desktop table tr td div.status-value.phone i.icon {
	background: url(../img/phone-triage.svg) no-repeat;
	width: 19px;
	height: 24px;
	margin: 17px 19px 0 20px;
}
#form-desktop table tr td div.status-value.assessment i.icon {
	background: url(../img/assessment.svg) no-repeat;
	width: 27px;
	height: 17px;
	margin: 20px 15px 0 16px;
}
#form-desktop table tr td div.status-value.contract i.icon {
	background: url(../img/contract.svg) no-repeat;
	width: 23px;
	height: 22px;
	margin: 18px 18px 0 18px;
}
#form-desktop table tr td div.status-value.cancel i.icon {
	background: url(../img/cancel.svg) no-repeat;
	width: 17px;
	height: 17px;
	margin: 20px 21px 0 21px;
}
#form-desktop table tr td div.status-value.cancel {
	color: #ff2f4f;
}
#form-desktop table tr td div.status-value i.arrow {
	display: block;
	background: url(../img/arrow.svg) no-repeat;
	width: 10px;
	height: 7px;
	float: right;
	margin: 26px 20px 0 0;
}
#form-desktop table tr td div.status-value ul {
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 290px;
	margin: -116px 0 0 -120px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	background: #fff;
	list-style: none;
	cursor: default;
	box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.08), 0 -1px 10px 0 rgba(0, 0, 0, 0.05);
	-webkit-box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.08), 0 -1px 10px 0 rgba(0, 0, 0, 0.05);
	z-index: 1;
}
#form-desktop table tr td div.status-value ul li:hover {
	background: #f7f9fa;
}
#form-desktop table tr td div.status-value ul li:hover:first-child {
	border-top-left-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	-webkit-border-top-right-radius: 10px;
}
#form-desktop table tr td div.status-value ul li:hover:last-child {
	border-bottom-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
}
#form-desktop table tr td div.status-value ul li i.pick {
	display: block;
	float: left;
}
#form-desktop table tr td div.status-value ul li.off i.pick,
#form-desktop table tr td div.status-value ul li.off span {
	opacity: 0.3;
}
#form-desktop table tr td div.status-value ul li.phone i.pick {
	background: url(../img/phone-triage.svg) no-repeat;
	width: 19px;
	height: 24px;
	margin: 17px 19px 0 20px;
}
#form-desktop table tr td div.status-value ul li.assessment i.pick {
	background: url(../img/assessment.svg) no-repeat;
	width: 27px;
	height: 17px;
	margin: 20px 15px 0 16px;
}
#form-desktop table tr td div.status-value ul li.contract i.pick {
	background: url(../img/contract.svg) no-repeat;
	width: 23px;
	height: 22px;
	margin: 18px 18px 0 18px;
}
#form-desktop table tr td div.status-value ul li.cancel i.pick {
	background: url(../img/cancel.svg) no-repeat;
	width: 17px;
	height: 17px;
	margin: 20px 21px 0 21px;
}
#form-desktop table tr td div.status-value ul li span {
	cursor: pointer;
	color: #354650;
}
#form-desktop table tr td div.status-value ul li.cancel span {
	color: #ff2f4f;
}
#form-desktop table tr td div.status-value ul li i.check {
	display: none;
	background: url(../img/check.svg) no-repeat;
	width: 20px;
	height: 15px;
	float: right;
	margin: 21px 19px 0 0;
}
#form-desktop table tr td div.status-value ul li.off i.check {
	display: block;
}
#feedback-bg,
#comment-bg {
	background: rgba(0, 21, 29, 0.5);
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	display: none;
	z-index: 1;
}
#feedback-form,
#comment-form {
	background: #fff;
	position: absolute;
	max-width: 400px;
	height: 442px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	top: 50%;
	left: 0;
	margin: -221px auto 0;
	padding: 0 20px;
	right: 0;
}
#feedback-form i,
#comment-form i {
	background: url(../img/close.svg) no-repeat;
	width: 17px;
	height: 17px;
	position: absolute;
	top: 15px;
	right: 15px;
	cursor: pointer;
}
#feedback-form span,
#comment-form span {
	font-size: 24px;
	font-weight: bold;
	margin-top: 18px;
	display: block;
}
#feedback-form textarea,
#comment-form textarea {
	height: 260px;
	width: 100%;
	border: solid 1px #edeff4;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	padding: 5px;
	box-sizing: border-box;
	font-size: 18px;
	margin-top: 24px;
}
#feedback-form textarea.attention,
#comment-form textarea.attention {
	border: solid 1px #ff2e42;
}
#feedback-form button,
#comment-form button {
	height: 60px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	background: #54d0ff;
	border: none;
	width: 100%;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	margin-top: 20px;
	cursor: pointer;
}
#feedback-form button:hover,
#comment-form button:hover {
	background: #1bc1ff;
}
#feedback-form button.disabled,
#comment-form button.disabled {
	opacity: 0.7;
}
@media (min-width: 768px){
	#content-form-title {
		font-size: 36px;
		margin: 0 0 20px 30px;
		padding-top: 26px;
	}
	#content-form-bg {
		margin: 0 30px 28px;
	}
	#content-form-bg span.dh {
		font-size: 24px;
		padding: 180px 0 94px;
		opacity: 0.3;
	}
	#form-mobile {
		display: none;
	}
	#form-tablet {
		display: block;
	}
}
@media (min-width: 1028px){
	#wrap-left {
		-webkit-box-shadow: unset;
		box-shadow: unset;
		position: unset;
		z-index: unset;
	}
	#over-left {
		width: 260px;
	}
	#menu-section div.table.active div.cell i.mark {
		display: unset;
	}
	#content-panel {
		display: none;
	}
}
@media (min-width: 1280px){
	#content-form-title {
		margin: 0 auto 20px;
		width: 900px;
	}
	#content-form-bg {
		margin: 0 auto 28px;
		width: 900px;
	}
	#form-tablet {
		display: none;
	}
	#form-desktop {
		display: block;
	}
}
