.location_map {
   height: 500px;
   width: 100%;
}
#location_map {
   height: 300px;
   width: 100%;
}
.calendar-header-text {
	display: inline-block;
	font-size: 18px;
}
@media(max-width: 575px) {
	.calendar-header-text {
		font-size: 22px;
	}
}
.calendar-move-box {
	display: inline-block;
    width: 15px;
    text-align: center;
    padding: 0px 5px;
    cursor: pointer;
    margin-left: 5px;
    margin-right: 5px;
}
.calendar-move-box:hover {
	border-radius: 5px;
	background-color: #fffeca;
}
.calendar-prev {
 	width: 10px;
    height: 10px;
    border: 2px solid #2b2b2b;
    margin-right: 20px;
    cursor: pointer;
    border-top: 0;
    border-right: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    display: inline-block;
    margin-bottom: 1px;
}
.calendar-next {
 	width: 10px;
    height: 10px;
    border: 2px solid #2b2b2b;
    border-top: 0;
    border-left: 0;
    margin-left: -5px;
    cursor: pointer;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    display: inline-block;
    margin-bottom: 1px;
}
.timing-table {
	display: inline-block;
}
.timing-table.timing-table-dates {
}
.timing-table.timing-table-times {
	border-collapse: inherit;
    border-spacing: 5px;
    margin-top: 15px;
}
.calendar-header {
	border-bottom: 1px solid #e7e7e7;
 	padding: 15px 0;
 	text-align: center;
 	margin-bottom: 5px;
 }
.timing-table:first-child {
	border-right: 1px solid #e7e7e7;
}
.timing-table td {
	border: 1px solid #f1f1f1;
	text-align: center;
	padding: 5px 8px;
	color: #767676;
}
.timing-table th {
	font-weight: normal;
    background-color: #989898;
    padding: 2px !important;
    color: white;
    font-size: 12px;
    text-align: center;
}
.timing-table td.slot-available {
	border: 1px solid #b1ddc4;
    border-radius: 10px;
    background-color: #f1fff7;
    cursor: pointer;
    padding: 2px 10px;
}
.timing-table td.slot-unavailable {
    border: 1px solid #ddb1b1;
    border-radius: 10px;
    background-color: #fff1f1;
    padding: 2px 10px;
}
.timing-table td.slot-available.has-discount {
	background-color: #ffffa6;
    border: 1px solid #d0d078;
}
.day-enable .slot-discount-image {
	width: 20px;
    margin-top: -35px;
    margin-left: 2px;
    position: absolute;
}
.slot-available .slot-discount-image {
    width: 25px;
    margin-top: -10px;
    margin-left: -2px;
    position: absolute;
}
.slot-discount-desc {
	font-size: 12px;
    background-color: #fffea6;
    border: 1px solid #d0d078;
    color: #874242;
    margin: 10px 60px;
}
.slot-discount-image-example {
	width: 25px;
}
@media(max-width: 575px) {
	.timing-table.timing-table-times {
	    border-spacing: 10px;
	}
	.timing-table td {
		font-size: 18px;
	}
	.slot-discount-desc {
		margin: 10px;
	}
}
.timing-table td.slot-available:hover, .timing-table td.time-selected {
	background-color: #316799 !important;
    color: white;
}
.timing-table td.slot-available.has-discount:hover {
	color: black;
}
.timing-table .day-enable {
	cursor: pointer;
	background-color: #f2fff6;
}
.timing-table .day-enable.has-discount {
	background-color: #fef9d1;
}
.timing-table .day-enable:hover, .timing-table .day-enable.day-selected {
	background-color: #316799;
    color: white;
}
.timing-table .day-disable {
	background-color: #ececec;
 	color: #9d9d9d;
}
.timing-table .day-unable {
    background-color: #fff1f1;
}
.timing-table .day-weekend {
	color: #316799;
}
.timing-table .current-day {
    color: #585150;
    background-color: #eef5ff;
}
.timing-table .day-service {
	color: #cdcdcd;
}
.timing-table .date-title {
	display: block;
	line-height: 1.6;
 	font-size: 16px;
}
.timing-table .date-subline {
	display: block;
	font-size: 6px;
 	line-height: 1;
 	display: none;
}

.calendar-tables-wrap {
	text-align: center;
}
@media(max-width: 575px) {
	.timing-table th, .timing-table td {
		padding: 10px 15px;
	}
}

.exists-location {
	border: 1px solid #e6dcdc;
    border-radius: 5px;
    padding: 10px;
    text-align: center;
    cursor: pointer;
}
.location-details-wrapper {
	border-bottom: 1px solid #9cd5e5;
}
.exists-location:hover, .location-selected, .location-details-wrapper {
	background-color: #f2faff;
 			border-color: #9cd5e5;
}
ul.location-shedule, ul.driver-names, ul.color-cubes, ul.location-details, ul.format-timing-ul {
	list-style: none;
 	padding: 0px;
 	margin: 0px;
}
ul.driver-names input {
    vertical-align: middle;
}
ul.driver-names label {
	margin: 0px;
}
ul.location-shedule li {
	display: inline-block;
    font-size: 10px;
    border: 1px solid #d1d1d1;
    border-radius: 2px;
    padding: 0px 2px;
}
ul.location-shedule li.available {
	background-color: #e8ffea;
}
ul.location-shedule li.unavailable {
	background-color: #e2e2e2;
}
ul.location-details li {
	display: inline-block;
    font-size: 14px;
    border: 1px solid #d1d1d1;
    border-radius: 3px;
    padding: 2px 11px;
    background-color: white;
}
ul.location-details li.not-in-current {
	background-color: #e2e2e2;
}
ul.location-details li.in-current {
	background-color: #e8feea;
}
ul.location-details li:hover, ul.location-details li.selected {
	background-color: #316799;
	color: white;
    cursor: pointer;
}
ul.color-cubes li {
	display: inline-block;
	width: 20px;
	height: 20px;
	cursor: pointer;
	margin-top: 5px;
}
ul.color-cubes li.unselected:hover, ul.color-cubes li.selected {
    opacity: 1;
    border: 1px solid #303030;
}
ul.color-cubes li.unselected {
    opacity: 0.1;
 			border: 1px solid #545452;
}
.location-shedule-timing {

}
.location-shedule-timing span {
	display: inline-block;
    width: 40%;
    font-size: 9px;
}
.location-shedule-timing:first-child {
	border-right: 1px solid #e7e7e7;
}
.location-shedule-timing span.work-days {

}
.location-shedule-timing span.week-days, .location-shedule .weekend {
	color: #8c3333;
}
.side-panel {
    float: right;
    margin-top: -22px;
    margin-left: -22px;
}
.side-panel img {
	width: 16px;
	display: block;
 	margin-bottom: 8px;
 	cursor: pointer;
}
.side-panel img:hover, .editing-in-process {
	background-color: #faffba;
}
img.add-location {
	width: 20px;
	cursor: pointer;
	margin-left: 10px;
}
.schedule-control-table {
	
}
.schedule-control-table td.header-td {
	text-align: center;
    font-weight: bold;
    background-color: #feffe8;
}
.schedule-control-table td {
	width: 14%;
	border: 1px solid #767676 !important;
}
.format-timing-wrapper {
	text-align: center;
}
.format-timing {
	width: 44px;
    font-size: 12px;
    border: 1px solid #75ac6d;
    border-radius: 5px;
    text-align: center;
}
.format-timing-div {
	padding: 5px;
    text-align: center;
    border: 1px solid #73ad6d;
    border-radius: 10px;
    background-color: #e9fde9;
    font-size: 14px;
    color: #445940;
    margin-bottom: 5px;
    cursor: grab;
}
.validate-error {	
	background-color: #fed4d4;
}
.format-timing-remove {
	width: 16px;
    vertical-align: top;
    cursor: pointer;
    float: right;
}
.format-timing-add {
    width: 20px;
    vertical-align: top;
    cursor: pointer;
    float: right;
}
.unavailable-service {
	color: #eb0000;
}
.onloading-container {
	text-align: center;
	margin-top: 100px;
	display: none;
}
.submit-button {
}
.success-creation {
	line-height: 2;
}
.success-creation .creation-header, .success-creation b, .success-creation span {
	color: #12a141;
	font-weight: bold;
}
.error-creation {
	color: red;
}
.telegram-prompt {
	display: none;
}
.telegram-prompt, .email-prompt {
    margin-top: 50px;
    color: #2b4951;
    font-weight: bold;
    font-size: 16px;
}
.telegram-prompt b, .email-prompt b {
	color: #c9080e;
}
.telegram-prompt img, .email-prompt img {
	width: 140px;
}
.clearfix {
	width: 100%;
}
.text-styled {
}