.map-wrap {
	overflow: hidden;
	position: relative;
}
.map-wrap .sidebar {
	position: absolute;
	z-index: 200;
	top: 0;
	left: 0;
	height: 100%;
	width: 23%;
	background: #fff;
}
.map-wrap .gmap {
	float: right;
	width: 77%;
	height: 704px;
}
.map-wrap .place {
	position: absolute;
	z-index: 201;
	top: 0;
	bottom: 0;
	right: 100%;
	width: 23%;
	background: #fff;
	transition: margin 0.2s ease;
	-webkit-transition: margin 0.2s ease;
}
.map-wrap .place.active {
	margin-right: -23%;
}
.map-wrap .line-items {
	z-index: 100;
	position: absolute;
	width: 77%;
	right: 77%;
	height: 100%;
	overflow: scroll;
	background: #eee;
	transition: transform 0.2s ease;
	-webkit-transition: -webkit-transform 0.2s ease;
}
.map-wrap .line-items.active {
	transform: translate3d(100%, 0, 0);
	-webkit-transform: translate3d(100%, 0, 0);
}

.map-wrap .top div,
.map-wrap .top a {
  padding-top: 18px;
  padding-bottom: 18px;
  box-sizing: border-box;
  width: 31%;
	display: block;
  float: left;
	font-weight: 700;
	font-size: 10px;
	color: inherit;
	cursor: pointer;
}
.map-wrap .top .back {
  padding-left: 10px;
}
.map-wrap .top .account {
  width: 38%;
  border-left: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
  text-align: center;
}
.map-wrap .top .logout {
  text-align: right;
  padding-right: 10px;
}
.map-wrap .top a:hover {
	text-decoration: none;
}
.map-wrap .top .back .fa {
	font-weight: bold;
	margin-right: 3px;
}
.map-wrap .top .account .fa {
  margin-right: 3px;
}
.map-wrap .top .logout .fa {
  margin-left: 3px;
}
.map-wrap .header {
	color: #fff;
	padding: 25px 0;
	text-align: center;
	font-size: 14px;
	font-style: italic;
	line-height: 1.1;
	background: linear-gradient(50deg, rgba(112,175,56,1) 0%, rgba(64,198,228,1) 100%);
}

.map-wrap .sidebar .header {
	padding: 35px 0;
}
.map-wrap .route-title {
	font-weight: 900;
	font-size: 14px;
	font-style: normal;
	margin-top: 15px;
}
.progress-this-week .pathloader {
	position: relative;
	margin: 0 auto;
}
.progress-this-week .percentage {
	position: absolute;
	font-weight: 900;
	font-style: italic;
	font-size: 20px;
	line-height: 1;
	text-align: center;
	width: 100%;
	top: 25px;
	padding-top: 22px;
	color: #fff;
	background: url("../images/icon_truck.png") no-repeat center top;
	background-size: 35px auto;
}

.map-wrap .sidebar .info {
	text-align: center;
	padding: 18px 0;
	font-size: 12px;
	line-height: 1.2;
}
.map-wrap .sidebar .info .title {
	font-weight: 700;
	margin-bottom: 3px;
}
.map-wrap .sidebar .info .description {
	color: #999;
}

.map-wrap .done-hide {
  margin: 0 20px 10px;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.map-wrap .done-hide .fa {
  width: 16px;
  margin-right: 3px;
  vertical-align: middle;
  font-size: 16px;
}
.map-wrap .done-hide .checked,
.map-wrap .done-hide.active .unchecked {
  display: none;
}
.map-wrap .done-hide.active .checked {
  display: inline-block;
}
.map-wrap .remits {
  padding: 0 20px;
}
.places {
	position: absolute;
	top: 390px;
	bottom: 0;
	left: 0;
	right: 0;
	overflow: auto;
	padding: 0 20px 20px;
}
.places .done-expand.inactive {
	display: none;
}
.places .place-item {
	background: #f5f5f5;
	border: 1px solid #d9d9d9;
	border-radius: 17px;
	line-height: 24px;
	height: 36px;
	padding: 5px;
	margin: 5px 0 0;
	box-sizing: border-box;
	cursor: pointer;
}
.places .place-item .title {
	float: left;
	font-weight: 700;
	font-size: 12px;
	color: #000;
	max-width: 110px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.places .place-item .nr {
	float: left;
	color: #fff;
	border-radius: 50%;
	margin-right: 15px;
	width: 24px;
	font-size: 10px;
	font-weight: 900;
	text-align: center;
	background: #777;
}
.places .place-item.highprio .nr {
	background: #c30900;
}
.places .place-item.color-1 .nr {
	background: #269fa0;
}
.places .place-item.color-2 .nr {
	background: #9700e5;
}
.places .place-item.color-3 .nr {
	background: #e58c00;
}
.places .place-item.color-4 .nr {
	background: #40c7e4;
}
.places .place-item.color-5 .nr {
	background: #683c11;
}
.places .place-item.color-6 .nr {
	background: #222222;
}
.places .place-item.color-7 .nr {
	background: #d800d6;
}
.places .place-item.color-8 .nr {
	background: #0015de;
}
.places .place-item.color-9 .nr {
	background: #dbde00;
}
.places .done {
	display: none;
}
.places .done.active {
	display: block;
}
.places .done-expand .place-item .nr,
.places .done .place-item .nr {
	background: #70af38;
}
.places .place-item .nopos {
	float: right;
	color: #a00;
	font-size: 12px;
	margin: 5px 7px 0 0;
}

.place .nr {
	background: url("../images/icon_place.png") no-repeat center top;
	background-size: 42px auto;
	font-size: 16px;
	font-weight: 900;
	font-style: normal;
	box-sizing: border-box;
	height: 56px;
	padding-top: 13px;
	margin-bottom: 15px;
}
.place .address {
	font-size: 14px;
	font-style: normal;
	font-weight: 900;
}
.place .contact-title {
	font-size: 10px;
	font-weight: 700;
	line-height: 40px;
	text-transform: uppercase;
	color: #a4a4a4;
	text-align: center;
	border-bottom: 1px solid #eee;
}
.place .contact-title.inactive {
	display: none;
}
.place .contact > div {
	padding: 18px 25px;
	border-bottom: 1px solid #eee;
}
.place .contact .name {
	font-weight: 700;
}
.place .btns {
	padding: 25px 25px 0;
}
.place .btns .btn {
	display: block;
	text-align: left;
	padding-left: 40px;
	margin-bottom: 7px;
}
.place .btns .btn .fa {
	width: 12px;
}
.place .btn-done.inactive {
	display: none;
}

.map-wrap .place-info {
	padding: 15px 65px;
	font-size: 16px;
}
.map-wrap .place-info .place-info-address {
	font-weight: 700;
}
.map-wrap .place-info .place-info-item {
	margin-left: 15px;
}
.map-wrap .line-items .form-wrapper {
	padding: 0 65px 50px;
}

.form-place-line-items.done .form-type-actions,
.form-place-line-items.done .form-button {
	display: none;
}
.form-place-line-items .form-item {
	width: auto;
}
.form-place-line-items .form-root-container > .form-type-container {
	position: relative;
	border-top: 1px solid #c9c9c9;
	margin-bottom: 20px;
}
.form-place-line-items .form-root-container > .form-type-container > .form-label {
	color: #000;
	font-size: 14px;
	font-weight: 900;
	padding: 15px 0;
}
.form-place-line-items .form-root-container > .form-type-container > .form-items {
	background: #fff;
	border-radius: 10px;
	padding: 20px 15px 65px;
}
.form-place-line-items .form-root-container > .form-type-container .form-type-container .form-items {
	float: left;
	width: 540px;
}
.form-place-line-items .form-delete-button {
	margin-top: 0;
	background: #eee;
	border: none;
	color: rgba(0,0,0,0.5);
}
.form-place-line-items .form-add-button {
	position: absolute;
	bottom: 15px;
	left: 15px;
	color: #FFF;
	background: #40c7e4;
	border-color: #40c7e4;
}
.form-place-line-items .form-name-line-items .form-type-container .form-item {
	float: left;
	width: 205px;
	margin: 0 10px 0 0;
}
.form-place-line-items .form-name-line-items .form-type-container .form-name-quantity {
	width: 100px;
}
.form-place-line-items .form-name-line-items .form-type-container .form-textarea {
	height: 34px;
}
.form-place-line-items .form-root-container > .form-name-images > .form-items {
	padding-bottom: 80px;
}
.form-place-line-items .form-name-images .form-file-extensions {
	display: none;
}
.form-place-line-items .form-name-images .form-item .form-type-image {
	float: left;
	width: 140px;
}
.form-place-line-items .form-name-images .form-item .form-name-text {
	float: left;
	width: 385px;
	margin-top: 0;
}
.form-place-line-items .form-type-image .form-item-loader {
	padding: 20px 0 0 50px;
}
.form-place-line-items .form-type-actions {
	border-top: 1px solid #c9c9c9;
	padding-top: 25px;
	text-align: center;
}
.form-place-line-items .form-type-actions .form-item {
	float: none;
	display: inline-block;
}
.form-place-line-items .form-type-actions .btn {
	background: #40c7e4;
	color: #fff;
	border: 0;
}

.popup-wrap,
.popup-dark {
	z-index: 1000;
}
.popup-light {
	z-index: 1001;
}
.popup-name-confirm .popup-close {
	display: none;
}
.popup-name-confirm .popup-light {
	width: 320px;
	left: -160px;
	border-radius: 22px;
}
.popup-name-confirm .popup-inner {
	margin: 65px 45px 50px;
}
.place-done {
	text-align: center;
}

.place-done .pre-question {
	color: #999;
	font-size: 14px;
	font-weight: 900;
	line-height: 1;
	margin-bottom: 5px;
}

#positionerror {
	color: #da0909;
	margin-bottom: 10px;
}

.place-done .hidden{
	display: none;
}

.place-done .address,
.place-done .success {
	font-size: 28px;
	font-weight: 900;
	line-height: 1;
	color: #70af38;
}
.place-done .address {
	margin-bottom: 28px;
}
.place-done .success {
	margin-top: 10px;
}
.place-done .motivation {
	color: #999;
	margin: 5px 0 28px;
}
.place-done .dumbass-loader {
	padding: 40px 0 50px;
}
.place-done .pathloader {
	position: relative;
	margin: 0 auto;
}
@keyframes success-pulse {
	0%		{ color: #eee; }
	100%	{ color: #70af38; }
}
@-webkit-keyframes success-pulse {
	0%		{ color: #eee; }
	100%	{ color: #70af38; }
}
.place-done .dumbass-loader .pathloader:before {
	content: "";
	font-family: FontAwesome;
	font-size: 28px;
	color: #eee;
	text-align: center;
	position: absolute;
	top: 20px;
	width: 100%;
	animation: success-pulse 0.5s ease 0s alternate infinite;
	-webkit-animation: success-pulse 0.5s ease 0s alternate infinite;
}
.place-done .useless-loader .pathloader:before {
	content: "";
	font-family: FontAwesome;
	font-size: 28px;
	color: #70af38;
	text-align: center;
	position: absolute;
	top: 20px;
	width: 100%;
}
.place-done .btn {
	display: block;
	color: #fff;
	font-size: 12px;
	text-align: center;
	border: 0;
	border-radius: 25px;
	padding: 12px 0;
	margin: 0 0 10px;
	background: #838383;
}
.place-done .btn-primary {
	background: #70af38;
}
.place-done .unmark,
.place-done-unmark .mark {
	display: none;
}
.place-done-unmark .unmark {
	display: block;
}
.place-done .step {
	display: none;
}
.place-done .step.active {
	display: block;
}

#remit-reset.hidden{
	display: none;
}
