@font-face {
    font-family: 'Roboto';
    src: url('/build/client/modules/App/font/Roboto/Roboto-Bold.eot');
    src: local('☺'), url('/build/client/modules/App/font/Roboto/Roboto-Bold.woff') format('woff'), url('/build/client/modules/App/font/Roboto/Roboto-Bold.ttf') format('truetype'), url('/build/client/modules/App/font/Roboto//Roboto-Bold.svg') format('svg');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('/build/client/modules/App/font/Roboto/Roboto-Medium.eot');
    src: local('☺'), url('/build/client/modules/App/font/Roboto/Roboto-Medium.woff') format('woff'), url('/build/client/modules/App/font/Roboto/Roboto-Medium.ttf') format('truetype'), url('/build/client/modules/App/font/Roboto/Roboto-Medium.svg') format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('/build/client/modules/App/font/Roboto/Roboto-Regular.eot');
    src: local('☺'), url('/build/client/modules/App/font/Roboto/Roboto-Regular.woff') format('woff'), url('/build/client/modules/App/font/Roboto/Roboto-Regular.ttf') format('truetype'), url('/build/client/modules/App/font/Roboto/Roboto-Regular.svg') format('svg');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('/build/client/modules/App/font/Roboto/Roboto-Light.eot');
    src: local('☺'), url('/build/client/modules/App/font/Roboto/Roboto-Light.woff') format('woff'), url('/build/client/modules/App/font/Roboto/Roboto-Light.ttf') format('truetype'), url('/build/client/modules/App/font/Roboto/Roboto-Light.svg') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('/build/client/modules/App/font/Roboto/Roboto-Thin.eot');
    src: local('☺'), url('/build/client/modules/App/font/Roboto/Roboto-Thin.woff') format('woff'), url('/build/client/modules/App/font/Roboto/Roboto-Thin.ttf') format('truetype'), url('/build/client/modules/App/font/Roboto/Roboto-Thin.svg') format('svg');
    font-weight: 100;
    font-style: normal;
}

body {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    color: #555555;
    font-weight: 300;
}

input {
    font-size: 16px;
}

section.container {
    position: relative;
}

.customSocialLogin {
    display: none;
}

.btn.btn-primary.uploadCV:hover,
.btn.btn-primary.uploadCV {
    color: #ffffff;
}

.btn.btn-primary.uploadCV.inactive {
    background: #aaaaaa;
    border-color: #999999;
}

h1 {
    font-size: 200%;
}

h2 {
    font-size: 175%;
}

h3 {
    font-size: 150%;
}

h4 {
    font-size: 125%;
}

strong, b {
    font-weight: bold;
}

.setting-row {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 2rem 0;
}

.setting-row-label {
    flex-grow: 1;
}

.setting-row-label > h4 {
    font-size: 110%;
}

.setting-row-label > p {
    color: #888888;
}

.settings-group {
    font-size: 100%;
    text-transform: uppercase;
    color: #007bff;
}

select.alignCenter {
    text-align: center;
    text-align-last: center;
}

/*
 * Use with:

$elem.animate({
    opacity: "show",
    bottom: "20px"
}, 250);
setTimeout(() => {
    $elem.animate({
        opacity: "hide",
        bottom: "0"
    }, 250);
}, 2000);
*/
.message {
    display: none;
    position: fixed;
    bottom: 0; /* for animation */
    left: 25%;
    width: 50%;
}

.mainBtn {
    border: 1px solid #fbb708;
    padding: 0 30px;
    color: #fbb708;
    /*opacity: 0.8;*/
    display: inline-flex;
    white-space: nowrap;
    background: transparent;
    cursor: pointer;
    height: 50px;
    line-height: 17px;
    align-items: center;
    justify-content: center;
    font-weight: 300;
}

.mainBtn:hover {
    text-decoration: none;
    /*color: #212529;*/
    opacity: 1;
    transition: opacity 0.2s, background 0.2s;
    background: #fbb708;
    color: #ffffff;
}

.mainLink:not([href]):not([tabindex]),
.mainLink {
    color: #fbb708;
    opacity: 0.8;
}

.mainLink:hover {
    opacity: 1;
    color: #fbb708;
}

.login-unimportant {
    font-size: 80%;
    margin: 0.5rem 0;
}

.loadingScreen {
    position: fixed;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10000;
    background: rgba(0, 0, 0, 0.7);
    top: 0;
    left: 0;
    opacity: 0;
}

/*------------formular*/

.formGroupHeader {
    height: 60px;
    background: #d9d9d9;
    padding-left: 15px;
    line-height: 60px;
    font-size: 20px;
    margin-bottom: 5px;
    margin-top: 30px;
    overflow: hidden;
}

.formGroupHeader .smallFont {
    font-size: 16px;
}

.formGroupRow:not(.formGroupTableRow) {
    display: flex;
    flex-direction: row;
    margin-bottom: 5px;
}

.formGroupRow input, .formGroupRow .valueCell, .formGroupRow select {
    flex: 1 1 auto;
    margin: 0 2.5px;
    background: #fbfbfb;
    height: 40px;
    line-height: 40px;
    padding-left: 15px;
    border: none;
    color: #555555;
    min-width: 50px;
}

.formGroupRow .inputContainer.dateContainer,
.formGroupRow .dateContainer {
    width: 150px;
}

.formGroupTableRow td {
    padding-bottom: 5px;
}

.formGroupTableRow .inputContainer {
    display: flex;
    width: 100%;
    justify-items: stretch;
}

.formGroupRow select {
    padding-left: 12px;
}

.bigCheckboxContainer {
    border: 2px solid #787878;
    overflow: hidden;
    margin-right: 5px;
    width: 24px;
    height: 24px;
    display: inline-flex;
    vertical-align: bottom;
    align-items: center;
    justify-content: center;
    background: #d9d9d9;
}

.bigCheckbox {
    width: 24px;
    height: 24px;
    margin: -1px;
    -moz-transform: scale(1.8);
    display: none;
}

.bigCheckboxContainer > .bigCheckboxCheck {
    font-size: 20px;
}

.bigCheckboxContainer > .bigCheckbox,
.bigCheckboxContainer > .bigCheckboxCheck {
    display: none;
}

.bigCheckboxContainer.checked > .bigCheckboxCheck {
    display: inline;
}

.formGroupRow input::placeholder {
    color: #555555;
}

.formGroupTableRow td:last-child input, .formGroupTableRow td:last-child select,
.formGroupRow > input:last-child, .formGroupRow > select:last-child {
    margin-right: 0px;
}

.formGroupTableRow td:first-child input, .formGroupTableRow td:first-child select,
.formGroupRow > input:first-child, .formGroupRow > select:first-child {
    margin-left: 0px;
}

.formButton {
    line-height: 40px;
    height: 40px;
    padding: 0 15px;
    background: #fbfbfb;
    border: none;
    cursor: pointer;
    transition: background-color 0.2s;
}

.formButton:hover {
    background: #ebebeb;

}

.buttonIcon {
    margin-right: 10px;
    border: 2px solid #7f7f7f;
    color: #7f7f7f;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    line-height: 19px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    font-size: 20px;
    font-weight: bold;
    padding-left: 0px;
    margin-top: -2px;
}

/*account*/

.subHeader {
    border-bottom: 1px solid #bfbfbf;
    padding: 20px 0 20px 15px;
    background: #f2f2f2;
    margin-bottom: 40px;
    font-size: 16px;
}

.subHeader h3,
.subHeader h5 {
    text-align: left;
}

.thinFont {
    font-weight: 300;
}

.subHeader h3 {
    font-weight: 500;
    margin-bottom: 10px;
}

/* details */

.details .orange {
    color: #fdc707;
}

.details a {
    color: #fdc707;
}

.details p {
    margin-bottom: 0;
}

.details > img.header {
    width: 100%;
}

.details > div {
    margin: 20px 0 20px 0;
}

.details > div.multi {
    display: inline-block;
}

.details > div > div.single {
    float: left;
    width: 50%;
}

.details > span.applyText {
    font-weight: bolder;
}

.details > div.footer {
    min-height: 250px;
    margin-top: 100px;

    background-image: url('http://starhunter2-customers-woltron.vbox/images/wave.jpg');
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: contain;

    font-size: 14px;
}

.details > div.footer > div {
    width: 50%;
    min-height: 150px;

    padding-top: 75px;
}

.details > div.footer > div.left {
    float: left;
}

.details > div.footer > div.right {
    float: right;
    padding-left: 15px;

    border-left: 2px solid #fdc707;

    font-weight: bold;
}

.details ul {
    list-style: none;
}

.details ul li::before {
    content: "\2022";
    color: #fdc707;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}