		.menu-item {
			background-color: #000;
			color: #fff
		}


		.activeButton {
			background-color: green !important;
			color: #fff !important;
		}

		.menu-item:hover {
			color: #fff !important
		}


		@media(max-width:767px) {
			.submitMultipleButtonMobilResponsive {
				text-align: center;
			}

			.croppie-container .cr-boundary {
				width: 250px !important;
				height: 250px !important;
			}

			.croppie-container .cr-viewport {
				width: 200px ! important;
				height: 200px !important;
			}
		}

		#SubmitDocumentByID>.col-md-3>.form-group {
			box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
			border-radius: 5px;
			padding: 10px;


			height: 175px;
			overflow: scroll;


			text-align: center;

		}


		#SubmitDocumentByID>.col-md-3>.form-group>span:first-of-type {
			display: block;
		}



		@media(max-width:767px) {
			#SubmitDocumentByID>.col-md-3>.form-group {
				height: auto;
				overflow: inherit;
			}

			.btn.btn_search {
				width: 200px;
			}
		}


		.cropper-point {
			width: 14px !important;
			height: 14px !important;
			border: 15px solid #00aaff !important;
			border-radius: 50%;
		}

		.cropper-point.point-ne {
			cursor: nesw-resize;
			right: -15px;
			top: -15px;
		}

		.cropper-point.point-nw {
			cursor: nwse-resize;
			left: -15px;
			top: -15px;
		}

		.cropper-point.point-sw {
			bottom: -15px;
			cursor: nesw-resize;
			left: -15px;
		}

		.cropper-point.point-se {
			bottom: -15px;
			right: -15px;
		}

		.cropper-point.point-w {
			cursor: ew-resize;
			left: -7px;
			margin-left: -3px;
			top: 50%;
			width: 20px !important;
			height: 40px !important;
			border: none !important;
			border-radius: 10%;
			transform: translateY(-50%);
		}

		.cropper-point.point-n {
			cursor: ns-resize;
			left: 50%;
			margin-left: -3px;
			top: -10px;
			width: 40px !important;
			height: 20px !important;
			border: none !important;
			border-radius: 10%;
			transform: translateX(-50%);
		}

		.cropper-point.point-e {
			cursor: ew-resize;
			right: -10px;
			margin-left: -3px;
			top: 50%;
			width: 20px !important;
			height: 40px !important;
			border: none !important;
			border-radius: 10%;
			transform: translateY(-50%);
		}

		.cropper-point.point-s {
			cursor: ns-resize;
			left: 50%;
			margin-left: -3px;
			bottom: -10px;
			width: 40px !important;
			height: 20px !important;
			border: none !important;
			border-radius: 10%;
			transform: translateX(-50%);
		}

		.finalSubmitButton {
			display: none;
		}
		
		@media only screen and (min-width: 768px) {
    .modal-dialog {
        width: 70% !important;
    }
}
	