#mapHeader {
	position: fixed;
	z-index:1003;
	width: 100%; 
	height: 86px; 
	background: #fbedeb; 
	display: none;
}

#mapHeader div {
	margin: -3px 10px 0px 20px; 
	display: inline-block;
}

#mapHeader i {
	margin: 15px 20px 0 0;
	float: right;
}

#map {
	position: fixed;
	z-index:10000;
	margin-top: 86px; 
	width: 100%; 
	height: 100%; 
	display: none;
}
#mapTitle {
	padding: 25px 10px 0 25px;
}
#mapTitle h4 {
	font-size: 16px;
	margin: 10px 0 0 -10px;
}
#open,#close {
	margin: 10px 0 0 17px;
}
#mapcloser {
	cursor: pointer;
	height: 30px;
	position: absolute;
	right: 30px;
	top: 25px;
	opacity: 0.8;
}
.subtitle {
	font-size: 11px;
	margin: -6px 0 0 -10px;
	display: block;
}
.desc {
	text-align: left;
	padding: 20px 40px;
}

.text {
	text-align: left;
	padding: 20px 0px;
}

.top_menu {
	font-size: 12px;
}
@media screen and (min-width: 768px) {
	.top_menu {
    		font-size: 14px;
	}
	.desc {
		text-align: justify;
	}
}
.but_cat {
	background: #fbe6e3;
	color: #666 !important;
	padding: 5px 20px;
	margin: 0 1px 18px 0;
	border: none;
}
.but_left {
	border-radius: 20px 0 0 20px;
}
.but_right {
	border-radius: 0 20px 20px 0;
}
.but_active {
	background: linear-gradient(1deg, #82d3c8, #00ad95);
	color: #FFF !important;
}
@media (max-width: 768px) {
	.inner_page h1 {
		font-size: 30px;
	}
	.but_cat {
		padding: 5px 10px;
	}
	.first-oo {
		width: calc(100% - 20px);
	}
}
.copy {
	height: 16px; 
	margin: -4px 0 0 5px;
	opacity: 0.3;
	cursor: copy;
}
.p-a {
	background-position: 8px 14px;
	background-image: url(/img/a.svg);
	background-repeat: no-repeat;
	background-size: 20px;
	width: 50px;
}
.p-b {
	background-position: 8px -22px;
	background-image: url(/img/b.svg);
	background-repeat: no-repeat;
	background-size: 20px;
	width: 50px;
}
.p-b2 {
	background-position: 8px 14px;
	background-image: url(/img/b2.svg);
	background-repeat: no-repeat;
	background-size: 20px;
	width: 50px;
}
.p-a2 {
	background-position: 8px -22px;
	background-image: url(/img/a2.svg);
	background-repeat: no-repeat;
	background-size: 20px;
	width: 50px;
}
.p-c {
	background-image: url(/img/c.svg);
	background-position: 8px 8px;
	background-repeat: repeat-y;
	background-size: 20px;
	width: 50px;
}
.r-a {
	background-position: 8px 8px;
	background-image: url(/img/start.svg);
	background-repeat: no-repeat;
}
.r-c {
	background-position: 8px -8px;
	background-image: url(/img/point.svg);
	background-repeat: no-repeat;
}
.r-b {
	background-position: 8px -36px;
	background-image: url(/img/finish.svg);
	background-repeat: no-repeat;
/*
	background-size: 70%;
*/
}
.cabinet {
	background: #f1d4d0;
	color: #ab276a;
	padding: 0px;
	border-radius: 10px;
}
.table_wrap{
  	overflow-x: auto;  
	-webkit-overflow-scrolling: touch;
}
.table_route{
  	width: 100%;                   /* занимать всю доступную ширину */
  	min-width: 200px;              /* "адекватный" минимум под твои колонки */
  	border-collapse: collapse;
	table-layout: fixed;           /* предсказуемая ширина колонок */
	line-height: 140%;
}
.table_route h3 {
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	font-size: 20px;
}
.table_route td {
/*
	padding:0;
*/
	vertical-align: top;
}
.table_route tr {
	background: none !important;
	border: none;
}
.table_schedule {
	width: auto;
}
.table_schedule td {
	padding:0 10px 0 0;
	vertical-align: top;
}
.table_schedule tr {
	background: none !important;
	border: none;
}
.route_card {
	padding: 20px 10px;
	border-radius: 10px;
	padding-right: 10px;
	margin-bottom: 15px;
	text-align: left;
}
.route_card a {
	color: #0060bd;
	border-bottom: 1px dashed #0060bd;
}
.route_card a:visited {
	color: #0060bd;
	border-bottom: 1px dashed #0060bd;
}
.route_card a:hover {
	color: #0060bd;
	border-bottom: none;
}
.route_card_success {
	background: linear-gradient(to right, #7dd1c6 0 40px, #f0f3e9 41px 100%);
}

.route_card_danger {
	background: linear-gradient(to right, #efbaba 0 40px, #fbe6e3 41px 100%);
}
.route_card_info {
    	background: linear-gradient(to right, #d9c5ce 0 40px, #fbe6e3 41px 100%)
}
.route_card_info img {
    	opacity: 0.5;
}
.route_card .checkb {
	margin-left: 5px;
}
.route_card label {
    	font-size: 12px;
    	margin-bottom: -3px;
    	display: block;
}
@media screen and (min-width: 768px) {
	.route_card label {
    		font-size: 14px;
	}
}
.route_card input[type=text],input[type=time], textarea {
	border: 1px solid #bbb;
    	border-radius: 4px;
    	padding: 10px;
	width: calc(100% - 30px);
        line-height: 110%;
}
.route_card input[type=time] {
	padding: 7px 10px;
	width: auto;
}
.routeTab {
	margin-left: 40px;
}
.problem {
	border-bottom: 2px dotted #F00;
}
.schedule {
	float: right;
	text-align: center; 
	background: #d7dfe9; 
	border-radius: 4px; 
	width: 150px; 
	margin: 10px 15px 10px 0; 
	padding: 10px;
}
.route_card .msgError 
{
    	background: #ffffff;
    	color: #c50303;
    	border: 1px solid #c50303;
    	padding: 8px 20px;
    	margin: 10px 0 10px 0px;
    	border-radius: 0px;
    	display: inline-block;
}
.holyday {
    	color: #dd0000;
}
.btn2 {
	background: #006bd9;
	color: #FFF;
	padding: 10px 20px;
	border: none;	
	border-radius: 4px;
	font-size: 14px;
}

.btn_sec { 
	background: #e25da0;
}

.air-datepicker-cell.is-weekend { background: #fff4f4; }
.air-datepicker-cell.is-weekend.-selected- { background: #ffd6d6; }
/* чтобы попап не прятался под твою модалку */
.air-datepicker-global-container { z-index: 99999; }

.schedule_delete {
	width: 14px;
	margin-top: -3px;
	cursor: pointer;
}

.notneed {
	color: #990f3e;
}

.nanny_inline img {
	position: absolute;
	opacity: 1 !important;
	height: 15px; 
	margin: 0;
}

.nanny_inline a {
	margin-left: 20px;
}

.balance {
	color: #FFF;
	background: #d9c5ce;
	padding: 5px 10px;
	border-radius: 4px;
	display: inline;
	cursor: pointer;
}
.balance_good {
    	background: #8bd11f;
}
.balance_bad {
    	background: #ff8264;
}

hr {
	border: 2px solid #f1d4d0;
}