/* put your own styles to customize and override the theme */
.centered {
    text-align: center;
}

.btn-primary {
    background-color: #A00B1A;
}

.auth-footer a {
    color: #A00B1A;
}

.menu-item a {
    color: #000 !important;
}

.vanished {
    display: none;
}

.float-container{
    position: relative;
    margin: 0;
    padding: 0;
}

#legend{
    position: absolute;
    bottom: 2%;
    left: 2%;
    background-color: #eeeeee;
    width: 24%
}

#multisel{
    position: absolute;
    top: 1%;
    left: 1%;
    background-color: #ffffff;
    cursor: pointer;
    width: 1.5em;
    height: 1.5em;
    text-align: center;
    border: 1px solid #dddddd;
    vertical-align: center;
    font-size: 22px;
}

#multisel:hover{
    background-color: #eeeeee;
}

.multiselactive{
    background-color: #346cb0 !important;
    color: #fff;

}
.info-multisel-active{
    background-color: #346cb0 !important;
    color: #fff;
}
.cm-color{
    border: 1px solid black;
}

.cm-sign {
    padding: 0;
    margin: 0;
    text-align: right;
}

/*#legend-title{
    background: #e0e0e0;
    background: linear-gradient(356deg, rgb(240,240,240) 0%, rgb(180,180,180) 100%);
    border-bottom-style: outset;
    border-radius: 5px 5px 0 0;
}*/

li a {
    margin-left: 0.5rem;
}

#cm-menu > li a:hover{
    margin-left: 0;
    border-left: 0.5rem solid #EB8A6A;
}

#cm-menu > li.filter-off a:hover{
    margin-left: 0;
    border-left: 0.5rem solid #eb3434;
}

.has-sub-active {
    margin-left: 0;
    border-left: 0.5rem solid #EB8A6A;
}


.ks-has-sub-active {
    margin-left: 0;
    border-left: 0.5rem solid #3dc5ff;
}

.ki-has-sub-active {
    margin-left: 0;
    border-left: 0.5rem solid #0092f6;
}

.kp-has-sub-active {
    margin-left: 0;
    border-left: 0.5rem solid #0f46ab;
}

.has-active {
    background-color: #95bfcd;
}

.page-inner {
    background-color: #6bb6cd;
}

.card-head {
    background-color: #cbe4eb;
    color: #000;
}

.dropdown-item.active, .dropdown-item:active, .dropdown-item:focus, .dropdown-item:hover  {
    background-color: #A00B1A;
}
.dropdown-item-body:hover{
    color:#fff;
}

.kundpotcolor{
    background-color: #0f46ab;
    color: #fff;
    margin-left: 10px;
}
.wettbewerbscolor{
    background-color:  #13138d;
    color: #fff;
    margin-left: 10px;
}
.kundpot{
    color:  #0f46ab;
    width : 30px;
}

.kunden{
    color:  #c11617;
    width : 30px;
}

.pkunden{
    color:  #f595ac;
    width : 30px;
}

.kandidaten{
    color:  #eb5958;
    width : 30px;
}


.wettbewerbs{
    color:  #13138d;
    width : 30px;
}

.niederlassungens{
    color:  #9b1915;
    width : 30px;
}
.kandind{
    color:  #1034a6;
    width : 30px;
}

.kandindcolor{
    background-color: #0092f6;
    color : #000;
    margin-left: 10px;
}
.kandskillcolor{
    background-color: #3dc5ff;
    color : #000;
    margin-left: 10px;
}

.kundencolor{
    background-color: #c11617;
    color : #000;
    margin-left: 10px;
}

.pkundencolor{
    background-color: #f595ac;
    color : #000;
    margin-left: 10px;
}

.kandidatencolor{
    background-color: #eb5958;
    color : #000;
    margin-left: 10px;
}

.colormapcolor{
    background-color: #eb8a6c;
    color : #000;
    margin-left: 10px;
}

.colormapcolor:hover{
    background-color: #d95a50;
}


.submen-li{
    word-break: break-word; white-space: normal; border-top: 1px #546076 solid;
}
.submen-li-a{
    word-break: break-word; white-space: normal;
}

.stacked-menu-has-collapsible .has-child>.menu-link:after {
    background-color: #ffffff;
    opacity: 0.6;
}
.app.has-compact-menu .stacked-menu .has-child>.menu {
    background-color: #cbe4eb;
}

.app.has-compact-menu .stacked-menu .menu-subhead{
 color: #000 !important
}

/*.stacked-menu-has-compact>.menu>.menu-item>.menu-link {*/
/*    background-color: #cbe4eb;*/
/*}*/

.ml-1, .mx-1 {
    margin-left: .85rem!important;
}
.kr-title{
    border: none;
    cursor: pointer;
    background-color: #cbe4eb;
    text-align: left;
    font-weight: bold;
}
.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
    background-color: #000;
}

.stacked-menu-has-collapsible .has-child > .menu-link::after {
    background-color: transparent;
}

.pace .pace-progress {
    background: #008AA2;
}

.pace .pace-progress-inner {
    box-shadow: 0 0 10px #008AA2, 0 0 5px #008AA2;
}

.pace .pace-activity {
    border-top-color: #008AA2;
    border-left-color: #008AA2;
}

.cm-value {
    font-family: monospace;
    text-align: right;
}



/******************************(Un-)Collapse animation******************************/
.hidden {
    height:0;
    overflow:hidden;
    padding: 0 0.5rem;
}

.hiding {
    overflow:hidden;
    animation: 1s linear 0s 1 normal none running divcollapse;
}

.showing {
    overflow:hidden;
    animation: 1s linear 0s 1 reverse none running divcollapse;
}

.shown {
    height:auto;
    overflow:hidden;
    padding: 0.5rem;
}

@keyframes divcollapse {
    from {max-height:20rem;padding: 0.5rem}
    to {max-height:0;padding:0 0.5rem}
}

.stats td{
    padding: .25rem;
}

.page-inner {
    padding: 1rem 0;
}
@media (min-width: 992px){
    .page-inner {
        padding-right: 0.75rem;
        padding-left: 0.75rem;
    }
}
.col-lg-3{
    padding-left: 0px;
}
.card {
    margin-bottom: 10px;
}
.btn-download{
    background-color: #cbe4eb;
    color: #0b0b0f;
}

.tooltip-inner {
    text-align: left;
}

.font10{
    font-size: 10px;
}
.font12{
    font-size: 12px;
}

.table .thead-custom-color th{
    color: #fff !important;
    background-color: #346cb0 !important;
}

/* Dashboard range slider */
.form-range {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 1.1rem;
    border-radius: 16px;
    background: #ffffff;
    outline: #A6ABBD;
    overflow: hidden;
    border-style: solid;
    border-width: 1px;
}

.form-range::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 0.85rem;
    height: 0.85rem;
    background: #A6ABBD;
    border-radius: 50%;
    cursor: pointer;
}

.form-range::-moz-range-thumb {
    width: 0.85rem;
    height: 0.85rem;
    background: #A6ABBD;
    border-radius: 50%;
    cursor: pointer;
}

.dashboard-box-six {
    overflow: auto;
    min-width: 400px;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.dashboard-box-six::-webkit-scrollbar {
    display: none;
}

/* highcharts */
.highcharts-credits{
    display: none;
}

/* jquery-ui */
.ui-autocomplete{
    overflow-y: scroll;
    overflow-x: hidden;
    height: 90vh;
}

/***********************************************************************************/
