html,
body {
    height: 100%;
}

center {
    min-height: calc(100% - 50px);
}

body {
    background-color: white;
    margin: 0px;
}

@font-face {
    font-family: 'Nunito Sans Bold';
    src: url('/fonts/Nunito-Bold-6f47bcfc065790f02ed3cb8b51bef56f.ttf');
}

@font-face {
    font-family: 'Nunito Sans Regular';
    src: url('/fonts/Nunito-Regular-65bb0a158ee1967292ee4d11079d45ae.ttf');
}

@font-face {
    font-family: 'Nunito Sans SemiBold';
    src: url('/fonts/Nunito-SemiBold-713ac08dfb7141494d4a69f344ff69fd.ttf');
}

@font-face {
    font-family: 'Font Awesome 5 Free';
    src: url('/webfonts/fa-solid-900-c65d154888aa166982dac3e72e7380ec.ttf');
}

* {
    font-family: 'Nunito Sans Regular', sans-serif;
}

a {
    color: #689F00;
    cursor: pointer;
    text-decoration: underline;
    font-size: 14px;
}

h2 {
    color: #1b1b1b;
    font-family: 'Nunito Sans Bold', sans-serif;
    font-size: 30px;
    padding-top: 10px;
    margin: 10px;
}

h4 {
    color: #000000;
    font-size: 24px;
    margin: 10px;
    padding-bottom: 10px;
}

label {
    font-family: 'Nunito Sans Regular', sans-serif;
    color: #000000;
    font-size: 14px;
}

label.margins {
    font-family: 'Nunito Sans Regular', sans-serif;
    color: #000000;
    font-size: 14px;
    margin-right: 25px;
}

span.title {
    font-family: 'Nunito Sans Regular', sans-serif;
    color: #689F00;
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 10px;
    display: inline-block;
}

span.email {
    font-family: 'Nunito Sans Regular', sans-serif;
    text-decoration: underline;
    color: #689F00;
    font-size: 14px;
}

p {
    margin-top: 4px;
    margin-bottom: 4px;
    font-size: 14px;
    top: 50%;
    left: 50%;
    width: 100%;
}

p.error {
    color: red;
    font-size: 14px;
    margin: 0px;
}

span {
    display: inline-block;
    color: #636465;
}

div.logo {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: white;
    min-width: 200px;
}

div.headers {
    background-color: #f2f2f2;
}

div.copyright {
    font-size: 14px;
    color: #757575;
    background-color: white;
    padding-top: 20px;
    text-align: center;
    width: 100%;
    min-width: 350px;
    position: relative;
    bottom: 20px;
    z-index: -1;
}

@media only screen and (max-width: 350px) {
    div.copyright {
        font-size: 12px;
        min-width: 300px;
    }
}

div.flexRow {
    display: flex;
    flex-direction: row;
}

div.flexColumn {
    display: flex;
    flex-direction: column;
}

div.content {
    width: 100%;
    position: absolute;
    bottom: 60px;
    top: 80px;
    min-height: 450px;
    min-width: 350px;
    background-color: white;
}

div.signin {
    width: 350px;
    margin-top: 20px;
    text-align: left;
    height: 400px;
}

.error {
    color: red;
    font-size: 14px;
}

div.page {
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    color: #333333;
    min-height: 500px;
    min-width: 350px;
    position: relative;
}

div.pageBody {
    width: 100%;
    color: #333333;
    min-height: 500px;
    min-width: 350px;
    position: relative;
    bottom:60px;
    top: 0;
}

div.result {
    width: 100%;
    color: #333333;
    min-height: 500px;
    min-width: 350px;
    padding: 10px;
    position: absolute;
    bottom:60px;
    top: 0;
    overflow: scroll;
    background-color: #f0f0f0;
}

a.show {
    float: right;
    position: relative;
    cursor: pointer;
    color: #333333;
    font-size: 14px;
    margin-top: 4px;
}

div.pageBody p {
    padding-top: 4px;
    padding-bottom: 4px;
}

div.center {
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    padding: 10px;
}

div.narrow {
    width: 200px;
}

input, input[type="text"], input[type="password"], input[type="search"] {
    width: 350px;
    height: 32px;
    border: 1px solid #D1D1D1;
    font-size: 14px;
    border-radius: 5px;
    padding: 4px;
}

input.width80 {
    width: 80px;
}

input.button {
    width: 120px;
    height: 32px;
    background-color: #A9CE44;
    color: #333333;
    font-size: 14px;
    border: 0px;
    padding: 0px;
    text-align: center;
    cursor: pointer;
}

input.width120 {
    width: 120px;
    color: #333333;
    font-size: 14px;
}

input[type="checkbox"] {
    width: 14px;
    height: 14px;
}

input[disabled] {
    color: #636465;
}

a.downloadButton {
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 4px;
    padding-bottom: 4px;
    background-color: #689F00;
    color: white;
    font-size: 14px;
    border: 0px;
    border-radius: 5px;
    font-family: 'Nunito Sans Regular', sans-serif;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    display: inline-block;
}

a.downloadButton:hover {
  color: white;
}

a.downloadButton:active {
  color: white;
}

a.cancelButton {
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 4px;
    padding-bottom: 4px;
    background-color: white;
    color: #689F00;
    font-size: 14px;
    border: 1px solid #689F00;
    border-radius: 5px;
    font-family: 'Nunito Sans Regular', sans-serif;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    display: inline-block;
}

a.expired {
    color: white;
    font-size: 14px;
}
a.expired:hover {
  color: white;
}

input.linkButton {
    width: 250px;
    height: 36px;
    background-color: #A9CE44;
    color: white;
    font-size: 14px;
    border: 0px;
    font-family: 'Nunito Sans Bold', sans-serif;
    cursor: pointer;
}

input.signupLinkButton {
    width: 250px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 16px;
    padding-right: 16px;
    background-color: #A9CE44;
    color: #333333;
    font-size: 14px;
    border: 0px;
    font-family: 'Nunito Sans Regular', sans-serif;
    cursor: pointer;
}

input.checkbox {
    width: 14px;
    height: 14px;
}

button.small {
    width: 80px;
    height: 28px;
    background-color: #A9CE44;
    color: #333333;
    font-size: 14px;
    border: 0px;
    padding: 0px;
    text-align: center;
    margin-left: 5px;
    margin-right: 5px;
    border-radius: 5px;
    cursor: pointer;
}

.radios {
    width: 14px;
    height: 14px;
}

.gray {
    color: gray;
    font-size: 14px;
    vertical-align: middle;
    margin-top: 0px;
}

.link {
    color: #689F00;
    font-size: 14px;
    vertical-align: top;
}

.form-item__element {
   display: inline-block;
   vertical-align: middle;
   background: #fff;
   border: 1px solid #D1D1D1;
}

.form-item__element--select {
   padding: 0px;
   width: 350px;
   height: 30px;
}

table {
    border: 0px;
    border-collapse: collapse;
}

table.content {
    border: 0px;
    min-width: 300px;
    max-width: 600px;
    border-collapse: collapse;
}

table.content td {
    vertical-align: middle;
    padding: 5px;
}

td.name{
    font-size: 14px;
    color: #636465;
    text-align: right;
    padding-right: 10px;
    width: 50%;
}

td.download{
    vertical-align: bottom;
}

td.section{
    vertical-align: middle;
}

td.value{
    font-size: 14px;
    color: #636465;
    text-align: left;
}

select option:first-child {
    color:gray;
}

ul.downloads {
    list-style-type: square;
    text-align: left;
}

/* Style the tab */
.tab {
    overflow: hidden;
    width: 100%;
    max-width: 612px;
    margin-bottom: 4px;
}

/* Style the buttons inside the tab */
.tab button {
    background-color: #D9D4D4;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    transition: 0.3s;
    font-size: 16px;
    width: 50%;
    max-width: 306px;
    padding-top: 20px;
    height: 50px;
}

/* Create an active/current tablink class */
.tab button.active {
    background-color: #A9CE44;
    text-decoration: underline;
}

/* Style the tab content */
.tabControl {
    display: none;
    width: 100%;
    max-width: 612px;
}

.tabControlleft {
    width: 350px;
    text-align: left;
    display: table-cell;
    vertical-align: middle;
}
.fixedWidthCentered {
    width: 350px;
    min-width: 350px;
    text-align: center;
    display: block;
    vertical-align: middle;
}

.fixedWidthLeft {
    width: 350px;
    min-width: 350px;
    text-align: left;
    display: block;
    vertical-align: middle;
}

.tabfixed {
    width: 100%;
    max-width: 612px;
    margin-top: 10px;
}

.questionmark:hover .tooltiptext {
    visibility: visible;
    padding: 5px;
}

.tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: white;
    font-size: 14px;
    color: #333333;
    text-align: center;
    border: 1px solid #D1D1D1;
    margin-top: 20px;
    margin-left: 100px;
    position: absolute;
    z-index: 1;
}

img.downloadLink {
    display: inline;
    width: 120px;
    margin-top: 5px;
}

span.section {
    color: #333333;
    font-family: 'Nunito Sans Bold', sans-serif;
    margin-left: 20px;
}

.overlay {
    position: fixed;
    background-color: white;
    opacity: 0.8;
    filter: alpha(opacity=80);
    top:0;
    left:0;
    text-align: center;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    z-index:1000;
}

div.downloadSection {
    width: 100%;
    max-width: 740px;
    text-align: left;
    font-size: 14px;
    vertical-align: middle;
}

hr {
    max-width: 740px;
}

hr.green {
    max-width: 740px;
    color: #A9CE44;
    background-color: #A9CE44;
    border: none;
    height: 2px;
    margin-top: 10px;
    margin-bottom: 10px;
}

label.downloadSection {
    display: inline;
    color: #636465;
    font-family: 'Nunito Sans Regular', sans-serif;
    font-size: 30px;
}

span.beta {
    display: inline;
    color: #689F00;
    font-family: 'Nunito Sans Bold', sans-serif;
    position: relative;
    font-size: 14px;
    margin-left: 22px;
}

a.downloadSection {
    text-decoration: none;
    display: inline;
    color: #636465;
}

span.downloadSection {
    color: #636465;
    display: inline;
    color: #636465;
    font-family: 'Nunito Sans Regular', sans-serif;
    font-size: 24px;
    line-height: 45px;
}

span.downloadSection1 {
    color: #636465;
    font-family: 'Nunito Sans Regular', sans-serif;
    font-size: 14px;
    line-height: 21px;
    max-width: 600px;
}

p.downloadSection1 {
    color: #636465;
    font-family: 'Nunito Sans Regular', sans-serif;
    font-size: 14px;
    line-height: 21px;
    max-width: 600px;
}

a.links {
    color: #689F00;
    font-family: 'Nunito Sans Regular', sans-serif;
    font-size: 14px;
    text-decoration: none;
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
    cursor: pointer;
    line-height: 21px;
}

a.linksNoMargin {
    color: #689F00;
    font-family: 'Nunito Sans Regular', sans-serif;
    font-size: 14px;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    line-height: 21px;
}

img.downloadLink1 {
    display: inline;
    width: 250px;
    height: 40px;
}

table.download {
    border: 1px solid #D1D1D1;
    border-spacing: 0px;
    width: 100%;
    border-collapse: separate;
    text-align: center;
    font-size: 14px;
}

table.download td {
    border: 1px solid #D1D1D1;
}

table.license{
    width: 580px;
}

table.license td{
    height: 20px;
    padding: 4px;
    line-height: 30px;
}

table.updates {
    border: none;
    border-spacing: 10px;
    border-collapse: separate;
    text-align: center;
    font-size: 14px;
    width: 100%;
    max-width: 620px;
}

table.updates td {
    border: none;
}

.arrow_box {
	position: relative;
	background: white;
	border: solid 1px #689F00;
	display: none;
	width: 240px;
	line-height: 15px;
	text-align: left;
	padding: 10px;
	z-index: 1000;
}

.arrow_box:after, .arrow_box:before {
	bottom: 100%;
	left: 90%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box:after {
	border-color: rgba(136, 183, 213, 0);
	border-bottom-color: white;
	border-width: 10px;
	margin-left: -10px;
}
.arrow_box:before {
	border-color: rgba(194, 225, 245, 0);
	border-bottom-color: #689F00;
	border-width: 11px;
	margin-left: -11px;
}

a.signout {
    text-decoration: underline;
    color: #689F00;
    font-size: 14px;
    padding-left:10px;
    padding-right:10px;
}

a:hover {
  color: #689F00;
}

a:active {
  color: #689F00;
}

div.signout {
    width: 120px;
    height: 60px;
    border: 1px solid #D1D1D1;
    display: none;
}

div.enterpriseTitle {
    background-color: #A9CE44;
    color: #333333;
    float: left;
    border: none;
    outline: none;
    transition: 0.3s;
    font-size: 14px;
    width: 100%;
    height: 50px;
    line-height: 50px;
}

div.portraitCompany {
    color: #636465;
    font-size: 14px;
    display: inline-block;
    word-break: break-all;
    width: 150px;
}

div.portraitId {
    color: gray;
    font-size: 14px;
    display: inline-block;
    word-break: break-all;
}

ul {
    margin-block-start: 0em;
    margin-block-end: 0em;
    color: #636465;
}

img.arrow {
    vertical-align: middle;
    margin-left: 4px;
    margin-right: 4px;
}

img.close {
    position: absolute;
    right: 10px;
    top: 10px;
}

div.historyDiv {
    display:none;
    position:absolute;
    background:#f5f5f5;
    border:1px solid #D1D1D1;
    left:0px;
    width:400px;
    z-index:1;
    margin-top: 5px;
}

div.notesDiv {
    display:none;
    position:absolute;
    background:#f5f5f5;
    border:1px solid #D1D1D1;
    right:0;
    min-width:400px;
    z-index:1;
    margin-right: 24px;
    margin-top: -10px;
    text-align: left;
    padding: 0 10px;
}

div.asset {
    margin-top: 40px;
    position: relative;
    vertical-align: bottom;
}

input.dtpicker {
    display: inline;
    width: 120px;
    font-size: 14px;
    text-align: center;
    border: 1px solid rgba(0,0,0,0.6);
}

.licenseDiv {
    position: relative;
}

div.esdkInfo {
    margin-top: 40px;
    margin-bottom: 10px;
    text-align: left;
    padding: 10px;
}
span.esdkInfo {
    word-break:break-all;
    margin: 10px;
    padding: 10px;
}

select {
    background-color: white;
    border: 1px solid #D1D1D1;
    border-radius: 5px;
    height: 32px;
    font-size: 14px;
}

select.os {
    width: 110px;
    border: none;
    color: #979797;
}

div.dialogHeader {
    display:block;
    line-height:80px;
    background-color:white;
    border-radius: 5px;
}

div.dialog {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 95%;
    transform: translate(-50%, -50%);
    max-width: 580px;
    display: none;
    background-color: white;
    padding: none;
    overflow-y: auto;
    z-index: 10;
    overflow: visible;
    font-size: 14px;
    text-align: center;
    background-color:#f4f4f4;
    border-radius: 5px;
}

span.dialogTitle {
    font-size:16px;
    color:#636465;
    font-weight:bold;
}

span.expired {
    font-size: 14px;
    color: white;
}

div.dialogBody {
    margin: 20px;
    text-align:left;
    display:inline-table;
    line-height:30px;
}

div.osSelectDiv {
    float: right;
    padding-top: 10px;
    border-bottom: 1px solid #D1D1D1;
}

div.downloadDiv {
    position: absolute;
    bottom: 0;
    right: 0;
}

p.formRow {
    margin-top: 20px;
}

input.submitButton {
    width: 120px;
    height: 32px;
    background-color: #A9CE44;
    color: #333333;
    font-size: 14px;
    border: 0px;
    padding: 0px;
    text-align: center;
    cursor: pointer;
}

textarea {
    border: 1px solid #D1D1D1;
    border-radius: 5px;
    max-height: 200px;
    line-height: 1.5em;
}

div.expiredDiv {
    width:100%;
    height:50px;
    line-height:50px;
    background-color:#EF6461;
    text-align:center;
}

.historyHeader {
    font-size: 16px;
    margin: 5px;
}

.historyBody {
    max-height: 200px;
    overflow-y: scroll;
    margin: 5px;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
}

.animate-flicker1 {
    animation: fadeIn 1s infinite alternate;
    width: 14px;
    margin: 10px;
    vertical-align: middle;
}

.animate-flicker2 {
    animation: fadeIn 1s infinite alternate;
    animation-delay: 0.5s;
    width: 14px;
    margin: 10px;
    vertical-align: middle;
}

.animate-flicker3 {
    animation: fadeIn 1s infinite alternate;
    animation-delay: 1s;
    width: 14px;
    margin: 10px;
    vertical-align: middle;
}

.listItemStaff:nth-child(odd) {
    background-color: #D5E3D0;
    clear: both;
    height: 100px;
    width: 900px;
    display: block;
}
.listItemStaff:nth-child(even) {
    background-color: #EBF1EA;
    clear: both;
    height: 100px;
    width: 900px;
    display: block;
}

.tableCell {
    display: inline-block;
    font-size: 14px;
    padding: 10px;
    overflow: hidden;
    word-break: keep-all;
    text-align: left;
    border: 1px solid white;
}

.tableCell span {
    word-break: keep-all;
    white-space: auto;
}

input.tableSearch {
    width: 100%;
    padding: 0;
}

button:disabled {
  background: #ccc;
}

/*TW bootstrap mods to match current design*/
.container{
    max-width: 780px;
}
/*TW new styles*/
.breadcrumb{
    padding-top: 10px;
    padding-left: 0;
    border-top: 1px solid rgba(0,0,0,.1);
    border-radius: 0;
}
.breadcrumb, .breadcrumb a {
    background-color: transparent;
    font-size: 12px;
    /* padding: 0; */
    margin-bottom: 25px;
}
.breadcrumb span{
    padding-left: 2px;
    padding-right: 2px;
}

h1, h2 {
    font-family: "Nunito Sans", sans-serif;
    color: #636465;
    font-weight: normal;
    text-align: left;

}
h1 {
    text-align: left;

}
h2 {
    font-size: 24px;
    margin-left: 0;
    margin-right: 0;
}
.documentation-list ul{
    list-style: none;
    padding: 0;
    padding-bottom: 10px;
    font-size: 14px;
}
.documentation-list ul li{
    margin-bottom: 10px;
}
.documentation-list ul li a{
    text-decoration: none;
}
.documentation-list hr {
    max-width: 90%;
    margin-left: 0;
}
.pdf-document:after, .doc-document:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    padding-left: 5px;
    color: #949596;
}
.pdf-document:after {
    content: "\f1c1";

}
.doc-document:after {
    content: "\f1c2";
}

.downloadItem { display: inline-block;padding-left: 180px;padding-right:100px;text-indent: -180px;vertical-align: top; }

.image-swap {
  cursor: pointer;
}

.image-swap>img, .image-swap:active>img:first-child {
  display: none;
}

.image-swap>img:first-child, .image-swap:active>img:last-child {
  display: block;
}

.swap-image {
  cursor: pointer;
}

.swap-image>img, .image-swap:active>img:first-child {
  display: block;
}

.swap-image>img:first-child, .image-swap:active>img:last-child {
  display: none;
}
