@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: #fff;
}

.btn.btn-primary.uploadCV.inactive {
    background: #aaa;
    border-color: #999;
}

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: #888;
}

.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: #FFF;
}

.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;
}