/*
 * Base structure
 */

html,
body {
    height: 100%;
}
body {
    color: #333;
    text-align: center;
    padding-top: 70px;
}

/* LOGIN PAGE */
body.login {
    padding-top: 0px;
}

.inner.cover {
    background-color:white;
    max-width: 500px;
    margin:auto;
    padding: 0px 20px 20px 20px;
    text-align: left;
}

.in-form-btn {
    margin-top: 20px;
}

.form-signin {
    text-align:left;
}

.login_feedback_div{
    text-align: left;
    font-weight: bold;
    color: darkred;
    padding-bottom:15px;
}

.alert-success {
    background-color: #999;
    border: none;
    color: #555;
    font-size: 17px;
    padding: 12px;
    text-align: center;
    font-weight: bold;
}

.alert-success.red > .badge {
    background-color: #c30000;
}
.alert-success.red {
    background-color: #ec7878;
}
.btn {
    padding: 4px 12px;
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 6px 12px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    line-height: 1;
    vertical-align: baseline;
    white-space: nowrap;
    text-align: center;
    background-color: #0069b4;
    border-radius: 17px;
}

/* END LOGIN PAGE */

/* GRID LAYOUT */

.gj-grid-base-table {
    border: 0px;
}

.gj-grid-base-table tbody tr:hover, .gj-grid-base-table tbody tr:hover td div a {
    background-color: #0069b4;
    color: white;
}
.gj-grid-base-table tbody tr td {
    border: 0px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.gj-grid-base-table thead tr th {
    background-color: inherit;
    border: 0px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 2px 1px 2px 1px;
}
.gj-grid-base-table thead tr th.text-right div {
    float: right !important;
}

.gj-grid-base-table tfoot th {
    background-color: inherit;
    border: 0px solid #ddd;
}

.gj-grid-base-table tfoot th button[disabled] {
    opacity: 1;
}

#spinner-window {
    position: fixed;
    width: 100%;
    height:100%;
    display: flex;
    align-items: center;
    background: rgba(50, 50, 50, 0.9);
    top: 0;
    z-index: 1040;
}

.spinner {
    display: flex;
    margin: 0 auto;
}

.btn-search {
    height: 45px;
    width: 45px;
    font-size: 18px;
}

/* Extra markup and styles for table-esque vertical and horizontal centering */
.site-wrapper {
    display: table;
    width: 100%;
    height: 100%; /* For at least Firefox */
    min-height: 100%;
}
.site-wrapper-inner {
    display: table-cell;
    vertical-align: top;
}
.cover-container {
    margin-right: auto;
    margin-left: auto;
}

/* Padding for spacing */
.inner {
    padding: 30px;
}


/*
 * Header
 */
.masthead-brand {
    margin-top: 10px;
    margin-bottom: 10px;
}

    .modal-dialog {
        margin-top:120px;
    }
@media (min-width: 768px) {
    .masthead-brand {
        float: left;
    }

}


/*
 * Cover
 */

.cover {
    padding: 0 20px;
}
.panel-body {
    padding: 15px;
}

.module-bar {
    background-color: #999;
    margin-bottom: 20px;
}

.module-bar-nav {
    height: 65px;
    padding: 10px;
    padding-top: 15px;
    color: #555;
    cursor: pointer;
}

.module-bar-nav:hover {
    color: #111;
}

.module-bar-nav.active {
    background-color: #0069b4;
    color: #fff;
}

.modules {
    display:none;
}

.modules.active {
    display:block;
}

.wizard-bar-nav {
    background-color: #999999;
    color: #555;
    line-height: 25px;
    padding: 10px;
    margin-bottom: 0px;
    cursor: pointer;

}
.wizard-bar-nav:hover {
    color: #111;
}
.wizard-bar-nav.active {
    background-color: #0069b4;
    color: #fff;
}

.wizard-bar-nav > .wizard-feedback-icon {
    position: relative;
    top: 2px;
    font-size: 20px;
    display: none;
}

.wizard-bar-nav.done > .wizard-feedback-icon {
    display: inline-block;
}


.wizard-top > .title {
    font-size: 28px;
    font-weight: 200;
    line-height: 60px;
    text-align: center;
}

.wizard-top > .text {
    color: #999;
    padding-bottom: 15px;
    margin-top: -5px;
}

.wizard {
    display:none;
}

.wizard.active {
    display:block;
}


/*
 * Affix and center
 */

@media (max-width: 768px) {


}


@media (min-width: 768px) {
    /* Pull out the header and footer */
    .masthead {
        position: fixed;
        top: 0;
    }
    .mastfoot_main {
        position: relative;
        bottom: 10px;
    }
    .mastfoot {
        position: fixed;
        bottom: 0;
    }
    /* Start the vertical centering */
    .site-wrapper-inner {
        vertical-align: middle;
    }
    /* Handle the widths */
    .masthead,
    .mastfoot,
    .cover-container {
        width: 100%; /* Must be percentage or pixels for horizontal alignment */
    }
    .panel-body {
        padding: 25px;
    }

    .col-links {
        padding-right:20px;
    }
    .col-rechts {
        padding-left:20px;
    }
    .form-group.language-group {
        line-height: 40px;
    }

    .control-label.language-label {
        padding-top:2px;
    }
    .language-input-div {
        padding-top:7px;
        padding-right:10px;
    }
    .form-group.language-group, .skills-group{
        margin-bottom:0px;
    }
    
    .skills-group .star-rating {
    margin-top: -7px;    
    }        
    
    .skills-group .form-group .control-label {
        padding-left:10px;
    }
        /* Pull out the header and footer */
    .masthead {
        position: fixed;
        top: 0;
    }

    /* Start the vertical centering */
    .site-wrapper-inner {
        vertical-align: middle;
    }
    /* Handle the widths */
    .masthead,
    .mastfoot,
    .cover-container {
        width: 100%; /* Must be percentage or pixels for horizontal alignment */
    }
    .cover-container.flex {
    display:flex;
}

.temp-item:hover:not(.temp-negative):not(.temp-positive) {
    background-color: #f1f1f1;
}
.temp-item:not(.temp-positive) > .thumbs-left:hover > span {
    color:#0069b4;
    font-size:26px;
    top:2px;
    -webkit-animation: thumbs-up 0.2s;
    animation: thumbs-up 0.2s;

/*    animation-name: thumbs-up;
    animation-duration: 0.2s;*/
}

.temp-item:not(.temp-negative) > .thumbs-right:hover > span {
    color:darkgrey;
    font-size:26px;
    top:2px;
    -webkit-animation: thumbs-down 0.2s;
    animation: thumbs-down 0.2s;
/*    animation-name: thumbs-down;
    animation-duration: 0.2s;*/
}
}

@media (min-width: 992px) {

}

#full-screen-background-image {
    z-index: -999;
    min-height: 100%;
    min-width: 200px;
    width: 100%;
    height: auto;
    position: fixed;
    margin-top:-200px;
    top: 0;
    left: 0;

}

img.bg {
    z-index: -999;
    /* Set rules to fill background */
    min-height: 100%;
    min-width: 1024px;

    /* Set up proportionate scaling */
    width: 100%;
    height: auto;

    /* Set up positioning */
    position: fixed;
    top: 0;
    left: 0;
}

@media screen and (max-width: 1024px) { /* Specific to this particular image */
    img.bg {
        left: 50%;
        margin-left: -512px;   /* 50% */
    }
}

.panel{
    border: 0px;
}
.flat{
    box-shadow: none !important;
    transition: border 0.3s;
    -webkit-appearance: none;
}
.flat:focus {
    border: 1px solid #0069b4;
    box-shadow: none;
    outline: none;
}

.checkbox label, .radio label {
    padding-left: 0px;
}


.radio + small, .checkbox + small {
    margin-top: -5px;
    font-weight: normal;
}

h3{
    padding-bottom:10px;
    font-weight: 300;
    color:#0069b4;
}

.input-group-addon {
    border-right: none;
}

.icheckbox-label {
    font-weight: normal;
}

select option:disabled {
    color: #EE2D20;
    font-weight: bold;
}

select option:selected {
    color: #EE2D20;
    font-weight: bold;
}

.bootstrap-select .btn:focus {
    outline: 0 dotted #333333 !important;
    outline: 0 auto -webkit-focus-ring-color !important;
    outline-offset: 0;
}



a:focus {
    outline: 0 !important;
}

.btn.dropdown-toggle:focus, .btn.dropdown-toggle:active, .btn-group.bootstrap-select.open > button, .btn-group.bootstrap-select.open > button:focus, .btn-group.bootstrap-select.open > button:hover, .btn-group.bootstrap-select.open > button:active {
    background-color:white;
    border: #0069b4 solid 1px;
    box-shadow:none;
}

.btn.dropdown-toggle:hover {
    background-color:white;
    box-shadow:none;
}

.btn-group.bootstrap-select.form-control {
    padding-right: 0px;
}

i.form-control-feedback.fv-icon-no-label.fa.fa-asterisk {
    top: 0px;
    font-size: 8px;
    color: darkred;
    height: 14px;
    width: 14px;
    left:0px;
}

.required-asterix{
    color: #a94442;
}

.form-control-feedback {
    right: 20px;
}

.selectContainer > i.form-control-feedback.fa {
    right: 20px;
}

.stellenart-form > .error-div{
    display:none;
}


.stellenart-form.has-error > .error-div{
    display:block;
}

i.form-control-feedback.fv-icon-no-label.fa.fa-times {
    display: none;
}
.iradio_square-blue > i.form-control-feedback.fa.fa-asterisk, .icheckbox_square-blue > i.form-control-feedback.fa.fa-asterisk {
    display: none !important;
}

.has-success .form-control {
    border-color: #ccc;
}

.has-success .form-control:focus {
    border: 1px solid #0069b4;
}

.lang-remove-btn, .skills-remove-btn {
    font-size: 20px;
    color: #ccc;
}

.lang-remove-btn:hover, .skills-remove-btn:hover {
    color:#0069b4;
    cursor: pointer;
}

.content_page {
    position:relative;
    padding-bottom:50px;
}


textarea { resize:none; }

.nav > li.active {
    background-color: #0069b4;
}


/*Temperament analysis */

.temp-group {
    margin-bottom: 40px;
}

.temp-item {
    position: relative;
    height: 30px;
}


.temp-thumbs {
    position: absolute;
    z-index: 70;
    font-size: 16px;
    color: lightgrey;
    height: 30px;
    cursor: default;
}

.thumbs-right {
    text-align: right;
}

.thumbs-left > span {
    top: 7px;
    position: absolute;
    left: 5px;
}

.thumbs-right > span {
    position: absolute;
    right: 5px;
    top: 7px;
}

.temp-positive > .thumbs-left > span {
    top: 3px;
    left: 6px;
}

.temp-negative > .thumbs-right > span {
    top: 3px;
    right: 6px;
}

.temp-word {
    position: relative;
    top: 5px;
    z-index: 50;
    text-align: center;
}

.temp-positive {
    background-color: #0069b4;
    color: white;
}
.temp-negative {
    background-color:darkgrey;
    color:white;
}




.temp-item.temp-negative > .thumbs-right, .temp-item.temp-positive > .thumbs-left {
    font-size:24px;
    color:white;
}

.temp-item.temp-negative > .thumbs-left, .temp-item.temp-positive > .thumbs-right {
    display: none;
}

.temp-error {
    position: absolute;
    color: red;
    padding-left: 5px;
    margin-top: -4px;
}

.temp-error > span {
    font-size: 19px;
    margin-top: 2px;
    float:left;
}
.temp-error > div {
    font-size: 12px;
    float: left;
    padding-left: 5px;
    padding-top: 2px;
}

.temp-group.has-error > .temp-error {
    display: block;
}

.temp-group > .temp-error {
    display: none;
}

@-webkit-keyframes thumbs-up {
    0%  {
        color:lightgrey;
        top: 7px;
        font-size:16px;
    }
    100%    {
        top: 2px;
        font-size:26px;
        color:#0069b4;
    }
}
@-webkit-keyframes thumbs-down {
    0%  {
        color:lightgrey;
        top: 7px;
        font-size:16px;
    }
    100%    {
        top: 2px;
        font-size:26px;
        color:darkgrey;
    }
}

@keyframes thumbs-up {
    0%  {
        color:lightgrey;
        top: 7px;
        font-size:16px;
    }
    100%    {
        top: 2px;
        font-size:26px;
        color:#0069b4;
    }
}
@keyframes thumbs-down {
    0%  {
        color:lightgrey;
        top: 7px;
        font-size:16px;
    }
    100%    {
        top: 2px;
        font-size:26px;
        color:darkgrey;
    }
}

.submit-div {
    position: absolute;
    bottom: 0;
}

.cv-generator .title {
    color:#333;
    text-align: center;
    font-size: 20px;
    font-weight: 300;
    padding-bottom:10px;
}

.inner.cover.maxwidth {
    max-width:600px;
}

.editable {
    padding-right: 15px;
}

.withoutborder {
    border: 1px transparent solid;
    font-weight: bold;
}

.withoutborder:hover {
    border: 1px #0069b4 solid;
    margin-right:10px;
}
.mastfoot_main {
    font-size:12px;
    color:grey;
}

.fileinput-button {
    position: relative;
    overflow: hidden;
    display: inline-block;
    background-color: #0069b4;
    border: 1px solid #005a9b;
    min-height: 48px;
    font-size: 20px;
    line-height: 45px !important;
    font-weight: 200;
    width: 100% !important;
}

.fileinput-button input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    opacity: 0;
    -ms-filter: 'alpha(opacity=0)';
    font-size: 200px !important;
    direction: ltr;
    cursor: pointer;
}

/*!
 * Load Awesome v1.1.0 (http://github.danielcardoso.net/load-awesome/)
 * Copyright 2015 Daniel Cardoso <@DanielCardoso>
 * Licensed under MIT
 */
.la-ball-spin-clockwise,
.la-ball-spin-clockwise > div {
    position: relative;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
.la-ball-spin-clockwise {
    display: block;
    font-size: 0;
    color: #fff;
}
.la-ball-spin-clockwise.la-dark {
    color: #333;
}
.la-ball-spin-clockwise > div {
    display: inline-block;
    float: none;
    background-color: currentColor;
    border: 0 solid currentColor;
}
.la-ball-spin-clockwise {
    width: 32px;
    height: 32px;
}
.la-ball-spin-clockwise > div {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    margin-left: -4px;
    border-radius: 100%;
    -webkit-animation: ball-spin-clockwise 1s infinite ease-in-out;
       -moz-animation: ball-spin-clockwise 1s infinite ease-in-out;
         -o-animation: ball-spin-clockwise 1s infinite ease-in-out;
            animation: ball-spin-clockwise 1s infinite ease-in-out;
}
.la-ball-spin-clockwise > div:nth-child(1) {
    top: 5%;
    left: 50%;
    -webkit-animation-delay: -.875s;
       -moz-animation-delay: -.875s;
         -o-animation-delay: -.875s;
            animation-delay: -.875s;
}
.la-ball-spin-clockwise > div:nth-child(2) {
    top: 18.1801948466%;
    left: 81.8198051534%;
    -webkit-animation-delay: -.75s;
       -moz-animation-delay: -.75s;
         -o-animation-delay: -.75s;
            animation-delay: -.75s;
}
.la-ball-spin-clockwise > div:nth-child(3) {
    top: 50%;
    left: 95%;
    -webkit-animation-delay: -.625s;
       -moz-animation-delay: -.625s;
         -o-animation-delay: -.625s;
            animation-delay: -.625s;
}
.la-ball-spin-clockwise > div:nth-child(4) {
    top: 81.8198051534%;
    left: 81.8198051534%;
    -webkit-animation-delay: -.5s;
       -moz-animation-delay: -.5s;
         -o-animation-delay: -.5s;
            animation-delay: -.5s;
}
.la-ball-spin-clockwise > div:nth-child(5) {
    top: 94.9999999966%;
    left: 50.0000000005%;
    -webkit-animation-delay: -.375s;
       -moz-animation-delay: -.375s;
         -o-animation-delay: -.375s;
            animation-delay: -.375s;
}
.la-ball-spin-clockwise > div:nth-child(6) {
    top: 81.8198046966%;
    left: 18.1801949248%;
    -webkit-animation-delay: -.25s;
       -moz-animation-delay: -.25s;
         -o-animation-delay: -.25s;
            animation-delay: -.25s;
}
.la-ball-spin-clockwise > div:nth-child(7) {
    top: 49.9999750815%;
    left: 5.0000051215%;
    -webkit-animation-delay: -.125s;
       -moz-animation-delay: -.125s;
         -o-animation-delay: -.125s;
            animation-delay: -.125s;
}
.la-ball-spin-clockwise > div:nth-child(8) {
    top: 18.179464974%;
    left: 18.1803700518%;
    -webkit-animation-delay: 0s;
       -moz-animation-delay: 0s;
         -o-animation-delay: 0s;
            animation-delay: 0s;
}
.la-ball-spin-clockwise.la-sm {
    width: 16px;
    height: 16px;
}
.la-ball-spin-clockwise.la-sm > div {
    width: 4px;
    height: 4px;
    margin-top: -2px;
    margin-left: -2px;
}
.la-ball-spin-clockwise.la-2x {
    width: 64px;
    height: 64px;
}
.la-ball-spin-clockwise.la-2x > div {
    width: 16px;
    height: 16px;
    margin-top: -8px;
    margin-left: -8px;
}
.la-ball-spin-clockwise.la-3x {
    width: 96px;
    height: 96px;
}
.la-ball-spin-clockwise.la-3x > div {
    width: 24px;
    height: 24px;
    margin-top: -12px;
    margin-left: -12px;
}
/*
 * Animation
 */
@-webkit-keyframes ball-spin-clockwise {
    0%,
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
                transform: scale(1);
    }
    20% {
        opacity: 1;
    }
    80% {
        opacity: 0;
        -webkit-transform: scale(0);
                transform: scale(0);
    }
}
@-moz-keyframes ball-spin-clockwise {
    0%,
    100% {
        opacity: 1;
        -moz-transform: scale(1);
             transform: scale(1);
    }
    20% {
        opacity: 1;
    }
    80% {
        opacity: 0;
        -moz-transform: scale(0);
             transform: scale(0);
    }
}
@-o-keyframes ball-spin-clockwise {
    0%,
    100% {
        opacity: 1;
        -o-transform: scale(1);
           transform: scale(1);
    }
    20% {
        opacity: 1;
    }
    80% {
        opacity: 0;
        -o-transform: scale(0);
           transform: scale(0);
    }
}
@keyframes ball-spin-clockwise {
    0%,
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
           -moz-transform: scale(1);
             -o-transform: scale(1);
                transform: scale(1);
    }
    20% {
        opacity: 1;
    }
    80% {
        opacity: 0;
        -webkit-transform: scale(0);
           -moz-transform: scale(0);
             -o-transform: scale(0);
                transform: scale(0);
    }
}

/*!
 * Load Awesome v1.1.0 (http://github.danielcardoso.net/load-awesome/)
 * Copyright 2015 Daniel Cardoso <@DanielCardoso>
 * Licensed under MIT
 */
.la-ball-pulse,
.la-ball-pulse > div {
    position: relative;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
.la-ball-pulse {
    display: block;
    font-size: 0;
    color: #fff;
}
.la-ball-pulse.la-dark {
    color: #333;
}
.la-ball-pulse > div {
    display: inline-block;
    float: none;
    background-color: currentColor;
    border: 0 solid currentColor;
}
.la-ball-pulse {
    width: 54px;
    height: 18px;
}
.la-ball-pulse > div:nth-child(1) {
    -webkit-animation-delay: -200ms;
       -moz-animation-delay: -200ms;
         -o-animation-delay: -200ms;
            animation-delay: -200ms;
}
.la-ball-pulse > div:nth-child(2) {
    -webkit-animation-delay: -100ms;
       -moz-animation-delay: -100ms;
         -o-animation-delay: -100ms;
            animation-delay: -100ms;
}
.la-ball-pulse > div:nth-child(3) {
    -webkit-animation-delay: 0ms;
       -moz-animation-delay: 0ms;
         -o-animation-delay: 0ms;
            animation-delay: 0ms;
}
.la-ball-pulse > div {
    width: 10px;
    height: 10px;
    margin: 4px;
    border-radius: 100%;
    -webkit-animation: ball-pulse 1s ease infinite;
       -moz-animation: ball-pulse 1s ease infinite;
         -o-animation: ball-pulse 1s ease infinite;
            animation: ball-pulse 1s ease infinite;
}
.la-ball-pulse.la-sm {
    width: 26px;
    height: 8px;
}
.la-ball-pulse.la-sm > div {
    width: 4px;
    height: 4px;
    margin: 2px;
}
.la-ball-pulse.la-2x {
    width: 108px;
    height: 36px;
}
.la-ball-pulse.la-2x > div {
    width: 20px;
    height: 20px;
    margin: 8px;
}
.la-ball-pulse.la-3x {
    width: 162px;
    height: 54px;
}
.la-ball-pulse.la-3x > div {
    width: 30px;
    height: 30px;
    margin: 12px;
}
/*
 * Animation
 */
@-webkit-keyframes ball-pulse {
    0%,
    60%,
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
                transform: scale(1);
    }
    30% {
        opacity: .1;
        -webkit-transform: scale(.01);
                transform: scale(.01);
    }
}
@-moz-keyframes ball-pulse {
    0%,
    60%,
    100% {
        opacity: 1;
        -moz-transform: scale(1);
             transform: scale(1);
    }
    30% {
        opacity: .1;
        -moz-transform: scale(.01);
             transform: scale(.01);
    }
}
@-o-keyframes ball-pulse {
    0%,
    60%,
    100% {
        opacity: 1;
        -o-transform: scale(1);
           transform: scale(1);
    }
    30% {
        opacity: .1;
        -o-transform: scale(.01);
           transform: scale(.01);
    }
}
@keyframes ball-pulse {
    0%,
    60%,
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
           -moz-transform: scale(1);
             -o-transform: scale(1);
                transform: scale(1);
    }
    30% {
        opacity: .1;
        -webkit-transform: scale(.01);
           -moz-transform: scale(.01);
             -o-transform: scale(.01);
                transform: scale(.01);
    }
}
@keyframes spinner {
  to {transform: rotate(360deg);}
}
 
.spinner:before {
  content: '';
  box-sizing: border-box;
  position: relative;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-left:-10px;
  border: 2px solid transparent;
  border-top-color: #fff;
  border-bottom-color: #fff;
  animation: spinner .8s ease infinite;
}

.spinner_big:before {
  content: '';
  box-sizing: border-box;
  position: relative;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-left:-10px;
  border: 2px solid transparent;
  border-top-color: #fff;
  border-bottom-color: #fff;
  animation: spinner .8s ease infinite;
}