
.um_label_top{
    display: block;
    font-weight: bold; 
}

.um_label_left{
    display: inline;
    font-weight: bold;
    float: left;
    width: 145px;
    margin-right: 5px;   
}

.um_label_right{
    display: inline;
    font-weight: bold;
    float:right;
    width: 145px;
    margin-left: 5px;      
}

.um_label_inline{
    display: inline;
    font-weight: bold;  
}

.um_left_margin{
    margin-left: 150px;
}

.um_half_width{
    float: left;
    width: 50%;
}

.um_inline{
    display: inline;
}

.um_get_button {    
    width: 150px;
    height: 43px;
    background-image: url('../images/button.png');
}

#um_admin_content{
    width: 73%;
    float: left;
}

#um_admin_sidebar{
    width: 25%;
    float: right;
}

#um_fields_container {
    /*padding: 2%;
    border: 2px dotted #fff09f;
    background: #fffef5;    */
}

.um_input {
    width: 200px;
}


input[type='checkbox'].um_input,input[type='radio'].um_input {
    width: auto;
}

.um_segment {
    display: inline-block;
    width: 33%;
    padding-bottom: 20px;
}


.um_field_selecor {
    display: inline-block;
    width: 45%;
    margin: 1% !important;
    /*padding: 2% !important;*/
    text-align: center;
}

.um_add_button {
    cursor: pointer;
}

.um_left {
    float: left;
}

.um_right {
    float: right;
}

.um_clear {
    clear:both;
}

.um_block_title {
    font-weight: bold;
    padding: 10px;
}

.um_required {
    color: red;
}

.um_selected_fields {
    /*background-color: blue;*/
    width: 50%;
    min-height: 300px;
    height:  auto;
}

.um_availabele_fields {
    /*background-color: red;*/
    width: 40%;
    height: 300px;
}

.um_dropme {
    padding: 5px;
    border: 2px dotted #fff09f;
    background: #fffef5;
    overflow: auto;
}

.um_dropme div {
    padding: 10px;
    margin: 10px;
    width: 80%;
    cursor: move;
}


.um_highlight {
    padding: 5px;
    border: 2px dotted #5b6967;
}

.um_block_title {
    margin: 0 auto;
    display: block;
}

.um_description {
    /*margin-top: -20px;*/
    font-family: "Lucida Grande","Lucida Sans Unicode",Tahoma,sans-serif;
    font-size: 12px;
    color: #666;
    font-weight: normal;
    text-align: left;
    font-style: normal;    
}

#um_resetpassword_form {
    border: 1px solid gray;
    padding: 15px 0px 0px 185px;
    background: aliceblue;
    clear: both;
}

#um_resetpassword_form h2 {
    font-size: 25px;
    color: blue;
}

.um_import_div {
    padding-left: 40px;   
    background: url(../images/um_line.png) repeat-y left;
    min-height: 170px;
}