fieldset{margin-bottom:10px;min-width:0;}.uppercase{text-transform:uppercase;}.lowercase{text-transform:lowercase;}.mandatory {font-weight: normal;color: red;margin-left: 5px;font-size: 90%;}
.form-action{margin-top:10px;}.row .col{padding-left:15px;padding-right:15px;}
@media (min-width: 992px) { .col {width: 33.33333333333333%;float:left;} }
@media screen and (max-width: 992px){
    .eform.table > table > thead > tr > th, 
    .eform.table > table > tbody > tr > th, 
    .eform.table > table > tfoot > tr> th, 
    .eform.table > table > thead > tr> td, 
    .eform.table > table > tbody > tr> td, 
    .eform.table > table > tfoot > tr> td {
        white-space: nowrap;
    }
    .eform.table{
        width: 100%;
        margin-bottom:0;
        padding:10px;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
    }
}

.egroup{margin-top:10px;}
.egroup .eform{margin-left:10px;}
.egroup .eform label{font-weight:normal;}

.eform .input-group{
    position: relative;
    display: table;
    border-collapse: separate;
}
.eform .input-group .input-group-addon,
.eform .input-group .input-group-btn{
    border-radius: 0;
    background-color: #f4f4f4;
    min-width:40px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
}  
.eform .input-group .input-group-btn input[type=button],
.eform .input-group .input-group-btn button{
    border:none;
    background:none;
    height:100%;
}
.eform .input-group-addon, 
.eform .input-group-btn, 
.eform .input-group input[type=text]{
    display: table-cell;
}
.eform .input-group input[type=text]{
    padding-left: 5px;
    padding-right: 0;
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}
.eform .input-group-addon,
.eform .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}
.eform .input-group-addon:first-child,
.eform .input-group-btn:first-child{
    border-right:0;
}
.eform .input-group .input-group-addon:last-child,
.eform .input-group .input-group-btn:last-child{
    border-left:0;
}



.eform label{ display:block;font-weight: bold;margin-bottom: 5px }
.eform textarea, .eform input[type="text"]{margin:0;}
.eform input[type=text], 
.eform input[type=password],
.eform select, 
.eform textarea{
    margin: 0;
    padding: 0 3px;
    width:100%;
    line-height:24px;
    height:26px;
    display:block;
    background-color:#fff;
    border:1px solid #ccc;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0);
    -moz-box-shadow:    0px 0px 0px 0px rgba(255, 255, 255, 0);
    box-shadow:         0px 0px 0px 0px rgba(255, 255, 255, 0);
}
.eform input[type=text]:focus,
.eform input[type=password]:focus,
.eform input[type=file]:focus,
.eform select:focus, 
.eform textarea:focus {outline: 0;border-color: #3c8dbc;}
.eform{ position:relative; padding:0; }
.eform.label{ 
    background:none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color:inherit;
    text-shadow:none;
    white-space: normal;
    display:block;
    margin: 20px 0 5px 0;
    padding: 0;
}
.eform.file input[type=file]{border:none;}
.eform.file ul.fuploaded{margin:5px 0;padding:0;list-style: none;}
.eform.file ul.fuploaded li{ margin:0;list-style: none;}
.eform.file ul.fuploaded li.deleted{ display:none; }
.eform.file ul.fuploaded label{display:inline;margin:0 5px 0 0; cursor:pointer;font-weight: bold;text-decoration: underline;}
.eform.file ul.fuploaded label:hover{text-decoration:underline;}
.eform.label h3, .eform.label.ui-sortable-helper{ 
    font-size:13px; 
    padding:0; 
    margin:0;
    line-height: normal; 
    text-align:left; 
    font-weight:bold;
}
.eform.radio, .eform.checkbox{ float:none;padding:0;}
.eform.list ul { list-style:decimal; }
.eform.list ul li{ margin-bottom:3px;}
.eform.list ul li .lr-ctrl{padding-right:50px;position:relative;display: inline-block;width: 100%;}
.eform.list ul li .act-wrapper{width:50px;position:absolute;right:0;top:0} 
.eform.list input[type=button].act,
.eform.table input[type=button].act{ 
    margin: 0 0 0 2px;
    border: 1px solid #5096E4;
    padding: 0px 5px;
    height:26px;
    background: #FFFFFF;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    color: #4A79D2;
}
.eform.list input[type=button].act:focus,
.eform.table input[type=button].act:focus{border-color:#5096E4;border-width:1px;}
.eform.table textarea{width:100%; margin:0;border: none;background:none;height:22px;resize:none;overflow:hidden;line-height:normal;}
.eform.table table{width: 100%;border:1px solid #ddd; border-collapse: collapse;}
.eform.table table td{padding:0 3px; border:1px solid #d1d1d1;}
.eform.table table td .act-wrapper{display: inline-block;width: 50px;padding: 1px 3px;}
.eform.table table thead td{padding:3px 6px;background: #BB863F;color: #fff;font-weight: bold;}
.eform.table table tbody tr:nth-child(odd){background:#fff;}
.eform.table table tbody tr:nth-child(even){background:#FFFDDE;}
.eform .ui-datepicker-trigger{
    display:inline-block;
    background:none;
    border:none;
    cursor:pointer;
}
.eform.date .cdw{position:relative;display:block;}
.eform.date .cdw .ui-datepicker-trigger{  position: absolute;top: 0px;right: 2px;height: 100%;}
.eform input[type=radio], .eform input[type=checkbox]{ float:left;margin:3px 5px 0 5px !important; }
.eform .iradio_minimal,
.eform .icheckbox_minimal{ float:left;margin:0 5px 0 0 !important; }
.eform select{ border: 1px solid #ccc;}
.eform textarea{height: 64px;padding: 2px 3px;}
.eform.captcha .ccw img{margin-bottom:5px;}
.eform.captcha .ccw a{color:#003DFF;font-style: italic;}
.eform .input-group .iradio_minimal,
.eform .input-group .icheckbox_minimal{margin:0 !important;}


