.sub_module_table {
	box-shadow: -1px 1px 5px 0px #ccc;
	padding: 10px;
	width: 100%;
}

.sub_module_table th {
	text-align: left;
	color: #4e3f3f;
	font-weight: 600;
	padding: 8px;
	border-bottom: 1px solid #cec4c4;
	border-right: 1px solid #dad3d3;
}

.sub_module_table td {
	color: #4e3f3f;
	font-weight: 500;
	padding: 0px 10px;
	border-bottom: 1px solid #cec4c4;
	border-right: 1px solid #dad3d3;
}

.sub-action-name {
	padding: 10px 5px;
}

.sub_module_table .th1 {
	width: 25%;
}

/* /Toggle Button/ */
.switchToggle input[type=checkbox] {
	height: 0;
	width: 0;
	visibility: hidden;
	position: absolute;
}

.switchToggle label {
	cursor: pointer;
	text-indent: -9999px;
	width: 100px;
	max-width: 100px;
	height: 27px;
	background: #d52a1a;
	display: block;
	border-radius: 100px;
	position: relative;
}

.switchToggle label:after {
	content: '';
	position: absolute;
	top: 2px;
	left: 2px;
	width: 23px;
	height: 23px;
	background: #fff;
	border-radius: 90px;
	transition: 0.3s;
}

.switchToggle input:checked + label, .switchToggle input:checked + input + label {
	background: #169b6b;
}

.switchToggle input + label:before, .switchToggle input + input + label:before {
	content: 'InActive';
	position: absolute;
	top: 4px;
	left: 35px;
	width: 90px;
	height: 26px;
	border-radius: 90px;
	transition: 0.3s;
	text-indent: 0;
	color: #fff;
}

.switchToggle input:checked + label:before, .switchToggle input:checked + input + label:before {
	content: 'Active';
	position: absolute;
	top: 4px;
	left: 10px;
	width: 90px;
	height: 26px;
	border-radius: 90px;
	transition: 0.3s;
	text-indent: 0;
	color: #fff;
}

.switchToggle input:checked + label:after, .switchToggle input:checked + input + label:after {
	left: calc(100% - 2px);
	transform: translateX(-100%);
}

.switchToggle label:active:after {
	width: 60px;
}

.toggle-switchArea {
	margin: 10px 0 10px 0;
}

/* / END Toggle Button/ */


.upload_dropZone {
	color: #0f3c4b;
	background-color: #f3f5f7;
	outline: 2px dashed #80d9dd;
	outline-offset: -12px;
	transition: outline-offset 0.2s ease-out,
	outline-color 0.3s ease-in-out,
	background-color 0.2s ease-out;
}
.upload_dropZone.highlight {
	outline-offset: -4px;
	outline-color: #00b3bb;
	background-color: #dff5f7;
}
.btn-upload {
	color: #fff;
	background-color: #00b3bb;
}
.btn-upload:hover,
.btn-upload:focus {
	color: #fff;
	background-color: #00cdd7
}
.upload_img {
	width: calc(33.333% - (2rem / 3));
	object-fit: contain;
}
.remove_circle {
	position: absolute;
	top: 3px;
	right: 20px;
	font-size: 20px;
	cursor: pointer;
}

table#example img {
    width: 80px;
    height: 80px;
    object-fit: contain;
}
/* Loader */

#overlay{
	position: fixed;
	top: 0;
	z-index: 100;
	width: 100%;
	height:100%;
	display: none;
	background: rgba(0,0,0,0.6);
}
.cv-spinner {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
#back-to-top {
    position: fixed;
    bottom: 20px;
    right: 28px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    display: none;
    z-index: 1000;
}
/* Loader end */

ol.moveable li {
	list-style-image: none;
	margin: 20px;
	border: 1px solid #ccc;
	padding: 12px;
	border-radius: 10px;
	color: #666;
	cursor: move;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
ol.moveable li:hover {
	background-color: #eee;
}
