.printomatic {
	cursor: pointer;
}

.pom-default {
	background-image: url('print-icon.png');
   	background-repeat: no-repeat;
	width: 32px;
	height: 32px;
}

.pom-small {
	background-image: url('print-icon-small.png');
   	background-repeat: no-repeat;
	width: 17px;
	height: 16px;
}

.pom-small-black {
	background-image: url('print-icon-small-black.png');
   	background-repeat: no-repeat;
	width: 17px;
	height: 16px;
}

.pom-small-grey {
	background-image: url('print-icon-small-grey.png');
   	background-repeat: no-repeat;
	width: 17px;
	height: 16px;
}

.pom-small-white {
	background-image: url('print-icon-small-white.png');
   	background-repeat: no-repeat;
	width: 17px;
	height: 16px;
}

.printomatictext {
	cursor: pointer;
}

.printomatictext:hover {
	text-decoration: underline;
}

@media print {
    .pe-no-print {
        display: none !important;
    }

    .pe-preserve-ancestor {
        display: block !important;
        margin: 0 !important;
        padding: 0 !important;
        border: none !important;
        box-shadow: none !important;
    }
}

.field-search {
display: none !important;
}

.wpforms-view-field-type-file-upload-value a {
    color: #4c4cff;
}
.wpforms-view-field-value {
    padding-left: 10px;
}
.heading-level-2 {
    background: #f2f2f2;
    padding-top: 10px;
}
.wpforms-view-type-list input[type="submit"] {
background: #000;
}

.wpforms-view-field-label {
clear: both !important;
}
    
.leftHalf {
    width: 50%;
    float: left;
}

.rightHalf {
    width: 50%;
    float: right;
}

.heading-level-1 .wpforms-view-field-label {
    font-size: 20px !important;
    border-bottom: 1px solid #d7d7d7;
    padding-bottom: 20px !important;
}

.wpforms-view-type-list.view-theme-default .wpforms-view-row {
    border-bottom: 0 !important;
    padding: 10px 0;
}
.wpforms-view-type-list.view-theme-default .wpforms-view-col .wpforms-view-field-cont .wpforms-view-field-label {
    font-weight: 600;
    font-size: 17px;
    padding-left: 10px;
}

.wpforms-view-type-list.view-theme-default .wpforms-view-row .wpforms-view-col .wpforms-view-field-cont {
    padding-bottom: 20px;
}
