@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');

.table.items thead>tr>th{
	color:#333333 !important;
}
#header{
	background:#f7f7f7;
	border-bottom: 1px solid #eeeeee;
}
.page-pdf-html-logo{
	background: #0286c2;
}

#side-menu.nav>li.pinned_project>a:hover{
	color:#797979;
}

body.web-to-lead {
	background:#f8f8f8;
}
body.web-to-lead input {
	border:none;
}
body.web-to-lead #form_submit {
	background:transparent;
	font-family: 'Inter';
    font-size: 25px;
    font-weight: 900;
    text-transform: none;
    letter-spacing: 0;
	color:#111111;
}
body.web-to-lead #form_submit:hover,
body.web-to-lead #form_submit:active {
	background:transparent;
	font-family: 'Inter';
    font-size: 25px;
    font-weight: 900;
    text-transform: none;
    letter-spacing: 0;
	color:#111111;
}

body.web-to-lead #form_submit:after{
content: '\f061';
    display: inline-block;
    color: #27b1e0;
    width: 40px;
    position: relative;
    font-family: 'Defaults';
    speak: none;
    font-style: normal;
    font-weight: 900;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}