* {
    box-sizing: border-box;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    font-family: inherit;
    color: inherit;
    margin: 0;
    padding: 0;
    cursor: inherit;
}

body {
    font-size: 14px;
    line-height: 1.2em;
    background: #f8f8f8 !important;
    font-family: Verdana, sans-serif;
    cursor: default;
}

.light-blue {
    color: #19479e;
}

.dark-blue {
    color: #222d36;
}

.box {
    border-color: #f1f1f7;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.17), 0 3px 6px rgba(0, 0, 0, 0.23);
    background: white;
    padding: 15px 0;
}

p, div.p {
    padding: 10px 20px;
    line-height: 1.5em;
}

i {
    margin-right: 10px;
}

h1 {
    text-align: center;
    font-size: 1.8em;
    line-height: 2em;
    font-weight: bold;
    padding: 5px 20px;
}

h2 {
    font-size: 1.4em;
    line-height: 2em;
    font-weight: bold;
    padding: 5px 20px;
}

h3 {
    font-size: 1.1em;
    line-height: 2em;
    font-weight: bold;
    padding: 5px 20px;
}

.c {
    text-align: center;
}

.r {
    text-align: right;
}

.l {
    text-align: left;
}

.b {
    font-weight: bold;
}

.u {
    text-decoration: underline;
}

a {
    color: #222d36;
}

a:hover, a:active {
    color: black;
}

input {
    cursor: text;
}

input[type=submit], a, a:hover, select, button {
    cursor: pointer;
}

.red-stripe {
    background: #ffbcbc;
    border-top: 1px solid #de6363;
    border-bottom: 1px solid #de6363;
    padding: 5px 0;
    margin: 5px 0;
}

.green-stripe {
    background: #cef6b1;
    border-top: 1px solid #39b02c;
    border-bottom: 1px solid #39b02c;
    padding: 5px 0;
    margin: 5px 0;
}

.grey-stripe {
    background: #f0f0f0;
    border-top: 1px solid #cacbca;
    border-bottom: 1px solid #cacbca;
    padding: 5px 0;
    margin: 5px 0;
}

#auth-wrap {
    margin: 0 auto;
    max-width: 500px;
}

#main-wrap {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 20px;
}

#auth-head {
    text-align: center;
    padding: 20px;
    margin-top: 50px;
}

#auth-logo {
    height: 65px;
}

#auth-footer {
    padding: 20px;
    color: grey;
    text-align: center;
    font-size: 0.9em;
    line-height: 2em;
}

#main-footer {
    padding: 30px 20px;
    color: grey;
    text-align: center;
    font-size: 0.9em;
    line-height: 2em;
}

#auth-content input, .input, #auth-content select {
    margin: 10px 0;
    padding: 12px 15px;
    border: 1px solid #44444469;
    border-radius: 5px;
    background: white;
}

#auth-content input, .input, #auth-content select {
    display: block;
    width: 100%;
}

#auth-content input:focus, .input:focus {
    border: 1px solid #444444ad;
    background: #f9f9d7;
}

#auth-content input[type=submit] {
    background: #222d36;
    color: white;
    font-size: 1.1em;
}
label {
    font-size: 0.9em;
    letter-spacing: 1px;
    text-transform: uppercase;
    opacity: 0.8;
}
label + input {
    margin-top: 2px !important;
}

iframe {
    border: 0;
}

.green-glow-button {
    display: inline-block;
    padding: 10px 30px;
    border-radius: 10px;
    border: 1px solid #77b659;
    color: white;
    font-size: 20px;
    text-align: left;
    background-color: #77b659;
    line-height: 1.5em;
    box-shadow: 0 10px 40px -14px #3e7327;
    text-decoration: none;
}

.blue-glow-button {
    display: inline-block;
    padding: 10px 30px;
    border-radius: 10px;
    border: 1px solid #6e73bc;
    color: white;
    font-size: 20px;
    text-align: left;
    background-color: #819ed6;
    line-height: 1.5em;
    box-shadow: 0 10px 40px -14px #27736c;
    text-decoration: none;
    opacity: 0.8;
}

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

td {
    padding: 7px 10px;
    border: 1px solid #ddd !important;
    vertical-align: top;
}

tbody tr:nth-child(odd) td {
    background: #5353530a;
}

img.preview {
    height: 70px;
}

small {
    font-size: 0.9em;
    color: #000000a3;
}

thead td {
    font-size: 0.8em;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.h-label {
    font-size: 0.8em;
    letter-spacing: 2px;
    text-transform: uppercase;
}

button:hover, .green-glow-button:hover {
    color: black;
}

#main-header {
    background: #ffffff91;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.02), 0 3px 6px rgba(0, 0, 0, 0.09);
    margin-bottom: 50px;
    padding: 0 40px;
}

#main-header img {
    padding: 10px;
}

#main-header menu {
    text-align: right;
}

#main-header menu a {
    display: inline-block;
    vertical-align: center;
    height: 65px;
    line-height: 65px;
    padding: 0 20px;
    text-decoration: none;
}

#main-header menu a:hover {
    text-decoration: underline;
    background: #3939390f;
}

.tech-upload {
    padding: 5px 15px;
    border-radius: 10px;
    border: 1px solid #77b659;
    color: white;
    font-size: 1.2em;
    text-align: left;
    background-color: #77b659;
    line-height: 1.5em;
    box-shadow: 0 10px 40px -14px #3e7327;
    text-decoration: none;
    margin: 10px 10px;
}

.dropzone {
    text-align: center;
    border: dashed 3px gray;
    background-color: #f8f9f8;
    padding: 1px 5px 1px 5px;
    margin-top: 7px;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    cursor: pointer;
}

.dropzone.highlight {
    border-color: #20479a;
}

.dropzone.active {
    broder-color: #273139;
}

.tech-list div a {
    display: inline-block;
    white-space: nowrap;
    max-width: 160px;
    overflow: hidden;
    text-overflow: ellipsis;
}
