.volo-logo{
    height: 28px;
    padding: 5px 0;
    margin-left: -1px;
}
.position{
    display: none !important;
}

login #branding {
    float: none;
    padding: 7px 0px;
}

.login .volo-logo {
    margin: 0 auto;
    display: block;
}

.model-location #id_token {
    width: 200px;
}
.model-location .field-token strong a {
    width: 10em;
    overflow: hidden;
    display: inline-block;
    white-space: nowrap;
    font-family: monospace;
    position: relative;
    top: 3px;
}

.model-location .field-token strong a:after {
    content:"";
    position:absolute;
    top: 0px;
    right:0;
    height: 100%;
    width: 40%;
    background: linear-gradient(90deg, rgba(0,0,0,0), #fff);
}


/* Tighten up layout of inlines. */
.ui-sortable .add-related,
.ui-sortable .change-related {
    display: none;
}

.ui-sortable .has_original .original p:first-child {
    display: none;
}

.inline-group .tabular .ui-sortable .has_original td {
    padding-top: 8px;
}

#container div.inline-group table.ui-sortable tr.form-row.has_original td.drag {
    cursor: move;
}

/* Django File Browser */
.fb_show img {
    margin-top: 5px;
    vertical-align: top !important;
}

.qq-upload-drop-area {
    display: block !important;
    padding: 10px 5px;
    background: rgb(238, 238, 238) none repeat scroll 0% 0%;
    width: 50%;
    margin-bottom: 10px;
    border: 1px dashed rgb(221, 221, 221);
}

.qq-upload-drop-area-active {
    background: #FFFCC9;
    border: 1px dashed #ccc;
}

#container p.preview {
    display: inline !important;
    margin-left: 0px;
}
.preview img {
    height: 50px;
    margin: -15px 0 -12px 7px;
}

.preview img[src=""] {
    display: none;
}

.inline-group .aligned label {
    width: auto !important;
}

.description {
    padding: 15px 0 15px 12px;
}

.import-preview ins {
    text-decoration: none;
}

#content .import-preview tr.new,
#content .import-preview tr.update {
    color: #000;
} 

#content .import-preview tr.new ins {
    text-decoration: none;
    background-color: transparent !important;
}

#content table.import-preview tr.skip {
    background-color: #e0e0e0;
    color: #666;
}    

.import-preview .import-type,
.import-preview thead th:first-of-type {
    display: none;
}

/* Remove if enabling update imports */
#content .import-preview tr.new,
#content .import-preview tr.update,
#content table.import-preview tr.skip {
    background-color: transparent !important;
    color: inherit !important;
} 

.change-form code {
    color: inherit;
    font-size: inherit;
}



#container .field-details ol, 
#container .field-details ol ul {
    margin: 0;
    padding: 0;
}

#container .field-details ol ul li {
    list-style: square;
    margin: 0 0 0 1em;
}

#container .field-details ol>li {
    margin-bottom: .4em !important;
}

#container .field-details code strong {
    color: inherit;
}
