﻿


/******************************************** 
 * Color's
 ********************************************/

.globalColors {
    background: #1f74ad;
    background: #3498db;
    background: #85c1e9;
    background: #2c3e50;
    background: #2d899f;
    background: #45b1cb;
    background: #8fd0e0;
    background: #b5e0ea;
    background: #d6eaf8;
    background: #144d73;
    background: #338dca;
    background: #7cb2d6;
    background: #42a4bb;
    background: #61c4c7;
    background: #a7ced7;
    background: #55731c;
    background: #77933c;
    background: #90ad54;
    background: #b4c590;
    background: #c3d69b;
    background: #d7e4bd;
    background: #fff6c9;
    background: #ffe699;
    background: #ffd966;
    background: #ffc000;
    background: #bf9000;
    background: #64181f;
    background: #6d3237;
    background: #96242f;
    background: #b82f3d;
    background: #cf7780;
    background: #d89da4;
    background: #f8cdd4;
    background: #f8dde4;
    background: #666;
    background: #777;
    background: #888;
    background: #999;
    background: #aaa;
    background: #b2b2b2;
    background: #eaeaea;
    background: #f2f2f2;
    background: #084389;
    background: #6a8bad;
    background: #c8303f;
    background: #9bbb59;
    background: #ffc000;
    background: #814993;
    background: #ee8716;
    background: #c59500;
    /* Button blue */
    background: #1f74ad; /*reg*/ /* S T A N D A R D  !!!!!!!!!!!!!!!!!!!!!!!!  */
    background: #338dca; /*hover*/
    /*background: #7cb2d6;*/
    background: #1b5881; /*selected*/
    /* Button red */
    background: #96242f; /*reg*/
    background: #b82f3d; /*hover*/
    /*background: #cf7780;*/
    background: #6d3237; /*selected*/
    /* Button green */
    background: #77933c; /*reg*/
    background: #90ad54; /*hover*/
    background: #60703e; /*selected*/
}

.mmm {
    color: #2d89ef;
    color: #00a300;
    color: #a2004f;
    color: #da532c;
    color: #d69c1d;
    color: #9f00a7;
    color: #2b5797;
    color: #1e7145;
    color: #5d0907;
    color: #724012;
    color: #a96d25;
    color: #b91d47;
    color: #2a466e;
    color: #5d6a38;
    color: #7b7579;
    color: #7e3878;
    color: #006694;
    color: #b20084;
    color: #003451;
    color: #894d4f;
    color: #839b2d;
    color: #603cba;
    color: #362825;
    color: #49599a;
    color: #374b31;
    color: #e3a21a;
    color: #0d076d;
}

/* Track */
::-webkit-scrollbar-track {
    background: rgba(199,199,199,0.54);
}
/* Handle */
::-webkit-scrollbar-thumb {
    background: rgba(99,99,99,0.14);
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: rgba(99,99,99,0.14);
}


li {
    list-style: none;
}

/* clears the 'X' from Internet Explorer */
input[type=search]::-ms-clear {
    display: none;
    width: 0;
    height: 0;
}

input[type=search]::-ms-reveal {
    display: none;
    width: 0;
    height: 0;
}

/* clears the 'X' from Chrome */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    display: none;
}



/* Style the tab */
.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
}

.tab button {
    background-color: inherit;
    width: 3.4%;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    /*padding: 24px 16px 14px 16px;*/
    padding: 24px 1px 14px 1px;
    transition: 0.3s;
    border-right: 1px solid #999;
    box-sizing: border-box;
}

.tab button:hover {
    background-color: #ddd;
}

.tab button.active {
    background-color: #ccc;
}
/* Style the tab content */
.tabcontent {
    display: none;
    padding: 0;
    animation: fadeEffect 0.5s;
}

@keyframes fadeEffect {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}


/* Style the tab */
.tabPlan {
    overflow: hidden;
    border: 1px solid #ccc;
    display: flex;
    border-bottom: 2px solid #999;
}

.tabPlan button {
    background-color: #f1f1f1;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 10px 15px 10px 15px;
    border-right: 1px solid #999;
    box-sizing: border-box;
    min-width: 96px;
}

.tabPlan button:hover {
    background-color: #ddd;
}

.tabPlan button.active {
    background-color: #ccc;
}
/* Style the tab content */
.tabPlancontent {
    display: none;
    padding: 0;
    animation: fadeEffect 0.5s;
}



/* Style the tab */
.tabMuellPlan {
    overflow: hidden;
    border: 1px solid #ccc;
    display: flex;
    border-bottom: 2px solid #999;
}

.tabMuellPlan button {
    background-color: #f1f1f1;
    border: none;
    outline: none;
    cursor: pointer;
    /*padding: 10px 10px 10px 10px;*/
    border-right: 1px solid #999;
    box-sizing: border-box;
    min-width: 86px;
    width:100%;
    color:#111;
    font-weight:100;
    height:35px;
 }

.tabMuellPlan button:hover {
    background-color: #ddd;
}

.tabMuellPlan button.active {
    background-color: #338dca;
    color:#fff;
    font-weight:300;
}

.tabMuellPlan button.year {
    color:#999;
    font-weight:300;
    font-size:20px;
    flex-basis: 50em;
    min-width:60px;  
}
.tabMuellPlan button.yearaddsub {
    color:#666;
    font-weight:300;
    font-size:24px;
    flex-basis: 20em;
    min-width:20px;    
}
/* Style the tab content */
.tabMuellPlancontent {
    display: none;
    padding: 0;
    animation: fadeEffect 0.5s;
}



/******************************************** 
 * Static Elements
 ********************************************/

p {
    font-family: 'Open Sans', sans-serif;
    /*margin: 4px 0 4px 0;*/

}





/******************************************** 
 * Button's
 ********************************************/


.button-regular {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    position: relative;
    cursor: pointer;
    height: 24px;
    /*padding: 4px 12px 4px 12px;*/
    padding: 6px 12px 6px 12px;
    background: #1f74ad;
}

.button-regular p i {
    margin-right: 10px;
}

.button-regular.onlyicon p i {
    font-size: 21px;
}

.button-regular p, .button-regular.green p, .button-regular.red p {
    position: relative;
    padding: 0 2px 0 1px;
    margin: 0;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 300;
    text-shadow: 0 0 3px #333;
    overflow: hidden;
}

.blue {
    background: #1f74ad;
}

.button-regular:hover {
    background: #338dca;
}

.button-regular.selected {
    background: #1b5881;
    padding-top: 14px;
    cursor: default;
}

.transp {
    background-color:transparent;
}

.button-regular.transp:hover {
    background-color: #f0f0f0;
}

.button-regular.transp.selected {
    background-color: #e5e5e5;
    padding-top: 14px;
    cursor: default;
}

.darkred {
    background: #a82f3d !important;
}

.button-regular.darkred:hover {
    background: #d84f5d !important;
}

.button-regular.darkred.selected {
    background: #b82f3d !important;
}

.red {
    background: #96242f !important;
}

.button-regular.red:hover {
    background: #b82f3d !important;
}

.button-regular.red.selected {
    background: #6d3237 !important;
}

.green {
    background: #77933c;
}

.button-regular.green:hover {
    background: #90ad54 !important;
}

.button-regular.green.selected {
    background: #60703e !important;
}

.yellow {
    background: #bf9000;
}

.button-regular.yellow:hover {
    background: #d09900 !important;
}

.button-regular.yellow.selected {
    background: #d09900 !important;
}

.orange {
    background: #cc7516;
}

.button-regular.orange:hover {
    background: #e38620 !important;
}

.button-regular.orange.selected {
    background: #e38620 !important;
}

.lila {
    background: #591a6d;
}

.button-regular.lila:hover {
    background: #752c8d !important;
}

.button-regular.lila.selected {
    background: #752c8d !important;
}

.greylight {
    background: #aaa;
    text-shadow: none;
}

.button-regular.greylight:hover {
    background: #888 !important;
    text-shadow: none;
}

.button-regular.greylight.selected {
    background: #777 !important;
    text-shadow: none;
}

.grey {
    background: #666;
}

.button-regular.grey:hover {
    background: #999 !important;
}

.button-regular.grey.selected {
    background: #888 !important;
}

.dblue {
    background: #144d73;
}

.button-regular.dblue:hover {
    background: #338dca !important; 
}

.button-regular.dblue.selected {
    background: #1b5881 !important;
}

.dbluelight {
    background: #347da3;
}

.button-regular.dbluelight:hover {
    background: #53adea !important;
}

.button-regular.dbluelight.selected {
    background: #1b5881 !important;
}

.greenLight {
    background: #77933c;
}

.button-regular.greenLight:hover {
    background: #90ad54 !important;
}

.button-regular.greenLight.selected {
    background: #60703e !important;
}

.redLight {
    background: #96242f !important;
}

.button-regular.redLight:hover {
    background: #b82f3d !important;
}

.button-regular.redLight.selected {
    background: #6d3237 !important;
}

.button-main {
    margin-top: 0;
    margin-right: -8px;
}

.button-main.button-tab_top.selected {
    padding-top: 14px;
}

.button-tab {
    -moz-box-shadow: 0 -3px 3px 0 #333;
    -webkit-box-shadow: 0 -3px 3px 0 #333;
    box-shadow: 0 -3px 3px 0 #333;
}

.button-tab_top {
    -moz-box-shadow: -2px 1px 4px 0 #333;
    -webkit-box-shadow: -2px 1px 4px 0 #333;
    box-shadow: -2px 1px 4px 0 #333;
}

.button-icon {
    padding: 6px 15px 6px 39px;
}

.button-icon i {
    font-size: 21px;
    color: #fff;
    left: 10px;
    margin: 0;
    position: absolute;
    margin-right: 5px;
}

.button-icon img {
    left: 12px;
    margin: 2px;
    background-color: transparent;
    position: absolute;
}

.button-icon.onlyicon {
    padding: 7px 12px 5px 12px;
}

.button-icon.onlyicon img {
    margin-top: -7px;
    left: 0;
    position: relative;
}


.button-sub {
    position: relative;
    cursor: pointer;
    height: 22px;
    padding: 4px 12px 4px 12px;
    background: #666;
    margin-right: 6px;
}
.button-sub:hover {
    background: #999;
}
.button-sub.selected {
    background: #888;
}

.button-sub.blue {
    background: #1f74ad;
}
.button-sub.blue:hover {
    background: #338dca;
}
.button-sub.blue.selected {
    background: #1b5881;
}

.button-sub.red {
    background: #96242f;
}
.button-sub.red:hover {
    background: #b82f3d;
}
.button-sub.red.selected {
    background: #6d3237;
}

.button-sub.orange {
    background: #cc7516;
}
.button-sub.orange:hover {
    background: #e38620;
}
.button-sub.orange.selected {
    background: #e38620;
}

    .button-sub.yellow {
        background: #bf9000;
    }

        .button-sub.yellow:hover {
            background: #d09900;
        }

        .button-sub.yellow.selected {
            background: #d09900;
        }
    .button-sub.dblue {
        background: #144d73;
    }
.button-sub.dblue:hover {
    background: #338dca !important;
}
.button-sub.dblue.selected {
            background: #1b5881 !important;
        }


.ms-Button.red {
    background: #96242f;
    color: #fff;
}

.ms-Button.red:hover {
    background: #b82f3d;
    color: #fff;
}

.ms-Button.red.selected {
    background: #6d3237;
    color: #fff;
}

.ms-Button.red:focus {
    background: #b82f3d;
    color: #fff;
    border: unset;
    outline: unset;
}

.button-sub.green {
    background: #77933c;
}

.button-sub.green:hover {
    background: #90ad54;
}

.button-sub.green.selected {
    background: #60703e;
}

.ms-Button.green {
    background: #77933c;
}

.ms-Button.green:hover {
    background: #90ad54;
}

.ms-Button.green.selected {
    background: #60703e;
}

.ms-Button.green:focus {
    background: #90ad54;
    border: unset;
    outline: unset;
}

.button-sub p {
    position: relative;
    padding: 0;
    margin: 0;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 300;
    text-shadow: 0 0 3px #333;
    overflow: hidden;
}

.button-sub p i {
    font-size: 16px;
}

.button-sub p i.onlyicon {
    font-size: 21px;
}

.button-sub.button-icon {
    padding: 4px 12px 4px 36px;
}

.button-sub img {
    left: 8px;
    top: 5px;
    margin: 0;
    background-color: transparent;
    position: absolute;
    height: 21px;
    /*width:21px;*/
}

.button-sub.onlyicon {
    padding: 4px 9px 4px 9px;
}

.button-sub.onlyicon i {
    padding: 2px 0 2px 2px;
    font-size: 18px;
}

.button-sub.onlyicon img {
    margin: 0;
    margin-top: -4px;
    background-color: transparent;
    position: relative;
    /*height:100%;
        width:100%;*/
}



/******************************************** 
 * Header Box's
 ********************************************/


.box_blue {
    margin: 0;
    position: absolute;
    padding: 5px 20px 5px 20px;
    background: #338dca;
    -moz-box-shadow: 0 0 8px 2px #333;
    -webkit-box-shadow: 0 0 8px 2px #333;
    box-shadow: 0 0 8px 2px #333;
}

.box_blue p {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 28px;
    font-weight: 300;
    text-transform: uppercase;
}

.box_red {
    margin: 0;
    position: absolute;
    padding: 5px 20px 5px 20px;
    background: #6d3237;
    -moz-box-shadow: 0 0 8px 2px #333;
    -webkit-box-shadow: 0 0 8px 2px #333;
    box-shadow: 0 0 8px 2px #333;
}

.box_red p {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 28px;
    font-weight: 300;
}

.box_green {
    margin: 0;
    position: absolute;
    padding: 5px 20px 5px 20px;
    background: #77933c;
    -moz-box-shadow: 0 0 8px 2px #333;
    -webkit-box-shadow: 0 0 8px 2px #333;
    box-shadow: 0 0 8px 2px #333;
}

.box_green p {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 28px;
    font-weight: 300;
}



/******************************************** 
 * Ovverider - Table Datatables.net
 ********************************************/


.dataTables_filter label {
    margin: 0;
    position: relative;
    color: transparent;
    background-color: transparent;
    border: none;
    width: 0;
    height: 0;
}

.dataTables_wrapper .dataTables_filter input {
    margin-left: 0.5em;
    background-color: transparent;
    border: none;
    width: 0;
    height: 0;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-bottom: none;
}



/******************************************** 
 * Input's / TextArea
 ********************************************/

textarea {
    font-family: "Open Sans",sans-serif;
    font-size: 16px;
}

input {
    font-family: "Open Sans",sans-serif;
    font-size: 16px;
}

input[type='checkbox'] {
    min-width: 16px;
    min-height: 14px;
    cursor: pointer;
}

input[type='radiobox'] {
    min-width: 20px;
    min-height: 20px;
    cursor: pointer;
}

.input_submenu {
    color: #334;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 30px;
    padding: 8px 10px 1px 8px;
    margin: 0;
    font-family: "Open Sans",sans-serif;
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    border: 0;
    -moz-box-shadow: 0 0 3px 0 #666;
    -webkit-box-shadow: 0 0 3px 0 #666;
    box-shadow: 0 0 3px 0 #666;
    width: 100%;
    background-color: #fff;
    -moz-transition: .2s;
    -o-transition: .2s;
    -webkit-transition: .2s;
    transition: .2s;
    border-left: 30px solid #666;
}

.input_submenu:hover {
    background-color: #f5f5f5;
    border-left: 35px solid #888;
    padding: 8px 10px 1px 8px;
}

.input_submenu:focus {
    outline: none;
    background-color: #fff;
    border-left: 30px solid #666;
    padding: 8px 10px 1px 8px;
}

.inputlabel_submenu {
    margin-top: 0;
    margin-left: 38px;
    position: absolute;
    font-family: 'Open Sans', sans-serif;
    font-size: 10px;
    color: #999;
    letter-spacing: 1px;
}

.inputimg_submenu {
    left: 5px;
    top: 5px;
    margin: 0;
    background-color: transparent;
    position: absolute;
    height: 20px;
    width: 20px;
}

.input_submenu_blue {
    color: #334;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 30px;
    padding: 8px 5px 6px 8px;
    margin: 0;
    font-family: "Open Sans",sans-serif;
    font-size: 16px;
    line-height: 16px;
    font-weight: 100;
    border: 0;
    -moz-box-shadow: 0 0 5px 0 #666;
    -webkit-box-shadow: 0 0 5px 0 #666;
    box-shadow: 0 0 5px 0 #666;
    width: 100%;
    background-color: #fff;
    -moz-transition: .2s;
    -o-transition: .2s;
    -webkit-transition: .2s;
    transition: .2s;
    border-left: 0 solid #1f74ad;
    border-bottom: 0 solid #1f74ad;
}

.input_submenu_blue:hover {
    background-color: #f5f5f5;
    border-left: 5px solid #1f74ad;
    padding: 8px 5px 6px 8px;
}

.input_submenu_blue:focus {
    outline: none;
    background-color: #fff;
    border-left: 0 solid #1f74ad;
    padding: 8px 5px 6px 8px;
}

.inputlabel_submenu_blue {
    margin-top: 0;
    margin-left: 38px;
    position: absolute;
    font-family: 'Open Sans', sans-serif;
    font-size: 10px;
    color: #999;
    letter-spacing: 1px;
}

.inputimg_submenu_blue {
    left: 5px;
    top: 5px;
    margin: 0;
    background-color: transparent;
    position: absolute;
    height: 20px;
    width: 20px;
}


.input_blue {
    color: #334;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 34px;
    padding: 8px 10px 2px 8px;
    margin: 0;
    font-family: "Open Sans",sans-serif;
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    border: 0;
    -moz-box-shadow: 0 0 5px 0 #666;
    -webkit-box-shadow: 0 0 5px 0 #666;
    box-shadow: 0 0 5px 0 #666;
    width: 100%;
    background-color: #fff;
    -moz-transition: .2s;
    -o-transition: .2s;
    -webkit-transition: .2s;
    transition: .2s;
    border-left: 0 solid #1f74ad;
    border-bottom: 0 solid #1f74ad;
}

.inputlabel_blue {
    margin-top: 0;
    margin-left: 38px;
    position: absolute;
    font-family: 'Open Sans', sans-serif;
    font-size: 10px;
    color: #999;
    letter-spacing: 1px;
}

.inputimg_blue {
    left: 5px;
    top: 5px;
    margin: 0;
    background-color: transparent;
    position: absolute;
    height: 20px;
    width: 20px;
}

.input_blue:hover {
    background-color: #f5f5f5;
    border-left: 5px solid #1f74ad;
    border-bottom: 1px solid #1f74ad;
    padding: 8px 10px 1px 8px;
}

.input_blue:focus {
    outline: none;
    background-color: #fff;
    border-left: 0 solid #1f74ad;
    border-bottom: 2px solid #1f74ad;
    padding: 8px 10px 0 8px;
}

.input_blue.area {
    resize: none;
    color: #334;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
}

.input_in_red {
    padding: 8px 10px 1px 8px;
    color: #96242f;
    border-left: 5px solid #96242f;
    border-bottom: 1px solid #96242f;
    background-color: #e8d3d3;
}

.input_in_red:hover {
    padding: 8px 10px 1px 8px;
    color: #96242f;
    border-left: 5px solid #96242f;
    border-bottom: 1px solid #96242f;
    background-color: #f5e5e5;
}

.input_in_red:focus {
    outline: none;
    padding: 8px 10px 0 8px;
    color: #96242f;
    border-left: 0 solid #96242f;
    border-bottom: 2px solid #96242f;
    background-color: #f5f5f5;
}

.inputlabel {
    margin-top: 0;
    margin-left: 8px;
    position: absolute;
    font-family: 'Open Sans', sans-serif;
    font-size: 10px;
    color: #338dca;
    letter-spacing: 1px;
    line-height: 11px;
}

.inputlabel.required {
    font-weight: 400;
}

.inputlabel.required:after {
    content: '*';
}

.inputerror {
    top: -13px;
    right: 2px;
    color: #96242f;
    font-size: 11px;
    position: absolute;
    display: none;
}




/******************************************** 
 * List / Results
 ********************************************/

.resultContainer {
    display: flex;
    position: absolute;
}

.resultContainer .resultField {
    float: left;
    width: 98%;
    margin: 0 1% 0 1%;
    border-bottom: 1px solid #666;
}

.resultField .resultlabel {
    width: 47%;
    padding: 4px 1% 0 1%;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 300;
    color: #666;
    letter-spacing: 1px;
    float: left;
    margin: 0;
}

.resultField .resultItem {
    float: left;
    width: 47%;
    padding: 0 1% 0 1%;
    top: 0;
    text-align: right;
    font-family: "Open Sans", sans-serif;
    font-size: 20px;
    font-weight: 300;
    color: #333;
    letter-spacing: 1px;
    margin: 0;
}


.resultContainerNew {
    display: block;
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0;
    border-bottom: 1px solid #666;
    background-color: transparent;
}

.resultContainerNew .resultlabelNew {
    padding: 5px 0 0 0;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    font-weight: 300;
    /*color: #666;*/
    color: #1f74ad;
    letter-spacing: 0;
    left: 0;
    margin: 0;
    overflow: hidden;
    background-color: transparent;
}

.resultContainerNew .resultItemNew {
    right: 0;
    padding: 0 1% 0 1%;
    top: 0;
    text-align: right;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #333;
    letter-spacing: 0;
    margin: 0;
    overflow: hidden;
    background-color: transparent;
    position: absolute;
}



/******************************************** 
 * Dropdown Select/Options
 ********************************************/

/*Select/options Element wird hierdurch nicht mit einem blauen hintergund belegt*/
select:focus::-ms-value {
    background-color: transparent;
    color: #000;
}

selectTransparent:focus::-ms-value {
    background-color: transparent;
}





















/******************************************** 
 * Radiobutton
 ********************************************/

.radio input {
    display: none;
    color: #fff;
}

    .radio input:checked + label .box {
        background: #718a3c;
    }

.radio input:checked + label .box i {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    -webkit-transition-duration: 150ms;
    -moz-transition-duration: 150ms;
    -o-transition-duration: 150ms;
    transition-duration: 150ms;
    opacity: 1;
}

.radio label {
    min-width: 29px;
    display: -webkit-box;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    min-height: 29px;
    cursor: pointer;
    color: #fff;
}

.radio label .box {
    background: #666;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    position: relative;
    width: 29px;
    height: 29px;
    -webkit-transition: background 150ms ease;
    -moz-transition: background 150ms ease;
    -o-transition: background 150ms ease;
    transition: background 150ms ease;
    color: #fff;
}

.radio label .box:hover {
    background: #999;
}

.radio label .box i {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 20px;
    display: inline-block;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform: translate(-50%, -50%) scale(6);
    -moz-transform: translate(-50%, -50%) scale(6);
    -ms-transform: translate(-50%, -50%) scale(6);
    -o-transform: translate(-50%, -50%) scale(6);
    transform: translate(-50%, -50%) scale(6);
}



/******************************************** 
 * Checkbox
 ********************************************/

.check input {
    display: none;
    color: #fff;
}

.check input:checked + label .box {
    background: #718a3c;
}

.check input:checked + label .box i {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    -webkit-transition-duration: 150ms;
    -moz-transition-duration: 150ms;
    -o-transition-duration: 150ms;
    transition-duration: 150ms;
    opacity: 1;
}

.check label {
    min-width: 29px;
    display: -webkit-box;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    min-height: 29px;
    cursor: pointer;
    color: #fff;
}

.check label .box {
    background: #666;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    position: relative;
    width: 29px;
    height: 29px;
    -webkit-transition: background 150ms ease;
    -moz-transition: background 150ms ease;
    -o-transition: background 150ms ease;
    transition: background 150ms ease;
    color: #fff;
}

.check label .box:hover {
    background: #999;
}

.check label .box i {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 20px;
    display: inline-block;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform: translate(-50%, -50%) scale(6);
    -moz-transform: translate(-50%, -50%) scale(6);
    -ms-transform: translate(-50%, -50%) scale(6);
    -o-transform: translate(-50%, -50%) scale(6);
    transform: translate(-50%, -50%) scale(6);
}


.personicon_MAB {
    width: 40px;
    height: 40px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    background-color: #fff;
    overflow: hidden;
}

.personicon_MAB div {
    width: 40px;
    height: 40px;
    background-color: #fff;
    background-image: url(../images/default/emptyperson2_40.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.personicon_MAB_min {
    width: 40px;
    height: 40px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    background-color: #fff;
    overflow: hidden;
}

.personicon_MAB_min div {
    width: 40px;
    height: 40px;
    background-color: #fff;
    background-image: url(../images/default/emptyperson2_40.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}



.dashCardContainer {
    width: 100%;
    min-height: 200px;
    height: auto;
    margin-top: 10px;
}

.dashCardContainerLeft {
    width: 75%;
    height: auto;
    float: left;
    box-sizing: border-box;
    padding: 10px;
}

.dashCardContainerRight {
    width: 25%;
    height: auto;
    float: left;
    box-sizing: border-box;
    padding: 10px;
}

.dashCardMainContent {
    width: 100%;
    background-color: #fff;
    margin-bottom: 17px;
    box-sizing: border-box;
}

.dashCardHeaderItem {
    background-color: #1f74ad;
    width: 100%;
    height: 36px;
    padding: 5px;
    box-sizing: border-box;
    border: 1px solid #1f74ad;
}

.dashCardHeaderBar {
    background-color: #eee;
    width: 100%;
    height: 42px;
    padding: 5px;
    box-sizing: border-box;
    border-left: 1px solid #1f74ad;
    border-right: 1px solid #1f74ad;
}

.dashCardContent {
    background-color: #fff;
    width: 100%;
    height: auto;
    padding: 5px 5px 2px 5px;
    box-sizing: border-box;
    border: 1px solid #1f74ad;
}

.dashCardContentItem {
    width: 100%;
    height: 30px;
    box-sizing: border-box;
}

.dashCardContentItemEffect {
    /*    width: 100%;
    height: 30px;
    box-sizing: border-box;*/
    /* -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;*/
}

.dashCardContentItemEffect:hover {
    cursor: pointer;
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
    -ms-transform: scale(1.02);
    -o-transform: scale(1.02);
    transform: scale(1.02);
    box-shadow: 0 5px 15px rgba(0,0,0,0.4), 0 0 6px rgba(0,0,0,0.23);
}
/******************************************** 
 * PersonCard
 ********************************************/

.circle {
    display: inline-block;
    background-color: #999;
    /*margin: 10px;*/
    border-radius: 50%;
}

.circle-inner {
    color: white;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    height: 48px;
    width: 48px;
    font-size: 1.2vW;
}

.customerCard {
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.9);
    /*overflow: hidden;*/
    /*cursor: pointer;*/
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-transform: scale(.99);
    -moz-transform: scale(.99);
    -ms-transform: scale(.99);
    -o-transform: scale(.99);
    transform: scale(.99);
}

.selectedPersonCard {
    box-shadow: 0 5px 15px rgba(0,0,0,0.4), 0 0 6px rgba(0,0,0,0.23) !important;
    /*margin-top: 80px !important;*/
    /*margin-bottom: 50px !important;*/
    /*background-color: blue !important;*/
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.customerCard:hover {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    box-shadow: 0 5px 15px rgba(0,0,0,0.4), 0 0 6px rgba(0,0,0,0.23);
}

.customerCardHover {
    box-shadow: 0 5px 15px rgba(0,0,0,0.4), 0 0 6px rgba(0,0,0,0.23);
}
/******************************************** 
 * InfoCard
 ********************************************/
.customerInfoCard {
}

.customerInfoCard:hover {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    box-shadow: 0 5px 15px rgba(0,0,0,0.4), 0 0 6px rgba(0,0,0,0.23);
    cursor: pointer;
}

.customerInfoCardInObjekt {
    background-color: #ffffff70;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
}

    .customerInfoCardInObjekt:hover {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        box-shadow: 0 5px 15px rgba(0,0,0,0.4), 0 0 6px rgba(0,0,0,0.23);
        cursor: pointer;
        background-color: #ffffffff;
    }


.customerInfoCardInfoIcon {
    font-size: 26px;
    color: #1f74ad;
    margin-left: 10px;
}

.customerInfoCardInfoIcon:hover {
    cursor: pointer;
}



/******************************************** 
 * PersonCard
 ********************************************/

.rechnungAllBillCard {
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.9);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-transform: scale(.99);
    -moz-transform: scale(.99);
    -ms-transform: scale(.99);
    -o-transform: scale(.99);
    transform: scale(.99);
}
/*
.selectedrechnungAllBillCard {
    box-shadow: 0 5px 15px rgba(0,0,0,0.4), 0 0 6px rgba(0,0,0,0.23) !important;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.rechnungAllBillCard:hover {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    box-shadow: 0 5px 15px rgba(0,0,0,0.4), 0 0 6px rgba(0,0,0,0.23);
}*/

/******************************************** 
 * InfoCard
 ********************************************/
.rechnungAllBillInfoCard {
}

.rechnungAllBillInfoCard:hover {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    box-shadow: 0 5px 15px rgba(0,0,0,0.4), 0 0 6px rgba(0,0,0,0.23);
    cursor: pointer;
}

.rechnungAllBillInfoCardInfoIcon {
    font-size: 26px;
    color: #1f74ad;
    margin-left: 10px;
}

.rechnungAllBillInfoCardInfoIcon:hover {
    /*-webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        box-shadow: 0 5px 15px rgba(0,0,0,0.4), 0 0 6px rgba(0,0,0,0.23);*/
    cursor: pointer;
}






/******************************************** 
 * Ticket
 ********************************************/
.ticketBtn {
    margin-right: 20px;
/*    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -webkit-transition: 0.2s;
    transition: 0.2s;*/
}
.selectedTicketBtn {
    margin-right: 25px;
    zoom: 1.25;
    margin-top: -6px;
}




/******************************************** 
 * GEO RECHNUNG
 ********************************************/
.geoRechnungItem {
    -moz-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
}

.geoRechnungItemHover {
    /*-webkit-transform: scale(1.01);
    -moz-transform: scale(1.01);
    -ms-transform: scale(1.01);
    -o-transform: scale(1.01);
    transform: scale(1.01);*/
    /*-moz-transition: .2s;
    -o-transition: .2s;
    -webkit-transition: .2s;
    transition: .2s;*/
    /*box-shadow: 0 5px 15px rgba(255,0,0,0.4), 0 0 6px rgba(255,0,0,0.23);*/
}

.geoRechnungItemNotHover {
    opacity: 0.2;
}



/******************************************** 
 * Zoom 
 ********************************************/
.zoom082 {
    -webkit-transform: scale(.82);
    -moz-transform: scale(.82);
    -ms-transform: scale(.82);
    transform: scale(.82);
}

.zoom070 {
    -webkit-transform: scale(.7);
    -moz-transform: scale(.7);
    -ms-transform: scale(.7);
    transform: scale(.7);
}

.zoom100 {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}




/******************************************** 
 * Tooltip
 ********************************************/

.tooltip {
    position: relative;
    display: inline-block;
    /*border-bottom: 1px dotted black;*/
}

.tooltip .tooltiptext {
    visibility: hidden;
    min-width: 120px;
    font-size: 16px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 80%;
    left: 50%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.tooltipTable {
    position: relative;
    /*display: inline-block;*/
    /*border-bottom: 1px dotted black;*/
}

.tooltipTable .tooltiptext {
    visibility: hidden;
    min-width: 120px;
    font-size: 18px;
    background-color: #96242f;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 12px 7px;
    position: absolute;
    z-index: 999999999;
    bottom: 2%;
    left: 50%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 0.3s;
}

.tooltipTable .tooltiptext::after {
    content: "";
    position: absolute;
    top: 22%;
    right: -15px;
    margin-left: 0px;
    border-width: 16px;
    border-style: solid;
    border-color: #96242f transparent transparent transparent;
}

.tooltipTable:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.tooltipTable .tooltiptextwarn {
    visibility: hidden;
    min-width: 120px;
    font-size: 18px;
    background-color: #d39700;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 12px 7px;
    position: absolute;
    z-index: 999999999;
    bottom: 2%;
    left: 50%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 0.3s;
}

.tooltipTable .tooltiptextwarn::after {
    content: "";
    position: absolute;
    top: 22%;
    right: -15px;
    margin-left: 0px;
    border-width: 16px;
    border-style: solid;
    border-color: #d39700 transparent transparent transparent;
}

.tooltipTable:hover .tooltiptextwarn {
    visibility: visible;
    opacity: 1;
}

.tabi {
    background-color: rgba(189, 226, 163, 0.50) !important;
}
.tabi.even {
    background-color: rgba(189, 226, 163, 0.80) !important;
}

    .tabi:hover {
        background-color: rgba(189, 226, 163, 0.30) !important;
    }

.tabi_fortlaufend {
    background-color: rgba(153, 51, 51, 0.20) !important;
}
.tabi_fortlaufend.even {
    background-color: rgba(153, 51, 51, 0.30) !important;
}

    .tabi_fortlaufend:hover {
        background-color: rgba(153, 51, 51, 0.10) !important;
    }

.tabi_einmal {
    background-color: rgba(255, 204, 0, 0.15) !important;
}
.tabi_einmal.even {
    background-color: rgba(255, 204, 0, 0.25) !important;
}

    .tabi_einmal:hover {
        background-color: rgba(255, 204, 0, 0.05) !important;
    }

.blinktabired {
    animation: blinkingTextRed 1.25s steps(5, start) infinite;
    -webkit-animation: blinkingTextRed 1.25s steps(5, start) infinite;
}

@keyframes blinkingTextRed {
    0% {
        opacity: 1;
    }
    25% {
        opacity: .5;
    }
    50% {
        opacity: .2;
    }
    75% {
        opacity: .5;
    }
    100% {
        opacity: 1;
    }
}
@-webkit-keyframes blinkingTextRed {
    0% {
        opacity: 1;
    }

    25% {
        opacity: .5;
    }

    50% {
        opacity: .2;
    }

    75% {
        opacity: .5;
    }

    100% {
        opacity: 1;
    }
}

.blinktabi {
    animation: blinkingText 1.0s infinite;
}

@keyframes blinkingText {
    0% {
        color: rgba(255, 225, 0, 0.10);
    }

    50% {
        color: rgba(255, 215, 0, 0.90)
    }

    100% {
        color: rgba(255, 225, 0, 0.10);
    }
}


.blinktabiBG {
    animation: blinkingBG 1.0s infinite;
}

@keyframes blinkingBG {
    0% {
        background-color: rgba(255, 0, 0, 0.10);
    }

    50% {
        background-color: rgba(255, 0, 0, 1)
    }

    100% {
        background-color: rgba(255, 0, 0, 0.10);
    }
}

/******************************************** 
 * ImageLink
 ********************************************/

.imageLink {
    /*box-shadow: 0 2px 2px rgba(0, 0, 0, 0.9);*/
    /*overflow: hidden;*/
    cursor: pointer;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-transform: scale(.95);
    -moz-transform: scale(.95);
    -ms-transform: scale(.95);
    -o-transform: scale(.95);
    transform: scale(.95);
}

.imageLink:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    /*box-shadow: 0 5px 15px rgba(0,0,0,0.4), 0 0 6px rgba(0,0,0,0.23);*/
}



.field_editorposition_muellicon_switch {
    opacity: 1;
}
.field_editorposition_muellicon_switch:hover
{
    opacity: 0.7;
}





.sigPad {
    margin: 0;
    padding: 0;
    width: 200px;
}

    .sigPad label {
        display: block;
        margin: 0 0 0.515em;
        padding: 0;
        color: #000;
    }

        .sigPad label.error {
            color: #f33;
        }

    .sigPad input {
        margin: 0;
        padding: 0.2em 0;
        width: 198px;
        font-size: 1em;
    }

        .sigPad input.error {
            border-color: #f33;
        }

    .sigPad button {
        margin: 1em 0 0 0;
        padding: 0.6em 0.6em 0.7em;
        background-color: #ccc;
        border: 0;
        cursor: pointer;
        color: #555;
        font: bold 1em/1.375 sans-serif;
        text-align: left;
    }

        .sigPad button:hover {
            background-color: #333;
            color: #fff;
        }

.sig {
    display: none;
}


.sigWrapper {
    clear: both;
    height: 55px;
}

.pad {
    position: relative;
}

.current .pad {
    cursor: url("pen.cur"), crosshair;
    -ms-touch-action: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.typed {
    height: 55px;
    margin: 0;
    padding: 0 5px;
    position: absolute;
    z-index: 90;
    cursor: default;
    color: #145394;
}

.typeItDesc,
.drawItDesc {
    display: none;
    margin: 0.75em 0 0.515em;
    padding: 0.515em 0 0;
    border-top: 3px solid #ccc;
    color: #000;
}

p.error {
    display: block;
    margin: 0.5em 0;
    padding: 0.4em;
    background-color: #f33;
    color: #fff;
    font-weight: bold;
}
