#landing-view-document {
    color: #fff;
    background-color: #474747;
    border-color: #474747;
    font-family: Arial, sans-serif;
    border-radius: 4px;
    border: 0;
    padding: 12px 16px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    display: block;
    transition: all 0.2s ease;
    box-shadow: 0px 4px 5.5px 0px rgba(0, 0, 0, 0.07);
    left: 25%;
    width: 50%;
    position: relative;
}

#pdf-loader {
	text-align: center;
	color: #999999;
	font-size: 18px;
	line-height: 100px;
	height: 480px;
}

.a-text {
    z-index: 0;
}

body .techpub-head {
    z-index: 100;
}

body .techpub-footer {
    position: relative;
    z-index: 100;
}

.modal_body_transparent {
    background-color: rgba(0, 0, 0, .25);
	margin-left: auto;
	margin-right: auto;
	padding: 2rem;
	cursor: default;
	height: auto;
	left: 25%;
	position: absolute;
	top: 25%;
	width: 50%;
}

.modal_body_transparent:focus {
	outline: 0
}

#public-find-document-modal-body .techpub-label {
    color: white;
}

#public-find-document-modal-body > form > h1 {
    color: white;
}

#public-find-document-modal-body > form > h2 {
    color: white;
}

body .techpub-head__usersub {
    background: #3b3a3d;
}

body .techpub-head__usersub-link {
    color: #fff;
}

body .techpub-button--small-cell {
    height: 26px;
    line-height: 24px;
    padding: 0 8px;
    font-size: 10px;
    margin: 8px 8px 8px 8px;
}

.login-medium {
	top: 20%;
	width: 60%;
	height: auto !important;
	font-size: 1em
}

.toolbar.sticky {
    position: fixed;
    top: 0rem;
}

#next-page-button.hidden {
    background: transparent url(images/loading.svg) no-repeat center;
    color: #fff;
}

.badge {
	margin: 0px -3px;
	padding: 3px 3px;
	font-size: 14px;
	line-height: 14px;
}

.select2-container {
    border-radius: 4px;
    height: 42px;
    box-shadow: transparent 0 0 0 0, transparent 0 0 0 0, transparent 0 0 0 0, rgba(60, 66, 87, .16) 0 0 0 1px, transparent 0 0 0 0, transparent 0 0 0 0, transparent 0 0 0 0;
}

.select2-container .select2-selection--single {
    padding: 8px 10px;
}

.select2-container--open .select2-dropdown {
    border: unset;
    border-radius: 4px;
    box-shadow: transparent 0 0 0 0, transparent 0 0 0 0, transparent 0 0 0 0, rgba(60, 66, 87, .16) 0 0 0 1px, transparent 0 0 0 0, transparent 0 0 0 0, transparent 0 0 0 0;
}

.jsnamark > td {
	text-align: center;
	padding: 16px 0;
	font-size: 14px;
	margin: 0;
	font-family: HelveticaNeueRegular, Arial, sans-serif
}

.badge-managed {
    border: 2px solid #ccc;
    background-color: #ccc;
    text-align: center;
    color: white;
}

.home-bg-image {
    background-image: url(/images/home-bg.png);
    background-size: cover;
    height: 800px;
    resize: both;
    overflow: auto;
}

body .techpub-head__left {
    justify-content: flex-start;
	width: 35%;
}

body .techpub-head__center {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	justify-content: center;
	width: 30%;
}

body .techpub-head__right {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	justify-content: flex-end;
	width: 35%;
}

body .techpub-head__logo {
    width: 300px;
}

body .techpub-head__title {
	padding-left: 0px;
}

body .techpub-head__links>* {
    margin: 0 0 0 15px;
}
