/* CSS Document */
input.string {
    width: 400px;
}
textarea {
    width: 400px;
    height: 120px;
}
.taxes textarea, .taxes input.autoTax {
    width: 300px;
}

select {
    width: 100%;
}
.autoLookup {
    width: 400px;
}
.autoComplete {
    width: 400px;
}
.edit_date {
    width: 80px;
}
.baby {
    width: 40px;
}
.latlng {
    width: 180px;
}
.datedescription {
    width: 400px;
    display: block;
}
#nodeWeight, #nodeParentId {
    width: 100px;
}
#nodeTreeId {
    width: 100%;
}

.linker {
    width: 200px;
}

.tablecell {
    padding-right: 4px;
}

textarea.mapdata {
    width: 250px;
    height: 120px;
}
.collapse {
    cursor: pointer;
}
.nodedata input {
    width: 400px;
}
#googlewrap,
#googlepolygonwrap {
    display: none;
    width: 900px;
    height: 550px;
}
#googlemap {
    width: 858px;
    height: 445px;
    border: 2px solid #ff0000;
}
#googlepolygonmap{
    width: 858px;
    height: 350px;
    border: 2px solid #ff0000;
}
#gaddress {
    width: 300px;
}
#glat, #glon {
    width: 140px;
}
#gzoom {
    width: 60px;
}
.staticMap {
    cursor: pointer;
}
.svfov, .svheading, .svpitch {
    width: 50px;
}
#googlepanowrap {
    display: none;
    width: 600px;
    height: 600px;
}
#googlepano {
    width: 500px;
    height: 500px;
    border: 1px solid #eeeeee;
}
.buttons img {
    margin: 0px 6px 4px 0px;
}
fieldset.fswrap {
    border: 10px dotted #ff0000;
}
#assetslist, #apis {
    width: 96%;
}
.nodeeditform fieldset {
    margin-bottom: 12px;
    border: 2px solid #111111;
}
table.outerwrapper {
    border-bottom: 1px dashed #eeeeee;
/*	background-color: #ddFFdd;	*/
    margin-bottom: 2px;
    margin-top: 2px;
    width: 100%;
}
.titlelabel {
    font-weight: bold;
}
.metadata {
    color: #999999;
}
.inlinesubmit {
    display: block;
}
p.clix {
    color: #bbbbbb;
    font-size: 12px;
}
.bdr {
    border-top: 1px dotted #666666;
    border-bottom: 1px dotted #666666;
}
table.sparedata {
    background-color: #eeeeFF;
}
table.sparedata table.outerwrapper {
    margin: 0px;
}
table.asstab {
    border-collapse:collapse;
}
table.asstab tr td, table.asstab tr th {
    padding: 3px;
    border-bottom: 1px solid #cccccc;
}
fieldset.spacemonster {
    font-size: 13px;
    padding: 0px 4px;
    margin: 0px;
    line-height: 14px;
}
span.brandnewapi {
    display: block;
    border: 1px dotted #cccccc;
}
.sortableicon {
    display: inline-block;
    cursor: n-resize;
}
img.imgpicklist {
    border: 2px solid #cccccc;
    padding: 2px;
}
.showmethemoney {
    display: inline-block;
    cursor: help;
}
.sortable-placeholder {
    display: block;
    background-color: #ffff88;
    border: 2px solid #ffff00;
}

a.ingestor, div.ingestfields span {
    border: 1px solid #0000ff;
    display: block;
    padding: 4px;
}

a.ingestor {
    border-bottom: 0px;
    padding-bottom: 0px;
    text-decoration: none;
}
a.ingestor:hover {
    text-decoration: underline;
}
a.ingestor span.ui-icon {
    display: inline-block;
}
div.ingestfields span {
    padding-top: 0px;
    border-top: 0px;
    color: #0000ff;
}
textarea.ckedit {
    width: 90%;
    height: 275px;
}
textarea.bbedit {
    height: 375px;
}

div.main_content {
    padding-right: 0px;
    padding: 0px;
    padding-top: 0px;
}
td.inner {
    width: 1%;
}

.adminsprite, span.requiredfield, span.adda, span.addanewfile, span.addanewattach, span.addbutton {
    background-image: url(/css/images/adminsprite.png);
    background-repeat: no-repeat;
    display: block;
    display: inline-block;
    width: 20px;
    height: 20px;
    text-indent: -999px;
    overflow: hidden;
    background-position: -180px 0px;
    cursor: pointer;
}
#nodemiddle td.inner.search label.adminsprite.on {
    background-position: 0px 0px;
}
#nodemiddle td.inner.search label.adminsprite.off {
    background-position: -20px 0px;
}
#nodemiddle td.inner.delete label.adminsprite.off {
    background-position: -40px 0px;
}
#nodemiddle td.inner.delete label.adminsprite.on{
    background-position: -60px 0px;
}
#nodemiddle td.inner.display label.adminsprite.on {
    background-position: -80px 0px;
}
#nodemiddle td.inner.display label.adminsprite.off {
    background-position: -100px 0px;
}
.assinfo {
    background-position: -120px 0px;
}
.assinfo.edited, .assinfo:hover {
    background-position: -120px -20px;
}
/* Add new style Recycle Bin icon  without removing the old one to avoid any potential issues with the old icon*/
.assinfo, .download{
    color: #15ABD7;
}

.assinfo.edited,
.assinfo:hover,
.download:hover {
    cursor: pointer;
    color: #EE631B;
}
/*-----------------------------*/
.download {
    background-position: -140px 0px;
}
.download:hover {
    background-position: -140px -20px;
}
.preview {
    background-position: -160px 0px;
}
.preview:hover {
    background-position: -160px -20px;
}
span.requiredfield {
    background-position: 0px -20px;
    margin: 0px 3px;
}
span.adda, span.addanewfile, span.addanewattach, span.addbutton {
    background-position: -20px -20px;
    margin: 0px 3px;
}
span.cloned span.adda {
    visibility: hidden;
}
#nodetable {
    width: 100%;
    height: 100%;
}
#nodeleft {
    width: 220px;
    background-color: #fff;
    border-right: 1px solid #cccccc;
}
#noderight {
    width: 260px;
    background-color: #fff;
    border-left: 1px solid #cccccc;
}
#noderight td {
    border-bottom: 1px dashed #eeeeee;
}

div.scroll {
    /*
    height: 100%;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: scroll;
    */
}

h1 input[type=text], h2 input[type=text] {
    font-size: 18px;
    width: 600px;
    padding: 4px;
}

.portlet {
    margin: 0 0 10px;
    border-top: solid 1px #f5f5f5;
    position: relative;
}
.portlet-header {
    font-size: 14px;
    line-height: 1;
    font-weight: 600;
    text-transform: uppercase;
    padding: 9px 10px;
    border-top: solid 1px #fff;
    background: #f0f0f0;
    border-bottom: solid 1px #d9d9d9;
    box-shadow: 0 1px 1px #f2f2f2;
    cursor: pointer;
}
.portlet-header .expandcolapse, .portlet-header .ui-icon {
    float: left;
    display: block;
    width: 13px;
    height: 13px;
    margin-right: 6px;
    margin-top: 1px; /* CJD */
    background-position: -175px -300px;
    cursor: pointer;
}
.portlet-header .ui-icon-plusthick {
    background-position: -190px -300px;
}
.portlet-header a {
    text-transform: none;

}
.portlet-content {
    font-size: 14px;
    padding: 10px;
}

#nodemiddle div.portlet-header {
    font-size: 16px;
    font-weight: normal;
    color: #333333;
    margin-top: 20px;
    border-top: solid 1px #d9d9d9;
    cursor: auto;
}
#nodemiddle div.portlet-header:first-of-type {
    margin-top: 0px;
    border-top: none;
}

.filename {
    cursor:help;
    word-wrap:break-word;
    word-break:break-all;
}
.filename.deleted {
    text-decoration:line-through;
}
div.divconfigure {
    display: none;
}
td.preview {
    display: none;
    cursor: help;
}


#nodemiddle label {
    display: inline-block;
    padding-right: 3px;
    color: var(--primary);
    font-weight: 400;
}
#nodemiddle label.mandatory {
    font-style:italic;
}
#nodemiddle td.inner label, #nodemiddle table.spare label {
    display: block;
    padding: 0px;
    min-width: 0px;
}
table.spare {
    width: 100%;
    border-bottom: 1px dashed #ffffff;
    background-color: #eeeeee;
}
table.spare table.outerwrapper {
    border-bottom: none;
}
table.spare td.cell1, table.spare td.cell2 {
    display: none;
}



td.cell1 {
    width: 40px;
    white-space: nowrap;
}
td.cell2 {
    width: 130px;
}

img.popthumb {
    width: 200px;
}
.popthumb {
    float: right;
    clear: right;
}

span.untitled {
    color: #dddddd;
}

input.youtube {
    width: 100px;
}
span.youtubeurl {
    color: #bbbbbb;
}
span.youtubecode {
    color: #111111;
    font-weight: 600;
}
a.youtubelink {
    text-decoration: none;
}
span.youtuber {
    font-size: 90%;
}


div.the-header.stick {
    position: fixed;
    box-sizing: content-box;
    z-index: 999;
    top: 0px;
    width: 94.5%;
}

table.assetlist td {
    vertical-align: middle;
    padding: 2px;
    font-size: 0.9em;
}
table.assetlist tr:hover {
    background-color: #f8f8f8;
}

div.input.text {
    font-size: 0.8em;
    color:#999999;
    line-height: 16px;
}

#asset_acc .ui-accordion-content {
    padding-left: 6px;
    padding-right: 6px;

}

/* ////////////////////////// */
/* R1X-8646 setting originals and web masters view to auto instead of the height as same as metadata */
body[data-recollect-page*="-nodes-edit-"] #asset_acc .ui-accordion-content  {
    height:auto !important;
}
/* ///////////////////// */

div.posterboy {
    white-space: nowrap;
}
div.posterboy img {
    border: 6px solid #cccccc;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-right: 10px;
}

div.aggregateblock.left, div.aggregateblock.left img, div.aggregateblock.left .titlelabel {
    float: none;
    display: block;
}

/* BBCode */
a.bbhelp {
    font-size: 10px;
    text-decoration: none;
    font-weight: 800;
    color:#666666;
    cursor: help;
    display: block;
}

span.bbpreview {
    margin-left: 5px;
    border: 2px dotted #eeeeee;
    padding: 2px 4px;
    display: block;
}
/* LS 2017-03-08: Added to make Exit button the same size as save and save plus exit */
a.button.ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-text-only {
    padding: .1em .1em .1em 0;
}

/*BB 2017-09-18: disable form edit buttons onclick */
input[type=submit]:disabled, button[type=submit]:disabled  {
    background: #d0d0d0;
    cursor: none;
}
.csv_download{
    padding-left: 10px;
}
.csv_button{
    background: var(--primary);
  padding: 5px;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: 40px;
  display: inline-block;
  text-decoration: none;
  color: white!important;
  border-radius: 3px;
}
a.csv_button:hover{
    background: #ee631b;
}
.csv_span{
    display: inline-block;
    margin-top: 10px;
}
@media screen and (max-width:1200px){
    h1 input[type=text], h2 input[type=text] {
        width: auto;
    }
}

/* R1X-8760 - Picklist field drop down width */
body[data-recollect-page*="-nodes-edit-"] .template-field-picklist{
    width:408px;
}
