* {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

html,
body {
    margin: 0;
    padding: 0;
    height: 100%;

}

.load-more,
table {
    font-size: 13px;
}

.wrapper {
    padding-top: 50px;
    padding-bottom: 10px;
    min-height: 100%;
    box-sizing: border-box;
    background-color: #fcfcfc;
}

.job_list_content {
    margin-top: 25px;
    margin-bottom: 25px;
    background-color: #f8f8f8;
}

.job_list_item {
    padding: 0 20px 20px 20px;
    border: 1px solid #e7e7e7;
}

.nav-content-box {
    border-bottom: 1px solid #e7e7e7;
    border-left: 1px solid #e7e7e7;
    border-right: 1px solid #e7e7e7;
}
.nav-content-box .table th {
    border-top: 0px;
}

.shareIcon {
    display: inline-block;
    font-size: 10px;
}

.shareText {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    padding-left: 15px;
    font-size: 20px;
    color:#ffffff;
}

.shareButton {

    cursor: pointer;
}

.login-top {
    color: #ffffff;
    padding-bottom: 15px;
}

.login-box {
    padding: 25px;
    background-color: rgba(35,31,32,0.6) !important;
}

.error_message {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    margin-top: 20px;
    padding: 15px;
}

.success_message {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
    margin-top: 20px;
    padding: 15px;
}

.footer {
    background-color: #000000;
    color: #ffffff;
    min-height:100px;
}

.white-link:link,
.white-link:visited {
    color: #ffffff !important;
    text-decoration: none;
}

.white-link:hover {
    color: #b7b7b7 !important;
    text-decoration: none;
}

.main {
    margin-top: 40px;
}

.fa-facebook {
    background:#3b5998;
    color:#fff;
    margin-right:1px;
}

.fa-xing {
    background:#00555C;
    color:#fff;
    margin-right:1px;
}

.fa-twitter {
    background:#00aced;
    color:#fff;
    margin-right:1px;
}

.fa-linkedin {
    background:#0085AE;
    color:#fff;
    margin-right:1px;
}

.fa-google-plus {
    background:#dd4b39;
    color:#fff;
    margin-right:1px;
}

.fa-envelope-o {
    background:#b9b03e;
    color:#fff;
    margin-right:1px;
}

.fa-link {
    background:#f39c06;
    color:#fff;
    margin-right:1px;
}

.fa-ban {
    background: #ff3b31;
    color:#fff;
    margin-right:1px;
}

.fa-book {
    background: #20b109;
    color:#fff;
    margin-right:1px;
}

.share-talent-buttons {
    float: left;
    width: 100%;
    position: relative;
    z-index: 999;
}

.share-talent-buttons a {
    margin-right: 3px;
    margin-bottom: 4px;
}

.share-talent-buttons a:hover,
.share-talent-buttons a {
    cursor: pointer;
    text-decoration: none;
}

.recommendationText h3 {
    margin: 60px 0;
}

.image_preview {
    height: 230px;
}

.previewing {
    max-width: 250px;
    max-height: 230px;
}

.editor_div {
    margin-top: 30px;
    margin-bottom: 30px;
    max-height: 500px;
    max-width: 700px;
    align-self: center;
}


.padding-class {
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 430px) {
    .padding-class {
        width: 100%;
        padding-left: 55px;
        padding-right: 55px;
    }
}

@media (max-width: 430px) {
    .editorConfirm {
        margin-top: 10px;
    }

    .editor_div {
        margin-top: 10px;
        margin-bottom: 10px;
    }
}

#feed_list {
    max-width: 548px;
    min-width: 330px;
    margin: auto;
}

.feed {
    min-height: 130px;
    clear: left;
    margin-top: 15px;
}

.feed_footer {
    cursor: pointer;
}

.feed_footer .text {
    padding-left: 95px;
}

.feed_header {
    min-height: 80px;
}

.feed_photo {
    display: inline-block;
    float: left;
    margin-right: 15px;
    min-height: 10px;
    width: 125px;
}

.feed_photo img {
    width: 125px;
}

.feed_title {
}

.feed_first_title {
    font-weight: bold;
    font-size: 1.25em;
}

.feed_options {
    position: absolute;
    right: 20px;
    cursor: pointer;
}

.feed_sub_title {
    font-size: 0.75em;
    color: #8b8b8b;
}

.feed_body {
    display: block;
}

.buttons {
    min-height: 70px;
}

.teaser {
    min-height: 150px;
    clear: left;
}

.teaser_image {
    float: left;
}
.teaser_text {
    margin-left: 175px;
}

.stream_teaser_image {
    width: 533px;
}

.stream_teaser_image,
#mail_teaser_image {
    display:block;
    max-width: 100%;
}

.stream_teaser_image_wrapper,
.mail_teaser_image {
    max-width: inherit;
}

.stream_teaser_title,
#mail_teaser_title {
    font-size: 1.15em;
    font-weight: bold;
}

.stream_teaser_headline {
    padding-top: 10px;
    font-weight: bold;
}

.stream_teaser_message {
    padding: 10px 0px;
}

#mail_teaser_message {
}

.job_list_item h3 a {
    text-decoration: underline;
    color: #000;
}

.stream_teaser_image,
.job_list_item .teaser_image {
    cursor: pointer;
}

.shared_link_area {
    clear: left;
    display: none;
    margin-top: 10px;
    height: 50px;
}

figcaption {
    text-align: center;
}

.mail_text_area {
    height: 180px !important;
}

.round_small {
    width: 80px;
    height: 80px;
    border-radius: 40px!important;
    line-height: 80px;
}

.menu_photo {
    width: 32px;
    height: 32px;
    border-radius: 16px!important;
    line-height: 32px;
    margin-top: 0px;
    float:left;
}

.menu_name{
    height: 32px;
    line-height: 32px;
    font-size: 0.8em;
    float:left;
    color: #b7b7b7;
}

.middle {
    width: 80px;
    height: 80px;
    line-height: 80px;
}

.round_middle {
    width: 80px;
    height: 80px;
    border-radius: 40px!important;
    line-height: 80px;
}

.round_large {
    width: 110px;
    height: 110px;
    border-radius: 55px!important;
    line-height: 110px;
}

.round_image {
    display: block;
    background: no-repeat center center;
    background-size: cover;
}

.logo_large {
    width: 150px;
    height: 150px;
    line-height: 150px;
}

.logo_image {
    display: block;
    background: no-repeat center center;
    background-size: contain;
}

.button-link {
    line-height: 2.1;
}

.alert-table {
    padding: 6px;
    margin-bottom: 0px;
}

.navbar {
    min-height: 50px;
    padding: 0px;
}

.nav-item.active {
    background-color: #4c4c4c;
}
a.nav-link {
    min-height: 52px;
    padding: 12px;
    margin-right: 10px;
}

.navbar-logged-out {
    border: none;
    background-color: rgba(35,31,32,0.6) !important;
}

.navbar-dark .nav-link {
    font-size: 18px;
}

.navbar-light .navbar-toggler {
    margin-right: 5px;
}

.navbar-dark .navbar-toggler {
    border-color: rgba(255,255,255,.5);
    margin-right: 5px;
}

.navbar-header {
    margin-right: 10px;
}

.hr-text {
    display: block;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
}

.hr-text > a {
    position: relative;
    display: inline-block;
}

.hr-text > a:before,
.hr-text > a:after {
    content: "";
    position: absolute;
    top: 50%;
    width: 9999px;
    height: 1px;
    background: #eee;
}

.hr-text > a:before {
    right: 100%;
    margin-right: 15px;
}

.hr-text > a:after {
    left: 100%;
    margin-left: 15px;
}

.share-links {
    display: none;
}

.pointer {
    cursor: pointer;
}

.share-icon {
    color: #0272a8;
    background-color: transparent;
}

.visit-icon {
    color: #f7962e;
    background-color: transparent;
}

.application-icon {
    color: #b9b03e;
    background-color: transparent;
}

.attitude-icon {
    color: #09b4e5;
    background-color: transparent;
}

.passed-icon {
    color: #ffc11d;
    background-color: transparent;
}

.book-icon {
    color: #20b109;
    background-color: transparent;
}

.has-danger .form-control,
.has-danger {
    border-color: #d9534f;
    color: #d9534f;
}

.light-button {
    background-color: transparent;
    border-color: #ced4da;
}

.tile-box {
    margin: 0px;
    padding: 5px;
}

#category-list_wrapper,
#user-list_wrapper {
    margin-left: -15px;
}

.placeholder{
    color: grey;
}
.trigger-placeholder option:first-child {
    color: grey;
    display: none;
}
select option {
    color: #555;
}

/* */
@media (min-width: 992px) {
    #wrapper-share-button {
        padding-right: 5px;
    }

    #wrapper-job-button {
        padding-left: 5px;
    }
}
@media (min-width: 768px) {
    .footer .footer-link {
        line-height: 75px;
    }
}

@media (min-width: 1450px) {
    .navbar-header {
        position: absolute;
    }
}

@media (max-width: 1199px) {

    #nav-container {
        max-width: 100%;
    }
    .navbar-nav > li > a {
        padding: 15px !important;
    }
}

#mask {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 10000;
    text-align: center;
    padding-top: 25%;
    background-color: rgba(35,31,32,0.6) !important;
    color: #ffffff;
}

.multi-select-box input {
    display:none;
}

.multi-select-box {
    border: 1px solid #ced4da;
    background-color: #ffffff;
    min-height: 38px;
}

.multi-select-box > div {
    padding: 10px 15px;
}

.multi-select-box .line {
    display: none;
    color: #808080;
    cursor: pointer;
    margin: 2px 0px;
}

.multi-select-box .edit {
    display: block;
}

.multi-select-box .checked {
    display: block;
    color: #000000;
}

.multi-select-box .opener {
    right: 35px;
    position: absolute;
    cursor: pointer;
}

.single-multi-select-box {
    width:100%;
    cursor: default;
}

.single-multi-select-box .text {
    padding: .375rem .75rem;

    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
}

.single-multi-select-box .options {
    display:none;
    position: absolute;
    left: 15px;
    right: 15px;
    top: 37px;
    bottom: 0;
    background-color: #fff;
    border: 1px solid #ced4da;
    height: 30px;
    z-index: 999;
    overflow-y: scroll;
    overflow-x: hidden;
    max-height: 250px;
}

.single-multi-select-box .opener {
    position: absolute;
    right: 25px;
    top: 10px;
}

.single-multi-select-box .options label {
    display:block;
}

.single-multi-select-box .options ul {
    list-style: none;
    padding: 5px 0px;
    margin: 0px;
}
.single-multi-select-box .options li {
    padding: 5px 5px;
    white-space: nowrap;
}
.single-multi-select-box .options li:hover {
    background-color: #f8f9fa;
}

.single-multi-select-box .options span {
    margin-left: 5px;
    font-size: 0.9em;
    white-space: nowrap;
}

.btn-customize {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
    border-radius: 4px !important;
    font-size: .75rem;
    padding: 3px 12px;
    margin-bottom: 0;
    margin-right: 5px;
    vertical-align: middle;
}

.btn-customize:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
    cursor: pointer;
}

.nav-block {
    display: block;
    padding: .5rem 1rem;
}

#group-booking {
    cursor: pointer;
}

.passive-link {
    color: #b8b8b8!important;
    cursor: not-allowed!important;
}

.bookmark-user {
    color:#ccc;
    cursor: pointer;
}

.bookmark-user-list {
    color:#ccc;
    position: relative;
    left:-4px;
    transform: rotate(-90deg);
    cursor: pointer;
}

.bookmark-user.active,
.bookmark-user-list.active {
    color: #76ba4a;
}

.ui-autocomplete {
    position: absolute;
    z-index: 2150000000 !important;
    cursor: default;
    border: 2px solid #ccc;
    padding: 5px 0;
    border-radius: 2px;
}

.bookmark-count {
    font-size: 10px;
    border-radius: .5em !important;
}

.ui-pnotify-icon .ui-icon-circle-check {
    opacity: 0.8;
    position: relative;
    top: 5px;
}

.stack-bottomright {
    width: 500px !important;
}

@media only screen and (max-width: 600px) {
    .stack-bottomright {
        width: 300px !important;
    }
}