/*.searchform{
			border: 1px solid #e0f7e6;
			border-radius: 40px;
			padding:8px;
			padding-left:25px;
			-moz-box-shadow:    inset 0 0 10px #ccc;
   			-webkit-box-shadow: inset 0 0 10px #ccc;
   			box-shadow:         inset 0 0 10px #ccc;
		}
		.gobtn{
			margin-top:-2px;
			border:1px solid #48BBEC;
			border-radius: 25px;
		}
		.docs-section img{
			width:100%;
		}
		.form-control {
	    padding-top: 0;
	    padding-bottom: 0;
	    width:auto;
	    display:inline-block;
	    border-color:#48BBEC !important;
}
.unpublished_active{
	position: relative;
	padding:20px !important;
	background-color:#ffcccb;
	border:1px solid #ff0000;
	border-bottom:1px solid #ff0000 !important;
	margin-top:20px;
}
.unpublished_active img{
	width:100% !important;
}
.unpublished_active::after{
	content:"Preview Only";
	position: absolute;
	top:0px;
	bottom:0px;
	right:0px;
	font-size:4em;
	opacity: 0.2;
}
.unpublished_disable{
	display: none;
}*/

table {
    width: 100%;
    margin-bottom: 1rem;
}
