.miniButton {
    background: url(../gfx/mini_button.gif) no-repeat !important;
    width: 20px;
    height: 19px;
    padding-top: 1px;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    cursor: pointer;
}

fieldset.heading {
    border: none;
    border-top: 1px solid #d1d1d1;
    clear: both;
    margin: 0px;
    padding-bottom: 0px;
    padding-top: 0px;

}

fieldset.heading legend *::selection {
    color: #fff;
    background: #4d6895;
}

fieldset.heading legend {
    color: #4d6895;
    margin: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 16px;
    margin-top: 16px;
}

.submit_btn {
    /*-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
    -webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
    box-shadow:inset 0px 1px 0px 0px #ffffff;*/
    /*background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9) );
    background:-moz-linear-gradient( center top, #f9f9f9 5%, #e9e9e9 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9');*/
    background-color: #f9f9fa;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 0px solid #dcdcdc;
    display: inline-block;
    color: #006b2d;
    font-family: arial;
    font-size: 14px;
    font-weight: bold;
    padding: 4px 24px;
    text-decoration: none;
    /*text-shadow:1px 1px 0px #d6d6d6;*/
    height: 24px !important;
    cursor: pointer;

    /*border:2px solid #ace962;*/
    box-shadow: inset 0 -2px 0 0px #ace962;
    transition: box-shadow .15s ease-in-out;
    font-family: 'Open Sans', sans-serif !important;
}

.submit_btn:hover {
    /*background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #e9e9e9), color-stop(1, #f9f9f9) );
    background:-moz-linear-gradient( center top, #e9e9e9 5%, #f9f9f9 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9');*/
    /*background-color: #ace962;*/
    box-shadow: inset 0 -40px 0 -1px #ace962;
    color:#fff !important;
}
.submit_btn:hover i{
    color:#fff !important;
}
.submit_btn:active {
    position: relative;
    top: 1px;
}

.submit_btn_small {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9));
    background: -moz-linear-gradient(center top, #f9f9f9 5%, #e9e9e9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9');
    background-color: #f9f9f9;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #dcdcdc;
    display: inline-block;
    color: #1c4167 !important;
    font-family: arial;
    font-size: 11px;
    font-weight: bold;
    padding: 1px 12px;
    text-decoration: none;
    text-shadow: 1px 1px 0px #ffffff;
    font-style: normal !important;
    font-weight: normal !important;
}

.submit_btn_small:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #e9e9e9), color-stop(1, #f9f9f9));
    background: -moz-linear-gradient(center top, #e9e9e9 5%, #f9f9f9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9');
    background-color: #e9e9e9;
}

.submit_btn_small:active {
    position: relative;
    top: 1px;
}

input.datumsfeld {
    width: 70px !important;
}

input.uhrzeit {
    width: 40px !important;
}


input.zahlenfeld, input.zahlenfeldInt {
    text-align: right !important;
}

.box {
    border: none;
    width: auto;
    margin: -3px 0px;
    padding: 0px;
}

.frm_head_title {
    font: 12px Verdana;
    font-style: italic;
    color: #666;
    margin-bottom: 3px;
}

.frm_head_title a {
    font: 11px Verdana;
    font-style: italic;
    color: #666;
}

.frm_spacer {
    height: 5px;
}

.frm_line {
    background: url(../../../../gfx/line_bg.gif) center repeat-x;
    height: 15px;
}


.frm_input {
    /*padding:6px;
    height:24px;
    font:bold 12px Verdana;
    width:100%;
    border:1px solid #cdcdcd;
    border-bottom:1px solid #888888;
    margin-top:3px !important;*/
}

.frm_input {
    line-height: 46px;
    background: #f9f9fa;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding: 0 8px;
    font-size: 16px;
    color: #444;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease;
    outline: none;
    margin: 0;
    border: none;
    width: 100%;
    font-size: 14px;
    box-shadow: 0px 2px #888;
}

.frm_input:focus, .frm_input:hover {
    box-shadow: 0px 2px #ace962;
    outline: none;
}

.highlight_field{
    box-shadow: 0px 2px orange !important;
}
.highlight_field_background{
    box-shadow: 0px 2px orange !important;
    background-color: lightgoldenrodyellow;
}
.highlight_info{
    color:orange;
}

select.frm_input {
    height: 47px !important;
}

.frm_head_title b {
    font: bold 12px Verdana;
    font-style: italic;
    color: #1c436a;
}


.float_4 {
    float: left;
    width: 160.5px;
    height: 40px;
    margin-right: 15px;
}

.float_3 {
    float: left;
    width: 219px;
    height: 40px;
    margin-right: 15px;
}

.float_1 {
    float: left;
    width: 687px;
    margin-right: 15px;
}

.float_2 {
    float: left;
    width: 453px;
    margin-right: 15px;
}


.tpl_float_4 {
    float: left;
    width: 160.5px;
    height: 40px;
    margin-right: 15px;

    font: 11px Verdana;
    font-style: italic;
    color: #666;
}

.tpl_float_3 {
    /*
    float:left;
    width:180px;
    height:40px;
    margin-right:15px;
    border: 1px solid pink;
    */
    float: left;
    width: 170px;
    margin-right: 15px;

    font: 11px Verdana;
    font-style: italic;
    color: #666;
}

.tpl_float_3 select {
    height: 26px;
}


.tpl_float_1 {
    float: left;
    width: 99%;
    margin-right: 15px;

    font: 11px Verdana;
    font-style: italic;
    color: #666;
}

.tpl_float_2 {
    float: left;
    width: 453px;
    margin-right: 15px;

    font: 11px Verdana;
    font-style: italic;
    color: #666;
}


table.tablesorter thead tr .header {
    background-image: url(../img/bg.gif);
    background-repeat: no-repeat;
    background-position: center right;
    cursor: pointer;
}

table.tablesorter thead tr .headerSortUp {
    background-image: url(../img/asc.gif);
}

table.tablesorter thead tr .headerSortDown {
    background-image: url(../img/desc.gif);
}


.function_menu {
    background-color: #F6F7F9;
    border-bottom: 1px solid #BEC6D3;
    height: 30px;
    width: 745px;
    margin: auto;
    margin-top: 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.function_menu .funct_item {
    float: left;
    margin-left: 10px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    color: #1C436A;
    font-family: verdana;
}

.function_menu .funct_item_right {
    float: right;
    margin-right: 10px;
    height: 30px;
    line-height: 30px;
}

.funct_title {
    padding-top: 5px;
}

.function_menu .funct_item_right select {
    margin-top: 7px;
    float: right;
}


.function_menu .funct_spacer {
    float: left;
    display: block;
    height: 30px;
    background-image: url(../../../../img/menu_space_9.gif);
    background-position: center right;
    background-repeat: no-repeat;
    width: 13px;
}

.copySetWrapper {
    display: none;
    background-color: #F6F7F9;
    border: 1px dotted #FC7411;
    margin: 10px;
    padding: 10px;
}


/** form **/

.cp_frm_head_title {
    font: 11px Verdana;
    font-style: italic;
    color: #666;
}

div.cp_frm_field_br {
    float: none;
    clear: both;
    margin-bottom: 10px;
}

div.cp_frm_field_div_2 {
    float: left;
    width: 342px;
}

div.cp_frm_field_div_2 div.cp_frm_input_field input {
    width: 338px !important;
}

div.cp_frm_field_div_3 {
    float: left;
    width: 195px;
    border: 1px solid olive;
}

div.cp_frm_field_div_3 div.cp_frm_input_field input {
    width: 180px !important;
}

div.cp_frm_field_div_4 {
    float: left;
    width: 171px;
}

div.cp_frm_field_div_4 div.cp_frm_input_field input {
    width: 167px !important;
}

div.cp_frm_field_div_4 div.cp_frm_input_field select {
    width: 130px !important;
}

#kunde_archiv_box {
    display: none;
}
