﻿.panel-heading .close {
    margin-top: -30px;
}

/* Bootstrap Overrides*/
.panel-body {
    padding: 10px;
    font-weight: normal;
}
label {
    font-weight: normal;
}
.bom-table tr th {
    font-weight: normal;
} 

/* Override Bootstrap stuff that impacts COT.  */
tr.Row:before, tr.Row:after {
    content: none;
}
tr.Row td.Thumbnail, tr.HeaderRow th.Thumbnail {
    display: table-cell;
    margin-bottom: 0px;
    border: none;
}
div.tab-header a {
    min-height: 20px;
}
table.DataView tr.ActionRow td.ActionBar table.Groups tr td.QuickFind div.QuickFind {
    height: 20px;
}
div.TabBody {
    padding: 0px 4px 0 4px;
}
.EmbeddedViewPlaceholder {
    padding-top: 0px;
}
table.Menu tr td.Item {
    border-top: none;
}
table.Menu {
    border-right: none;
}
input[type=radio], input[type=checkbox] {
    margin: 2px 4px 0 0;
}

/* ***************** */

.half-width-form-control {
    display: inline-block;
    width: calc(50% - 2px);
}

.round-button {
    border-radius: 100px;
}
.round-button:focus {
}
.btn-green {
    background-color: darkgreen;
    color: white;
}

.icon-on-end-form-control {
    display: inline-block;
    width: calc(100% - 55px);
    margin-right: 6px;
}
.spacing-below {
    margin-bottom: 5px;
}
.spacing-above {
    margin-top: 5px;
}
.big-spacing-above {
    margin-top: 10px;
}
.reduced-panel-spacing {
    margin-bottom: 10px;
}
.spacing-left {
    margin-left: 5px;
}
.spacing-small-right {
    margin-right: 4px;
}
.pull-down {
    display: inline-block;
    vertical-align: bottom;
    float: none;
}
.row2-box {
    min-height: 115px;
}

.medium-icon {
    font-size: 25px;
    height: 25px;
    vertical-align: middle;
}
.small-icon {
    font-size: 15px;
    height: 15px;
    vertical-align: middle;
}
.like-button {
    opacity: 0.7;
}
.like-button:hover {
    opacity: 1;
}
.btn-special {
    background-color: #ccc;
    color: white;
}
a.editable-click {
    border-bottom: none !important;
}
a.editable-click:hover { 
    color: #47a447;
}

.price-range-group {
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    margin-left: 0px;
    max-height: 280px;
    overflow-y:auto;
    overflow-x:hidden;
}
.price-range-group .form-group {
    margin-bottom: 5px;
}

.green {
    color: green;
}
.red {
    color: darkred;
}
.orange {
    color: orange;
}
.light {
    color: #ccc;
}
.blue {
    color: #aaa;
}
.item-itemised,
.item-itemised .editable-click, .item-itemised a.editable-click {
    color: orange;
}
.red-background {
    color: white;
    font-weight: bold;
    background: red;
}
.column-label {
    color: #ccc;
    padding-left: 5px;
    padding-right: 7px;
}
.push-text-down {
    padding-top: 4px;
    padding-bottom: -4px;
    line-height: 15px;
}
.row-label {
    color: #555;
}
.ui-select-choices-row.active>a>.light {
    color: #e1e1e1;
}
.ui-select-choices-row.active>a>.blue {
    color: #e1e1e1;
}
.ui-select-bootstrap > .ui-select-choices {
    max-height: 350px !important;
}

.dark, .bold {
    font-weight:bold;
}
.small {
    font-size: 13px;
}
.display-value-input-aligned {
    padding-right: 9px;
}
.bom-config div div {
    margin-bottom: 2px;
}
.bom-config div div input {
    margin-right: 4px;
}

.small-width-input {
    width: 50px;
    margin-right: 2px;
}
input.small-input {
    padding-left: 4px;
    padding-right: 4px;
    border: 1px solid #ccc;
    height: 22px;
    min-width:70px;
}
.small-input:focus {
    border-color:#66afe9;
    outline:0;
    -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
}
.item-row input, .item-row select {
    margin-bottom: 4px;
}
input:disabled {
    background-color: #eee;
}
.currency-select, .deco-delect {
    border: 1px solid #ccc;
}
.small-fullwidth-input {
    width: 100%;
}
select.align-left {
    margin-left: -4px;
    min-width: 50px;
}
input[type=checkbox] {
    border: none;
}
.width-50pct {
    width: calc(50% - 2px);
}
.small-label {
    width: 100px;
    font-size: 13px;
    color: #ababab;
    font-weight: normal;
}
.line-label {
    color: gray;
}
.small-info {
    color: gray;
    font-size: 13px;
    font-weight: normal;
}
.bom-table tr td {
    height: 24px;
}
.item-data input, input.item-data {
    width: 74px;
    margin-right: 4px;
}
.item-note {
    width: 100px;
}
.profit-warning {
    color: white;
    font-weight: bold;
    background: red;
}
.profit-ok {
    color: green;
    font-weight: normal;
}

ul.select-list li.selected {
    background-color: #428BCA;
    color: white;
}
ul.select-list li:hover {
    background-color: #428BCA;
    color: white;
}
.active .light {
    color: white;
}
.active .blue {
    color: white;
}
ul.select-list li {
    cursor: pointer;
    padding: 5px 10px;
    font-size: 14px;
}
ul.select-list {
    padding: 0;
    list-style-type: none;
}
ul li>div.tree-selected {
    color: #428BCA;
    font-weight: bold;
}
.tree-label:hover {
    background: #428BCA;
    color: white;
}
.tree-label {
    padding: 1px 3px 1px 3px;
    font-size: 11px;
}
.modal-dialog {
    width: 810px;
    margin: 30px auto;
}
div.wide-modal div.modal-dialog {
    width: 1100px;
}
.big-bottom-padding {
    padding-bottom: 180px;
}
.field-error {
    color: red;
}
.no-overflow {
    overflow:hidden; 
    text-overflow: ellipsis;
    white-space: nowrap;
}
.padding-allround {
    padding: 5px 5px 5px 5px;
}
input.has-error {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}
/* Override the text-angular styles */
.ta-toolbar .btn-toolbar, .ta-toolbar .btn-group .btn {
    font-size: 11px;
    font-weight: normal;
    color: black;
    padding: 3px 6px;
}
.ta-editor, .ta-editor > table.bind {
    max-height: 200px;
}
.modal-content {
    background-color: #f1f1f1;
}
.modal-header {
    background-color: #1B588B;
    color: white;
}
.modal-footer {
    background-color: white;
}
tr.lr-drop-target-before {
    border-top: 3px solid #1B588B;
}
tr.lr-drop-target-after {
    border-bottom: 3px solid #1B588B;
}
.drag-handle{
    content: "A";
}
/* UploadCare Overrides */
.uploadcare-widget-button-remove:before {
    font-family: FontAwesome;
    content: "\f00d";
}
.uploadcare-widget-button-remove {
    padding: .3em .4em;
}
.uploadcare-widget-button-open {
    margin-top: 3px;
}
.uploadcare-widget-dragndrop-area {
    margin-top: -15.3em !important;
    line-height: 15.6 !important;
    width: 150px !important;
}




