﻿body {
    width: auto;
    padding: 0;
    min-width: 500px;
    background-color: white;
}
.loadingbox {
    position: fixed;
    top: 6px;
    right: 20px;
    padding: 4px 10px;
    color: #EA7800;
    border-radius: 4px;
    font-size: 12px;
    background: url("/css/bimages/liteloader.gif") left center no-repeat;
    padding-left: 26px;
    display: none; z-index: 9999;
}
select {
    border: 1px solid #e7e7eb;
    color: #666;
    padding: 2px;
}
.form-horizontal {
    padding: 0px 30px;
}
.form-group {
    padding-bottom: 10px;
}
.form-group label, .edittable th {
    float: none;
    width: 7em;
    margin-right: 1em;
    padding-left: 1em;
    font-size: 14px;
    color: #222;
    display: table-cell;
    vertical-align: middle;
    font-weight: 400;
}
.form-group label.vertical_top {
    vertical-align: top;
}
.radio-list label {
    padding-left: 0;
}
.form-group div:first-child,.col-xs-9 {
     display: table-cell;
    float: none;
    width: auto;
 }.form-group div.btn-group {
      margin-right: 5px;
      display: inline-block;
}
 .edittable tbody td {
     border-top: none;
 }   

        .edit-buttons {
            text-align: center;
            clear: both;
        }

        a.emuselect {
            padding: 4px;
            border: 1px solid #e7e7eb;
            border-radius: 0px;
            margin: 4px 0;
            display: inline-block;
            color: #000;
        }

            a.emuselect select {
                border: none;
                font-size: 14px;
            }

        input[readonly="readonly"] {
            color: #999;
            /*text-shadow: 1px 1px 1px #fff;*/
        }
        .dialog_bd .title_tab {
            margin-top: -30px;
        }
  