body {
    padding-top: 60px;
    padding-bottom: 40px;
    background-color: #8e8a8a !important;
}

.hide {
    display: none;
}

.form-container {
    padding-top: 20px;
    line-height: 30px;
    color: inherit;
    background-color: #eeeeee;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.body-style {
    background-color: white;
    border-radius: 6px 6px 6px 6px;
    padding: 1px 20px;
}

.body-style-login {
    background-color: white;
    border-radius: 6px 6px 6px 6px;
}

.orange {
    background-color: #dfe0fd;
}

.table-container {
    line-height: 30px;
    color: inherit;
    background-color: #dfe0fd;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.table-container2 {
    line-height: 30px;
    color: inherit;
    background-color: #FFFFFF;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.middle-actions {
    margin-top: 20px;
    margin-bottom: 15px;
}

.middle-actions2 {
    margin-top: 5px;
    margin-bottom: 5px;
}

.bold-text {
    font-weight: bold;
}

.buttons-padding {
    padding: 20px;
}

.center-text {
    text-align: center !important;
}

.right-text {
    text-align: right !important;
}

.righty {
    text-align: right !important;
}

.form-title {
    margin-left: 100px;
    margin-bottom: 15px;
    font-weight: bold;
}

/* validation */
label.error {
    color: red;
}

.select2-wider {
    width: 205px;
}

.btn-padded {
    padding: 10px 10px;
}

.compensation-grouping {
    background: top #5CFFF2 !important;
}

.aurora-main-content {
    border: 1px solid #dddddd;
    background: #dfe0fd url(../img/aurora7.jpg) no-repeat right top;
    color: #dbdad8;
}

.center-object {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.red-text {
    color: red;
}

.grey-text {
    color: #dfe0fd;
}

.clock-text {
    color: #ffffff;
    font-weight: bold;
}

/* menu */
.ui-menu {
    width: 200px;
    position: absolute;
    z-index: 5;
    left: 90px;
    top: 40px;
}


/* tmp */
.small-form-data input[type='text'],
select {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-size: small !important;
    height: 2em !important;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    width: 100%;
}

.tundra .dijitInputField INPUT,
.tundra .dijitTextBox,
.tundra .dijitComboBox,
.tundra .dijitSpinner {
    margin: 0 0.1em;
}

.dijitInputField2 {
    border: 1px solid #CCCCCC;
    font-size: 110%;
}

.dijitInputField3 {
    background-color: rgba(0, 0, 0, 0) !important;
    background-image: none !important;
    border: 0 none !important;
    display: inline;
    margin: 0 !important;
    position: static !important;
    vertical-align: top !important;
    width: 100% !important;
}

.new {
    color: #DF0174;
}

.textares-wider {
    width: 450px;
}

.source,
.target {
    margin: 20px;
    width: 400px;
    border: 1px solid green;
}

.target {
    border: 1px solid blue;
}

.item {
    height: 20px;
    margin: 5px;
    padding: 5px;
    border: 1px solid gray;
    background-color: #cd8;
    position: relative;
}

.item .closer {
    position: absolute;
    right: 5px;
    top: 2px;
    font: bold 14px arial;
    color: #666;
    padding: 1px 3px;
    line-height: 1;
    cursor: pointer;
    display: none;
}

.item .closer:hover {
    color: #000;
}

.empty {
    height: 30px;
    margin: 5px;
    background: #eee;
    border: 1px dashed #999;
}

.empty .item {
    margin: 0;
}

.empty .item .closer {
    display: block;
}

.highlight {
    border: 1px solid red;
    background: #fff;
}

.highlight .item {
    opacity: 0.3;
}

.ui-draggable-dragging {
    z-index: 99;
    opacity: 1 !important;
}

.valing-middle {
    vertical-align: middle;
}


.disable {
    background-color: gray;
    color: gray;
}