/** {
    box-sizing: border-box;
    border-spacing: 0px;
    position: relative;
	border-radius: 0;
}*/

* {
	position: relative;
}



body {
	margin:0;
	padding:0;
	font-family: sans-serif;
	font-size: 14px;
	color: rgb(100,100,100);
	line-height: 200%;
	background: #fff;
}

.wf-loading { visibility: hidden;}

h1,h2,h3,h4 {
	font-weight: 100;
	padding: 0px;
	margin: 0px;
	line-height: 100%;
}

a {
	text-decoration: none;
	color: #000;
}

.ui-timepicker-standard {
	z-index: 9999 !important;
}

#map {
  height: 400px;
}

.nm {
	margin: 0 !important;
}

.mt {
	margin-top: 50px;
}

.row > div {
	margin: 3px 0px;
}

.tar {
	text-align: right;
}

.before {
	position: fixed;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	z-index: 9999;
	background: rgba(0,0,0,0.5);
	text-align: center;
	font-size: 200%;
	color: #fff;
	display: table;
}

	.before .fa-check, .before .fa-hourglass-half , .before .fa-sync {
		display: table-cell;
		vertical-align: middle;
	}

.c_box {
	border: 1px solid #f7f7f7;
	box-shadow: 0px 0px 3px rgba(0,0,0,0.2);
	border-radius: 5px;
	margin-bottom: 30px;
	min-width: 300px;
}
	
	.c_box .c_header {
		padding: 15px 10px 10px 10px;
		background: #f7f7f7;
		border-radius: 5px 5px 0px 0px;
		font-size: 150%;

	}

		.c_box .c_header h3 {
			font-size: 16px;
			font-weight: 800;
		}

	.c_box .c_content {
		padding: 10px;
	}

		.c_box .c_content ul {
			list-style: none;
			padding: 0px;
			margin: 0px;
		}

			.c_box .c_content > ul > li {
				display: block;
				padding: 8px 15px;
				border: 1px solid #f7f7f7;
				margin: 0px;
				box-shadow: 0px 0px 3px rgba(0,0,0,0.2);
			}

			.c_box .c_content > ul > li > ul > li {
				display: inline-block;
				width: calc(100%/3 - 185px / 3);
				vertical-align: top;
			}

			.c_box .c_content > ul > li > ul > li:last-child {
				width: 185px;
			}
	.c_box .prdct {
		background: #d5c3ab;
		margin: 10px 0px 10px 20px !important;
		border-radius: 5px;
		color: #fff;
	}

		.c_box .prdct li:first-child {
			width: calc(100%/3 - 185px / 3 - 10px);
		}


.btn.btn-block {
	display: block;
	width: 100%;
	margin-bottom: 4px;
}

.error_msg {
	padding: 10px;
	margin: 10px 0px;
	border:2px solid #A00;
	background: rgba(200,0,0,0.3);
	color: #fff;
	border-radius: 4px;
}


.fa-turn-up {
	transform: rotate(90deg);
}

.col-12.frst {
	padding-left:30px;
}


#calender_cntr {
	max-width: 100%;
	display: grid;
	grid-template-columns: repeat(7, calc(100% / 7));
}

	.day_cntr {
		min-height: 200px;
		padding: 10px;
		background: rgba(0,0,0,0.1);
		margin: 3px;
		position: relative;
		overflow: hidden;
	}

		.day_cntr .add {
			position: absolute;
			right: 5px;
			top: 5px;
		}

		.day_cntr .cnts {
			margin-top: 26px;
		}


		.day_cntr .cnts .vntmnt {
			white-space: nowrap;
			padding: 2px 5px;
			border-radius: 5px; 
			background: #0A0;
			color: #fff;
			margin-bottom: 2px;

		}

		.day_cntr .cnts .vntmnt.psh {
			background: #7a26ec;
		}
				.day_cntr .cnts .vntmnt.psh:hover {
					background: #6111cf;
				}

				.day_cntr .cnts .vntmnt.psh.snt {
					border: 4px solid #0A0;
					padding: 0px 3px;
				}


		.day_cntr .cnts .vntmnt:hover {
			cursor: pointer;
			background: #0C0;
		}


	.day_cntr.today {
		border: 2px solid #0d6efd;
		transform: scale(1.1);
    	z-index: 99;
    	background: #fff;
	}

	.day_cntr .dt {
		position: absolute;
		top: 0px;
		left: 0px;
		padding: 3px;
		background: #666;
		color: #fff;
		font-size: 10px;
		z-index: 88;
	}

	.day_cntr.was {
		background: rgba(0,0,0,0.02);
	}

	.day_cntr.was .dt {
		background: #ddd;
		color: #fff;
	}


.btn.active {
	border: 1px solid #000;
	background: #fff;
	color: #000;
}



















/*nestable */
.dd { position: relative; display: block; margin: 0; padding: 0; max-width: 1000px; list-style: none; font-size: 13px; line-height: 20px; }

.dd-list { display: block; position: relative; margin: 0; padding: 0; list-style: none; }
.dd-list .dd-list { padding-left: 30px; }
.dd-collapsed .dd-list { display: none; }

.dd-item,
.dd-empty,
.dd-placeholder { display: block; position: relative; margin: 0; padding: 0; min-height: 20px; font-size: 13px; line-height: 20px; }

.dd-handle { display: inline-block; height: 30px; margin: 5px 0; padding: 7px 10px 3px 10px; color: #333; text-decoration: none; font-weight: bold; border: 1px solid #ccc;text-align: center;
    background: #fafafa;
    background: -webkit-linear-gradient(top, #fafafa 0%, #eee 100%);
    background:    -moz-linear-gradient(top, #fafafa 0%, #eee 100%);
    background:         linear-gradient(top, #fafafa 0%, #eee 100%);
    -webkit-border-radius: 3px;
            border-radius: 3px;
    box-sizing: border-box; -moz-box-sizing: border-box;
    width: 50px;
    vertical-align: top;
}

.nmm {
	display: inline-block;
	xwidth: calc(100% - 65px);
	vertical-align: top;
	height: 30px; 
	margin: 5px 0 5px 5px; 
	padding: 5px 10px; 
	color: #333; text-decoration: none; font-weight: bold; border: 1px solid #ccc;
	background: #fafafa;
    background: -webkit-linear-gradient(top, #fafafa 0%, #eee 100%);
    background:    -moz-linear-gradient(top, #fafafa 0%, #eee 100%);
    background:         linear-gradient(top, #fafafa 0%, #eee 100%);
    -webkit-border-radius: 3px;
            border-radius: 3px;
    box-sizing: border-box; -moz-box-sizing: border-box;
}

.dd-handle:hover { color: #2ea8e5; background: #fff; }

.dd-item > button { display: block; position: relative; cursor: pointer; float: left; width: 25px; height: 20px; margin: 5px 0; padding: 0; text-indent: 100%; white-space: nowrap; overflow: hidden; border: 0; background: transparent; font-size: 12px; line-height: 1; text-align: center; font-weight: bold; }
.dd-item > button:before { content: '+'; display: block; position: absolute; width: 100%; text-align: center; text-indent: 0; }
.dd-item > button[data-action="collapse"]:before { content: '-'; }

.dd-placeholder,
.dd-empty { margin: 5px 0; padding: 0; min-height: 30px; background: #f2fbff; border: 1px dashed #b6bcbf; box-sizing: border-box; -moz-box-sizing: border-box; }
.dd-empty { border: 1px dashed #bbb; min-height: 100px; background-color: #e5e5e5;
    background-image: -webkit-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff),
                      -webkit-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
    background-image:    -moz-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff),
                         -moz-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
    background-image:         linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff),
                              linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
    background-size: 60px 60px;
    background-position: 0 0, 30px 30px;
}

.dd-dragel { position: absolute; pointer-events: none; z-index: 9999; }
.dd-dragel > .dd-item .dd-handle { margin-top: 0; }
.dd-dragel .dd-handle {
    -webkit-box-shadow: 2px 4px 6px 0 rgba(0,0,0,.1);
            box-shadow: 2px 4px 6px 0 rgba(0,0,0,.1);
}



.dd-hover > .dd-handle { background: #2ea8e5 !important; }

.dd-item > button {
	display: none !important;
}

.fdfrm {
	position:relative;
	padding-bottom: 100px;
	overflow:hidden;
	max-height: 100px;
	
	transition: .5s;
}

.fdfrm.open {
	max-height: 800px;
	transition: .5s;
}

.fader {
	background-image: linear-gradient(rgba(0,0,0,0), rgba(255,255,255,1));
	position:absolute;
	bottom: 0px;
	left: 0px;
	height: 100px;
	width: 100%;
	cursor: pointer;
}



