/*************
 General stuff
 *************/
a.external {
    background: url('/images/share/external_link.png') right no-repeat;
    padding-right: 14px;
}

hr.break {
    visibility:hidden;
    clear: both;
    height: 0;
    margin: 0;
    padding: 0;
    border: none;
}

h1, .h1 {
    font-size: 18pt;
    letter-spacing: -1px;
    padding: 0;
    color: #333;
    margin: 0 0 0.5em 0;
}

h2, .h2 {
    font-size: 13.5pt;
    letter-spacing: -1px;
    padding: 0;
    color: #333;
    margin: 0 0 0.5em 0;
}

h3, .h3 {
    color: #333;
}

.h3 {
    font-size: 1.17em;
}
.h4 {
    font-size: 1.2rem;
}

fieldset {
    border: 1px solid #ddd;
    margin-bottom: 1rem;
    background: #fff;
}

legend {
    font-family: Georgia, Times, Times New Roman, serif;
    font-family: "Oswald", Helvetica, Arial, sans-serif;
    font-weight: 400 !important;
    text-transform: uppercase;
}

input,
select,
textarea {
    border: 1px solid #ccc;
    padding: .2rem;
    background: white;
}

input[type="text"],
input[type="email"],
input[type="url"],
select,
.Select,
.select2-container {
    width: 15em;
}

input[type="text"].single {
    width: 1em;
}

input[type="checkbox"] {
    padding: 0;
}

input[type="file"],
input[type="radio"] {
    border: none;
}

div#top, div#content, div#bottom, div#logo {
    margin: 0;
    padding: 0;
}

#content {
    clear: both;
}



.error {
    font-weight: bold;
    color: red;
}

.fade {
    color: silver;
}

ul.no-style {
    margin: 0;
    list-style-type: none;
    padding-left: 0;
}

p.notice {
    background-color: #FFFCDF;
    border: 1px solid #DFCB8E;
    margin: 5px 5px 5px 5px;
    padding: 6px 10px;
}

input.hilight {
    background-color: #DFFFDF;
}


#products form label {
    display: block;
}

label.block {
    display: block;
}

ol {
    padding-left: 0;
}
ol li {
    list-style-type: none;
}


.submit {
    clear: both;
    text-align: center;
}

a img{
    border:0;
}

a.anchor {
    color: #000;
}

p.hidden-inputs {
    display:none;
}

div.alignLeft {
    float: left;
}
div.alignRight {
    float: right;
}

.padding-default {
    padding: 5px;
}

.margin-default {
    margin: 5px;
}

.font-size-default {
    font-size: 12px;
}

.font-size-large {
    font-size: 16px;
}

/*********************************
 * Function/section specific css *
 *********************************/
div.progressBg {
    width: 10rem;
    height: 1rem;
    background-color: #444;
}

div.progressFg {
    width: 0px;
    height: 100%;
    background-color: #1ed760;
}
/******************
 Buffer container
 ******************/
#buffer {
    border: 1px solid silver;
    padding: 2px;
    margin: 5px 10px 0 0px;
}

#bufferImages {
    display: none;
    margin: 4px 0 3px 0;
    padding: 3px;
    width: 128px;
    background: url('/images/share/sectionmenu-bg.png');
    border: 1px solid #999;
    float: left;
}

#bufferImages .image {
    display: block;
    margin: 1px 0;
    padding: 2px;
}

#bufferImages .selected {
    background-color: #2d87e2;
    border: 1px solid #2d87e2;
}

/******************
 Menu related stuff
 ******************/

div#leftMenu {
    float:left;
}

div#suBox {
    float: left;
}
div#suBox input {
    width: 75px;
}


/*************************
 Section content wrapper
 *************************/
.sectionContent {
    clear: both;
}

/*************************
 Help-system related stuff
 *************************/
.helpBox,
.helpContainer {
    display: none;
}

.helpBox .quick-help-icon {
    font-size: 1.8rem;
    width: 1.9rem;
    height: 1.9rem;
    line-height: 1.8rem;
    border: 1px solid #2d87e2;
    color: #2d87e2;
    border-radius: 50%;
    text-align: center;
}

div.help {
    color: #000;
    position: fixed;
    bottom: 0px;
    right: 0px;
    z-index: 999999999;
}
div.help div.face {
    position: fixed;
    bottom: 0px;
    right: 0px;
}
div.help img.arrow {
    position: fixed;
    bottom: 47px;
    right: 50px;
    z-index: 2;
}
div.help p {
    margin: 0;
    padding: 5px;
    position: fixed;
    bottom: 85px;
    right: 30px;
    width: 450px;
    border: 2px solid black;
    background-color: #ffd;
}


/**********************
 Debug option
*********************/

div.debugBox {
    background-color: #ffd;
    position:absolute;
    top:200px;
    right:0px;
    width:300px;
    padding:5px;
}

p.debugbText {
	margin:0px;
}

/**********************
 DEFAULT IMAGE STYLING
*********************/
/* TOOLS BOX */

#editorImagesTools,
#editorImagesCreateNewVersions,
#editorImagesImageDetails {
    float: right;
    clear: right;
    width: 300px;
    border: 1px solid silver;
    background: #eee;
    padding: 2px 12px 5px 12px;
}

.hidden {
    display: none;
}

.inactive {
    display: none;
}
#popup .content {
    padding: 10px;
    width: 400px;
}
#popup .content .title {
    margin: 0;
}

#errors {
    position: fixed;
    right: 0;
    top: 0;
}
#errors li.error {
    background: rgba(230, 0, 0, 0.8);
    color: black;
}
#errors li.info {
    background: rgba(230, 230, 0, 0.8);
    color: black;
}
#errors li {
    list-style-type: none;
    width: 200px;
    min-height: 50px;
    color: white;
    font-weight: bold;
    background: rgba(0, 0, 0, 0.8);
    padding: 5px;
    margin: 5px;
    border: 2px solid black;
    border-radius: 5px;
    box-shadow: 5px 5px 7px black;
}
#jobs .tag {
    background: #eee;
    margin: 0 2px;
    padding: 0 5px;
}
ul.selector li {
    margin: 3px;
    border: 2px solid silver;
}
ul.selector li.selected {
    padding: 0px;
    border: 2px solid red;
}

.placeholder.empty {
    font-weight: normal !important;
    color: #757575;
}
.icon-priceguide:before { content: "\f02a"; }
.icon-external:before { content: "\f02d"; }
.icon-article:before { content: "\f054"; }
.icon-forum:before { content: "\f075"; }
.icon-test:before { content: "\f0e3"; }
.icon-guide:before { content: "\f05a"; }
.icon-recommendation:before { content: "\f046"; }
.icon-userreview:before { content: "\f005"; }

.spinner {
    display: none;
    background: url("/images/share/spinner.gif");
    width: 16px;
    height: 16px;
}
.spinner.show {
    display: inline-block;
}

ul.spacer li {
    padding: 5px 0;
}

.template {
    display: none;
}
.fa-info-circle {
    color: #2D87E2;
    cursor: help;
    font-size: 14px;
}

/* Product duplicate warning  */
/* Used upon product creation */

.tabs .has-product {
    background-color: #F5E9E9;
}
.tabs .has-product:hover {
    background-color: gray;
}
.tabs .has-product-warning {
    font-size: 16px;
    color: red;
}
.tabs a.has-product-warning {
    font-size: 16px;
    color: red;
    text-decoration: none;
    float: right;
}

ul.product-list {
    margin-left:0;
    padding-left:0;
    max-width: 400px;
}
ul.product-list>li.selected {
    background: #d5d5d5;
    border: 2px solid silver;
    padding: 2px;
}
ul.product-list>li .tools {
    padding-left: 10px;
    float: right;
}
ul.product-list>li {
    list-style-type: none;
    border-top: 1px solid #aaa;
    padding: 3px 4px 4px 4px;
    overflow: hidden;
}
ul.product-list img.image {
    width: 35px;
    padding: 0 5px 5px;
    float:left;
}
ul.product-list label {
    padding-right: 8px;
}
ul.search-results .product-entry:hover {
    background: #ccc;
}
ul.search-results .product-entry p {
    margin: 0;
}
ul.search-results .product-entry {
    border-top: 1px solid silver;
    cursor: pointer;
    padding: 10px 3px;
}
ul.search-results .flavortext {
    margin-left: 10px;
    padding: 2px 5px;
    color: #A0522D;
    font-size: 9px;
}
ul.search-results .platform {
    margin-left: 10px;
    padding: 2px 5px;
    background: #ccc;
    color: #fff;
}

div#editorProductsAssociated {
    float:left;
    margin-right: 15px;
}
