/* hack! fix vertical scrolling */
#aui-wrapper {
    /*overflow: auto;*/
}
.aui-theme-dark .aui-button-highlighted {
    background-color: #81A4C7;
    color: #000;
    border-color: #000;
}
.aui-button-highlighted, .aui-button-highlighted:hover {
    background-color: #3ebbfa;
    background-color: #58B8F9;
    color: #fff;
    border-color: #fff;
}

#aui-organisation {
    font-weight: normal;
    font-size: 16px; /* peter changed this from 18px 20150505 */
    line-height: 16px; /* FIXME: this needs to align with the logo */
}

.aui-dropdown-submenu-container .section-nav-item:after {
    content: "";
    margin-right: 16px;
}

.section-nav-item.active:after {
    content: "\f00c";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    margin-left: 4px;
    margin-right: 0;
}

.fieldrow.field-details-override {
    margin-bottom: 40px;
    margin-top: 4px;
}


@media (min-width: 1080px) {
    .page-artwork-edit #aui-top-nav {
        display: none;
    }
}

@media (max-width: 1080px) {
    .page-artwork-edit .aui-header-main-section-right {
        display: none;
    }
}

.aui-header-main-section-right {
    text-align: right;
}

.aui-header-main-section-right img {
    height: 50px;
}

/* TODO: add version for dark theme */
.aui-nav-item.active {
    color: #000;
}

.link-color, .blue {
    color: #2ca6f8;
}

body.show-todo .todo {
    /* send ?todo=1 to the page to see these... */
    background-color: #fee;
}



input.f,
div.f,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.items,
/*.selectize-control,*/
.f-rte:hover {
    min-height: 24px;
    line-height: 1.4;
    border: 1px solid #dbdbdb; /* darkened by P 20150422 from #e1e1e1 */
    border-bottom: 1px solid #ececec; /* darkened by P 20150422 from #f1f1f1 */
    border-right: 1px solid #ececec;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
}

/*.items:after {
    content: "+";
    background: #FFFFFF;
    padding: 1px 4px;
    display: inline-block;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 22px;
    line-height: 1;
    color: #2ca6f8;
    border-radius: 5px;
    vertical-align: top;
    width: 154px;
    max-width: 148px;
    margin-left: -14px;
    position: relative;
}

.selectize-control [type="text"] {
    max-width: 1px;
    transition: max-width 0.3s ease-in;
}*/

/*.selectize-control > .focus input[type="text"] {
    background: #f3f3f3 !important;
    border: 1px solid #dbdbdb !important;
    border-bottom: 1px solid #ececec !important;
    border-right: 1px solid #ececec !important;
    max-width: 200px;
}*/
/*.selectize-control > .focus:after {
    display: none;
    max-width: 20px;
}

.items.has-items:after {
    margin-left: 0;
}*/

/* note - don't include input.f here - we want to exclude checkboxes, etc. */
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.selectize-input.focus,
/*.selectize-control > .focus,*/
.uneditable-input:focus,
.f-rte:focus,
input.f-multi-field-select,
textarea.f-multi-field-select {

    border: 1px solid #e1e1e1; /* #f2f2f2 #fafafa */
    border-bottom: 1px solid #f1f1f1;
    border-right: 1px solid #f1f1f1;

    /* you do NOT want these rules to apply to selects on webkit! */
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border-color: rgba(82, 168, 236, 0.8);
    outline: 0;
    outline: thin dotted \9;
    /* IE6-9 */

    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}

.aui-theme-dark input.f,
.aui-theme-dark div.f,
.aui-theme-dark textarea,
.aui-theme-dark input[type="text"],
.aui-theme-dark input[type="password"],
.aui-theme-dark input[type="datetime"],
.aui-theme-dark input[type="datetime-local"],
.aui-theme-dark input[type="date"],
.aui-theme-dark input[type="month"],
.aui-theme-dark input[type="time"],
.aui-theme-dark input[type="week"],
.aui-theme-dark input[type="number"],
.aui-theme-dark input[type="email"],
.aui-theme-dark input[type="url"],
.aui-theme-dark input[type="search"],
.aui-theme-dark input[type="tel"],
.aui-theme-dark input[type="color"],
.aui-theme-dark .f-rte:hover {
    border-color: #000;
}

.aui-theme-grey input.f,
.aui-theme-grey div.f,
.aui-theme-grey textarea,
.aui-theme-grey input[type="text"],
.aui-theme-grey input[type="password"],
.aui-theme-grey input[type="datetime"],
.aui-theme-grey input[type="datetime-local"],
.aui-theme-grey input[type="date"],
.aui-theme-grey input[type="month"],
.aui-theme-grey input[type="time"],
.aui-theme-grey input[type="week"],
.aui-theme-grey input[type="number"],
.aui-theme-grey input[type="email"],
.aui-theme-grey input[type="url"],
.aui-theme-grey input[type="search"],
.aui-theme-grey input[type="tel"],
.aui-theme-grey input[type="color"],
.aui-theme-grey .f-rte:hover {
    border-color: #e7e7e7;
}

.aui-theme-grey .f-info-button-icon {
    background: #fff;
}

.items > input, .items > input:focus {
    border: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    outline: none;
}

textarea.f {
    min-height: 50px;
}

.bbox, .f, select {
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}

div.f, .f-rte { /* popline rich text fields... */
    /* edits by peter 20150422 - rich text fields should look like a regular text-area */
    padding: 0px 4px;
    min-height: 48px !important;
    line-height: 1.4;
    /*border: 1px solid transparent;*/
}

.f-rte {
    padding-right: 20px;
}

.aui-theme-dark .f-rte {
    background: #111;
}

.f-rte-container {
    position: relative;
    margin-bottom: 0.4em;
}

.f-rte-icon {
    position: absolute;
    top: 3px;
    right: 4px;
    color: #bbb;
}

.fbelow {
    margin-top: 0.4em;
}

.fieldrow {
    clear: both;
    margin: 0.7em 0;
}

/* clearfix */
.fieldrow:after {
  content: "";
  display: table;
  clear: both;
}

.flabel {
    /*float: left;*/
    padding-right: 8px;
    display: inline-block;
    /*min-width: 90px;*/
    color: #0B5C93; /*#2ca6f8 #3E6797 #78A4D7 #2ca6f8; */
    font-style: italic;
    font-weight: normal;
    font-weight: 200;
}

.aui-theme-dark .flabel {
    color: #ACB3BA;
}

.field-type-valuelist th {
    font-weight: normal;
    color: #888;
}

/*.field-type-valuelist td:first-child {
    width: 100%;
}

.field-type-valuelist td:last-child {
    width: 1%;
}*/

.field-type-valuelist .vlr > td {
    padding-top: 4px;
}

.f-bool {
    display: inline-block;
}

.field-type-bool .f-bool, input[type="radio"].f-radio {
    position: absolute;
}

.aui-font-size-15 .field-type-bool .f-bool {
    margin-top: 5px;
}

.field-type-bool .f-bool + *, .field-type-bool .f-bool + .flabel, .field-type-radio .f-radio-label {
    margin-left: 16px;
}

.field {
    float: left;
}

.left {
    float: left;
}

.f-btn, .f-btn:focus, .f-btn:active, .f-link {
    color: #2ca6f8;
    color: #6FB2DD;
    color: #51A8E0;
    outline: none;
}

.f-btn > i:first-child {
    padding-right: 6px;
    padding-right: 4px;
    color: #D1DEE7;
}

.f-radio {
    display: inline-block;
}

.f-rowscols .aui-input .checkbox-pseudo:before {
    -webkit-font-smoothing: none;
    color: #aaa;
    padding-right: 1px;
    margin-right: 0;
}

.aui-theme-dark .aui-input .checkbox-pseudo:before {
    color: #666;
}

.f-rowscols .aui-input input:checked + .checkbox-pseudo:before {
    padding-right: 0px;
}

/* List (as in artwork lists) */

.f-list {
    width: 100%;
}

.f-list-container {
    /*padding: 5px 12px;*/
    border: 1px solid #e1e1e1;
    border-bottom: 1px solid #f1f1f1;
    border-right: 1px solid #f1f1f1;
    border-radius: 3px;
}

.aui-theme-dark .f-list-container {
    border-color: #000;
    background: #111;
}

.f-list-container td, .f-list-header-row th {
    padding: 2px 10px;
    /*border-left: 1px solid #eee;*/
}

.f-list-container tr:first-child + tr > td {
    padding-top: 5px;
}

.f-list-container td:first-child, .f-list-container th:first-child > div {
    border-left: none;
}

.f-list-actions {
    text-align: right;
}

th > .flabel {
    /*border-bottom: 1px solid #eee;*/
    /*margin-bottom: 0.4em;*/
}

.f-list-header-row th {
    color: #888;
    font-size: 13px;
    font-weight: 300;
}

.f-list > tbody > .f-list-header-row + tr > td {
    border-top: 1px solid #eee;
}

.aui-theme-dark .f-list > tbody > .f-list-header-row + tr > td {
    border-color: #444;
}

.f-list-actions {
    white-space: nowrap;
}

.f-list-actions button, .f-list-actions a {
    height: 20px;
    color: #888;
}

.f-list-entry-text {
    padding-right: 10px;
}

/*.fieldrow .f-list-searchfield {
    border-radius: 16px;
    padding: 4px 8px;
}*/

/*.fieldrow .f-list-searchfield:focus {
    border-radius: 16px;
    padding: 4px 8px;
}*/

/* List specific */

.list.f-list td {
    border-left: none;
    border-bottom: 1px solid #eee;
    padding-top: 3px;
    padding-bottom: 3px;
    vertical-align: top;
}

.aui-theme-dark .list.f-list td {
    border-color: #333;
}

.list.f-list tr:first-child td {
    border-top: none;
}

.list-table-container {
    min-height: 160px;
    max-height: 240px;
    overflow: auto;
    margin-top: 6px;
}

.f-list-text {
    margin-right: 8px;
}

.fr-main-field {
    position: relative;
}

.field-type-list .fr-main-field {
    width: 100%;
}

.field-type-list.field-label-position-top .flabel {
    float: left;
}

.sheen {
    border:1px solid silver;margin-bottom:5px;padding:10px;background-color:#F4F4F4
}

.aui-theme-dark .sheen {
        border:1px solid #333;margin-bottom:5px;padding:10px;background-color:#161616
}

/* SELECTIZE */

.aui-autocomplete {
    width: 100%;
    display: inline-block;
}

.obscure .selectize-control, .obscure.selectize-input {
    /*width: auto !important;*/
    background-color: #fff;
}

.aui-theme-dark .selectize-control, .aui-theme-dark .selectize-input {
    background-color: #111 !important;
}

/* hack to push the input element out of view when field is full or it messes up the display
   (styles are taken from selectize.js) */
input.aui-autocomplete[data-max-items='1'] ~ div div.items.full input {
    position: absolute !important;
    left: -10000px !important;
}

.selectize-dropdown {
    z-index: 500;
}

.aui-theme-dark .selectize-dropdown {
    background-color: #111;
    color: #fff;
    border-color: #333;
}

.aui-theme-dark .selectize-dropdown .option.active, .aui-theme-dark .selectize-dropdown .create {
    background-color: #333;
    color: #fff;
}

.aui-theme-dark .selectize-dropdown .highlight {
    background-color: #324659;
}


.selectize-control.plugin-remove_button [data-value] {
  padding-right: 14px !important;
}

.selectize-control.multi > .selectize-input.has-items {
    border: none;
}

.selectize-control.multi .selectize-input > div, .selectize-control.multi .selectize-input > div.active {
    display: inline-block;
    background: #EAF5FF;
    border: 1px solid #C0D2E2;
    border-radius: 3px;
    font-size: 13px;
    color: #205181;
    padding: 2px 0;
    /*margin: 2px;*/
    margin-right: 4px;
    margin-bottom: 4px;
}

.selectize-control.multi .selectize-input > div.active {
    /*background: #71B6F5;
    border-color: #7AA9D5;
    color: #fff;*/
}


.selectize-control.multi .item > span:first-child {
    display: inline-block;
    padding: 0 4px;
}

.selectize-control.single .selectize-input:after {display: none;}

.selectize-control.single .selectize-input {cursor: text;}

.selectize-control.single .selectize-input > input 
/*.selectize-control.single .item*/ {
    min-height: 22px !important;
}

.selectize-control.single .item {
    margin-top: 2px;
}

.aui-theme-dark div.multi div.items div.item {
    background: #324659;
    border: 1px solid #81A4C7;
    color: #81A4C7;
}

.selectize-control.plugin-remove_button [data-value] .remove {
    /*border-left: 1px solid #C0D2E2;*/
    padding-top: 2px;
    font-size: 14px;
    color: #6D8FAB;
}

.selectize-control.plugin-remove_button [data-value].active .remove {
    border-left-color: transparent;
}

/* Edit screen specific layout stuff */

#aui-head + #aui-wrapper > #aui-main-content > #aui-content {
    padding-top: 120px;
}


/* SECTIONS */

/*.edit-tabs .f-section-container > .f-section { display: none; }*/

.edit-tabs .f-section-show-all.f-section-container > .f-section { display: block; }

/*.edit-tabs .f-section > h1:first-child {
    margin-top: 0.6em;
}*/

/*.edit-tabs .f-section-show-all .f-section > h1:first-child {
    margin-top: 2.2em;
}*/

.f-section-container > .f-section {
    padding-top: 170px;
    margin-top: -170px;
}

.f-section h2 {
    margin-bottom: 12px;
}

/* browse-main temp fix */

/* there are currently two different select styles. If we do keep both we should make separate classes */

/*.aui-select-wrapper {
    height: auto;
    padding-right: 16px;
    margin-bottom: 0;
}

.aui-select-wrapper > select {
    font-size: inherit !important;
    -webkit-appearance: none;
    line-height: 1.4;
    padding-right: 28px;
    min-width: 40px;
    letter-spacing: 0;
}


.aui-browser-ie-9 .aui-select-wrapper > select, .aui-browser-ie-8 .aui-select-wrapper > select {
    padding-right: 2px;
}


.aui-select-wrapper {
    border-radius: 0;
    box-shadow: none;
    border: 1px solid #e1e1e1;
    border-radius: 3px;
}

.aui-theme-dark .aui-select-wrapper {
    border-color: #000;
}

.aui-select-icon {
    width: 21px;
    float: right;
    position: static;
    padding-bottom: 6px;
    padding-left: 7px;
    border-left: 1px solid #e1e1e1;
    margin-left: -21px;
}

.aui-theme-dark .aui-select-icon {
    border-color: #000;
    background: #333;
}

.aui-select-wrapper > .aui-select-pseudo-button {
    text-transform: none;
    letter-spacing: 0;
    color: inherit;
    font-size: inherit;
    background: #fff;
}

.aui-theme-dark .aui-select-wrapper > .aui-select-pseudo-button {
    background: #111;
}*/

/* Bootstrap temp fix */

/* Twill be moved to artlogic ui */

/*h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.5em;
}

h3 {
    font-size: 1.17em;
}*/

/*.f-section > section.f-section, .f-section-show-all .f-section:first-child ~ .f-section {
    padding-top: 0;
    padding-top: 40px;
    border-top: 1px solid #f3f3f3;
    margin-top: 40px;
    margin-bottom: 30px;
}*/

.aui-theme-dark .f-section > section.f-section, .aui-theme-dark .f-section-show-all .f-section:first-child ~ .f-section {
    border-color: #444;
}

/*section.f-section h1 {
    margin-top: 21px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 22px;
    margin-bottom: 36px;
    padding-bottom: 12px;
}*/



/*section.f-section h2, section.f-section h3 {
    margin-top: 2.4em;
    margin-bottom: 1.2em;
}*/

/*section.f-section h2 {
    margin-top: 0px;
    margin-bottom: 15px;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #6B7983;
    border-bottom: 1px solid #f3f3f3;
    padding-bottom: 8px;
    -webkit-font-smoothing: antialiased;
    font-weight: 200;
}*/

.aui-theme-dark section.f-section h2 {
    color: #CCCDCF;
    -webkit-font-smoothing: auto;
}

/*section.f-section h3 {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #929FA8;
}*/

/*section.f-section h1:first, section.f-section h2:first, section.f-section h3:first {
    margin-top: 0;
}*/


.clear {
    height: 0;
    clear: both;
}

.fnote {
    display: inline-block;
    font-weight: normal;
    font-style: italic;
    color: #888;
    font-size: 90%;
    margin-top: 0.4em;
}

.fr-full {
    width: 100%;
}

.fr-label-col {
    /*width: 15%;*/
    width: 150px;
}

.fieldrow {
    display: table;
    /*table-layout: fixed;*/
    width: 100%;
}

.fr-label-col, .fr-field-col {
    display: table-cell;
    vertical-align: top;
      text-align: left;
}

.fr-field-col {
    /*width: 85%;*/
}

.fa-info-circle {
    color: #D0D0D0;
}

.fa.inverted {
    color: #fff;
    background-color: gray;
}




.fr-lc-10 .fr-label-col, .fr-lc-10 .field-label-position-right:before, .fr-lc-10 .field-label-position-top:before, .fr-lc-10 .field-no-label:before {width: 10px; min-width: 10px;}
.fr-lc-20 .fr-label-col, .fr-lc-20 .field-label-position-right:before, .fr-lc-20 .field-label-position-top:before, .fr-lc-20 .field-no-label:before {width: 20px; min-width: 20px;}
.fr-lc-30 .fr-label-col, .fr-lc-30 .field-label-position-right:before, .fr-lc-30 .field-label-position-top:before, .fr-lc-30 .field-no-label:before {width: 30px; min-width: 30px;}
.fr-lc-40 .fr-label-col, .fr-lc-40 .field-label-position-right:before, .fr-lc-40 .field-label-position-top:before, .fr-lc-40 .field-no-label:before {width: 40px; min-width: 40px;}
.fr-lc-50 .fr-label-col, .fr-lc-50 .field-label-position-right:before, .fr-lc-50 .field-label-position-top:before, .fr-lc-50 .field-no-label:before {width: 50px; min-width: 50px;}
.fr-lc-60 .fr-label-col, .fr-lc-60 .field-label-position-right:before, .fr-lc-60 .field-label-position-top:before, .fr-lc-60 .field-no-label:before {width: 60px; min-width: 60px;}
.fr-lc-70 .fr-label-col, .fr-lc-70 .field-label-position-right:before, .fr-lc-70 .field-label-position-top:before, .fr-lc-70 .field-no-label:before {width: 70px; min-width: 70px;}
.fr-lc-80 .fr-label-col, .fr-lc-80 .field-label-position-right:before, .fr-lc-80 .field-label-position-top:before, .fr-lc-80 .field-no-label:before {width: 80px; min-width: 80px;}
.fr-lc-90 .fr-label-col, .fr-lc-90 .field-label-position-right:before, .fr-lc-90 .field-label-position-top:before, .fr-lc-90 .field-no-label:before {width: 90px; min-width: 90px;}
.fr-lc-100 .fr-label-col, .fr-lc-100 .field-label-position-right:before, .fr-lc-100 .field-label-position-top:before, .fr-lc-100 .field-no-label:before {width: 100px; min-width: 100px;}
.fr-lc-110 .fr-label-col, .fr-lc-110 .field-label-position-right:before, .fr-lc-110 .field-label-position-top:before, .fr-lc-110 .field-no-label:before {width: 110px; min-width: 110px;}
.fr-lc-120 .fr-label-col, .fr-lc-120 .field-label-position-right:before, .fr-lc-120 .field-label-position-top:before, .fr-lc-120 .field-no-label:before {width: 120px; min-width: 120px;}
.fr-lc-130 .fr-label-col, .fr-lc-130 .field-label-position-right:before, .fr-lc-130 .field-label-position-top:before, .fr-lc-130 .field-no-label:before {width: 130px; min-width: 130px;}
.fr-lc-140 .fr-label-col, .fr-lc-140 .field-label-position-right:before, .fr-lc-140 .field-label-position-top:before, .fr-lc-140 .field-no-label:before {width: 140px; min-width: 140px;}
.fr-lc-150 .fr-label-col, .fr-lc-150 .field-label-position-right:before, .fr-lc-150 .field-label-position-top:before, .fr-lc-150 .field-no-label:before {width: 150px; min-width: 150px;}
.fr-lc-160 .fr-label-col, .fr-lc-160 .field-label-position-right:before, .fr-lc-160 .field-label-position-top:before, .fr-lc-160 .field-no-label:before {width: 160px; min-width: 160px;}
.fr-lc-170 .fr-label-col, .fr-lc-170 .field-label-position-right:before, .fr-lc-170 .field-label-position-top:before, .fr-lc-170 .field-no-label:before {width: 170px; min-width: 170px;}
.fr-lc-180 .fr-label-col, .fr-lc-180 .field-label-position-right:before, .fr-lc-180 .field-label-position-top:before, .fr-lc-180 .field-no-label:before {width: 180px; min-width: 180px;}
.fr-lc-190 .fr-label-col, .fr-lc-190 .field-label-position-right:before, .fr-lc-190 .field-label-position-top:before, .fr-lc-190 .field-no-label:before {width: 190px; min-width: 190px;}
.fr-lc-200 .fr-label-col, .fr-lc-200 .field-label-position-right:before, .fr-lc-200 .field-label-position-top:before, .fr-lc-200 .field-no-label:before {width: 200px; min-width: 200px;}
.fr-lc-210 .fr-label-col, .fr-lc-210 .field-label-position-right:before, .fr-lc-210 .field-label-position-top:before, .fr-lc-210 .field-no-label:before {width: 210px; min-width: 210px;}
.fr-lc-220 .fr-label-col, .fr-lc-220 .field-label-position-right:before, .fr-lc-220 .field-label-position-top:before, .fr-lc-220 .field-no-label:before {width: 220px; min-width: 220px;}
.fr-lc-230 .fr-label-col, .fr-lc-230 .field-label-position-right:before, .fr-lc-230 .field-label-position-top:before, .fr-lc-230 .field-no-label:before {width: 230px; min-width: 230px;}
.fr-lc-240 .fr-label-col, .fr-lc-240 .field-label-position-right:before, .fr-lc-240 .field-label-position-top:before, .fr-lc-240 .field-no-label:before {width: 240px; min-width: 240px;}
.fr-lc-250 .fr-label-col, .fr-lc-250 .field-label-position-right:before, .fr-lc-250 .field-label-position-top:before, .fr-lc-250 .field-no-label:before {width: 250px; min-width: 250px;}
.fr-lc-260 .fr-label-col, .fr-lc-260 .field-label-position-right:before, .fr-lc-260 .field-label-position-top:before, .fr-lc-260 .field-no-label:before {width: 260px; min-width: 260px;}
.fr-lc-270 .fr-label-col, .fr-lc-270 .field-label-position-right:before, .fr-lc-270 .field-label-position-top:before, .fr-lc-270 .field-no-label:before {width: 270px; min-width: 270px;}
.fr-lc-280 .fr-label-col, .fr-lc-280 .field-label-position-right:before, .fr-lc-280 .field-label-position-top:before, .fr-lc-280 .field-no-label:before {width: 280px; min-width: 280px;}
.fr-lc-290 .fr-label-col, .fr-lc-290 .field-label-position-right:before, .fr-lc-290 .field-label-position-top:before, .fr-lc-290 .field-no-label:before {width: 290px; min-width: 290px;}
.fr-lc-300 .fr-label-col, .fr-lc-300 .field-label-position-right:before, .fr-lc-300 .field-label-position-top:before, .fr-lc-300 .field-no-label:before {width: 300px; min-width: 300px;}
.fr-lc-0 .fr-label-col, .fr-lc-0 .field-label-position-right:before, .fr-lc-0 .field-label-position-top:before, .fr-lc-0 .field-no-label:before {width: 0px; min-width: 0px;}

.fieldrow .field-no-label:before {display: none;}

.finline .field-label-position-top:before { display: none; }

.f {
    width: 100%;
    width: 156px;
}

.f-w-financial {
    width: 100px;
    text-align: right;
}

.f-w-large {
    width: 500px;
}

.f-w-medium {
    width: 370px;
}

.f-w-small {
    width: 120px;
}

.f-w-full {
    width: 100%;
}

/* NEW FIELD SIZES */

.f-w-tiny {
    width: 50px;
}

.f-w-small {
    width: 100px;
}

.f-w-small-medium {
    width: 215px;
}

.f-w-medium {
    width: 320px;
}

.f-w-medium-large {
    width: 425px;
}


.f-w-large {
    width: 530px;
}

.f-w-xlarge {
    width: 630px;
}





.field-size-full .fr-main-field {
    width: 100%;
}

.f-flex-width > .fr-field-col > .fr-field-container > .fr-main-field > .f, .f-rowscols .f {
    width: 100%;
}
.f-rowscols .f[type="checkbox"] {
    width: auto;
}

.f-flex-width > .fr-field-col > .fr-field-container > .fr-main-field > .f-w-small, .f-flex-width > .fr-field-col > .fr-field-container > .fr-main-field > .f-rte-container > .f-w-small {
    width: 100%;
    max-width: 100px;
}


.f-flex-width > .fr-field-col > .fr-field-container > .fr-main-field > .f-w-medium, .f-flex-width > .fr-field-col > .fr-field-container > .fr-main-field > .f-rte-container > .f-w-medium {
    width: 100%;
    max-width: 215px;
}


.f-flex-width > .fr-field-col > .fr-field-container > .fr-main-field > .f-w-large, .f-flex-width > .fr-field-col > .fr-field-container > .fr-main-field > .f-rte-container > .f-w-large {
    width: 100%;
    max-width: 530px;
}

.f-flex-width > .fr-field-col > .fr-field-container > .fr-main-field > .f-w-financial, .f-flex-width > .fr-field-col > .fr-field-container > .fr-main-field > .f-rte-container > .f-w-financial {
    width: 100%;
    max-width: 100px;
}

.f-multi label {
    display: block;
    padding-right: 10px;
}

.f-multi.f-multi-inline label {
    display: inline-block;
}

.f-multi span.f-multi-label {
    padding-left: 3px;
}

.f-bool-large {
    display: inline-block;
}

/*.lh-30 {
    line-height: 30px;
}*/

.inline_note {
    padding-left: 5px;
    vertical-align: top;
    line-height: 1.9;
    margin-top: 0;
}
/* used when note is only thing in field row */
.fr-main-field > .inline_note:first-child {
    padding-left: 0;
}

.field-label-position-right:before, .field-label-position-top:before, .field-no-label:before {
    content: "";
    display: table-cell;
    width: auto;
    min-width: 0;
}

.field-with-hidden-button .fr-main-field {
    font-size: 0;
}

.aui-font-size-default .field-with-hidden-button .fr-main-field > *, .field-with-hidden-button .fr-main-field > * {
    font-size: 14px;
}

.aui-font-size-11 .field-with-hidden-button .fr-main-field > * {
    font-size: 11px;
}

.aui-font-size-12 .field-with-hidden-button .fr-main-field > * {
    font-size: 12px;
}

.aui-font-size-13 .field-with-hidden-button .fr-main-field > * {
    font-size: 13px;
}

.aui-font-size-14 .field-with-hidden-button .fr-main-field > * {
    font-size: 14px;
}

.aui-font-size-15 .field-with-hidden-button .fr-main-field > * {
    font-size: 15px;
}

.aui-font-size-16 .field-with-hidden-button .fr-main-field > * {
    font-size: 16px;
}

.aui-font-size-17 .field-with-hidden-button .fr-main-field > * {
    font-size: 17px;
}

.field-label-position-right .flabel {
    display: inline-block;
    vertical-align: top;
}

code {
    padding-left: 4px;
    padding-right: 4px;
    color: rgb(1, 119, 1);
}

.b, .f.b {
    font-weight: bold;
}

.i, .f.i {
    font-style: italic;
}

th {
    text-align: left;
    /*color: #2ca6f8;*/
}

.fa.blue:before {
    color: #2ca6f8;
    color: #51A8E0;
}

.fa.gray:before {
    color: #999;
}

a .fa.gray:hover:before, button .fa.gray:hover:before {
    color: #2ca6f8;
    color: #51A8E0;
}

.fa.lightgray:before {
    color: #ccc;
}

.f-info-button {
    display: table-cell;
    padding-top: 0px;
    height: 100%;
}
.f-info-button > i {
    vertical-align: middle;
}

.f-info-button-icon {
    vertical-align: middle;
    border: 1px solid #D8D8D8;
    border-radius: 50%;
    font-size: 10px;
    font-family: 'Baskerville';
    font-weight: bold;
    font-style: normal;
    color: #71A4E7;
    line-height: 1.1;
    background-color: #F9F9F9;
    position: relative;
    height: 16px;
    width: 16px;
    padding: 0;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
}

.aui-theme-dark .f-info-button-icon {
    border: 1px solid #777;
    color: #999;
    background-color: #111;
}

.f-info-button > i:before {
    content: "i";
    position: absolute;
    top: 2px;
    left: 0px;
    display: inline-block;
    width: 100%;
}

.f-action-button {
    cursor: pointer;
    color: #2ca6f8;
    color: #6FB2DD;
    color: #51A8E0;
}

.aui-theme-dark .f-action-button {
    color: #f2f2f2;
}

.pr5 {padding-right: 5px;}
.pr10 {padding-right: 10px;}
.pr15 {padding-right: 15px;}

.fr-float-right-content > .pr15.fr-main-field > .f {
    margin-right: 15px;
}

.field-type-select > .fr-field-col > .fr-field-container > .pr15.fr-main-field > .aui-select-wrapper {
    margin-right: 15px;
}

.field-type-bool .fr-field-col > .fr-field-container > .fr-main-field {
    /*margin-bottom: 0.4em;*/
    /*display: inline-block;*/
    vertical-align: top;
    white-space: normal;
    float: none;
    width: auto;
    min-width: 20px;
    min-height: 14px;
}

.field-type-bool .fr-field-col > .fr-field-container {
    margin-bottom: -0.4em;
    /*white-space: nowrap; TODO: This needs to be applied to a different element*/
    /*padding-right: 15px;*/
}

.fieldrow.field-type-select .fr-main-field, .fieldrow.field-type-textarea .fr-main-field, .fieldrow.field-type-bool .fr-main-field {
    margin-bottom: 0;
}

.fr-field-col > .fr-field-container > div {
    margin-bottom: 0.4em;
}

.fr-field-col > .fr-field-container {
    margin-bottom: -0.4em;
}





/* INLINE FIELDS */

.fr-main-field > .inline, .fradio-wrapper > .inline {
    display: inline-block;
    vertical-align: top;
}

.fr-main-field > .inline:last-child {
    padding-right: 0;
}

.fr-main-field > .inline > .fieldrow {
    margin: 0;
}

.fr-main-field > .inline > .fieldrow .fr-label-col {
    width: auto;
}

.finline .field-label-position-right:before {
    display: none;
}

/* FLEX WIDTH */

.fr-main-field, .finline {display: inline-block; vertical-align: top;}

.fr-main-field > .inline > .fieldrow .fr-label-col {
    width: auto;
    white-space: nowrap;
    text-align: right;
}

.f-flex-width .fr-field-container {
    display: table;
    width: 100%;
}

.f-flex-width .fr-main-field {
    display: table-cell;
    vertical-align: top;
}

.f-flex-width.finline {
    display: table-cell;
    white-space: nowrap;
    vertical-align: top;
}
.f-flex-width .fr-field-container > div {
    /*white-space: nowrap;*/
}
.f-flex-width .fr-field-container:after {
    /*content: "";*/
    display: table-cell;
    width: 99%;
}

.finline > .fieldrow {
    margin: 0;
}

.finline .fr-label-col {
    width: auto;
    min-width: 0;
    white-space: nowrap;
    text-align: right;
}

/* STICKYBOX */

ul.stickybox-menu {
    margin-bottom:0
}
ul.stickybox-menu>li {
    list-style:none;
    margin:0;
    border-top:1px solid #f8f8f8;
}
.aui-theme-dark ul.stickybox-menu>li {
    border-color: #333;
}
ul.stickybox-menu>li:first-child {
    border-top:none
}
ul.stickybox-menu>li:first-child>button {
    border-radius:3px 3px 0 0;
}
ul.stickybox-menu>li:last-child>button {
    border-radius:0 0 3px 3px;
}
ul.stickybox-menu>li>button {
    width:100%;
    text-align:left;
    padding:4px 10px;
}
ul.stickybox-menu>li>button:hover {
    background:#2ca6f8;
    color:#fff
}
/* ROWSCOLS */

.rc {
    overflow-x: auto;
}

.rc-container {
    padding: 0 2px;
}

.rc td, .rc th {
    white-space: nowrap;
    padding-left: 5px;
    /*padding-right: 4px;*/
    padding-bottom: 4px;
    box-sizing: content-box;
}
.rc td:first-child, .rc th:first-child {
    padding-left: 0;
}

.rc th {
    white-space: normal;
}

.rch label {
    font-size: 90%;
    padding-right: 10px;
}

.rch th.text-center label {
    padding-left: 5px;
    padding-right: 5px;
}

.rc-action-btn i {
    color: #666;
}

td.rc-action-column {
    width: 1%;
    padding-left: 6px;
}

.rct {
    table-layout: fixed;
    width: 1px;
}

.f-flex-width .rct {
    width: auto;
}

.rct th.text-muted .fa {
    color: #dfdfdf;
}

.rct th.text-muted .fa:hover {
    color: #2ca6f8; /*#b5b5b5;*/
}

.rcr-menu, .rcr-menu li {
    /*list-style-type: none;*/
    /*margin-left: 2px;*/
}

.rcr-menu-b {
    padding: 0 2px;
}

.rcr-menu .disabled {
    color: #ccc !important;
    background-color: inherit !important;
}

.aui-theme-dark .rcr-menu .disabled {
    color: #777 !important;
}

.hide-column-headers .rch {
    display: none;
}

.fake_rowscols .fr-field-container div {
    margin-bottom: 0;
}

.fake_rowscols .fr-field-container {
    margin-left: 2px;
}

/* VALUELIST EDITORS */

.recs-found {
    margin-top: -1em;
    margin-bottom: 1em;
}

.field-type-valuelist .fr-main-field {
    width: 100%;
}

/* experimental alternate row shading
tr:nth-child(2n+1) input {
  background: #f9f9f9;
}
*/

/** show obscured background for deleted fields */
tr.deleted .deleted,
tr.deleted .aui-autocomplete.selectize-control {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAJklEQVQIW2P8//+/MQMUMDIyMjDCBEAcIBsiAOOAFDICsTFIBgYAr5oSyL0xmQUAAAAASUVORK5CYII=)
        repeat scroll 0 0;
}
/** turn off obscured background for some elems */
tr.deleted .td-button * {
    background: transparent;
}


tr.deleted td.vli * {
    color: #bbb !important;
}

.aui-theme-dark tr .deleted {
    color: #777 !important;
}

tr.deleted * {
    cursor: default;
}

.text-extra-muted {
    color: #ddd;
}

.vlt .td-bool, .vlt .th-bool {
    text-align: center;
}
.vlt td {
    padding-right: 2px;
    padding-bottom: 2px;
}
.vlt th {
    line-height: 1.1em;
    vertical-align: bottom;
}
.vlt th .f-info-button{
    float: right;
    padding: 0;
}

/** fix weird positioning of selectize boxes */
.vlt .selectize-control {
    position: relative;
    top: 4px;
}
/** ditto */
.vlt .vli.td-autocomplete {
    padding-bottom: 0;
    padding-top: 0;
}

.vl-edit, .vl-del, .vl-restore {
    cursor: pointer;
}

.vlt th button + label {
    width: 80%;
}

.vl button {
    display: inline;
    height: 20px;
    margin: 0;
    padding: 0;
}

/* EDITABLE JSON DATA */

textarea.editable_json_data {
    display: none;
}

.editable_json_data_container {
    scroll: auto;
    overflow: auto;
    overflow-x: hidden;
    max-height: 120px;
}

table.editable_json_data {
    width: 100%;
}

.editable_json_data td {
    border-bottom: 1px solid #eee;
    padding-right: 8px;
    padding-bottom: 2px;
}

.editable_json_data td.field_label {
    width: 25%;
    max-width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: bold;
}

.editable_json_data tr:last-child td {
    border: none;
}

.es-artwork-image-column {
    text-align: right;
}

/* ON OFF SWITCH */

div.onoff-switch-track {
    position: relative;
    display: inline-block;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
    height: 26px;
    width: 50px;
    background-color: #fff; /* #F8F8F8; */
    border: 1px solid #cacaca;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    border-radius: 13px;
    -webkit-box-shadow: inset 0 3px 6px 0 rgba(120,120,120,0.2);
    box-shadow: inset 0 3px 6px 0 rgba(120,120,120,0.2);
    cursor: pointer;
}
div.onoff-switch-track.on {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    background-color: #2ca6f8;
    border-color: #2ca6f8;
}
button.onoff-switch-btn {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
    border: 0;
    height: 24px;
    width: 24px;
    background-color: #fff;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    -webkit-transition: left 0.2s;
    -moz-transition: left 0.2s;
    transition: left 0.2s
    -webkit-box-shadow: 0 3px 6px 0 rgba(120,120,120,0.3);
    box-shadow: 0 3px 6px 0 rgba(120,120,120,0.3);
    outline: none;
    cursor: pointer;
}
div.onoff-switch-track .onoff-switch-onlabel {
    position: absolute;
    top: 0;
    left: 0;
    height: 24px;
    width: 24px;
    line-height: 24px;
    color: white;
    overflow: hidden;
    font-family: arial, helvetica, sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    text-align: center;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}
button.onoff-switch-btn.on {
    position: absolute;
    left: 24px;
}

.aui-theme-dark div.onoff-switch-track {
    background-color: #111;
    border-color: #000;
    -webkit-box-shadow: inset 0 3px 6px 0 rgba(0,0,0,0.2);
    box-shadow: inset 0 3px 6px 0 rgba(0,0,0,0.2);
}

.aui-theme-dark div.onoff-switch-track.on {
    background-color: #0F80CB;
    -webkit-box-shadow: inset 0 3px 6px 0 rgba(120,120,120,0.2);
    box-shadow: inset 0 3px 6px 0 rgba(120,120,120,0.2);
}

.aui-theme-dark button.onoff-switch-btn {
    background-color: #333;
    -webkit-box-shadow: inset 0 3px 6px 0 rgba(120,120,120,0.2);
    box-shadow: inset 0 3px 6px 0 rgba(120,120,120,0.2);
}

.aui-theme-dark .on button.onoff-switch-btn {
    border-left: 1px solid #111;
}

/* optional form sections */
.f-section .f-section.obscure, .obscure_note_demo {
  border: dashed 3px #eee;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAJklEQVQIW2P8//+/JAMUMDIyMjDCBEAcIBsiAOOAFDICsSRIBgYAn/YSYOmLuYEAAAAASUVORK5CYII=)
    repeat scroll 0 0;

}

.aui-theme-dark .obscure, .aui-theme-dark .obscure_note_demo {
    border: dashed 3px #444;
}

.obscure {
  margin: 3.4em -1em 1em;
  padding: 0 1em 1em;
}

.obscure_note_demo {
    padding: 1em;
}

.f-section .f-section.obscure {
    padding-top: 0;
}

/*#section-images-grid {
    padding-top: 0;
}*/

#currency_conversion_prices:empty {
    display: none;
}

.obscure > h2:first-child {
    margin-top: 1em;
}

.obscure .flabel, {
    color: #888;
}

body.view-selected-financial-fields .obscure {
    display: none;
}

#convertdims-container {
    /*padding: 20px;*/
}

#convertdims-container .rows {
    margin-bottom: 20px;
}

/*#convertdims-container .flabel {
    width: 160px
}

#convertdims-container .cd-headers .flabel {
    width: auto;
}*/

#convertdims-container .fl {
    width: 160px;
}

.convertdims-buttons {
    margin-top: 30px;
}

.convertdims-buttons > .cd-align-right {
    text-align: right;
}

.convertdims-buttons > .cd-align-left > button:first-child {
    padding-left: 0;
}

#convertdims-container .cd-headers {
    display: none;
}

#convertdims-container .cd-headers:first-child {
    display: block;
}



/* media queries */

@media (max-width: 1080px) {
    .page-artwork-edit .aui-header-main-section-left {
        display: none;
    }
    .page-contact-edit .aui-header-main-section-left {
        display: none;
    }
    .section-links, #aui-head .section-links {
        display: none;
    }

    #page_title {
        max-width: 220px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

}

@media (max-width: 900px) {
    .fieldrow, .fr-label-col, .fr-field-col {display: block}
    .fr-field-col > div > .left {float: none;}
    .section-main input.f {width: 100%;}
    /*.fr-field-container > div {width: 100%;}*/

    .fr-field-container > div, .f-flex-width .fr-field-container > div {
        display: block;
    }

    .fr-field-container > .f-responsive-inline {
        display: inline-block;
        margin-top: 0;
    }

    .fr-field-container > div:first-child {
        width: auto;
    }

    .section-main .f, .section-main .f-w-small, .section-main .f-w-medium, .section-main .f-w-large {
        width: 100%;
    }

    /*section.f-section h2 {font-size: 16px;}*/

    .finline .fr-label-col, .f-flex-width .finline .fr-label-col {
        text-align: left;
    }

    .fieldrow {
        margin-bottom: 24px;
    }

    .flabel {font-weight: 500; color: #417598;}
    .fr-label-col {font-weight: 500; margin-bottom: 2px; margin-top: 4px;}
    .field-type-bool.field-label-position-right .f-bool + *, .field-type-bool .f-bool + .flabel {
        margin-left: 20px;
    }

    .finline {margin-top: 14px;}
}

span#title-artist:after, span#title-title:after {
    content: ", ";
}

#aui-organisation > img {
    margin-right: 14px;
}

@media (max-width: 740px) {

    

    #aui-head #aui-organisation {font-weight: 500;}
    #aui-head + #aui-wrapper > #aui-main-content > #aui-content {
        padding-top: 80px;
    }

    .f-section-container > .f-section {
        padding-top: 120px;
        margin-top: -120px;
    }

    section.f-section h1 {
        margin-bottom: 20px;
    }

    .es-artwork-image-column {
        margin-bottom: 40px;
    }

    #aui-head .aui-event-menu {
        /*margin-top: 22px;*/
    }
    #aui-organisation {
        font-size: 16px;
    }
    #aui-organisation > span {
        display: block;
        white-space: nowrap;
        margin: 5px 0;
    }
    #aui-organisation > img {
        float: left;
    }
    #aui-organisation > span:after {
        content: "";
    }
    .es-artwork-image-column {
        text-align: left;
    }
    

    .fieldrow .fr-label-col {width: auto}



    

}

@media
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 120dpi){
    /* Retina-specific stuff here */
    input.f,
    div.f,
    textarea,
    input[type="text"],
    input[type="password"],
    input[type="datetime"],
    input[type="datetime-local"],
    input[type="date"],
    input[type="month"],
    input[type="time"],
    input[type="week"],
    input[type="number"],
    input[type="email"],
    input[type="url"],
    input[type="search"],
    input[type="tel"],
    input[type="color"],
    .f-rte:hover {
        font-weight: 500;
        /*border: 1px solid #c6c6c6;
        border-bottom: 1px solid #dbdbdb;
        border-right: 1px solid #dbdbdb;*/
    }
    #aui-body {
        /*font-size: 16px;*/
        font-weight: 500;
    }
    .browse-accordion-header {
        -webkit-font-smoothing: auto;
    }
}

/*@media
(-webkit-min-device-pixel-ratio: 1.25) and
(min-resolution: 120dpi) and (max-width: 800px) {
    #aui-body {
        font-size: 16px;
    }
}*/

@media (max-width: 550px) {

    .es-cancel-button {
        display: none;
    }

    #convertdims-container .rows .fl {
        width: auto;
        position: absolute;
        margin-top: -42px;
    }

    #convertdims-container .cd-row .flabel {
        display: block;
        float: none;
    }

    #convertdims-container .cd-headers {
        display: block;
        margin-top: 42px;
    }
    #convertdims-container .cd-headers .flabel {
        font-size: 12px;
        color: #888;
    }
}


/*.items {
    text-align: left;
    border-width: 1px;
    border-color: #E8E8E8;
    border-style: solid;
    border-radius: 3px;
}*/

.items {
    background-color: transparent;
}

.selectize-control {
    position: static;
    line-height: 0.8;
}

.selectize-input {
    background-color: #fff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding: 0 4px;
}

.selectize-input.focus {
    padding: 0 4px;
}

.selectize-control.multi .selectize-input.has-items.focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.selectize-control.multi .selectize-input.has-items {
    padding: 0;
}

.selectize-input, .selectize-input > input {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
}

.items.has-items {
    background-color: transparent;
}

.aui-theme-dark .items {
    background-color: #111;
    border-color: #000;
}

/*.items {
    border: 1px solid #e1e1e1;
    border-bottom: 1px solid #f1f1f1;
    border-right: 1px solid #f1f1f1;
    border-radius: 3px;
    background-color: #fff;
}

.aui-theme-dark .items {
    background-color: #111;
    border-color: #000;
}

.items.focus {
    outline: none;
}

.item {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}

/*.item-tag {
    backgroud-color: #52A8EC;
    border-style: solid;
    border-radius: 5px;
    border-width: 2px;
    border-color: #FFFFFF;
}*/

label.radio-block {
    display: block;
}

.fieldrow.fr-boxed,
.multifr-outer-container.fr-boxed {
    border-style: solid;
    border-width: 1px;
    border-color: #E8E8E8;
    border-radius: 5px;
}

.fr-field-col.fr-boxed,
.multifr-outer-container.fr-boxed {
    padding: 10px;
}

.f-info-heading {
    /*color: #0B5C93;
    font-weight: bold;*/
    /*font-size: 18px;
    margin-top: 0;*/
}

.calculated {
    width: 120px;
    height: 24px;
    padding-left: 4px;
    border: dotted 1px #e8e8e8;
}

.error {
    color: red;
    font-style: italic;
}

.section-links {
    margin-top: -10px;
    margin-bottom: 20px;
}

#aui-header-content-box .section-links {
    padding: 8px 0 10px;
    /*border-top: 1px solid #eee;*/
    margin-top: 0;
    margin-bottom: 0;
}

.section-link, .section-link:visited, .section-link:link {
    color: #777;
    font-size: 12px;
    /*text-transform: uppercase;*/
    /*letter-spacing: 1px;*/
    padding-left: 3px;
    -webkit-font-smoothing: antialiased;
}

.aui-theme-dark .section-link, .aui-theme-dark .section-link:visited, .aui-theme-dark .section-link:link {
    color: #999;
    -webkit-font-smoothing: auto;
}

.section-link:before {
    content: "|";
    color: #aaa;
    padding-right: 6px;
}

.section-link:first-child {
    padding-left: 0;
}

.section-link:first-child:before {
    content: "";
    padding: 0;
}

.section-link.active .section-link-text {
    display: inline-block;
    color: #222;
    line-height: 1.1;
    /*border-bottom: 1px solid #444;*/
}

.aui-theme-dark .section-link.active .section-link-text {
    color: #ccc;
}

.fr_toggling_label {
}

.fr_toggling_label_span {
    padding-right: 5px;
}

.fr_toggling_label_cb {
    float: right;
}


.aui-browser-ie-8 .field-label-position-right .flabel {
    display: table;
}

/*.aui-browser-ie-8 .flabel {
    display: inline;
}*/


.field-label-position-top .fr-main-field > .flabel {
    /*margin-top: 8px;*/
}

#uploaded-images {
    position: relative;
}

#uploaded-images .aui-dropzone {
    width: 200px;
    height: 60px;
    line-height: 54px;
    /*position: absolute;
    right: 0;
    top: 0;*/
}