#maplabel_selector{
	background: url(../img/mapa.png) no-repeat center;
	cursor:pointer;
	display: block;
	box-shadow: 0px 0px 24px 28px #fff inset;
}
#maplabel_selector a{
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    text-shadow: 0px 0px 20px #000;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 70px;
    width: 100%;
}
#maplabel_selector a:hover{text-decoration: none; text-shadow: 0px 0px 30px #000;}

.GuideFixBtn{font-size:12px;display: none;}
.field:hover .value .GuideFixBtn{display: inline-block;}
.userFixModal #comment{height:100px}

.weekend_checkbox{
	display: block;
	position: relative;
	padding-left: 35px;
	margin-top: 6px;
	margin-bottom: 6px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.weekend_checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.weekend_checkbox_ico {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #fff;
  border: 1px solid #ccc;
}

.weekend_checkbox:hover input ~ .weekend_checkbox_ico {
  border-color: #5c70c3;
}

.weekend_checkbox input:checked ~ .weekend_checkbox_ico {
  background-color: #2196F3;
  border-color: #2196F3;
}

.weekend_checkbox_ico:after {
  content: "";
  position: absolute;
  display: none;
}

.weekend_checkbox input:checked ~ .weekend_checkbox_ico:after {
  display: block;
}

.weekend_checkbox .weekend_checkbox_ico:after {
  left: 9px;
  top: 6px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.workDayItem tr td .input-group-text{padding: 3px;}

.table .row_active, .table .row_active:hover {
    background: aliceblue;
    font-weight: 500;
}

.grafik-test {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
	width: 100%;
}

.grafik-test div {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 5px 10px;
    background: #fff;
    border-radius: 5px;
    margin: 10px;
    box-shadow: 0 0 10px #bebebe;
	width: 115px;
	text-transform: capitalize;
}

.grafik-test div.today {
    background: #ef7f11;
    color: #fff
}

.grShortTitle{display:none}
.grSetShortTitle .grFullTitle{display:none}
.grSetShortTitle .grShortTitle{display:block}

.contactsItem label{
	background: #eee;
    color: #fff;
    border-color: #999;
    opacity: 0.6;
}
.contactsItem .custom-checkbox-input:checked + label{filter: grayscale(0);}
label[for*="tel_telegram"]{
	background: #2ea2dc !important;
    border-color: #2392c9 !important;
}
label[for*="tel_whatsapp"]{
	background: #0dc143 !important;
    border-color: #18ad45 !important;
}
label[for*="tel_viber"]{
	background: #a436c7 !important;
    border-color: #840bab !important;
}
.btn-outline-viber{border-color: #840bab;color: #840bab; }
.custom-checkbox-input {
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(100%);
    clip-path: inset(100%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}
.custom-checkbox-input:checked + label, .contactsItem .custom-checkbox-input:checked + label{
	opacity: 1;
    background: #fff;
    border-color: #7e7e7e;
    color: #fff;
    animation: zoom-in-out 0.3s ease;
}
@keyframes zoom-in-out {
  50% {
    transform: scale(0.9);
  }
}
.field ul.contactsListBox{
	margin: 5px 0 0;
    padding: 0;
    list-style: none;
}
.contactsListBox li{
    margin-bottom: 5px;
}
.contactsListBox li span{color: #444;}
.gm-style-iw div * {
    overflow: hidden !important;
    line-height: 1.35em;
}
.wd_marker_box{
    min-width: 200px;
}
.wd_marker_box .wd_marker_box_title{
    font-size: 13px;
    line-height: 16px;
}
.wd_marker_box .wd_marker_box_title a{
    text-decoration: none;
}
.wd_marker_box .wd_marker_box_image{
    line-height: 0;
    float: left;
    margin-right: 8px;
}
.wd_marker_box .wd_marker_box_image img{
    width: 32px;
    height: 32px;
}
.wd_marker_box .wd_marker_box_date{
    font-size: 12px;
    line-height: 12px;
    margin-top: 2px;
    color: #444;
}
.gm-style .wd_marker_box .wd_marker_box_date{margin-top: 0px;}
.guideMapa{border:1px solid #ccc;margin-bottom: 20px}

@media screen and (max-width: 480px) {
	.workDayItem {font-size:14px}
	.workDayItem .input-group input.form-control{padding: 0 4px;}
}
@media screen and (max-width: 420px) {
	.workDayItem {font-size:12px}
	.workDayItem .input-group input.form-control{padding: 0 2px;font-size:12px}
	.workDayItem .table th, .workDayItem .table td{padding: 4px;}
	.workDayItem tr td .input-group-text {padding: 0px;}
}