/*<?php header( 'Content-type: text/css; charset: UTF-8' ); define( 'VERSION_IMG', '20140903123815' ); ?>*/

@charset "UTF-8";

/* Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; font-size: 100%; font: inherit; padding: 0; border: 0; vertical-align: baseline; }
body { font-size: 14px; font-family: Arial, Verdana, Helvetica, sans-serif; line-height: 1.5; background-color: #F2F2F2; color: #616161; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
table { border-collapse: collapse; border-spacing: 0; }

strong { font-weight: bold; }
pre { white-space: pre-wrap; /* CSS3 */ white-space: -moz-pre-wrap; /* Mozilla, post millennium */ white-space: -pre-wrap; /* Opera 4-6 */ white-space: -o-pre-wrap; /* Opera 7 */ word-wrap: break-word; /* Internet Explorer 5.5+ */ }

/* Links default */
a:link { color: #148be6; cursor: pointer; text-decoration: none; text-shadow: 0 1px 0 #fff; } /* 148be6 */
a:visited { color: #148be6; }
a:hover { text-decoration: underline; }
a:active {}

/* Link buttons */
a.button { box-shadow: 1px 1px 0 0 #D7E6F5; text-decoration: none; border-radius: 4px; padding: 2px 12px; cursor: pointer; background: #CEE2F5; border-top: 1px solid #A9C1DB; border-left: 1px solid #A9C1DB; border-bottom: 1px solid #7E93A8; border-right: 1px solid #7E93A8; color: #4E6E91; }
a.button:hover { background: #BFD0E3; }
a.button:active { background: #ABBCCF; border-top: 1px solid #7E93A8; border-left: 1px solid #7E93A8; border-bottom: 1px solid #A9C1DB; border-right: 1px solid #A9C1DB; }

a.button.grey { box-shadow: 1px 1px 0 0 #EEE; text-decoration: none; border-radius: 4px; padding: 2px 12px; cursor: pointer; background: #EEE; border-top: 1px solid #DDD; border-left: 1px solid #DDD; border-bottom: 1px solid #BBB; border-right: 1px solid #BBB; color: #616161; }
a.button.grey:hover { background: #DDD; }
a.button.grey:active { background: #CCC; border-top: 1px solid #BBB; border-left: 1px solid #BBB; border-bottom: 1px solid #DDD; border-right: 1px solid #DDD; }

a.button.delete { box-shadow: 1px 1px 0 0 #F5D7DA; background: #F5CED2; border-left-color: #DBA9AE; border-top-color: #DBA9AE; border-right-color: #A87E82; border-bottom-color: #A87E82; color: #914E55; }
a.button.delete:hover { background: #E3BFC2; }
a.button.delete:active { background: #CFABAF; border-top: 1px solid #A87E82; border-left: 1px solid #A87E82; border-bottom: 1px solid #DBA9AE; border-right: 1px solid #DBA9AE; }

th a.asc { padding-right: 20px; background: transparent url('/img/1/layout/arrow_dark_up.png') no-repeat right center; }
th a.desc { padding-right: 20px; background: transparent url('/img/1/layout/arrow_dark_down.png') no-repeat right center; }

/* Header */
#header { background: #F2F2F2 url('/img/1/layout/border1_horizontal_double.png') repeat-x bottom; position: fixed; width: 100%; z-index: 1000; height: 40px; }
#header h1 { font-size: 16px; padding-left: 20px; color: #222; font-weight: normal; font-family: arial, helvetica, sans-serif; height: 40px; line-height: 40px; }
#header p { position: absolute; top: 0; right: 0; height: 40px; line-height: 40px; padding-right: 20px; }

/* Outer wrapper */
#outerWrapper { background: #FFF url('/img/1/layout/border1_horizontal.png') repeat-x bottom; padding-bottom: 6px; min-width: 770px; }
#outerWrapper:after { content: ""; display: table; clear: both; }

/* Menu */
#menuWrapper { width: 180px; float: left; position: relative; z-index: 100; margin-top: 40px; }
#mainMenu { padding: 8px; }
#mainMenu dt { font-size: 16px; font-weight: bold; }
#mainMenu dd { padding: 0 0 12px 8px; }

/* Main Content */
#mainContentOuterWrapper { float: left; width: 100%; margin-left: -180px; position: relative; z-index: 50; margin-top: 40px; }
#mainContentInnerWrapper { padding: 8px 8px 8px 188px; }
#mainContent { max-width: 1000px }

/* Tabs */
ul.tabs { background: url('/img/1/layout/border1_horizontal_double.png') repeat-x bottom; margin-bottom: 12px; padding: 4px 0 0 2px; position: relative;  }
ul.tabs:after { content: ""; display: table; clear: both; }
ul.tabs li { float: left; margin-left: 6px; position: relative; margin-bottom: 1px; }
ul.tabs li.active { margin-top: 2px; margin-bottom: 0; }
ul.tabs li.active a { background: #FFF; }
ul.tabs li.active a:hover { background: #FFF; }
ul.tabs li.active a:active { background: #FFF; }
ul.tabs li a { position: relative; display: block; padding: 2px 12px; box-shadow: 1px 0px 0 0 #EEE; text-decoration: none; border-radius: 4px 4px 0 0; cursor: pointer; background: #EEE; border-top: 1px solid #DDD; border-left: 1px solid #DDD; border-right: 1px solid #BBB; color: #616161; }
ul.tabs li a:hover { background: #DDD; }
ul.tabs li a:active { background: #CCC; border-top: 1px solid #BBB; border-left: 1px solid #BBB; border-right: 1px solid #DDD; }

/* Forms */
form { background: #F2F2F2; border-radius: 5px; padding: 4px 8px 8px 8px; margin-bottom: 10px; }
form fieldset { border-radius: 5px; padding: 8px; background: #FFF; margin-bottom: 4px; }
form fieldset p.inactive { display: none; }
form fieldset.inactive { background: #DDD; }
form fieldset.inactive p.inactive { display: block; }
form fieldset.inactive dl { display: none; }
form legend { margin-left: 8px; padding: 0 16px; padding-top: 8px; font-weight: bold; background: #F2F2F2; box-shadow: 1px 1px 0 0 #EEE; border-radius: 5px; }
form legend label input[type="checkbox"] { cursor: pointer; top: 2px; position: relative; }
form fieldset dt { margin-top: 8px; font-weight: bold; font-size: 13px; }
form fieldset p.note { font-size: 12px; padding: 4px 8px; border: 1px solid #EEE; }
form input { margin: 0; border-radius: 5px; color: #616161; font-size: 14px; }
form input[type="submit"]::-moz-focus-inner, input::-moz-focus-inner, button::-moz-focus-inner { border: 0; padding: 0; }
form input[type="submit"], input[type="button"] { text-shadow: 0 1px 0 #fff; box-shadow: 1px 1px 0 0 #D7E6F5; text-decoration: none; border-radius: 4px; padding: 2px 12px; cursor: pointer; background: #CEE2F5; border-top: 1px solid #A9C1DB; border-left: 1px solid #A9C1DB; border-bottom: 1px solid #7E93A8; border-right: 1px solid #7E93A8; color: #4E6E91; }
form input[type="submit"]:hover, input[type="button"]:hover { background: #BFD0E3; }
form input[type="submit"]:active, input[type="button"]:active { background: #ABBCCF; border-top: 1px solid #7E93A8; border-left: 1px solid #7E93A8; border-bottom: 1px solid #A9C1DB; border-right: 1px solid #A9C1DB; }
form input[type="submit"].delete { box-shadow: 1px 1px 0 0 #F5D7DA; background: #F5CED2; border-left-color: #DBA9AE; border-top-color: #DBA9AE; border-right-color: #A87E82; border-bottom-color: #A87E82; color: #914E55; }
form input[type="submit"].delete:hover { background: #E3BFC2; }
form input[type="submit"].delete:active { background: #CFABAF; border-top: 1px solid #A87E82; border-left: 1px solid #A87E82; border-bottom: 1px solid #DBA9AE; border-right: 1px solid #DBA9AE; }
form input[type="text"], input[type="password"], textarea { padding: 2px 6px; width: 340px; border: 1px solid #CCC; background: #FFF; box-shadow: 1px 3px 4px 0 #EEE inset; }
form input[type="text"].error, input[type="password"].error, input[type="file"].error, textarea.error { border: 1px solid #F5ABAF; box-shadow: 1px 3px 4px 0 #F5E0DF inset; }
form label { padding: 0; cursor: pointer; }
form fieldset dl.columns { float: left; border-radius: 4px; background: #EEE; margin: 4px; padding: 8px 16px; }
form dd label { border-radius: 4px; font-weight: normal; background: #EEE; padding: 2px 6px; }
form dd label:hover { background: #DDD; }
form dd label input[type="radio"], form label input[type="checkbox"] { position: relative; cursor: pointer; }
form dd label.pre { text-transform: uppercase; background: none; font-size: 12px; }
form dd.file input { cursor: pointer; padding: 2px 6px; color: #616161; font-size: 14px; width: 350px; background: #FFF; border: 1px solid #CCC; box-shadow: 1px 3px 4px 0 #EEE inset; }
form dd.file ::-webkit-file-upload-button { cursor:pointer; }
form ul.checklist {}
form ul.checklist li { float: left; }
form ul.checklist li label { border-radius: 4px; display: block; background: #EEE; padding: 2px 6px; margin-right: 4px; margin-top: 4px; width: 176px; }
form ul.checklist li label:hover { background: #DDD; }

/* Tables */
#mainContent table { border-radius: 0 0 5px 5px; background: #F2F2F2; width: 100%; margin: 8px 0; border-collapse: separate; border-spacing: 0 2px; padding: 0 8px 4px 8px; }
#mainContent table caption { border-radius: 5px 5px 0 0; text-align: left; background: #F2F2F2; padding: 4px 8px 2px 16px; font-weight: bold; }
#mainContent table thead tr { background: #E3E3E3; }
#mainContent table tbody tr { background: #FAFAFA; border-spacing: 0; }
#mainContent table tbody tr:hover { background: #EDEDED; }
#mainContent table thead th { padding: 2px 6px; font-weight: bold; font-size: 13px; text-align: left; border-bottom: 1px solid #CCC; border-right: 1px solid #CCC; border-spacing: 4px; }
#mainContent table tbody td { padding: 2px 6px; border-bottom: 1px solid #CCC; border-right: 1px solid #CCC; vertical-align: middle; }

/* Message and Error Boxes */
p.message { border-radius: 5px; border: 1px solid #91F291; background: #DFF5E1; margin-bottom: 8px; padding: 4px 8px; color: #0B2E0F; }
p.error { border-radius: 5px; border: 1px solid #F5ABAF; background: #F5E0DF; margin-bottom: 8px; padding: 4px 8px; color: #2E0C0B; }

/* Misc Classes */
span.note { background: #F2F2F2; padding: 3px 9px; font-size: 13px; font-weight: bold; }
img.ajaxLoader { display: block; margin: 24px auto; }
.redText { color: #B52132; }
.greenText { color: #28B521; }
.tableInfo { background: #F2F2F2; border-radius: 5px; padding: 4px 16px; margin-bottom: 10px; font-weight: bold; font-size: 12px; }
.tableGlobalOptions { background: #F2F2F2; border-radius: 5px; padding: 4px 16px; text-align: right; }
.tableGlobalOptions:after { content: ""; display: table; clear: both; }
.tableGlobalOptions .group { margin-left: 12px; }
.tableGlobalOptions .group a.button { margin-top: 10px; }
.clearFix:after { content: ""; display: table; clear: both; }
.right { float: right; }
.left { float: left; }

/* qpopup Dimmer Box */
.qpopupDimmer { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 50000; background-color: rgba(0,0,0,0.8); overflow: auto; text-align: center }
.qpopupWrapper { display: inline-block; border-radius: 5px; box-shadow: 3px 3px 4px 1px #222; padding: 8px 12px; position: relative; margin: 60px auto; background: white; }
.qpopupClose { position: absolute; top: -26px; right: 0; cursor: pointer; color: #FFF; text-transform: uppercase; font-size: 13px; font-weight: bold; padding: 6px 8px; }
.qpopupClose:hover { background: #FFF; color: #444; }
.qpopupLoader { display: block; margin: 0 auto; padding: 40px; }
.qpopupContent { display: inline-block; text-align: left; min-width: 300px; }

.qpopupContent .confirm { max-width: 400px; }
.qpopupContent .confirm h3 { font-weight: bold; font-size: 16px; border-bottom: 1px solid #EEE; padding-left: 12px; padding-bottom: 6px; margin-bottom: 12px; }
.qpopupContent .confirm h4 { font-weight: bold; font-size: 14px; padding-left: 12px; padding-bottom: 6px; margin-bottom: 12px; }
.qpopupContent .confirm p { margin-bottom: 12px; padding: 0 12px; }
.qpopupContent .confirm ul { margin-top: 12px; padding-top: 6px; border-top: 1px solid #EEE; }
.qpopupContent .confirm li { float: right; margin: 4px; }

.qpopupContent .enlargeImage { width: 500px; height: 400px; display: table-cell; vertical-align: middle; }
.qpopupContent .enlargeImage img { display: block; margin: 0 auto; }
.qpopupContent .enlargeImage p.url { font-size: 11px; font-family: courier, sans-serif; margin: 20px; }

/* qddl Drop Down List */
.qddl { background: #FFF; display: block; float: left; border: 1px solid #CCC; border-radius: 5px; color: #616161; font-size: 14px; cursor: pointer; position: relative; box-shadow: 1px 2px 4px 0 #EEE; }
.qddl div.image { display: inline-block; padding: 1px 10px 0 0; float: left; }
.qddl div.text { height: 100%; float: left; }
.qddl .selectedWrapper { position: relative; color: #616161; display: block; height: 21px; line-height: 21px; width: 340px; overflow: hidden; padding-left: 6px; padding-right: 6px; }
.qddl .selectedContainer { height: 100%; float: left; }
.qddl .selectedContainer .option { }
.qddl .arrow { position: absolute; top: 0; right: 0; border-left: 1px solid #CCC; border-radius: 5px; width: 30px; height: 100%; float: right; background: #FFF url('/img/1/layout/arrow_light_down.png') no-repeat center center; box-shadow: -1px -1px 2px 0 #DDD inset; }
.qddl:hover .arrow { background-image: url('/img/1/layout/arrow_dark_down.png'); }
.qddl .optionsContainer { border-radius: 4px; background: #FFF; width: 100%; display: none; position: absolute; margin-top: 2px; margin-left: -1px; border: 1px solid #CCC; padding: 2px 0; }
.qddl .optionsContainerInner { overflow-y: auto; max-height: 250px; }
.qddl .optionsContainer.open { z-index: 1002; display: block; }
.qddl .optionsContainer.closed { display: none; }
.qddl .option:nth-child(1) { border-top: none; }
.qddl .option { z-index: 1002; color: #616161; background: #FFF; overflow: hidden; padding: 0 0 0 5px; display: block; border-top: 1px dotted #EEE; border-radius: 4px; margin: 2px 2px; }
.qddl .option.hidden { display: none; }
.qddl .option:hover { background: #EEE; }
.qddl .option.selected { color: #222; background: #CEE2F5; text-shadow: none; }
.qddl .option.selected:hover { color: #616161; background: #CEE2F5; }
.qddl .searchInput { display: block; border: 0; border-bottom: 1px solid #EEE; color: #999; padding: 2px 6px; width: 340px; border-radius: 5px; background: #FFF; box-shadow: 1px 3px 4px 0 #EEE inset; }

/* Controller/UserScreen.php */
#userScreen h2 { font-size: 20px; }
#userScreen .activity { padding: 8px; background-color: #F2F2F2; border-radius: 6px; }
#userScreen .activity p { font-size: 14px; margin-bottom: 4px; }

/* Controller/Locales.php */
#locales table.localeListing th:nth-child(2) { width: 100px; }

/* Controller/Countries.php */
#regions table.countryListing th:nth-child(1) { width: 35px; }
#regions table.countryListing th:nth-child(3) { width: 100px; }
#regions table.countryListing th:nth-child(4) { width: 100px; }
#regions table.countryListing th:nth-child(5) { width: 100px; }
#regions table.countryListing td:nth-child(5) { text-align: center; }
#regions table.countryListing th:nth-child(6) { width: 80px; }

/* Controller/Regions.php */
#regions table.regionListing th:nth-child(1) { width: 35px; }
#regions table.regionListing th:nth-child(3) { width: 200px; }
#regions table.regionListing th:nth-child(4) { width: 100px; }

/* Controller/AuctionHouses.php */
#auctionHouses table.ahListing th { text-align: center; vertical-align: middle; line-height: 1.2; }
#auctionHouses table.ahListing th:nth-child(1) { width: 40px; }
#auctionHouses table.ahListing td:nth-child(1) { text-align: right; font-family: monospace; padding-right: 12px; }
#auctionHouses table.ahListing th:nth-child(2) { text-align: left; }
#auctionHouses table.ahListing th:nth-child(3) { width: 50px; }
#auctionHouses table.ahListing th:nth-child(4) { width: 50px; }
#auctionHouses table.ahListing th:nth-child(5) { width: 50px; }
#auctionHouses table.ahListing th:nth-child(6) { width: 50px; }
#auctionHouses table.ahListing th:nth-child(7) { width: 50px; }
#auctionHouses table.ahListing th:nth-child(8) { width: 50px; }
#auctionHouses table.ahListing th:nth-child(9) { width: 50px; }
#auctionHouses table.ahListing th:nth-child(10) { width: 50px; }
#auctionHouses table.ahListing th:nth-child(11) { width: 50px; }
#auctionHouses table.ahListing th:nth-child(12) { width: 70px; }

#auctionHouses table.ahListing .greenText, #auctionHouses table.ahListing .redText { font-weight: bold; }
#auctionHouses div.img { border: 1px dashed #CCC; background: #EEE; margin: 12px 0;}
#auctionHouses div.img.logo { width: 145px; height: 55px; }
#auctionHouses div.img.fallback { width: 250px; height: 250px; }
#auctionHouses div.img p { padding: 8px; }
#auctionHouses dd ul li { margin-bottom: 2px; }
#auctionHouses dd ul li input { width: 80px; }
#auctionHouses ul.checklist li label { width: 226p; }

#auctionHouses input[type="text"].date { background: url('/img/1/icons/calendar_16px.png') no-repeat right 4px top 2px; width: 122px; box-shadow: 1px 3px 4px 0 #EEE; cursor: pointer; }
#auctionHouses input[type="text"].date.highlight { animation: calendar_highlight 1200ms; }

/* Controller/HouseOrders.php */
#houseOrders table.orderListing th { text-align: center; vertical-align: middle; line-height: 1.2; }
#houseOrders table.orderListing th:nth-child(1) { width: 40px; }
#houseOrders table.orderListing td:nth-child(1) { text-align: right; font-family: monospace; padding-right: 12px; }
#houseOrders table.orderListing th:nth-child(2) { text-align: left; }
#houseOrders table.orderListing th:nth-child(3) { text-align: left; }
#houseOrders table.orderListing th:nth-child(4) { width: 50px; }
#houseOrders table.orderListing th:nth-child(5) { width: 50px; }
#houseOrders table.orderListing th:nth-child(6) { width: 55px; }
#houseOrders table.orderListing th:nth-child(7) { width: 112px; }
#houseOrders table.orderListing th:nth-child(8) { width: 150px; }
#houseOrders table.orderListing .greenText, #houseOrders table.orderListing .redText { font-weight: bold; }
#houseOrders div.img { border: 1px dashed #CCC; background: #EEE; margin: 12px 0; }
/*#houseOrders div.img.logo { width: 145px; height: 55px; }*/
#houseOrders div.img.logo { height:auto; width:auto; max-width:400px; }
#houseOrders div.img p { padding: 8px; }

/* Controller/AuctionScrapers.php */
#auctionScrapers table.scraperListing th:nth-child(1) { width: 36px; }
#auctionScrapers table.scraperListing td:nth-child(1) { text-align: right; font-family: monospace; padding-right: 12px; }
#auctionScrapers table.scraperListing th:nth-child(2) { width: 30px; }
#auctionScrapers table.scraperListing td:nth-child(2) { text-align: right; font-family: monospace; padding-right: 12px; }
#auctionScrapers table.scraperListing th:nth-child(5) { width: 150px; }
#auctionScrapers table.scraperListing td:nth-child(5) { width: 150px; }
#auctionScrapers table.scraperListing td:nth-child(5) span { display: block; overflow: hidden; max-width: 150px; text-overflow: ellipsis; white-space: nowrap; }
#auctionScrapers table.scraperListing th:nth-child(6) { width: 80px; }

/* Controller/Categories.php */
#categories table.categoryListing th:nth-child(1) { width: 36px; }
#categories table.categoryListing th:nth-child(3) { width: 100px; }
#categories table.categoryListing td:nth-child(1) { text-align: right; font-family: monospace; padding-right: 12px; }

@keyframes calendar_highlight {
    0% { background: #F7A165 url('/img/1/icons/calendar_16px.png') no-repeat right 4px top 2px; border: 1px solid #D67C3E; color: #FFF; }
    100% { }
}

/* Controller/CalendarEvents.php */
#calendarEvents table.eventListing th:nth-child(1) { width: 35px; }
#calendarEvents table.eventListing th:nth-child(3) { width: 220px; }
#calendarEvents table.eventListing th:nth-child(4) { width: 100px; }
#calendarEvents table.eventListing th:nth-child(5) { width: 100px; }
#calendarEvents table.eventListing th:nth-child(6) { width: 70px; }
#calendarEvents input[type="text"].date { background: url('/img/1/icons/calendar_16px.png') no-repeat right 4px top 2px; width: 122px; box-shadow: 1px 3px 4px 0 #EEE; cursor: pointer; }
#calendarEvents input[type="text"].date.highlight { animation: calendar_highlight 1200ms; }
#calendarEvents div.eventImage { width: 232px; height: 232px; border: 1px dashed #CCC; background: #DDD; margin: 12px 0; }
#calendarEvents div.eventImage p { padding: 8px; }

/* Controller/CategoryMapping.php */
#categoryMapping { padding-bottom: 40px; }
#categoryMapping table.categoryListing th:nth-child(1) { width: 225px; }
#categoryMapping table.categoryListing th:nth-child(3) { width: 215px; }
#categoryMapping table.categoryListing th:nth-child(4) { width: 175px; }
#categoryMapping table.categoryListing tr.error td { background: #F5E0DF; }
#categoryMapping table.categoryListing tr.success td { background: #DFF5E1; }
#categoryMapping table label { border-radius: 4px; font-weight: normal; background: #DDD; padding: 3px 6px; cursor: pointer; }
#categoryMapping table label input[type="checkbox"] { margin: 0; cursor: pointer; position: relative; }
#categoryMapping table .qddl .selectedWrapper { width: 200px; }
#categoryMapping table .qddl .searchInput { width: 200px; }
#categoryMapping #categorymapping_limit { width: 268px; }
#categoryMapping .pagination { margin: 10px 0; }
#categoryMapping .pagination ul { text-align: center; }
#categoryMapping .pagination li { display: inline-block; padding: 1px; margin: 0; }
#categoryMapping .pagination li a { display: block; background: #F2F2F2; border-radius: 4px; padding: 1px 4px; color: #616161; text-decoration: none; }
#categoryMapping .pagination li a:hover { background: #DDD; }
#categoryMapping .pagination li.active a { border: 1px solid #AAA; }
#categoryMapping .tableGlobalOptions .qddl { float: left; margin-right: 4px; margin-top: -1px; }
#categoryMapping .tableGlobalOptions .qddl .selectedWrapper { width: 280px; }
#categoryMapping table.categoryListing.siteLevel td.paying:before { color: green; content: '(p) '; }
#categoryMapping table.categoryListing.siteLevel td.inactive:before { color: red; content: '(i) '; }
#categoryMapping table.categoryListing.siteLevel tbody tr.checked { background-color: #CEE2F5; }
#categoryMapping table.categoryListing.siteLevel tbody td.theirCategory { cursor: pointer; }
#categoryMapping table.categoryListing.siteLevel tbody td.theirCategory span.lotCount { font-weight: bold; }
#categoryMapping table.categoryListing.siteLevel th:nth-child(4) { width: 220px; }
#categoryMapping table.categoryListing.objectLevel th:nth-child(1) { width: 150px; }
#categoryMapping table.categoryListing.objectLevel th:nth-child(3) { width: 215px; }
#categoryMapping table.categoryListing.objectLevel th:nth-child(4) { width: 77px; }
#categoryMapping table.categoryListing.objectLevel td:nth-child(1) {}
#categoryMapping table.categoryListing.objectLevel td:nth-child(1) div.img { cursor: pointer; width: 80px; height: 80px; background: #FFF; display: table-cell; vertical-align: middle; text-align: center; }
#categoryMapping table.categoryListing.objectLevel td:nth-child(1) img { display: block; margin: 0 auto; }
#categoryMapping table.categoryListing.objectLevel td:nth-child(1) img { display: block; margin: 0 auto; }
#categoryMapping table.categoryListing.objectLevel td:nth-child(2) { vertical-align: top; }
#categoryMapping table.categoryListing.objectLevel li.title { display: block; max-width: 580px; line-height: 20px; height: 20px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
#categoryMapping table.categoryListing.objectLevel li.meta { font-style: italic; font-size: 12px; line-height: 16px; }
#categoryMapping table.categoryListing.objectLevel dt { font-weight: bold; clear: left; float: left; }
#categoryMapping table.categoryListing.objectLevel dd { float: left; margin-left: 12px; }
#categoryMapping table.categoryListing.objectLevel .categorymapping_ah span.paying { color: green; }
#categoryMapping table.categoryListing.objectLevel .categorymapping_ah span.inactive { color: red; }
#categoryMapping table.categoryListing.objectLevel .qddl.categorySelect { margin-top: 20px; }
#categoryMapping table.categoryListing.objectLevel .qddl .option.suggested { background-color: green; }
#categoryMapping table.categoryListing.objectLevel p.meta { height: 20px; padding: 0 0 0 7px; font-size: 12px; clear: both; }
#categoryMapping table.categoryListing.objectLevel tbody tr.checked { background-color: #CEE2F5; }
#categoryMapping table.categoryListing.objectLevel tbody tr td:nth-child(2) { cursor: pointer; }
#categoryMapping table.categoryListing.automapping th:nth-child(4) { width: 163px; }

/* Controller/RegionMapping.php */
#regionMapping { padding-bottom: 40px; }
#regionMapping table.regionListing th:nth-child(1) { width: 225px; }
#regionMapping table.regionListing th:nth-child(3) { width: 215px; }
#regionMapping table.regionListing th:nth-child(4) { width: 80px; }
#regionMapping table.regionListing tr.error td { background: #F5E0DF; }
#regionMapping table.regionListing tr.success td { background: #DFF5E1; }
#regionMapping table label { border-radius: 4px; font-weight: normal; background: #DDD; padding: 3px 6px; cursor: pointer; }
#regionMapping table label input[type="checkbox"] { cursor: pointer; position: relative; }
#regionMapping table .qddl .selectedWrapper { width: 200px; }
#regionMapping #regionmapping_limit { width: 268px; }
#regionMapping .tableGlobalOptions .qddl { float: left; margin-right: 4px; margin-top: -1px; }
#regionMapping .tableGlobalOptions .qddl .selectedWrapper { width: 280px; }
#regionMapping table.regionListing.automapping th:nth-child(4) { width: 163px; }

/* Controller/CityMapping.php */
#cityMapping { padding-bottom: 40px; }
#cityMapping table.cityListing th:nth-child(1) { width: 225px; }
#cityMapping table.cityListing th:nth-child(3) { width: 215px; }
#cityMapping table.cityListing th:nth-child(4) { width: 80px; }
#cityMapping table.cityListing tr.error td { background: #F5E0DF; }
#cityMapping table.cityListing tr.success td { background: #DFF5E1; }
#cityMapping table label { border-radius: 4px; font-weight: normal; background: #DDD; padding: 3px 6px; cursor: pointer; }
#cityMapping table label input[type="checkbox"] { cursor: pointer; position: relative; }
#cityMapping table .qddl .selectedWrapper { width: 200px; }
#cityMapping #citymapping_limit { width: 268px; }
#cityMapping .tableGlobalOptions .qddl { float: left; margin-right: 4px; margin-top: -1px; }
#cityMapping .tableGlobalOptions .qddl .selectedWrapper { width: 280px; }
#cityMapping table.cityListing.automapping th:nth-child(4) { width: 163px; }

/* Controller/AdminUsers.php */
#adminUsers table.adminUserListing th:nth-child(1) { width: 125px; }
#adminUsers table.adminUserListing th:nth-child(2) { width: 200px; }
#adminUsers table.adminUserListing th:nth-child(4) { width: 150px; }
#adminUsers table.adminUserListing th:nth-child(5) { width: 100px; }
#adminUsers table.adminUserListing td.inactive { color: #B52132; }

#adminUsers table.privileges th:nth-child(2) { width: 75px; }
#adminUsers table.privileges th:nth-child(3) { width: 75px; }
#adminUsers table.privileges th:nth-child(4) { width: 75px; }
#adminUsers table.privileges th:nth-child(5) { width: 75px; }
#adminUsers table.privileges td label input { cursor: pointer; }
#adminUsers table.privileges td label { margin: 0; border-radius: 4px; background: transparent; padding: 2px 6px; width: 63px; display: block; text-align: center; }
#adminUsers table.privileges td label:hover { background: transparent; }

#adminUsers input[id="adminusers_password"] { margin-bottom: 10px; }

/* Controller/Scrum.php */
#scrum form fieldset.columns {}
#scrum form fieldset.columns dl { float: left; margin-right: 40px; }

#scrum input[type="text"].date { background: url('/img/1/icons/calendar_16px.png') no-repeat right 4px top 2px; width: 102px; box-shadow: 1px 3px 4px 0 #EEE; cursor: pointer; }
#scrum input[type="text"].date.highlight { animation: calendar_highlight 1200ms; }
#scrum label.limit { border-radius: 4px; font-size: 13px; font-weight: bold; background: #EEE; padding: 2px 6px; }
#scrum label.limit input { width: 60px; }
#scrum textarea.message { width: 98%; font-family: 'Courier New', 'Courier New', monospace; font-size: 14px; }

#scrum table.backlog { table-layout:fixed; }
#scrum table.backlog th.field_id { width: 25px; }
#scrum table.backlog th.field_updated { width: 75px; }
#scrum table.backlog th.field_creator { width: 100px; }
#scrum table.backlog th.field_priority { width: 75px; }
#scrum table.backlog th.field_category { width: 75px; }
#scrum table.backlog th.field_title, #scrum table.backlog th.field_ahname {}
#scrum table.backlog th.field_assignee { width: 100px; }
#scrum table.backlog th.field_status { width: 75px; }
#scrum table.backlog th.field_comments { width: 45px; }
#scrum table.backlog th.field_actions { width: 70px; }
#scrum table.backlog td span { line-height: 20px; height: 20px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; display: block; }
#scrum table.backlog tr.red td { background-color: #F5A2A2; }
#scrum table.backlog tr.green td { background-color: #BFDEA2; }
#scrum table.backlog tr.yellow td { background-color: #F2ECAA; }

#scrum div.message { background: #F2F2F2; border-radius: 5px; padding: 4px 8px 8px 8px; margin-bottom: 10px; }
#scrum div.message h3 { border-radius: 5px 5px 0 0; margin-top: 4px; text-align: left; background: #FFF; padding: 4px 8px 2px 8px; font-weight: bold; font-size: 14px; border-bottom: 1px solid #EEE; }
#scrum div.message pre { color: #111; border-radius: 0 0 5px 5px; padding: 8px 8px 16px 8px; background: #FFF; margin-bottom: 4px; font-family: 'Courier New', 'Courier New', monospace; font-size: 14px; }
#scrum form.message fieldset { }
#scrum form.message h3 { border-radius: 5px 5px 0 0; margin-top: 4px; text-align: left; background: #FFF; padding: 4px 8px 2px 8px; font-weight: bold; font-size: 14px; border-bottom: 1px solid #EEE; }
#scrum form.message textarea { width: 100%; box-shadow: none; height: 150px; line-height: 1.5; color: #111; border-radius: 0 0 5px 5px; padding: 0; border: none; background: #EEE; margin-bottom: 4px; font-family: 'Courier New', 'Courier New', monospace; font-size: 14px; }

/* Pages */
#pages div.image { border: 1px dashed #CCC; background: #EEE; margin: 12px 0; width: 180px; height: 180px; }
#pages table.pageListing th:nth-child(1) { width: 50px; }
#pages table.pageListing th:nth-child(3) { width: 75px; }

/* Blogtop */
#blogtop div.image { border: 1px dashed #CCC; background: #EEE; margin: 12px 0; width: 277px; height: 277px; }
#blogtop table.blogtopListing th:nth-child(1) { width: 50px; }
#blogtop table.blogtopListing th:nth-child(2) { width: 40px; }
#blogtop table.blogtopListing th:nth-child(4) { width: 140px; }
#blogtop table.blogtopListing th:nth-child(5) { width: 70px; }

#blogtop_link { background-color: #F2F2F2; padding: 5px; border-radius: 5px; color: #667; font-size: 12px; font-family: monospace; min-width: 770px; max-width: 99%; }

/* Members */
#members > form > .member_statistics dl { width: 150px; float: left; margin-right: 25px; }
#membersTableWrapper table.members th:nth-last-child(1) { width: 65px; }
#members .searchAlertsListing th:nth-last-child(1) { width: 80px; }
#members .favouritesListing th:nth-last-child(1) { width: 80px; }
#members td span.notSpecified { color: #BBB; }

#members .noinfo { background: #EEE; padding: 4px 8px 8px 8px; border: 1px dashed #CCC; margin-top: 25px; }
#members .noinfo h2 { font-weight: bold; }
#members .noinfo p {  }

#members .notSpecified { color: #BBB; }

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

/* Pages */
#files table.filesListing td:nth-child(1) div.img { cursor: pointer; width: 60px; height: 60px; background: #FFF; display: table-cell; vertical-align: middle; text-align: center; }
#files table.filesListing td:nth-child(1) img { display: block; margin: 0 auto; max-width: 60px; max-height: 60px; }
#files table.filesListing th:nth-child(1) { width: 60px; }
#files table.filesListing th:nth-child(2) { width: 150px; }
#files table.filesListing th:nth-child(3) { width: 75px; }
#files table.filesListing th:nth-child(5) { width: 140px; }

#backgroundDetails.searchbox div.image { border: 1px dashed #CCC; background: #EEE; margin: 25px 0 20px; width: 500px; height: 195px; }
#backgroundDetails.searchbox div.image.mobile { border: 1px dashed #CCC; background: #EEE; margin: 25px 0 20px; width: 360px; height: 350px; }
#backgroundDetails.mainpage div.image { border: 1px dashed #CCC; background: #EEE; margin: 25px 0 20px; width: 480px; height: 270px; }

#backgrounds table.backgroundsListing th:nth-last-child(1) { width: 65px; }
#backgroundDetails.mainpage .backgroundsListing .mainpageItem { position: relative; width: 150px; height: 100px; padding: 2px; border: 1px dashed #CCC; background-color: #DDD; margin-right: 10px; float: left; }
#backgroundDetails.mainpage .backgroundsListing .mainpageItem .removeImage { display: block; position: absolute; top: 4px; left: 4px; background-color: rgba(0, 0, 0, 0.6); color: #FFF; padding: 0 5px; z-index: 5000; font-size: 12px; text-shadow: none; }
#backgroundDetails.mainpage .backgroundsListing .mainpageItem .removeImage:hover { background-color: rgba(0, 0, 0, 0.8); color: red; text-decoration: none; }
#backgroundDetails.mainpage .backgroundsListing .mainpageItem .editImage { display: block; position: absolute; top: 4px; left: 4px; background-color: rgba(0, 0, 0, 0.6); color: #FFF; padding: 0 5px; z-index: 5000; font-size: 12px; text-shadow: none; }
#backgroundDetails.mainpage .backgroundsListing .mainpageItem .editImage:hover { background-color: rgba(0, 0, 0, 0.8); color: orange; text-decoration: none; }

/* Member Registrations */
#memberRegistrations table.memberRegistrations th:nth-child(2) { width: 180px; }
#memberRegistrations table.memberRegistrations tr.total td { font-weight: bold; }
#memberRegistrations input[type="text"].date { background: url('/img/1/icons/calendar_16px.png') no-repeat right 4px top 2px; width: 122px; box-shadow: 1px 3px 4px 0 #EEE; cursor: pointer; }
#memberRegistrations input[type="text"].date.highlight { animation: calendar_highlight 1200ms; }

/* Search Alerts Created */
#searchAlertsCreated table.searchAlertsCreated th:nth-child(2) { width: 180px; }
#searchAlertsCreated table.searchAlertsCreated tr.total td { font-weight: bold; }
#searchAlertsCreated input[type="text"].date { background: url('/img/1/icons/calendar_16px.png') no-repeat right 4px top 2px; width: 122px; box-shadow: 1px 3px 4px 0 #EEE; cursor: pointer; }
#searchAlertsCreated input[type="text"].date.highlight { animation: calendar_highlight 1200ms; }

/* Ads Created */
#AdsCreated input[type="text"].date { background: url('/img/1/icons/calendar_16px.png') no-repeat right 4px top 2px; width: 122px; box-shadow: 1px 3px 4px 0 #EEE; cursor: pointer; }
#AdsCreated input[type="text"].date.highlight { animation: calendar_highlight 1200ms; }
#AdsCreated fieldset div.leftCol { float: left; width: 70%; }
#AdsCreated fieldset div.rightCol { float: left; width: 30%; }
#AdsCreated span.timezone { display: inline-block; margin-left: 10px; }

#statstics h1 { font-size: 16px; color: #222; font-weight: normal; font-family: arial, helvetica, sans-serif; height: 40px; line-height: 40px; }

#statstics div.top { height: 100px; }
#statstics dl { float: left; width: 220px; height: 70px; border: 1px dashed #ccc; margin-right: 23px; padding: 5px; }
#statstics dl:last-child { margin-right: 0; }
#statstics dl dt { font-weight: bold; margin-bottom: 5px; position: relative; }
#statstics dl dt .star { position: absolute; top: 0; right: 5px; }
#statstics dl dd .value { font-style: italic; float: right; margin-right: 5px; }

#statstics .star { font-size: 11px; color: #666; vertical-align: top; font-weight: normal; }
#statstics table td.price { width: 120px; }
#statstics table td.count { width: 100px; }
#statstics table td.price .value { float: right; }

#statstics input[type="text"].date { background: url('/img/1/icons/calendar_16px.png') no-repeat right 4px top 2px; width: 122px; box-shadow: 1px 3px 4px 0 #EEE; cursor: pointer; }
#statstics input[type="text"].date.highlight { animation: calendar_highlight 1200ms; }

#statstics input[type="text"] textarea { padding: 2px 6px; width: 340px; border: 1px solid #CCC; background: #FFF; box-shadow: 1px 3px 4px 0 #EEE inset; }
#statstics label { padding: 0; }

/* Monitor */
#monitor table thead th { text-align: center; }

#monitor table { border-collapse: 0; border-spacing: 0; table-layout: fixed; width: 100%; border-bottom: 1px solid #EEE; margin-top: 1%; }
#monitor table th { padding: 2px 8px; font-weight: bold; border-left: 1px solid #EEE; border-bottom: 1px solid #EEE; overflow: hidden; text-overflow: ellipsis; word-wrap: break-word; }
#monitor table td { border-left: 1px solid #EEE; padding: 2px 8px; text-align: right; overflow: hidden; text-overflow: ellipsis; word-wrap: break-word; }
#monitor table th:nth-child(1) { border-left: none; }
#monitor table td:nth-child(1) { font-weight: bold; white-space: nowrap; }
#monitor table tbody tr:nth-child(odd) { }

#monitor table#analytics th:nth-child(1) { width: 20%; }
#monitor table#analytics th:nth-child(2) { width: 16%; }
#monitor table#analytics th:nth-child(3) { width: 16%; }
#monitor table#analytics th:nth-child(4) { width: 16%; }
#monitor table#analytics th:nth-child(5) { width: 16%; }
#monitor table#analytics th:nth-child(6) { }

#monitor table#aws thead th:nth-child(1) { width: 20%; }
#monitor table#aws thead th:nth-child(2) { width: 16%; }
#monitor table#aws thead th:nth-child(3) { width: 16%; }
#monitor table#aws thead th:nth-child(4) { width: 16%; }
#monitor table#aws thead th:nth-child(5) { }

#monitor table#aws tbody td:nth-child(5) { text-align: left; }

#monitor table#searchAlerts th:nth-child(1) { width: 20%; }
#monitor table#searchAlerts th:nth-child(2) { width: 16%; }
#monitor table#searchAlerts th:nth-child(3) { width: 16%; border-right: none; }
#monitor table#searchAlerts th:nth-child(4) { border-left: none; }
#monitor table#searchAlerts td:nth-child(3) { border-right: none; }
#monitor table#searchAlerts td:nth-child(4) { border-left: none; }

/* Landingpages */
#landingPage fieldset ul.tabs { margin-bottom: 0; }
#landingPage fieldset div.tab { display: none; }
#landingPage fieldset div.tab.active { display: block; }

#landingPage fieldset.slider .slide { border: 1px dashed #CCC; width: 960px; height: 94px; margin: 2px; }
#landingPage fieldset.slider { border: 1px solid #EEE; }
#landingPage fieldset.slider label { display: block; color: #616161; font-weight: bold; font-size: 13px; margin-top: 6px; }
#landingPage fieldset.slider input[type="text"] { width: 950px; }
#landingPage fieldset.slider textarea { width: 950px; }

#landingPage fieldset.auctions div.leftCol { float: left; width: 50%; }
#landingPage fieldset.auctions div.rightCol { float: left; width: 50%; }
#landingPage fieldset.auctions label { display: block; font-size: 13px; font-weight: bold; margin-top: 6px; }

#landingPage fieldset.pricebank div.leftCol { float: left; width: 50%; }
#landingPage fieldset.pricebank div.rightCol { float: left; width: 50%; }
#landingPage fieldset.pricebank label { display: block; font-size: 13px; font-weight: bold; margin-top: 6px; }

#landingPage fieldset.blog div.leftCol { float: left; width: 50%; }
#landingPage fieldset.blog div.rightCol { float: left; width: 50%; }
#landingPage fieldset.blog label { display: block; font-size: 13px; font-weight: bold; margin-top: 6px; }

/* Translations */
#translations form.translations input[type="text"] { border-radius: 0; box-shadow: none; border: none; width: calc(100% - 12px); }
#translations form.translations div.key { font-weight: bold; }
#translations form.translations div.locales { padding-bottom: 10px; }
#translations form.translations div.permHidden { display: none; }
#translations form.translations div.hidden { display: none; }
#translations form.translations div.locales div.locale { margin-top: 2px; }
#translations form.translations div.locales div.locale:after { content: ""; display: table; clear: both; }
#translations form.translations div.locales span.locale { float: left; display: block; width: 50px; padding: 0 4px; background-color: #FFF; line-height: 21px; height: 21px; font-family: monospace; text-align: center; margin-right: 2px; }
#translations form.translations div.locales span.checkbox { float: left; display: block; width: 28px; height: 21px; margin-right: 2px; background-color: #FFF; }
#translations form.translations div.locales span.checkbox input { cursor: pointer; width: 28px; height: 21px; }
#translations form.translations div.locales span.text { cursor: pointer; float: left; display: block; padding: 0 10px; width: calc(100% - 110px); background-color: #FFF; line-height: 21px; height: 21px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
#translations form.translations div.locales div.locale.checked span.checkbox { background: #F5ABAF; }
#translations form.translations div.locales span.text.hidden { display: none; }
#translations form.translations div.locales input[type="text"] { font-family: Arial, Verdana, Helvetica, sans-serif; float: left; display: block; padding: 0 10px; width: calc(100% - 110px); background-color: #FFFFCC; line-height: 21px; height: 21px; }

/* Barnepedia */
#barnepedia table.articleListing th:nth-child(1) { width: 36px; }
#barnepedia table.articleListing td:nth-child(1) { text-align: right; font-family: monospace; padding-right: 12px; }
#barnepedia table.articleListing th.locale { width: 50px; text-align: center; }
#barnepedia table.articleListing td.locale { text-align: center; font-weight: bold; }
#barnepedia table.articleListing th:nth-child(8) { width: 80px; }

/* CPCProgram */
#cpcProgram table.cpcAhListing th { vertical-align: middle; }
#cpcProgram table.cpcAhListing th:nth-child(1) { width: 40px; }
#cpcProgram table.cpcAhListing th:nth-child(2) { width: 40px; }
#cpcProgram table.cpcAhListing th:nth-child(4) { width: 50px; text-align: center; }
#cpcProgram table.cpcAhListing th:nth-child(5) { width: 50px; text-align: center; }
#cpcProgram table.cpcAhListing th:nth-child(6) { width: 50px; text-align: center; }
#cpcProgram table.cpcAhListing th:nth-child(7) { width: 50px; text-align: center; }
#cpcProgram table.cpcAhListing th:nth-child(8) { width: 50px; text-align: center; }
#cpcProgram table.cpcAhListing th:nth-child(9) { width: 60px; text-align: center; }
#cpcProgram table.cpcAhListing th:nth-child(10) { width: 60px; text-align: center; }
#cpcProgram table.cpcAhListing th:nth-child(11) { width: 70px; }

#cpcProgram table.cpcAhListing td { position: relative; }
#cpcProgram table.cpcAhListing td span.redArrow { position: absolute; width: 10px; height: 6px; display: block; top: 10px; right: 10px; background: url('/img/1/icons/red_arrow.png') no-repeat; }
#cpcProgram table.cpcAhListing td span.greenArrow { position: absolute; width: 10px; height: 6px; display: block; top: 10px; right: 10px; background: url('/img/1/icons/green_arrow.png') no-repeat; }
#cpcProgramDetails .noCpc { padding: 3px 5px; background-color: #F7F7F7; width: 320px; color: #FF3200; border: 1px dashed #FF3200; }
#cpcProgramDetails .fadedText { color: #CCC; font-style: italic; }

#cpcProgramDetails dl.left { width: 25%; }
#cpcProgramDetails dl.right { width: 75%; }

#cpcProgramDetails fieldset { position: relative; }
#cpcProgramDetails .budgetLeft dt { font-size: 18px; }
#cpcProgramDetails .budgetLeft dd { font-size: 18px; font-weight: bold; }

#cpcProgramDetails .noTdinfoWrapper { padding: 15px 10px; background-color: #E7E7E7; border: 1px dashed red; }
#cpcProgramDetails .noTdinfoWrapper h1 { font-size: 22px; font-weight: bold; }
#cpcProgramDetails .noTdinfoWrapper p { font-size: 16px; }
#cpcProgramDetails input[type="text"].date { background: url('/img/1/icons/calendar_16px.png') no-repeat right 4px top 2px; box-shadow: 1px 3px 4px 0 #EEE; cursor: pointer; }
#cpcProgramDetails input[type="text"].date.highlight { animation: calendar_highlight 1200ms; }
#cpcProgramDetails dl.dateInterval.hidden { display: none; }

#cpcProgram .cpcFilters { border: 1px dashed #E7E7E7; padding: 10px 5px; background-color: #F7F7F7; }
#cpcProgram .cpcFilters h2 { font-size: 16px; font-weight: bold; }
#chartWrapper { position: absolute; left: 420px; top: 22px; }
#chartWrapper .chartProcent { position: absolute; width: 85px; top: 62px; left: 33px; font-size: 16px; font-weight: bold; text-align: center; }

#scores .score_value:disabled { background-color: #EEE; }
#scores #updateScoresBtn:disabled { background-color: #EEE; border: 1px solid #DDD; color: #BBB; }
#scores #updateScoresBtn { margin-top: 10px; }
#scores .lots { width: 1145px; }
#scores .lots .bold { font-weight: bold; }
#scores .lots .noHits { color: red; }
#scores .lots:after { content: ""; display: table; clear: both; }
#scores .lots .top { margin-bottom: 10px; }
#scores .lots .top h1 { font-size: 16px; margin-bottom: 5px; }
#scores .lots .top h1 .locale { font-weight: bold; color: #000; }
#scores .lots .lot { width: 250px; height: 350px; padding: 10px; background-color: #EEE; float: left; margin: 0 10px 10px 0; }
#scores .lots .lot:nth-child(4n+1) { margin-right: 0; }
#scores .lots .lot .image { position: relative; height: 250px; width: 250px; background-color: #FFF; }
#scores .lots .lot .image .score { position: absolute; top: 5px; left: 5px; display: block; background-color: rgba( 0, 0, 0, 0.6 ); font-size: 12px; padding: 2px 4px; color: #FFF; }
#scores .lots .lot .lotId { font-size: 10px; float: left; }
#scores .lots .lot .link { display: block; font-size: 10px; margin-left: 60px; width: 30px; }
#scores .lots .lot .title { font-weight: bold; height: 44px; overflow: hidden; }
#scores .lots .lot .date { font-size: 12px; }
#scores #updateLots { margin-left: 10px; }
#scores span.locales.qddl { margin-right: 10px; }

/* Sales Requests */
#salesRequests .hidden { display: none; }
#salesRequests .img.logo img {max-width:145px;max-height: 55px;}
#salesRequests .orderListing.hidden {display:none;}

/*
    WIDGETS
*/

#widgets .widgets table tr th:nth-child(3) { width: 40px; }
#widgets.config input[type="submit"] { margin-top: 15px; }

#widgets.config table { border: 0; }
#widgets.config table th { border: 0; }
#widgets.config table td { border: 0; }

#widgets.config table thead tr th:nth-child(1) { width: 200px; }
#widgets.config table thead tr th:nth-child(2) { width: auto; }
#widgets.config table thead tr th:nth-child(3) { width: 160px; }
#widgets.config table thead tr th:nth-child(4) { width: 60px; }
#widgets.config table thead tr th:nth-child(5) { width: 30px; }

#widgets.config table tbody tr td input[type="text"] { width: auto; }
#widgets.config table tbody tr td input[type="text"]:disabled { background-color: #DDD; }
#widgets.config table tbody tr td img { width: 70px; height: 70px; }
#widgets.config table tbody tr td span { display: block; background-color: #e74c3c; height: 30px; width: 30px; text-align: center; line-height: 30px; text-align: center; color: #FFF; text-shadow: none; font-weight: bold; }
#widgets.config table tbody tr td span:hover { background-color: #c0392b; }

#widgets.config table tbody tr td:nth-child(1) { width: 200px; }
#widgets.config table tbody tr td:nth-child(2) { width: auto; }
#widgets.config table tbody tr td:nth-child(2) input { width: 95%; }
#widgets.config table tbody tr td:nth-child(3) { width: 160px; }
#widgets.config table tbody tr td:nth-child(5) { width: 30px; text-align: center; }
#widgets.config table tbody tr td:nth-child(5) span { margin: 0 auto; cursor: pointer; }
#widgets.config table tbody tr td .expired { color: #e74c3c; }
#widgets.config .addNewRow { cursor: pointer; display: block; height: 30px; width: 30px; text-align: center; line-height: 30px; background-color: #38d179; color: #FFF; float: right; font-weight: bold; }
#widgets.config .addNewRow:hover { background-color: #27ae60; }
#widgets.config dd.status { font-weight: bold; }
#widgets.config dd.status .green { color: #2ecc71; }
#widgets.config dd.status .blue { color: #2980b9; }

#widgets.config #overrideLots.hidden { display: none; }

#widgets.config #addSpecWidgetItems { display: block; width: 70px; text-align: center; margin-bottom: 10px; box-shadow: 1px 1px 0 0 #D7E6F5; text-decoration: none; border-radius: 4px; padding: 2px 12px; cursor: pointer; background: #CEE2F5; border-top: 1px solid #A9C1DB; border-left: 1px solid #A9C1DB; border-bottom: 1px solid #7E93A8; border-right: 1px solid #7E93A8; color: #4E6E91; }
#widgets.config #addSpecWidgetItems:hover { background: #BFD0E3; }
#widgets.config #addSpecWidgetItems.hidden { display: none; }

/*
    WIDGETS
*/

#affiliates.main table tr th:nth-child(1) { width: 35px; }
#affiliates.main table tr td:nth-child(1) { width: 35px; }
#affiliates.main table tr th:nth-child(3) { width: 100px; }
#affiliates.main table tr td:nth-child(3) { width: 150px; }
#affiliates.main table tr th:nth-child(4) { width: 70px; }
#affiliates.main table tr td:nth-child(4) { width: 70px; }

#affiliates input#height, input#width { width: 50px; }

#affiliates .widgets table tr th:nth-child(3) { width: 200px; }
#affiliates .widgets table tr td:nth-child(3) { width: 200px; }
#affiliates .widgets table tr th:nth-child(4) { width: 40px; }
#affiliates .widgets table tr td:nth-child(4) { width: 40px; }
#affiliates .widgets table tr th:nth-child(5) { width: 40px; }
#affiliates .widgets table tr td:nth-child(5) { width: 40px; }

#affiliates.edit table { border: 0; }
#affiliates.edit table th { border: 0; }
#affiliates.edit table td { border: 0; }

#affiliates.edit table thead tr th:nth-child(1) { width: 200px; }
#affiliates.edit table thead tr th:nth-child(2) { width: auto; }
#affiliates.edit table thead tr th:nth-child(3) { width: 160px; }
#affiliates.edit table thead tr th:nth-child(4) { width: 60px; }
#affiliates.edit table thead tr th:nth-child(5) { width: 30px; }

#affiliates.edit table tbody tr td input[type="text"] { width: auto; }
#affiliates.edit table tbody tr td input[type="text"]:disabled { background-color: #DDD; }
#affiliates.edit table tbody tr td img { width: 70px; height: 70px; }
#affiliates.edit table tbody tr td span { display: block; background-color: #e74c3c; height: 30px; width: 30px; text-align: center; line-height: 30px; text-align: center; color: #FFF; text-shadow: none; font-weight: bold; }
#affiliates.edit table tbody tr td span:hover { background-color: #c0392b; }

#affiliates.edit table tbody tr td:nth-child(1) { width: 200px; }
#affiliates.edit table tbody tr td:nth-child(2) { width: auto; }
#affiliates.edit table tbody tr td:nth-child(2) input { width: 95%; }
#affiliates.edit table tbody tr td:nth-child(3) { width: 160px; }
#affiliates.edit table tbody tr td:nth-child(5) { width: 30px; text-align: center; }
#affiliates.edit table tbody tr td:nth-child(5) span { margin: 0 auto; cursor: pointer; }
#affiliates.edit table tbody tr td .expired { color: #e74c3c; }
#affiliates.edit .addNewRow { cursor: pointer; display: block; height: 30px; width: 30px; text-align: center; line-height: 30px; background-color: #38d179; color: #FFF; float: right; font-weight: bold; }
#affiliates.edit .addNewRow:hover { background-color: #27ae60; }
#affiliates.edit dd.status { font-weight: bold; }
#affiliates.edit dd.status .green { color: #2ecc71; }
#affiliates.edit dd.status .blue { color: #2980b9; }

#affiliates.edit #addSpecWidgetItems { display: block; width: 70px; text-align: center; margin-bottom: 10px; box-shadow: 1px 1px 0 0 #D7E6F5; text-decoration: none; border-radius: 4px; padding: 2px 12px; cursor: pointer; background: #CEE2F5; border-top: 1px solid #A9C1DB; border-left: 1px solid #A9C1DB; border-bottom: 1px solid #7E93A8; border-right: 1px solid #7E93A8; color: #4E6E91; }
#affiliates.edit #addSpecWidgetItems:hover { background: #BFD0E3; }
#affiliates.edit #addSpecWidgetItems.hidden { display: none; }

#affiliates.edit .specificLots { background: #F2F2F2; padding: 15px; border-radius: 5px; margin-bottom: 10px; }
#affiliates.edit .specificLots.hidden { display: none; }

#overrideLots.hidden { display: none; }
.iframeCode { background: #F2F2F2; padding: 15px; border-radius: 5px; }
.iframeCode label { font-weight: bold; }
.iframeCode pre { font-family: monospace; background-color: #FFF; padding: 10px; margin: 10px 0; }

#userScreen.changePassword input[type="submit"] { margin-top: 10px; }
.passwordReqWrapper { background-color: #F2F2F2; margin-left: 5px; padding: 10px; font-size: 12px; width: 220px; border: 1px dashed red; list-style: square; }
.passwordReqWrapper p { font-size: 14px; font-weight: bold;  }
.passwordReqWrapper ul { margin-left: 15px;  }
.passwordReqWrapper ul li { list-style: square; }


.hint { font-size: 12px; font-style: italic; margin: 3px 0; }
.hint.red { color: red; }
.hint.green { color: #28B521; }
.hint.gray { color: #B0B0B0; }

/* Valuations */
#valuationSubmissions input[type="text"].date { background: url('/img/1/icons/calendar_16px.png') no-repeat right 4px top 2px; width: 122px; box-shadow: 1px 3px 4px 0 #EEE; cursor: pointer; }
#valuationSubmissions input[type="text"].date.highlight { animation: calendar_highlight 1200ms; }
#valuationSubmissions input[type="text"].date.highlight { animation: calendar_highlight 1200ms; }
#valuationSubmissions label.date { background: transparent; }
#valuationSubmissions form.filters .colWrapper:after { content: ""; display: table; clear: both; }
#valuationSubmissions form.filters .colWrapper:after { content: ""; display: table; clear: both; }

#auctionScrapers table.scraperListing td:nth-child(5) span { display: block; overflow: hidden; max-width: 150px; text-overflow: ellipsis; white-space: nowrap; }
#valuationSubmissions table td p { text-overflow: ellipsis; white-space: nowrap; overflow: hidden; max-width: 140px; }
#valuationSubmissions th a.asc { padding-right: 20px; background: transparent url('/img/1/layout/arrow_dark_up.png') no-repeat right center; }
#valuationSubmissions th a.desc { padding-right: 20px; background: transparent url('/img/1/layout/arrow_dark_down.png') no-repeat right center; }

#valuationSubmissions.details { background-color: #F2F2F2; border-radius: 5px; margin-bottom: 10px; padding: 4px 8px 8px 8px; }
#valuationSubmissions.details .container { background-color: #FFF; padding: 8px; margin-bottom: 4px; border-radius: 5px; }
#valuationSubmissions.details h2 { padding: 4px 8px 2px 16px; font-weight: bold; font-size: 14px; }
#valuationSubmissions.details h3 { padding: 4px 8px 2px 16px; font-weight: bold; font-size: 14px; }
#valuationSubmissions.details dt { font-weight: bold; }
#valuationSubmissions.details dt { font-weight: bold; }
#valuationSubmissions.details dd { margin-bottom: 10px; }

#valuationSubmissions table tbody tr td:nth-child(1) { width: 80px; }
#valuationSubmissions table tbody tr td:nth-child(2) { width: auto; }
#valuationSubmissions table tbody tr td:nth-child(3) { width: auto; }
#valuationSubmissions table tbody tr td:nth-child(4) { width: 100px; }
#valuationSubmissions table tbody tr td:nth-child(5) { width: 120px; text-transform: capitalize; }
#valuationSubmissions table tbody tr td:nth-child(7) { width: 200px; }















