﻿*:not(.img-circle):not(.theme_scroll-top-wrapper):not(.badge):not(.picture):not(i).not(.btn-group).not(.round-tab) {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    text-indent: 0;
}

a {
    cursor: pointer;
}

.glyphicon:hover {
    text-decoration: none !important;
}

output {
    display: inline;
    margin: 0 4px 0 4px;
    color: inherit;
}

input[type=range] {
    -webkit-appearance: none;
    border: 1px solid #fff;
    width: 100%;
    cursor: pointer;
}

    input[type=range]::-webkit-slider-runnable-track {
        width: 100%;
        height: 5px;
        background: #ddd;
        border: none;
        border-radius: 3px;
    }

    input[type=range]::-webkit-slider-thumb {
        -webkit-appearance: none;
        border: none;
        height: 16px;
        width: 16px;
        border-radius: 50%;
        background: #428bca;
        margin-top: -4px;
    }

    input[type=range]:focus {
        outline: none;
    }

        input[type=range]:focus::-webkit-slider-runnable-track {
            background: #ccc;
        }

    input[type=range]::-moz-range-track {
        width: 100%;
        height: 5px;
        background: #ddd;
        border: none;
        border-radius: 3px;
    }

    input[type=range]::-moz-range-thumb {
        border: none;
        height: 16px;
        width: 16px;
        border-radius: 50%;
        background: #428bca;
    }

    input[type=range]:-moz-focusring {
        outline: 1px solid #fff;
        outline-offset: -1px;
    }

    input[type=range]::-ms-track {
        width: 100%;
        height: 5px;
        background: transparent;
        border-color: transparent;
        border-width: 6px 0;
        color: transparent;
    }

    input[type=range]::-ms-fill-lower {
        background: #777;
        border-radius: 10px;
    }

    input[type=range]::-ms-fill-upper {
        background: #ddd;
        border-radius: 10px;
    }

    input[type=range]::-ms-thumb {
        border: none;
        height: 16px;
        width: 16px;
        border-radius: 50%;
        background: #428bca;
    }

    input[type=range]:focus::-ms-fill-lower {
        background: #888;
    }

    input[type=range]:focus::-ms-fill-upper {
        background: #ccc;
    }



#ms_top_nav_with_logo * .nav {
    padding: 10px 0 30px 0;
}

#ms_top_nav_with_logo * img {
    margin-top: 10px;
}

#ms_container_fluid_top {
    margin-top: 0;
}

#ms_rw_main_nav {
    margin-top: -20px;
}

#ms_navbar_main li a {
    border-bottom: 2px solid inherit !important;
    padding-top: 25px;
    min-height: 70px;
}

.row#ms_footer_section1 {
    margin-top: 20px;
    margin-bottom: 20px;
}

#marg_bottom_icon {
    margin-bottom: 20px;
}

.row#ms_footer_section2 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.panel-footer#ms_footer_section {
    border: none;
}

.panel-footer#ms_footer_section {
    border: none;
    padding-top: 20px;
    padding-bottom: 5px;
}

    .panel-footer#ms_footer_section ul {
        margin-top: 0;
    }

a.lnk_mail:hover, a.link_mail:active, a.link_mail:link {
    background-color: inherit !important;
}

a.lnk_tel:hover {
    background-color: inherit !important;
    cursor: default;
}

.social_icon:hover a {
    font-size: 1.6em;
}

#login_ctrl * .panel {
    border: none;
    margin: 0;
}

#ms_rw_main_nav {
    margin-left: -15px;
    margin-right: -15px;
    overflow: hidden;
}

    #ms_rw_main_nav * a {
        text-align: center;
    }

    #ms_rw_main_nav * button {
        float: right;
    }

.minHeight40 {
    min-height: 40px;
}

.b4_normal {
    border: none;
    background-color: inherit;
    margin: 0;
    padding: 0;
    font: inherit;
    font-size: inherit;
}

    .b4_normal * {
        border: none;
        background-color: inherit;
        margin: 0;
        padding: 0;
        font: inherit;
        font-size: inherit;
    }

.control_margin_right {
    margin-right: 15px;
}

/*@media only screen and (min-width:0) and (max-width:768px) {
    .btn-group-justified > .btn, .btn-group-justified > .btn-group-justified, .btn-group-justified > .btn-group-justified > .btn {
        display: block;
        float: none;
        max-width: 100%;
        width: 100%;
        margin-left: 0;
        margin-top: -1px;
    }

    .btn-group-justified .btn + .btn, .btn-group-justified .btn + .btn-group-justified, .btn-group-justified .btn-group-justified + .btn, .btn-group-justified .btn-group-justified + .btn-group-justified {
        margin-left: 0;
    }

    .btn-group-justified > .btn:first-child:not(:last-child) {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        border-top-right-radius: 4px;
    }

    .btn-group-justified > .btn:first-child {
        margin-left: 0;
    }
}*/


.morebutton {
    font-weight: bold;
    margin-top: 12px;
}

a.btn.morebutton.collapsed::before {
    content: '☰↓ Anzeigentext anzeigen';
}

a.btn.morebutton::before {
    content: '☰↑ Anzeigentext verbergen';
}


.plathalterJobagent {
    background-image: url("../_temp zeugs/Platzhalter Jobagent.png");
    background-repeat: no-repeat;
    min-width: 352px;
    min-height: 123px;
}

#wrapper {
    padding-left: 0;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    overflow: hidden;
    border: none;
}

    #wrapper.toggled {
        padding-left: 240px;
        overflow: auto;
    }

#sidebar-wrapper {
    border: none;
    min-width: 240px;
    max-width: 240px;
    height: 100%;
    z-index: 1000;
    position: fixed;
    margin-left: -240px;
    overflow-y: scroll;
    overflow-x: hidden;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    padding-top: 51px;
    background-color: #e6e6e6;
}

    #sidebar-wrapper .navbar-nav > li {
        width: 100%;
    }

#wrapper.toggled #sidebar-wrapper {
    width: 240px;
}

#page-content-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.xyz {
    min-width: 287px;
    padding: 0;
}

#wrapper.toggled #page-content-wrapper {
    position: relative;
    margin-right: 0;
}

.fixed-brand {
    width: auto;
}

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 240px;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 2px;
}

    .sidebar-nav li {
        text-indent: 15px;
        line-height: 40px;
    }

        .sidebar-nav li a {
            display: block;
            text-decoration: none;
            color: #999;
        }

            .sidebar-nav li a:hover {
                text-decoration: none;
                color: #fff;
                background: rgba(255,255,255,.2);
                border-left: #f00 2px solid;
            }

            .sidebar-nav li a:active, .sidebar-nav li a:focus {
                text-decoration: none;
            }

    .sidebar-nav > .sidebar-brand {
        height: 65px;
        font-size: 18px;
        line-height: 60px;
    }

        .sidebar-nav > .sidebar-brand a {
            color: #999;
        }

            .sidebar-nav > .sidebar-brand a:hover {
                color: #fff;
                background: none;
            }

.no-margin {
    margin: 0;
}

@media(min-width:768px) {
    .fixed-brand {
        width: 240px;
    }

    #sidebar-wrapper {
        width: 240px;
    }

    #wrapper.toggled #sidebar-wrapper {
        width: 240px;
    }

    #wrapper.toggled-2 #sidebar-wrapper {
        width: 50px;
    }

        #wrapper.toggled-2 #sidebar-wrapper:hover {
            width: 240px;
        }

    #page-content-wrapper {
        /*padding: 20px;*/
        position: relative;
        -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -o-transition: all .5s ease;
        transition: all .5s ease;
    }

    #wrapper.toggled #page-content-wrapper {
        position: relative;
        margin-right: 0;
    }

    #wrapper.toggled-2 #page-content-wrapper {
        position: relative;
        margin-right: 0;
        margin-left: -190px;
        -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -o-transition: all .5s ease;
        transition: all .5s ease;
        width: auto;
    }
}

.dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    visibility: hidden;
    margin-top: -1px;
}

.dropdown-menu li:hover .sub-menu {
    visibility: visible;
}

/*.dropdown:hover .dropdown-menu {
    display: block;
    top: -50%;
    right: 100%;
    margin-left: -333px;
}*/

@media(max-width:767px) {
    .only-icon-xs {
        width: 31px;
        overflow: hidden;
    }

    body {
        -ms-word-wrap: break-word;
        word-wrap: break-word;
        word-break: normal;
    }
/*in small devices we want the sidebar to be closed by default. */
    #wrapper {
        padding-left: 240px;
    }

        #wrapper.toggled {
            padding-left: 0;
        }
}

.wizard-container {
    padding-top: 100px;
    z-index: 3;
}

.wizard-card {
    box-shadow: 0 0 15px rgba(0,0,0,.15),0 0 1px 1px rgba(0,0,0,.1);
    border-radius: 10px;
    padding: 10px 0;
    transition: all .2s;
    -webkit-transition: all .2s;
}

    .wizard-card .picture-container {
        position: relative;
        cursor: pointer;
        text-align: center;
    }

    .wizard-card .picture {
        width: 106px;
        height: 106px;
        background-color: #999;
        border: 4px solid #ccc;
        color: #fff;
        border-radius: 50%;
        margin: 5px auto;
        overflow: hidden;
        transition: all .2s;
        -webkit-transition: all .2s;
    }

        .wizard-card .picture:hover {
            border-color: #2ca8ff;
        }

    .wizard-card.ct-wizard-orange .picture:hover {
        border-color: #ff9500;
    }

    .wizard-card .picture input[type="file"] {
        cursor: pointer;
        display: block;
        height: 100%;
        left: 0;
        opacity: 0 !important;
        position: absolute;
        top: 0;
        width: 100%;
    }

    .wizard-card .picture-src {
        height: 100%;
    }

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}


.btn-social-icon {
    margin-right: 8px;
}

@media (min-width: 768px) {
    .modal-dialog-large {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .modal-dialog-large {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .modal-dialog-large {
        width: 1150px;
    }
}
/*.required {
    border-right-color:red;
    border-right-width:4px;
}*/

.adjustedPanelHeader {
    margin: -15px -15px 20px;
    padding: 10px;
}


.icon2 {
    display: inline-block;
    font-size: 19px;
    color: #fff;
    width: 27px;
    height: 24px;
    text-align: center;
    vertical-align: top;
    margin: -1px;
    padding-top: 3px;
}

    .icon2 span {
        line-height: 25px;
    }

.icon {
    display: inline-block;
    font-size: 18px;
    color: #fff !important;
    width: 25px;
    height: 25px;
    text-align: center;
    vertical-align: top;
    /*margin-top:3px;*/
    line-height: 25px;
}

    .icon span {
        line-height: 25px;
    }

.bgColorTurquoise {
    background-color: #4a6a89;
}

.bgColorOrange {
    background-color: #ffa500;
}

.bgColorGreen {
    background-color: #008000;
}

.bgColorBlue {
    background-color: #0d70b7;
}

.bgColorRed {
    background-color: #EF2E24;
}

.bgColorPink {
    background-color: #ff0084;
}

.bgColorBlueGray {
    background-color: #4a6a89;
}

.dxnb-btn {
    float: right;
    width: 25px;
    height: 25px;
    margin: 4px;
}

.dxnb-header, .dxnb-headerCollapsed {
    height: 33px;
    line-height: 23px;
    vertical-align: middle;
    padding: 0 0 0 20px;
    cursor: pointer;
    font-size: 16px;
}

.radio input {
    margin-left: 0 !important;
}

.pointer {
    cursor: pointer;
}

b, strong {
    font-weight: bold !important;
}

.dxnbLite .dxnb-header, .dxnbLite .dxnb-headerCollapsed {
    background-color: #f0f0f0;
}

.smallAkkHeader {
    background-color: #757575 !important;
    font-size: 16px;
    text-align: center !important;
    color: #fff;
}

.dxnbLite .dxnb-content .dxnbLite .dxeHyperlink {
    list-style: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #666666;
}

.komma::after {
    content: ", ";
    /*'\0A99'*/
}

.space::after {
    content: " ";
    /*'\0A99'*/
}

.heading-label {
    font-weight: bold;
}
/*.form-table .form-group{
  padding-top:8px !important;
}*/


.spaceForSecondColumn {
    margin-left: 0;
    display: block;
}

@media (min-width: 768px) {
    .spaceForSecondColumn {
        margin-left: 35px;
    }
}

.ok::before {
    content: "\2713";
}

.dxnbLite {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    display: block;
}


.labelCount::before {
    content: "[";
}

.labelCount::after {
    content: "]";
}


.required-checkbox {
    -webkit-box-shadow: 0 0 0 1px rgba(255,0,0,1);
    -moz-box-shadow: 0 0 0 1px rgba(255,0,0,1);
    box-shadow: 0 0 0 1px rgba(255,0,0,1);
}

.showme {
    display: none;
}

.showhim:hover .showme {
    display: block;
}


/*.modal-dialog {
  margin-bottom: 0;
  height: 100vh;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  justify-content: center;
}*/
.modal {
    text-align: center;
    padding: 0 !important;
}

    .modal:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -4px; /* Adjusts for spacing */
    }

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.disabledFunktion {
    cursor: help;
    color: #b3b3b3 !important;
}

.checkbox label {
    font-weight: normal !important;
}

.check label {
    display: inline;
    font-weight: normal !important;
}

input[type='file'] {
    color: transparent;
}

.note {
    font-size: 9px;
    font-weight: normal;
}

.spanrequired {
}

    .spanrequired::after {
        font-size: 20px;
        color: red;
        content: "   *";
    }

.panel-heading .accordion-toggle:after {
    font-family: 'Glyphicons Halflings';
    content: "\e114";
    float: right;
    /*color: grey;*/
}

.panel-heading .accordion-toggle.collapsed:after {
    content: "\e080";
}

.nopadding-xs {
}

@media (max-width: 1200px) {
    .nopadding-xs {
        padding: 0 !important;
        margin: 0 5px 0 5px !important;
    }
    /*.row {
    padding:0;
    margin:0 !important;
  }*/

}

.well {
    min-height: 120px;
}

@media (max-width: 978px) {
    /*.container {
      padding:0;
      margin:0 5px 0 5px;
    }*/
    .tr-jobsuche > div, .joblists > div {
        padding: 0 !important;
        margin: 0 !important;
    }
    /*.container-fluid {
      padding:0;
      margin:0;
    }
    .well {
      padding:0;
      margin:0;
    }*/

    body {
        padding: 0;
    }

    .navbar-fixed-top, .navbar-fixed-bottom, .navbar-static-top {
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 0;
    }
}

.doc-uploader {
    width: 650px !important;
    height: 505px !important;
}

@media (max-width: 767px) {
    .doc-uploader {
        width: 250px !important;
        height: 670px !important;
    }

    .margin-bottom-xs {
        margin-bottom: 15px;
    }
}

.dxnb-content {
    overflow: inherit !important;
}

.navbar-nav {
    margin: 0;
}

.dxnbLite .dxnb-content {
    border: none;
}

.spaceleft {
    margin-left: 15px;
}

.spaceright {
    margin-right: 15px;
}

.multiselect {
    background-color: #fff;
    color: black;
    border: 1px solid #ccc;
}

    .multiselect:hover {
        background-color: #fff;
        color: black;
    }

    .multiselect:active {
        background-color: #fff;
        color: black;
    }

    .multiselect:visited {
        background-color: #fff;
        color: black;
    }

    .multiselect:default {
        background-color: #fff;
        color: black;
    }

    .multiselect:focus {
        background-color: #fff;
        color: black;
    }

/* Absolute Center Spinner */
.loading {
    position: fixed;
    z-index: 999;
    height: 2em;
    width: 2em;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

    /* Transparent Overlay */
    .loading:before {
        content: '';
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.3);
    }

    /* :not(:required) hides these rules from IE9 and below */
    .loading:not(:required) {
        /* hide "loading..." text */
        font: 0/0 a;
        color: transparent;
        text-shadow: none;
        background-color: transparent;
        border: 0;
    }

        .loading:not(:required):after {
            content: '';
            display: block;
            font-size: 10px;
            width: 1em;
            height: 1em;
            margin-top: -0.5em;
            -webkit-animation: spinner 1500ms infinite linear;
            -moz-animation: spinner 1500ms infinite linear;
            -ms-animation: spinner 1500ms infinite linear;
            -o-animation: spinner 1500ms infinite linear;
            animation: spinner 1500ms infinite linear;
            border-radius: 0.5em;
            -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
            box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
        }

/* Animation */

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.col-lg-6 .dxpc-ddSys {
    top: 33px !important;
}

.dxeEditArea, input.dxeEditArea[type="text"] {
    font-family: Arial,Helvetica,sans-serif !important;
    font-size: 14px !important;
}

textarea {
    resize: vertical;
}


html {
    overflow-y: scroll;
}

.modal-open {
    padding-right: 0 !important;
}

iframe {
    overflow: hidden;
    border: none;
}

}

label {
    text-align: left;
    font-weight: bold;
}

.control-label {
    text-align: left;
    font-weight: bold;
}

.form-horizontal .control-label {
    text-align: left;
    font-weight: bold;
    display: block;
}

.profilIFrame {
    width: 100%;
}
