html,
body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 0;
    height: 100%;
}

label {
    font-weight: 300;
}

label.strong {
    font-weight: 500;
}

header {
    height: 60px;
    background-color: #000;
    text-align: center;
}

div.mainrow {
    padding-bottom: 48px;
}

#container {
    min-height: 100%;
    position: relative;
}

header img {
    margin: 0 auto;
    display: block;
}

header div.current-user {
    position: absolute;
    top: 30px;
    right: 10px;
    color: #fff;
}

footer {
    position: absolute;
    bottom: 0;
    background: none repeat scroll 0 0 #26b;
    color: #fff;
    height: 44px;
    text-align: center;
    width: 100%;
    padding-top: 12px;
}

div.login-form {
    display: block;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
    margin-bottom: 20px;
    min-height: 20px;
    padding: 19px;
    margin: 50px auto;
    width: 440px;
}

div.main {
    float: left;
}

div.sidebar {
    background-color: #ececec;
    padding-right: 0px;
}

.nav-sidebar {
    padding-top: 20px;
}

.nav-sidebar li.active {
    background-color: #cecece;
}

div.content {
    padding: 30px;
}

.form-horizontal .control-label {
    text-align: left;
}

table thead tr th {
    background-color: #444444;
    color: #fff;
    border-bottom: 0px;
}

table {
    border-bottom: 1px solid #000;
}

.datetimepicker table thead tr th,
.datepicker table thead tr th {
    background-color: #fff;
    color: #000;
    border-bottom: 0px;
}

div.row {
    width: 99%;
}

div.col-sm-10 {
    width: 83%;
}

span.admin-button-add {
    widht: 200px;
    display: block;
    float: right;
}

div.overlay {
    padding: 10px;
}

.table-striped > tbody > tr.total td {
    font-weight: bold;
    border-top: 3px solid #000;
    border-bottom: 3px solid #000;
}

table.noborder {
    border-bottom: 0px;
}

a.btn-right {
    float: right;
}

div.dataTables_filter,
div.dataTables_paginate {
    text-align: right;
}

div.dataTables_filter input {
    margin-left: 10px;
}

div.dataTables_paginate ul.pagination {
    margin-top: 0px;
}
div.helptxt {
    padding: 9px 14px;
    margin-bottom: 14px;
    background-color: #f7f7f9;
    border: 1px solid #e1e1e8;
    border-radius: 4px;
}

ol.breadcrumb {
    margin-top: 10px;
}

div.sponsorfields > div > input {
    margin-right: 10px;
    margin-bottom: 5px;
}

div.sponsorfields > div > label {
    margin-right: 10px;
}

div.sponsorfields > div > label > input {
    margin-right: 5px;
}

div.itemfields > div > input {
    margin-right: 10px;
    margin-bottom: 5px;
}

div.itemfields > div > label {
    margin-right: 10px;
}

div.itemfields > div > label > input {
    margin-right: 5px;
}

div.itemfields > div > select {
    margin-right: 5px;
}

div.itemfields > div > input[field=select_values] {
    width: 250px;
}

span.update-field-icon {
    margin-left: 8px;
    font-size: 14px;
}

span.download-icon {
    font-size: 20px;
}

div.formitem-canceled {
    color: red;
    font-weight: bold;
}

span.edit-purchase-formitem {
    cursor: pointer;
}

a.ajax_with_confirmation {
    cursor: pointer;
}

table.sortable > tbody > tr > td > span.glyphicon-sort {
    float: right;
}

div.tagsinput {
    width: 150px;
}

div.boothlayout-dropzone {
    width: 400px;
    height: 100px;
    display: block;
    background-color: #eee;
    border: 1px solid black;
    text-align: center;
    padding-top: 30px;
    margin-bottom: 20px;
}

img.boothlayout-preview {
    max-width: 800px;
    max-height: 800px;
}

div.boothlayout-measure {
    border: 2px dashed #f00;
    position: absolute;
    z-index: 1;
    width: 30px;
    height: 30px;
    box-sizing: border-box;
}

div.boothlayout-scale {
    display: inline-block;
}

span.warning {
    color: red;
    font-weight: bold;
}

ul#form-item-image-sortable {
    display: inline-flex;
    list-style-type: none;
    margin: 0px;
    padding: 10px 0px;
}	
	
ul#form-item-image-sortable li {
    margin-left: 10px;
    border: 0px;
}	
