

.sectiontableheader {
    background: none repeat scroll 0 0 #333333;
    color: #ffffff;
    font-weight: bold;
    padding: 5px;
}
tr.sectiontableentry1 td {
    background: none repeat scroll 0 0 #ffffff;
    border-bottom: 1px solid #dddddd;
    padding: 5px;
}
tr.sectiontableentry2 td {
    background: none repeat scroll 0 0 #f8f0e0;
    border-bottom: 1px solid #dddddd;
    padding: 5px;
}
tr.sectiontableentry1:hover td, tr.sectiontableentry2:hover td {
    background: none repeat scroll 0 0 #e1dfd4;
}

.alert-notice {
color: #31708f;
background-color: #d9edf7;
border-color: #bce8f1;
}

.alert-message {
color: #8a6d3b;
background-color: #fcf8e3;
border-color: #faebcc;
}

.alert-danger {
color: #a94442;
background-color: #f2dede;
border-color: #ebccd1;
}

/* COLOR */

.grey, .gray {
  color: #676a6c;
}
.white {
  color: #ffffff;
}
.navy, .green {
  color: #1ab394;
}
.blue {
  color: #1c84c6;
}
.lazur {
  color: #23c6c8;
}
.yellow {
	color: #f8ac59;
 }
.red {
  color: #ed5565;
  }
.black {
  color: #262626;
}

.bigger-130 {
	font-size: 130%;
}

.bigger-160 {
	font-size: 160%;
}

.bigger-200 {
	font-size: 200%;
}

.unsichtbar {
	color: transparent;
}

#member-profile .control-label {
	text-align: left;
}


#dmfum .dm_field .group_checkbox {
    width: 20px;
    margin: 5px;
    float: left;
}

#dmfum .dm_field .group_name {
    margin: 5px;
    width: 200px;
    float: left;
}


#dmfum_cont .user:hover {
    cursor: pointer;
    background-color: #f5f5f5;
}

#dmfum_cont .title_user, .title_email {
    display: inline-block;
    float: left;
    margin-left: 5px;
    width: 50%;
    font-weight:bold;
    white-space: pre-wrap; /* css-3 */
    white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
    white-space : normal;
}

#dmfum_cont .title_user {
    width: 30%;
}

#dmfum_cont .title_id {
    display: inline-block;
    float: right;
    margin-right: 5px;
    width: 8%;
    font-weight:bold;
}
#dmfum_cont .userinfo {
    display: none;
    width: 100%;
}
#dmfum_cont .userinfo .content {
    margin: 0 auto;
    border: 1px solid #E5E4E2;
    border-radius: 4px;
}

#dmfum_cont .userinfo .content .buttons {
    width: 100%;
    overflow: hidden;
}

#dmfum_cont .userinfo .content .buttons input {
    width: 50%;
    float: left;
    height: 30px;
}

#dmfum .dm_fields, .dm_groups {
    float: left;
}

#dmfum .dm_groups {
    border-left: 1px solid #E5E4E2;
    width: 292px;
    max-height: 150px;
    overflow-y: auto;
}
#dmfum .dm_fields .dm_field {
    overflow: hidden;
    width: 100%;
    border-bottom: 1px solid #E5E4E2;
}

#dmfum .dm_fields select {
    margin: 3px;
    width: 50px;
    padding: 0;
}

#dmfum .dm_fields .dm_label {
    width: 100px;
    height: 100%;
    padding: 5px 0 0 5px;
    display: block;
    float: left;
}

#dmfum .dm_fields input[type=text], .dm_fields input[type=password] {
    padding: 0;
    margin: 0;
    width: 293px;
    height: 30px;
    float: left;
    display: block;
    border: none;
    box-shadow: none;
    background: transparent;
  }

#dmfum .dm_fields .dm_label {
    font-weight:bold;
}



#dmfum .dmnotfilled {
    /*border: 1px solid #FF0000 !important;*/
    background-color: #FFCFCF !important;
}

#dmfum #button_new {
    float: right;
}

/* Warning Box Style */
#dmfum .box-warning {
    padding: 10px;
    display: block;
    list-style-type: disc ;
    padding-left: 40px ;
    margin: 15px 0;
    background: #fff0eb url(error.png) 0 0 no-repeat;
    border-top:1px solid #ffd7cd;
    border-bottom:1px solid #ffd7cd;
}
#dmfum .box-warning:empty {
    display: none;
}

#dmfum .box-warning ul {
    display: block !important;
    list-style-type: disc !important;
    padding: 0 0 0 30px !important;
    margin: 0 !important;
}
/* End Warning Box Style */

#dmfum .dm_btn {
    margin: 5px;
    float: left;
    display: inline-block;
    *display: inline;
    padding: 4px 12px;
    margin-bottom: 0;
    *margin-left: .3em;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
    cursor: pointer;
    background-color: #f5f5f5;
    *background-color: #e6e6e6;
    background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
    background-repeat: repeat-x;
    border: 1px solid #cccccc;
    *border: 0;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-bottom-color: #b3b3b3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    *zoom: 1;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

#dmfum .dm_btn:hover {
    color: #333333;
    background-color: #e6e6e6 ;
    *background-color: #d9d9d9;
    background-image: none;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    text-decoration: none;
    background-position: 0 -15px;
    -webkit-transition: background-position 0.1s linear;
    -moz-transition: background-position 0.1s linear;
    -o-transition: background-position 0.1s linear;
    transition: background-position 0.1s linear;
}

#dmfum .dm_btn-success {
    opacity: 1;
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #5bb75b;
    *background-color: #51a351;
    background-image: -moz-linear-gradient(top, #62c462, #51a351);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
    background-image: -webkit-linear-gradient(top, #62c462, #51a351);
    background-image: -o-linear-gradient(top, #62c462, #51a351);
    background-image: linear-gradient(to bottom, #62c462, #51a351);
    background-repeat: repeat-x;
    border-color: #51a351 #51a351 #387038;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

#dmfum .dm_btn-success:hover {
    color: #ffffff ;
    background-color: #51a351;
    *background-color: #499249;
}

#dmfum .dm_btn-content {
    width: 47%;
    margin: 5px;
}

#dmfum .dm_btn-add {
    margin: 0;
    line-height: 10px;
    height: 30px;
    width: 100%;
}

#dmfum .dm_btn-search {
    width: 25px;
    padding: 4px;
    margin: 0 0 0 5px;
    line-height: 10px;
    text-align: center;
    font-family: entypo;
    font-size: 30px;
}

#dmfum .dm_btn-disabled, .dm_btn-disabled:hover {
    opacity: 0.5;
    cursor: auto;
    background-image: linear-gradient(to bottom, #62c462, #51a351) !important;
    background-repeat: repeat-x !important;
    border-color: #51a351 #51a351 #387038 !important;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25) !important;
}

#dmfum .perc_96 {

    width: 96%;
}