.tag{
	margin-top: 5px;
    margin-right: 3px;
	padding-right: 5px;
    padding-left: 5px;
    padding-top: 3px;
    padding-bottom: 3px;
}

.dropzone {
    background: white;
    border-radius: 5px;
   /* border: 2px dashed rgb(0, 135, 247);*/
    border: 3px dashed #D3D3D3;
    border-image: none;
   /* max-width: 500px;*/
	min-height: 150px;
    margin-left: auto;
    margin-right: auto;
	padding: 20px 20px;
	box-sizing: border-box;
}

.dropzone .dz-preview {
    position: relative;
    display: table-cell;
    vertical-align: top;
    margin: 16px;
    min-height: 100px;
    padding: 10px;
}

.dropzone .dz-preview .dz-image {
	border-radius: 8px;
}
.dropzone .dz-preview .dz-image img {
	object-fit: fill;
    min-height: 120px;
    min-width: 120px;
}
.dz-success-mark svg {
	filter: invert(65%) sepia(93%) saturate(1352%) hue-rotate(87deg) brightness(119%) contrast(119%);
}
.dz-error-mark svg {
	filter: invert(80%) sepia(94%) saturate(3315%) hue-rotate(2deg) brightness(100%) contrast(150%);
}
.dropzone .dz-preview .dz-error-message {
	top: -30px;
}
.dropzone .dz-preview .dz-error-message:after {
	bottom: -6px !important;
	top: unset;
	border-top: 6px solid #be2626;
	border-bottom: none;
}

:root {
--litepickerDayIsStartBg: #f68e6b !important;
--litepickerBgColor: #e2e2e2 !important; 
}
.month-item-name, .month-item-year{
	border-radius: 6px;
    font-size: 12px;
}
.picker-field{
	padding-right:6px;
	padding-left:6px;
	text-align:center;
	cursor:pointer;
	margin-bottom:10px;
}
.addr-icon{
	color: #268444;
    bottom: 5px;
    font-size: 1.8em;
}
.addr2-icon{
	color: #f74023;
    bottom: 5px;
    font-size: 1.8em;
}

.highlite-img{
	box-shadow: 0 0 10px rgba(255,0,0,0.8);
}

.btn-text{

	color: #333;
    background-color: #fff;
    border-color: #ccc;
    border: 1px solid #cccccc;
    border-radius: 2px;
    padding: 5px;
}
.btn-default.active, .btn-default:active {
    color: #333;
    background-color: #ffffff !important;
    border-color:#ccc; !important;
}