

.OptiForm .required {
	color:red;
}

.OptiForm textarea {
	resize: none;
}

.OptiForm td { 
    padding-left: 5px;
	padding-right: 5px;
	vertical-align: center;
}

.OptiForm td:first-child 
{
	padding-left: 0px;
}

.OptiForm td:last-child 
{
	padding-right: 0px;
}

.OptiForm table { 
	width: 100%;
	margin-bottom: 15px;
	border-collapse: separate !important
}

.OptiForm .subDiv {
	padding-left: 20px;
	padding-bottom: 15px;
	/* display: none; */
}

.OptiForm .inline {
	display: inline-block;
}

.OptiForm .flat-td-header {
	background-color: rgba(52, 73, 94, 1.0);
	color: white;
	/* font-family: Open Sans; */
	padding: 5px;
	text-align: center;
}

.OptiForm .flat-td-header-left {
	background-color: #595959;
	color: white;
	/* font-family: Open Sans; */
	padding: 5px;
	padding-left: 10px !important;
	text-align: left;
}

.OptiForm .flat-td-header-right {
	background-color: rgba(52, 73, 94, 1.0);
	color: white;
	/* font-family: Open Sans; */
	padding: 5px;
	padding-right: 10px !important;
	text-align: right;
}

.OptiForm .flat-td {
	/* font-size: 14px; */
	border: 1px !important;
	border-color: #bdc3c7 !important;
	/* font-family: Open Sans; */
	/*letter-spacing: 0.015em;*/
	/* color:#595959; */
	/* padding: 8px; */
}

.OptiForm td .formInput {
    margin-bottom: 0px !important;
}

.OptiForm .tdInput {
    text-align: center;
}

.OptiForm .gtbl {
	font-size: 14px;
	border: solid #eee !important;
    border-width: 0 1px 1px 0 !important;
    padding: 2px 0.35em !important;
	border-color: #bdc3c7;
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	padding-left: 5px !important;
	text-align: left;
}

.OptiForm .gtbl:hover{
	background-color: rgba(236, 240, 241,1.0);
}

.OptiForm .gtbl-hdr {
	background-color: rgba(52, 73, 94, 1.0);
	font-size: 15px;
	color: white;
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	padding: 5px!important;
	text-align: center;
	font-weight: normal;
	/*line-height: 25px;*/
	cursor: pointer;
}

.OptiForm .noSidePadding {
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.OptiForm .topPad {
	padding-top:10px;
	display: block !important;
}

.OptiForm .formTable {
	margin-top: 15px;
}

.OptiForm a {
	color: #0d6efd !important;
    text-decoration: underline !important;
	font-weight: normal !important;
	font-family: var(--bs-body-font-family) !important;
}

.OptiForm .prjSection {
    max-width: 100%;
    margin: 0px auto;
    padding: 20px;
    padding-top: 0px;
    background: rgba(189, 195, 199,0.3);
    border-radius: 8px;
    /* margin-bottom: 15px; */
    color: rgba(0, 0, 0, 0.7);
	margin-top: 15px;
}

.OptiForm .prjSectionTop {
	margin-top: 0px !important;
}

.OptiForm .prjSection .number {
    background:rgb(20, 76, 103);
    color: #fff;
    height: 30px;
    width: 30px;
    display: inline-block;
    margin-right: 4px;
    line-height: 30px;
    text-align: center;
    text-shadow: 0 1px 0 rgba(255,255,255,0.2);
    border-radius: 15px 15px 15px 0px;
    font-family: Montserrat; 
    font-size: 18px;
    margin-bottom: 0px;
}

.OptiForm .prjSection legend {
    font-size: 1.4em;
}

.OptiForm body {
    display: block;
    margin: 8px;
}

.OptiForm .copyText {
    text-align:left !important;
}

.carousel-control-next, .carousel-control-prev {
	opacity:1 !important;
}

/* Hide buttons of new item types in Preview template */
#prj_preview_template button:not(#printBtn),
#prj_preview_template .btn:not(#printBtn) {
    display: none !important;
}