/*
 * generic styles
 */
* {
    -webkit-touch-callout: none;                /* prevent callout to copy image, etc when tap to hold */
    -webkit-text-size-adjust: none;             /* prevent WebKit from resizing text to fit */
    -webkit-tap-highlight-color: rgba(0,0,0,0); /* make transparent link selection, adjust last value opacity 0 to 1.0 */
    -webkit-user-select: none;                  /* prevent copy paste, to allow, change 'none' to 'text' */
}
/* 
* .k-ie targets elements in internet explorer for ie specific hacks :/
* km-leftitem is contains the backbutton hes wrong placed in ie this is the correction
*/
#login-view, 
#menu-view,
#modalAddressbook,
div[data-container="reviewWizzard"],
#mobileLoader
{
    visibility: hidden;
}

.k-ie img  {
    
    border: 0;
 }
.k-ie button {
    background-position-x: 0;
    background-position-y: 0;
}
.k-ie div.km-leftitem{
    margin-left: 12px;
}

body {
    background-color:#E4E4E4;
    background-image:linear-gradient(top, #A7A7A7 0%, #E4E4E4 51%);
    background-image:-webkit-linear-gradient(top, #A7A7A7 0%, #E4E4E4 51%);
    background-image:-ms-linear-gradient(top, #A7A7A7 0%, #E4E4E4 51%);
    background-image:-webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0, #A7A7A7),
        color-stop(0.51, #E4E4E4)
    );
    background-attachment:fixed;
    font-family: tahoma,'HelveticaNeue-Light', 'HelveticaNeue', Helvetica, Arial, sans-serif;
    font-size:12px;
    height:100%;
    margin:0px;
    padding:0px;
    /*text-transform:uppercase;*/
    width:100%;
    color: #444;
}
#mobrec
{
    
}
#mobrec, #mobrec .km-content
{
    color: #444;
}
h1 {
    font-size:24px;
    font-weight:normal;
    margin:0px;
    overflow:visible;
    padding:0px;
    text-align:center;
}

@media only screen and (orientation : portrait )
{
    .km-ios, .km-on-ios, .km-ios6, .km-6, .km-m1, .km-web, .km-pane, .km-vertical, .km-view
    {
        height: 100% !important;
    }
}
@media only screen and (orientation : landscape )
{
    .km-ios, .km-on-ios, .km-ios6, .km-6, .km-m1, .km-web, .km-pane, .km-horizontal, .km-view
    {
        width: 100% !important;
    }
}


 .km-root .km-android .km-view {
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
}
/*overwrite kendo default css*/
.km-ios
{
    font: 0.9em tahoma,arial,helvetica,sans-serif;
    text-shadow: none !important;
}
.km-android
{
    
}

.km-insetcontent
{
    background: none !important;
}

.km-header > div.km-navbar, .km-modalview .km-header > div.km-navbar
{
    background: none;
    background-color: #146584;
    box-shadow: none;
}
.km-header > div.km-navbar > div.km-view-title, .km-modalview .km-header > div.km-navbar > div.km-view-title
{
    box-shadow: none;
}
.km-footer > div.km-tabstrip, .km-ios .km-footer > div.km-tabstrip
{
    background: none;
    background-color: #1a87b0;
    border-top: 0;
    box-shadow: none;
}
.km-footer > div.km-tabstrip > a.km-button, .km-ios .km-footer > div.km-tabstrip > a.km-button
{
    background: none;
    text-shadow: none;
    color: #ffffff;
    border-radius: 0;
    border-right: 1px solid #ffffff;
    padding-top: 2px;
    padding-bottom: 1px;
    box-shadow: none;
}
.km-footer > div.km-tabstrip > a.km-button:last-child, .km-ios .km-footer > div.km-tabstrip > a.km-button:last-child
{
    border-right: 0;
}
.km-footer > div.km-tabstrip > a.km-button:hover
{
    background-color: #edb548;
}

.km-footer > div.km-tabstrip > a.km-button.km-state-active, a.km-button.km-state-active
{
    background-color: #edb548;
    color: #3c2e12;
}
.km-scroll-container
{
    padding: 10px;
}
.km-listview
{
    border-style: none;
}
.km-listview > li
{
    margin: 0 auto;
    margin-bottom: 0.3px;
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
    border-bottom: 1px solid #bdccd1;
}
.km-listview > li > a.km-listview-link
{
    padding: 0; 
}
.km-listview > li:last-child > a.km-listview-link
{
    border-bottom: 0;
}
.km-listview > li > a.km-listview-link:hover
{
    /*background: #edb548;*/
}
.km-listview > li > a.km-listview-link:active,
.sm-listview > li:active
{
    background: #edb548;
    color: #333333;
}
.km-listview-link:after
{
    border-style: none !important;
    content: none;
    border-width: 0;
}
.km-root .km-listview-link
{
    margin: 0;
}
.km-phone .km-tabstrip .km-icon {
    display: none;
}

#mobrec .km-button {
    box-shadow: none;
    text-shadow: none;
    border-radius: 0;
}
#mobrec a.km-button:not([data-role="tab"]):not(#workflowExecute):not([data-role="backbutton"]),
#mobrec *:not(.km-tabstrip):not(.km-buttongroup) > a.km-button:not(#workflowExecute):not([data-role="backbutton"]),
#mobrec button.km-button:not(.sm-button-disabled),
#mobrec img.km-button
{
    box-shadow: none;
    color: #2e4f5b;
    background: #c5d2d7;
    border: 1px solid #3d6979;
    text-shadow: none;
    border-radius: 0;
}
#mobrec a.km-button:not([data-role="tab"]):not(#workflowExecute):not([data-role="backbutton"]):active,
#mobrec *:not(.km-tabstrip):not(.km-buttongroup) > a.km-button:not(#workflowExecute):not([data-role="backbutton"]):active,
#mobrec button.km-button:not(.sm-button-disabled):active,
#mobrec img.km-button:active/*,
#mobrec a.km-button[data-role="backbutton"]:active*/
{
    background: #edb548 !important;
    color: #3c2e12;
    border-color: #775b24;
}
#mobrec a.km-button:not([data-role="tab"]):not(#workflowExecute):not([data-role="backbutton"]):focus,
#mobrec a.km-button:not([data-role="tab"]):not(#workflowExecute):not([data-role="backbutton"]):hover,
#mobrec *:not(.km-tabstrip):not(.km-buttongroup) > a.km-button:not(#workflowExecute):not([data-role="backbutton"]):focus,
#mobrec *:not(.km-tabstrip):not(.km-buttongroup) > a.km-button:not(#workflowExecute):not([data-role="backbutton"]):hover,
#mobrec button.km-button:not(.sm-button-disabled):focus, 
#mobrec button.km-button:not(.sm-button-disabled):hover, 
#mobrec img.km-button:focus
#mobrec img.km-button:hover/*,
#mobrec a.km-button[data-role="backbutton"]:focus,
#mobrec a.km-button[data-role="backbutton"]:hover*/
{
    background: #edb548 !important;
    color: #3c2e12;
    border-color: #775b24;
}
#mobrec a.km-button[data-role="backbutton"].km-back
{
    height: 100%;
    line-height: 40px;
    color: #ffffff;
    font-size: 12px;
    background: none;
    margin: 0;
    padding: 0;
    -webkit-mask: none;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}
    #mobrec a.km-button[data-role="backbutton"].km-back:before
    {
        content: "\a0";
        display: inline-block!important;
        color: currentcolor;
        width: 10px;
        height: 10px;
        border-width: 0;
        vertical-align: middle;
        margin: 0 3px 3px 3px;
        -webkit-transform: rotate(45deg);
        -webkit-box-shadow: inset 3px -3px 0 currentcolor;
        box-shadow: inset 3px -3px 0 currentcolor;
    }
#mobrec a.km-button[data-role="backbutton"].km-back:hover,
#mobrec a.km-button[data-role="backbutton"].km-back:focus,
#mobrec a.km-button[data-role="backbutton"].km-back:active
{
    color: #edb548;
}
.km-ios .km-tabstrip .km-state-active .km-icon, .km-ios .km-button .km-icon, .km-ios .km-button.km-state-active .km-icon
{
    background-image: none;
}
.km-navbar
{
    height: 40px;
}
#mobrec .km-view-title
{
    font-size: 14px !important;
    line-height: 40px;
    height: 100%;
}

.km-ios .km-back:after
{
    content: none;
}
.km-group-title
{
    background: #d3dde1 !important;
    color: #0d4458 !important;
    font-weight: bold;
    font-size: 14px;
    text-shadow: none !important;
    box-shadow: none !important;
}

.km-modalview-wrapper.k-popup.k-group
{
    background: none;
    box-shadow: none;
}

/***************
    sagehr
***************/
.sm-back
{
    display: none;
    position: absolute;
    width: 16px;
    height: 16px;
    background: #ffffff;
    position: absolute;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 14px;
    left: 8px;
}
.sm-button
{
    
}
.sm-secondary-nav-container
{
    background: #ccdadf;
    padding: 6px 8px;
}
.sm-secondary-nav-container > table > tr > td
{
    
}
.sm-list-icon
{
    width: 32px;
    margin: 0 10px;
}

fieldset
{
    border: 0;
    margin: 0;
    padding: 0;
}
    fieldset legend span
    {
        /* hide legend from visual browsers, but accessible to screenreaders*/
        display: block;
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
    }
    fieldset div
    {
        margin-bottom: 20px;
    }
    fieldset label, fieldset span.sm-label
    {
        color: #6e8f9b;
        font-size: 14px;
        display: block;
        padding-left: 1px;
        padding-right: 1px;
        margin-bottom: 5px;
    }
    fieldset span.sm-readonlytext
    {
        color: #000;
        font-size: 14px;
        display: block;
        padding-left: 1px;
        padding-right: 1px;
    }
    fieldset input
    {
        border: 1px solid #bdccd1;
        font-size: 16px;
        margin: 0;
        padding-left: 1%;
        padding-right: 1%;
        display: block;
        width: 98%;
    }
    fieldset input:focus
    {
        border: 1px solid #edb548;
    }
    fieldset div.sm-inline-switch > label
    {
        display: inline-block;
        height: 1.8rem;
        vertical-align: middle;
    }
    fieldset div.sm-buttonrow
    {
        margin-bottom: 40px;
    }
.sm-text-right
{
    text-align: right;
}
.sm-text-left
{
    text-align: left;
}
.sm-text-center
{
    text-align: center;
}
.sm-textlink, a.sm-textlink
{
    color: #146584;
    font-size: 16px;
    text-decoration: none;
    padding: 15px 0;
}
#mobrec a.sm-textlink:active, #mobrec a.sm-textlink:focus
{
    color: #edb548;
}
.sm-listview
{
    list-style-type: none;
}
.sm-listview > li > a.km-listview-link
{

}
.sm-grouplistview > li
{
    border: 0 !important;
    padding: 0;
    margin-bottom: 2px;
}
    .sm-grouplistview > li:hover
    {
        border: 0 !important;
    }
    .sm-grouplistview > li > a
    {
        background: #d3dde1;
        border: 1px solid #d3dde1;
        color: #0d4458;
        font-weight: bold;
        font-size: 14px;
        padding: 5px 10px !important;
    }
        .sm-grouplistview > li > a .sm-grouplistview-link-text-ellipsis
        {
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            width: 90%;
        }
        .sm-grouplistview > li:not(.sm-grouplistview-disabled) > a:active, .sm-grouplistview > li:not(.sm-grouplistview-disabled) > ul > li > a:active
        {
            background: #edb548 !important;
            /*border: 1px solid #edb548;*/
            color: #ffffff;
        }
        .sm-grouplistview li[data-uid]
        {
            display: none;
        }
.sm-grouplistview-disabled
{
    opacity: 0.5;
    cursor: default;
}

.sm-menu-list
{
    margin-top: 34px;
}
    .sm-menu-list > li
    {
        padding: 0;
    }
        .sm-menu-list > li > a {
            padding: .5em .7em !important;
            display: -webkit-box !important;
            display: -ms-flexbox !important;
            display: flex !important;
            -webkit-box-orient: horizontal !important;
            -webkit-box-direction: normal !important;
            -ms-flex-direction: row !important;
            flex-direction: row !important;
            -webkit-box-align: center !important;
            -ms-flex-align: center !important;
            align-items: center !important;
        }
        .sm-menu-list > li > a:active
        {
            background-color: #edb548 !important;
        }
    .sm-menu-list > li > a > div
    {
        /*margin: 0 auto;
        width: 220px;
        padding-bottom: 5px;*/
    }

.sm-listview-detail-table
{
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 0;
}
.sm-listview-detail-table, .sm-listview-detail-table tr, .sm-listview-detail-table td
{
    margin: 0;
    padding: 0;
    border: 0;
}
.sm-listview-detail-table td:nth-child(1) > img, .sm-avatar
{
    display: block;
    background: #f0f0f0;
    box-shadow: inset 0 0 3px #fff, 0 0 3px #aaa;
    -moz-box-shadow: inset 0 0 3px #fff, 0 0 3px #aaa;
    -webkit-box-shadow: inset 0 0 3px #fff, 0 0 3px #888;
}
    .sm-listview-detail-table td:nth-child(2) > div, .sm-listview-itemtext
    {
        font-size: 14px;
        position: relative;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }
.sm-listview-detail-table td:nth-child(2) > div:nth-child(2), .sm-listview-itemtext.sm-smaller 
{
    font-weight: normal;
}
.sm-listview-detail-table td span.info
{
    font-size: 12px;
    color: #6e8f9b;
    position: absolute;
    top: 0;
    right: 0;
    font-weight: normal;
}
.sm-counter
{
    /*float: right;*/
    /*position: absolute;
    right: 20px;*/
    font-size: 12px;
    font-weight: normal;
    /*display: block;*/
}
.sm-counter-bubble
{
    background: #1a87b0;
    color: #ffffff;
    border-radius: 15px;
    padding: 2px 9px;
    /*top: 12px;
    right: 10px;*/
}
.sm-details-listview
{
    padding: 10px;
}
    .sm-details-listview li
    {
        list-style-type: none;
        border: none !important;
        font-weight: normal;
        font-size: 14px;
    }

        .sm-details-listview li ul, .sm-details-listview > li > table
        {
            padding-left: 8px;
            padding-right: 8px;
            padding-bottom: 8px;
        }

            .sm-details-listview li ul li, .sm-details-listview > li > table td
            {
                padding-top: 8px;
                padding-bottom: 8px;
            }
            .sm-details-listview > li > table td
            {
                vertical-align: top;
            }
            .sm-details-listview > li > table td:first-child
            {
                /*width: 90px;*/
            }
                .sm-details-listview li ul li > img
                {
                    float: right;
                    margin-bottom: -4px;
                }
.sm-details-listheader
{
    display: block;
    padding-bottom: 4px;
    padding-left: 8px;
    padding-right: 8px;
    border-bottom: 1px solid #bdccd1;
    color: #6e8f9b;
    font-size: 14px;
    font-weight: normal;
}
.sm-details-listheader-expander
{
    font-size: 0.8em;
    float: right;
}
.sm-details-listheader-expander img
{
    margin-bottom: -2px;
    margin-left: -2px;
    width: 16px;
}
.sm-details-listview-label
{
    display: inline-block;
    width: 90px;
    font-size: 12px;
}

.sm-searchbox {
    position:absolute;
    left: .5em;
    right: .5em;
    top: 0;
    z-index: 2;
    background: #146584;
}
    .sm-searchbox table
    {
        width: 100%;
        border-collapse: collapse;
        border-spacing: 0;
    }
    .sm-searchbox table > tr > td
    {
        vertical-align: middle;
    }
    .sm-searchbox input
    {
        width: 100%;
        border: 0;
    }
    .sm-searchbox input, .sm-searchbox input:active, .sm-searchbox input:focus, .sm-searchbox input:hover
    {
        background: #146584;
        color: #fff;
    }
        .sm-searchbox input::-webkit-input-placeholder,
        .sm-searchbox input:-moz-placeholder,
        .sm-searchbox input::-moz-placeholder,
        .sm-searchbox input:-ms-input-placeholder
        {
            color: #fff !important;
        }
    .sm-searchbox img
    {
        display: block;
    }

/*.sm-search-button
{
    position: absolute;
    right: 2.8em;
    top: 0;
    bottom: 0;
}
    .sm-search-button img
    {
        margin-top: .3rem;
        border-right: 1px solid #6e8f9b;
    }
    .sm-search-button:active
    {
        background: #edb548;
    }*/

.sm-group-dropdown
{
    position: absolute;
    top: 4px;
    right: -32px;
    width:32px; 
    height:32px;
}
.km-ios.km-horizontal .sm-group-dropdown, .km-horizontal .sm-group-dropdown
{
    /*top: -4px;*/
}
.sm-group-selection {
    background-color:#F0F0F0; 
    border:4px solid #d1b886;  
    position:absolute; 
    right: 10px; 
    left: 10px; 
    color: #333333;
    text-shadow: none !important;
}
.sm-group-selection .km-list > li {
    font-size: 1em;
    line-height: 1.4em;
    cursor: pointer;
    border-bottom: 1px solid #bdccd1 !important;
    margin: 0 8px;
}
.sm-group-selection .km-list > li:active
{
    background: #edb548;
}

.sm-group-selection .km-list > li:last-child
{
    border-bottom: 0 !important;
}
.sm-group-selection-edge
{
    background: #d1b886;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 30px;
    left: 11px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.sm-vote-button
{
    width: 40px;
    height: 32px;
    cursor: pointer;
    line-height: 23px;
    margin: 0 14px 0 0;
    white-space: nowrap;
    display: inline-block;
    background-position: 4px -1px;
}
.sm-vote-button-Green, .sm-vote-button-Yellow, .sm-vote-button-Red
{
    border: 1px solid #3d6979;
    background-color: #c5d2d7;
}
.sm-vote-button-Green
{
    background-image: url("../img/Daumen_hoch_32x32.png");
}
.sm-vote-button-Yellow
{
    background-image:  url("../img/Daumen_mitte_32x32.png");
}
.sm-vote-button-Red
{
    background-image: url("../img/Daumen_runter_32x32.png");
}
.sm-vote-button-Green-own, .sm-vote-button-Green:active
{
    border: 1px solid #006827;
    background-image: url("../img/Daumen_hoch_32x32_weiss.png");
    background-color: #009136;
}
.sm-vote-button-Yellow-own, .sm-vote-button-Yellow:active
{
    border: 1px solid #8a5500;
    background-image: url("../img/Daumen_mitte_32x32_weiss.png");
    background-color: #c17700;
}
.sm-vote-button-Red:active, .sm-vote-button-Red-own
{
    border: 1px solid #830100;
    background-image: url("../img/Daumen_runter_32x32_weiss.png");
    background-color: #b80100;
}
.sm-modalview-footer
{
    background: #f0f0f0;
    border-top: 1px solid #aaa;
    padding: 10px;
    border-radius: 0 !important;
    width: initial;
}
    .sm-modalview-footer table
    {
        width: 100%;
        border-collapse: collapse;
        border-spacing: 0;
    }
    .sm-modalview-footer button
    {
        width: 100%;
    }
        .sm-modalview-footer button img
        {
            margin-bottom: -3px;
        }

.clearfix:before,
.clearfix:after {
    content:"";
    display:table;
}
.clearfix:after {
    clear:both;
}
.clearfix {
    zoom:1; /* For IE 6/7 (trigger hasLayout) */
}

textarea { 
    resize: none;
    width: 100%;
}

.sm-additional-info-container {
    margin-bottom: 20px; 
    border-bottom: 1px solid #146584; 
    padding: 4px 0
}

.sm-textlinklist {
    font-size: 16px;
}

.sm-textlinklist ul{
     list-style: none; 
     margin: 0; 
     padding: 0;
}

.sm-textlinklist li {
    display: inline;
}

.sm-textlinklist li:after {
    content: ' / ';
    color: #146584;
}

.sm-textlinklist li:last-child:after {
    content: none
}

.sm-errormessage {
    background: none repeat scroll 0 0 #FFB8B8;
    border: 1px solid #FF0000;
    color: #000000;
    padding: 5px;
}
span[data-role="view-title"].sm-view-title-overflow
{
    display: inline-block;
    width: 50%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: -11px;
    color: #fff;
}
.sm-dokument-scroll-container {
    width: 100%;
    background-color: #fff;
    color: #146584;
    display: inline-block;
    text-align: center;
}
.sm-badge
{
    position: absolute;
    top: 5px;
    right: 5px;
    border: 1px solid #666;
    border-radius: 2px;
    background: #FFCC00;
    color: #666;
    padding: 1px 4px;
}
.km-ios .km-pages .km-current-page {
    background: #146584;
}
.km-ios .km-pages li {
    background: #d3dde1;
    border: 1px solid #1a87b0;
}

.sm-chart-container {
 /*   width: auto;*/
    width: 100%;
    height: 976px;
    background-color: #fff;
    color: #146584;
    display: inline-block;
    text-align: center;
}
.sm-chart {
    width: 100% !important;
    height: 100%;
}


table.history-input-add
{
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
}
    table.history-input-add tr > td:first-child
    {
        padding-right: 4px;
    }
        table.history-input-add tr > td:first-child textarea, .iosEditor
        {
            width: 100%;
            -webkit-box-sizing: border-box; /* <=iOS4, <= Android  2.3 */
            -moz-box-sizing: border-box; /* FF1+ */
            box-sizing: border-box; /* Chrome, IE8, Opera, Safari 5.1*/
            font: inherit;
            padding: 5px;
            font-size: 16px;
            
        }
        table.history-input-add tr > td:first-child textarea
        {
            border: 1px solid #bbbbbb;
        }
    table.history-input-add tr > td:last-child
    {
        padding-left: 4px;
        vertical-align: bottom;
        width: 45px;
    }
div.km-view a.sm-workflowButton.km-button, div.km-view button.sm-workflowButton.km-button
{
    background: #3d6979 !important;
    color: #c5d2d7 !important;
    border-color: #0d4458 !important;
}
div.km-view a.sm-workflowButton.km-button:active
{
    background: #edb548 !important;
    color: #3c2e12 !important;
    border-color: #775b24 !important;
}
div.km-view a.sm-workflowButton.km-button > img
{
    display: inline-block;
    margin: -3px;
    margin-right: 5px;
}
.sm-checkimage-hidden td:first-child
{
    width: 0px !important;
}
.sm-checkimage-hidden img
{
    display: none !important;
}
.sm-scrollerContent
{
    font-weight: normal;
    height: 300px;
    background-color: rgba(0, 0, 0, 0.07);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.45) inset;
}
.sm-scrollerContent > div
{
    padding-top: 5px;
}
.sm-dropdownlist
{
}
    .sm-dropdownlist > span
    {
        width: inherit;
        padding-right: 0;
    }
        .sm-dropdownlist > span span.k-input
        {
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
        }
#tasks .sm-dropdownlist > span span.k-input
{
    border: 1px solid #3d6979;
    background-color: #c5d2d7;
    border-radius: 0;
}
.sm-multiselectItem-addressbook
{
    background: rgba(0,0,0,0.05);
    padding-left: 5px;
}
    .sm-multiselectItem-addressbook div:last-child
    {
        padding-left: 10px;
        color: #0d4458;
        font-size: 0.9em;
        word-wrap: break-word;
    }
    .sm-multiselectItem-addressbook:active
    {
        background-color: #edb548;
        color: #3c2e12;
    }

.sm-culture-button
{
    text-align: center;
    /*height: 32px; width: 32px;*/
    border: 1px solid #ddd;
    box-shadow: inset 0 0 5px #fff;
    display: block;
    margin: 0;
    padding: 8px;
}
    .sm-culture-button img
    {
        
    }   
    .sm-culture-button:active
    {
        box-shadow: inset 0 0 3px #fff, 0 0 10px #ccc;
        border: 1px solid #ccc;
    }
.sm-multiselect
{
    
}
.sm-multiselect > div > ul[role="listbox"] > li.k-button
{
    width: 99%;
}
.sm-multiselect > div > ul[role="listbox"] > li.k-button > span:first-child 
{
    word-wrap: break-word;
}
.sm-text-ellipsis
{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
} 
.sm-header-button, #mobrec .km-leftitem
{
    bottom: 0;
    top: 0;
    padding: 0 4px;
}

.sm-header-button > a
{
    
}
.sm-header-button > a > img
{
    width: 24px;
    margin-top: .3rem;
    padding: 4px 0;
}
.sm-header-button:active
{
    background: #edb548;
}
li.sm-listview-noactive:active, li.sm-listview-noactive > a:active
{
    background: none !important;
}

.sm-absolute-fill
{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 10px;
}
.sm-fullview-absolute{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
}

.sm-loaderbackground
{
    background: rgba(0,0,0,0.3);
}
.sm-loader
{
    z-index: 100000;
}
    .sm-loader > div
    {
        background: #777;
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        padding: 15px;
        margin-top: -25px;
        text-align: center;
    }
.sm-loader-animation
{
    /*float: left;*/
    margin: auto;
    background: #f0f0f0;
    border: 1px solid #707070;
    border-radius: 5px;
    width: 28px;
    padding: 5px;
}
    .sm-loader-animation > img
    {
        display: block;
        margin: 0;
        padding: 0;
    }
.sm-loader-message
{
    /*float: left;*/
    padding-left: 10px;
    padding-top: 10px;
    color: #fff;
}
.sm-img-avatar
{
    background: url(../img/avatar_applicant_54x64.png) no-repeat;
}
.sm-img-avatar img
{
    background: #f0f0f0;
}

#mobrec .sm-button-disabled
{
    background: #acacac !important;
    color: #5f5f5f;
    border-color: #333;
}
.sm-block-image
{
    display: block;
    margin: 0 auto;
    padding: 0;
}
.noboxshadow
{
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -o-box-shadow: none !important;
}
div[data-container="reviewWizzard"] header,  
div[data-container="reviewWizzard"] > div,  
div[data-container="reviewWizzard"] footer  
{
    position: absolute;
    left: 0;
    right: 0;
}
.sm-workflow-footer
{
    color: #fff !important;
    background: none;
}
.sm-workflow-footer > div
{
    background: #666;
    display: table;
    width: 100%;
    text-align: center;
}
#workflowExecute
{
    background: none;
    box-shadow: none;
    border: 0;
    border-radius: 0;
    padding: 0;
    color: #fff;
}
.sm-workflow-footer button, #workflowExecute:focus
{
    color: #fff;
}
.sm-workflow-footer > div button
{
    width: 100%;
    background: none;
}
.sm-workflow-footer > div > a,
.sm-workflow-footer > div button
{
    padding: 10px;
    margin: 0;
    border: 0;
    box-shadow: none;
}
.sm-workflow-footer > div > a,
.sm-workflow-footer > div > div,
#workflowExecute
{
    display: table-cell;
    min-width: 2%;
}
.sm-workflow-footer > div > a:not(:first-child),
.sm-workflow-footer > div > div:not(:first-child) > button,
#workflowExecute
{
    border-left: 1px solid #aaa !important;
}
.sm-workflow-footer > div > a:active,
.sm-workflow-footer > div button:not([disabled]):active,
#workflowExecute:active
{
    background: #edb548;
}
.sm-workflow-footer > div > a > img,
.sm-workflow-footer > div button > img
{
    margin-bottom: -3px;
    display: inline-block;
}
.sm-activeAction
{
    box-shadow: inset 0 0 5px #fff, 0 0 5px #ccc;
    -moz-box-shadow: inset 0 0 5px #fff, 0 0 5px #ccc;
    -webkit-box-shadow: inset 0 0 5px #fff, 0 0 5px #ccc;
    background: #FFDC9D !important ;
    border: 1px solid #D3C4A8 !important;
    color: #3c2e12 !important;
}
.sm-checkbubble
{
    position: absolute;
    top: 8px;
    right: 10px;
    border-radius: 10px;
    border: 1px solid #ccc;
    width: 12px;
    height: 12px;
}
.sm-activeAction > div.sm-checkbubble
{
    border: 1px solid #CFC8B8;
    right: 9px;
}
.sm-checkbubble img
{
    position: absolute;
    top: -8px;
    right: -5px;
    width: 20px;
}
.sm-massworkflow-navigation table
{
    border-collapse: collapse;
    border-spacing: 0;
}
.sm-massworkflow-navigation table tr > td:first-child:active,
.sm-massworkflow-navigation table tr > td:last-child:active, 
.sm-massworkflow-navigation table > tr > td:first-child:focus,
.sm-massworkflow-navigation table > tr > td:last-child:focus
{
    background: #edb548;
}

input[type=checkbox], 
input[type=radio]
{
    display: none;
}
    input[type=checkbox] + label, 
    input[type=radio] + label
    {
        display: inline-block;
        cursor: pointer;
        position: relative;
        padding-left: 25px;
        padding-bottom: 2px;
        margin-right: 15px;
    }
        input[type=checkbox] + label:before,
        input[type=radio] + label:before
        {
            content: "";
            display: inline-block;
            width: 16px;
            height: 16px;
            margin-right: 10px;
            position: absolute;
            left: 0;
            bottom: 1px;
            background-color: #fff;
            border: 1px solid #bbb;
        }
    input[type=checkbox]:checked + label:before
    {
        content: "\2713";
        font-size: 15px;
        color: #444;
        text-align: center;
        line-height: 15px;
    }
    input[type=radio]:checked + label:before
    {
        content: "\2022";
        color: #444;
        font-size: 22px;
        text-align: center;
        line-height: 14px;
    }
    input[type=radio] + label:before
    {
        border-radius: 8px;
    }


#mobrec .km-switch *
{
    border-radius: 0;
    box-shadow: none;
    text-shadow: none;
}
#mobrec .km-switch-background
{
    background: 4.25em 0 no-repeat #146584;
    background-image: -webkit-linear-gradient(#dbdbdb 0%, #dbdbdb 100%);
}
#mobrec .km-switch-background:after
{
    background: none;
}
#mobrec .km-switch-handle
{
    background: #fafafa;
    border: 1px solid #bdccd1;
    box-shadow: none; 
    margin: -1px 0 0 -1px;
}

.sm-native-form-element-wrapper
{
    position: relative;
    border: 1px solid #bbb;
    background: #fff;
    box-shadow: none;
    overflow: hidden;
}
.sm-native-form-element-wrapper:active
{
    border: 1px solid #edb548;
}
.sm-native-form-element-wrapper div.sm-opener
{
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 25px;
    /*border-left: 1px solid #bbb;*/
    background: url("../img/Gruppierung_16x16_dark.png") no-repeat center center;
    background-color: #fff;
}
    .sm-native-form-element-wrapper .sm-native-form-element
    {
        width: 100%;
        background: transparent;
        border: 0;
        margin: 0;
        padding: 5px;
        color: #444;
        font: 0.9em tahoma,arial,helvetica,sans-serif;
    }